|
|
|
1 | 2024-09-04T16:07:15.654Z | job assigned to worker 01J6YWKGWTGFCS5KHSDJQ2FN6S (queued for 34 s) |
|
2 | 2024-09-04T16:07:16.564Z | starting task 0: "setup" |
3 | 2024-09-04T16:07:16.588Z | ++ uname -s |
4 | 2024-09-04T16:07:16.588Z | + kern=SunOS |
5 | 2024-09-04T16:07:16.588Z | + case "$kern" in |
6 | 2024-09-04T16:07:16.588Z | + groupadd -g 12345 build |
7 | 2024-09-04T16:07:16.588Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-04T16:07:18.594Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-04T16:07:18.629Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-04T16:07:18.654Z | + home_fs=zfs |
11 | 2024-09-04T16:07:18.654Z | + [[ zfs == autofs ]] |
12 | 2024-09-04T16:07:18.654Z | + mkdir -p /home/build |
13 | 2024-09-04T16:07:18.654Z | + chown build:build /home/build /work |
14 | 2024-09-04T16:07:19.639Z | + chmod 0700 /home/build /work |
15 | 2024-09-04T16:07:19.664Z | process exited: duration 3079 ms, exit code 0 |
|
16 | 2024-09-04T16:07:19.712Z | starting task 1: "rust-toolchain" |
17 | 2024-09-04T16:07:19.736Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-04T16:07:19.736Z | ' 1.80.1 |
19 | 2024-09-04T16:07:19.736Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-04T16:07:19.736Z | ' default |
21 | 2024-09-04T16:07:19.736Z | * toolchain channel = "1.80.1" |
22 | 2024-09-04T16:07:19.736Z | * toolchain profile = "default" |
23 | 2024-09-04T16:07:19.736Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-04T16:07:19.736Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-04T16:07:19.863Z | info: downloading installer |
26 | 2024-09-04T16:07:20.385Z | info: profile set to 'default' |
27 | 2024-09-04T16:07:20.385Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-04T16:07:20.409Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-04T16:07:20.495Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-04T16:07:20.495Z | info: downloading component 'cargo' |
31 | 2024-09-04T16:07:20.628Z | info: downloading component 'clippy' |
32 | 2024-09-04T16:07:20.674Z | info: downloading component 'rust-docs' |
33 | 2024-09-04T16:07:20.878Z | info: downloading component 'rust-std' |
34 | 2024-09-04T16:07:21.144Z | info: downloading component 'rustc' |
35 | 2024-09-04T16:07:21.811Z | info: downloading component 'rustfmt' |
36 | 2024-09-04T16:07:21.853Z | info: installing component 'cargo' |
37 | 2024-09-04T16:07:22.929Z | info: installing component 'clippy' |
38 | 2024-09-04T16:07:23.362Z | info: installing component 'rust-docs' |
39 | 2024-09-04T16:07:26.054Z | info: installing component 'rust-std' |
40 | 2024-09-04T16:07:28.001Z | info: installing component 'rustc' |
41 | 2024-09-04T16:07:32.888Z | info: installing component 'rustfmt' |
42 | 2024-09-04T16:07:33.265Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-04T16:07:33.265Z | |
44 | 2024-09-04T16:07:33.391Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-04T16:07:33.391Z | |
46 | 2024-09-04T16:07:33.391Z | |
47 | 2024-09-04T16:07:33.415Z | Rust is installed now. Great! |
48 | 2024-09-04T16:07:33.415Z | |
49 | 2024-09-04T16:07:33.415Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-04T16:07:33.415Z | environment variable. This has not been done automatically. |
51 | 2024-09-04T16:07:33.415Z | |
52 | 2024-09-04T16:07:33.415Z | To configure your current shell, you need to source |
53 | 2024-09-04T16:07:33.415Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-04T16:07:33.415Z | |
55 | 2024-09-04T16:07:33.415Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-04T16:07:33.415Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-04T16:07:33.415Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-04T16:07:33.460Z | + rustc --version |
59 | 2024-09-04T16:07:33.571Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-04T16:07:33.595Z | process exited: duration 13863 ms, exit code 0 |
|
61 | 2024-09-04T16:07:33.646Z | starting task 2: "authentication" |
62 | 2024-09-04T16:07:33.702Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-09-04T16:07:33.750Z | starting task 3: "clone repository" |
64 | 2024-09-04T16:07:33.774Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-04T16:07:33.774Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-04T16:07:33.798Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-04T16:07:39.069Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-04T16:07:39.069Z | + git fetch origin 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
69 | 2024-09-04T16:07:39.517Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-04T16:07:39.517Z | * branch 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e -> FETCH_HEAD |
71 | 2024-09-04T16:07:39.541Z | + [[ -n eliza/boot-on-fault-isnt-just-a-bool ]] |
72 | 2024-09-04T16:07:39.541Z | ++ git branch --show-current |
73 | 2024-09-04T16:07:39.542Z | + current=main |
74 | 2024-09-04T16:07:39.542Z | + [[ main != eliza/boot-on-fault-isnt-just-a-bool ]] |
75 | 2024-09-04T16:07:39.542Z | + git branch -f eliza/boot-on-fault-isnt-just-a-bool 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
76 | 2024-09-04T16:07:39.566Z | + git checkout -f eliza/boot-on-fault-isnt-just-a-bool |
77 | 2024-09-04T16:07:39.744Z | Switched to branch 'eliza/boot-on-fault-isnt-just-a-bool' |
78 | 2024-09-04T16:07:39.768Z | + git reset --hard 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e |
79 | 2024-09-04T16:07:39.792Z | HEAD is now at 86b0ae678 actually we can just leave it null for now |
80 | 2024-09-04T16:07:39.792Z | process exited: duration 6025 ms, exit code 0 |
|
81 | 2024-09-04T16:07:39.840Z | starting task 4: "build" |
82 | 2024-09-04T16:07:39.864Z | + cargo --version |
83 | 2024-09-04T16:07:39.944Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-04T16:07:39.968Z | + rustc --version |
85 | 2024-09-04T16:07:40.046Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-04T16:07:40.070Z | + cd /tmp |
87 | 2024-09-04T16:07:40.070Z | + cargo new --lib test-project |
88 | 2024-09-04T16:07:40.140Z | Creating library `test-project` package |
89 | 2024-09-04T16:07:40.264Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-04T16:07:40.288Z | + cd test-project |
91 | 2024-09-04T16:07:40.288Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-04T16:07:40.365Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-04T16:07:40.389Z | Features: |
94 | 2024-09-04T16:07:40.389Z | - proptest |
95 | 2024-09-04T16:07:40.389Z | - test-strategy |
96 | 2024-09-04T16:07:40.389Z | - testing |
97 | 2024-09-04T16:07:40.389Z | Updating crates.io index |
98 | 2024-09-04T16:07:40.445Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-04T16:07:41.552Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-04T16:07:42.574Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-04T16:07:43.086Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-04T16:07:45.102Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-04T16:07:45.675Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-04T16:07:46.265Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-04T16:07:49.791Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-04T16:07:49.791Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-09-04T16:07:49.815Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-09-04T16:07:49.815Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-09-04T16:07:49.815Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-09-04T16:07:49.815Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-09-04T16:07:49.815Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-09-04T16:07:49.815Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-09-04T16:07:49.815Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-09-04T16:07:49.815Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-09-04T16:07:49.815Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-09-04T16:07:49.815Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-09-04T16:07:49.815Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-09-04T16:07:49.815Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-09-04T16:07:49.815Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-09-04T16:07:49.815Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-09-04T16:07:49.815Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
122 | 2024-09-04T16:07:49.815Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-09-04T16:07:49.815Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-09-04T16:07:49.815Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
125 | 2024-09-04T16:07:49.815Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-09-04T16:07:49.815Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-09-04T16:07:49.815Z | Adding regress v0.9.1 (latest: v0.10.1) |
128 | 2024-09-04T16:07:49.815Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-09-04T16:07:49.815Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-09-04T16:07:49.815Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-09-04T16:07:49.815Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-09-04T16:07:49.815Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-09-04T16:07:49.815Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-09-04T16:07:49.815Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-09-04T16:07:49.815Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-09-04T16:07:49.815Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-09-04T16:07:49.839Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-09-04T16:07:49.839Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-09-04T16:07:49.839Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-09-04T16:07:49.839Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
141 | 2024-09-04T16:07:49.839Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-09-04T16:07:49.839Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-09-04T16:07:49.839Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-09-04T16:07:49.839Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-09-04T16:07:49.839Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-09-04T16:07:49.839Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-09-04T16:07:49.839Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-04T16:07:49.839Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-09-04T16:07:49.839Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-04T16:07:49.839Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-09-04T16:07:49.839Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-09-04T16:07:49.839Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-09-04T16:07:49.839Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-09-04T16:07:49.907Z | + cargo check |
155 | 2024-09-04T16:07:50.218Z | Downloading crates ... |
156 | 2024-09-04T16:07:50.291Z | Downloaded dtrace-parser v0.2.0 |
157 | 2024-09-04T16:07:50.318Z | Downloaded openssl-probe v0.1.5 |
158 | 2024-09-04T16:07:50.318Z | Downloaded match_cfg v0.1.0 |
159 | 2024-09-04T16:07:50.318Z | Downloaded hyper-tls v0.5.0 |
160 | 2024-09-04T16:07:50.318Z | Downloaded want v0.3.1 |
161 | 2024-09-04T16:07:50.318Z | Downloaded once_cell v1.19.0 |
162 | 2024-09-04T16:07:50.318Z | Downloaded waitgroup v0.1.2 |
163 | 2024-09-04T16:07:50.318Z | Downloaded indexmap v1.9.3 |
164 | 2024-09-04T16:07:50.343Z | Downloaded time-core v0.1.2 |
165 | 2024-09-04T16:07:50.343Z | Downloaded tower-service v0.3.3 |
166 | 2024-09-04T16:07:50.343Z | Downloaded tokio-native-tls v0.3.1 |
167 | 2024-09-04T16:07:50.343Z | Downloaded aho-corasick v1.1.3 |
168 | 2024-09-04T16:07:50.367Z | Downloaded httparse v1.9.4 |
169 | 2024-09-04T16:07:50.367Z | Downloaded tokio-rustls v0.25.0 |
170 | 2024-09-04T16:07:50.367Z | Downloaded thread_local v1.1.8 |
171 | 2024-09-04T16:07:50.367Z | Downloaded try-lock v0.2.5 |
172 | 2024-09-04T16:07:50.367Z | Downloaded tinyvec_macros v0.1.1 |
173 | 2024-09-04T16:07:50.367Z | Downloaded ucd-trie v0.1.6 |
174 | 2024-09-04T16:07:50.367Z | Downloaded toml_datetime v0.6.8 |
175 | 2024-09-04T16:07:50.367Z | Downloaded thread-id v4.2.2 |
176 | 2024-09-04T16:07:50.391Z | Downloaded structmeta-derive v0.3.0 |
177 | 2024-09-04T16:07:50.391Z | Downloaded tracing-core v0.1.32 |
178 | 2024-09-04T16:07:50.391Z | Downloaded tracing v0.1.40 |
179 | 2024-09-04T16:07:50.391Z | Downloaded spin v0.9.8 |
180 | 2024-09-04T16:07:50.391Z | Downloaded time v0.3.36 |
181 | 2024-09-04T16:07:50.415Z | Downloaded sha2 v0.10.8 |
182 | 2024-09-04T16:07:50.415Z | Downloaded tinyvec v1.8.0 |
183 | 2024-09-04T16:07:50.415Z | Downloaded tokio v1.40.0 |
184 | 2024-09-04T16:07:50.460Z | Downloaded unicode-normalization v0.1.23 |
185 | 2024-09-04T16:07:50.484Z | Downloaded serde_with v3.9.0 |
186 | 2024-09-04T16:07:50.484Z | Downloaded serde_json v1.0.127 |
187 | 2024-09-04T16:07:50.508Z | Downloaded regex v1.10.6 |
188 | 2024-09-04T16:07:50.508Z | Downloaded syn v2.0.77 |
189 | 2024-09-04T16:07:50.531Z | Downloaded regex-automata v0.4.7 |
190 | 2024-09-04T16:07:50.555Z | Downloaded rustls v0.22.4 |
191 | 2024-09-04T16:07:50.555Z | Downloaded rustls v0.21.12 |
192 | 2024-09-04T16:07:50.579Z | Downloaded regress v0.10.1 |
193 | 2024-09-04T16:07:50.579Z | Downloaded regress v0.9.1 |
194 | 2024-09-04T16:07:50.604Z | Downloaded regex-syntax v0.8.4 |
195 | 2024-09-04T16:07:50.604Z | Downloaded encoding_rs v0.8.34 |
196 | 2024-09-04T16:07:50.627Z | Downloaded rustls-webpki v0.102.7 |
197 | 2024-09-04T16:07:50.650Z | Downloaded rustls-webpki v0.101.7 |
198 | 2024-09-04T16:07:50.674Z | Downloaded reqwest v0.11.27 |
199 | 2024-09-04T16:07:50.674Z | Downloaded webpki-roots v0.25.4 |
200 | 2024-09-04T16:07:50.674Z | Downloaded vcpkg v0.2.15 |
201 | 2024-09-04T16:07:50.715Z | Downloaded pest v2.7.11 |
202 | 2024-09-04T16:07:50.738Z | Downloaded zerocopy v0.7.35 |
203 | 2024-09-04T16:07:50.761Z | Downloaded winnow v0.6.18 |
204 | 2024-09-04T16:07:50.761Z | Downloaded rand v0.8.5 |
205 | 2024-09-04T16:07:50.761Z | Downloaded strum_macros v0.26.4 |
206 | 2024-09-04T16:07:50.761Z | Downloaded socket2 v0.5.7 |
207 | 2024-09-04T16:07:50.784Z | Downloaded slog-term v2.9.1 |
208 | 2024-09-04T16:07:50.784Z | Downloaded slog v2.7.0 |
209 | 2024-09-04T16:07:50.784Z | Downloaded serde_yaml v0.9.34+deprecated |
210 | 2024-09-04T16:07:50.784Z | Downloaded ring v0.17.8 |
211 | 2024-09-04T16:07:50.847Z | Downloaded serde_derive v1.0.209 |
212 | 2024-09-04T16:07:50.870Z | Downloaded serde v1.0.209 |
213 | 2024-09-04T16:07:50.870Z | Downloaded schemars v0.8.21 |
214 | 2024-09-04T16:07:50.871Z | Downloaded openapiv3 v2.0.0 |
215 | 2024-09-04T16:07:50.895Z | Downloaded libc v0.2.158 |
216 | 2024-09-04T16:07:50.918Z | Downloaded proc-macro2 v1.0.86 |
217 | 2024-09-04T16:07:50.918Z | Downloaded url v2.5.2 |
218 | 2024-09-04T16:07:50.918Z | Downloaded semver v1.0.23 |
219 | 2024-09-04T16:07:50.918Z | Downloaded rustls-pemfile v2.1.3 |
220 | 2024-09-04T16:07:50.942Z | Downloaded quote v1.0.37 |
221 | 2024-09-04T16:07:50.942Z | Downloaded pin-project-lite v0.2.14 |
222 | 2024-09-04T16:07:50.942Z | Downloaded idna v0.5.0 |
223 | 2024-09-04T16:07:50.942Z | Downloaded slog-bunyan v2.5.0 |
224 | 2024-09-04T16:07:50.942Z | Downloaded serde_spanned v0.6.7 |
225 | 2024-09-04T16:07:50.942Z | Downloaded ryu v1.0.18 |
226 | 2024-09-04T16:07:50.942Z | Downloaded rustversion v1.0.17 |
227 | 2024-09-04T16:07:50.965Z | Downloaded unsafe-libyaml v0.2.11 |
228 | 2024-09-04T16:07:50.965Z | Downloaded goblin v0.8.2 |
229 | 2024-09-04T16:07:50.965Z | Downloaded tokio-util v0.7.11 |
230 | 2024-09-04T16:07:50.965Z | Downloaded thiserror v1.0.63 |
231 | 2024-09-04T16:07:50.965Z | Downloaded smallvec v1.13.2 |
232 | 2024-09-04T16:07:50.988Z | Downloaded openssl v0.10.66 |
233 | 2024-09-04T16:07:50.988Z | Downloaded hashbrown v0.12.3 |
234 | 2024-09-04T16:07:50.988Z | Downloaded toml_edit v0.22.20 |
235 | 2024-09-04T16:07:51.012Z | Downloaded signal-hook-registry v1.4.2 |
236 | 2024-09-04T16:07:51.012Z | Downloaded scopeguard v1.2.0 |
237 | 2024-09-04T16:07:51.012Z | Downloaded pest_meta v2.7.11 |
238 | 2024-09-04T16:07:51.012Z | Downloaded uuid v1.10.0 |
239 | 2024-09-04T16:07:51.036Z | Downloaded openssl-sys v0.9.103 |
240 | 2024-09-04T16:07:51.036Z | Downloaded memchr v2.7.4 |
241 | 2024-09-04T16:07:51.036Z | Downloaded indexmap v2.5.0 |
242 | 2024-09-04T16:07:51.036Z | Downloaded strsim v0.11.1 |
243 | 2024-09-04T16:07:51.036Z | Downloaded rand_chacha v0.3.1 |
244 | 2024-09-04T16:07:51.036Z | Downloaded powerfmt v0.2.0 |
245 | 2024-09-04T16:07:51.036Z | Downloaded pkg-config v0.3.30 |
246 | 2024-09-04T16:07:51.036Z | Downloaded pest_generator v2.7.11 |
247 | 2024-09-04T16:07:51.036Z | Downloaded parking_lot v0.12.3 |
248 | 2024-09-04T16:07:51.059Z | Downloaded typenum v1.17.0 |
249 | 2024-09-04T16:07:51.059Z | Downloaded term v0.7.0 |
250 | 2024-09-04T16:07:51.059Z | Downloaded subtle v2.6.1 |
251 | 2024-09-04T16:07:51.059Z | Downloaded strum v0.26.3 |
252 | 2024-09-04T16:07:51.059Z | Downloaded tokio-rustls v0.24.1 |
253 | 2024-09-04T16:07:51.059Z | Downloaded tokio-macros v2.4.0 |
254 | 2024-09-04T16:07:51.059Z | Downloaded time-macros v0.2.18 |
255 | 2024-09-04T16:07:51.059Z | Downloaded take_mut v0.2.2 |
256 | 2024-09-04T16:07:51.059Z | Downloaded serde_urlencoded v0.7.1 |
257 | 2024-09-04T16:07:51.059Z | Downloaded scroll_derive v0.12.0 |
258 | 2024-09-04T16:07:51.059Z | Downloaded unicode-ident v1.0.12 |
259 | 2024-09-04T16:07:51.059Z | Downloaded num-traits v0.2.19 |
260 | 2024-09-04T16:07:51.060Z | Downloaded chrono v0.4.38 |
261 | 2024-09-04T16:07:51.083Z | Downloaded serde_with_macros v3.9.0 |
262 | 2024-09-04T16:07:51.083Z | Downloaded rustls-pki-types v1.8.0 |
263 | 2024-09-04T16:07:51.083Z | Downloaded pest_derive v2.7.11 |
264 | 2024-09-04T16:07:51.083Z | Downloaded unicode-bidi v0.3.15 |
265 | 2024-09-04T16:07:51.083Z | Downloaded multer v3.1.0 |
266 | 2024-09-04T16:07:51.083Z | Downloaded mime v0.3.17 |
267 | 2024-09-04T16:07:51.083Z | Downloaded iana-time-zone v0.1.60 |
268 | 2024-09-04T16:07:51.083Z | Downloaded hyper-rustls v0.24.2 |
269 | 2024-09-04T16:07:51.109Z | Downloaded http v0.2.12 |
270 | 2024-09-04T16:07:51.109Z | Downloaded serde_derive_internals v0.29.1 |
271 | 2024-09-04T16:07:51.109Z | Downloaded sct v0.7.1 |
272 | 2024-09-04T16:07:51.109Z | Downloaded rustls-pemfile v1.0.4 |
273 | 2024-09-04T16:07:51.109Z | Downloaded parking_lot_core v0.9.10 |
274 | 2024-09-04T16:07:51.109Z | Downloaded lock_api v0.4.12 |
275 | 2024-09-04T16:07:51.109Z | Downloaded h2 v0.3.26 |
276 | 2024-09-04T16:07:51.109Z | Downloaded toml v0.8.19 |
277 | 2024-09-04T16:07:51.133Z | Downloaded macaddr v1.0.1 |
278 | 2024-09-04T16:07:51.133Z | Downloaded itoa v1.0.11 |
279 | 2024-09-04T16:07:51.133Z | Downloaded ipnetwork v0.20.0 |
280 | 2024-09-04T16:07:51.133Z | Downloaded hyper v0.14.30 |
281 | 2024-09-04T16:07:51.133Z | Downloaded newtype-uuid v1.1.0 |
282 | 2024-09-04T16:07:51.133Z | Downloaded generic-array v0.14.7 |
283 | 2024-09-04T16:07:51.133Z | Downloaded deranged v0.3.11 |
284 | 2024-09-04T16:07:51.133Z | Downloaded pretty-hex v0.4.1 |
285 | 2024-09-04T16:07:51.133Z | Downloaded openssl-macros v0.1.1 |
286 | 2024-09-04T16:07:51.133Z | Downloaded omicron-workspace-hack v0.1.0 |
287 | 2024-09-04T16:07:51.133Z | Downloaded futures-util v0.3.30 |
288 | 2024-09-04T16:07:51.156Z | Downloaded sync_wrapper v0.1.2 |
289 | 2024-09-04T16:07:51.156Z | Downloaded sha1 v0.10.6 |
290 | 2024-09-04T16:07:51.156Z | Downloaded ppv-lite86 v0.2.20 |
291 | 2024-09-04T16:07:51.156Z | Downloaded paste v1.0.15 |
292 | 2024-09-04T16:07:51.156Z | Downloaded zerocopy-derive v0.7.35 |
293 | 2024-09-04T16:07:51.157Z | Downloaded futures-sink v0.3.30 |
294 | 2024-09-04T16:07:51.157Z | Downloaded crossbeam-utils v0.8.20 |
295 | 2024-09-04T16:07:51.157Z | Downloaded structmeta v0.3.0 |
296 | 2024-09-04T16:07:51.180Z | Downloaded slog-json v2.6.1 |
297 | 2024-09-04T16:07:51.180Z | Downloaded slog-async v2.8.0 |
298 | 2024-09-04T16:07:51.180Z | Downloaded slab v0.4.9 |
299 | 2024-09-04T16:07:51.180Z | Downloaded serde_path_to_error v0.1.16 |
300 | 2024-09-04T16:07:51.180Z | Downloaded scroll v0.12.0 |
301 | 2024-09-04T16:07:51.180Z | Downloaded rand_core v0.6.4 |
302 | 2024-09-04T16:07:51.180Z | Downloaded pin-utils v0.1.0 |
303 | 2024-09-04T16:07:51.180Z | Downloaded percent-encoding v2.3.1 |
304 | 2024-09-04T16:07:51.180Z | Downloaded parse-display-derive v0.10.0 |
305 | 2024-09-04T16:07:51.180Z | Downloaded parse-display v0.10.0 |
306 | 2024-09-04T16:07:51.180Z | Downloaded zeroize v1.8.1 |
307 | 2024-09-04T16:07:51.180Z | Downloaded version_check v0.9.5 |
308 | 2024-09-04T16:07:51.180Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-09-04T16:07:51.180Z | Downloaded usdt-impl v0.5.0 |
310 | 2024-09-04T16:07:51.180Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-09-04T16:07:51.180Z | Downloaded usdt v0.5.0 |
312 | 2024-09-04T16:07:51.180Z | Downloaded untrusted v0.9.0 |
313 | 2024-09-04T16:07:51.180Z | Downloaded mio v1.0.2 |
314 | 2024-09-04T16:07:51.204Z | Downloaded http-body v0.4.6 |
315 | 2024-09-04T16:07:51.204Z | Downloaded http v1.1.0 |
316 | 2024-09-04T16:07:51.204Z | Downloaded hostname v0.3.1 |
317 | 2024-09-04T16:07:51.204Z | Downloaded heck v0.5.0 |
318 | 2024-09-04T16:07:51.204Z | Downloaded hashbrown v0.14.5 |
319 | 2024-09-04T16:07:51.204Z | Downloaded futures-macro v0.3.30 |
320 | 2024-09-04T16:07:51.204Z | Downloaded futures-io v0.3.30 |
321 | 2024-09-04T16:07:51.204Z | Downloaded futures v0.3.30 |
322 | 2024-09-04T16:07:51.228Z | Downloaded foreign-types-shared v0.1.1 |
323 | 2024-09-04T16:07:51.228Z | Downloaded dof v0.3.0 |
324 | 2024-09-04T16:07:51.228Z | Downloaded cpufeatures v0.2.13 |
325 | 2024-09-04T16:07:51.228Z | Downloaded cfg-if v1.0.0 |
326 | 2024-09-04T16:07:51.228Z | Downloaded camino v1.1.9 |
327 | 2024-09-04T16:07:51.228Z | Downloaded byteorder v1.5.0 |
328 | 2024-09-04T16:07:51.229Z | Downloaded base64 v0.21.7 |
329 | 2024-09-04T16:07:51.229Z | Downloaded thiserror-impl v1.0.63 |
330 | 2024-09-04T16:07:51.229Z | Downloaded shlex v1.3.0 |
331 | 2024-09-04T16:07:51.229Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-09-04T16:07:51.229Z | Downloaded schemars_derive v0.8.21 |
333 | 2024-09-04T16:07:51.229Z | Downloaded plain v0.2.3 |
334 | 2024-09-04T16:07:51.229Z | Downloaded darling v0.20.10 |
335 | 2024-09-04T16:07:51.229Z | Downloaded crossbeam-channel v0.5.13 |
336 | 2024-09-04T16:07:51.252Z | Downloaded cc v1.1.16 |
337 | 2024-09-04T16:07:51.252Z | Downloaded base64 v0.22.1 |
338 | 2024-09-04T16:07:51.252Z | Downloaded allocator-api2 v0.2.18 |
339 | 2024-09-04T16:07:51.252Z | Downloaded num_threads v0.1.7 |
340 | 2024-09-04T16:07:51.252Z | Downloaded memmap v0.7.0 |
341 | 2024-09-04T16:07:51.252Z | Downloaded log v0.4.22 |
342 | 2024-09-04T16:07:51.252Z | Downloaded is-terminal v0.4.13 |
343 | 2024-09-04T16:07:51.252Z | Downloaded ipnet v2.9.0 |
344 | 2024-09-04T16:07:51.252Z | Downloaded futures-core v0.3.30 |
345 | 2024-09-04T16:07:51.252Z | Downloaded futures-channel v0.3.30 |
346 | 2024-09-04T16:07:51.277Z | Downloaded dirs-next v2.0.0 |
347 | 2024-09-04T16:07:51.277Z | Downloaded darling_core v0.20.10 |
348 | 2024-09-04T16:07:51.277Z | Downloaded bytes v1.7.1 |
349 | 2024-09-04T16:07:51.277Z | Downloaded bitflags v2.6.0 |
350 | 2024-09-04T16:07:51.277Z | Downloaded native-tls v0.2.12 |
351 | 2024-09-04T16:07:51.277Z | Downloaded hostname v0.4.0 |
352 | 2024-09-04T16:07:51.277Z | Downloaded getrandom v0.2.15 |
353 | 2024-09-04T16:07:51.277Z | Downloaded fnv v1.0.7 |
354 | 2024-09-04T16:07:51.277Z | Downloaded backoff v0.4.0 |
355 | 2024-09-04T16:07:51.303Z | Downloaded anyhow v1.0.86 |
356 | 2024-09-04T16:07:51.303Z | Downloaded httpdate v1.0.3 |
357 | 2024-09-04T16:07:51.303Z | Downloaded hex v0.4.3 |
358 | 2024-09-04T16:07:51.303Z | Downloaded futures-executor v0.3.30 |
359 | 2024-09-04T16:07:51.303Z | Downloaded async-stream-impl v0.3.5 |
360 | 2024-09-04T16:07:51.304Z | Downloaded instant v0.1.13 |
361 | 2024-09-04T16:07:51.304Z | Downloaded ident_case v1.0.1 |
362 | 2024-09-04T16:07:51.304Z | Downloaded form_urlencoded v1.2.1 |
363 | 2024-09-04T16:07:51.304Z | Downloaded darling_macro v0.20.10 |
364 | 2024-09-04T16:07:51.304Z | Downloaded async-stream v0.3.5 |
365 | 2024-09-04T16:07:51.304Z | Downloaded num-conv v0.1.0 |
366 | 2024-09-04T16:07:51.304Z | Downloaded futures-task v0.3.30 |
367 | 2024-09-04T16:07:51.304Z | Downloaded foreign-types v0.3.2 |
368 | 2024-09-04T16:07:51.304Z | Downloaded equivalent v1.0.1 |
369 | 2024-09-04T16:07:51.304Z | Downloaded dyn-clone v1.0.17 |
370 | 2024-09-04T16:07:51.304Z | Downloaded dirs-sys-next v0.1.2 |
371 | 2024-09-04T16:07:51.304Z | Downloaded digest v0.10.7 |
372 | 2024-09-04T16:07:51.304Z | Downloaded debug-ignore v1.0.5 |
373 | 2024-09-04T16:07:51.304Z | Downloaded crypto-common v0.1.6 |
374 | 2024-09-04T16:07:51.304Z | Downloaded block-buffer v0.10.4 |
375 | 2024-09-04T16:07:51.328Z | Downloaded autocfg v1.3.0 |
376 | 2024-09-04T16:07:51.328Z | Downloaded atomic-waker v1.1.2 |
377 | 2024-09-04T16:07:51.328Z | Downloaded async-trait v0.1.82 |
378 | 2024-09-04T16:07:51.328Z | Downloaded ahash v0.8.11 |
379 | 2024-09-04T16:07:51.408Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-09-04T16:07:51.408Z | Compiling unicode-ident v1.0.12 |
381 | 2024-09-04T16:07:51.431Z | Compiling libc v0.2.158 |
382 | 2024-09-04T16:07:51.431Z | Checking cfg-if v1.0.0 |
383 | 2024-09-04T16:07:51.431Z | Compiling version_check v0.9.5 |
384 | 2024-09-04T16:07:51.431Z | Compiling autocfg v1.3.0 |
385 | 2024-09-04T16:07:51.431Z | Compiling serde v1.0.209 |
386 | 2024-09-04T16:07:51.431Z | Checking memchr v2.7.4 |
387 | 2024-09-04T16:07:51.527Z | Compiling serde_json v1.0.127 |
388 | 2024-09-04T16:07:51.601Z | Checking itoa v1.0.11 |
389 | 2024-09-04T16:07:51.865Z | Checking once_cell v1.19.0 |
390 | 2024-09-04T16:07:52.009Z | Compiling ahash v0.8.11 |
391 | 2024-09-04T16:07:52.090Z | Checking byteorder v1.5.0 |
392 | 2024-09-04T16:07:52.118Z | Compiling shlex v1.3.0 |
393 | 2024-09-04T16:07:52.142Z | Compiling thiserror v1.0.63 |
394 | 2024-09-04T16:07:52.380Z | Compiling cc v1.1.16 |
395 | 2024-09-04T16:07:52.433Z | Compiling num-traits v0.2.19 |
396 | 2024-09-04T16:07:52.474Z | Checking pin-project-lite v0.2.14 |
397 | 2024-09-04T16:07:52.654Z | Checking getrandom v0.2.15 |
398 | 2024-09-04T16:07:52.698Z | Checking ryu v1.0.18 |
399 | 2024-09-04T16:07:52.721Z | Compiling quote v1.0.37 |
400 | 2024-09-04T16:07:52.927Z | Checking log v0.4.22 |
401 | 2024-09-04T16:07:52.955Z | Checking bytes v1.7.1 |
402 | 2024-09-04T16:07:52.994Z | Checking allocator-api2 v0.2.18 |
403 | 2024-09-04T16:07:53.021Z | Compiling syn v2.0.77 |
404 | 2024-09-04T16:07:53.135Z | Compiling lock_api v0.4.12 |
405 | 2024-09-04T16:07:53.225Z | Compiling schemars v0.8.21 |
406 | 2024-09-04T16:07:53.316Z | Compiling parking_lot_core v0.9.10 |
407 | 2024-09-04T16:07:53.340Z | Checking smallvec v1.13.2 |
408 | 2024-09-04T16:07:53.520Z | Checking scopeguard v1.2.0 |
409 | 2024-09-04T16:07:53.558Z | Checking futures-core v0.3.30 |
410 | 2024-09-04T16:07:53.581Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-09-04T16:07:53.604Z | Checking mio v1.0.2 |
412 | 2024-09-04T16:07:53.660Z | Checking socket2 v0.5.7 |
413 | 2024-09-04T16:07:53.736Z | Compiling slab v0.4.9 |
414 | 2024-09-04T16:07:53.897Z | Checking futures-sink v0.3.30 |
415 | 2024-09-04T16:07:54.012Z | Checking spin v0.9.8 |
416 | 2024-09-04T16:07:54.124Z | Checking parking_lot v0.12.3 |
417 | 2024-09-04T16:07:54.178Z | Checking equivalent v1.0.1 |
418 | 2024-09-04T16:07:54.201Z | Checking untrusted v0.9.0 |
419 | 2024-09-04T16:07:54.225Z | Checking fnv v1.0.7 |
420 | 2024-09-04T16:07:54.257Z | Checking futures-channel v0.3.30 |
421 | 2024-09-04T16:07:54.311Z | Compiling vcpkg v0.2.15 |
422 | 2024-09-04T16:07:54.336Z | Compiling heck v0.5.0 |
423 | 2024-09-04T16:07:54.425Z | Compiling pkg-config v0.3.30 |
424 | 2024-09-04T16:07:54.451Z | Compiling semver v1.0.23 |
425 | 2024-09-04T16:07:54.541Z | Checking futures-io v0.3.30 |
426 | 2024-09-04T16:07:54.681Z | Checking pin-utils v0.1.0 |
427 | 2024-09-04T16:07:54.705Z | Checking futures-task v0.3.30 |
428 | 2024-09-04T16:07:54.792Z | Compiling ucd-trie v0.1.6 |
429 | 2024-09-04T16:07:54.883Z | Checking iana-time-zone v0.1.60 |
430 | 2024-09-04T16:07:54.910Z | Checking http v0.2.12 |
431 | 2024-09-04T16:07:54.981Z | Compiling ring v0.17.8 |
432 | 2024-09-04T16:07:55.309Z | Checking dyn-clone v1.0.17 |
433 | 2024-09-04T16:07:55.641Z | Compiling httparse v1.9.4 |
434 | 2024-09-04T16:07:55.917Z | Compiling openssl-sys v0.9.103 |
435 | 2024-09-04T16:07:56.177Z | Checking tracing-core v0.1.32 |
436 | 2024-09-04T16:07:56.296Z | Compiling uuid v1.10.0 |
437 | 2024-09-04T16:07:56.592Z | Compiling chrono v0.4.38 |
438 | 2024-09-04T16:07:56.743Z | Checking foreign-types-shared v0.1.1 |
439 | 2024-09-04T16:07:56.767Z | Checking tracing v0.1.40 |
440 | 2024-09-04T16:07:56.790Z | Compiling openssl v0.10.66 |
441 | 2024-09-04T16:07:56.813Z | Compiling slog v2.7.0 |
442 | 2024-09-04T16:07:56.838Z | Checking try-lock v0.2.5 |
443 | 2024-09-04T16:07:56.948Z | Checking want v0.3.1 |
444 | 2024-09-04T16:07:57.009Z | Checking foreign-types v0.3.2 |
445 | 2024-09-04T16:07:57.096Z | Checking http-body v0.4.6 |
446 | 2024-09-04T16:07:57.168Z | Compiling aho-corasick v1.1.3 |
447 | 2024-09-04T16:07:57.297Z | Compiling rustls v0.21.12 |
448 | 2024-09-04T16:07:57.415Z | Checking bitflags v2.6.0 |
449 | 2024-09-04T16:07:57.612Z | Compiling typenum v1.17.0 |
450 | 2024-09-04T16:07:57.642Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-09-04T16:07:57.707Z | Checking httpdate v1.0.3 |
452 | 2024-09-04T16:07:57.897Z | Compiling regex-syntax v0.8.4 |
453 | 2024-09-04T16:07:58.114Z | Checking tower-service v0.3.3 |
454 | 2024-09-04T16:07:58.214Z | Compiling native-tls v0.2.12 |
455 | 2024-09-04T16:07:58.257Z | Checking percent-encoding v2.3.1 |
456 | 2024-09-04T16:07:58.425Z | Checking form_urlencoded v1.2.1 |
457 | 2024-09-04T16:07:58.449Z | Checking tinyvec v1.8.0 |
458 | 2024-09-04T16:07:58.617Z | Compiling generic-array v0.14.7 |
459 | 2024-09-04T16:07:58.920Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-09-04T16:07:58.952Z | Checking openssl-probe v0.1.5 |
461 | 2024-09-04T16:07:59.534Z | Checking unicode-normalization v0.1.23 |
462 | 2024-09-04T16:08:00.153Z | Checking rustls-webpki v0.101.7 |
463 | 2024-09-04T16:08:00.251Z | Checking sct v0.7.1 |
464 | 2024-09-04T16:08:00.778Z | Compiling regex-automata v0.4.7 |
465 | 2024-09-04T16:08:00.851Z | Compiling usdt-impl v0.5.0 |
466 | 2024-09-04T16:08:01.073Z | Checking encoding_rs v0.8.34 |
467 | 2024-09-04T16:08:01.213Z | Checking mime v0.3.17 |
468 | 2024-09-04T16:08:01.482Z | Compiling time-core v0.1.2 |
469 | 2024-09-04T16:08:01.612Z | Compiling num-conv v0.1.0 |
470 | 2024-09-04T16:08:01.685Z | Checking unicode-bidi v0.3.15 |
471 | 2024-09-04T16:08:01.840Z | Checking powerfmt v0.2.0 |
472 | 2024-09-04T16:08:02.047Z | Checking deranged v0.3.11 |
473 | 2024-09-04T16:08:02.170Z | Checking idna v0.5.0 |
474 | 2024-09-04T16:08:02.572Z | Compiling time-macros v0.2.18 |
475 | 2024-09-04T16:08:02.871Z | Compiling thread-id v4.2.2 |
476 | 2024-09-04T16:08:03.178Z | Compiling serde_derive v1.0.209 |
477 | 2024-09-04T16:08:03.356Z | Compiling zerocopy-derive v0.7.35 |
478 | 2024-09-04T16:08:03.466Z | Compiling thiserror-impl v1.0.63 |
479 | 2024-09-04T16:08:03.490Z | Compiling schemars_derive v0.8.21 |
480 | 2024-09-04T16:08:03.736Z | Compiling tokio-macros v2.4.0 |
481 | 2024-09-04T16:08:03.805Z | Compiling futures-macro v0.3.30 |
482 | 2024-09-04T16:08:04.855Z | Compiling openssl-macros v0.1.1 |
483 | 2024-09-04T16:08:04.989Z | Checking tokio v1.40.0 |
484 | 2024-09-04T16:08:05.013Z | Checking zerocopy v0.7.35 |
485 | 2024-09-04T16:08:05.502Z | Checking futures-util v0.3.30 |
486 | 2024-09-04T16:08:05.822Z | Compiling pest v2.7.11 |
487 | 2024-09-04T16:08:06.412Z | Checking hashbrown v0.14.5 |
488 | 2024-09-04T16:08:07.012Z | Compiling regex v1.10.6 |
489 | 2024-09-04T16:08:07.318Z | Compiling scroll_derive v0.12.0 |
490 | 2024-09-04T16:08:07.792Z | Compiling pest_meta v2.7.11 |
491 | 2024-09-04T16:08:07.943Z | Compiling regress v0.10.1 |
492 | 2024-09-04T16:08:08.426Z | Checking scroll v0.12.0 |
493 | 2024-09-04T16:08:09.468Z | Compiling pest_generator v2.7.11 |
494 | 2024-09-04T16:08:10.613Z | Checking tokio-util v0.7.11 |
495 | 2024-09-04T16:08:10.637Z | Checking tokio-native-tls v0.3.1 |
496 | 2024-09-04T16:08:10.751Z | Checking tokio-rustls v0.24.1 |
497 | 2024-09-04T16:08:10.839Z | Compiling strsim v0.11.1 |
498 | 2024-09-04T16:08:10.980Z | Compiling pest_derive v2.7.11 |
499 | 2024-09-04T16:08:11.175Z | Compiling ident_case v1.0.1 |
500 | 2024-09-04T16:08:11.261Z | Compiling crossbeam-utils v0.8.20 |
501 | 2024-09-04T16:08:11.371Z | Checking plain v0.2.3 |
502 | 2024-09-04T16:08:11.434Z | Checking rustls-pki-types v1.8.0 |
503 | 2024-09-04T16:08:11.482Z | Checking base64 v0.21.7 |
504 | 2024-09-04T16:08:11.689Z | Compiling dtrace-parser v0.2.0 |
505 | 2024-09-04T16:08:11.731Z | Checking num_threads v0.1.7 |
506 | 2024-09-04T16:08:11.832Z | Checking goblin v0.8.2 |
507 | 2024-09-04T16:08:11.863Z | Checking rustls-pemfile v1.0.4 |
508 | 2024-09-04T16:08:11.912Z | Checking time v0.3.36 |
509 | 2024-09-04T16:08:12.278Z | Compiling darling_core v0.20.10 |
510 | 2024-09-04T16:08:13.072Z | Checking indexmap v2.5.0 |
511 | 2024-09-04T16:08:13.472Z | Compiling serde_tokenstream v0.2.2 |
512 | 2024-09-04T16:08:14.074Z | Checking h2 v0.3.26 |
513 | 2024-09-04T16:08:14.305Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-09-04T16:08:14.511Z | Checking openapiv3 v2.0.0 |
515 | 2024-09-04T16:08:15.103Z | Compiling dof v0.3.0 |
516 | 2024-09-04T16:08:16.019Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
517 | 2024-09-04T16:08:16.908Z | Checking url v2.5.2 |
518 | 2024-09-04T16:08:17.036Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-09-04T16:08:17.272Z | Checking hyper v0.14.30 |
520 | 2024-09-04T16:08:17.484Z | Compiling paste v1.0.15 |
521 | 2024-09-04T16:08:17.533Z | Compiling rustversion v1.0.17 |
522 | 2024-09-04T16:08:17.612Z | Checking pretty-hex v0.4.1 |
523 | 2024-09-04T16:08:17.725Z | Checking sync_wrapper v0.1.2 |
524 | 2024-09-04T16:08:17.757Z | Compiling unsafe-libyaml v0.2.11 |
525 | 2024-09-04T16:08:17.829Z | Checking ipnet v2.9.0 |
526 | 2024-09-04T16:08:17.853Z | Compiling omicron-workspace-hack v0.1.0 |
527 | 2024-09-04T16:08:17.904Z | Checking webpki-roots v0.25.4 |
528 | 2024-09-04T16:08:18.031Z | Compiling rustls v0.22.4 |
529 | 2024-09-04T16:08:18.317Z | Checking dirs-next v2.0.0 |
530 | 2024-09-04T16:08:18.341Z | Compiling darling_macro v0.20.10 |
531 | 2024-09-04T16:08:18.419Z | Checking serde_spanned v0.6.7 |
532 | 2024-09-04T16:08:18.490Z | Checking toml_datetime v0.6.8 |
533 | 2024-09-04T16:08:18.591Z | Checking rustls-webpki v0.102.7 |
534 | 2024-09-04T16:08:18.645Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-09-04T16:08:18.740Z | Checking crypto-common v0.1.6 |
536 | 2024-09-04T16:08:18.870Z | Compiling serde_yaml v0.9.34+deprecated |
537 | 2024-09-04T16:08:19.123Z | Checking block-buffer v0.10.4 |
538 | 2024-09-04T16:08:19.176Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-09-04T16:08:19.199Z | Checking rand_core v0.6.4 |
540 | 2024-09-04T16:08:19.270Z | Checking thread_local v1.1.8 |
541 | 2024-09-04T16:08:19.293Z | Compiling multer v3.1.0 |
542 | 2024-09-04T16:08:19.316Z | Compiling camino v1.1.9 |
543 | 2024-09-04T16:08:19.427Z | Checking match_cfg v0.1.0 |
544 | 2024-09-04T16:08:19.505Z | Checking winnow v0.6.18 |
545 | 2024-09-04T16:08:19.528Z | Compiling anyhow v1.0.86 |
546 | 2024-09-04T16:08:19.569Z | Checking zeroize v1.8.1 |
547 | 2024-09-04T16:08:19.764Z | Compiling slog-async v2.8.0 |
548 | 2024-09-04T16:08:19.806Z | Checking subtle v2.6.1 |
549 | 2024-09-04T16:08:20.225Z | Checking hostname v0.3.1 |
550 | 2024-09-04T16:08:20.248Z | Checking rand_chacha v0.3.1 |
551 | 2024-09-04T16:08:20.522Z | Checking digest v0.10.7 |
552 | 2024-09-04T16:08:20.755Z | Compiling darling v0.20.10 |
553 | 2024-09-04T16:08:20.778Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-09-04T16:08:20.851Z | Checking term v0.7.0 |
555 | 2024-09-04T16:08:20.874Z | Checking hyper-rustls v0.24.2 |
556 | 2024-09-04T16:08:21.092Z | Checking hyper-tls v0.5.0 |
557 | 2024-09-04T16:08:21.253Z | Compiling structmeta v0.3.0 |
558 | 2024-09-04T16:08:21.328Z | Checking reqwest v0.11.27 |
559 | 2024-09-04T16:08:21.589Z | Compiling usdt-macro v0.5.0 |
560 | 2024-09-04T16:08:21.813Z | Compiling usdt-attr-macro v0.5.0 |
561 | 2024-09-04T16:08:21.851Z | Checking toml_edit v0.22.20 |
562 | 2024-09-04T16:08:22.080Z | Checking slog-json v2.6.1 |
563 | 2024-09-04T16:08:22.279Z | Checking futures-executor v0.3.30 |
564 | 2024-09-04T16:08:22.339Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
565 | 2024-09-04T16:08:22.372Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-09-04T16:08:22.468Z | Checking http v1.1.0 |
567 | 2024-09-04T16:08:22.602Z | Checking memmap v0.7.0 |
568 | 2024-09-04T16:08:22.662Z | Checking is-terminal v0.4.13 |
569 | 2024-09-04T16:08:22.767Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
570 | 2024-09-04T16:08:22.790Z | Checking atomic-waker v1.1.2 |
571 | 2024-09-04T16:08:22.886Z | Checking take_mut v0.2.2 |
572 | 2024-09-04T16:08:22.911Z | Checking base64 v0.22.1 |
573 | 2024-09-04T16:08:23.007Z | Checking cpufeatures v0.2.13 |
574 | 2024-09-04T16:08:23.031Z | Checking usdt v0.5.0 |
575 | 2024-09-04T16:08:23.084Z | Checking sha1 v0.10.6 |
576 | 2024-09-04T16:08:23.221Z | Checking tokio-rustls v0.25.0 |
577 | 2024-09-04T16:08:23.298Z | Checking waitgroup v0.1.2 |
578 | 2024-09-04T16:08:23.321Z | Checking rustls-pemfile v2.1.3 |
579 | 2024-09-04T16:08:23.359Z | Checking slog-term v2.9.1 |
580 | 2024-09-04T16:08:23.410Z | Checking futures v0.3.30 |
581 | 2024-09-04T16:08:23.459Z | Checking async-stream v0.3.5 |
582 | 2024-09-04T16:08:23.504Z | Compiling strum_macros v0.26.4 |
583 | 2024-09-04T16:08:23.527Z | Checking slog-bunyan v2.5.0 |
584 | 2024-09-04T16:08:23.527Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-09-04T16:08:23.633Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-09-04T16:08:23.661Z | Checking rand v0.8.5 |
587 | 2024-09-04T16:08:24.006Z | Checking toml v0.8.19 |
588 | 2024-09-04T16:08:24.291Z | Checking newtype-uuid v1.1.0 |
589 | 2024-09-04T16:08:24.363Z | Checking ipnetwork v0.20.0 |
590 | 2024-09-04T16:08:24.483Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
591 | 2024-09-04T16:08:24.592Z | Checking serde_path_to_error v0.1.16 |
592 | 2024-09-04T16:08:24.648Z | Checking hex v0.4.3 |
593 | 2024-09-04T16:08:24.671Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-09-04T16:08:25.046Z | Compiling async-trait v0.1.82 |
595 | 2024-09-04T16:08:25.090Z | Checking hostname v0.4.0 |
596 | 2024-09-04T16:08:25.195Z | Checking instant v0.1.13 |
597 | 2024-09-04T16:08:25.283Z | Checking debug-ignore v1.0.5 |
598 | 2024-09-04T16:08:25.306Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-09-04T16:08:25.400Z | Checking backoff v0.4.0 |
600 | 2024-09-04T16:08:25.424Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-09-04T16:08:25.535Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-09-04T16:08:25.627Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-09-04T16:08:25.789Z | Checking serde_with v3.9.0 |
604 | 2024-09-04T16:08:25.812Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-09-04T16:08:25.900Z | Checking macaddr v1.0.1 |
606 | 2024-09-04T16:08:26.171Z | Checking regress v0.9.1 |
607 | 2024-09-04T16:08:26.674Z | Checking parse-display v0.10.0 |
608 | 2024-09-04T16:08:27.027Z | Checking strum v0.26.3 |
609 | 2024-09-04T16:08:27.287Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
610 | 2024-09-04T16:08:29.416Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
611 | 2024-09-04T16:08:29.502Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
612 | 2024-09-04T16:08:32.664Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
613 | 2024-09-04T16:08:38.821Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
614 | 2024-09-04T16:08:38.958Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-09-04T16:08:42.296Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-09-04T16:08:51.058Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-09-04T16:08:51.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
618 | 2024-09-04T16:08:51.190Z | + cargo build --release |
619 | 2024-09-04T16:08:51.520Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-09-04T16:08:51.520Z | Compiling unicode-ident v1.0.12 |
621 | 2024-09-04T16:08:51.520Z | Compiling libc v0.2.158 |
622 | 2024-09-04T16:08:51.551Z | Compiling cfg-if v1.0.0 |
623 | 2024-09-04T16:08:51.551Z | Compiling version_check v0.9.5 |
624 | 2024-09-04T16:08:51.551Z | Compiling autocfg v1.3.0 |
625 | 2024-09-04T16:08:51.551Z | Compiling serde v1.0.209 |
626 | 2024-09-04T16:08:51.552Z | Compiling memchr v2.7.4 |
627 | 2024-09-04T16:08:51.637Z | Compiling serde_json v1.0.127 |
628 | 2024-09-04T16:08:51.687Z | Compiling itoa v1.0.11 |
629 | 2024-09-04T16:08:51.936Z | Compiling thiserror v1.0.63 |
630 | 2024-09-04T16:08:52.039Z | Compiling once_cell v1.19.0 |
631 | 2024-09-04T16:08:52.084Z | Compiling ahash v0.8.11 |
632 | 2024-09-04T16:08:52.153Z | Compiling shlex v1.3.0 |
633 | 2024-09-04T16:08:52.393Z | Compiling byteorder v1.5.0 |
634 | 2024-09-04T16:08:52.417Z | Compiling cc v1.1.16 |
635 | 2024-09-04T16:08:52.736Z | Compiling getrandom v0.2.15 |
636 | 2024-09-04T16:08:52.807Z | Compiling quote v1.0.37 |
637 | 2024-09-04T16:08:52.862Z | Compiling num-traits v0.2.19 |
638 | 2024-09-04T16:08:53.016Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-09-04T16:08:53.040Z | Compiling ryu v1.0.18 |
640 | 2024-09-04T16:08:53.124Z | Compiling syn v2.0.77 |
641 | 2024-09-04T16:08:53.220Z | Compiling bytes v1.7.1 |
642 | 2024-09-04T16:08:53.290Z | Compiling log v0.4.22 |
643 | 2024-09-04T16:08:53.343Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-09-04T16:08:53.496Z | Compiling schemars v0.8.21 |
645 | 2024-09-04T16:08:53.700Z | Compiling lock_api v0.4.12 |
646 | 2024-09-04T16:08:53.733Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-09-04T16:08:53.757Z | Compiling scopeguard v1.2.0 |
648 | 2024-09-04T16:08:53.817Z | Compiling futures-core v0.3.30 |
649 | 2024-09-04T16:08:53.859Z | Compiling smallvec v1.13.2 |
650 | 2024-09-04T16:08:54.025Z | Compiling mio v1.0.2 |
651 | 2024-09-04T16:08:54.072Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-09-04T16:08:54.097Z | Compiling socket2 v0.5.7 |
653 | 2024-09-04T16:08:54.576Z | Compiling slab v0.4.9 |
654 | 2024-09-04T16:08:54.729Z | Compiling parking_lot v0.12.3 |
655 | 2024-09-04T16:08:54.783Z | Compiling ring v0.17.8 |
656 | 2024-09-04T16:08:54.883Z | Compiling spin v0.9.8 |
657 | 2024-09-04T16:08:54.999Z | Compiling futures-sink v0.3.30 |
658 | 2024-09-04T16:08:55.165Z | Compiling fnv v1.0.7 |
659 | 2024-09-04T16:08:55.230Z | Compiling semver v1.0.23 |
660 | 2024-09-04T16:08:55.265Z | Compiling equivalent v1.0.1 |
661 | 2024-09-04T16:08:55.320Z | Compiling untrusted v0.9.0 |
662 | 2024-09-04T16:08:55.476Z | Compiling futures-channel v0.3.30 |
663 | 2024-09-04T16:08:55.661Z | Compiling pkg-config v0.3.30 |
664 | 2024-09-04T16:08:55.686Z | Compiling futures-io v0.3.30 |
665 | 2024-09-04T16:08:55.710Z | Compiling pin-utils v0.1.0 |
666 | 2024-09-04T16:08:55.762Z | Compiling futures-task v0.3.30 |
667 | 2024-09-04T16:08:55.884Z | Compiling heck v0.5.0 |
668 | 2024-09-04T16:08:55.976Z | Compiling vcpkg v0.2.15 |
669 | 2024-09-04T16:08:56.233Z | Compiling ucd-trie v0.1.6 |
670 | 2024-09-04T16:08:56.312Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-09-04T16:08:56.632Z | Compiling http v0.2.12 |
672 | 2024-09-04T16:08:56.785Z | Compiling dyn-clone v1.0.17 |
673 | 2024-09-04T16:08:56.865Z | Compiling httparse v1.9.4 |
674 | 2024-09-04T16:08:57.262Z | Compiling openssl-sys v0.9.103 |
675 | 2024-09-04T16:08:57.538Z | Compiling tracing-core v0.1.32 |
676 | 2024-09-04T16:08:57.737Z | Compiling chrono v0.4.38 |
677 | 2024-09-04T16:08:57.985Z | Compiling uuid v1.10.0 |
678 | 2024-09-04T16:08:58.245Z | Compiling tracing v0.1.40 |
679 | 2024-09-04T16:08:58.802Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-09-04T16:08:59.749Z | Compiling openssl v0.10.66 |
681 | 2024-09-04T16:09:00.104Z | Compiling try-lock v0.2.5 |
682 | 2024-09-04T16:09:00.130Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-09-04T16:09:00.155Z | Compiling slog v2.7.0 |
684 | 2024-09-04T16:09:00.216Z | Compiling want v0.3.1 |
685 | 2024-09-04T16:09:00.246Z | Compiling foreign-types v0.3.2 |
686 | 2024-09-04T16:09:00.472Z | Compiling http-body v0.4.6 |
687 | 2024-09-04T16:09:00.548Z | Compiling aho-corasick v1.1.3 |
688 | 2024-09-04T16:09:00.639Z | Compiling typenum v1.17.0 |
689 | 2024-09-04T16:09:00.879Z | Compiling tower-service v0.3.3 |
690 | 2024-09-04T16:09:00.973Z | Compiling bitflags v2.6.0 |
691 | 2024-09-04T16:09:01.208Z | Compiling native-tls v0.2.12 |
692 | 2024-09-04T16:09:01.267Z | Compiling rustls v0.21.12 |
693 | 2024-09-04T16:09:01.383Z | Compiling regex-syntax v0.8.4 |
694 | 2024-09-04T16:09:01.527Z | Compiling percent-encoding v2.3.1 |
695 | 2024-09-04T16:09:01.552Z | Compiling httpdate v1.0.3 |
696 | 2024-09-04T16:09:01.576Z | Compiling tinyvec_macros v0.1.1 |
697 | 2024-09-04T16:09:01.632Z | Compiling tinyvec v1.8.0 |
698 | 2024-09-04T16:09:01.914Z | Compiling form_urlencoded v1.2.1 |
699 | 2024-09-04T16:09:02.385Z | Compiling generic-array v0.14.7 |
700 | 2024-09-04T16:09:02.771Z | Compiling openssl-probe v0.1.5 |
701 | 2024-09-04T16:09:02.805Z | Compiling serde_derive v1.0.209 |
702 | 2024-09-04T16:09:02.874Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-09-04T16:09:02.970Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-09-04T16:09:03.072Z | Compiling schemars_derive v0.8.21 |
705 | 2024-09-04T16:09:03.182Z | Compiling tokio-macros v2.4.0 |
706 | 2024-09-04T16:09:04.415Z | Compiling tokio v1.40.0 |
707 | 2024-09-04T16:09:04.465Z | Compiling zerocopy v0.7.35 |
708 | 2024-09-04T16:09:05.559Z | Compiling futures-macro v0.3.30 |
709 | 2024-09-04T16:09:06.011Z | Compiling pest v2.7.11 |
710 | 2024-09-04T16:09:06.325Z | Compiling hashbrown v0.14.5 |
711 | 2024-09-04T16:09:07.161Z | Compiling futures-util v0.3.30 |
712 | 2024-09-04T16:09:07.784Z | Compiling openssl-macros v0.1.1 |
713 | 2024-09-04T16:09:08.136Z | Compiling pest_meta v2.7.11 |
714 | 2024-09-04T16:09:08.449Z | Compiling regress v0.10.1 |
715 | 2024-09-04T16:09:11.235Z | Compiling pest_generator v2.7.11 |
716 | 2024-09-04T16:09:11.840Z | Compiling tokio-util v0.7.11 |
717 | 2024-09-04T16:09:12.501Z | Compiling pest_derive v2.7.11 |
718 | 2024-09-04T16:09:12.603Z | Compiling sct v0.7.1 |
719 | 2024-09-04T16:09:12.951Z | Compiling rustls-webpki v0.101.7 |
720 | 2024-09-04T16:09:13.228Z | Compiling regex-automata v0.4.7 |
721 | 2024-09-04T16:09:13.790Z | Compiling indexmap v2.5.0 |
722 | 2024-09-04T16:09:15.103Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-09-04T16:09:18.844Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
724 | 2024-09-04T16:09:19.311Z | Compiling h2 v0.3.26 |
725 | 2024-09-04T16:09:19.807Z | Compiling regex v1.10.6 |
726 | 2024-09-04T16:09:22.154Z | Compiling unicode-normalization v0.1.23 |
727 | 2024-09-04T16:09:22.588Z | Compiling scroll_derive v0.12.0 |
728 | 2024-09-04T16:09:23.729Z | Compiling hyper v0.14.30 |
729 | 2024-09-04T16:09:27.123Z | Compiling usdt-impl v0.5.0 |
730 | 2024-09-04T16:09:27.437Z | Compiling encoding_rs v0.8.34 |
731 | 2024-09-04T16:09:27.956Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
732 | 2024-09-04T16:09:28.531Z | Compiling num-conv v0.1.0 |
733 | 2024-09-04T16:09:28.748Z | Compiling mime v0.3.17 |
734 | 2024-09-04T16:09:29.614Z | Compiling unicode-bidi v0.3.15 |
735 | 2024-09-04T16:09:31.051Z | Compiling time-core v0.1.2 |
736 | 2024-09-04T16:09:31.177Z | Compiling powerfmt v0.2.0 |
737 | 2024-09-04T16:09:31.589Z | Compiling deranged v0.3.11 |
738 | 2024-09-04T16:09:32.055Z | Compiling time-macros v0.2.18 |
739 | 2024-09-04T16:09:33.235Z | Compiling idna v0.5.0 |
740 | 2024-09-04T16:09:35.950Z | Compiling scroll v0.12.0 |
741 | 2024-09-04T16:09:36.446Z | Compiling thread-id v4.2.2 |
742 | 2024-09-04T16:09:36.531Z | Compiling tokio-rustls v0.24.1 |
743 | 2024-09-04T16:09:36.555Z | Compiling tokio-native-tls v0.3.1 |
744 | 2024-09-04T16:09:36.774Z | Compiling dof v0.3.0 |
745 | 2024-09-04T16:09:36.881Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-09-04T16:09:36.987Z | Compiling dtrace-parser v0.2.0 |
747 | 2024-09-04T16:09:37.363Z | Compiling strsim v0.11.1 |
748 | 2024-09-04T16:09:37.455Z | Compiling rustls-pki-types v1.8.0 |
749 | 2024-09-04T16:09:37.920Z | Compiling ident_case v1.0.1 |
750 | 2024-09-04T16:09:38.537Z | Compiling base64 v0.21.7 |
751 | 2024-09-04T16:09:39.229Z | Compiling plain v0.2.3 |
752 | 2024-09-04T16:09:39.302Z | Compiling num_threads v0.1.7 |
753 | 2024-09-04T16:09:39.360Z | Compiling omicron-workspace-hack v0.1.0 |
754 | 2024-09-04T16:09:39.413Z | Compiling crossbeam-utils v0.8.20 |
755 | 2024-09-04T16:09:39.633Z | Compiling time v0.3.36 |
756 | 2024-09-04T16:09:39.883Z | Compiling goblin v0.8.2 |
757 | 2024-09-04T16:09:42.165Z | Compiling rustls-pemfile v1.0.4 |
758 | 2024-09-04T16:09:43.886Z | Compiling darling_core v0.20.10 |
759 | 2024-09-04T16:09:46.540Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-09-04T16:09:46.888Z | Compiling hyper-tls v0.5.0 |
761 | 2024-09-04T16:09:46.963Z | Compiling url v2.5.2 |
762 | 2024-09-04T16:09:47.268Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334) |
763 | 2024-09-04T16:09:47.365Z | Compiling openapiv3 v2.0.0 |
764 | 2024-09-04T16:09:48.655Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-09-04T16:09:49.855Z | Compiling sync_wrapper v0.1.2 |
766 | 2024-09-04T16:09:49.959Z | Compiling pretty-hex v0.4.1 |
767 | 2024-09-04T16:09:50.139Z | Compiling ipnet v2.9.0 |
768 | 2024-09-04T16:09:50.588Z | Compiling rustls v0.22.4 |
769 | 2024-09-04T16:09:50.818Z | Compiling rustversion v1.0.17 |
770 | 2024-09-04T16:09:50.857Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-09-04T16:09:51.351Z | Compiling webpki-roots v0.25.4 |
772 | 2024-09-04T16:09:51.374Z | Compiling paste v1.0.15 |
773 | 2024-09-04T16:09:51.478Z | Compiling reqwest v0.11.27 |
774 | 2024-09-04T16:09:51.831Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-09-04T16:09:52.241Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
776 | 2024-09-04T16:09:52.974Z | Compiling dirs-next v2.0.0 |
777 | 2024-09-04T16:09:53.180Z | Compiling darling_macro v0.20.10 |
778 | 2024-09-04T16:09:56.324Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-09-04T16:09:57.249Z | Compiling crypto-common v0.1.6 |
780 | 2024-09-04T16:09:57.292Z | Compiling block-buffer v0.10.4 |
781 | 2024-09-04T16:09:57.428Z | Compiling serde_spanned v0.6.7 |
782 | 2024-09-04T16:09:57.490Z | Compiling toml_datetime v0.6.8 |
783 | 2024-09-04T16:09:57.628Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-09-04T16:09:57.758Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-09-04T16:09:58.032Z | Compiling rand_core v0.6.4 |
786 | 2024-09-04T16:09:58.344Z | Compiling thread_local v1.1.8 |
787 | 2024-09-04T16:09:58.421Z | Compiling multer v3.1.0 |
788 | 2024-09-04T16:09:58.444Z | Compiling camino v1.1.9 |
789 | 2024-09-04T16:09:58.718Z | Compiling subtle v2.6.1 |
790 | 2024-09-04T16:09:58.929Z | Compiling slog-async v2.8.0 |
791 | 2024-09-04T16:09:58.952Z | Compiling winnow v0.6.18 |
792 | 2024-09-04T16:09:58.975Z | Compiling zeroize v1.8.1 |
793 | 2024-09-04T16:09:59.105Z | Compiling anyhow v1.0.86 |
794 | 2024-09-04T16:09:59.248Z | Compiling match_cfg v0.1.0 |
795 | 2024-09-04T16:09:59.325Z | Compiling hostname v0.3.1 |
796 | 2024-09-04T16:09:59.733Z | Compiling rand_chacha v0.3.1 |
797 | 2024-09-04T16:09:59.861Z | Compiling digest v0.10.7 |
798 | 2024-09-04T16:09:59.913Z | Compiling structmeta v0.3.0 |
799 | 2024-09-04T16:10:00.189Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
800 | 2024-09-04T16:10:00.230Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-09-04T16:10:01.552Z | Compiling darling v0.20.10 |
802 | 2024-09-04T16:10:01.644Z | Compiling term v0.7.0 |
803 | 2024-09-04T16:10:02.280Z | Compiling toml_edit v0.22.20 |
804 | 2024-09-04T16:10:05.405Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
805 | 2024-09-04T16:10:08.267Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-09-04T16:10:08.667Z | Compiling usdt-macro v0.5.0 |
807 | 2024-09-04T16:10:09.479Z | Compiling slog-json v2.6.1 |
808 | 2024-09-04T16:10:09.729Z | Compiling futures-executor v0.3.30 |
809 | 2024-09-04T16:10:09.870Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-09-04T16:10:10.690Z | Compiling http v1.1.0 |
811 | 2024-09-04T16:10:10.969Z | Compiling memmap v0.7.0 |
812 | 2024-09-04T16:10:11.366Z | Compiling is-terminal v0.4.13 |
813 | 2024-09-04T16:10:11.491Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
814 | 2024-09-04T16:10:11.835Z | Compiling cpufeatures v0.2.13 |
815 | 2024-09-04T16:10:11.924Z | Compiling base64 v0.22.1 |
816 | 2024-09-04T16:10:12.156Z | Compiling take_mut v0.2.2 |
817 | 2024-09-04T16:10:12.305Z | Compiling atomic-waker v1.1.2 |
818 | 2024-09-04T16:10:12.482Z | Compiling waitgroup v0.1.2 |
819 | 2024-09-04T16:10:12.701Z | Compiling rustls-pemfile v2.1.3 |
820 | 2024-09-04T16:10:13.373Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03) |
821 | 2024-09-04T16:10:14.554Z | Compiling sha1 v0.10.6 |
822 | 2024-09-04T16:10:15.210Z | Compiling slog-term v2.9.1 |
823 | 2024-09-04T16:10:15.868Z | Compiling usdt v0.5.0 |
824 | 2024-09-04T16:10:15.897Z | Compiling async-stream v0.3.5 |
825 | 2024-09-04T16:10:16.207Z | Compiling futures v0.3.30 |
826 | 2024-09-04T16:10:16.394Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-09-04T16:10:16.625Z | Compiling strum_macros v0.26.4 |
828 | 2024-09-04T16:10:17.174Z | Compiling toml v0.8.19 |
829 | 2024-09-04T16:10:17.510Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-09-04T16:10:17.873Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-09-04T16:10:19.971Z | Compiling parse-display-derive v0.10.0 |
832 | 2024-09-04T16:10:20.242Z | Compiling rand v0.8.5 |
833 | 2024-09-04T16:10:21.850Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-09-04T16:10:22.112Z | Compiling ipnetwork v0.20.0 |
835 | 2024-09-04T16:10:22.772Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e) |
836 | 2024-09-04T16:10:23.214Z | Compiling serde_path_to_error v0.1.16 |
837 | 2024-09-04T16:10:23.290Z | Compiling hex v0.4.3 |
838 | 2024-09-04T16:10:23.853Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-09-04T16:10:24.084Z | Compiling async-trait v0.1.82 |
840 | 2024-09-04T16:10:24.535Z | Compiling hostname v0.4.0 |
841 | 2024-09-04T16:10:24.735Z | Compiling instant v0.1.13 |
842 | 2024-09-04T16:10:24.862Z | Compiling debug-ignore v1.0.5 |
843 | 2024-09-04T16:10:24.973Z | Compiling backoff v0.4.0 |
844 | 2024-09-04T16:10:25.240Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-09-04T16:10:25.408Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-09-04T16:10:25.557Z | Compiling parse-display v0.10.0 |
847 | 2024-09-04T16:10:25.899Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-09-04T16:10:25.927Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-09-04T16:10:26.144Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-09-04T16:10:26.362Z | Compiling strum v0.26.3 |
851 | 2024-09-04T16:10:26.512Z | Compiling serde_with v3.9.0 |
852 | 2024-09-04T16:10:27.294Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-09-04T16:10:27.928Z | Compiling macaddr v1.0.1 |
854 | 2024-09-04T16:10:28.401Z | Compiling regress v0.9.1 |
855 | 2024-09-04T16:10:32.330Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-09-04T16:10:41.610Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-09-04T16:10:51.599Z | Finished `release` profile [optimized] target(s) in 2m 00s |
858 | 2024-09-04T16:10:51.655Z | process exited: duration 191813 ms, exit code 0 |
|
859 | 2024-09-04T16:10:51.703Z | found 0 output files |