|
|
|
1 | 2024-09-04T23:59:29.619Z | job assigned to worker 01J6ZQM5DGNVMV737CZWD1AWW9 (queued for 35 s) |
|
2 | 2024-09-04T23:59:29.841Z | starting task 0: "setup" |
3 | 2024-09-04T23:59:29.869Z | ++ uname -s |
4 | 2024-09-04T23:59:29.869Z | + kern=SunOS |
5 | 2024-09-04T23:59:29.869Z | + case "$kern" in |
6 | 2024-09-04T23:59:29.869Z | + groupadd -g 12345 build |
7 | 2024-09-04T23:59:29.869Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-04T23:59:31.872Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-04T23:59:31.910Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-04T23:59:31.934Z | + home_fs=zfs |
11 | 2024-09-04T23:59:31.934Z | + [[ zfs == autofs ]] |
12 | 2024-09-04T23:59:31.934Z | + mkdir -p /home/build |
13 | 2024-09-04T23:59:31.934Z | + chown build:build /home/build /work |
14 | 2024-09-04T23:59:33.920Z | + chmod 0700 /home/build /work |
15 | 2024-09-04T23:59:33.946Z | process exited: duration 4083 ms, exit code 0 |
|
16 | 2024-09-04T23:59:34.004Z | starting task 1: "rust-toolchain" |
17 | 2024-09-04T23:59:34.028Z | * toolchain channel = "1.80.1" |
18 | 2024-09-04T23:59:34.028Z | * toolchain profile = "default" |
19 | 2024-09-04T23:59:34.028Z | + printf ' * toolchain channel = "%s" |
20 | 2024-09-04T23:59:34.028Z | ' 1.80.1 |
21 | 2024-09-04T23:59:34.028Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-04T23:59:34.028Z | ' default |
23 | 2024-09-04T23:59:34.028Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-04T23:59:34.028Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-04T23:59:34.147Z | info: downloading installer |
26 | 2024-09-04T23:59:34.795Z | info: profile set to 'default' |
27 | 2024-09-04T23:59:34.795Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-04T23:59:34.795Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-04T23:59:34.909Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-04T23:59:34.909Z | info: downloading component 'cargo' |
31 | 2024-09-04T23:59:35.105Z | info: downloading component 'clippy' |
32 | 2024-09-04T23:59:35.194Z | info: downloading component 'rust-docs' |
33 | 2024-09-04T23:59:35.535Z | info: downloading component 'rust-std' |
34 | 2024-09-04T23:59:35.909Z | info: downloading component 'rustc' |
35 | 2024-09-04T23:59:37.126Z | info: downloading component 'rustfmt' |
36 | 2024-09-04T23:59:37.211Z | info: installing component 'cargo' |
37 | 2024-09-04T23:59:38.346Z | info: installing component 'clippy' |
38 | 2024-09-04T23:59:38.800Z | info: installing component 'rust-docs' |
39 | 2024-09-04T23:59:41.525Z | info: installing component 'rust-std' |
40 | 2024-09-04T23:59:43.610Z | info: installing component 'rustc' |
41 | 2024-09-04T23:59:48.575Z | info: installing component 'rustfmt' |
42 | 2024-09-04T23:59:48.983Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-04T23:59:48.983Z | |
44 | 2024-09-04T23:59:49.120Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-04T23:59:49.120Z | |
46 | 2024-09-04T23:59:49.120Z | |
47 | 2024-09-04T23:59:49.120Z | Rust is installed now. Great! |
48 | 2024-09-04T23:59:49.120Z | |
49 | 2024-09-04T23:59:49.120Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-04T23:59:49.120Z | environment variable. This has not been done automatically. |
51 | 2024-09-04T23:59:49.120Z | |
52 | 2024-09-04T23:59:49.120Z | To configure your current shell, you need to source |
53 | 2024-09-04T23:59:49.120Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-04T23:59:49.120Z | |
55 | 2024-09-04T23:59:49.120Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-04T23:59:49.120Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-04T23:59:49.144Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-04T23:59:49.194Z | + rustc --version |
59 | 2024-09-04T23:59:49.311Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-04T23:59:49.336Z | process exited: duration 15313 ms, exit code 0 |
|
61 | 2024-09-04T23:59:49.388Z | starting task 2: "authentication" |
62 | 2024-09-04T23:59:49.445Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-09-04T23:59:49.493Z | starting task 3: "clone repository" |
64 | 2024-09-04T23:59:49.517Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-04T23:59:49.517Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-04T23:59:49.541Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-04T23:59:55.034Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-04T23:59:55.034Z | + git fetch origin 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 |
69 | 2024-09-04T23:59:55.805Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-04T23:59:55.805Z | * branch 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 -> FETCH_HEAD |
71 | 2024-09-04T23:59:55.830Z | + [[ -n '' ]] |
72 | 2024-09-04T23:59:55.830Z | + git reset --hard 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 |
73 | 2024-09-04T23:59:56.029Z | HEAD is now at 48f8cf9ea clean up |
74 | 2024-09-04T23:59:56.053Z | process exited: duration 6540 ms, exit code 0 |
|
75 | 2024-09-04T23:59:56.101Z | starting task 4: "build" |
76 | 2024-09-04T23:59:56.125Z | + cargo --version |
77 | 2024-09-04T23:59:56.207Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-09-04T23:59:56.230Z | + rustc --version |
79 | 2024-09-04T23:59:56.306Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-09-04T23:59:56.330Z | + cd /tmp |
81 | 2024-09-04T23:59:56.330Z | + cargo new --lib test-project |
82 | 2024-09-04T23:59:56.407Z | Creating library `test-project` package |
83 | 2024-09-04T23:59:56.544Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-09-04T23:59:56.568Z | + cd test-project |
85 | 2024-09-04T23:59:56.568Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-09-04T23:59:56.652Z | Adding omicron-common (local) to dependencies |
87 | 2024-09-04T23:59:56.652Z | Features: |
88 | 2024-09-04T23:59:56.652Z | - proptest |
89 | 2024-09-04T23:59:56.652Z | - test-strategy |
90 | 2024-09-04T23:59:56.652Z | - testing |
91 | 2024-09-04T23:59:56.677Z | Updating crates.io index |
92 | 2024-09-04T23:59:56.721Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-09-04T23:59:57.804Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-09-04T23:59:58.832Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-09-04T23:59:59.331Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-09-05T00:00:01.383Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-09-05T00:00:01.901Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-09-05T00:00:02.451Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-09-05T00:00:06.231Z | Locking 306 packages to latest compatible versions |
100 | 2024-09-05T00:00:06.231Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
101 | 2024-09-05T00:00:06.256Z | Adding base64 v0.21.7 (latest: v0.22.1) |
102 | 2024-09-05T00:00:06.256Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
103 | 2024-09-05T00:00:06.256Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
104 | 2024-09-05T00:00:06.256Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
105 | 2024-09-05T00:00:06.256Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
106 | 2024-09-05T00:00:06.256Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
107 | 2024-09-05T00:00:06.256Z | Adding gimli v0.29.0 (latest: v0.31.0) |
108 | 2024-09-05T00:00:06.256Z | Adding h2 v0.3.26 (latest: v0.4.6) |
109 | 2024-09-05T00:00:06.256Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
110 | 2024-09-05T00:00:06.256Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
111 | 2024-09-05T00:00:06.256Z | Adding hostname v0.3.1 (latest: v0.4.0) |
112 | 2024-09-05T00:00:06.256Z | Adding http v0.2.12 (latest: v1.1.0) |
113 | 2024-09-05T00:00:06.256Z | Adding http-body v0.4.6 (latest: v1.0.1) |
114 | 2024-09-05T00:00:06.256Z | Adding hyper v0.14.30 (latest: v1.4.1) |
115 | 2024-09-05T00:00:06.256Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
116 | 2024-09-05T00:00:06.256Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
117 | 2024-09-05T00:00:06.256Z | Adding idna v0.5.0 (latest: v1.0.2) |
118 | 2024-09-05T00:00:06.256Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
119 | 2024-09-05T00:00:06.257Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-09-05T00:00:06.257Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
121 | 2024-09-05T00:00:06.257Z | Adding regress v0.9.1 (latest: v0.10.1) |
122 | 2024-09-05T00:00:06.257Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
123 | 2024-09-05T00:00:06.257Z | Adding rustls v0.21.12 (latest: v0.23.12) |
124 | 2024-09-05T00:00:06.257Z | Adding rustls v0.22.4 (latest: v0.23.12) |
125 | 2024-09-05T00:00:06.257Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
126 | 2024-09-05T00:00:06.257Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
127 | 2024-09-05T00:00:06.283Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
128 | 2024-09-05T00:00:06.283Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
129 | 2024-09-05T00:00:06.283Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
130 | 2024-09-05T00:00:06.283Z | Adding term v0.7.0 (latest: v1.0.0) |
131 | 2024-09-05T00:00:06.284Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
132 | 2024-09-05T00:00:06.284Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
133 | 2024-09-05T00:00:06.284Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
134 | 2024-09-05T00:00:06.284Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
135 | 2024-09-05T00:00:06.284Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-09-05T00:00:06.284Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-09-05T00:00:06.284Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-09-05T00:00:06.284Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-09-05T00:00:06.284Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-09-05T00:00:06.284Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
141 | 2024-09-05T00:00:06.284Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
142 | 2024-09-05T00:00:06.284Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
143 | 2024-09-05T00:00:06.284Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-09-05T00:00:06.284Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
145 | 2024-09-05T00:00:06.284Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
146 | 2024-09-05T00:00:06.284Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-09-05T00:00:06.284Z | Adding winreg v0.50.0 (latest: v0.52.0) |
148 | 2024-09-05T00:00:06.358Z | + cargo check |
149 | 2024-09-05T00:00:06.685Z | Downloading crates ... |
150 | 2024-09-05T00:00:06.758Z | Downloaded async-stream-impl v0.3.5 |
151 | 2024-09-05T00:00:06.783Z | Downloaded num-conv v0.1.0 |
152 | 2024-09-05T00:00:06.783Z | Downloaded openssl-macros v0.1.1 |
153 | 2024-09-05T00:00:06.808Z | Downloaded take_mut v0.2.2 |
154 | 2024-09-05T00:00:06.808Z | Downloaded ppv-lite86 v0.2.20 |
155 | 2024-09-05T00:00:06.808Z | Downloaded rustls-pemfile v1.0.4 |
156 | 2024-09-05T00:00:06.833Z | Downloaded structmeta-derive v0.3.0 |
157 | 2024-09-05T00:00:06.833Z | Downloaded thiserror v1.0.63 |
158 | 2024-09-05T00:00:06.857Z | Downloaded time-macros v0.2.18 |
159 | 2024-09-05T00:00:06.857Z | Downloaded tokio-rustls v0.25.0 |
160 | 2024-09-05T00:00:06.882Z | Downloaded tinyvec_macros v0.1.1 |
161 | 2024-09-05T00:00:06.882Z | Downloaded time v0.3.36 |
162 | 2024-09-05T00:00:06.906Z | Downloaded strum_macros v0.26.4 |
163 | 2024-09-05T00:00:06.906Z | Downloaded subtle v2.6.1 |
164 | 2024-09-05T00:00:06.906Z | Downloaded rustls-pemfile v2.1.3 |
165 | 2024-09-05T00:00:06.931Z | Downloaded serde_with_macros v3.9.0 |
166 | 2024-09-05T00:00:06.931Z | Downloaded spin v0.9.8 |
167 | 2024-09-05T00:00:06.931Z | Downloaded semver v1.0.23 |
168 | 2024-09-05T00:00:06.931Z | Downloaded quote v1.0.37 |
169 | 2024-09-05T00:00:06.931Z | Downloaded term v0.7.0 |
170 | 2024-09-05T00:00:06.955Z | Downloaded rand v0.8.5 |
171 | 2024-09-05T00:00:06.955Z | Downloaded serde v1.0.209 |
172 | 2024-09-05T00:00:06.955Z | Downloaded ryu v1.0.18 |
173 | 2024-09-05T00:00:06.955Z | Downloaded serde_derive v1.0.209 |
174 | 2024-09-05T00:00:06.955Z | Downloaded serde_yaml v0.9.34+deprecated |
175 | 2024-09-05T00:00:06.983Z | Downloaded schemars v0.8.21 |
176 | 2024-09-05T00:00:06.983Z | Downloaded smallvec v1.13.2 |
177 | 2024-09-05T00:00:06.983Z | Downloaded serde_with v3.9.0 |
178 | 2024-09-05T00:00:07.009Z | Downloaded pest v2.7.11 |
179 | 2024-09-05T00:00:07.009Z | Downloaded reqwest v0.11.27 |
180 | 2024-09-05T00:00:07.033Z | Downloaded serde_json v1.0.128 |
181 | 2024-09-05T00:00:07.033Z | Downloaded rustls-webpki v0.101.7 |
182 | 2024-09-05T00:00:07.058Z | Downloaded rustls-webpki v0.102.7 |
183 | 2024-09-05T00:00:07.088Z | Downloaded syn v2.0.77 |
184 | 2024-09-05T00:00:07.113Z | Downloaded rustls v0.22.4 |
185 | 2024-09-05T00:00:07.138Z | Downloaded tokio v1.40.0 |
186 | 2024-09-05T00:00:07.179Z | Downloaded regress v0.10.1 |
187 | 2024-09-05T00:00:07.203Z | Downloaded regress v0.9.1 |
188 | 2024-09-05T00:00:07.203Z | Downloaded regex-syntax v0.8.4 |
189 | 2024-09-05T00:00:07.227Z | Downloaded regex-automata v0.4.7 |
190 | 2024-09-05T00:00:07.251Z | Downloaded rustls v0.21.12 |
191 | 2024-09-05T00:00:07.251Z | Downloaded regex v1.10.6 |
192 | 2024-09-05T00:00:07.275Z | Downloaded webpki-roots v0.25.4 |
193 | 2024-09-05T00:00:07.275Z | Downloaded vcpkg v0.2.15 |
194 | 2024-09-05T00:00:07.318Z | Downloaded zerocopy v0.7.35 |
195 | 2024-09-05T00:00:07.342Z | Downloaded winnow v0.6.18 |
196 | 2024-09-05T00:00:07.366Z | Downloaded unicode-normalization v0.1.23 |
197 | 2024-09-05T00:00:07.366Z | Downloaded encoding_rs v0.8.34 |
198 | 2024-09-05T00:00:07.390Z | Downloaded pin-project-lite v0.2.14 |
199 | 2024-09-05T00:00:07.390Z | Downloaded parking_lot_core v0.9.10 |
200 | 2024-09-05T00:00:07.415Z | Downloaded libc v0.2.158 |
201 | 2024-09-05T00:00:07.439Z | Downloaded unicode-bidi v0.3.15 |
202 | 2024-09-05T00:00:07.439Z | Downloaded structmeta v0.3.0 |
203 | 2024-09-05T00:00:07.439Z | Downloaded slog-json v2.6.1 |
204 | 2024-09-05T00:00:07.439Z | Downloaded slog-async v2.8.0 |
205 | 2024-09-05T00:00:07.439Z | Downloaded ring v0.17.8 |
206 | 2024-09-05T00:00:07.517Z | Downloaded slab v0.4.9 |
207 | 2024-09-05T00:00:07.546Z | Downloaded shlex v1.3.0 |
208 | 2024-09-05T00:00:07.546Z | Downloaded sha1 v0.10.6 |
209 | 2024-09-05T00:00:07.546Z | Downloaded serde_urlencoded v0.7.1 |
210 | 2024-09-05T00:00:07.546Z | Downloaded serde_spanned v0.6.7 |
211 | 2024-09-05T00:00:07.546Z | Downloaded scopeguard v1.2.0 |
212 | 2024-09-05T00:00:07.546Z | Downloaded rand_chacha v0.3.1 |
213 | 2024-09-05T00:00:07.546Z | Downloaded parse-display-derive v0.10.0 |
214 | 2024-09-05T00:00:07.546Z | Downloaded openapiv3 v2.0.0 |
215 | 2024-09-05T00:00:07.546Z | Downloaded idna v0.5.0 |
216 | 2024-09-05T00:00:07.570Z | Downloaded hyper v0.14.30 |
217 | 2024-09-05T00:00:07.570Z | Downloaded h2 v0.3.26 |
218 | 2024-09-05T00:00:07.570Z | Downloaded futures-util v0.3.30 |
219 | 2024-09-05T00:00:07.594Z | Downloaded slog v2.7.0 |
220 | 2024-09-05T00:00:07.594Z | Downloaded proc-macro2 v1.0.86 |
221 | 2024-09-05T00:00:07.594Z | Downloaded pest_meta v2.7.11 |
222 | 2024-09-05T00:00:07.594Z | Downloaded pest_generator v2.7.11 |
223 | 2024-09-05T00:00:07.594Z | Downloaded paste v1.0.15 |
224 | 2024-09-05T00:00:07.594Z | Downloaded url v2.5.2 |
225 | 2024-09-05T00:00:07.594Z | Downloaded openssl v0.10.66 |
226 | 2024-09-05T00:00:07.618Z | Downloaded goblin v0.8.2 |
227 | 2024-09-05T00:00:07.619Z | Downloaded chrono v0.4.38 |
228 | 2024-09-05T00:00:07.619Z | Downloaded toml_edit v0.22.20 |
229 | 2024-09-05T00:00:07.642Z | Downloaded tokio-util v0.7.12 |
230 | 2024-09-05T00:00:07.667Z | Downloaded strum v0.26.3 |
231 | 2024-09-05T00:00:07.667Z | Downloaded socket2 v0.5.7 |
232 | 2024-09-05T00:00:07.667Z | Downloaded rustversion v1.0.17 |
233 | 2024-09-05T00:00:07.667Z | Downloaded powerfmt v0.2.0 |
234 | 2024-09-05T00:00:07.667Z | Downloaded pkg-config v0.3.30 |
235 | 2024-09-05T00:00:07.667Z | Downloaded hashbrown v0.14.5 |
236 | 2024-09-05T00:00:07.667Z | Downloaded aho-corasick v1.1.3 |
237 | 2024-09-05T00:00:07.667Z | Downloaded thread_local v1.1.8 |
238 | 2024-09-05T00:00:07.691Z | Downloaded thread-id v4.2.2 |
239 | 2024-09-05T00:00:07.691Z | Downloaded ucd-trie v0.1.6 |
240 | 2024-09-05T00:00:07.691Z | Downloaded typenum v1.17.0 |
241 | 2024-09-05T00:00:07.691Z | Downloaded tracing-core v0.1.32 |
242 | 2024-09-05T00:00:07.691Z | Downloaded tracing v0.1.40 |
243 | 2024-09-05T00:00:07.692Z | Downloaded sync_wrapper v0.1.2 |
244 | 2024-09-05T00:00:07.692Z | Downloaded scroll_derive v0.12.0 |
245 | 2024-09-05T00:00:07.692Z | Downloaded scroll v0.12.0 |
246 | 2024-09-05T00:00:07.692Z | Downloaded memchr v2.7.4 |
247 | 2024-09-05T00:00:07.692Z | Downloaded http v1.1.0 |
248 | 2024-09-05T00:00:07.731Z | Downloaded futures v0.3.30 |
249 | 2024-09-05T00:00:07.731Z | Downloaded crossbeam-channel v0.5.13 |
250 | 2024-09-05T00:00:07.731Z | Downloaded tokio-rustls v0.24.1 |
251 | 2024-09-05T00:00:07.731Z | Downloaded tokio-native-tls v0.3.1 |
252 | 2024-09-05T00:00:07.731Z | Downloaded tokio-macros v2.4.0 |
253 | 2024-09-05T00:00:07.731Z | Downloaded time-core v0.1.2 |
254 | 2024-09-05T00:00:07.731Z | Downloaded try-lock v0.2.5 |
255 | 2024-09-05T00:00:07.731Z | Downloaded tower-service v0.3.3 |
256 | 2024-09-05T00:00:07.731Z | Downloaded toml_datetime v0.6.8 |
257 | 2024-09-05T00:00:07.732Z | Downloaded toml v0.8.19 |
258 | 2024-09-05T00:00:07.732Z | Downloaded tinyvec v1.8.0 |
259 | 2024-09-05T00:00:07.732Z | Downloaded slog-term v2.9.1 |
260 | 2024-09-05T00:00:07.732Z | Downloaded signal-hook-registry v1.4.2 |
261 | 2024-09-05T00:00:07.732Z | Downloaded sha2 v0.10.8 |
262 | 2024-09-05T00:00:07.732Z | Downloaded serde_derive_internals v0.29.1 |
263 | 2024-09-05T00:00:07.732Z | Downloaded sct v0.7.1 |
264 | 2024-09-05T00:00:07.732Z | Downloaded rustls-pki-types v1.8.0 |
265 | 2024-09-05T00:00:07.756Z | Downloaded rand_core v0.6.4 |
266 | 2024-09-05T00:00:07.756Z | Downloaded usdt v0.5.0 |
267 | 2024-09-05T00:00:07.756Z | Downloaded untrusted v0.9.0 |
268 | 2024-09-05T00:00:07.756Z | Downloaded unsafe-libyaml v0.2.11 |
269 | 2024-09-05T00:00:07.756Z | Downloaded openssl-sys v0.9.103 |
270 | 2024-09-05T00:00:07.756Z | Downloaded once_cell v1.19.0 |
271 | 2024-09-05T00:00:07.756Z | Downloaded newtype-uuid v1.1.0 |
272 | 2024-09-05T00:00:07.756Z | Downloaded multer v3.1.0 |
273 | 2024-09-05T00:00:07.756Z | Downloaded mio v1.0.2 |
274 | 2024-09-05T00:00:07.780Z | Downloaded macaddr v1.0.1 |
275 | 2024-09-05T00:00:07.781Z | Downloaded lock_api v0.4.12 |
276 | 2024-09-05T00:00:07.781Z | Downloaded itoa v1.0.11 |
277 | 2024-09-05T00:00:07.781Z | Downloaded ipnetwork v0.20.0 |
278 | 2024-09-05T00:00:07.781Z | Downloaded indexmap v2.5.0 |
279 | 2024-09-05T00:00:07.781Z | Downloaded indexmap v1.9.3 |
280 | 2024-09-05T00:00:07.781Z | Downloaded http v0.2.12 |
281 | 2024-09-05T00:00:07.781Z | Downloaded hashbrown v0.12.3 |
282 | 2024-09-05T00:00:07.781Z | Downloaded crossbeam-utils v0.8.20 |
283 | 2024-09-05T00:00:07.806Z | Downloaded cc v1.1.16 |
284 | 2024-09-05T00:00:07.806Z | Downloaded base64 v0.22.1 |
285 | 2024-09-05T00:00:07.806Z | Downloaded base64 v0.21.7 |
286 | 2024-09-05T00:00:07.806Z | Downloaded thiserror-impl v1.0.63 |
287 | 2024-09-05T00:00:07.806Z | Downloaded strsim v0.11.1 |
288 | 2024-09-05T00:00:07.806Z | Downloaded pretty-hex v0.4.1 |
289 | 2024-09-05T00:00:07.806Z | Downloaded usdt-impl v0.5.0 |
290 | 2024-09-05T00:00:07.806Z | Downloaded mime v0.3.17 |
291 | 2024-09-05T00:00:07.806Z | Downloaded hyper-tls v0.5.0 |
292 | 2024-09-05T00:00:07.807Z | Downloaded httparse v1.9.4 |
293 | 2024-09-05T00:00:07.807Z | Downloaded hostname v0.4.0 |
294 | 2024-09-05T00:00:07.807Z | Downloaded hex v0.4.3 |
295 | 2024-09-05T00:00:07.831Z | Downloaded getrandom v0.2.15 |
296 | 2024-09-05T00:00:07.831Z | Downloaded futures-sink v0.3.30 |
297 | 2024-09-05T00:00:07.831Z | Downloaded futures-core v0.3.30 |
298 | 2024-09-05T00:00:07.831Z | Downloaded bytes v1.7.1 |
299 | 2024-09-05T00:00:07.831Z | Downloaded slog-bunyan v2.5.0 |
300 | 2024-09-05T00:00:07.831Z | Downloaded serde_tokenstream v0.2.2 |
301 | 2024-09-05T00:00:07.831Z | Downloaded serde_path_to_error v0.1.16 |
302 | 2024-09-05T00:00:07.831Z | Downloaded schemars_derive v0.8.21 |
303 | 2024-09-05T00:00:07.831Z | Downloaded pest_derive v2.7.11 |
304 | 2024-09-05T00:00:07.831Z | Downloaded zerocopy-derive v0.7.35 |
305 | 2024-09-05T00:00:07.831Z | Downloaded waitgroup v0.1.2 |
306 | 2024-09-05T00:00:07.831Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-09-05T00:00:07.831Z | Downloaded unicode-ident v1.0.12 |
308 | 2024-09-05T00:00:07.856Z | Downloaded parking_lot v0.12.3 |
309 | 2024-09-05T00:00:07.856Z | Downloaded openssl-probe v0.1.5 |
310 | 2024-09-05T00:00:07.856Z | Downloaded num_threads v0.1.7 |
311 | 2024-09-05T00:00:07.856Z | Downloaded num-traits v0.2.19 |
312 | 2024-09-05T00:00:07.856Z | Downloaded log v0.4.22 |
313 | 2024-09-05T00:00:07.856Z | Downloaded iana-time-zone v0.1.60 |
314 | 2024-09-05T00:00:07.856Z | Downloaded futures-io v0.3.30 |
315 | 2024-09-05T00:00:07.856Z | Downloaded dirs-next v2.0.0 |
316 | 2024-09-05T00:00:07.856Z | Downloaded darling_core v0.20.10 |
317 | 2024-09-05T00:00:07.856Z | Downloaded darling v0.20.10 |
318 | 2024-09-05T00:00:07.880Z | Downloaded camino v1.1.9 |
319 | 2024-09-05T00:00:07.880Z | Downloaded anyhow v1.0.86 |
320 | 2024-09-05T00:00:07.880Z | Downloaded allocator-api2 v0.2.18 |
321 | 2024-09-05T00:00:07.880Z | Downloaded parse-display v0.10.0 |
322 | 2024-09-05T00:00:07.880Z | Downloaded uuid v1.10.0 |
323 | 2024-09-05T00:00:07.880Z | Downloaded instant v0.1.13 |
324 | 2024-09-05T00:00:07.880Z | Downloaded pin-utils v0.1.0 |
325 | 2024-09-05T00:00:07.880Z | Downloaded zeroize v1.8.1 |
326 | 2024-09-05T00:00:07.880Z | Downloaded usdt-macro v0.5.0 |
327 | 2024-09-05T00:00:07.881Z | Downloaded native-tls v0.2.12 |
328 | 2024-09-05T00:00:07.881Z | Downloaded ipnet v2.9.0 |
329 | 2024-09-05T00:00:07.881Z | Downloaded ident_case v1.0.1 |
330 | 2024-09-05T00:00:07.881Z | Downloaded hyper-rustls v0.24.2 |
331 | 2024-09-05T00:00:07.906Z | Downloaded httpdate v1.0.3 |
332 | 2024-09-05T00:00:07.906Z | Downloaded futures-channel v0.3.30 |
333 | 2024-09-05T00:00:07.906Z | Downloaded dyn-clone v1.0.17 |
334 | 2024-09-05T00:00:07.906Z | Downloaded dof v0.3.0 |
335 | 2024-09-05T00:00:07.906Z | Downloaded digest v0.10.7 |
336 | 2024-09-05T00:00:07.906Z | Downloaded deranged v0.3.11 |
337 | 2024-09-05T00:00:07.906Z | Downloaded cpufeatures v0.2.13 |
338 | 2024-09-05T00:00:07.906Z | Downloaded cfg-if v1.0.0 |
339 | 2024-09-05T00:00:07.906Z | Downloaded bitflags v2.6.0 |
340 | 2024-09-05T00:00:07.906Z | Downloaded async-trait v0.1.82 |
341 | 2024-09-05T00:00:07.906Z | Downloaded ahash v0.8.11 |
342 | 2024-09-05T00:00:07.906Z | Downloaded plain v0.2.3 |
343 | 2024-09-05T00:00:07.906Z | Downloaded percent-encoding v2.3.1 |
344 | 2024-09-05T00:00:07.906Z | Downloaded memmap v0.7.0 |
345 | 2024-09-05T00:00:07.930Z | Downloaded is-terminal v0.4.13 |
346 | 2024-09-05T00:00:07.930Z | Downloaded http-body v0.4.6 |
347 | 2024-09-05T00:00:07.930Z | Downloaded hostname v0.3.1 |
348 | 2024-09-05T00:00:07.930Z | Downloaded heck v0.5.0 |
349 | 2024-09-05T00:00:07.930Z | Downloaded generic-array v0.14.7 |
350 | 2024-09-05T00:00:07.930Z | Downloaded futures-task v0.3.30 |
351 | 2024-09-05T00:00:07.930Z | Downloaded futures-macro v0.3.30 |
352 | 2024-09-05T00:00:07.930Z | Downloaded fnv v1.0.7 |
353 | 2024-09-05T00:00:07.930Z | Downloaded crypto-common v0.1.6 |
354 | 2024-09-05T00:00:07.930Z | Downloaded byteorder v1.5.0 |
355 | 2024-09-05T00:00:07.930Z | Downloaded block-buffer v0.10.4 |
356 | 2024-09-05T00:00:07.930Z | Downloaded backoff v0.4.0 |
357 | 2024-09-05T00:00:07.931Z | Downloaded autocfg v1.3.0 |
358 | 2024-09-05T00:00:07.931Z | Downloaded want v0.3.1 |
359 | 2024-09-05T00:00:07.931Z | Downloaded version_check v0.9.5 |
360 | 2024-09-05T00:00:07.931Z | Downloaded omicron-workspace-hack v0.1.0 |
361 | 2024-09-05T00:00:07.931Z | Downloaded match_cfg v0.1.0 |
362 | 2024-09-05T00:00:07.931Z | Downloaded atomic-waker v1.1.2 |
363 | 2024-09-05T00:00:07.931Z | Downloaded async-stream v0.3.5 |
364 | 2024-09-05T00:00:07.931Z | Downloaded futures-executor v0.3.30 |
365 | 2024-09-05T00:00:07.955Z | Downloaded form_urlencoded v1.2.1 |
366 | 2024-09-05T00:00:07.955Z | Downloaded foreign-types-shared v0.1.1 |
367 | 2024-09-05T00:00:07.955Z | Downloaded foreign-types v0.3.2 |
368 | 2024-09-05T00:00:07.955Z | Downloaded equivalent v1.0.1 |
369 | 2024-09-05T00:00:07.955Z | Downloaded dirs-sys-next v0.1.2 |
370 | 2024-09-05T00:00:07.955Z | Downloaded debug-ignore v1.0.5 |
371 | 2024-09-05T00:00:07.955Z | Downloaded darling_macro v0.20.10 |
372 | 2024-09-05T00:00:07.955Z | Downloaded dtrace-parser v0.2.0 |
373 | 2024-09-05T00:00:08.031Z | Compiling proc-macro2 v1.0.86 |
374 | 2024-09-05T00:00:08.031Z | Compiling unicode-ident v1.0.12 |
375 | 2024-09-05T00:00:08.055Z | Compiling libc v0.2.158 |
376 | 2024-09-05T00:00:08.055Z | Checking cfg-if v1.0.0 |
377 | 2024-09-05T00:00:08.055Z | Compiling version_check v0.9.5 |
378 | 2024-09-05T00:00:08.055Z | Compiling autocfg v1.3.0 |
379 | 2024-09-05T00:00:08.055Z | Compiling serde v1.0.209 |
380 | 2024-09-05T00:00:08.055Z | Checking memchr v2.7.4 |
381 | 2024-09-05T00:00:08.127Z | Compiling serde_json v1.0.128 |
382 | 2024-09-05T00:00:08.233Z | Checking itoa v1.0.11 |
383 | 2024-09-05T00:00:08.468Z | Checking once_cell v1.19.0 |
384 | 2024-09-05T00:00:08.573Z | Compiling shlex v1.3.0 |
385 | 2024-09-05T00:00:08.678Z | Compiling ahash v0.8.11 |
386 | 2024-09-05T00:00:08.749Z | Checking byteorder v1.5.0 |
387 | 2024-09-05T00:00:08.773Z | Compiling thiserror v1.0.63 |
388 | 2024-09-05T00:00:08.869Z | Compiling cc v1.1.16 |
389 | 2024-09-05T00:00:09.104Z | Compiling num-traits v0.2.19 |
390 | 2024-09-05T00:00:09.253Z | Checking pin-project-lite v0.2.14 |
391 | 2024-09-05T00:00:09.290Z | Checking getrandom v0.2.15 |
392 | 2024-09-05T00:00:09.355Z | Checking ryu v1.0.18 |
393 | 2024-09-05T00:00:09.402Z | Compiling quote v1.0.37 |
394 | 2024-09-05T00:00:09.557Z | Checking log v0.4.22 |
395 | 2024-09-05T00:00:09.581Z | Checking bytes v1.7.1 |
396 | 2024-09-05T00:00:09.701Z | Checking allocator-api2 v0.2.18 |
397 | 2024-09-05T00:00:09.924Z | Compiling syn v2.0.77 |
398 | 2024-09-05T00:00:09.973Z | Compiling lock_api v0.4.12 |
399 | 2024-09-05T00:00:10.070Z | Compiling parking_lot_core v0.9.10 |
400 | 2024-09-05T00:00:10.114Z | Compiling schemars v0.8.21 |
401 | 2024-09-05T00:00:10.166Z | Checking smallvec v1.13.2 |
402 | 2024-09-05T00:00:10.327Z | Checking scopeguard v1.2.0 |
403 | 2024-09-05T00:00:10.351Z | Checking futures-core v0.3.30 |
404 | 2024-09-05T00:00:10.377Z | Checking mio v1.0.2 |
405 | 2024-09-05T00:00:10.449Z | Checking signal-hook-registry v1.4.2 |
406 | 2024-09-05T00:00:10.487Z | Checking socket2 v0.5.7 |
407 | 2024-09-05T00:00:10.511Z | Compiling slab v0.4.9 |
408 | 2024-09-05T00:00:10.734Z | Checking spin v0.9.8 |
409 | 2024-09-05T00:00:10.778Z | Checking futures-sink v0.3.30 |
410 | 2024-09-05T00:00:10.817Z | Checking parking_lot v0.12.3 |
411 | 2024-09-05T00:00:10.887Z | Checking untrusted v0.9.0 |
412 | 2024-09-05T00:00:10.911Z | Checking fnv v1.0.7 |
413 | 2024-09-05T00:00:10.912Z | Checking equivalent v1.0.1 |
414 | 2024-09-05T00:00:10.988Z | Checking futures-channel v0.3.30 |
415 | 2024-09-05T00:00:11.012Z | Checking pin-utils v0.1.0 |
416 | 2024-09-05T00:00:11.036Z | Compiling heck v0.5.0 |
417 | 2024-09-05T00:00:11.069Z | Checking futures-io v0.3.30 |
418 | 2024-09-05T00:00:11.127Z | Checking futures-task v0.3.30 |
419 | 2024-09-05T00:00:11.174Z | Compiling semver v1.0.23 |
420 | 2024-09-05T00:00:11.234Z | Compiling vcpkg v0.2.15 |
421 | 2024-09-05T00:00:11.305Z | Compiling pkg-config v0.3.30 |
422 | 2024-09-05T00:00:11.407Z | Checking iana-time-zone v0.1.60 |
423 | 2024-09-05T00:00:11.527Z | Compiling ucd-trie v0.1.6 |
424 | 2024-09-05T00:00:11.560Z | Compiling ring v0.17.8 |
425 | 2024-09-05T00:00:11.623Z | Checking http v0.2.12 |
426 | 2024-09-05T00:00:11.950Z | Compiling httparse v1.9.4 |
427 | 2024-09-05T00:00:12.345Z | Checking dyn-clone v1.0.17 |
428 | 2024-09-05T00:00:12.620Z | Checking tracing-core v0.1.32 |
429 | 2024-09-05T00:00:12.662Z | Compiling openssl-sys v0.9.103 |
430 | 2024-09-05T00:00:12.744Z | Compiling uuid v1.10.0 |
431 | 2024-09-05T00:00:13.178Z | Compiling chrono v0.4.38 |
432 | 2024-09-05T00:00:13.203Z | Checking tracing v0.1.40 |
433 | 2024-09-05T00:00:13.242Z | Compiling slog v2.7.0 |
434 | 2024-09-05T00:00:13.330Z | Checking try-lock v0.2.5 |
435 | 2024-09-05T00:00:13.449Z | Compiling openssl v0.10.66 |
436 | 2024-09-05T00:00:13.501Z | Checking foreign-types-shared v0.1.1 |
437 | 2024-09-05T00:00:13.585Z | Checking foreign-types v0.3.2 |
438 | 2024-09-05T00:00:13.751Z | Checking want v0.3.1 |
439 | 2024-09-05T00:00:13.775Z | Checking http-body v0.4.6 |
440 | 2024-09-05T00:00:13.900Z | Compiling aho-corasick v1.1.3 |
441 | 2024-09-05T00:00:13.924Z | Checking tower-service v0.3.3 |
442 | 2024-09-05T00:00:14.015Z | Compiling native-tls v0.2.12 |
443 | 2024-09-05T00:00:14.108Z | Checking percent-encoding v2.3.1 |
444 | 2024-09-05T00:00:14.277Z | Compiling typenum v1.17.0 |
445 | 2024-09-05T00:00:14.337Z | Checking bitflags v2.6.0 |
446 | 2024-09-05T00:00:14.545Z | Compiling rustls v0.21.12 |
447 | 2024-09-05T00:00:14.741Z | Checking tinyvec_macros v0.1.1 |
448 | 2024-09-05T00:00:14.793Z | Checking httpdate v1.0.3 |
449 | 2024-09-05T00:00:14.840Z | Compiling regex-syntax v0.8.4 |
450 | 2024-09-05T00:00:14.885Z | Checking tinyvec v1.8.0 |
451 | 2024-09-05T00:00:14.995Z | Checking form_urlencoded v1.2.1 |
452 | 2024-09-05T00:00:15.179Z | Compiling generic-array v0.14.7 |
453 | 2024-09-05T00:00:15.496Z | Checking openssl-probe v0.1.5 |
454 | 2024-09-05T00:00:15.614Z | Compiling serde_derive_internals v0.29.1 |
455 | 2024-09-05T00:00:15.989Z | Checking unicode-normalization v0.1.23 |
456 | 2024-09-05T00:00:16.711Z | Checking rustls-webpki v0.101.7 |
457 | 2024-09-05T00:00:16.787Z | Checking sct v0.7.1 |
458 | 2024-09-05T00:00:17.641Z | Compiling usdt-impl v0.5.0 |
459 | 2024-09-05T00:00:17.665Z | Checking encoding_rs v0.8.34 |
460 | 2024-09-05T00:00:17.731Z | Checking mime v0.3.17 |
461 | 2024-09-05T00:00:17.954Z | Compiling regex-automata v0.4.7 |
462 | 2024-09-05T00:00:17.979Z | Compiling time-core v0.1.2 |
463 | 2024-09-05T00:00:18.003Z | Checking powerfmt v0.2.0 |
464 | 2024-09-05T00:00:18.123Z | Compiling num-conv v0.1.0 |
465 | 2024-09-05T00:00:18.240Z | Checking unicode-bidi v0.3.15 |
466 | 2024-09-05T00:00:18.357Z | Compiling time-macros v0.2.18 |
467 | 2024-09-05T00:00:18.753Z | Checking idna v0.5.0 |
468 | 2024-09-05T00:00:19.343Z | Checking deranged v0.3.11 |
469 | 2024-09-05T00:00:19.614Z | Compiling thread-id v4.2.2 |
470 | 2024-09-05T00:00:19.807Z | Checking base64 v0.21.7 |
471 | 2024-09-05T00:00:19.992Z | Compiling crossbeam-utils v0.8.20 |
472 | 2024-09-05T00:00:20.063Z | Compiling serde_derive v1.0.209 |
473 | 2024-09-05T00:00:20.186Z | Compiling zerocopy-derive v0.7.35 |
474 | 2024-09-05T00:00:20.474Z | Compiling thiserror-impl v1.0.63 |
475 | 2024-09-05T00:00:20.616Z | Compiling schemars_derive v0.8.21 |
476 | 2024-09-05T00:00:20.696Z | Compiling tokio-macros v2.4.0 |
477 | 2024-09-05T00:00:20.811Z | Compiling futures-macro v0.3.30 |
478 | 2024-09-05T00:00:20.835Z | Compiling openssl-macros v0.1.1 |
479 | 2024-09-05T00:00:21.790Z | Checking zerocopy v0.7.35 |
480 | 2024-09-05T00:00:22.347Z | Checking tokio v1.40.0 |
481 | 2024-09-05T00:00:22.876Z | Checking futures-util v0.3.30 |
482 | 2024-09-05T00:00:22.991Z | Compiling pest v2.7.11 |
483 | 2024-09-05T00:00:23.286Z | Checking hashbrown v0.14.5 |
484 | 2024-09-05T00:00:24.337Z | Compiling regex v1.10.6 |
485 | 2024-09-05T00:00:24.360Z | Compiling scroll_derive v0.12.0 |
486 | 2024-09-05T00:00:24.801Z | Compiling regress v0.10.1 |
487 | 2024-09-05T00:00:25.154Z | Compiling pest_meta v2.7.11 |
488 | 2024-09-05T00:00:25.503Z | Checking scroll v0.12.0 |
489 | 2024-09-05T00:00:26.130Z | Compiling pest_generator v2.7.11 |
490 | 2024-09-05T00:00:27.430Z | Checking rustls-pki-types v1.8.0 |
491 | 2024-09-05T00:00:27.778Z | Checking num_threads v0.1.7 |
492 | 2024-09-05T00:00:28.161Z | Compiling strsim v0.11.1 |
493 | 2024-09-05T00:00:28.317Z | Checking tokio-util v0.7.12 |
494 | 2024-09-05T00:00:28.461Z | Checking tokio-rustls v0.24.1 |
495 | 2024-09-05T00:00:28.485Z | Compiling pest_derive v2.7.11 |
496 | 2024-09-05T00:00:28.759Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-09-05T00:00:28.961Z | Checking plain v0.2.3 |
498 | 2024-09-05T00:00:29.051Z | Compiling ident_case v1.0.1 |
499 | 2024-09-05T00:00:29.074Z | Checking time v0.3.36 |
500 | 2024-09-05T00:00:29.098Z | Checking goblin v0.8.2 |
501 | 2024-09-05T00:00:29.209Z | Compiling darling_core v0.20.10 |
502 | 2024-09-05T00:00:29.232Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-09-05T00:00:29.913Z | Checking indexmap v2.5.0 |
504 | 2024-09-05T00:00:30.566Z | Compiling serde_tokenstream v0.2.2 |
505 | 2024-09-05T00:00:31.077Z | Checking h2 v0.3.26 |
506 | 2024-09-05T00:00:31.425Z | Checking serde_urlencoded v0.7.1 |
507 | 2024-09-05T00:00:31.770Z | Checking openapiv3 v2.0.0 |
508 | 2024-09-05T00:00:32.427Z | Compiling dof v0.3.0 |
509 | 2024-09-05T00:00:33.584Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
510 | 2024-09-05T00:00:34.256Z | Checking rustls-pemfile v1.0.4 |
511 | 2024-09-05T00:00:34.402Z | Checking url v2.5.2 |
512 | 2024-09-05T00:00:34.569Z | Checking dirs-sys-next v0.1.2 |
513 | 2024-09-05T00:00:34.650Z | Checking hyper v0.14.30 |
514 | 2024-09-05T00:00:34.723Z | Checking sync_wrapper v0.1.2 |
515 | 2024-09-05T00:00:34.833Z | Compiling rustls v0.22.4 |
516 | 2024-09-05T00:00:35.013Z | Checking pretty-hex v0.4.1 |
517 | 2024-09-05T00:00:35.094Z | Compiling rustversion v1.0.17 |
518 | 2024-09-05T00:00:35.118Z | Compiling omicron-workspace-hack v0.1.0 |
519 | 2024-09-05T00:00:35.167Z | Compiling unsafe-libyaml v0.2.11 |
520 | 2024-09-05T00:00:35.385Z | Compiling paste v1.0.15 |
521 | 2024-09-05T00:00:35.682Z | Checking webpki-roots v0.25.4 |
522 | 2024-09-05T00:00:35.705Z | Checking ipnet v2.9.0 |
523 | 2024-09-05T00:00:35.919Z | Checking dirs-next v2.0.0 |
524 | 2024-09-05T00:00:36.017Z | Compiling darling_macro v0.20.10 |
525 | 2024-09-05T00:00:36.096Z | Checking serde_spanned v0.6.7 |
526 | 2024-09-05T00:00:36.239Z | Compiling serde_yaml v0.9.34+deprecated |
527 | 2024-09-05T00:00:36.411Z | Checking toml_datetime v0.6.8 |
528 | 2024-09-05T00:00:36.435Z | Checking rustls-webpki v0.102.7 |
529 | 2024-09-05T00:00:36.546Z | Checking ppv-lite86 v0.2.20 |
530 | 2024-09-05T00:00:36.570Z | Checking block-buffer v0.10.4 |
531 | 2024-09-05T00:00:36.636Z | Checking crypto-common v0.1.6 |
532 | 2024-09-05T00:00:36.730Z | Compiling structmeta-derive v0.3.0 |
533 | 2024-09-05T00:00:36.779Z | Checking rand_core v0.6.4 |
534 | 2024-09-05T00:00:36.942Z | Checking thread_local v1.1.8 |
535 | 2024-09-05T00:00:37.020Z | Compiling multer v3.1.0 |
536 | 2024-09-05T00:00:37.046Z | Checking zeroize v1.8.1 |
537 | 2024-09-05T00:00:37.182Z | Compiling slog-async v2.8.0 |
538 | 2024-09-05T00:00:37.206Z | Compiling anyhow v1.0.86 |
539 | 2024-09-05T00:00:37.240Z | Compiling camino v1.1.9 |
540 | 2024-09-05T00:00:37.308Z | Checking subtle v2.6.1 |
541 | 2024-09-05T00:00:37.495Z | Checking winnow v0.6.18 |
542 | 2024-09-05T00:00:37.629Z | Checking match_cfg v0.1.0 |
543 | 2024-09-05T00:00:37.713Z | Checking hostname v0.3.1 |
544 | 2024-09-05T00:00:37.880Z | Checking rand_chacha v0.3.1 |
545 | 2024-09-05T00:00:38.179Z | Compiling darling v0.20.10 |
546 | 2024-09-05T00:00:38.271Z | Checking digest v0.10.7 |
547 | 2024-09-05T00:00:38.344Z | Checking crossbeam-channel v0.5.13 |
548 | 2024-09-05T00:00:38.438Z | Checking hyper-rustls v0.24.2 |
549 | 2024-09-05T00:00:38.543Z | Checking hyper-tls v0.5.0 |
550 | 2024-09-05T00:00:38.677Z | Checking term v0.7.0 |
551 | 2024-09-05T00:00:38.798Z | Checking reqwest v0.11.27 |
552 | 2024-09-05T00:00:38.934Z | Compiling structmeta v0.3.0 |
553 | 2024-09-05T00:00:39.290Z | Compiling usdt-attr-macro v0.5.0 |
554 | 2024-09-05T00:00:39.366Z | Compiling usdt-macro v0.5.0 |
555 | 2024-09-05T00:00:39.916Z | Checking slog-json v2.6.1 |
556 | 2024-09-05T00:00:39.941Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
557 | 2024-09-05T00:00:39.996Z | Checking toml_edit v0.22.20 |
558 | 2024-09-05T00:00:40.120Z | Checking futures-executor v0.3.30 |
559 | 2024-09-05T00:00:40.145Z | Compiling async-stream-impl v0.3.5 |
560 | 2024-09-05T00:00:40.191Z | Checking http v1.1.0 |
561 | 2024-09-05T00:00:40.301Z | Checking is-terminal v0.4.13 |
562 | 2024-09-05T00:00:40.395Z | Checking memmap v0.7.0 |
563 | 2024-09-05T00:00:40.482Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
564 | 2024-09-05T00:00:40.539Z | Checking base64 v0.22.1 |
565 | 2024-09-05T00:00:40.570Z | Checking atomic-waker v1.1.2 |
566 | 2024-09-05T00:00:40.678Z | Checking cpufeatures v0.2.13 |
567 | 2024-09-05T00:00:40.756Z | Checking take_mut v0.2.2 |
568 | 2024-09-05T00:00:40.840Z | Checking sha1 v0.10.6 |
569 | 2024-09-05T00:00:40.961Z | Checking rustls-pemfile v2.1.3 |
570 | 2024-09-05T00:00:40.985Z | Checking tokio-rustls v0.25.0 |
571 | 2024-09-05T00:00:41.066Z | Checking waitgroup v0.1.2 |
572 | 2024-09-05T00:00:41.125Z | Checking usdt v0.5.0 |
573 | 2024-09-05T00:00:41.160Z | Checking slog-term v2.9.1 |
574 | 2024-09-05T00:00:41.184Z | Checking futures v0.3.30 |
575 | 2024-09-05T00:00:41.253Z | Compiling strum_macros v0.26.4 |
576 | 2024-09-05T00:00:41.277Z | Checking async-stream v0.3.5 |
577 | 2024-09-05T00:00:41.301Z | Checking slog-bunyan v2.5.0 |
578 | 2024-09-05T00:00:41.332Z | Compiling parse-display-derive v0.10.0 |
579 | 2024-09-05T00:00:41.418Z | Compiling serde_with_macros v3.9.0 |
580 | 2024-09-05T00:00:41.442Z | Checking rand v0.8.5 |
581 | 2024-09-05T00:00:41.973Z | Checking ipnetwork v0.20.0 |
582 | 2024-09-05T00:00:42.157Z | Checking newtype-uuid v1.1.0 |
583 | 2024-09-05T00:00:42.208Z | Checking toml v0.8.19 |
584 | 2024-09-05T00:00:42.275Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
585 | 2024-09-05T00:00:42.370Z | Checking serde_path_to_error v0.1.16 |
586 | 2024-09-05T00:00:42.435Z | Checking hex v0.4.3 |
587 | 2024-09-05T00:00:42.821Z | Compiling async-trait v0.1.82 |
588 | 2024-09-05T00:00:42.866Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
589 | 2024-09-05T00:00:42.890Z | Checking hostname v0.4.0 |
590 | 2024-09-05T00:00:42.993Z | Checking instant v0.1.13 |
591 | 2024-09-05T00:00:43.085Z | Checking debug-ignore v1.0.5 |
592 | 2024-09-05T00:00:43.194Z | Checking backoff v0.4.0 |
593 | 2024-09-05T00:00:43.418Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-09-05T00:00:43.543Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
595 | 2024-09-05T00:00:43.567Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
596 | 2024-09-05T00:00:43.625Z | Checking serde_with v3.9.0 |
597 | 2024-09-05T00:00:43.688Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
598 | 2024-09-05T00:00:43.762Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
599 | 2024-09-05T00:00:44.062Z | Checking macaddr v1.0.1 |
600 | 2024-09-05T00:00:44.328Z | Checking regress v0.9.1 |
601 | 2024-09-05T00:00:44.676Z | Checking parse-display v0.10.0 |
602 | 2024-09-05T00:00:44.935Z | Checking strum v0.26.3 |
603 | 2024-09-05T00:00:44.959Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
604 | 2024-09-05T00:00:47.150Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
605 | 2024-09-05T00:00:47.227Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
606 | 2024-09-05T00:00:50.551Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
607 | 2024-09-05T00:00:56.891Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
608 | 2024-09-05T00:00:57.025Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
609 | 2024-09-05T00:01:00.535Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
610 | 2024-09-05T00:01:09.573Z | Checking test-project v0.1.0 (/tmp/test-project) |
611 | 2024-09-05T00:01:09.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
612 | 2024-09-05T00:01:09.710Z | + cargo build --release |
613 | 2024-09-05T00:01:10.042Z | Compiling proc-macro2 v1.0.86 |
614 | 2024-09-05T00:01:10.042Z | Compiling unicode-ident v1.0.12 |
615 | 2024-09-05T00:01:10.042Z | Compiling libc v0.2.158 |
616 | 2024-09-05T00:01:10.042Z | Compiling cfg-if v1.0.0 |
617 | 2024-09-05T00:01:10.042Z | Compiling version_check v0.9.5 |
618 | 2024-09-05T00:01:10.067Z | Compiling autocfg v1.3.0 |
619 | 2024-09-05T00:01:10.067Z | Compiling serde v1.0.209 |
620 | 2024-09-05T00:01:10.067Z | Compiling memchr v2.7.4 |
621 | 2024-09-05T00:01:10.139Z | Compiling serde_json v1.0.128 |
622 | 2024-09-05T00:01:10.240Z | Compiling itoa v1.0.11 |
623 | 2024-09-05T00:01:10.449Z | Compiling thiserror v1.0.63 |
624 | 2024-09-05T00:01:10.571Z | Compiling byteorder v1.5.0 |
625 | 2024-09-05T00:01:10.607Z | Compiling ahash v0.8.11 |
626 | 2024-09-05T00:01:10.695Z | Compiling once_cell v1.19.0 |
627 | 2024-09-05T00:01:10.915Z | Compiling shlex v1.3.0 |
628 | 2024-09-05T00:01:11.185Z | Compiling cc v1.1.16 |
629 | 2024-09-05T00:01:11.217Z | Compiling num-traits v0.2.19 |
630 | 2024-09-05T00:01:11.282Z | Compiling getrandom v0.2.15 |
631 | 2024-09-05T00:01:11.330Z | Compiling quote v1.0.37 |
632 | 2024-09-05T00:01:11.482Z | Compiling pin-project-lite v0.2.14 |
633 | 2024-09-05T00:01:11.582Z | Compiling ryu v1.0.18 |
634 | 2024-09-05T00:01:11.641Z | Compiling syn v2.0.77 |
635 | 2024-09-05T00:01:11.665Z | Compiling bytes v1.7.1 |
636 | 2024-09-05T00:01:11.900Z | Compiling log v0.4.22 |
637 | 2024-09-05T00:01:12.024Z | Compiling schemars v0.8.21 |
638 | 2024-09-05T00:01:12.049Z | Compiling allocator-api2 v0.2.18 |
639 | 2024-09-05T00:01:12.180Z | Compiling lock_api v0.4.12 |
640 | 2024-09-05T00:01:12.303Z | Compiling parking_lot_core v0.9.10 |
641 | 2024-09-05T00:01:12.352Z | Compiling scopeguard v1.2.0 |
642 | 2024-09-05T00:01:12.376Z | Compiling smallvec v1.13.2 |
643 | 2024-09-05T00:01:12.488Z | Compiling futures-core v0.3.30 |
644 | 2024-09-05T00:01:12.704Z | Compiling socket2 v0.5.7 |
645 | 2024-09-05T00:01:12.728Z | Compiling signal-hook-registry v1.4.2 |
646 | 2024-09-05T00:01:12.813Z | Compiling mio v1.0.2 |
647 | 2024-09-05T00:01:13.118Z | Compiling parking_lot v0.12.3 |
648 | 2024-09-05T00:01:13.242Z | Compiling slab v0.4.9 |
649 | 2024-09-05T00:01:13.572Z | Compiling spin v0.9.8 |
650 | 2024-09-05T00:01:13.596Z | Compiling futures-sink v0.3.30 |
651 | 2024-09-05T00:01:13.663Z | Compiling ring v0.17.8 |
652 | 2024-09-05T00:01:13.824Z | Compiling untrusted v0.9.0 |
653 | 2024-09-05T00:01:13.850Z | Compiling fnv v1.0.7 |
654 | 2024-09-05T00:01:13.948Z | Compiling equivalent v1.0.1 |
655 | 2024-09-05T00:01:14.038Z | Compiling semver v1.0.23 |
656 | 2024-09-05T00:01:14.122Z | Compiling futures-channel v0.3.30 |
657 | 2024-09-05T00:01:14.315Z | Compiling vcpkg v0.2.15 |
658 | 2024-09-05T00:01:14.475Z | Compiling futures-task v0.3.30 |
659 | 2024-09-05T00:01:14.508Z | Compiling pin-utils v0.1.0 |
660 | 2024-09-05T00:01:14.535Z | Compiling futures-io v0.3.30 |
661 | 2024-09-05T00:01:14.585Z | Compiling pkg-config v0.3.30 |
662 | 2024-09-05T00:01:14.639Z | Compiling heck v0.5.0 |
663 | 2024-09-05T00:01:14.997Z | Compiling ucd-trie v0.1.6 |
664 | 2024-09-05T00:01:15.021Z | Compiling iana-time-zone v0.1.60 |
665 | 2024-09-05T00:01:15.400Z | Compiling http v0.2.12 |
666 | 2024-09-05T00:01:15.606Z | Compiling httparse v1.9.4 |
667 | 2024-09-05T00:01:15.687Z | Compiling openssl-sys v0.9.103 |
668 | 2024-09-05T00:01:15.898Z | Compiling dyn-clone v1.0.17 |
669 | 2024-09-05T00:01:16.307Z | Compiling tracing-core v0.1.32 |
670 | 2024-09-05T00:01:16.477Z | Compiling chrono v0.4.38 |
671 | 2024-09-05T00:01:16.620Z | Compiling uuid v1.10.0 |
672 | 2024-09-05T00:01:17.065Z | Compiling tracing v0.1.40 |
673 | 2024-09-05T00:01:17.627Z | Compiling serde_derive_internals v0.29.1 |
674 | 2024-09-05T00:01:18.277Z | Compiling slog v2.7.0 |
675 | 2024-09-05T00:01:18.531Z | Compiling try-lock v0.2.5 |
676 | 2024-09-05T00:01:18.668Z | Compiling foreign-types-shared v0.1.1 |
677 | 2024-09-05T00:01:18.695Z | Compiling openssl v0.10.66 |
678 | 2024-09-05T00:01:18.960Z | Compiling foreign-types v0.3.2 |
679 | 2024-09-05T00:01:19.073Z | Compiling want v0.3.1 |
680 | 2024-09-05T00:01:19.111Z | Compiling http-body v0.4.6 |
681 | 2024-09-05T00:01:19.353Z | Compiling aho-corasick v1.1.3 |
682 | 2024-09-05T00:01:19.440Z | Compiling native-tls v0.2.12 |
683 | 2024-09-05T00:01:19.554Z | Compiling typenum v1.17.0 |
684 | 2024-09-05T00:01:19.787Z | Compiling regex-syntax v0.8.4 |
685 | 2024-09-05T00:01:20.385Z | Compiling httpdate v1.0.3 |
686 | 2024-09-05T00:01:20.460Z | Compiling tower-service v0.3.3 |
687 | 2024-09-05T00:01:20.502Z | Compiling percent-encoding v2.3.1 |
688 | 2024-09-05T00:01:20.526Z | Compiling rustls v0.21.12 |
689 | 2024-09-05T00:01:20.829Z | Compiling tinyvec_macros v0.1.1 |
690 | 2024-09-05T00:01:20.903Z | Compiling bitflags v2.6.0 |
691 | 2024-09-05T00:01:20.927Z | Compiling tinyvec v1.8.0 |
692 | 2024-09-05T00:01:20.952Z | Compiling form_urlencoded v1.2.1 |
693 | 2024-09-05T00:01:21.432Z | Compiling generic-array v0.14.7 |
694 | 2024-09-05T00:01:21.769Z | Compiling openssl-probe v0.1.5 |
695 | 2024-09-05T00:01:21.829Z | Compiling serde_derive v1.0.209 |
696 | 2024-09-05T00:01:22.061Z | Compiling zerocopy-derive v0.7.35 |
697 | 2024-09-05T00:01:22.151Z | Compiling thiserror-impl v1.0.63 |
698 | 2024-09-05T00:01:22.212Z | Compiling schemars_derive v0.8.21 |
699 | 2024-09-05T00:01:22.317Z | Compiling tokio-macros v2.4.0 |
700 | 2024-09-05T00:01:23.611Z | Compiling tokio v1.40.0 |
701 | 2024-09-05T00:01:23.793Z | Compiling zerocopy v0.7.35 |
702 | 2024-09-05T00:01:24.765Z | Compiling futures-macro v0.3.30 |
703 | 2024-09-05T00:01:24.921Z | Compiling pest v2.7.11 |
704 | 2024-09-05T00:01:25.807Z | Compiling hashbrown v0.14.5 |
705 | 2024-09-05T00:01:26.548Z | Compiling futures-util v0.3.30 |
706 | 2024-09-05T00:01:27.387Z | Compiling pest_meta v2.7.11 |
707 | 2024-09-05T00:01:27.531Z | Compiling openssl-macros v0.1.1 |
708 | 2024-09-05T00:01:27.651Z | Compiling regress v0.10.1 |
709 | 2024-09-05T00:01:29.570Z | Compiling pest_generator v2.7.11 |
710 | 2024-09-05T00:01:30.952Z | Compiling pest_derive v2.7.11 |
711 | 2024-09-05T00:01:31.404Z | Compiling tokio-util v0.7.12 |
712 | 2024-09-05T00:01:31.729Z | Compiling rustls-webpki v0.101.7 |
713 | 2024-09-05T00:01:32.575Z | Compiling sct v0.7.1 |
714 | 2024-09-05T00:01:33.330Z | Compiling indexmap v2.5.0 |
715 | 2024-09-05T00:01:33.396Z | Compiling serde_tokenstream v0.2.2 |
716 | 2024-09-05T00:01:35.813Z | Compiling h2 v0.3.26 |
717 | 2024-09-05T00:01:35.854Z | Compiling regex-automata v0.4.7 |
718 | 2024-09-05T00:01:38.562Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
719 | 2024-09-05T00:01:40.932Z | Compiling hyper v0.14.30 |
720 | 2024-09-05T00:01:43.865Z | Compiling regex v1.10.6 |
721 | 2024-09-05T00:01:45.631Z | Compiling unicode-normalization v0.1.23 |
722 | 2024-09-05T00:01:46.702Z | Compiling scroll_derive v0.12.0 |
723 | 2024-09-05T00:01:48.395Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
724 | 2024-09-05T00:01:49.108Z | Compiling usdt-impl v0.5.0 |
725 | 2024-09-05T00:01:49.209Z | Compiling encoding_rs v0.8.34 |
726 | 2024-09-05T00:01:49.445Z | Compiling num-conv v0.1.0 |
727 | 2024-09-05T00:01:49.685Z | Compiling unicode-bidi v0.3.15 |
728 | 2024-09-05T00:01:49.866Z | Compiling powerfmt v0.2.0 |
729 | 2024-09-05T00:01:51.718Z | Compiling mime v0.3.17 |
730 | 2024-09-05T00:01:52.276Z | Compiling time-core v0.1.2 |
731 | 2024-09-05T00:01:52.408Z | Compiling time-macros v0.2.18 |
732 | 2024-09-05T00:01:52.619Z | Compiling idna v0.5.0 |
733 | 2024-09-05T00:01:55.483Z | Compiling deranged v0.3.11 |
734 | 2024-09-05T00:01:57.265Z | Compiling thread-id v4.2.2 |
735 | 2024-09-05T00:01:57.361Z | Compiling scroll v0.12.0 |
736 | 2024-09-05T00:01:57.526Z | Compiling tokio-rustls v0.24.1 |
737 | 2024-09-05T00:01:57.894Z | Compiling tokio-native-tls v0.3.1 |
738 | 2024-09-05T00:01:57.918Z | Compiling dof v0.3.0 |
739 | 2024-09-05T00:01:58.138Z | Compiling serde_urlencoded v0.7.1 |
740 | 2024-09-05T00:01:58.163Z | Compiling dtrace-parser v0.2.0 |
741 | 2024-09-05T00:01:58.656Z | Compiling base64 v0.21.7 |
742 | 2024-09-05T00:01:59.628Z | Compiling strsim v0.11.1 |
743 | 2024-09-05T00:01:59.681Z | Compiling ident_case v1.0.1 |
744 | 2024-09-05T00:01:59.831Z | Compiling rustls-pki-types v1.8.0 |
745 | 2024-09-05T00:02:00.247Z | Compiling omicron-workspace-hack v0.1.0 |
746 | 2024-09-05T00:02:00.529Z | Compiling num_threads v0.1.7 |
747 | 2024-09-05T00:02:00.980Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-09-05T00:02:01.605Z | Compiling plain v0.2.3 |
749 | 2024-09-05T00:02:01.746Z | Compiling goblin v0.8.2 |
750 | 2024-09-05T00:02:01.834Z | Compiling time v0.3.36 |
751 | 2024-09-05T00:02:06.626Z | Compiling darling_core v0.20.10 |
752 | 2024-09-05T00:02:07.098Z | Compiling rustls-pemfile v1.0.4 |
753 | 2024-09-05T00:02:09.253Z | Compiling hyper-tls v0.5.0 |
754 | 2024-09-05T00:02:09.539Z | Compiling hyper-rustls v0.24.2 |
755 | 2024-09-05T00:02:09.697Z | Compiling url v2.5.2 |
756 | 2024-09-05T00:02:09.928Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
757 | 2024-09-05T00:02:10.034Z | Compiling openapiv3 v2.0.0 |
758 | 2024-09-05T00:02:12.080Z | Compiling dirs-sys-next v0.1.2 |
759 | 2024-09-05T00:02:13.088Z | Compiling paste v1.0.15 |
760 | 2024-09-05T00:02:13.411Z | Compiling unsafe-libyaml v0.2.11 |
761 | 2024-09-05T00:02:13.436Z | Compiling pretty-hex v0.4.1 |
762 | 2024-09-05T00:02:13.542Z | Compiling ipnet v2.9.0 |
763 | 2024-09-05T00:02:13.624Z | Compiling rustls v0.22.4 |
764 | 2024-09-05T00:02:13.922Z | Compiling webpki-roots v0.25.4 |
765 | 2024-09-05T00:02:14.058Z | Compiling rustversion v1.0.17 |
766 | 2024-09-05T00:02:14.413Z | Compiling sync_wrapper v0.1.2 |
767 | 2024-09-05T00:02:14.526Z | Compiling reqwest v0.11.27 |
768 | 2024-09-05T00:02:14.665Z | Compiling serde_yaml v0.9.34+deprecated |
769 | 2024-09-05T00:02:16.038Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
770 | 2024-09-05T00:02:17.363Z | Compiling dirs-next v2.0.0 |
771 | 2024-09-05T00:02:17.599Z | Compiling darling_macro v0.20.10 |
772 | 2024-09-05T00:02:20.094Z | Compiling rustls-webpki v0.102.7 |
773 | 2024-09-05T00:02:20.218Z | Compiling crypto-common v0.1.6 |
774 | 2024-09-05T00:02:20.244Z | Compiling block-buffer v0.10.4 |
775 | 2024-09-05T00:02:20.417Z | Compiling serde_spanned v0.6.7 |
776 | 2024-09-05T00:02:20.447Z | Compiling toml_datetime v0.6.8 |
777 | 2024-09-05T00:02:20.647Z | Compiling ppv-lite86 v0.2.20 |
778 | 2024-09-05T00:02:21.019Z | Compiling structmeta-derive v0.3.0 |
779 | 2024-09-05T00:02:21.419Z | Compiling rand_core v0.6.4 |
780 | 2024-09-05T00:02:21.845Z | Compiling thread_local v1.1.8 |
781 | 2024-09-05T00:02:21.869Z | Compiling multer v3.1.0 |
782 | 2024-09-05T00:02:21.950Z | Compiling match_cfg v0.1.0 |
783 | 2024-09-05T00:02:22.030Z | Compiling camino v1.1.9 |
784 | 2024-09-05T00:02:22.179Z | Compiling winnow v0.6.18 |
785 | 2024-09-05T00:02:22.513Z | Compiling zeroize v1.8.1 |
786 | 2024-09-05T00:02:22.558Z | Compiling subtle v2.6.1 |
787 | 2024-09-05T00:02:22.806Z | Compiling anyhow v1.0.86 |
788 | 2024-09-05T00:02:22.830Z | Compiling slog-async v2.8.0 |
789 | 2024-09-05T00:02:23.381Z | Compiling structmeta v0.3.0 |
790 | 2024-09-05T00:02:23.498Z | Compiling hostname v0.3.1 |
791 | 2024-09-05T00:02:23.733Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
792 | 2024-09-05T00:02:23.758Z | Compiling rand_chacha v0.3.1 |
793 | 2024-09-05T00:02:24.045Z | Compiling digest v0.10.7 |
794 | 2024-09-05T00:02:25.233Z | Compiling crossbeam-channel v0.5.13 |
795 | 2024-09-05T00:02:25.898Z | Compiling toml_edit v0.22.20 |
796 | 2024-09-05T00:02:26.656Z | Compiling darling v0.20.10 |
797 | 2024-09-05T00:02:26.751Z | Compiling term v0.7.0 |
798 | 2024-09-05T00:02:30.779Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
799 | 2024-09-05T00:02:33.279Z | Compiling usdt-attr-macro v0.5.0 |
800 | 2024-09-05T00:02:34.238Z | Compiling usdt-macro v0.5.0 |
801 | 2024-09-05T00:02:34.680Z | Compiling slog-json v2.6.1 |
802 | 2024-09-05T00:02:35.108Z | Compiling futures-executor v0.3.30 |
803 | 2024-09-05T00:02:35.463Z | Compiling async-stream-impl v0.3.5 |
804 | 2024-09-05T00:02:36.176Z | Compiling http v1.1.0 |
805 | 2024-09-05T00:02:36.808Z | Compiling is-terminal v0.4.13 |
806 | 2024-09-05T00:02:36.928Z | Compiling memmap v0.7.0 |
807 | 2024-09-05T00:02:36.951Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
808 | 2024-09-05T00:02:37.327Z | Compiling atomic-waker v1.1.2 |
809 | 2024-09-05T00:02:37.358Z | Compiling cpufeatures v0.2.13 |
810 | 2024-09-05T00:02:37.452Z | Compiling take_mut v0.2.2 |
811 | 2024-09-05T00:02:37.513Z | Compiling base64 v0.22.1 |
812 | 2024-09-05T00:02:38.493Z | Compiling rustls-pemfile v2.1.3 |
813 | 2024-09-05T00:02:40.535Z | Compiling waitgroup v0.1.2 |
814 | 2024-09-05T00:02:40.776Z | Compiling sha1 v0.10.6 |
815 | 2024-09-05T00:02:40.925Z | Compiling usdt v0.5.0 |
816 | 2024-09-05T00:02:41.476Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
817 | 2024-09-05T00:02:41.644Z | Compiling slog-term v2.9.1 |
818 | 2024-09-05T00:02:41.810Z | Compiling async-stream v0.3.5 |
819 | 2024-09-05T00:02:42.141Z | Compiling futures v0.3.30 |
820 | 2024-09-05T00:02:42.349Z | Compiling slog-bunyan v2.5.0 |
821 | 2024-09-05T00:02:42.374Z | Compiling strum_macros v0.26.4 |
822 | 2024-09-05T00:02:42.596Z | Compiling toml v0.8.19 |
823 | 2024-09-05T00:02:44.163Z | Compiling tokio-rustls v0.25.0 |
824 | 2024-09-05T00:02:44.563Z | Compiling serde_with_macros v3.9.0 |
825 | 2024-09-05T00:02:46.071Z | Compiling rand v0.8.5 |
826 | 2024-09-05T00:02:46.351Z | Compiling parse-display-derive v0.10.0 |
827 | 2024-09-05T00:02:48.346Z | Compiling newtype-uuid v1.1.0 |
828 | 2024-09-05T00:02:48.638Z | Compiling ipnetwork v0.20.0 |
829 | 2024-09-05T00:02:48.872Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
830 | 2024-09-05T00:02:49.174Z | Compiling hex v0.4.3 |
831 | 2024-09-05T00:02:49.771Z | Compiling serde_path_to_error v0.1.16 |
832 | 2024-09-05T00:02:49.808Z | Compiling async-trait v0.1.82 |
833 | 2024-09-05T00:02:50.702Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
834 | 2024-09-05T00:02:51.423Z | Compiling hostname v0.4.0 |
835 | 2024-09-05T00:02:51.655Z | Compiling instant v0.1.13 |
836 | 2024-09-05T00:02:51.796Z | Compiling debug-ignore v1.0.5 |
837 | 2024-09-05T00:02:51.954Z | Compiling backoff v0.4.0 |
838 | 2024-09-05T00:02:51.992Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-09-05T00:02:52.173Z | Compiling parse-display v0.10.0 |
840 | 2024-09-05T00:02:52.279Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
841 | 2024-09-05T00:02:52.443Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
842 | 2024-09-05T00:02:52.791Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
843 | 2024-09-05T00:02:53.268Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
844 | 2024-09-05T00:02:53.307Z | Compiling serde_with v3.9.0 |
845 | 2024-09-05T00:02:54.097Z | Compiling strum v0.26.3 |
846 | 2024-09-05T00:02:54.256Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
847 | 2024-09-05T00:02:54.972Z | Compiling macaddr v1.0.1 |
848 | 2024-09-05T00:02:55.469Z | Compiling regress v0.9.1 |
849 | 2024-09-05T00:02:59.694Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
850 | 2024-09-05T00:03:09.623Z | Compiling test-project v0.1.0 (/tmp/test-project) |
851 | 2024-09-05T00:03:20.781Z | Finished `release` profile [optimized] target(s) in 2m 11s |
852 | 2024-09-05T00:03:20.841Z | process exited: duration 204740 ms, exit code 0 |
|
853 | 2024-09-05T00:03:20.889Z | found 0 output files |