|
|
|
1 | 2024-09-06T05:54:38.294Z | job assigned to worker 01J72YB6NG1ZG8NH3WAMBXGRRZ (queued for 35 s) |
|
2 | 2024-09-06T05:54:38.579Z | starting task 0: "setup" |
3 | 2024-09-06T05:54:38.604Z | ++ uname -s |
4 | 2024-09-06T05:54:38.604Z | + kern=SunOS |
5 | 2024-09-06T05:54:38.604Z | + case "$kern" in |
6 | 2024-09-06T05:54:38.604Z | + groupadd -g 12345 build |
7 | 2024-09-06T05:54:38.604Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-06T05:54:40.613Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-06T05:54:40.656Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-06T05:54:40.680Z | + home_fs=zfs |
11 | 2024-09-06T05:54:40.680Z | + [[ zfs == autofs ]] |
12 | 2024-09-06T05:54:40.680Z | + mkdir -p /home/build |
13 | 2024-09-06T05:54:40.680Z | + chown build:build /home/build /work |
14 | 2024-09-06T05:54:42.666Z | + chmod 0700 /home/build /work |
15 | 2024-09-06T05:54:42.689Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-09-06T05:54:42.738Z | starting task 1: "rust-toolchain" |
17 | 2024-09-06T05:54:42.762Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-06T05:54:42.762Z | ' 1.80.1 |
19 | 2024-09-06T05:54:42.762Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-06T05:54:42.762Z | ' default |
21 | 2024-09-06T05:54:42.762Z | * toolchain channel = "1.80.1" |
22 | 2024-09-06T05:54:42.762Z | * toolchain profile = "default" |
23 | 2024-09-06T05:54:42.762Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-06T05:54:42.762Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-06T05:54:42.863Z | info: downloading installer |
26 | 2024-09-06T05:54:43.369Z | info: profile set to 'default' |
27 | 2024-09-06T05:54:43.369Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-06T05:54:43.369Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-06T05:54:43.480Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-06T05:54:43.480Z | info: downloading component 'cargo' |
31 | 2024-09-06T05:54:43.682Z | info: downloading component 'clippy' |
32 | 2024-09-06T05:54:43.741Z | info: downloading component 'rust-docs' |
33 | 2024-09-06T05:54:43.924Z | info: downloading component 'rust-std' |
34 | 2024-09-06T05:54:44.175Z | info: downloading component 'rustc' |
35 | 2024-09-06T05:54:44.929Z | info: downloading component 'rustfmt' |
36 | 2024-09-06T05:54:44.989Z | info: installing component 'cargo' |
37 | 2024-09-06T05:54:46.170Z | info: installing component 'clippy' |
38 | 2024-09-06T05:54:46.611Z | info: installing component 'rust-docs' |
39 | 2024-09-06T05:54:49.431Z | info: installing component 'rust-std' |
40 | 2024-09-06T05:54:51.359Z | info: installing component 'rustc' |
41 | 2024-09-06T05:54:56.313Z | info: installing component 'rustfmt' |
42 | 2024-09-06T05:54:56.693Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-06T05:54:56.693Z | |
44 | 2024-09-06T05:54:56.783Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-06T05:54:56.783Z | |
46 | 2024-09-06T05:54:56.806Z | |
47 | 2024-09-06T05:54:56.806Z | Rust is installed now. Great! |
48 | 2024-09-06T05:54:56.806Z | |
49 | 2024-09-06T05:54:56.806Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-06T05:54:56.807Z | environment variable. This has not been done automatically. |
51 | 2024-09-06T05:54:56.807Z | |
52 | 2024-09-06T05:54:56.807Z | To configure your current shell, you need to source |
53 | 2024-09-06T05:54:56.807Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-06T05:54:56.807Z | |
55 | 2024-09-06T05:54:56.807Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-06T05:54:56.807Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-06T05:54:56.807Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-06T05:54:56.862Z | + rustc --version |
59 | 2024-09-06T05:54:56.949Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-06T05:54:56.972Z | process exited: duration 14214 ms, exit code 0 |
|
61 | 2024-09-06T05:54:57.020Z | starting task 2: "authentication" |
62 | 2024-09-06T05:54:57.073Z | process exited: duration 53 ms, exit code 0 |
|
63 | 2024-09-06T05:54:57.121Z | starting task 3: "clone repository" |
64 | 2024-09-06T05:54:57.145Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-06T05:54:57.145Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-06T05:54:57.169Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-06T05:55:02.839Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-06T05:55:02.839Z | + git fetch origin 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
69 | 2024-09-06T05:55:03.258Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-06T05:55:03.258Z | * branch 557dc222dc61b8d3c6f571efeac17f7430f3def5 -> FETCH_HEAD |
71 | 2024-09-06T05:55:03.282Z | + [[ -n inventory-datasets ]] |
72 | 2024-09-06T05:55:03.282Z | ++ git branch --show-current |
73 | 2024-09-06T05:55:03.282Z | + current=main |
74 | 2024-09-06T05:55:03.282Z | + [[ main != inventory-datasets ]] |
75 | 2024-09-06T05:55:03.282Z | + git branch -f inventory-datasets 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
76 | 2024-09-06T05:55:03.282Z | + git checkout -f inventory-datasets |
77 | 2024-09-06T05:55:03.468Z | Switched to branch 'inventory-datasets' |
78 | 2024-09-06T05:55:03.492Z | + git reset --hard 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
79 | 2024-09-06T05:55:03.516Z | HEAD is now at 557dc222d Fix error wrapping in tests |
80 | 2024-09-06T05:55:03.516Z | process exited: duration 6380 ms, exit code 0 |
|
81 | 2024-09-06T05:55:03.566Z | starting task 4: "build" |
82 | 2024-09-06T05:55:03.590Z | + cargo --version |
83 | 2024-09-06T05:55:03.639Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-06T05:55:03.663Z | + rustc --version |
85 | 2024-09-06T05:55:03.714Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-06T05:55:03.739Z | + cd /tmp |
87 | 2024-09-06T05:55:03.739Z | + cargo new --lib test-project |
88 | 2024-09-06T05:55:03.784Z | Creating library `test-project` package |
89 | 2024-09-06T05:55:03.886Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-06T05:55:03.910Z | + cd test-project |
91 | 2024-09-06T05:55:03.910Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-06T05:55:03.963Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-06T05:55:03.963Z | Features: |
94 | 2024-09-06T05:55:03.963Z | - proptest |
95 | 2024-09-06T05:55:03.963Z | - test-strategy |
96 | 2024-09-06T05:55:03.963Z | - testing |
97 | 2024-09-06T05:55:03.987Z | Updating crates.io index |
98 | 2024-09-06T05:55:04.049Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-06T05:55:05.161Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-06T05:55:06.330Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-06T05:55:06.836Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-06T05:55:08.936Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-06T05:55:09.386Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-06T05:55:09.989Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-06T05:55:14.106Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-06T05:55:14.106Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-09-06T05:55:14.131Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-09-06T05:55:14.131Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-09-06T05:55:14.131Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-09-06T05:55:14.131Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-09-06T05:55:14.131Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-09-06T05:55:14.131Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-09-06T05:55:14.131Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-09-06T05:55:14.131Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-09-06T05:55:14.131Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-09-06T05:55:14.131Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-09-06T05:55:14.131Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-09-06T05:55:14.131Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-09-06T05:55:14.131Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-09-06T05:55:14.131Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-09-06T05:55:14.131Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
122 | 2024-09-06T05:55:14.131Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-09-06T05:55:14.131Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-09-06T05:55:14.131Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
125 | 2024-09-06T05:55:14.131Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-09-06T05:55:14.131Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-09-06T05:55:14.131Z | Adding regress v0.9.1 (latest: v0.10.1) |
128 | 2024-09-06T05:55:14.131Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-09-06T05:55:14.131Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-09-06T05:55:14.131Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-09-06T05:55:14.131Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-09-06T05:55:14.131Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-09-06T05:55:14.131Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-09-06T05:55:14.131Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-09-06T05:55:14.131Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-09-06T05:55:14.131Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-09-06T05:55:14.156Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-09-06T05:55:14.156Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-09-06T05:55:14.156Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-09-06T05:55:14.156Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
141 | 2024-09-06T05:55:14.156Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-09-06T05:55:14.156Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-09-06T05:55:14.156Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-09-06T05:55:14.156Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-09-06T05:55:14.156Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-09-06T05:55:14.156Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-09-06T05:55:14.156Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-06T05:55:14.156Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-09-06T05:55:14.156Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-06T05:55:14.156Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-09-06T05:55:14.156Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-09-06T05:55:14.156Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-09-06T05:55:14.156Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-09-06T05:55:14.228Z | + cargo check |
155 | 2024-09-06T05:55:14.550Z | Downloading crates ... |
156 | 2024-09-06T05:55:14.621Z | Downloaded dtrace-parser v0.2.0 |
157 | 2024-09-06T05:55:14.646Z | Downloaded foreign-types-shared v0.1.1 |
158 | 2024-09-06T05:55:14.646Z | Downloaded num_threads v0.1.7 |
159 | 2024-09-06T05:55:14.646Z | Downloaded futures-io v0.3.30 |
160 | 2024-09-06T05:55:14.646Z | Downloaded openssl-probe v0.1.5 |
161 | 2024-09-06T05:55:14.646Z | Downloaded macaddr v1.0.1 |
162 | 2024-09-06T05:55:14.647Z | Downloaded newtype-uuid v1.1.0 |
163 | 2024-09-06T05:55:14.647Z | Downloaded want v0.3.1 |
164 | 2024-09-06T05:55:14.647Z | Downloaded lock_api v0.4.12 |
165 | 2024-09-06T05:55:14.647Z | Downloaded cfg-if v1.0.0 |
166 | 2024-09-06T05:55:14.672Z | Downloaded iana-time-zone v0.1.60 |
167 | 2024-09-06T05:55:14.672Z | Downloaded untrusted v0.9.0 |
168 | 2024-09-06T05:55:14.672Z | Downloaded usdt-attr-macro v0.5.0 |
169 | 2024-09-06T05:55:14.672Z | Downloaded scroll_derive v0.12.0 |
170 | 2024-09-06T05:55:14.672Z | Downloaded sync_wrapper v0.1.2 |
171 | 2024-09-06T05:55:14.672Z | Downloaded thiserror-impl v1.0.63 |
172 | 2024-09-06T05:55:14.672Z | Downloaded try-lock v0.2.5 |
173 | 2024-09-06T05:55:14.672Z | Downloaded tinyvec_macros v0.1.1 |
174 | 2024-09-06T05:55:14.672Z | Downloaded tokio-macros v2.4.0 |
175 | 2024-09-06T05:55:14.697Z | Downloaded waitgroup v0.1.2 |
176 | 2024-09-06T05:55:14.697Z | Downloaded thread_local v1.1.8 |
177 | 2024-09-06T05:55:14.697Z | Downloaded native-tls v0.2.12 |
178 | 2024-09-06T05:55:14.697Z | Downloaded toml_datetime v0.6.8 |
179 | 2024-09-06T05:55:14.697Z | Downloaded rustversion v1.0.17 |
180 | 2024-09-06T05:55:14.697Z | Downloaded structmeta-derive v0.3.0 |
181 | 2024-09-06T05:55:14.697Z | Downloaded scopeguard v1.2.0 |
182 | 2024-09-06T05:55:14.697Z | Downloaded strsim v0.11.1 |
183 | 2024-09-06T05:55:14.698Z | Downloaded subtle v2.6.1 |
184 | 2024-09-06T05:55:14.698Z | Downloaded typenum v1.17.0 |
185 | 2024-09-06T05:55:14.698Z | Downloaded tokio-rustls v0.24.1 |
186 | 2024-09-06T05:55:14.722Z | Downloaded take_mut v0.2.2 |
187 | 2024-09-06T05:55:14.722Z | Downloaded strum v0.26.3 |
188 | 2024-09-06T05:55:14.722Z | Downloaded toml v0.8.19 |
189 | 2024-09-06T05:55:14.722Z | Downloaded tokio-rustls v0.25.0 |
190 | 2024-09-06T05:55:14.722Z | Downloaded powerfmt v0.2.0 |
191 | 2024-09-06T05:55:14.722Z | Downloaded serde_path_to_error v0.1.16 |
192 | 2024-09-06T05:55:14.722Z | Downloaded paste v1.0.15 |
193 | 2024-09-06T05:55:14.722Z | Downloaded hashbrown v0.14.5 |
194 | 2024-09-06T05:55:14.746Z | Downloaded tracing-core v0.1.32 |
195 | 2024-09-06T05:55:14.746Z | Downloaded tracing v0.1.40 |
196 | 2024-09-06T05:55:14.746Z | Downloaded time v0.3.36 |
197 | 2024-09-06T05:55:14.746Z | Downloaded sha2 v0.10.8 |
198 | 2024-09-06T05:55:14.770Z | Downloaded tokio-util v0.7.12 |
199 | 2024-09-06T05:55:14.770Z | Downloaded slog-async v2.8.0 |
200 | 2024-09-06T05:55:14.770Z | Downloaded structmeta v0.3.0 |
201 | 2024-09-06T05:55:14.770Z | Downloaded slog-term v2.9.1 |
202 | 2024-09-06T05:55:14.770Z | Downloaded shlex v1.3.0 |
203 | 2024-09-06T05:55:14.770Z | Downloaded openssl v0.10.66 |
204 | 2024-09-06T05:55:14.793Z | Downloaded term v0.7.0 |
205 | 2024-09-06T05:55:14.793Z | Downloaded serde_urlencoded v0.7.1 |
206 | 2024-09-06T05:55:14.794Z | Downloaded spin v0.9.8 |
207 | 2024-09-06T05:55:14.794Z | Downloaded slog-bunyan v2.5.0 |
208 | 2024-09-06T05:55:14.794Z | Downloaded sha1 v0.10.6 |
209 | 2024-09-06T05:55:14.794Z | Downloaded serde_with_macros v3.9.0 |
210 | 2024-09-06T05:55:14.794Z | Downloaded quote v1.0.37 |
211 | 2024-09-06T05:55:14.818Z | Downloaded rand_core v0.6.4 |
212 | 2024-09-06T05:55:14.818Z | Downloaded pest_meta v2.7.11 |
213 | 2024-09-06T05:55:14.818Z | Downloaded scroll v0.12.0 |
214 | 2024-09-06T05:55:14.818Z | Downloaded plain v0.2.3 |
215 | 2024-09-06T05:55:14.818Z | Downloaded strum_macros v0.26.4 |
216 | 2024-09-06T05:55:14.818Z | Downloaded sct v0.7.1 |
217 | 2024-09-06T05:55:14.818Z | Downloaded slog v2.7.0 |
218 | 2024-09-06T05:55:14.818Z | Downloaded unsafe-libyaml v0.2.11 |
219 | 2024-09-06T05:55:14.818Z | Downloaded proc-macro2 v1.0.86 |
220 | 2024-09-06T05:55:14.841Z | Downloaded socket2 v0.5.7 |
221 | 2024-09-06T05:55:14.842Z | Downloaded libc v0.2.158 |
222 | 2024-09-06T05:55:14.865Z | Downloaded url v2.5.2 |
223 | 2024-09-06T05:55:14.865Z | Downloaded tokio v1.40.0 |
224 | 2024-09-06T05:55:14.906Z | Downloaded rand v0.8.5 |
225 | 2024-09-06T05:55:14.930Z | Downloaded serde v1.0.209 |
226 | 2024-09-06T05:55:14.931Z | Downloaded winnow v0.6.18 |
227 | 2024-09-06T05:55:14.931Z | Downloaded unicode-normalization v0.1.23 |
228 | 2024-09-06T05:55:14.931Z | Downloaded serde_with v3.9.0 |
229 | 2024-09-06T05:55:14.954Z | Downloaded serde_json v1.0.128 |
230 | 2024-09-06T05:55:14.954Z | Downloaded reqwest v0.11.27 |
231 | 2024-09-06T05:55:14.978Z | Downloaded rustls-webpki v0.102.7 |
232 | 2024-09-06T05:55:15.002Z | Downloaded syn v2.0.77 |
233 | 2024-09-06T05:55:15.002Z | Downloaded regress v0.10.1 |
234 | 2024-09-06T05:55:15.026Z | Downloaded regress v0.9.1 |
235 | 2024-09-06T05:55:15.026Z | Downloaded regex-automata v0.4.7 |
236 | 2024-09-06T05:55:15.050Z | Downloaded regex-syntax v0.8.4 |
237 | 2024-09-06T05:55:15.050Z | Downloaded rustls v0.22.4 |
238 | 2024-09-06T05:55:15.074Z | Downloaded rustls v0.21.12 |
239 | 2024-09-06T05:55:15.074Z | Downloaded regex v1.10.6 |
240 | 2024-09-06T05:55:15.097Z | Downloaded webpki-roots v0.25.4 |
241 | 2024-09-06T05:55:15.097Z | Downloaded vcpkg v0.2.15 |
242 | 2024-09-06T05:55:15.138Z | Downloaded rustls-webpki v0.101.7 |
243 | 2024-09-06T05:55:15.162Z | Downloaded zerocopy v0.7.35 |
244 | 2024-09-06T05:55:15.186Z | Downloaded encoding_rs v0.8.34 |
245 | 2024-09-06T05:55:15.210Z | Downloaded pest v2.7.11 |
246 | 2024-09-06T05:55:15.210Z | Downloaded thiserror v1.0.63 |
247 | 2024-09-06T05:55:15.210Z | Downloaded serde_yaml v0.9.34+deprecated |
248 | 2024-09-06T05:55:15.234Z | Downloaded serde_derive_internals v0.29.1 |
249 | 2024-09-06T05:55:15.234Z | Downloaded serde_derive v1.0.209 |
250 | 2024-09-06T05:55:15.234Z | Downloaded schemars v0.8.21 |
251 | 2024-09-06T05:55:15.234Z | Downloaded smallvec v1.13.2 |
252 | 2024-09-06T05:55:15.234Z | Downloaded ryu v1.0.18 |
253 | 2024-09-06T05:55:15.258Z | Downloaded unicode-ident v1.0.12 |
254 | 2024-09-06T05:55:15.258Z | Downloaded rustls-pki-types v1.8.0 |
255 | 2024-09-06T05:55:15.258Z | Downloaded ring v0.17.8 |
256 | 2024-09-06T05:55:15.321Z | Downloaded pin-project-lite v0.2.14 |
257 | 2024-09-06T05:55:15.345Z | Downloaded uuid v1.10.0 |
258 | 2024-09-06T05:55:15.345Z | Downloaded zeroize v1.8.1 |
259 | 2024-09-06T05:55:15.345Z | Downloaded openapiv3 v2.0.0 |
260 | 2024-09-06T05:55:15.345Z | Downloaded serde_spanned v0.6.7 |
261 | 2024-09-06T05:55:15.369Z | Downloaded schemars_derive v0.8.21 |
262 | 2024-09-06T05:55:15.369Z | Downloaded ppv-lite86 v0.2.20 |
263 | 2024-09-06T05:55:15.369Z | Downloaded idna v0.5.0 |
264 | 2024-09-06T05:55:15.369Z | Downloaded hyper v0.14.30 |
265 | 2024-09-06T05:55:15.369Z | Downloaded goblin v0.8.2 |
266 | 2024-09-06T05:55:15.393Z | Downloaded pest_generator v2.7.11 |
267 | 2024-09-06T05:55:15.393Z | Downloaded slab v0.4.9 |
268 | 2024-09-06T05:55:15.393Z | Downloaded rustls-pemfile v1.0.4 |
269 | 2024-09-06T05:55:15.393Z | Downloaded chrono v0.4.38 |
270 | 2024-09-06T05:55:15.393Z | Downloaded aho-corasick v1.1.3 |
271 | 2024-09-06T05:55:15.393Z | Downloaded toml_edit v0.22.20 |
272 | 2024-09-06T05:55:15.417Z | Downloaded slog-json v2.6.1 |
273 | 2024-09-06T05:55:15.441Z | Downloaded semver v1.0.23 |
274 | 2024-09-06T05:55:15.441Z | Downloaded rustls-pemfile v2.1.3 |
275 | 2024-09-06T05:55:15.441Z | Downloaded pin-utils v0.1.0 |
276 | 2024-09-06T05:55:15.441Z | Downloaded hashbrown v0.12.3 |
277 | 2024-09-06T05:55:15.441Z | Downloaded h2 v0.3.26 |
278 | 2024-09-06T05:55:15.441Z | Downloaded pest_derive v2.7.11 |
279 | 2024-09-06T05:55:15.441Z | Downloaded zerocopy-derive v0.7.35 |
280 | 2024-09-06T05:55:15.466Z | Downloaded usdt-impl v0.5.0 |
281 | 2024-09-06T05:55:15.466Z | Downloaded unicode-bidi v0.3.15 |
282 | 2024-09-06T05:55:15.466Z | Downloaded parking_lot v0.12.3 |
283 | 2024-09-06T05:55:15.466Z | Downloaded futures-util v0.3.30 |
284 | 2024-09-06T05:55:15.466Z | Downloaded dyn-clone v1.0.17 |
285 | 2024-09-06T05:55:15.466Z | Downloaded mio v1.0.2 |
286 | 2024-09-06T05:55:15.490Z | Downloaded indexmap v2.5.0 |
287 | 2024-09-06T05:55:15.490Z | Downloaded http v1.1.0 |
288 | 2024-09-06T05:55:15.490Z | Downloaded tinyvec v1.8.0 |
289 | 2024-09-06T05:55:15.490Z | Downloaded http v0.2.12 |
290 | 2024-09-06T05:55:15.490Z | Downloaded time-macros v0.2.18 |
291 | 2024-09-06T05:55:15.490Z | Downloaded ucd-trie v0.1.6 |
292 | 2024-09-06T05:55:15.490Z | Downloaded parse-display v0.10.0 |
293 | 2024-09-06T05:55:15.490Z | Downloaded memchr v2.7.4 |
294 | 2024-09-06T05:55:15.514Z | Downloaded openssl-sys v0.9.103 |
295 | 2024-09-06T05:55:15.514Z | Downloaded signal-hook-registry v1.4.2 |
296 | 2024-09-06T05:55:15.514Z | Downloaded serde_tokenstream v0.2.2 |
297 | 2024-09-06T05:55:15.514Z | Downloaded rand_chacha v0.3.1 |
298 | 2024-09-06T05:55:15.514Z | Downloaded log v0.4.22 |
299 | 2024-09-06T05:55:15.514Z | Downloaded pkg-config v0.3.30 |
300 | 2024-09-06T05:55:15.514Z | Downloaded heck v0.5.0 |
301 | 2024-09-06T05:55:15.514Z | Downloaded crossbeam-channel v0.5.13 |
302 | 2024-09-06T05:55:15.514Z | Downloaded httparse v1.9.4 |
303 | 2024-09-06T05:55:15.538Z | Downloaded futures-sink v0.3.30 |
304 | 2024-09-06T05:55:15.538Z | Downloaded time-core v0.1.2 |
305 | 2024-09-06T05:55:15.538Z | Downloaded percent-encoding v2.3.1 |
306 | 2024-09-06T05:55:15.538Z | Downloaded ipnet v2.9.0 |
307 | 2024-09-06T05:55:15.538Z | Downloaded tower-service v0.3.3 |
308 | 2024-09-06T05:55:15.538Z | Downloaded tokio-native-tls v0.3.1 |
309 | 2024-09-06T05:55:15.538Z | Downloaded thread-id v4.2.2 |
310 | 2024-09-06T05:55:15.538Z | Downloaded parse-display-derive v0.10.0 |
311 | 2024-09-06T05:55:15.538Z | Downloaded version_check v0.9.5 |
312 | 2024-09-06T05:55:15.538Z | Downloaded futures-executor v0.3.30 |
313 | 2024-09-06T05:55:15.538Z | Downloaded cc v1.1.16 |
314 | 2024-09-06T05:55:15.538Z | Downloaded base64 v0.22.1 |
315 | 2024-09-06T05:55:15.538Z | Downloaded usdt v0.5.0 |
316 | 2024-09-06T05:55:15.538Z | Downloaded dof v0.3.0 |
317 | 2024-09-06T05:55:15.538Z | Downloaded darling_core v0.20.10 |
318 | 2024-09-06T05:55:15.562Z | Downloaded crossbeam-utils v0.8.20 |
319 | 2024-09-06T05:55:15.562Z | Downloaded parking_lot_core v0.9.10 |
320 | 2024-09-06T05:55:15.562Z | Downloaded memmap v0.7.0 |
321 | 2024-09-06T05:55:15.562Z | Downloaded is-terminal v0.4.13 |
322 | 2024-09-06T05:55:15.562Z | Downloaded hostname v0.4.0 |
323 | 2024-09-06T05:55:15.562Z | Downloaded pretty-hex v0.4.1 |
324 | 2024-09-06T05:55:15.562Z | Downloaded usdt-macro v0.5.0 |
325 | 2024-09-06T05:55:15.562Z | Downloaded hyper-tls v0.5.0 |
326 | 2024-09-06T05:55:15.562Z | Downloaded hex v0.4.3 |
327 | 2024-09-06T05:55:15.562Z | Downloaded base64 v0.21.7 |
328 | 2024-09-06T05:55:15.562Z | Downloaded allocator-api2 v0.2.18 |
329 | 2024-09-06T05:55:15.586Z | Downloaded num-conv v0.1.0 |
330 | 2024-09-06T05:55:15.586Z | Downloaded match_cfg v0.1.0 |
331 | 2024-09-06T05:55:15.586Z | Downloaded indexmap v1.9.3 |
332 | 2024-09-06T05:55:15.586Z | Downloaded generic-array v0.14.7 |
333 | 2024-09-06T05:55:15.586Z | Downloaded futures-channel v0.3.30 |
334 | 2024-09-06T05:55:15.586Z | Downloaded form_urlencoded v1.2.1 |
335 | 2024-09-06T05:55:15.587Z | Downloaded deranged v0.3.11 |
336 | 2024-09-06T05:55:15.587Z | Downloaded bytes v1.7.1 |
337 | 2024-09-06T05:55:15.587Z | Downloaded anyhow v1.0.86 |
338 | 2024-09-06T05:55:15.587Z | Downloaded openssl-macros v0.1.1 |
339 | 2024-09-06T05:55:15.587Z | Downloaded once_cell v1.19.0 |
340 | 2024-09-06T05:55:15.587Z | Downloaded omicron-workspace-hack v0.1.0 |
341 | 2024-09-06T05:55:15.587Z | Downloaded num-traits v0.2.19 |
342 | 2024-09-06T05:55:15.611Z | Downloaded ident_case v1.0.1 |
343 | 2024-09-06T05:55:15.611Z | Downloaded futures-task v0.3.30 |
344 | 2024-09-06T05:55:15.611Z | Downloaded futures v0.3.30 |
345 | 2024-09-06T05:55:15.611Z | Downloaded dirs-next v2.0.0 |
346 | 2024-09-06T05:55:15.611Z | Downloaded darling v0.20.10 |
347 | 2024-09-06T05:55:15.611Z | Downloaded getrandom v0.2.15 |
348 | 2024-09-06T05:55:15.611Z | Downloaded foreign-types v0.3.2 |
349 | 2024-09-06T05:55:15.611Z | Downloaded equivalent v1.0.1 |
350 | 2024-09-06T05:55:15.611Z | Downloaded camino v1.1.9 |
351 | 2024-09-06T05:55:15.611Z | Downloaded multer v3.1.0 |
352 | 2024-09-06T05:55:15.611Z | Downloaded cpufeatures v0.2.13 |
353 | 2024-09-06T05:55:15.635Z | Downloaded bitflags v2.6.0 |
354 | 2024-09-06T05:55:15.635Z | Downloaded ahash v0.8.11 |
355 | 2024-09-06T05:55:15.635Z | Downloaded mime v0.3.17 |
356 | 2024-09-06T05:55:15.635Z | Downloaded hyper-rustls v0.24.2 |
357 | 2024-09-06T05:55:15.635Z | Downloaded http-body v0.4.6 |
358 | 2024-09-06T05:55:15.635Z | Downloaded hostname v0.3.1 |
359 | 2024-09-06T05:55:15.635Z | Downloaded futures-macro v0.3.30 |
360 | 2024-09-06T05:55:15.635Z | Downloaded futures-core v0.3.30 |
361 | 2024-09-06T05:55:15.635Z | Downloaded darling_macro v0.20.10 |
362 | 2024-09-06T05:55:15.635Z | Downloaded byteorder v1.5.0 |
363 | 2024-09-06T05:55:15.635Z | Downloaded itoa v1.0.11 |
364 | 2024-09-06T05:55:15.635Z | Downloaded ipnetwork v0.20.0 |
365 | 2024-09-06T05:55:15.659Z | Downloaded httpdate v1.0.3 |
366 | 2024-09-06T05:55:15.659Z | Downloaded dirs-sys-next v0.1.2 |
367 | 2024-09-06T05:55:15.659Z | Downloaded backoff v0.4.0 |
368 | 2024-09-06T05:55:15.659Z | Downloaded atomic-waker v1.1.2 |
369 | 2024-09-06T05:55:15.659Z | Downloaded async-trait v0.1.82 |
370 | 2024-09-06T05:55:15.659Z | Downloaded debug-ignore v1.0.5 |
371 | 2024-09-06T05:55:15.659Z | Downloaded crypto-common v0.1.6 |
372 | 2024-09-06T05:55:15.659Z | Downloaded fnv v1.0.7 |
373 | 2024-09-06T05:55:15.659Z | Downloaded digest v0.10.7 |
374 | 2024-09-06T05:55:15.659Z | Downloaded instant v0.1.13 |
375 | 2024-09-06T05:55:15.659Z | Downloaded async-stream-impl v0.3.5 |
376 | 2024-09-06T05:55:15.659Z | Downloaded block-buffer v0.10.4 |
377 | 2024-09-06T05:55:15.659Z | Downloaded async-stream v0.3.5 |
378 | 2024-09-06T05:55:15.659Z | Downloaded autocfg v1.3.0 |
379 | 2024-09-06T05:55:15.754Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-09-06T05:55:15.754Z | Compiling unicode-ident v1.0.12 |
381 | 2024-09-06T05:55:15.779Z | Compiling libc v0.2.158 |
382 | 2024-09-06T05:55:15.779Z | Checking cfg-if v1.0.0 |
383 | 2024-09-06T05:55:15.779Z | Compiling version_check v0.9.5 |
384 | 2024-09-06T05:55:15.779Z | Compiling autocfg v1.3.0 |
385 | 2024-09-06T05:55:15.779Z | Compiling serde v1.0.209 |
386 | 2024-09-06T05:55:15.779Z | Checking memchr v2.7.4 |
387 | 2024-09-06T05:55:15.862Z | Compiling serde_json v1.0.128 |
388 | 2024-09-06T05:55:16.284Z | Checking itoa v1.0.11 |
389 | 2024-09-06T05:55:16.374Z | Checking byteorder v1.5.0 |
390 | 2024-09-06T05:55:16.427Z | Compiling ahash v0.8.11 |
391 | 2024-09-06T05:55:16.476Z | Checking once_cell v1.19.0 |
392 | 2024-09-06T05:55:16.531Z | Compiling shlex v1.3.0 |
393 | 2024-09-06T05:55:16.624Z | Compiling thiserror v1.0.63 |
394 | 2024-09-06T05:55:16.768Z | Compiling cc v1.1.16 |
395 | 2024-09-06T05:55:16.898Z | Compiling num-traits v0.2.19 |
396 | 2024-09-06T05:55:17.190Z | Checking getrandom v0.2.15 |
397 | 2024-09-06T05:55:17.263Z | Compiling quote v1.0.37 |
398 | 2024-09-06T05:55:17.302Z | Checking pin-project-lite v0.2.14 |
399 | 2024-09-06T05:55:17.403Z | Checking ryu v1.0.18 |
400 | 2024-09-06T05:55:17.672Z | Compiling syn v2.0.77 |
401 | 2024-09-06T05:55:17.708Z | Checking log v0.4.22 |
402 | 2024-09-06T05:55:17.748Z | Checking bytes v1.7.1 |
403 | 2024-09-06T05:55:17.772Z | Checking allocator-api2 v0.2.18 |
404 | 2024-09-06T05:55:17.917Z | Compiling lock_api v0.4.12 |
405 | 2024-09-06T05:55:17.942Z | Compiling schemars v0.8.21 |
406 | 2024-09-06T05:55:18.015Z | Compiling parking_lot_core v0.9.10 |
407 | 2024-09-06T05:55:18.127Z | Checking futures-core v0.3.30 |
408 | 2024-09-06T05:55:18.263Z | Checking smallvec v1.13.2 |
409 | 2024-09-06T05:55:18.288Z | Checking scopeguard v1.2.0 |
410 | 2024-09-06T05:55:18.311Z | Checking socket2 v0.5.7 |
411 | 2024-09-06T05:55:18.335Z | Checking mio v1.0.2 |
412 | 2024-09-06T05:55:18.418Z | Checking signal-hook-registry v1.4.2 |
413 | 2024-09-06T05:55:18.442Z | Compiling slab v0.4.9 |
414 | 2024-09-06T05:55:18.664Z | Checking futures-sink v0.3.30 |
415 | 2024-09-06T05:55:18.792Z | Checking spin v0.9.8 |
416 | 2024-09-06T05:55:18.861Z | Checking fnv v1.0.7 |
417 | 2024-09-06T05:55:18.900Z | Checking untrusted v0.9.0 |
418 | 2024-09-06T05:55:18.927Z | Checking equivalent v1.0.1 |
419 | 2024-09-06T05:55:18.951Z | Checking parking_lot v0.12.3 |
420 | 2024-09-06T05:55:18.980Z | Checking futures-channel v0.3.30 |
421 | 2024-09-06T05:55:19.022Z | Compiling semver v1.0.23 |
422 | 2024-09-06T05:55:19.046Z | Compiling pkg-config v0.3.30 |
423 | 2024-09-06T05:55:19.187Z | Compiling heck v0.5.0 |
424 | 2024-09-06T05:55:19.236Z | Checking pin-utils v0.1.0 |
425 | 2024-09-06T05:55:19.283Z | Checking futures-task v0.3.30 |
426 | 2024-09-06T05:55:19.313Z | Compiling vcpkg v0.2.15 |
427 | 2024-09-06T05:55:19.447Z | Checking futures-io v0.3.30 |
428 | 2024-09-06T05:55:19.532Z | Checking iana-time-zone v0.1.60 |
429 | 2024-09-06T05:55:19.556Z | Compiling ring v0.17.8 |
430 | 2024-09-06T05:55:19.580Z | Compiling ucd-trie v0.1.6 |
431 | 2024-09-06T05:55:19.604Z | Checking http v0.2.12 |
432 | 2024-09-06T05:55:19.986Z | Checking dyn-clone v1.0.17 |
433 | 2024-09-06T05:55:20.057Z | Compiling httparse v1.9.4 |
434 | 2024-09-06T05:55:20.716Z | Checking tracing-core v0.1.32 |
435 | 2024-09-06T05:55:20.740Z | Compiling openssl-sys v0.9.103 |
436 | 2024-09-06T05:55:20.740Z | Compiling uuid v1.10.0 |
437 | 2024-09-06T05:55:20.959Z | Compiling chrono v0.4.38 |
438 | 2024-09-06T05:55:21.268Z | Checking tracing v0.1.40 |
439 | 2024-09-06T05:55:21.428Z | Checking try-lock v0.2.5 |
440 | 2024-09-06T05:55:21.452Z | Checking foreign-types-shared v0.1.1 |
441 | 2024-09-06T05:55:21.534Z | Compiling slog v2.7.0 |
442 | 2024-09-06T05:55:21.558Z | Compiling openssl v0.10.66 |
443 | 2024-09-06T05:55:21.558Z | Checking want v0.3.1 |
444 | 2024-09-06T05:55:21.583Z | Checking foreign-types v0.3.2 |
445 | 2024-09-06T05:55:21.694Z | Checking http-body v0.4.6 |
446 | 2024-09-06T05:55:21.946Z | Compiling aho-corasick v1.1.3 |
447 | 2024-09-06T05:55:22.015Z | Checking tower-service v0.3.3 |
448 | 2024-09-06T05:55:22.039Z | Compiling typenum v1.17.0 |
449 | 2024-09-06T05:55:22.111Z | Compiling native-tls v0.2.12 |
450 | 2024-09-06T05:55:22.413Z | Checking httpdate v1.0.3 |
451 | 2024-09-06T05:55:22.617Z | Compiling rustls v0.21.12 |
452 | 2024-09-06T05:55:22.641Z | Compiling regex-syntax v0.8.4 |
453 | 2024-09-06T05:55:22.711Z | Checking bitflags v2.6.0 |
454 | 2024-09-06T05:55:22.859Z | Checking percent-encoding v2.3.1 |
455 | 2024-09-06T05:55:22.904Z | Checking tinyvec_macros v0.1.1 |
456 | 2024-09-06T05:55:22.985Z | Checking tinyvec v1.8.0 |
457 | 2024-09-06T05:55:23.031Z | Checking form_urlencoded v1.2.1 |
458 | 2024-09-06T05:55:23.196Z | Compiling generic-array v0.14.7 |
459 | 2024-09-06T05:55:23.412Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-09-06T05:55:23.474Z | Checking openssl-probe v0.1.5 |
461 | 2024-09-06T05:55:24.054Z | Checking unicode-normalization v0.1.23 |
462 | 2024-09-06T05:55:24.538Z | Checking sct v0.7.1 |
463 | 2024-09-06T05:55:24.709Z | Checking rustls-webpki v0.101.7 |
464 | 2024-09-06T05:55:25.309Z | Compiling usdt-impl v0.5.0 |
465 | 2024-09-06T05:55:25.493Z | Compiling regex-automata v0.4.7 |
466 | 2024-09-06T05:55:25.664Z | Checking encoding_rs v0.8.34 |
467 | 2024-09-06T05:55:25.689Z | Checking unicode-bidi v0.3.15 |
468 | 2024-09-06T05:55:25.794Z | Checking powerfmt v0.2.0 |
469 | 2024-09-06T05:55:26.027Z | Checking mime v0.3.17 |
470 | 2024-09-06T05:55:26.181Z | Compiling time-core v0.1.2 |
471 | 2024-09-06T05:55:26.309Z | Compiling num-conv v0.1.0 |
472 | 2024-09-06T05:55:26.338Z | Checking idna v0.5.0 |
473 | 2024-09-06T05:55:26.540Z | Compiling time-macros v0.2.18 |
474 | 2024-09-06T05:55:26.926Z | Checking deranged v0.3.11 |
475 | 2024-09-06T05:55:27.510Z | Compiling thread-id v4.2.2 |
476 | 2024-09-06T05:55:27.610Z | Checking base64 v0.21.7 |
477 | 2024-09-06T05:55:27.657Z | Compiling serde_derive v1.0.209 |
478 | 2024-09-06T05:55:27.986Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-09-06T05:55:28.011Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-09-06T05:55:28.308Z | Compiling schemars_derive v0.8.21 |
481 | 2024-09-06T05:55:28.442Z | Compiling tokio-macros v2.4.0 |
482 | 2024-09-06T05:55:28.698Z | Compiling futures-macro v0.3.30 |
483 | 2024-09-06T05:55:28.815Z | Compiling openssl-macros v0.1.1 |
484 | 2024-09-06T05:55:29.554Z | Checking zerocopy v0.7.35 |
485 | 2024-09-06T05:55:30.170Z | Checking tokio v1.40.0 |
486 | 2024-09-06T05:55:30.339Z | Checking futures-util v0.3.30 |
487 | 2024-09-06T05:55:30.666Z | Compiling pest v2.7.11 |
488 | 2024-09-06T05:55:31.043Z | Checking hashbrown v0.14.5 |
489 | 2024-09-06T05:55:31.970Z | Compiling regex v1.10.6 |
490 | 2024-09-06T05:55:31.994Z | Compiling scroll_derive v0.12.0 |
491 | 2024-09-06T05:55:32.385Z | Compiling regress v0.10.1 |
492 | 2024-09-06T05:55:32.780Z | Compiling pest_meta v2.7.11 |
493 | 2024-09-06T05:55:33.105Z | Checking scroll v0.12.0 |
494 | 2024-09-06T05:55:33.775Z | Compiling pest_generator v2.7.11 |
495 | 2024-09-06T05:55:35.288Z | Compiling strsim v0.11.1 |
496 | 2024-09-06T05:55:35.587Z | Compiling ident_case v1.0.1 |
497 | 2024-09-06T05:55:35.872Z | Checking plain v0.2.3 |
498 | 2024-09-06T05:55:35.899Z | Compiling crossbeam-utils v0.8.20 |
499 | 2024-09-06T05:55:35.935Z | Checking num_threads v0.1.7 |
500 | 2024-09-06T05:55:36.037Z | Checking rustls-pki-types v1.8.0 |
501 | 2024-09-06T05:55:36.061Z | Compiling pest_derive v2.7.11 |
502 | 2024-09-06T05:55:36.061Z | Checking tokio-util v0.7.12 |
503 | 2024-09-06T05:55:36.130Z | Checking tokio-native-tls v0.3.1 |
504 | 2024-09-06T05:55:36.335Z | Checking tokio-rustls v0.24.1 |
505 | 2024-09-06T05:55:36.633Z | Checking time v0.3.36 |
506 | 2024-09-06T05:55:36.823Z | Compiling dtrace-parser v0.2.0 |
507 | 2024-09-06T05:55:36.847Z | Checking goblin v0.8.2 |
508 | 2024-09-06T05:55:37.395Z | Checking indexmap v2.5.0 |
509 | 2024-09-06T05:55:38.070Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-09-06T05:55:38.480Z | Checking h2 v0.3.26 |
511 | 2024-09-06T05:55:38.534Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-09-06T05:55:38.782Z | Checking openapiv3 v2.0.0 |
513 | 2024-09-06T05:55:39.615Z | Compiling dof v0.3.0 |
514 | 2024-09-06T05:55:40.701Z | Compiling darling_core v0.20.10 |
515 | 2024-09-06T05:55:40.831Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
516 | 2024-09-06T05:55:41.421Z | Checking rustls-pemfile v1.0.4 |
517 | 2024-09-06T05:55:41.465Z | Checking url v2.5.2 |
518 | 2024-09-06T05:55:41.579Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-09-06T05:55:41.781Z | Checking hyper v0.14.30 |
520 | 2024-09-06T05:55:41.959Z | Checking pretty-hex v0.4.1 |
521 | 2024-09-06T05:55:42.048Z | Compiling rustversion v1.0.17 |
522 | 2024-09-06T05:55:42.104Z | Compiling omicron-workspace-hack v0.1.0 |
523 | 2024-09-06T05:55:42.128Z | Compiling unsafe-libyaml v0.2.11 |
524 | 2024-09-06T05:55:42.375Z | Checking webpki-roots v0.25.4 |
525 | 2024-09-06T05:55:42.505Z | Compiling paste v1.0.15 |
526 | 2024-09-06T05:55:42.620Z | Checking sync_wrapper v0.1.2 |
527 | 2024-09-06T05:55:42.721Z | Checking ipnet v2.9.0 |
528 | 2024-09-06T05:55:42.936Z | Compiling rustls v0.22.4 |
529 | 2024-09-06T05:55:43.103Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-09-06T05:55:43.224Z | Checking dirs-next v2.0.0 |
531 | 2024-09-06T05:55:43.332Z | Checking serde_spanned v0.6.7 |
532 | 2024-09-06T05:55:43.495Z | Checking toml_datetime v0.6.8 |
533 | 2024-09-06T05:55:43.615Z | Checking rustls-webpki v0.102.7 |
534 | 2024-09-06T05:55:43.710Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-09-06T05:55:43.733Z | Checking block-buffer v0.10.4 |
536 | 2024-09-06T05:55:43.892Z | Checking crypto-common v0.1.6 |
537 | 2024-09-06T05:55:44.033Z | Compiling structmeta-derive v0.3.0 |
538 | 2024-09-06T05:55:44.090Z | Checking rand_core v0.6.4 |
539 | 2024-09-06T05:55:44.333Z | Checking thread_local v1.1.8 |
540 | 2024-09-06T05:55:44.356Z | Compiling multer v3.1.0 |
541 | 2024-09-06T05:55:44.356Z | Compiling slog-async v2.8.0 |
542 | 2024-09-06T05:55:44.561Z | Checking zeroize v1.8.1 |
543 | 2024-09-06T05:55:44.625Z | Checking winnow v0.6.18 |
544 | 2024-09-06T05:55:44.773Z | Checking subtle v2.6.1 |
545 | 2024-09-06T05:55:44.797Z | Checking match_cfg v0.1.0 |
546 | 2024-09-06T05:55:44.859Z | Compiling anyhow v1.0.86 |
547 | 2024-09-06T05:55:44.968Z | Compiling camino v1.1.9 |
548 | 2024-09-06T05:55:45.423Z | Checking hyper-rustls v0.24.2 |
549 | 2024-09-06T05:55:45.463Z | Checking hyper-tls v0.5.0 |
550 | 2024-09-06T05:55:45.516Z | Compiling darling_macro v0.20.10 |
551 | 2024-09-06T05:55:45.677Z | Checking hostname v0.3.1 |
552 | 2024-09-06T05:55:45.701Z | Checking reqwest v0.11.27 |
553 | 2024-09-06T05:55:46.084Z | Checking rand_chacha v0.3.1 |
554 | 2024-09-06T05:55:46.144Z | Compiling structmeta v0.3.0 |
555 | 2024-09-06T05:55:46.329Z | Compiling darling v0.20.10 |
556 | 2024-09-06T05:55:46.329Z | Checking crossbeam-channel v0.5.13 |
557 | 2024-09-06T05:55:46.377Z | Checking digest v0.10.7 |
558 | 2024-09-06T05:55:46.431Z | Checking term v0.7.0 |
559 | 2024-09-06T05:55:46.759Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
560 | 2024-09-06T05:55:46.791Z | Compiling usdt-macro v0.5.0 |
561 | 2024-09-06T05:55:46.932Z | Compiling usdt-attr-macro v0.5.0 |
562 | 2024-09-06T05:55:47.014Z | Checking slog-json v2.6.1 |
563 | 2024-09-06T05:55:47.038Z | Checking toml_edit v0.22.20 |
564 | 2024-09-06T05:55:47.222Z | Checking futures-executor v0.3.30 |
565 | 2024-09-06T05:55:47.406Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-09-06T05:55:47.521Z | Checking http v1.1.0 |
567 | 2024-09-06T05:55:47.545Z | Checking memmap v0.7.0 |
568 | 2024-09-06T05:55:47.704Z | Checking is-terminal v0.4.13 |
569 | 2024-09-06T05:55:47.813Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
570 | 2024-09-06T05:55:47.947Z | Checking take_mut v0.2.2 |
571 | 2024-09-06T05:55:48.066Z | Checking atomic-waker v1.1.2 |
572 | 2024-09-06T05:55:48.091Z | Checking cpufeatures v0.2.13 |
573 | 2024-09-06T05:55:48.171Z | Checking base64 v0.22.1 |
574 | 2024-09-06T05:55:48.196Z | Checking sha1 v0.10.6 |
575 | 2024-09-06T05:55:48.196Z | Checking waitgroup v0.1.2 |
576 | 2024-09-06T05:55:48.309Z | Checking usdt v0.5.0 |
577 | 2024-09-06T05:55:48.515Z | Checking slog-term v2.9.1 |
578 | 2024-09-06T05:55:48.538Z | Checking async-stream v0.3.5 |
579 | 2024-09-06T05:55:48.562Z | Checking rustls-pemfile v2.1.3 |
580 | 2024-09-06T05:55:48.622Z | Checking tokio-rustls v0.25.0 |
581 | 2024-09-06T05:55:48.677Z | Compiling strum_macros v0.26.4 |
582 | 2024-09-06T05:55:48.701Z | Checking futures v0.3.30 |
583 | 2024-09-06T05:55:48.769Z | Checking slog-bunyan v2.5.0 |
584 | 2024-09-06T05:55:48.793Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-09-06T05:55:48.897Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-09-06T05:55:48.921Z | Checking rand v0.8.5 |
587 | 2024-09-06T05:55:49.207Z | Checking toml v0.8.19 |
588 | 2024-09-06T05:55:49.367Z | Checking ipnetwork v0.20.0 |
589 | 2024-09-06T05:55:49.430Z | Checking newtype-uuid v1.1.0 |
590 | 2024-09-06T05:55:49.621Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
591 | 2024-09-06T05:55:49.668Z | Checking hex v0.4.3 |
592 | 2024-09-06T05:55:49.817Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-09-06T05:55:49.907Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-09-06T05:55:50.105Z | Compiling async-trait v0.1.82 |
595 | 2024-09-06T05:55:50.349Z | Checking hostname v0.4.0 |
596 | 2024-09-06T05:55:50.461Z | Checking instant v0.1.13 |
597 | 2024-09-06T05:55:50.560Z | Checking debug-ignore v1.0.5 |
598 | 2024-09-06T05:55:50.586Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-09-06T05:55:50.683Z | Checking backoff v0.4.0 |
600 | 2024-09-06T05:55:50.711Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-09-06T05:55:50.833Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-09-06T05:55:50.918Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-09-06T05:55:51.083Z | Checking serde_with v3.9.0 |
604 | 2024-09-06T05:55:51.119Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-09-06T05:55:51.209Z | Checking macaddr v1.0.1 |
606 | 2024-09-06T05:55:51.473Z | Checking regress v0.9.1 |
607 | 2024-09-06T05:55:51.838Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
608 | 2024-09-06T05:55:51.999Z | Checking parse-display v0.10.0 |
609 | 2024-09-06T05:55:52.243Z | Checking strum v0.26.3 |
610 | 2024-09-06T05:55:54.108Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
611 | 2024-09-06T05:55:54.193Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
612 | 2024-09-06T05:55:57.414Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
613 | 2024-09-06T05:56:03.619Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
614 | 2024-09-06T05:56:03.758Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-09-06T05:56:07.293Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-09-06T05:56:16.164Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-09-06T05:56:16.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
618 | 2024-09-06T05:56:16.308Z | + cargo build --release |
619 | 2024-09-06T05:56:16.644Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-09-06T05:56:16.644Z | Compiling unicode-ident v1.0.12 |
621 | 2024-09-06T05:56:16.644Z | Compiling libc v0.2.158 |
622 | 2024-09-06T05:56:16.668Z | Compiling cfg-if v1.0.0 |
623 | 2024-09-06T05:56:16.668Z | Compiling version_check v0.9.5 |
624 | 2024-09-06T05:56:16.668Z | Compiling autocfg v1.3.0 |
625 | 2024-09-06T05:56:16.668Z | Compiling serde v1.0.209 |
626 | 2024-09-06T05:56:16.668Z | Compiling memchr v2.7.4 |
627 | 2024-09-06T05:56:16.743Z | Compiling serde_json v1.0.128 |
628 | 2024-09-06T05:56:16.823Z | Compiling itoa v1.0.11 |
629 | 2024-09-06T05:56:17.053Z | Compiling thiserror v1.0.63 |
630 | 2024-09-06T05:56:17.179Z | Compiling byteorder v1.5.0 |
631 | 2024-09-06T05:56:17.217Z | Compiling ahash v0.8.11 |
632 | 2024-09-06T05:56:17.315Z | Compiling once_cell v1.19.0 |
633 | 2024-09-06T05:56:17.531Z | Compiling shlex v1.3.0 |
634 | 2024-09-06T05:56:17.813Z | Compiling cc v1.1.16 |
635 | 2024-09-06T05:56:17.837Z | Compiling getrandom v0.2.15 |
636 | 2024-09-06T05:56:17.913Z | Compiling num-traits v0.2.19 |
637 | 2024-09-06T05:56:18.060Z | Compiling quote v1.0.37 |
638 | 2024-09-06T05:56:18.187Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-09-06T05:56:18.211Z | Compiling ryu v1.0.18 |
640 | 2024-09-06T05:56:18.303Z | Compiling bytes v1.7.1 |
641 | 2024-09-06T05:56:18.328Z | Compiling log v0.4.22 |
642 | 2024-09-06T05:56:18.461Z | Compiling syn v2.0.77 |
643 | 2024-09-06T05:56:18.568Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-09-06T05:56:18.652Z | Compiling schemars v0.8.21 |
645 | 2024-09-06T05:56:18.724Z | Compiling lock_api v0.4.12 |
646 | 2024-09-06T05:56:18.790Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-09-06T05:56:18.909Z | Compiling scopeguard v1.2.0 |
648 | 2024-09-06T05:56:18.990Z | Compiling smallvec v1.13.2 |
649 | 2024-09-06T05:56:19.045Z | Compiling futures-core v0.3.30 |
650 | 2024-09-06T05:56:19.211Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-09-06T05:56:19.270Z | Compiling mio v1.0.2 |
652 | 2024-09-06T05:56:19.298Z | Compiling socket2 v0.5.7 |
653 | 2024-09-06T05:56:19.630Z | Compiling slab v0.4.9 |
654 | 2024-09-06T05:56:19.838Z | Compiling parking_lot v0.12.3 |
655 | 2024-09-06T05:56:20.013Z | Compiling futures-sink v0.3.30 |
656 | 2024-09-06T05:56:20.121Z | Compiling spin v0.9.8 |
657 | 2024-09-06T05:56:20.239Z | Compiling ring v0.17.8 |
658 | 2024-09-06T05:56:20.264Z | Compiling equivalent v1.0.1 |
659 | 2024-09-06T05:56:20.346Z | Compiling semver v1.0.23 |
660 | 2024-09-06T05:56:20.370Z | Compiling untrusted v0.9.0 |
661 | 2024-09-06T05:56:20.517Z | Compiling fnv v1.0.7 |
662 | 2024-09-06T05:56:20.656Z | Compiling futures-channel v0.3.30 |
663 | 2024-09-06T05:56:20.778Z | Compiling futures-task v0.3.30 |
664 | 2024-09-06T05:56:20.887Z | Compiling vcpkg v0.2.15 |
665 | 2024-09-06T05:56:20.915Z | Compiling heck v0.5.0 |
666 | 2024-09-06T05:56:21.032Z | Compiling pin-utils v0.1.0 |
667 | 2024-09-06T05:56:21.056Z | Compiling pkg-config v0.3.30 |
668 | 2024-09-06T05:56:21.125Z | Compiling futures-io v0.3.30 |
669 | 2024-09-06T05:56:21.478Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-09-06T05:56:21.536Z | Compiling ucd-trie v0.1.6 |
671 | 2024-09-06T05:56:21.922Z | Compiling http v0.2.12 |
672 | 2024-09-06T05:56:22.047Z | Compiling httparse v1.9.4 |
673 | 2024-09-06T05:56:22.188Z | Compiling dyn-clone v1.0.17 |
674 | 2024-09-06T05:56:22.245Z | Compiling openssl-sys v0.9.103 |
675 | 2024-09-06T05:56:22.751Z | Compiling tracing-core v0.1.32 |
676 | 2024-09-06T05:56:22.914Z | Compiling chrono v0.4.38 |
677 | 2024-09-06T05:56:23.161Z | Compiling uuid v1.10.0 |
678 | 2024-09-06T05:56:23.630Z | Compiling tracing v0.1.40 |
679 | 2024-09-06T05:56:24.181Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-09-06T05:56:24.967Z | Compiling openssl v0.10.66 |
681 | 2024-09-06T05:56:24.993Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-09-06T05:56:25.067Z | Compiling slog v2.7.0 |
683 | 2024-09-06T05:56:25.311Z | Compiling try-lock v0.2.5 |
684 | 2024-09-06T05:56:25.360Z | Compiling foreign-types v0.3.2 |
685 | 2024-09-06T05:56:25.446Z | Compiling want v0.3.1 |
686 | 2024-09-06T05:56:25.546Z | Compiling http-body v0.4.6 |
687 | 2024-09-06T05:56:25.800Z | Compiling aho-corasick v1.1.3 |
688 | 2024-09-06T05:56:25.961Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-09-06T05:56:25.986Z | Compiling typenum v1.17.0 |
690 | 2024-09-06T05:56:26.042Z | Compiling percent-encoding v2.3.1 |
691 | 2024-09-06T05:56:26.447Z | Compiling tower-service v0.3.3 |
692 | 2024-09-06T05:56:26.556Z | Compiling native-tls v0.2.12 |
693 | 2024-09-06T05:56:26.746Z | Compiling regex-syntax v0.8.4 |
694 | 2024-09-06T05:56:26.771Z | Compiling rustls v0.21.12 |
695 | 2024-09-06T05:56:26.830Z | Compiling bitflags v2.6.0 |
696 | 2024-09-06T05:56:26.889Z | Compiling httpdate v1.0.3 |
697 | 2024-09-06T05:56:27.095Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-09-06T05:56:27.138Z | Compiling tinyvec v1.8.0 |
699 | 2024-09-06T05:56:27.586Z | Compiling generic-array v0.14.7 |
700 | 2024-09-06T05:56:27.875Z | Compiling openssl-probe v0.1.5 |
701 | 2024-09-06T05:56:28.193Z | Compiling serde_derive v1.0.209 |
702 | 2024-09-06T05:56:28.289Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-09-06T05:56:28.355Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-09-06T05:56:28.393Z | Compiling schemars_derive v0.8.21 |
705 | 2024-09-06T05:56:28.509Z | Compiling tokio-macros v2.4.0 |
706 | 2024-09-06T05:56:29.747Z | Compiling tokio v1.40.0 |
707 | 2024-09-06T05:56:29.889Z | Compiling zerocopy v0.7.35 |
708 | 2024-09-06T05:56:30.837Z | Compiling futures-macro v0.3.30 |
709 | 2024-09-06T05:56:31.369Z | Compiling pest v2.7.11 |
710 | 2024-09-06T05:56:31.794Z | Compiling hashbrown v0.14.5 |
711 | 2024-09-06T05:56:32.518Z | Compiling futures-util v0.3.30 |
712 | 2024-09-06T05:56:33.255Z | Compiling openssl-macros v0.1.1 |
713 | 2024-09-06T05:56:33.544Z | Compiling pest_meta v2.7.11 |
714 | 2024-09-06T05:56:33.818Z | Compiling regress v0.10.1 |
715 | 2024-09-06T05:56:35.552Z | Compiling pest_generator v2.7.11 |
716 | 2024-09-06T05:56:36.826Z | Compiling tokio-util v0.7.12 |
717 | 2024-09-06T05:56:37.186Z | Compiling pest_derive v2.7.11 |
718 | 2024-09-06T05:56:37.915Z | Compiling sct v0.7.1 |
719 | 2024-09-06T05:56:38.033Z | Compiling rustls-webpki v0.101.7 |
720 | 2024-09-06T05:56:38.694Z | Compiling indexmap v2.5.0 |
721 | 2024-09-06T05:56:38.960Z | Compiling serde_tokenstream v0.2.2 |
722 | 2024-09-06T05:56:41.301Z | Compiling h2 v0.3.26 |
723 | 2024-09-06T05:56:42.996Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
724 | 2024-09-06T05:56:43.839Z | Compiling regex-automata v0.4.7 |
725 | 2024-09-06T05:56:46.327Z | Compiling hyper v0.14.30 |
726 | 2024-09-06T05:56:50.300Z | Compiling regex v1.10.6 |
727 | 2024-09-06T05:56:51.430Z | Compiling unicode-normalization v0.1.23 |
728 | 2024-09-06T05:56:52.094Z | Compiling scroll_derive v0.12.0 |
729 | 2024-09-06T05:56:52.660Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
730 | 2024-09-06T05:56:54.179Z | Compiling usdt-impl v0.5.0 |
731 | 2024-09-06T05:56:54.256Z | Compiling encoding_rs v0.8.34 |
732 | 2024-09-06T05:56:54.507Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-09-06T05:56:54.880Z | Compiling num-conv v0.1.0 |
734 | 2024-09-06T05:56:55.120Z | Compiling mime v0.3.17 |
735 | 2024-09-06T05:56:55.953Z | Compiling powerfmt v0.2.0 |
736 | 2024-09-06T05:56:56.376Z | Compiling time-core v0.1.2 |
737 | 2024-09-06T05:56:56.537Z | Compiling time-macros v0.2.18 |
738 | 2024-09-06T05:56:57.091Z | Compiling deranged v0.3.11 |
739 | 2024-09-06T05:56:58.921Z | Compiling idna v0.5.0 |
740 | 2024-09-06T05:57:01.719Z | Compiling scroll v0.12.0 |
741 | 2024-09-06T05:57:01.938Z | Compiling thread-id v4.2.2 |
742 | 2024-09-06T05:57:02.030Z | Compiling tokio-rustls v0.24.1 |
743 | 2024-09-06T05:57:02.233Z | Compiling tokio-native-tls v0.3.1 |
744 | 2024-09-06T05:57:02.386Z | Compiling dof v0.3.0 |
745 | 2024-09-06T05:57:02.491Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-09-06T05:57:02.588Z | Compiling dtrace-parser v0.2.0 |
747 | 2024-09-06T05:57:03.376Z | Compiling base64 v0.21.7 |
748 | 2024-09-06T05:57:04.169Z | Compiling rustls-pki-types v1.8.0 |
749 | 2024-09-06T05:57:04.328Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-09-06T05:57:04.842Z | Compiling num_threads v0.1.7 |
751 | 2024-09-06T05:57:05.139Z | Compiling strsim v0.11.1 |
752 | 2024-09-06T05:57:05.294Z | Compiling ident_case v1.0.1 |
753 | 2024-09-06T05:57:05.436Z | Compiling plain v0.2.3 |
754 | 2024-09-06T05:57:05.937Z | Compiling omicron-workspace-hack v0.1.0 |
755 | 2024-09-06T05:57:06.641Z | Compiling goblin v0.8.2 |
756 | 2024-09-06T05:57:08.399Z | Compiling darling_core v0.20.10 |
757 | 2024-09-06T05:57:10.127Z | Compiling time v0.3.36 |
758 | 2024-09-06T05:57:12.942Z | Compiling rustls-pemfile v1.0.4 |
759 | 2024-09-06T05:57:13.607Z | Compiling hyper-tls v0.5.0 |
760 | 2024-09-06T05:57:14.014Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-09-06T05:57:14.352Z | Compiling url v2.5.2 |
762 | 2024-09-06T05:57:14.384Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
763 | 2024-09-06T05:57:14.492Z | Compiling openapiv3 v2.0.0 |
764 | 2024-09-06T05:57:17.352Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-09-06T05:57:17.830Z | Compiling sync_wrapper v0.1.2 |
766 | 2024-09-06T05:57:17.867Z | Compiling rustversion v1.0.17 |
767 | 2024-09-06T05:57:17.942Z | Compiling rustls v0.22.4 |
768 | 2024-09-06T05:57:18.213Z | Compiling ipnet v2.9.0 |
769 | 2024-09-06T05:57:18.339Z | Compiling paste v1.0.15 |
770 | 2024-09-06T05:57:18.425Z | Compiling pretty-hex v0.4.1 |
771 | 2024-09-06T05:57:18.616Z | Compiling webpki-roots v0.25.4 |
772 | 2024-09-06T05:57:18.752Z | Compiling unsafe-libyaml v0.2.11 |
773 | 2024-09-06T05:57:18.816Z | Compiling reqwest v0.11.27 |
774 | 2024-09-06T05:57:20.106Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-09-06T05:57:20.608Z | Compiling dirs-next v2.0.0 |
776 | 2024-09-06T05:57:20.834Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
777 | 2024-09-06T05:57:21.502Z | Compiling darling_macro v0.20.10 |
778 | 2024-09-06T05:57:24.111Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-09-06T05:57:24.153Z | Compiling block-buffer v0.10.4 |
780 | 2024-09-06T05:57:24.375Z | Compiling crypto-common v0.1.6 |
781 | 2024-09-06T05:57:24.557Z | Compiling serde_spanned v0.6.7 |
782 | 2024-09-06T05:57:24.759Z | Compiling toml_datetime v0.6.8 |
783 | 2024-09-06T05:57:24.951Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-09-06T05:57:25.324Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-09-06T05:57:25.692Z | Compiling rand_core v0.6.4 |
786 | 2024-09-06T05:57:25.818Z | Compiling thread_local v1.1.8 |
787 | 2024-09-06T05:57:26.131Z | Compiling multer v3.1.0 |
788 | 2024-09-06T05:57:26.227Z | Compiling slog-async v2.8.0 |
789 | 2024-09-06T05:57:26.432Z | Compiling camino v1.1.9 |
790 | 2024-09-06T05:57:26.462Z | Compiling anyhow v1.0.86 |
791 | 2024-09-06T05:57:26.657Z | Compiling match_cfg v0.1.0 |
792 | 2024-09-06T05:57:26.743Z | Compiling subtle v2.6.1 |
793 | 2024-09-06T05:57:26.951Z | Compiling winnow v0.6.18 |
794 | 2024-09-06T05:57:26.975Z | Compiling zeroize v1.8.1 |
795 | 2024-09-06T05:57:27.274Z | Compiling hostname v0.3.1 |
796 | 2024-09-06T05:57:27.613Z | Compiling structmeta v0.3.0 |
797 | 2024-09-06T05:57:27.639Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
798 | 2024-09-06T05:57:27.858Z | Compiling rand_chacha v0.3.1 |
799 | 2024-09-06T05:57:28.523Z | Compiling digest v0.10.7 |
800 | 2024-09-06T05:57:29.215Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-09-06T05:57:30.517Z | Compiling toml_edit v0.22.20 |
802 | 2024-09-06T05:57:30.583Z | Compiling darling v0.20.10 |
803 | 2024-09-06T05:57:30.686Z | Compiling term v0.7.0 |
804 | 2024-09-06T05:57:35.695Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
805 | 2024-09-06T05:57:37.214Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-09-06T05:57:38.170Z | Compiling usdt-macro v0.5.0 |
807 | 2024-09-06T05:57:38.542Z | Compiling slog-json v2.6.1 |
808 | 2024-09-06T05:57:38.965Z | Compiling futures-executor v0.3.30 |
809 | 2024-09-06T05:57:39.349Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-09-06T05:57:39.969Z | Compiling http v1.1.0 |
811 | 2024-09-06T05:57:40.425Z | Compiling is-terminal v0.4.13 |
812 | 2024-09-06T05:57:40.498Z | Compiling memmap v0.7.0 |
813 | 2024-09-06T05:57:40.536Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
814 | 2024-09-06T05:57:40.842Z | Compiling base64 v0.22.1 |
815 | 2024-09-06T05:57:40.896Z | Compiling cpufeatures v0.2.13 |
816 | 2024-09-06T05:57:40.986Z | Compiling atomic-waker v1.1.2 |
817 | 2024-09-06T05:57:41.157Z | Compiling take_mut v0.2.2 |
818 | 2024-09-06T05:57:44.055Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-09-06T05:57:44.280Z | Compiling waitgroup v0.1.2 |
820 | 2024-09-06T05:57:44.360Z | Compiling sha1 v0.10.6 |
821 | 2024-09-06T05:57:44.556Z | Compiling usdt v0.5.0 |
822 | 2024-09-06T05:57:44.729Z | Compiling slog-term v2.9.1 |
823 | 2024-09-06T05:57:44.959Z | Compiling async-stream v0.3.5 |
824 | 2024-09-06T05:57:45.266Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
825 | 2024-09-06T05:57:45.428Z | Compiling futures v0.3.30 |
826 | 2024-09-06T05:57:45.619Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-09-06T05:57:45.855Z | Compiling strum_macros v0.26.4 |
828 | 2024-09-06T05:57:45.926Z | Compiling toml v0.8.19 |
829 | 2024-09-06T05:57:47.197Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-09-06T05:57:47.589Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-09-06T05:57:49.689Z | Compiling rand v0.8.5 |
832 | 2024-09-06T05:57:49.883Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-09-06T05:57:51.575Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-09-06T05:57:51.857Z | Compiling ipnetwork v0.20.0 |
835 | 2024-09-06T05:57:52.472Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
836 | 2024-09-06T05:57:52.622Z | Compiling hex v0.4.3 |
837 | 2024-09-06T05:57:53.220Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-09-06T05:57:53.298Z | Compiling async-trait v0.1.82 |
839 | 2024-09-06T05:57:54.082Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-09-06T05:57:54.796Z | Compiling hostname v0.4.0 |
841 | 2024-09-06T05:57:55.026Z | Compiling instant v0.1.13 |
842 | 2024-09-06T05:57:55.171Z | Compiling debug-ignore v1.0.5 |
843 | 2024-09-06T05:57:55.298Z | Compiling backoff v0.4.0 |
844 | 2024-09-06T05:57:55.362Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-09-06T05:57:55.534Z | Compiling parse-display v0.10.0 |
846 | 2024-09-06T05:57:55.599Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-09-06T05:57:55.765Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-09-06T05:57:55.941Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-09-06T05:57:55.965Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-09-06T05:57:56.508Z | Compiling serde_with v3.9.0 |
851 | 2024-09-06T05:57:57.431Z | Compiling strum v0.26.3 |
852 | 2024-09-06T05:57:57.626Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-09-06T05:57:58.375Z | Compiling macaddr v1.0.1 |
854 | 2024-09-06T05:57:58.894Z | Compiling regress v0.9.1 |
855 | 2024-09-06T05:58:02.362Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-09-06T05:58:12.404Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-09-06T05:58:23.030Z | Finished `release` profile [optimized] target(s) in 2m 06s |
858 | 2024-09-06T05:58:23.088Z | process exited: duration 199524 ms, exit code 0 |
|
859 | 2024-09-06T05:58:23.137Z | found 0 output files |