|
|
|
1 | 2024-03-25T20:03:33.933Z | job assigned to worker 01HSVKAZ05TD8TSANRJXJD53B6 (queued for 36 s) |
|
2 | 2024-03-25T20:03:34.822Z | starting task 0: "setup" |
3 | 2024-03-25T20:03:34.851Z | ++ uname -s |
4 | 2024-03-25T20:03:34.852Z | + kern=SunOS |
5 | 2024-03-25T20:03:34.852Z | + case "$kern" in |
6 | 2024-03-25T20:03:34.852Z | + groupadd -g 12345 build |
7 | 2024-03-25T20:03:34.852Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-25T20:03:36.857Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-25T20:03:36.906Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-25T20:03:36.934Z | + home_fs=zfs |
11 | 2024-03-25T20:03:36.934Z | + [[ zfs == autofs ]] |
12 | 2024-03-25T20:03:36.934Z | + mkdir -p /home/build |
13 | 2024-03-25T20:03:36.934Z | + chown build:build /home/build /work |
14 | 2024-03-25T20:03:38.928Z | + chmod 0700 /home/build /work |
15 | 2024-03-25T20:03:38.961Z | process exited: duration 4095 ms, exit code 0 |
|
16 | 2024-03-25T20:03:39.432Z | starting task 1: "rust-toolchain" |
17 | 2024-03-25T20:03:39.467Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-25T20:03:39.467Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-25T20:03:39.606Z | info: downloading installer |
20 | 2024-03-25T20:03:40.186Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-25T20:03:40.186Z | warning: /opt/ooce/bin |
22 | 2024-03-25T20:03:40.186Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-25T20:03:40.187Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-25T20:03:40.187Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-25T20:03:40.187Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-25T20:03:40.187Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-25T20:03:40.187Z | error: cannot install while Rust is installed |
28 | 2024-03-25T20:03:40.187Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-25T20:03:40.224Z | info: profile set to 'default' |
30 | 2024-03-25T20:03:40.224Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-25T20:03:40.682Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-25T20:03:40.713Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-25T20:03:40.713Z | info: downloading component 'cargo' |
34 | 2024-03-25T20:03:40.713Z | info: downloading component 'clippy' |
35 | 2024-03-25T20:03:40.713Z | info: downloading component 'rust-docs' |
36 | 2024-03-25T20:03:40.713Z | info: downloading component 'rust-std' |
37 | 2024-03-25T20:03:41.067Z | info: downloading component 'rustc' |
38 | 2024-03-25T20:03:41.797Z | info: downloading component 'rustfmt' |
39 | 2024-03-25T20:03:41.855Z | info: installing component 'cargo' |
40 | 2024-03-25T20:03:42.918Z | info: installing component 'clippy' |
41 | 2024-03-25T20:03:43.285Z | info: installing component 'rust-docs' |
42 | 2024-03-25T20:03:45.833Z | info: installing component 'rust-std' |
43 | 2024-03-25T20:03:47.946Z | info: installing component 'rustc' |
44 | 2024-03-25T20:03:52.835Z | info: installing component 'rustfmt' |
45 | 2024-03-25T20:03:53.197Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-25T20:03:53.197Z | |
47 | 2024-03-25T20:03:53.290Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-25T20:03:53.290Z | |
49 | 2024-03-25T20:03:53.338Z | |
50 | 2024-03-25T20:03:53.338Z | Rust is installed now. Great! |
51 | 2024-03-25T20:03:53.338Z | |
52 | 2024-03-25T20:03:53.338Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-25T20:03:53.338Z | environment variable. This has not been done automatically. |
54 | 2024-03-25T20:03:53.338Z | |
55 | 2024-03-25T20:03:53.338Z | To configure your current shell, you need to source |
56 | 2024-03-25T20:03:53.338Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-25T20:03:53.339Z | |
58 | 2024-03-25T20:03:53.339Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-25T20:03:53.339Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-25T20:03:53.339Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-25T20:03:53.365Z | + rustc --version |
62 | 2024-03-25T20:03:53.450Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-25T20:03:53.475Z | process exited: duration 14026 ms, exit code 0 |
|
64 | 2024-03-25T20:03:53.531Z | starting task 2: "authentication" |
65 | 2024-03-25T20:03:53.602Z | process exited: duration 71 ms, exit code 0 |
|
66 | 2024-03-25T20:03:53.667Z | starting task 3: "clone repository" |
67 | 2024-03-25T20:03:54.110Z | + mkdir -p /work/oxidecomputer/propolis |
68 | 2024-03-25T20:03:54.110Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
69 | 2024-03-25T20:03:54.110Z | Cloning into '/work/oxidecomputer/propolis'... |
70 | 2024-03-25T20:03:54.976Z | + cd /work/oxidecomputer/propolis |
71 | 2024-03-25T20:03:55.001Z | + git fetch origin d67b731226ed923ff2db7508788a04ab01598345 |
72 | 2024-03-25T20:03:55.327Z | From https://github.com/oxidecomputer/propolis |
73 | 2024-03-25T20:03:55.327Z | * branch d67b731226ed923ff2db7508788a04ab01598345 -> FETCH_HEAD |
74 | 2024-03-25T20:03:55.354Z | + [[ -n eliza/intr-dun ]] |
75 | 2024-03-25T20:03:55.354Z | ++ git branch --show-current |
76 | 2024-03-25T20:03:55.354Z | + current=master |
77 | 2024-03-25T20:03:55.355Z | + [[ master != eliza/intr-dun ]] |
78 | 2024-03-25T20:03:55.355Z | + git branch -f eliza/intr-dun d67b731226ed923ff2db7508788a04ab01598345 |
79 | 2024-03-25T20:03:55.355Z | + git checkout -f eliza/intr-dun |
80 | 2024-03-25T20:03:55.385Z | Switched to branch 'eliza/intr-dun' |
81 | 2024-03-25T20:03:55.385Z | + git reset --hard d67b731226ed923ff2db7508788a04ab01598345 |
82 | 2024-03-25T20:03:55.416Z | HEAD is now at d67b731 turbo nit |
83 | 2024-03-25T20:03:55.416Z | process exited: duration 1728 ms, exit code 0 |
|
84 | 2024-03-25T20:03:55.467Z | starting task 4: "build" |
85 | 2024-03-25T20:03:55.501Z | + cargo --version |
86 | 2024-03-25T20:03:55.544Z | cargo 1.77.0 (3fe68eabf 2024-02-29) |
87 | 2024-03-25T20:03:55.569Z | + rustc --version |
88 | 2024-03-25T20:03:55.618Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
89 | 2024-03-25T20:03:55.642Z | + banner check |
90 | 2024-03-25T20:03:55.643Z | |
91 | 2024-03-25T20:03:55.643Z | #### # # ###### #### # # |
92 | 2024-03-25T20:03:55.643Z | # # # # # # # # # |
93 | 2024-03-25T20:03:55.643Z | # ###### ##### # #### |
94 | 2024-03-25T20:03:55.643Z | # # # # # # # |
95 | 2024-03-25T20:03:55.643Z | # # # # # # # # # |
96 | 2024-03-25T20:03:55.643Z | #### # # ###### #### # # |
97 | 2024-03-25T20:03:55.643Z | |
98 | 2024-03-25T20:03:55.643Z | + ptime -m cargo check --features falcon |
99 | 2024-03-25T20:03:55.816Z | Updating crates.io index |
100 | 2024-03-25T20:03:55.907Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
101 | 2024-03-25T20:03:58.305Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
102 | 2024-03-25T20:03:59.163Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
103 | 2024-03-25T20:04:01.372Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
104 | 2024-03-25T20:04:08.436Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
105 | 2024-03-25T20:04:08.550Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
106 | 2024-03-25T20:04:08.550Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
107 | 2024-03-25T20:04:08.550Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
108 | 2024-03-25T20:04:08.704Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
109 | 2024-03-25T20:04:09.301Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
110 | 2024-03-25T20:04:09.942Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
111 | 2024-03-25T20:04:10.445Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
112 | 2024-03-25T20:04:11.017Z | Updating git repository `https://github.com/oxidecomputer/p4` |
113 | 2024-03-25T20:04:11.680Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
114 | 2024-03-25T20:04:12.676Z | Updating git repository `https://github.com/oxidecomputer/typify` |
115 | 2024-03-25T20:04:14.677Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
116 | 2024-03-25T20:04:15.202Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
117 | 2024-03-25T20:04:15.688Z | Updating git repository `https://github.com/oxidecomputer/zone` |
118 | 2024-03-25T20:04:16.185Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
119 | 2024-03-25T20:04:17.554Z | Downloading crates ... |
120 | 2024-03-25T20:04:17.668Z | Downloaded anstyle-query v1.0.0 |
121 | 2024-03-25T20:04:17.695Z | Downloaded atty v0.2.14 |
122 | 2024-03-25T20:04:17.695Z | Downloaded block-buffer v0.10.4 |
123 | 2024-03-25T20:04:17.695Z | Downloaded number_prefix v0.4.0 |
124 | 2024-03-25T20:04:17.695Z | Downloaded fixedbitset v0.4.2 |
125 | 2024-03-25T20:04:17.695Z | Downloaded openssl-probe v0.1.5 |
126 | 2024-03-25T20:04:17.695Z | Downloaded parse-display v0.9.0 |
127 | 2024-03-25T20:04:17.720Z | Downloaded parking_lot_core v0.9.8 |
128 | 2024-03-25T20:04:17.720Z | Downloaded foreign-types-shared v0.1.1 |
129 | 2024-03-25T20:04:17.721Z | Downloaded rand_chacha v0.3.1 |
130 | 2024-03-25T20:04:17.721Z | Downloaded ppv-lite86 v0.2.17 |
131 | 2024-03-25T20:04:17.721Z | Downloaded serde_tokenstream v0.1.7 |
132 | 2024-03-25T20:04:17.748Z | Downloaded is_ci v1.1.1 |
133 | 2024-03-25T20:04:17.749Z | Downloaded time-core v0.1.1 |
134 | 2024-03-25T20:04:17.749Z | Downloaded usdt-macro v0.3.5 |
135 | 2024-03-25T20:04:17.749Z | Downloaded slog-stdlog v4.1.1 |
136 | 2024-03-25T20:04:17.749Z | Downloaded ident_case v1.0.1 |
137 | 2024-03-25T20:04:17.749Z | Downloaded hashlink v0.9.0 |
138 | 2024-03-25T20:04:17.749Z | Downloaded num_cpus v1.16.0 |
139 | 2024-03-25T20:04:17.777Z | Downloaded time-macros v0.2.13 |
140 | 2024-03-25T20:04:17.777Z | Downloaded usdt-impl v0.3.5 |
141 | 2024-03-25T20:04:17.777Z | Downloaded strum v0.26.1 |
142 | 2024-03-25T20:04:17.777Z | Downloaded hyper-tls v0.5.0 |
143 | 2024-03-25T20:04:17.777Z | Downloaded take_mut v0.2.2 |
144 | 2024-03-25T20:04:17.778Z | Downloaded structmeta-derive v0.3.0 |
145 | 2024-03-25T20:04:17.778Z | Downloaded untrusted v0.9.0 |
146 | 2024-03-25T20:04:17.778Z | Downloaded serde_yaml v0.9.25 |
147 | 2024-03-25T20:04:17.805Z | Downloaded kstat-rs v0.2.3 |
148 | 2024-03-25T20:04:17.805Z | Downloaded matches v0.1.10 |
149 | 2024-03-25T20:04:17.805Z | Downloaded lazy_static v1.4.0 |
150 | 2024-03-25T20:04:17.805Z | Downloaded zerocopy v0.3.2 |
151 | 2024-03-25T20:04:17.805Z | Downloaded sync_wrapper v0.1.2 |
152 | 2024-03-25T20:04:17.806Z | Downloaded synstructure v0.12.6 |
153 | 2024-03-25T20:04:17.806Z | Downloaded newtype_derive v0.1.6 |
154 | 2024-03-25T20:04:17.806Z | Downloaded termcolor v1.2.0 |
155 | 2024-03-25T20:04:17.806Z | Downloaded httparse v1.8.0 |
156 | 2024-03-25T20:04:17.806Z | Downloaded socket2 v0.5.5 |
157 | 2024-03-25T20:04:17.806Z | Downloaded tap v1.0.1 |
158 | 2024-03-25T20:04:17.806Z | Downloaded wyz v0.5.1 |
159 | 2024-03-25T20:04:17.832Z | Downloaded uuid v1.7.0 |
160 | 2024-03-25T20:04:17.832Z | Downloaded foreign-types v0.3.2 |
161 | 2024-03-25T20:04:17.833Z | Downloaded try-lock v0.2.4 |
162 | 2024-03-25T20:04:17.833Z | Downloaded universal-hash v0.5.1 |
163 | 2024-03-25T20:04:17.833Z | Downloaded unicode-xid v0.2.4 |
164 | 2024-03-25T20:04:17.833Z | Downloaded getopts v0.2.21 |
165 | 2024-03-25T20:04:17.833Z | Downloaded sha2 v0.10.7 |
166 | 2024-03-25T20:04:17.833Z | Downloaded http-range-header v0.3.1 |
167 | 2024-03-25T20:04:17.834Z | Downloaded http-body v0.4.5 |
168 | 2024-03-25T20:04:17.834Z | Downloaded zone_cfg_derive v0.2.0 |
169 | 2024-03-25T20:04:17.834Z | Downloaded lru-cache v0.1.2 |
170 | 2024-03-25T20:04:17.834Z | Downloaded newtype-uuid v1.0.1 |
171 | 2024-03-25T20:04:17.859Z | Downloaded futures-task v0.3.30 |
172 | 2024-03-25T20:04:17.859Z | Downloaded futures-core v0.3.30 |
173 | 2024-03-25T20:04:17.859Z | Downloaded tokio-tungstenite v0.20.1 |
174 | 2024-03-25T20:04:17.860Z | Downloaded num v0.4.1 |
175 | 2024-03-25T20:04:17.860Z | Downloaded tower-layer v0.3.2 |
176 | 2024-03-25T20:04:17.860Z | Downloaded getrandom v0.2.10 |
177 | 2024-03-25T20:04:17.860Z | Downloaded num_enum v0.7.0 |
178 | 2024-03-25T20:04:17.860Z | Downloaded zerocopy-derive v0.7.32 |
179 | 2024-03-25T20:04:17.887Z | Downloaded native-tls v0.2.11 |
180 | 2024-03-25T20:04:17.887Z | Downloaded tracing-attributes v0.1.26 |
181 | 2024-03-25T20:04:17.888Z | Downloaded num-complex v0.4.4 |
182 | 2024-03-25T20:04:17.888Z | Downloaded miniz_oxide v0.7.1 |
183 | 2024-03-25T20:04:17.888Z | Downloaded pest v2.7.6 |
184 | 2024-03-25T20:04:17.913Z | Downloaded tungstenite v0.20.1 |
185 | 2024-03-25T20:04:17.914Z | Downloaded tracing-core v0.1.31 |
186 | 2024-03-25T20:04:17.914Z | Downloaded serde_with v3.6.1 |
187 | 2024-03-25T20:04:17.914Z | Downloaded tracing v0.1.37 |
188 | 2024-03-25T20:04:17.943Z | Downloaded toml_edit v0.19.15 |
189 | 2024-03-25T20:04:17.976Z | Downloaded num-bigint v0.4.4 |
190 | 2024-03-25T20:04:17.977Z | Downloaded winnow v0.6.2 |
191 | 2024-03-25T20:04:17.977Z | Downloaded tower-http v0.4.4 |
192 | 2024-03-25T20:04:18.006Z | Downloaded git2 v0.18.2 |
193 | 2024-03-25T20:04:18.006Z | Downloaded gimli v0.28.0 |
194 | 2024-03-25T20:04:18.037Z | Downloaded trust-dns-proto v0.22.0 |
195 | 2024-03-25T20:04:18.063Z | Downloaded rustls v0.22.2 |
196 | 2024-03-25T20:04:18.088Z | Downloaded zerocopy-derive v0.6.6 |
197 | 2024-03-25T20:04:18.114Z | Downloaded libc v0.2.150 |
198 | 2024-03-25T20:04:18.149Z | Downloaded tokio v1.36.0 |
199 | 2024-03-25T20:04:18.208Z | Downloaded libz-sys v1.1.12 |
200 | 2024-03-25T20:04:18.292Z | Downloaded curl-sys v0.4.68+curl-8.4.0 |
201 | 2024-03-25T20:04:18.579Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
202 | 2024-03-25T20:04:18.641Z | Downloaded zerocopy-derive v0.2.0 |
203 | 2024-03-25T20:04:18.666Z | Downloaded regex-automata v0.4.4 |
204 | 2024-03-25T20:04:18.692Z | Downloaded encoding_rs v0.8.33 |
205 | 2024-03-25T20:04:18.717Z | Downloaded nix v0.27.1 |
206 | 2024-03-25T20:04:18.717Z | Downloaded nix v0.26.2 |
207 | 2024-03-25T20:04:18.743Z | Downloaded rustls v0.21.7 |
208 | 2024-03-25T20:04:18.774Z | Downloaded rustix v0.38.26 |
209 | 2024-03-25T20:04:18.800Z | Downloaded regress v0.9.0 |
210 | 2024-03-25T20:04:18.800Z | Downloaded ring v0.17.7 |
211 | 2024-03-25T20:04:18.893Z | Downloaded libsqlite3-sys v0.28.0 |
212 | 2024-03-25T20:04:18.978Z | Downloaded ring v0.16.20 |
213 | 2024-03-25T20:04:19.075Z | Downloaded regex-syntax v0.8.2 |
214 | 2024-03-25T20:04:19.100Z | Downloaded bstr v1.6.0 |
215 | 2024-03-25T20:04:19.101Z | Downloaded syn v2.0.52 |
216 | 2024-03-25T20:04:19.125Z | Downloaded syn v1.0.109 |
217 | 2024-03-25T20:04:19.126Z | Downloaded idna v0.4.0 |
218 | 2024-03-25T20:04:19.154Z | Downloaded idna v0.2.3 |
219 | 2024-03-25T20:04:19.154Z | Downloaded webpki-roots v0.25.2 |
220 | 2024-03-25T20:04:19.154Z | Downloaded regress v0.8.0 |
221 | 2024-03-25T20:04:19.154Z | Downloaded regex v1.10.3 |
222 | 2024-03-25T20:04:19.179Z | Downloaded chrono v0.4.34 |
223 | 2024-03-25T20:04:19.179Z | Downloaded goblin v0.8.0 |
224 | 2024-03-25T20:04:19.207Z | Downloaded futures-util v0.3.30 |
225 | 2024-03-25T20:04:19.207Z | Downloaded hyper v0.14.27 |
226 | 2024-03-25T20:04:19.236Z | Downloaded vcpkg v0.2.15 |
227 | 2024-03-25T20:04:19.266Z | Downloaded openapiv3 v2.0.0 |
228 | 2024-03-25T20:04:19.293Z | Downloaded mio v0.8.11 |
229 | 2024-03-25T20:04:19.293Z | Downloaded tower v0.4.13 |
230 | 2024-03-25T20:04:19.324Z | Downloaded toml_edit v0.22.6 |
231 | 2024-03-25T20:04:19.353Z | Downloaded zerocopy v0.7.32 |
232 | 2024-03-25T20:04:19.384Z | Downloaded unicode-normalization v0.1.22 |
233 | 2024-03-25T20:04:19.384Z | Downloaded hashbrown v0.12.3 |
234 | 2024-03-25T20:04:19.384Z | Downloaded h2 v0.3.24 |
235 | 2024-03-25T20:04:19.384Z | Downloaded winnow v0.5.15 |
236 | 2024-03-25T20:04:19.423Z | Downloaded rustls-webpki v0.102.1 |
237 | 2024-03-25T20:04:19.423Z | Downloaded reqwest v0.11.24 |
238 | 2024-03-25T20:04:19.452Z | Downloaded clap_builder v4.4.0 |
239 | 2024-03-25T20:04:19.452Z | Downloaded clap v3.2.25 |
240 | 2024-03-25T20:04:19.452Z | Downloaded bitvec v1.0.1 |
241 | 2024-03-25T20:04:19.492Z | Downloaded trust-dns-resolver v0.22.0 |
242 | 2024-03-25T20:04:19.492Z | Downloaded memchr v2.6.4 |
243 | 2024-03-25T20:04:19.492Z | Downloaded tokio-util v0.7.8 |
244 | 2024-03-25T20:04:19.518Z | Downloaded serde_json v1.0.114 |
245 | 2024-03-25T20:04:19.518Z | Downloaded rustls-webpki v0.101.4 |
246 | 2024-03-25T20:04:19.519Z | Downloaded rusqlite v0.31.0 |
247 | 2024-03-25T20:04:19.519Z | Downloaded rayon v1.8.1 |
248 | 2024-03-25T20:04:19.544Z | Downloaded petgraph v0.6.4 |
249 | 2024-03-25T20:04:19.570Z | Downloaded http v1.0.0 |
250 | 2024-03-25T20:04:19.570Z | Downloaded libm v0.2.7 |
251 | 2024-03-25T20:04:19.571Z | Downloaded time v0.3.27 |
252 | 2024-03-25T20:04:19.600Z | Downloaded itertools v0.12.1 |
253 | 2024-03-25T20:04:19.600Z | Downloaded hashbrown v0.14.3 |
254 | 2024-03-25T20:04:19.600Z | Downloaded itertools v0.10.5 |
255 | 2024-03-25T20:04:19.600Z | Downloaded unicode-ident v1.0.12 |
256 | 2024-03-25T20:04:19.652Z | Downloaded steno v0.4.0 |
257 | 2024-03-25T20:04:19.652Z | Downloaded indexmap v2.2.5 |
258 | 2024-03-25T20:04:19.652Z | Downloaded url v2.4.0 |
259 | 2024-03-25T20:04:19.652Z | Downloaded unsafe-libyaml v0.2.9 |
260 | 2024-03-25T20:04:19.652Z | Downloaded http v0.2.12 |
261 | 2024-03-25T20:04:19.696Z | Downloaded num_enum v0.5.11 |
262 | 2024-03-25T20:04:19.696Z | Downloaded futures v0.3.30 |
263 | 2024-03-25T20:04:19.696Z | Downloaded log v0.4.21 |
264 | 2024-03-25T20:04:19.696Z | Downloaded toml v0.7.8 |
265 | 2024-03-25T20:04:19.696Z | Downloaded unicode-bidi v0.3.13 |
266 | 2024-03-25T20:04:19.696Z | Downloaded ucd-trie v0.1.6 |
267 | 2024-03-25T20:04:19.696Z | Downloaded indicatif v0.17.6 |
268 | 2024-03-25T20:04:19.697Z | Downloaded multer v3.0.0 |
269 | 2024-03-25T20:04:19.697Z | Downloaded num_enum_derive v0.7.0 |
270 | 2024-03-25T20:04:19.697Z | Downloaded futures-executor v0.3.30 |
271 | 2024-03-25T20:04:19.697Z | Downloaded futures-channel v0.3.30 |
272 | 2024-03-25T20:04:19.697Z | Downloaded typenum v1.16.0 |
273 | 2024-03-25T20:04:19.697Z | Downloaded toml v0.5.11 |
274 | 2024-03-25T20:04:19.697Z | Downloaded crossbeam-channel v0.5.8 |
275 | 2024-03-25T20:04:19.697Z | Downloaded toml v0.8.10 |
276 | 2024-03-25T20:04:19.734Z | Downloaded tokio-rustls v0.25.0 |
277 | 2024-03-25T20:04:19.734Z | Downloaded tar v0.4.40 |
278 | 2024-03-25T20:04:19.734Z | Downloaded portable-atomic v1.4.3 |
279 | 2024-03-25T20:04:19.734Z | Downloaded futures-io v0.3.30 |
280 | 2024-03-25T20:04:19.734Z | Downloaded zone v0.2.0 |
281 | 2024-03-25T20:04:19.734Z | Downloaded zeroize v1.6.0 |
282 | 2024-03-25T20:04:19.734Z | Downloaded toml_datetime v0.6.5 |
283 | 2024-03-25T20:04:19.734Z | Downloaded mime v0.3.17 |
284 | 2024-03-25T20:04:19.735Z | Downloaded memoffset v0.9.0 |
285 | 2024-03-25T20:04:19.735Z | Downloaded memmap v0.7.0 |
286 | 2024-03-25T20:04:19.735Z | Downloaded num_enum_derive v0.5.11 |
287 | 2024-03-25T20:04:19.735Z | Downloaded futures-sink v0.3.30 |
288 | 2024-03-25T20:04:19.735Z | Downloaded futures-macro v0.3.30 |
289 | 2024-03-25T20:04:19.735Z | Downloaded twox-hash v1.6.3 |
290 | 2024-03-25T20:04:19.735Z | Downloaded globset v0.4.13 |
291 | 2024-03-25T20:04:19.735Z | Downloaded textwrap v0.16.0 |
292 | 2024-03-25T20:04:19.735Z | Downloaded supports-color v2.1.0 |
293 | 2024-03-25T20:04:19.735Z | Downloaded jsonwebtoken v8.3.0 |
294 | 2024-03-25T20:04:19.736Z | Downloaded aho-corasick v1.0.4 |
295 | 2024-03-25T20:04:19.764Z | Downloaded fnv v1.0.7 |
296 | 2024-03-25T20:04:19.764Z | Downloaded slog v2.7.0 |
297 | 2024-03-25T20:04:19.764Z | Downloaded unicode-width v0.1.10 |
298 | 2024-03-25T20:04:19.764Z | Downloaded tokio-rustls v0.24.1 |
299 | 2024-03-25T20:04:19.764Z | Downloaded snafu v0.7.5 |
300 | 2024-03-25T20:04:19.765Z | Downloaded zerocopy v0.6.6 |
301 | 2024-03-25T20:04:19.765Z | Downloaded indexmap v1.9.3 |
302 | 2024-03-25T20:04:19.765Z | Downloaded lock_api v0.4.10 |
303 | 2024-03-25T20:04:19.765Z | Downloaded linked-hash-map v0.5.6 |
304 | 2024-03-25T20:04:19.765Z | Downloaded thiserror-impl v1.0.57 |
305 | 2024-03-25T20:04:19.765Z | Downloaded thiserror v1.0.57 |
306 | 2024-03-25T20:04:19.765Z | Downloaded signal-hook-registry v1.4.1 |
307 | 2024-03-25T20:04:19.791Z | Downloaded sha256 v1.4.0 |
308 | 2024-03-25T20:04:19.791Z | Downloaded sha1 v0.10.6 |
309 | 2024-03-25T20:04:19.791Z | Downloaded rayon-core v1.12.1 |
310 | 2024-03-25T20:04:19.791Z | Downloaded term v0.7.0 |
311 | 2024-03-25T20:04:19.791Z | Downloaded tempfile v3.8.0 |
312 | 2024-03-25T20:04:19.791Z | Downloaded generic-array v0.14.7 |
313 | 2024-03-25T20:04:19.791Z | Downloaded hyper-rustls v0.24.1 |
314 | 2024-03-25T20:04:19.792Z | Downloaded num-traits v0.2.16 |
315 | 2024-03-25T20:04:19.792Z | Downloaded macaddr v1.0.1 |
316 | 2024-03-25T20:04:19.792Z | Downloaded glob v0.3.1 |
317 | 2024-03-25T20:04:19.792Z | Downloaded curl v0.4.44 |
318 | 2024-03-25T20:04:19.817Z | Downloaded tower-service v0.3.2 |
319 | 2024-03-25T20:04:19.817Z | Downloaded strum_macros v0.26.1 |
320 | 2024-03-25T20:04:19.818Z | Downloaded libloading v0.7.4 |
321 | 2024-03-25T20:04:19.818Z | Downloaded tinyvec v1.6.0 |
322 | 2024-03-25T20:04:19.818Z | Downloaded socket2 v0.4.9 |
323 | 2024-03-25T20:04:19.818Z | Downloaded serde v1.0.197 |
324 | 2024-03-25T20:04:19.818Z | Downloaded schemars v0.8.16 |
325 | 2024-03-25T20:04:19.853Z | Downloaded const_format v0.2.31 |
326 | 2024-03-25T20:04:19.853Z | Downloaded spin v0.9.8 |
327 | 2024-03-25T20:04:19.853Z | Downloaded match_cfg v0.1.0 |
328 | 2024-03-25T20:04:19.853Z | Downloaded slab v0.4.9 |
329 | 2024-03-25T20:04:19.853Z | Downloaded simple_asn1 v0.6.2 |
330 | 2024-03-25T20:04:19.853Z | Downloaded subtle v2.5.0 |
331 | 2024-03-25T20:04:19.854Z | Downloaded hubpack v0.1.2 |
332 | 2024-03-25T20:04:19.854Z | Downloaded xattr v1.0.1 |
333 | 2024-03-25T20:04:19.854Z | Downloaded strum_macros v0.25.3 |
334 | 2024-03-25T20:04:19.854Z | Downloaded structmeta v0.3.0 |
335 | 2024-03-25T20:04:19.880Z | Downloaded tokio-native-tls v0.3.1 |
336 | 2024-03-25T20:04:19.880Z | Downloaded snafu-derive v0.7.5 |
337 | 2024-03-25T20:04:19.880Z | Downloaded smallvec v1.11.0 |
338 | 2024-03-25T20:04:19.880Z | Downloaded darling_core v0.20.3 |
339 | 2024-03-25T20:04:19.881Z | Downloaded serde_derive v1.0.197 |
340 | 2024-03-25T20:04:19.881Z | Downloaded rustc-demangle v0.1.23 |
341 | 2024-03-25T20:04:19.881Z | Downloaded ron v0.7.1 |
342 | 2024-03-25T20:04:19.881Z | Downloaded untrusted v0.7.1 |
343 | 2024-03-25T20:04:19.881Z | Downloaded iana-time-zone v0.1.57 |
344 | 2024-03-25T20:04:19.881Z | Downloaded thread-id v4.2.0 |
345 | 2024-03-25T20:04:19.881Z | Downloaded serde_with_macros v3.6.1 |
346 | 2024-03-25T20:04:19.906Z | Downloaded schemars_derive v0.8.16 |
347 | 2024-03-25T20:04:19.906Z | Downloaded strsim v0.10.0 |
348 | 2024-03-25T20:04:19.906Z | Downloaded static_assertions v1.1.0 |
349 | 2024-03-25T20:04:19.906Z | Downloaded spin v0.5.2 |
350 | 2024-03-25T20:04:19.906Z | Downloaded slog-json v2.6.1 |
351 | 2024-03-25T20:04:19.906Z | Downloaded slog-envlogger v2.2.0 |
352 | 2024-03-25T20:04:19.906Z | Downloaded slog-dtrace v0.3.0 |
353 | 2024-03-25T20:04:19.906Z | Downloaded slog-bunyan v2.5.0 |
354 | 2024-03-25T20:04:19.906Z | Downloaded slog-async v2.8.0 |
355 | 2024-03-25T20:04:19.906Z | Downloaded serde_path_to_error v0.1.15 |
356 | 2024-03-25T20:04:19.906Z | Downloaded pest_meta v2.7.6 |
357 | 2024-03-25T20:04:19.907Z | Downloaded aes v0.8.3 |
358 | 2024-03-25T20:04:19.932Z | Downloaded serde_repr v0.1.16 |
359 | 2024-03-25T20:04:19.932Z | Downloaded rustls-native-certs v0.6.3 |
360 | 2024-03-25T20:04:19.932Z | Downloaded hyper-timeout v0.4.1 |
361 | 2024-03-25T20:04:19.932Z | Downloaded humantime v2.1.0 |
362 | 2024-03-25T20:04:19.932Z | Downloaded jobserver v0.1.26 |
363 | 2024-03-25T20:04:19.956Z | Downloaded serde_tokenstream v0.2.0 |
364 | 2024-03-25T20:04:19.957Z | Downloaded serde_derive_internals v0.26.0 |
365 | 2024-03-25T20:04:19.957Z | Downloaded scroll v0.12.0 |
366 | 2024-03-25T20:04:19.957Z | Downloaded rustls-pemfile v2.1.1 |
367 | 2024-03-25T20:04:19.957Z | Downloaded openssl v0.10.60 |
368 | 2024-03-25T20:04:19.981Z | Downloaded httpdate v1.0.3 |
369 | 2024-03-25T20:04:19.982Z | Downloaded utf8parse v0.2.1 |
370 | 2024-03-25T20:04:19.982Z | Downloaded utf-8 v0.7.6 |
371 | 2024-03-25T20:04:19.982Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-03-25T20:04:19.982Z | Downloaded usdt v0.5.0 |
373 | 2024-03-25T20:04:19.982Z | Downloaded tokio-macros v2.2.0 |
374 | 2024-03-25T20:04:19.982Z | Downloaded slog-term v2.9.1 |
375 | 2024-03-25T20:04:19.982Z | Downloaded num-rational v0.4.1 |
376 | 2024-03-25T20:04:19.982Z | Downloaded vergen v8.3.1 |
377 | 2024-03-25T20:04:20.006Z | Downloaded pin-project v1.1.3 |
378 | 2024-03-25T20:04:20.006Z | Downloaded fatfs v0.3.6 |
379 | 2024-03-25T20:04:20.006Z | Downloaded usdt v0.3.5 |
380 | 2024-03-25T20:04:20.007Z | Downloaded tokio-io-timeout v1.2.0 |
381 | 2024-03-25T20:04:20.031Z | Downloaded tinyvec_macros v0.1.1 |
382 | 2024-03-25T20:04:20.031Z | Downloaded ipnet v2.8.0 |
383 | 2024-03-25T20:04:20.031Z | Downloaded ryu v1.0.15 |
384 | 2024-03-25T20:04:20.031Z | Downloaded rand v0.8.5 |
385 | 2024-03-25T20:04:20.031Z | Downloaded bytes v1.5.0 |
386 | 2024-03-25T20:04:20.055Z | Downloaded backtrace v0.3.69 |
387 | 2024-03-25T20:04:20.055Z | Downloaded semver v1.0.22 |
388 | 2024-03-25T20:04:20.055Z | Downloaded sct v0.7.0 |
389 | 2024-03-25T20:04:20.056Z | Downloaded clap v4.4.0 |
390 | 2024-03-25T20:04:20.080Z | Downloaded funty v2.0.0 |
391 | 2024-03-25T20:04:20.080Z | Downloaded hubpack_derive v0.1.1 |
392 | 2024-03-25T20:04:20.080Z | Downloaded usdt-macro v0.5.0 |
393 | 2024-03-25T20:04:20.080Z | Downloaded itoa v1.0.9 |
394 | 2024-03-25T20:04:20.080Z | Downloaded rustc_version v0.4.0 |
395 | 2024-03-25T20:04:20.080Z | Downloaded slog-scope v4.4.0 |
396 | 2024-03-25T20:04:20.080Z | Downloaded num-iter v0.1.43 |
397 | 2024-03-25T20:04:20.080Z | Downloaded num-integer v0.1.45 |
398 | 2024-03-25T20:04:20.080Z | Downloaded ipnetwork v0.20.0 |
399 | 2024-03-25T20:04:20.081Z | Downloaded inout v0.1.3 |
400 | 2024-03-25T20:04:20.081Z | Downloaded scopeguard v1.2.0 |
401 | 2024-03-25T20:04:20.081Z | Downloaded rustls-pki-types v1.3.1 |
402 | 2024-03-25T20:04:20.081Z | Downloaded ringbuffer v0.15.0 |
403 | 2024-03-25T20:04:20.105Z | Downloaded env_logger v0.9.3 |
404 | 2024-03-25T20:04:20.105Z | Downloaded crossbeam-utils v0.8.16 |
405 | 2024-03-25T20:04:20.105Z | Downloaded crossbeam-epoch v0.9.15 |
406 | 2024-03-25T20:04:20.105Z | Downloaded usdt-attr-macro v0.5.0 |
407 | 2024-03-25T20:04:20.106Z | Downloaded usdt-attr-macro v0.3.5 |
408 | 2024-03-25T20:04:20.106Z | Downloaded thread_local v1.1.7 |
409 | 2024-03-25T20:04:20.106Z | Downloaded heck v0.4.1 |
410 | 2024-03-25T20:04:20.106Z | Downloaded serde_urlencoded v0.7.1 |
411 | 2024-03-25T20:04:20.106Z | Downloaded serde_spanned v0.6.5 |
412 | 2024-03-25T20:04:20.106Z | Downloaded serde_arrays v0.1.0 |
413 | 2024-03-25T20:04:20.106Z | Downloaded semver v0.1.20 |
414 | 2024-03-25T20:04:20.106Z | Downloaded rustversion v1.0.14 |
415 | 2024-03-25T20:04:20.106Z | Downloaded rustc_version v0.1.7 |
416 | 2024-03-25T20:04:20.132Z | Downloaded rand_core v0.6.4 |
417 | 2024-03-25T20:04:20.132Z | Downloaded darling v0.20.3 |
418 | 2024-03-25T20:04:20.132Z | Downloaded hostname v0.3.1 |
419 | 2024-03-25T20:04:20.132Z | Downloaded hex v0.4.3 |
420 | 2024-03-25T20:04:20.133Z | Downloaded foreign-types-shared v0.3.1 |
421 | 2024-03-25T20:04:20.133Z | Downloaded resolv-conf v0.7.0 |
422 | 2024-03-25T20:04:20.133Z | Downloaded filetime v0.2.22 |
423 | 2024-03-25T20:04:20.133Z | Downloaded erased-serde v0.3.30 |
424 | 2024-03-25T20:04:20.133Z | Downloaded console v0.15.7 |
425 | 2024-03-25T20:04:20.157Z | Downloaded clap_derive v3.2.25 |
426 | 2024-03-25T20:04:20.157Z | Downloaded base64 v0.13.1 |
427 | 2024-03-25T20:04:20.157Z | Downloaded is-terminal v0.4.9 |
428 | 2024-03-25T20:04:20.157Z | Downloaded instant v0.1.12 |
429 | 2024-03-25T20:04:20.158Z | Downloaded form_urlencoded v1.2.1 |
430 | 2024-03-25T20:04:20.158Z | Downloaded foreign-types-macros v0.2.3 |
431 | 2024-03-25T20:04:20.158Z | Downloaded foreign-types v0.5.0 |
432 | 2024-03-25T20:04:20.158Z | Downloaded version_check v0.9.4 |
433 | 2024-03-25T20:04:20.158Z | Downloaded scroll_derive v0.12.0 |
434 | 2024-03-25T20:04:20.158Z | Downloaded proc-macro2 v1.0.78 |
435 | 2024-03-25T20:04:20.158Z | Downloaded proc-macro-error v1.0.4 |
436 | 2024-03-25T20:04:20.158Z | Downloaded pest_generator v2.7.6 |
437 | 2024-03-25T20:04:20.190Z | Downloaded escargot v0.5.8 |
438 | 2024-03-25T20:04:20.190Z | Downloaded dof v0.3.0 |
439 | 2024-03-25T20:04:20.190Z | Downloaded dirs-sys-next v0.1.2 |
440 | 2024-03-25T20:04:20.190Z | Downloaded clap_derive v4.4.0 |
441 | 2024-03-25T20:04:20.190Z | Downloaded cc v1.0.83 |
442 | 2024-03-25T20:04:20.190Z | Downloaded secrecy v0.8.0 |
443 | 2024-03-25T20:04:20.190Z | Downloaded rustls-pemfile v1.0.4 |
444 | 2024-03-25T20:04:20.190Z | Downloaded radium v0.7.0 |
445 | 2024-03-25T20:04:20.191Z | Downloaded proc-macro-crate v1.3.1 |
446 | 2024-03-25T20:04:20.191Z | Downloaded openssl-sys v0.9.96 |
447 | 2024-03-25T20:04:20.215Z | Downloaded digest v0.10.7 |
448 | 2024-03-25T20:04:20.215Z | Downloaded deranged v0.3.8 |
449 | 2024-03-25T20:04:20.215Z | Downloaded debug-ignore v1.0.5 |
450 | 2024-03-25T20:04:20.215Z | Downloaded crossbeam-deque v0.8.3 |
451 | 2024-03-25T20:04:20.215Z | Downloaded pin-project-lite v0.2.13 |
452 | 2024-03-25T20:04:20.215Z | Downloaded pin-project-internal v1.1.3 |
453 | 2024-03-25T20:04:20.215Z | Downloaded password-hash v0.5.0 |
454 | 2024-03-25T20:04:20.215Z | Downloaded errno v0.3.8 |
455 | 2024-03-25T20:04:20.215Z | Downloaded dyn-clone v1.0.13 |
456 | 2024-03-25T20:04:20.240Z | Downloaded dof v0.1.5 |
457 | 2024-03-25T20:04:20.240Z | Downloaded dirs-next v2.0.0 |
458 | 2024-03-25T20:04:20.240Z | Downloaded data-encoding v2.4.0 |
459 | 2024-03-25T20:04:20.240Z | Downloaded async-recursion v1.0.5 |
460 | 2024-03-25T20:04:20.240Z | Downloaded quote v1.0.35 |
461 | 2024-03-25T20:04:20.240Z | Downloaded quick-error v1.2.3 |
462 | 2024-03-25T20:04:20.241Z | Downloaded proc-macro-error-attr v1.0.4 |
463 | 2024-03-25T20:04:20.241Z | Downloaded pretty-hex v0.4.1 |
464 | 2024-03-25T20:04:20.241Z | Downloaded polyval v0.6.1 |
465 | 2024-03-25T20:04:20.241Z | Downloaded plain v0.2.3 |
466 | 2024-03-25T20:04:20.241Z | Downloaded pkg-config v0.3.27 |
467 | 2024-03-25T20:04:20.241Z | Downloaded pin-utils v0.1.0 |
468 | 2024-03-25T20:04:20.269Z | Downloaded pest_derive v2.7.6 |
469 | 2024-03-25T20:04:20.269Z | Downloaded percent-encoding v2.3.1 |
470 | 2024-03-25T20:04:20.269Z | Downloaded pem v1.1.1 |
471 | 2024-03-25T20:04:20.269Z | Downloaded paste v1.0.14 |
472 | 2024-03-25T20:04:20.269Z | Downloaded parse-display-derive v0.9.0 |
473 | 2024-03-25T20:04:20.269Z | Downloaded const_format_proc_macros v0.2.31 |
474 | 2024-03-25T20:04:20.269Z | Downloaded want v0.3.1 |
475 | 2024-03-25T20:04:20.269Z | Downloaded waitgroup v0.1.2 |
476 | 2024-03-25T20:04:20.269Z | Downloaded pretty-hex v0.2.1 |
477 | 2024-03-25T20:04:20.269Z | Downloaded fastrand v2.0.0 |
478 | 2024-03-25T20:04:20.298Z | Downloaded fallible-iterator v0.3.0 |
479 | 2024-03-25T20:04:20.298Z | Downloaded enum-as-inner v0.5.1 |
480 | 2024-03-25T20:04:20.298Z | Downloaded crypto-common v0.1.6 |
481 | 2024-03-25T20:04:20.298Z | Downloaded cpufeatures v0.2.12 |
482 | 2024-03-25T20:04:20.298Z | Downloaded clap_lex v0.5.1 |
483 | 2024-03-25T20:04:20.298Z | Downloaded blake2 v0.10.6 |
484 | 2024-03-25T20:04:20.298Z | Downloaded backoff v0.4.0 |
485 | 2024-03-25T20:04:20.298Z | Downloaded autocfg v1.1.0 |
486 | 2024-03-25T20:04:20.298Z | Downloaded async-trait v0.1.77 |
487 | 2024-03-25T20:04:20.298Z | Downloaded once_cell v1.19.0 |
488 | 2024-03-25T20:04:20.322Z | Downloaded fallible-streaming-iterator v0.1.9 |
489 | 2024-03-25T20:04:20.323Z | Downloaded either v1.9.0 |
490 | 2024-03-25T20:04:20.323Z | Downloaded dtrace-parser v0.2.0 |
491 | 2024-03-25T20:04:20.323Z | Downloaded dtrace-parser v0.1.14 |
492 | 2024-03-25T20:04:20.323Z | Downloaded doc-comment v0.3.3 |
493 | 2024-03-25T20:04:20.323Z | Downloaded darling_macro v0.20.3 |
494 | 2024-03-25T20:04:20.323Z | Downloaded ctr v0.9.2 |
495 | 2024-03-25T20:04:20.323Z | Downloaded colored v2.0.4 |
496 | 2024-03-25T20:04:20.323Z | Downloaded colorchoice v1.0.0 |
497 | 2024-03-25T20:04:20.323Z | Downloaded atomic-waker v1.1.1 |
498 | 2024-03-25T20:04:20.323Z | Downloaded parking_lot v0.12.1 |
499 | 2024-03-25T20:04:20.347Z | Downloaded owo-colors v4.0.0 |
500 | 2024-03-25T20:04:20.347Z | Downloaded os_str_bytes v6.5.1 |
501 | 2024-03-25T20:04:20.347Z | Downloaded object v0.32.0 |
502 | 2024-03-25T20:04:20.347Z | Downloaded ctrlc v3.4.0 |
503 | 2024-03-25T20:04:20.347Z | Downloaded clap_lex v0.2.4 |
504 | 2024-03-25T20:04:20.371Z | Downloaded cargo_metadata v0.18.1 |
505 | 2024-03-25T20:04:20.372Z | Downloaded cargo-platform v0.1.6 |
506 | 2024-03-25T20:04:20.372Z | Downloaded byteorder v1.4.3 |
507 | 2024-03-25T20:04:20.372Z | Downloaded base64 v0.21.7 |
508 | 2024-03-25T20:04:20.372Z | Downloaded openssl-macros v0.1.1 |
509 | 2024-03-25T20:04:20.372Z | Downloaded opaque-debug v0.3.0 |
510 | 2024-03-25T20:04:20.372Z | Downloaded omicron-workspace-hack v0.1.0 |
511 | 2024-03-25T20:04:20.396Z | Downloaded octocrab v0.25.1 |
512 | 2024-03-25T20:04:20.420Z | Downloaded bitflags v1.3.2 |
513 | 2024-03-25T20:04:20.420Z | Downloaded argon2 v0.5.3 |
514 | 2024-03-25T20:04:20.420Z | Downloaded arc-swap v1.6.0 |
515 | 2024-03-25T20:04:20.420Z | Downloaded cstr-argument v0.1.2 |
516 | 2024-03-25T20:04:20.420Z | Downloaded camino v1.1.6 |
517 | 2024-03-25T20:04:20.420Z | Downloaded bitflags v2.4.0 |
518 | 2024-03-25T20:04:20.445Z | Downloaded base64ct v1.6.0 |
519 | 2024-03-25T20:04:20.445Z | Downloaded num_threads v0.1.6 |
520 | 2024-03-25T20:04:20.445Z | Downloaded equivalent v1.0.1 |
521 | 2024-03-25T20:04:20.445Z | Downloaded crucible-workspace-hack v0.1.0 |
522 | 2024-03-25T20:04:20.445Z | Downloaded cipher v0.4.4 |
523 | 2024-03-25T20:04:20.445Z | Downloaded cfg-if v1.0.0 |
524 | 2024-03-25T20:04:20.445Z | Downloaded bitstruct_derive v0.1.0 |
525 | 2024-03-25T20:04:20.445Z | Downloaded bitstruct v0.1.1 |
526 | 2024-03-25T20:04:20.445Z | Downloaded ascii v1.1.0 |
527 | 2024-03-25T20:04:20.445Z | Downloaded allocator-api2 v0.2.16 |
528 | 2024-03-25T20:04:20.470Z | Downloaded bit_field v0.10.2 |
529 | 2024-03-25T20:04:20.470Z | Downloaded bincode v1.3.3 |
530 | 2024-03-25T20:04:20.470Z | Downloaded async-recursion v0.3.2 |
531 | 2024-03-25T20:04:20.470Z | Downloaded anyhow v1.0.75 |
532 | 2024-03-25T20:04:20.470Z | Downloaded ahash v0.8.10 |
533 | 2024-03-25T20:04:20.470Z | Downloaded async-stream-impl v0.3.5 |
534 | 2024-03-25T20:04:20.470Z | Downloaded async-stream v0.3.5 |
535 | 2024-03-25T20:04:20.470Z | Downloaded anstyle-parse v0.2.1 |
536 | 2024-03-25T20:04:20.494Z | Downloaded aes-gcm-siv v0.11.1 |
537 | 2024-03-25T20:04:20.494Z | Downloaded adler v1.0.2 |
538 | 2024-03-25T20:04:20.494Z | Downloaded anstyle v1.0.2 |
539 | 2024-03-25T20:04:20.494Z | Downloaded anstream v0.5.0 |
540 | 2024-03-25T20:04:20.494Z | Downloaded aead v0.5.2 |
541 | 2024-03-25T20:04:20.494Z | Downloaded addr2line v0.21.0 |
542 | 2024-03-25T20:04:20.724Z | Compiling proc-macro2 v1.0.78 |
543 | 2024-03-25T20:04:20.724Z | Compiling unicode-ident v1.0.12 |
544 | 2024-03-25T20:04:20.753Z | Compiling libc v0.2.150 |
545 | 2024-03-25T20:04:20.753Z | Compiling version_check v0.9.4 |
546 | 2024-03-25T20:04:20.753Z | Checking cfg-if v1.0.0 |
547 | 2024-03-25T20:04:20.753Z | Compiling serde v1.0.197 |
548 | 2024-03-25T20:04:20.754Z | Compiling autocfg v1.1.0 |
549 | 2024-03-25T20:04:20.754Z | Compiling syn v1.0.109 |
550 | 2024-03-25T20:04:21.121Z | Compiling thiserror v1.0.57 |
551 | 2024-03-25T20:04:21.442Z | Compiling ahash v0.8.10 |
552 | 2024-03-25T20:04:21.570Z | Checking once_cell v1.19.0 |
553 | 2024-03-25T20:04:21.618Z | Checking itoa v1.0.9 |
554 | 2024-03-25T20:04:21.834Z | Compiling serde_json v1.0.114 |
555 | 2024-03-25T20:04:21.860Z | Checking memchr v2.6.4 |
556 | 2024-03-25T20:04:21.967Z | Checking byteorder v1.4.3 |
557 | 2024-03-25T20:04:22.207Z | Checking log v0.4.21 |
558 | 2024-03-25T20:04:22.293Z | Checking pin-project-lite v0.2.13 |
559 | 2024-03-25T20:04:22.398Z | Compiling quote v1.0.35 |
560 | 2024-03-25T20:04:22.426Z | Compiling jobserver v0.1.26 |
561 | 2024-03-25T20:04:22.460Z | Checking scopeguard v1.2.0 |
562 | 2024-03-25T20:04:22.575Z | Checking ryu v1.0.15 |
563 | 2024-03-25T20:04:22.599Z | Compiling lock_api v0.4.10 |
564 | 2024-03-25T20:04:22.623Z | Checking getrandom v0.2.10 |
565 | 2024-03-25T20:04:22.647Z | Checking smallvec v1.11.0 |
566 | 2024-03-25T20:04:22.779Z | Compiling syn v2.0.52 |
567 | 2024-03-25T20:04:22.929Z | Compiling cc v1.0.83 |
568 | 2024-03-25T20:04:22.961Z | Compiling pkg-config v0.3.27 |
569 | 2024-03-25T20:04:23.005Z | Compiling parking_lot_core v0.9.8 |
570 | 2024-03-25T20:04:23.081Z | Compiling heck v0.4.1 |
571 | 2024-03-25T20:04:23.438Z | Compiling libm v0.2.7 |
572 | 2024-03-25T20:04:23.561Z | Checking allocator-api2 v0.2.16 |
573 | 2024-03-25T20:04:23.704Z | Compiling vcpkg v0.2.15 |
574 | 2024-03-25T20:04:23.728Z | Checking parking_lot v0.12.1 |
575 | 2024-03-25T20:04:23.792Z | Checking signal-hook-registry v1.4.1 |
576 | 2024-03-25T20:04:23.850Z | Checking num_cpus v1.16.0 |
577 | 2024-03-25T20:04:23.955Z | Checking mio v0.8.11 |
578 | 2024-03-25T20:04:24.003Z | Checking socket2 v0.5.5 |
579 | 2024-03-25T20:04:24.042Z | Compiling num-traits v0.2.16 |
580 | 2024-03-25T20:04:24.762Z | Checking bitflags v2.4.0 |
581 | 2024-03-25T20:04:24.911Z | Checking futures-core v0.3.30 |
582 | 2024-03-25T20:04:25.122Z | Checking rand_core v0.6.4 |
583 | 2024-03-25T20:04:25.224Z | Compiling slab v0.4.9 |
584 | 2024-03-25T20:04:25.304Z | Checking equivalent v1.0.1 |
585 | 2024-03-25T20:04:25.392Z | Checking futures-sink v0.3.30 |
586 | 2024-03-25T20:04:25.476Z | Checking futures-task v0.3.30 |
587 | 2024-03-25T20:04:25.476Z | Checking futures-io v0.3.30 |
588 | 2024-03-25T20:04:25.477Z | Checking pin-utils v0.1.0 |
589 | 2024-03-25T20:04:25.642Z | Checking futures-channel v0.3.30 |
590 | 2024-03-25T20:04:25.642Z | Compiling typenum v1.16.0 |
591 | 2024-03-25T20:04:25.759Z | Compiling generic-array v0.14.7 |
592 | 2024-03-25T20:04:25.904Z | Checking fnv v1.0.7 |
593 | 2024-03-25T20:04:25.904Z | Checking tracing-core v0.1.31 |
594 | 2024-03-25T20:04:26.002Z | Checking iana-time-zone v0.1.57 |
595 | 2024-03-25T20:04:26.051Z | Compiling ucd-trie v0.1.6 |
596 | 2024-03-25T20:04:26.051Z | Compiling slog v2.7.0 |
597 | 2024-03-25T20:04:26.673Z | Checking subtle v2.5.0 |
598 | 2024-03-25T20:04:40.418Z | Compiling schemars v0.8.16 |
599 | 2024-03-25T20:04:40.418Z | Compiling httparse v1.8.0 |
600 | 2024-03-25T20:04:40.418Z | Compiling time-core v0.1.1 |
601 | 2024-03-25T20:04:40.572Z | Compiling ring v0.16.20 |
602 | 2024-03-25T20:04:40.572Z | Compiling openssl-sys v0.9.96 |
603 | 2024-03-25T20:04:40.572Z | Checking dyn-clone v1.0.13 |
604 | 2024-03-25T20:04:40.572Z | Checking socket2 v0.4.9 |
605 | 2024-03-25T20:04:40.572Z | Compiling rustix v0.38.26 |
606 | 2024-03-25T20:04:40.572Z | Checking percent-encoding v2.3.1 |
607 | 2024-03-25T20:04:40.572Z | Checking base64 v0.21.7 |
608 | 2024-03-25T20:04:40.572Z | Checking form_urlencoded v1.2.1 |
609 | 2024-03-25T20:04:40.573Z | Checking errno v0.3.8 |
610 | 2024-03-25T20:04:40.573Z | Checking aho-corasick v1.0.4 |
611 | 2024-03-25T20:04:40.573Z | Checking untrusted v0.7.1 |
612 | 2024-03-25T20:04:40.573Z | Checking tinyvec_macros v0.1.1 |
613 | 2024-03-25T20:04:40.573Z | Compiling serde_derive_internals v0.26.0 |
614 | 2024-03-25T20:04:40.573Z | Checking regex-syntax v0.8.2 |
615 | 2024-03-25T20:04:40.573Z | Checking spin v0.5.2 |
616 | 2024-03-25T20:04:40.573Z | Checking tower-service v0.3.2 |
617 | 2024-03-25T20:04:40.575Z | Checking crypto-common v0.1.6 |
618 | 2024-03-25T20:04:40.575Z | Checking tinyvec v1.6.0 |
619 | 2024-03-25T20:04:40.576Z | Checking try-lock v0.2.4 |
620 | 2024-03-25T20:04:40.576Z | Compiling rustversion v1.0.14 |
621 | 2024-03-25T20:04:40.576Z | Compiling crossbeam-utils v0.8.16 |
622 | 2024-03-25T20:04:40.627Z | Checking unicode-normalization v0.1.22 |
623 | 2024-03-25T20:04:40.762Z | Checking want v0.3.1 |
624 | 2024-03-25T20:04:40.762Z | Compiling time-macros v0.2.13 |
625 | 2024-03-25T20:04:40.762Z | Checking regex-automata v0.4.4 |
626 | 2024-03-25T20:04:40.762Z | Checking unicode-bidi v0.3.13 |
627 | 2024-03-25T20:04:40.762Z | Checking num_threads v0.1.6 |
628 | 2024-03-25T20:04:40.762Z | Checking cpufeatures v0.2.12 |
629 | 2024-03-25T20:04:40.762Z | Checking deranged v0.3.8 |
630 | 2024-03-25T20:04:40.762Z | Checking httpdate v1.0.3 |
631 | 2024-03-25T20:04:40.762Z | Checking is-terminal v0.4.9 |
632 | 2024-03-25T20:04:40.763Z | Checking time v0.3.27 |
633 | 2024-03-25T20:04:40.763Z | Checking block-buffer v0.10.4 |
634 | 2024-03-25T20:04:40.763Z | Compiling schemars_derive v0.8.16 |
635 | 2024-03-25T20:04:40.763Z | Compiling serde_derive v1.0.197 |
636 | 2024-03-25T20:04:40.763Z | Compiling zerocopy-derive v0.7.32 |
637 | 2024-03-25T20:04:40.763Z | Compiling thiserror-impl v1.0.57 |
638 | 2024-03-25T20:04:40.763Z | Compiling tokio-macros v2.2.0 |
639 | 2024-03-25T20:04:40.763Z | Compiling futures-macro v0.3.30 |
640 | 2024-03-25T20:04:40.764Z | Compiling zerocopy v0.7.32 |
641 | 2024-03-25T20:04:40.764Z | Compiling tracing-attributes v0.1.26 |
642 | 2024-03-25T20:04:40.764Z | Checking futures-util v0.3.30 |
643 | 2024-03-25T20:04:40.764Z | Checking regex v1.10.3 |
644 | 2024-03-25T20:04:40.764Z | Compiling pest v2.7.6 |
645 | 2024-03-25T20:04:40.764Z | Checking openssl-probe v0.1.5 |
646 | 2024-03-25T20:04:40.765Z | Compiling anyhow v1.0.75 |
647 | 2024-03-25T20:04:40.765Z | Checking hashbrown v0.14.3 |
648 | 2024-03-25T20:04:40.765Z | Compiling rustls v0.21.7 |
649 | 2024-03-25T20:04:40.765Z | Compiling async-trait v0.1.77 |
650 | 2024-03-25T20:04:40.765Z | Checking digest v0.10.7 |
651 | 2024-03-25T20:04:40.765Z | Checking sct v0.7.0 |
652 | 2024-03-25T20:04:40.765Z | Checking rustls-webpki v0.101.4 |
653 | 2024-03-25T20:04:40.765Z | Checking idna v0.4.0 |
654 | 2024-03-25T20:04:40.765Z | Checking tracing v0.1.37 |
655 | 2024-03-25T20:04:40.765Z | Compiling pest_meta v2.7.6 |
656 | 2024-03-25T20:04:40.765Z | Compiling thread-id v4.2.0 |
657 | 2024-03-25T20:04:40.765Z | Checking ppv-lite86 v0.2.17 |
658 | 2024-03-25T20:04:40.765Z | Compiling pest_generator v2.7.6 |
659 | 2024-03-25T20:04:40.765Z | Checking rand_chacha v0.3.1 |
660 | 2024-03-25T20:04:40.765Z | Compiling chrono v0.4.34 |
661 | 2024-03-25T20:04:41.214Z | Compiling pest_derive v2.7.6 |
662 | 2024-03-25T20:04:41.686Z | Checking rustls-pemfile v1.0.4 |
663 | 2024-03-25T20:04:41.965Z | Compiling uuid v1.7.0 |
664 | 2024-03-25T20:04:42.200Z | Checking rand v0.8.5 |
665 | 2024-03-25T20:04:42.277Z | Compiling regress v0.9.0 |
666 | 2024-03-25T20:04:42.410Z | Checking dirs-sys-next v0.1.2 |
667 | 2024-03-25T20:04:42.488Z | Compiling camino v1.1.6 |
668 | 2024-03-25T20:04:42.580Z | Compiling semver v1.0.22 |
669 | 2024-03-25T20:04:42.604Z | Compiling openssl v0.10.60 |
670 | 2024-03-25T20:04:42.961Z | Checking bytes v1.5.0 |
671 | 2024-03-25T20:04:43.014Z | Checking indexmap v2.2.5 |
672 | 2024-03-25T20:04:43.559Z | Checking tokio v1.36.0 |
673 | 2024-03-25T20:04:43.843Z | Checking http v0.2.12 |
674 | 2024-03-25T20:04:44.057Z | Compiling serde_tokenstream v0.2.0 |
675 | 2024-03-25T20:04:44.154Z | Checking url v2.4.0 |
676 | 2024-03-25T20:04:44.483Z | Checking serde_urlencoded v0.7.1 |
677 | 2024-03-25T20:04:44.851Z | Checking foreign-types-shared v0.1.1 |
678 | 2024-03-25T20:04:44.992Z | Checking foreign-types v0.3.2 |
679 | 2024-03-25T20:04:45.065Z | Checking http-body v0.4.5 |
680 | 2024-03-25T20:04:45.105Z | Checking dirs-next v2.0.0 |
681 | 2024-03-25T20:04:45.133Z | Compiling openssl-macros v0.1.1 |
682 | 2024-03-25T20:04:45.220Z | Checking thread_local v1.1.7 |
683 | 2024-03-25T20:04:45.363Z | Checking encoding_rs v0.8.33 |
684 | 2024-03-25T20:04:45.475Z | Checking mime v0.3.17 |
685 | 2024-03-25T20:04:45.518Z | Compiling native-tls v0.2.11 |
686 | 2024-03-25T20:04:46.164Z | Compiling slog-async v2.8.0 |
687 | 2024-03-25T20:04:46.203Z | Checking term v0.7.0 |
688 | 2024-03-25T20:04:46.203Z | Checking rustls-native-certs v0.6.3 |
689 | 2024-03-25T20:04:46.203Z | Checking futures-executor v0.3.30 |
690 | 2024-03-25T20:04:46.204Z | Checking crossbeam-channel v0.5.8 |
691 | 2024-03-25T20:04:46.284Z | Checking lazy_static v1.4.0 |
692 | 2024-03-25T20:04:46.284Z | Checking unicode-width v0.1.10 |
693 | 2024-03-25T20:04:46.358Z | Checking take_mut v0.2.2 |
694 | 2024-03-25T20:04:46.406Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
695 | 2024-03-25T20:04:46.450Z | Checking futures v0.3.30 |
696 | 2024-03-25T20:04:46.497Z | Checking slog-term v2.9.1 |
697 | 2024-03-25T20:04:46.565Z | Checking openapiv3 v2.0.0 |
698 | 2024-03-25T20:04:46.944Z | Checking toml_datetime v0.6.5 |
699 | 2024-03-25T20:04:46.993Z | Checking serde_spanned v0.6.5 |
700 | 2024-03-25T20:04:47.175Z | Compiling scroll_derive v0.12.0 |
701 | 2024-03-25T20:04:47.214Z | Compiling ring v0.17.7 |
702 | 2024-03-25T20:04:47.464Z | Compiling usdt-impl v0.5.0 |
703 | 2024-03-25T20:04:47.574Z | Checking ipnet v2.8.0 |
704 | 2024-03-25T20:04:48.355Z | Checking zeroize v1.6.0 |
705 | 2024-03-25T20:04:48.792Z | Compiling winnow v0.5.15 |
706 | 2024-03-25T20:04:48.792Z | Compiling dof v0.3.0 |
707 | 2024-03-25T20:04:48.817Z | Checking scroll v0.12.0 |
708 | 2024-03-25T20:04:48.817Z | Compiling dtrace-parser v0.2.0 |
709 | 2024-03-25T20:04:49.067Z | Compiling libz-sys v1.1.12 |
710 | 2024-03-25T20:04:49.336Z | Checking plain v0.2.3 |
711 | 2024-03-25T20:04:49.416Z | Checking tokio-util v0.7.8 |
712 | 2024-03-25T20:04:49.475Z | Checking tokio-rustls v0.24.1 |
713 | 2024-03-25T20:04:49.823Z | Checking spin v0.9.8 |
714 | 2024-03-25T20:04:50.045Z | Compiling omicron-workspace-hack v0.1.0 |
715 | 2024-03-25T20:04:50.645Z | Compiling getopts v0.2.21 |
716 | 2024-03-25T20:04:50.679Z | Checking h2 v0.3.24 |
717 | 2024-03-25T20:04:50.679Z | Checking goblin v0.8.0 |
718 | 2024-03-25T20:04:50.679Z | Checking tokio-native-tls v0.3.1 |
719 | 2024-03-25T20:04:50.855Z | Compiling toml_edit v0.19.15 |
720 | 2024-03-25T20:04:52.216Z | Checking sha1 v0.10.6 |
721 | 2024-03-25T20:04:52.774Z | Compiling proc-macro-crate v1.3.1 |
722 | 2024-03-25T20:04:52.853Z | Checking webpki-roots v0.25.2 |
723 | 2024-03-25T20:04:52.995Z | Compiling unsafe-libyaml v0.2.9 |
724 | 2024-03-25T20:04:53.288Z | Checking untrusted v0.9.0 |
725 | 2024-03-25T20:04:53.422Z | Checking sync_wrapper v0.1.2 |
726 | 2024-03-25T20:04:53.473Z | Checking rustls-pki-types v1.3.1 |
727 | 2024-03-25T20:04:53.535Z | Checking match_cfg v0.1.0 |
728 | 2024-03-25T20:04:53.613Z | Checking pretty-hex v0.4.1 |
729 | 2024-03-25T20:04:53.762Z | Checking hostname v0.3.1 |
730 | 2024-03-25T20:04:53.982Z | Compiling serde_yaml v0.9.25 |
731 | 2024-03-25T20:04:54.346Z | Compiling num-integer v0.1.45 |
732 | 2024-03-25T20:04:54.551Z | Compiling unicode-xid v0.2.4 |
733 | 2024-03-25T20:04:54.602Z | Compiling rustls v0.22.2 |
734 | 2024-03-25T20:04:54.668Z | Compiling ident_case v1.0.1 |
735 | 2024-03-25T20:04:54.702Z | Compiling strsim v0.10.0 |
736 | 2024-03-25T20:04:54.883Z | Compiling usdt-attr-macro v0.5.0 |
737 | 2024-03-25T20:04:54.921Z | Compiling usdt-macro v0.5.0 |
738 | 2024-03-25T20:04:55.261Z | Compiling darling_core v0.20.3 |
739 | 2024-03-25T20:04:55.385Z | Checking hyper v0.14.27 |
740 | 2024-03-25T20:04:55.883Z | Checking serde_path_to_error v0.1.15 |
741 | 2024-03-25T20:04:56.031Z | Checking memmap v0.7.0 |
742 | 2024-03-25T20:04:56.056Z | Compiling multer v3.0.0 |
743 | 2024-03-25T20:04:56.142Z | Compiling paste v1.0.14 |
744 | 2024-03-25T20:04:56.219Z | Checking winnow v0.6.2 |
745 | 2024-03-25T20:04:56.375Z | Checking bitflags v1.3.2 |
746 | 2024-03-25T20:04:56.460Z | Checking usdt v0.5.0 |
747 | 2024-03-25T20:04:56.637Z | Checking slog-json v2.6.1 |
748 | 2024-03-25T20:04:56.684Z | Checking http v1.0.0 |
749 | 2024-03-25T20:04:56.846Z | Compiling strum_macros v0.26.1 |
750 | 2024-03-25T20:04:56.908Z | Compiling async-stream-impl v0.3.5 |
751 | 2024-03-25T20:04:57.040Z | Compiling num-bigint v0.4.4 |
752 | 2024-03-25T20:04:57.301Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
753 | 2024-03-25T20:04:57.468Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
754 | 2024-03-25T20:04:57.755Z | Checking atomic-waker v1.1.1 |
755 | 2024-03-25T20:04:57.880Z | Checking waitgroup v0.1.2 |
756 | 2024-03-25T20:04:58.024Z | Checking async-stream v0.3.5 |
757 | 2024-03-25T20:04:58.117Z | Checking slog-bunyan v2.5.0 |
758 | 2024-03-25T20:04:58.272Z | Compiling synstructure v0.12.6 |
759 | 2024-03-25T20:04:58.453Z | Checking rustls-pemfile v2.1.1 |
760 | 2024-03-25T20:04:58.572Z | Checking toml_edit v0.22.6 |
761 | 2024-03-25T20:04:58.736Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
762 | 2024-03-25T20:04:59.141Z | Checking hex v0.4.3 |
763 | 2024-03-25T20:04:59.722Z | Compiling structmeta-derive v0.3.0 |
764 | 2024-03-25T20:04:59.774Z | Compiling darling_macro v0.20.3 |
765 | 2024-03-25T20:04:59.774Z | Compiling proc-macro-error-attr v1.0.4 |
766 | 2024-03-25T20:04:59.876Z | Checking debug-ignore v1.0.5 |
767 | 2024-03-25T20:05:00.534Z | Compiling zerocopy-derive v0.2.0 |
768 | 2024-03-25T20:05:00.578Z | Checking hyper-rustls v0.24.1 |
769 | 2024-03-25T20:05:00.578Z | Checking hyper-tls v0.5.0 |
770 | 2024-03-25T20:05:00.578Z | Compiling darling v0.20.3 |
771 | 2024-03-25T20:05:00.615Z | Checking toml v0.8.10 |
772 | 2024-03-25T20:05:00.657Z | Compiling serde_with_macros v3.6.1 |
773 | 2024-03-25T20:05:00.698Z | Checking strum v0.26.1 |
774 | 2024-03-25T20:05:00.773Z | Checking reqwest v0.11.24 |
775 | 2024-03-25T20:05:00.836Z | Compiling num_enum_derive v0.5.11 |
776 | 2024-03-25T20:05:01.049Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
777 | 2024-03-25T20:05:01.197Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
778 | 2024-03-25T20:05:01.786Z | Checking newtype-uuid v1.0.1 |
779 | 2024-03-25T20:05:02.236Z | Compiling structmeta v0.3.0 |
780 | 2024-03-25T20:05:02.273Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
781 | 2024-03-25T20:05:02.273Z | Compiling proc-macro-error v1.0.4 |
782 | 2024-03-25T20:05:02.805Z | Checking static_assertions v1.1.0 |
783 | 2024-03-25T20:05:02.805Z | Compiling parse-display-derive v0.9.0 |
784 | 2024-03-25T20:05:02.805Z | Compiling serde_repr v0.1.16 |
785 | 2024-03-25T20:05:02.840Z | Checking instant v0.1.12 |
786 | 2024-03-25T20:05:02.899Z | Checking num_enum v0.5.11 |
787 | 2024-03-25T20:05:02.953Z | Checking backoff v0.4.0 |
788 | 2024-03-25T20:05:03.003Z | Checking serde_with v3.6.1 |
789 | 2024-03-25T20:05:03.039Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
790 | 2024-03-25T20:05:03.165Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
791 | 2024-03-25T20:05:03.206Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
792 | 2024-03-25T20:05:03.350Z | Checking ipnetwork v0.20.0 |
793 | 2024-03-25T20:05:03.642Z | Checking macaddr v1.0.1 |
794 | 2024-03-25T20:05:03.680Z | Checking regress v0.8.0 |
795 | 2024-03-25T20:05:03.725Z | Compiling libgit2-sys v0.16.2+1.7.2 |
796 | 2024-03-25T20:05:03.881Z | Compiling num-iter v0.1.43 |
797 | 2024-03-25T20:05:03.921Z | Compiling num-rational v0.4.1 |
798 | 2024-03-25T20:05:04.238Z | Checking either v1.9.0 |
799 | 2024-03-25T20:05:04.362Z | Compiling semver v0.1.20 |
800 | 2024-03-25T20:05:04.733Z | Compiling rustc_version v0.1.7 |
801 | 2024-03-25T20:05:06.060Z | Checking atty v0.2.14 |
802 | 2024-03-25T20:05:06.087Z | Compiling usdt-impl v0.3.5 |
803 | 2024-03-25T20:05:06.087Z | Checking arc-swap v1.6.0 |
804 | 2024-03-25T20:05:06.087Z | Checking parse-display v0.9.0 |
805 | 2024-03-25T20:05:06.127Z | Compiling newtype_derive v0.1.6 |
806 | 2024-03-25T20:05:06.157Z | Compiling zerocopy v0.3.2 |
807 | 2024-03-25T20:05:06.189Z | Compiling cargo-platform v0.1.6 |
808 | 2024-03-25T20:05:06.230Z | Checking num-complex v0.4.4 |
809 | 2024-03-25T20:05:06.264Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
810 | 2024-03-25T20:05:06.420Z | Compiling strum_macros v0.25.3 |
811 | 2024-03-25T20:05:06.530Z | Compiling vergen v8.3.1 |
812 | 2024-03-25T20:05:06.622Z | Compiling zerocopy-derive v0.6.6 |
813 | 2024-03-25T20:05:06.664Z | Compiling hubpack_derive v0.1.1 |
814 | 2024-03-25T20:05:06.850Z | Compiling memoffset v0.9.0 |
815 | 2024-03-25T20:05:06.953Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
816 | 2024-03-25T20:05:06.983Z | Checking base64ct v1.6.0 |
817 | 2024-03-25T20:05:07.160Z | Compiling crucible-workspace-hack v0.1.0 |
818 | 2024-03-25T20:05:07.369Z | Checking utf8parse v0.2.1 |
819 | 2024-03-25T20:05:07.511Z | Checking anstyle-parse v0.2.1 |
820 | 2024-03-25T20:05:07.613Z | Checking hubpack v0.1.2 |
821 | 2024-03-25T20:05:07.663Z | Checking password-hash v0.5.0 |
822 | 2024-03-25T20:05:07.768Z | Checking num v0.4.1 |
823 | 2024-03-25T20:05:07.894Z | Compiling cargo_metadata v0.18.1 |
824 | 2024-03-25T20:05:07.921Z | Compiling dof v0.1.5 |
825 | 2024-03-25T20:05:08.016Z | Checking slog-scope v4.4.0 |
826 | 2024-03-25T20:05:08.051Z | Compiling rustc_version v0.4.0 |
827 | 2024-03-25T20:05:08.190Z | Compiling dtrace-parser v0.1.14 |
828 | 2024-03-25T20:05:08.297Z | Checking zerocopy v0.6.6 |
829 | 2024-03-25T20:05:08.571Z | Checking blake2 v0.10.6 |
830 | 2024-03-25T20:05:08.882Z | Compiling libsqlite3-sys v0.28.0 |
831 | 2024-03-25T20:05:08.930Z | Compiling crossbeam-epoch v0.9.15 |
832 | 2024-03-25T20:05:09.126Z | Compiling slog-dtrace v0.3.0 |
833 | 2024-03-25T20:05:09.333Z | Checking anstyle v1.0.2 |
834 | 2024-03-25T20:05:09.422Z | Checking fixedbitset v0.4.2 |
835 | 2024-03-25T20:05:09.525Z | Checking anstyle-query v1.0.0 |
836 | 2024-03-25T20:05:09.568Z | Checking colorchoice v1.0.0 |
837 | 2024-03-25T20:05:09.622Z | Checking humantime v2.1.0 |
838 | 2024-03-25T20:05:09.651Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
839 | 2024-03-25T20:05:09.651Z | Checking petgraph v0.6.4 |
840 | 2024-03-25T20:05:09.715Z | Checking anstream v0.5.0 |
841 | 2024-03-25T20:05:09.868Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
842 | 2024-03-25T20:05:10.090Z | Checking argon2 v0.5.3 |
843 | 2024-03-25T20:05:10.202Z | Checking slog-stdlog v4.1.1 |
844 | 2024-03-25T20:05:10.655Z | Compiling serde_tokenstream v0.1.7 |
845 | 2024-03-25T20:05:10.721Z | Compiling foreign-types-macros v0.2.3 |
846 | 2024-03-25T20:05:11.028Z | Checking inout v0.1.3 |
847 | 2024-03-25T20:05:11.086Z | Compiling backtrace v0.3.69 |
848 | 2024-03-25T20:05:11.200Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
849 | 2024-03-25T20:05:11.294Z | Compiling indexmap v1.9.3 |
850 | 2024-03-25T20:05:11.506Z | Checking adler v1.0.2 |
851 | 2024-03-25T20:05:11.624Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
852 | 2024-03-25T20:05:11.662Z | Compiling doc-comment v0.3.3 |
853 | 2024-03-25T20:05:11.828Z | Checking termcolor v1.2.0 |
854 | 2024-03-25T20:05:11.874Z | Checking gimli v0.28.0 |
855 | 2024-03-25T20:05:11.925Z | Checking pretty-hex v0.2.1 |
856 | 2024-03-25T20:05:12.079Z | Compiling radium v0.7.0 |
857 | 2024-03-25T20:05:12.130Z | Checking base64 v0.13.1 |
858 | 2024-03-25T20:05:12.179Z | Checking clap_lex v0.5.1 |
859 | 2024-03-25T20:05:12.386Z | Checking data-encoding v2.4.0 |
860 | 2024-03-25T20:05:12.468Z | Checking foreign-types-shared v0.3.1 |
861 | 2024-03-25T20:05:12.493Z | Checking steno v0.4.0 |
862 | 2024-03-25T20:05:12.542Z | Checking clap_builder v4.4.0 |
863 | 2024-03-25T20:05:12.578Z | Checking foreign-types v0.5.0 |
864 | 2024-03-25T20:05:12.767Z | Checking miniz_oxide v0.7.1 |
865 | 2024-03-25T20:05:12.847Z | Checking cipher v0.4.4 |
866 | 2024-03-25T20:05:13.120Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
867 | 2024-03-25T20:05:13.248Z | Checking slog-envlogger v2.2.0 |
868 | 2024-03-25T20:05:13.768Z | Checking itertools v0.10.5 |
869 | 2024-03-25T20:05:13.813Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
870 | 2024-03-25T20:05:13.847Z | Checking colored v2.0.4 |
871 | 2024-03-25T20:05:14.379Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
872 | 2024-03-25T20:05:14.470Z | Checking hashlink v0.9.0 |
873 | 2024-03-25T20:05:14.711Z | Compiling clap_derive v4.4.0 |
874 | 2024-03-25T20:05:14.791Z | Compiling pin-project-internal v1.1.3 |
875 | 2024-03-25T20:05:14.883Z | Checking addr2line v0.21.0 |
876 | 2024-03-25T20:05:15.009Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
877 | 2024-03-25T20:05:15.037Z | Checking cstr-argument v0.1.2 |
878 | 2024-03-25T20:05:15.195Z | Checking object v0.32.0 |
879 | 2024-03-25T20:05:15.312Z | Checking tower-layer v0.3.2 |
880 | 2024-03-25T20:05:15.536Z | Checking fastrand v2.0.0 |
881 | 2024-03-25T20:05:15.665Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
882 | 2024-03-25T20:05:15.771Z | Checking rustc-demangle v0.1.23 |
883 | 2024-03-25T20:05:15.821Z | Checking fallible-streaming-iterator v0.1.9 |
884 | 2024-03-25T20:05:15.953Z | Compiling rayon-core v1.12.1 |
885 | 2024-03-25T20:05:16.014Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
886 | 2024-03-25T20:05:16.148Z | Compiling portable-atomic v1.4.3 |
887 | 2024-03-25T20:05:16.258Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
888 | 2024-03-25T20:05:16.322Z | Checking fallible-iterator v0.3.0 |
889 | 2024-03-25T20:05:16.583Z | Checking hashbrown v0.12.3 |
890 | 2024-03-25T20:05:16.848Z | Checking tap v1.0.1 |
891 | 2024-03-25T20:05:16.899Z | Checking os_str_bytes v6.5.1 |
892 | 2024-03-25T20:05:17.006Z | Checking wyz v0.5.1 |
893 | 2024-03-25T20:05:17.191Z | Checking clap_lex v0.2.4 |
894 | 2024-03-25T20:05:17.232Z | Checking pin-project v1.1.3 |
895 | 2024-03-25T20:05:17.352Z | Checking rusqlite v0.31.0 |
896 | 2024-03-25T20:05:17.512Z | Checking tempfile v3.8.0 |
897 | 2024-03-25T20:05:17.685Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
898 | 2024-03-25T20:05:17.813Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
899 | 2024-03-25T20:05:17.955Z | Checking crossbeam-deque v0.8.3 |
900 | 2024-03-25T20:05:18.095Z | Checking pem v1.1.1 |
901 | 2024-03-25T20:05:18.130Z | Compiling usdt-attr-macro v0.3.5 |
902 | 2024-03-25T20:05:18.229Z | Compiling usdt-macro v0.3.5 |
903 | 2024-03-25T20:05:18.296Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
904 | 2024-03-25T20:05:18.386Z | Compiling clap_derive v3.2.25 |
905 | 2024-03-25T20:05:18.417Z | Checking clap v4.4.0 |
906 | 2024-03-25T20:05:18.529Z | Checking simple_asn1 v0.6.2 |
907 | 2024-03-25T20:05:18.679Z | Checking twox-hash v1.6.3 |
908 | 2024-03-25T20:05:18.835Z | Compiling num_enum_derive v0.7.0 |
909 | 2024-03-25T20:05:19.193Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
910 | 2024-03-25T20:05:19.313Z | Checking tokio-io-timeout v1.2.0 |
911 | 2024-03-25T20:05:19.408Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
912 | 2024-03-25T20:05:19.506Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
913 | 2024-03-25T20:05:19.540Z | Compiling snafu-derive v0.7.5 |
914 | 2024-03-25T20:05:19.573Z | Checking universal-hash v0.5.1 |
915 | 2024-03-25T20:05:19.696Z | Checking nix v0.27.1 |
916 | 2024-03-25T20:05:19.756Z | Checking funty v2.0.0 |
917 | 2024-03-25T20:05:20.216Z | Compiling curl v0.4.44 |
918 | 2024-03-25T20:05:20.241Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
919 | 2024-03-25T20:05:20.267Z | Checking textwrap v0.16.0 |
920 | 2024-03-25T20:05:20.583Z | Checking opaque-debug v0.3.0 |
921 | 2024-03-25T20:05:20.614Z | Checking http-range-header v0.3.1 |
922 | 2024-03-25T20:05:20.658Z | Checking bitvec v1.0.1 |
923 | 2024-03-25T20:05:20.687Z | Checking polyval v0.6.1 |
924 | 2024-03-25T20:05:20.812Z | Checking tower-http v0.4.4 |
925 | 2024-03-25T20:05:20.976Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
926 | 2024-03-25T20:05:21.213Z | Checking num_enum v0.7.0 |
927 | 2024-03-25T20:05:21.354Z | Checking hyper-timeout v0.4.1 |
928 | 2024-03-25T20:05:21.532Z | Checking usdt v0.3.5 |
929 | 2024-03-25T20:05:21.721Z | Checking jsonwebtoken v8.3.0 |
930 | 2024-03-25T20:05:22.105Z | Checking clap v3.2.25 |
931 | 2024-03-25T20:05:22.703Z | Checking tower v0.4.13 |
932 | 2024-03-25T20:05:23.043Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
933 | 2024-03-25T20:05:23.638Z | Checking aes v0.8.3 |
934 | 2024-03-25T20:05:23.668Z | Checking ctr v0.9.2 |
935 | 2024-03-25T20:05:23.669Z | Checking snafu v0.7.5 |
936 | 2024-03-25T20:05:23.711Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
937 | 2024-03-25T20:05:23.735Z | Compiling zone_cfg_derive v0.2.0 |
938 | 2024-03-25T20:05:23.760Z | Checking secrecy v0.8.0 |
939 | 2024-03-25T20:05:23.896Z | Checking console v0.15.7 |
940 | 2024-03-25T20:05:23.921Z | Checking bincode v1.3.3 |
941 | 2024-03-25T20:05:23.948Z | Checking sha2 v0.10.7 |
942 | 2024-03-25T20:05:24.142Z | Compiling async-recursion v0.3.2 |
943 | 2024-03-25T20:05:24.360Z | Checking aead v0.5.2 |
944 | 2024-03-25T20:05:24.404Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
945 | 2024-03-25T20:05:24.429Z | Checking number_prefix v0.4.0 |
946 | 2024-03-25T20:05:24.546Z | Compiling erased-serde v0.3.30 |
947 | 2024-03-25T20:05:24.590Z | Checking matches v0.1.10 |
948 | 2024-03-25T20:05:24.615Z | Checking utf-8 v0.7.6 |
949 | 2024-03-25T20:05:24.666Z | Checking idna v0.2.3 |
950 | 2024-03-25T20:05:24.758Z | Checking indicatif v0.17.6 |
951 | 2024-03-25T20:05:24.793Z | Checking tungstenite v0.20.1 |
952 | 2024-03-25T20:05:24.818Z | Checking aes-gcm-siv v0.11.1 |
953 | 2024-03-25T20:05:24.938Z | Checking zone v0.2.0 |
954 | 2024-03-25T20:05:25.015Z | Checking toml v0.7.8 |
955 | 2024-03-25T20:05:25.070Z | Checking sha256 v1.4.0 |
956 | 2024-03-25T20:05:25.592Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
957 | 2024-03-25T20:05:25.592Z | Checking octocrab v0.25.1 |
958 | 2024-03-25T20:05:25.592Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
959 | 2024-03-25T20:05:25.592Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
960 | 2024-03-25T20:05:25.592Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
961 | 2024-03-25T20:05:25.592Z | Checking rayon v1.8.1 |
962 | 2024-03-25T20:05:25.636Z | Checking env_logger v0.9.3 |
963 | 2024-03-25T20:05:26.151Z | Checking itertools v0.12.1 |
964 | 2024-03-25T20:05:26.151Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
965 | 2024-03-25T20:05:26.151Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
966 | 2024-03-25T20:05:26.152Z | Checking toml v0.5.11 |
967 | 2024-03-25T20:05:26.152Z | Compiling async-recursion v1.0.5 |
968 | 2024-03-25T20:05:26.152Z | Compiling bitstruct_derive v0.1.0 |
969 | 2024-03-25T20:05:26.152Z | Compiling enum-as-inner v0.5.1 |
970 | 2024-03-25T20:05:26.305Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
971 | 2024-03-25T20:05:26.424Z | Checking libloading v0.7.4 |
972 | 2024-03-25T20:05:26.642Z | Checking quick-error v1.2.3 |
973 | 2024-03-25T20:05:26.764Z | Checking linked-hash-map v0.5.6 |
974 | 2024-03-25T20:05:26.933Z | Checking ascii v1.1.0 |
975 | 2024-03-25T20:05:27.016Z | Checking ringbuffer v0.15.0 |
976 | 2024-03-25T20:05:27.046Z | Checking trust-dns-proto v0.22.0 |
977 | 2024-03-25T20:05:27.046Z | Checking lru-cache v0.1.2 |
978 | 2024-03-25T20:05:27.219Z | Checking bitstruct v0.1.1 |
979 | 2024-03-25T20:05:27.244Z | Checking resolv-conf v0.7.0 |
980 | 2024-03-25T20:05:27.268Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
981 | 2024-03-25T20:05:27.327Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
982 | 2024-03-25T20:05:27.351Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
983 | 2024-03-25T20:05:27.483Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
984 | 2024-03-25T20:05:27.541Z | Checking tokio-tungstenite v0.20.1 |
985 | 2024-03-25T20:05:27.772Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
986 | 2024-03-25T20:05:27.816Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
987 | 2024-03-25T20:05:27.915Z | Checking serde_arrays v0.1.0 |
988 | 2024-03-25T20:05:28.012Z | Compiling const_format_proc_macros v0.2.31 |
989 | 2024-03-25T20:05:28.056Z | Checking kstat-rs v0.2.3 |
990 | 2024-03-25T20:05:28.113Z | Checking is_ci v1.1.1 |
991 | 2024-03-25T20:05:28.227Z | Compiling escargot v0.5.8 |
992 | 2024-03-25T20:05:28.334Z | Checking supports-color v2.1.0 |
993 | 2024-03-25T20:05:28.431Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
994 | 2024-03-25T20:05:28.500Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
995 | 2024-03-25T20:05:28.524Z | Checking ron v0.7.1 |
996 | 2024-03-25T20:05:28.614Z | Checking nix v0.26.2 |
997 | 2024-03-25T20:05:29.091Z | Checking xattr v1.0.1 |
998 | 2024-03-25T20:05:29.143Z | Checking filetime v0.2.22 |
999 | 2024-03-25T20:05:29.257Z | Checking bstr v1.6.0 |
1000 | 2024-03-25T20:05:29.318Z | Checking bit_field v0.10.2 |
1001 | 2024-03-25T20:05:29.531Z | Checking tar v0.4.40 |
1002 | 2024-03-25T20:05:29.688Z | Checking ctrlc v3.4.0 |
1003 | 2024-03-25T20:05:29.712Z | Checking const_format v0.2.31 |
1004 | 2024-03-25T20:05:29.905Z | Checking globset v0.4.13 |
1005 | 2024-03-25T20:05:30.206Z | Checking owo-colors v4.0.0 |
1006 | 2024-03-25T20:05:30.338Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1007 | 2024-03-25T20:05:30.399Z | Checking trust-dns-resolver v0.22.0 |
1008 | 2024-03-25T20:05:30.974Z | Checking fatfs v0.3.6 |
1009 | 2024-03-25T20:05:31.209Z | Checking glob v0.3.1 |
1010 | 2024-03-25T20:05:32.035Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1011 | 2024-03-25T20:05:34.474Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1012 | 2024-03-25T20:05:35.094Z | Checking rustls-webpki v0.102.1 |
1013 | 2024-03-25T20:05:37.815Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1014 | 2024-03-25T20:05:38.651Z | Checking tokio-rustls v0.25.0 |
1015 | 2024-03-25T20:05:39.141Z | Compiling git2 v0.18.2 |
1016 | 2024-03-25T20:05:41.857Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1017 | 2024-03-25T20:05:44.760Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1018 | 2024-03-25T20:05:47.432Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1019 | 2024-03-25T20:05:47.432Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1020 | 2024-03-25T20:05:47.457Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1021 | 2024-03-25T20:05:49.573Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1022 | 2024-03-25T20:05:51.389Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1023 | 2024-03-25T20:05:56.604Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1024 | 2024-03-25T20:06:05.817Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1025 | 2024-03-25T20:06:14.577Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1026 | 2024-03-25T20:06:19.956Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1027 | 2024-03-25T20:06:29.605Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1028 | 2024-03-25T20:06:29.605Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1029 | 2024-03-25T20:06:34.950Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 39s |
1030 | 2024-03-25T20:06:35.207Z | |
1031 | 2024-03-25T20:06:35.207Z | real 2:39.512669547 |
1032 | 2024-03-25T20:06:35.234Z | user 8:36.817150424 |
1033 | 2024-03-25T20:06:35.234Z | sys 2:29.286552135 |
1034 | 2024-03-25T20:06:35.234Z | trap 0.305678209 |
1035 | 2024-03-25T20:06:35.234Z | tflt 0.312152215 |
1036 | 2024-03-25T20:06:35.235Z | dflt 0.304529996 |
1037 | 2024-03-25T20:06:35.235Z | kflt 0.003162948 |
1038 | 2024-03-25T20:06:35.235Z | lock 11:18.795888511 |
1039 | 2024-03-25T20:06:35.235Z | slp 28:36.928228377 |
1040 | 2024-03-25T20:06:35.235Z | lat 48.668092711 |
1041 | 2024-03-25T20:06:35.235Z | stop 2:55.183271543 |
1042 | 2024-03-25T20:06:35.235Z | + ptime -m cargo clippy --features falcon --all-targets |
1043 | 2024-03-25T20:06:35.891Z | Downloading crates ... |
1044 | 2024-03-25T20:06:36.081Z | Downloaded float-cmp v0.9.0 |
1045 | 2024-03-25T20:06:36.114Z | Downloaded fragile v2.0.0 |
1046 | 2024-03-25T20:06:36.115Z | Downloaded predicates-tree v1.0.9 |
1047 | 2024-03-25T20:06:36.115Z | Downloaded termtree v0.4.1 |
1048 | 2024-03-25T20:06:36.115Z | Downloaded similar v2.2.1 |
1049 | 2024-03-25T20:06:36.116Z | Downloaded serde_test v1.0.176 |
1050 | 2024-03-25T20:06:36.116Z | Downloaded mockall_derive v0.11.4 |
1051 | 2024-03-25T20:06:36.116Z | Downloaded mockall v0.11.4 |
1052 | 2024-03-25T20:06:36.116Z | Downloaded expectorate v1.0.7 |
1053 | 2024-03-25T20:06:36.116Z | Downloaded predicates-core v1.0.6 |
1054 | 2024-03-25T20:06:36.117Z | Downloaded predicates v2.1.5 |
1055 | 2024-03-25T20:06:36.117Z | Downloaded normalize-line-endings v0.3.0 |
1056 | 2024-03-25T20:06:36.117Z | Downloaded downcast v0.11.0 |
1057 | 2024-03-25T20:06:36.117Z | Downloaded difflib v0.4.0 |
1058 | 2024-03-25T20:06:36.261Z | Checking tokio v1.36.0 |
1059 | 2024-03-25T20:06:36.297Z | Checking console v0.15.7 |
1060 | 2024-03-25T20:06:36.297Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1061 | 2024-03-25T20:06:36.297Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1062 | 2024-03-25T20:06:36.330Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1063 | 2024-03-25T20:06:36.330Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1064 | 2024-03-25T20:06:36.331Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1065 | 2024-03-25T20:06:36.782Z | Checking predicates-core v1.0.6 |
1066 | 2024-03-25T20:06:36.811Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1067 | 2024-03-25T20:06:36.811Z | Checking float-cmp v0.9.0 |
1068 | 2024-03-25T20:06:36.811Z | Checking difflib v0.4.0 |
1069 | 2024-03-25T20:06:36.811Z | Checking termtree v0.4.1 |
1070 | 2024-03-25T20:06:36.812Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1071 | 2024-03-25T20:06:36.812Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1072 | 2024-03-25T20:06:36.812Z | Checking unicode-segmentation v1.10.1 |
1073 | 2024-03-25T20:06:36.812Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1074 | 2024-03-25T20:06:36.812Z | Checking indicatif v0.17.6 |
1075 | 2024-03-25T20:06:36.838Z | Checking normalize-line-endings v0.3.0 |
1076 | 2024-03-25T20:06:36.926Z | Checking predicates-tree v1.0.9 |
1077 | 2024-03-25T20:06:36.951Z | Checking predicates v2.1.5 |
1078 | 2024-03-25T20:06:37.057Z | Compiling mockall_derive v0.11.4 |
1079 | 2024-03-25T20:06:37.501Z | Checking fragile v2.0.0 |
1080 | 2024-03-25T20:06:37.540Z | Checking newline-converter v0.3.0 |
1081 | 2024-03-25T20:06:37.540Z | Checking similar v2.2.1 |
1082 | 2024-03-25T20:06:37.541Z | Checking downcast v0.11.0 |
1083 | 2024-03-25T20:06:37.541Z | Checking serde_test v1.0.176 |
1084 | 2024-03-25T20:06:37.541Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1085 | 2024-03-25T20:06:37.885Z | Checking expectorate v1.0.7 |
1086 | 2024-03-25T20:06:41.245Z | Checking mockall v0.11.4 |
1087 | 2024-03-25T20:06:42.117Z | Checking tokio-util v0.7.8 |
1088 | 2024-03-25T20:06:42.146Z | Checking tokio-rustls v0.24.1 |
1089 | 2024-03-25T20:06:42.146Z | Checking tokio-native-tls v0.3.1 |
1090 | 2024-03-25T20:06:42.146Z | Checking tokio-rustls v0.25.0 |
1091 | 2024-03-25T20:06:42.147Z | Checking backoff v0.4.0 |
1092 | 2024-03-25T20:06:42.147Z | Checking steno v0.4.0 |
1093 | 2024-03-25T20:06:42.147Z | Checking tokio-io-timeout v1.2.0 |
1094 | 2024-03-25T20:06:42.212Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1095 | 2024-03-25T20:06:42.748Z | Checking sha256 v1.4.0 |
1096 | 2024-03-25T20:06:42.788Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1097 | 2024-03-25T20:06:42.788Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1098 | 2024-03-25T20:06:42.788Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1099 | 2024-03-25T20:06:42.789Z | Checking tokio-tungstenite v0.20.1 |
1100 | 2024-03-25T20:06:42.789Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1101 | 2024-03-25T20:06:42.789Z | Checking trust-dns-proto v0.22.0 |
1102 | 2024-03-25T20:06:42.874Z | Checking h2 v0.3.24 |
1103 | 2024-03-25T20:06:42.874Z | Checking tower v0.4.13 |
1104 | 2024-03-25T20:06:43.824Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1105 | 2024-03-25T20:06:45.613Z | Checking trust-dns-resolver v0.22.0 |
1106 | 2024-03-25T20:06:47.903Z | Checking hyper v0.14.27 |
1107 | 2024-03-25T20:06:52.679Z | Checking hyper-rustls v0.24.1 |
1108 | 2024-03-25T20:06:52.679Z | Checking hyper-tls v0.5.0 |
1109 | 2024-03-25T20:06:52.703Z | Checking dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1110 | 2024-03-25T20:06:52.703Z | Checking hyper-timeout v0.4.1 |
1111 | 2024-03-25T20:06:52.984Z | Checking reqwest v0.11.24 |
1112 | 2024-03-25T20:06:52.985Z | Checking octocrab v0.25.1 |
1113 | 2024-03-25T20:06:54.244Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1114 | 2024-03-25T20:06:54.491Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1115 | 2024-03-25T20:06:54.647Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1116 | 2024-03-25T20:06:54.647Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1117 | 2024-03-25T20:06:54.673Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1118 | 2024-03-25T20:06:55.589Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1119 | 2024-03-25T20:06:55.589Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1120 | 2024-03-25T20:06:56.387Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1121 | 2024-03-25T20:07:00.936Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1122 | 2024-03-25T20:07:01.787Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1123 | 2024-03-25T20:07:01.787Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1124 | 2024-03-25T20:07:01.811Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1125 | 2024-03-25T20:07:04.242Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1126 | 2024-03-25T20:07:05.806Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1127 | 2024-03-25T20:07:10.951Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1128 | 2024-03-25T20:07:20.309Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1129 | 2024-03-25T20:07:28.954Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1130 | 2024-03-25T20:07:29.486Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1131 | 2024-03-25T20:07:34.143Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1132 | 2024-03-25T20:07:49.539Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1133 | 2024-03-25T20:07:49.539Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1134 | 2024-03-25T20:07:58.103Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 22s |
1135 | 2024-03-25T20:07:58.182Z | |
1136 | 2024-03-25T20:07:58.182Z | real 1:22.965918703 |
1137 | 2024-03-25T20:07:58.183Z | user 2:41.430396067 |
1138 | 2024-03-25T20:07:58.183Z | sys 29.387016487 |
1139 | 2024-03-25T20:07:58.183Z | trap 0.061343573 |
1140 | 2024-03-25T20:07:58.183Z | tflt 0.061722112 |
1141 | 2024-03-25T20:07:58.183Z | dflt 0.181927752 |
1142 | 2024-03-25T20:07:58.183Z | kflt 0.000092781 |
1143 | 2024-03-25T20:07:58.183Z | lock 6:14.523523196 |
1144 | 2024-03-25T20:07:58.183Z | slp 7:35.229059692 |
1145 | 2024-03-25T20:07:58.183Z | lat 2.265054797 |
1146 | 2024-03-25T20:07:58.183Z | stop 5.234721143 |
1147 | 2024-03-25T20:07:58.207Z | + banner build |
1148 | 2024-03-25T20:07:58.208Z | |
1149 | 2024-03-25T20:07:58.208Z | ##### # # # # ##### |
1150 | 2024-03-25T20:07:58.208Z | # # # # # # # # |
1151 | 2024-03-25T20:07:58.208Z | ##### # # # # # # |
1152 | 2024-03-25T20:07:58.208Z | # # # # # # # # |
1153 | 2024-03-25T20:07:58.208Z | # # # # # # # # |
1154 | 2024-03-25T20:07:58.208Z | ##### #### # ###### ##### |
1155 | 2024-03-25T20:07:58.208Z | |
1156 | 2024-03-25T20:07:58.208Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1157 | 2024-03-25T20:07:59.073Z | Compiling proc-macro2 v1.0.78 |
1158 | 2024-03-25T20:07:59.073Z | Compiling unicode-ident v1.0.12 |
1159 | 2024-03-25T20:07:59.073Z | Compiling version_check v0.9.4 |
1160 | 2024-03-25T20:07:59.098Z | Compiling libc v0.2.150 |
1161 | 2024-03-25T20:07:59.098Z | Compiling cfg-if v1.0.0 |
1162 | 2024-03-25T20:07:59.098Z | Compiling serde v1.0.197 |
1163 | 2024-03-25T20:07:59.098Z | Compiling autocfg v1.1.0 |
1164 | 2024-03-25T20:07:59.098Z | Compiling syn v1.0.109 |
1165 | 2024-03-25T20:07:59.267Z | Compiling thiserror v1.0.57 |
1166 | 2024-03-25T20:07:59.634Z | Compiling once_cell v1.19.0 |
1167 | 2024-03-25T20:07:59.658Z | Compiling ahash v0.8.10 |
1168 | 2024-03-25T20:07:59.718Z | Compiling memchr v2.6.4 |
1169 | 2024-03-25T20:07:59.766Z | Compiling itoa v1.0.9 |
1170 | 2024-03-25T20:08:00.069Z | Compiling byteorder v1.4.3 |
1171 | 2024-03-25T20:08:00.248Z | Compiling log v0.4.21 |
1172 | 2024-03-25T20:08:00.359Z | Compiling quote v1.0.35 |
1173 | 2024-03-25T20:08:00.464Z | Compiling jobserver v0.1.26 |
1174 | 2024-03-25T20:08:00.591Z | Compiling pin-project-lite v0.2.13 |
1175 | 2024-03-25T20:08:00.701Z | Compiling syn v2.0.52 |
1176 | 2024-03-25T20:08:00.885Z | Compiling cc v1.0.83 |
1177 | 2024-03-25T20:08:00.979Z | Compiling getrandom v0.2.10 |
1178 | 2024-03-25T20:08:01.180Z | Compiling scopeguard v1.2.0 |
1179 | 2024-03-25T20:08:01.309Z | Compiling pkg-config v0.3.27 |
1180 | 2024-03-25T20:08:01.355Z | Compiling lock_api v0.4.10 |
1181 | 2024-03-25T20:08:01.485Z | Compiling parking_lot_core v0.9.8 |
1182 | 2024-03-25T20:08:01.748Z | Compiling smallvec v1.11.0 |
1183 | 2024-03-25T20:08:02.005Z | Compiling vcpkg v0.2.15 |
1184 | 2024-03-25T20:08:02.373Z | Compiling serde_json v1.0.114 |
1185 | 2024-03-25T20:08:02.604Z | Compiling ryu v1.0.15 |
1186 | 2024-03-25T20:08:02.727Z | Compiling heck v0.4.1 |
1187 | 2024-03-25T20:08:02.827Z | Compiling parking_lot v0.12.1 |
1188 | 2024-03-25T20:08:03.060Z | Compiling signal-hook-registry v1.4.1 |
1189 | 2024-03-25T20:08:03.084Z | Compiling socket2 v0.5.5 |
1190 | 2024-03-25T20:08:03.109Z | Compiling num_cpus v1.16.0 |
1191 | 2024-03-25T20:08:03.223Z | Compiling mio v0.8.11 |
1192 | 2024-03-25T20:08:03.500Z | Compiling libm v0.2.7 |
1193 | 2024-03-25T20:08:03.580Z | Compiling num-traits v0.2.16 |
1194 | 2024-03-25T20:08:04.092Z | Compiling allocator-api2 v0.2.16 |
1195 | 2024-03-25T20:08:04.847Z | Compiling futures-core v0.3.30 |
1196 | 2024-03-25T20:08:04.871Z | Compiling rand_core v0.6.4 |
1197 | 2024-03-25T20:08:04.906Z | Compiling slab v0.4.9 |
1198 | 2024-03-25T20:08:05.058Z | Compiling futures-sink v0.3.30 |
1199 | 2024-03-25T20:08:05.082Z | Compiling bitflags v2.4.0 |
1200 | 2024-03-25T20:08:05.293Z | Compiling futures-channel v0.3.30 |
1201 | 2024-03-25T20:08:05.321Z | Compiling equivalent v1.0.1 |
1202 | 2024-03-25T20:08:05.420Z | Compiling pin-utils v0.1.0 |
1203 | 2024-03-25T20:08:05.506Z | Compiling typenum v1.16.0 |
1204 | 2024-03-25T20:08:05.573Z | Compiling futures-io v0.3.30 |
1205 | 2024-03-25T20:08:05.650Z | Compiling futures-task v0.3.30 |
1206 | 2024-03-25T20:08:05.728Z | Compiling generic-array v0.14.7 |
1207 | 2024-03-25T20:08:05.919Z | Compiling tracing-core v0.1.31 |
1208 | 2024-03-25T20:08:05.978Z | Compiling fnv v1.0.7 |
1209 | 2024-03-25T20:08:06.104Z | Compiling ucd-trie v0.1.6 |
1210 | 2024-03-25T20:08:06.130Z | Compiling iana-time-zone v0.1.57 |
1211 | 2024-03-25T20:08:06.564Z | Compiling serde_derive_internals v0.26.0 |
1212 | 2024-03-25T20:08:06.851Z | Compiling slog v2.7.0 |
1213 | 2024-03-25T20:08:07.384Z | Compiling subtle v2.5.0 |
1214 | 2024-03-25T20:08:07.408Z | Compiling time-core v0.1.1 |
1215 | 2024-03-25T20:08:07.545Z | Compiling httparse v1.8.0 |
1216 | 2024-03-25T20:08:07.624Z | Compiling schemars v0.8.16 |
1217 | 2024-03-25T20:08:08.338Z | Compiling openssl-sys v0.9.96 |
1218 | 2024-03-25T20:08:08.668Z | Compiling ring v0.16.20 |
1219 | 2024-03-25T20:08:08.913Z | Compiling dyn-clone v1.0.13 |
1220 | 2024-03-25T20:08:09.111Z | Compiling crypto-common v0.1.6 |
1221 | 2024-03-25T20:08:09.627Z | Compiling socket2 v0.4.9 |
1222 | 2024-03-25T20:08:09.651Z | Compiling base64 v0.21.7 |
1223 | 2024-03-25T20:08:09.651Z | Compiling percent-encoding v2.3.1 |
1224 | 2024-03-25T20:08:09.969Z | Compiling form_urlencoded v1.2.1 |
1225 | 2024-03-25T20:08:10.026Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-03-25T20:08:10.293Z | Compiling spin v0.5.2 |
1227 | 2024-03-25T20:08:10.401Z | Compiling untrusted v0.7.1 |
1228 | 2024-03-25T20:08:10.426Z | Compiling tower-service v0.3.2 |
1229 | 2024-03-25T20:08:10.510Z | Compiling tinyvec v1.6.0 |
1230 | 2024-03-25T20:08:10.539Z | Compiling rustversion v1.0.14 |
1231 | 2024-03-25T20:08:10.564Z | Compiling crossbeam-utils v0.8.16 |
1232 | 2024-03-25T20:08:10.642Z | Compiling try-lock v0.2.4 |
1233 | 2024-03-25T20:08:10.784Z | Compiling want v0.3.1 |
1234 | 2024-03-25T20:08:11.023Z | Compiling time-macros v0.2.13 |
1235 | 2024-03-25T20:08:11.050Z | Compiling aho-corasick v1.0.4 |
1236 | 2024-03-25T20:08:11.346Z | Compiling serde_derive v1.0.197 |
1237 | 2024-03-25T20:08:11.440Z | Compiling zerocopy-derive v0.7.32 |
1238 | 2024-03-25T20:08:11.464Z | Compiling thiserror-impl v1.0.57 |
1239 | 2024-03-25T20:08:12.074Z | Compiling tokio-macros v2.2.0 |
1240 | 2024-03-25T20:08:13.342Z | Compiling zerocopy v0.7.32 |
1241 | 2024-03-25T20:08:13.819Z | Compiling futures-macro v0.3.30 |
1242 | 2024-03-25T20:08:14.184Z | Compiling schemars_derive v0.8.16 |
1243 | 2024-03-25T20:08:14.211Z | Compiling tracing-attributes v0.1.26 |
1244 | 2024-03-25T20:08:14.243Z | Compiling pest v2.7.6 |
1245 | 2024-03-25T20:08:15.192Z | Compiling hashbrown v0.14.3 |
1246 | 2024-03-25T20:08:15.745Z | Compiling futures-util v0.3.30 |
1247 | 2024-03-25T20:08:16.969Z | Compiling pest_meta v2.7.6 |
1248 | 2024-03-25T20:08:17.041Z | Compiling unicode-normalization v0.1.22 |
1249 | 2024-03-25T20:08:17.485Z | Compiling tracing v0.1.37 |
1250 | 2024-03-25T20:08:17.509Z | Compiling unicode-bidi v0.3.13 |
1251 | 2024-03-25T20:08:18.205Z | Compiling pest_generator v2.7.6 |
1252 | 2024-03-25T20:08:19.632Z | Compiling rustix v0.38.26 |
1253 | 2024-03-25T20:08:20.268Z | Compiling cpufeatures v0.2.12 |
1254 | 2024-03-25T20:08:20.345Z | Compiling pest_derive v2.7.6 |
1255 | 2024-03-25T20:08:20.370Z | Compiling regex-syntax v0.8.2 |
1256 | 2024-03-25T20:08:20.370Z | Compiling num_threads v0.1.6 |
1257 | 2024-03-25T20:08:21.408Z | Compiling deranged v0.3.8 |
1258 | 2024-03-25T20:08:21.534Z | Compiling httpdate v1.0.3 |
1259 | 2024-03-25T20:08:23.219Z | Compiling indexmap v2.2.5 |
1260 | 2024-03-25T20:08:23.417Z | Compiling serde_tokenstream v0.2.0 |
1261 | 2024-03-25T20:08:23.444Z | Compiling bytes v1.5.0 |
1262 | 2024-03-25T20:08:24.372Z | Compiling tokio v1.36.0 |
1263 | 2024-03-25T20:08:24.454Z | Compiling chrono v0.4.34 |
1264 | 2024-03-25T20:08:25.107Z | Compiling http v0.2.12 |
1265 | 2024-03-25T20:08:25.354Z | Compiling uuid v1.7.0 |
1266 | 2024-03-25T20:08:25.476Z | Compiling regex-automata v0.4.4 |
1267 | 2024-03-25T20:08:26.363Z | Compiling time v0.3.27 |
1268 | 2024-03-25T20:08:29.147Z | Compiling http-body v0.4.5 |
1269 | 2024-03-25T20:08:29.498Z | Compiling block-buffer v0.10.4 |
1270 | 2024-03-25T20:08:29.690Z | Compiling errno v0.3.8 |
1271 | 2024-03-25T20:08:29.914Z | Compiling async-trait v0.1.77 |
1272 | 2024-03-25T20:08:30.373Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-03-25T20:08:30.820Z | Compiling rustls v0.21.7 |
1274 | 2024-03-25T20:08:31.128Z | Compiling anyhow v1.0.75 |
1275 | 2024-03-25T20:08:32.110Z | Compiling tokio-util v0.7.8 |
1276 | 2024-03-25T20:08:32.559Z | Compiling digest v0.10.7 |
1277 | 2024-03-25T20:08:33.408Z | Compiling regex v1.10.3 |
1278 | 2024-03-25T20:08:33.645Z | Compiling h2 v0.3.24 |
1279 | 2024-03-25T20:08:35.690Z | Compiling rustls-webpki v0.101.4 |
1280 | 2024-03-25T20:08:36.145Z | Compiling sct v0.7.0 |
1281 | 2024-03-25T20:08:36.558Z | Compiling idna v0.4.0 |
1282 | 2024-03-25T20:08:38.014Z | Compiling thread-id v4.2.0 |
1283 | 2024-03-25T20:08:38.592Z | Compiling ppv-lite86 v0.2.17 |
1284 | 2024-03-25T20:08:38.875Z | Compiling url v2.4.0 |
1285 | 2024-03-25T20:08:39.674Z | Compiling rand_chacha v0.3.1 |
1286 | 2024-03-25T20:08:40.738Z | Compiling hyper v0.14.27 |
1287 | 2024-03-25T20:08:43.656Z | Compiling rustls-pemfile v1.0.4 |
1288 | 2024-03-25T20:08:47.917Z | Compiling tokio-rustls v0.24.1 |
1289 | 2024-03-25T20:08:48.309Z | Compiling rand v0.8.5 |
1290 | 2024-03-25T20:08:48.593Z | Compiling is-terminal v0.4.9 |
1291 | 2024-03-25T20:08:48.660Z | Compiling serde_urlencoded v0.7.1 |
1292 | 2024-03-25T20:08:48.702Z | Compiling regress v0.9.0 |
1293 | 2024-03-25T20:08:49.168Z | Compiling dirs-sys-next v0.1.2 |
1294 | 2024-03-25T20:08:49.759Z | Compiling openssl v0.10.60 |
1295 | 2024-03-25T20:08:50.152Z | Compiling foreign-types-shared v0.1.1 |
1296 | 2024-03-25T20:08:50.182Z | Compiling dirs-next v2.0.0 |
1297 | 2024-03-25T20:08:50.257Z | Compiling foreign-types v0.3.2 |
1298 | 2024-03-25T20:08:50.343Z | Compiling openssl-macros v0.1.1 |
1299 | 2024-03-25T20:08:50.398Z | Compiling thread_local v1.1.7 |
1300 | 2024-03-25T20:08:51.107Z | Compiling encoding_rs v0.8.33 |
1301 | 2024-03-25T20:08:51.132Z | Compiling native-tls v0.2.11 |
1302 | 2024-03-25T20:08:51.481Z | Compiling slog-async v2.8.0 |
1303 | 2024-03-25T20:08:51.908Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1304 | 2024-03-25T20:08:52.488Z | Compiling semver v1.0.22 |
1305 | 2024-03-25T20:08:52.658Z | Compiling mime v0.3.17 |
1306 | 2024-03-25T20:08:53.018Z | Compiling camino v1.1.6 |
1307 | 2024-03-25T20:08:53.588Z | Compiling term v0.7.0 |
1308 | 2024-03-25T20:08:57.616Z | Compiling rustls-native-certs v0.6.3 |
1309 | 2024-03-25T20:08:58.097Z | Compiling crossbeam-channel v0.5.8 |
1310 | 2024-03-25T20:08:58.392Z | Compiling futures-executor v0.3.30 |
1311 | 2024-03-25T20:08:59.470Z | Compiling unicode-width v0.1.10 |
1312 | 2024-03-25T20:08:59.515Z | Compiling lazy_static v1.4.0 |
1313 | 2024-03-25T20:08:59.636Z | Compiling take_mut v0.2.2 |
1314 | 2024-03-25T20:09:00.375Z | Compiling futures v0.3.30 |
1315 | 2024-03-25T20:09:00.470Z | Compiling hyper-rustls v0.24.1 |
1316 | 2024-03-25T20:09:00.577Z | Compiling slog-term v2.9.1 |
1317 | 2024-03-25T20:09:01.060Z | Compiling openapiv3 v2.0.0 |
1318 | 2024-03-25T20:09:01.346Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1319 | 2024-03-25T20:09:02.545Z | Compiling toml_datetime v0.6.5 |
1320 | 2024-03-25T20:09:03.100Z | Compiling serde_spanned v0.6.5 |
1321 | 2024-03-25T20:09:03.180Z | Compiling scroll_derive v0.12.0 |
1322 | 2024-03-25T20:09:03.320Z | Compiling libz-sys v1.1.12 |
1323 | 2024-03-25T20:09:03.365Z | Compiling ring v0.17.7 |
1324 | 2024-03-25T20:09:03.654Z | Compiling usdt-impl v0.5.0 |
1325 | 2024-03-25T20:09:03.865Z | Compiling winnow v0.5.15 |
1326 | 2024-03-25T20:09:04.007Z | Compiling omicron-workspace-hack v0.1.0 |
1327 | 2024-03-25T20:09:04.310Z | Compiling zeroize v1.6.0 |
1328 | 2024-03-25T20:09:04.509Z | Compiling ipnet v2.8.0 |
1329 | 2024-03-25T20:09:05.055Z | Compiling scroll v0.12.0 |
1330 | 2024-03-25T20:09:05.304Z | Compiling tokio-native-tls v0.3.1 |
1331 | 2024-03-25T20:09:05.561Z | Compiling dof v0.3.0 |
1332 | 2024-03-25T20:09:06.017Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-03-25T20:09:06.777Z | Compiling toml_edit v0.19.15 |
1334 | 2024-03-25T20:09:07.367Z | Compiling plain v0.2.3 |
1335 | 2024-03-25T20:09:07.396Z | Compiling spin v0.9.8 |
1336 | 2024-03-25T20:09:07.515Z | Compiling goblin v0.8.0 |
1337 | 2024-03-25T20:09:07.944Z | Compiling getopts v0.2.21 |
1338 | 2024-03-25T20:09:08.624Z | Compiling hyper-tls v0.5.0 |
1339 | 2024-03-25T20:09:09.003Z | Compiling proc-macro-crate v1.3.1 |
1340 | 2024-03-25T20:09:09.134Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1341 | 2024-03-25T20:09:09.268Z | Compiling sha1 v0.10.6 |
1342 | 2024-03-25T20:09:10.376Z | Compiling rustls-pki-types v1.3.1 |
1343 | 2024-03-25T20:09:11.463Z | Compiling sync_wrapper v0.1.2 |
1344 | 2024-03-25T20:09:11.573Z | Compiling unsafe-libyaml v0.2.9 |
1345 | 2024-03-25T20:09:12.093Z | Compiling pretty-hex v0.4.1 |
1346 | 2024-03-25T20:09:12.295Z | Compiling match_cfg v0.1.0 |
1347 | 2024-03-25T20:09:12.734Z | Compiling untrusted v0.9.0 |
1348 | 2024-03-25T20:09:12.734Z | Compiling webpki-roots v0.25.2 |
1349 | 2024-03-25T20:09:12.734Z | Compiling serde_yaml v0.9.25 |
1350 | 2024-03-25T20:09:13.111Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1351 | 2024-03-25T20:09:13.423Z | Compiling reqwest v0.11.24 |
1352 | 2024-03-25T20:09:15.909Z | Compiling hostname v0.3.1 |
1353 | 2024-03-25T20:09:18.253Z | Compiling num-integer v0.1.45 |
1354 | 2024-03-25T20:09:18.603Z | Compiling unicode-xid v0.2.4 |
1355 | 2024-03-25T20:09:18.746Z | Compiling strsim v0.10.0 |
1356 | 2024-03-25T20:09:18.780Z | Compiling ident_case v1.0.1 |
1357 | 2024-03-25T20:09:18.845Z | Compiling rustls v0.22.2 |
1358 | 2024-03-25T20:09:18.924Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1359 | 2024-03-25T20:09:19.139Z | Compiling darling_core v0.20.3 |
1360 | 2024-03-25T20:09:23.766Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1361 | 2024-03-25T20:09:25.128Z | Compiling usdt-macro v0.5.0 |
1362 | 2024-03-25T20:09:25.327Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-03-25T20:09:26.780Z | Compiling serde_path_to_error v0.1.15 |
1364 | 2024-03-25T20:09:26.808Z | Compiling memmap v0.7.0 |
1365 | 2024-03-25T20:09:27.029Z | Compiling multer v3.0.0 |
1366 | 2024-03-25T20:09:27.226Z | Compiling paste v1.0.14 |
1367 | 2024-03-25T20:09:27.363Z | Compiling winnow v0.6.2 |
1368 | 2024-03-25T20:09:27.785Z | Compiling usdt v0.5.0 |
1369 | 2024-03-25T20:09:28.024Z | Compiling darling_macro v0.20.3 |
1370 | 2024-03-25T20:09:29.021Z | Compiling slog-json v2.6.1 |
1371 | 2024-03-25T20:09:29.075Z | Compiling http v1.0.0 |
1372 | 2024-03-25T20:09:29.170Z | Compiling strum_macros v0.26.1 |
1373 | 2024-03-25T20:09:29.463Z | Compiling async-stream-impl v0.3.5 |
1374 | 2024-03-25T20:09:30.741Z | Compiling toml_edit v0.22.6 |
1375 | 2024-03-25T20:09:31.102Z | Compiling num-bigint v0.4.4 |
1376 | 2024-03-25T20:09:31.570Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1377 | 2024-03-25T20:09:31.910Z | Compiling atomic-waker v1.1.1 |
1378 | 2024-03-25T20:09:32.111Z | Compiling waitgroup v0.1.2 |
1379 | 2024-03-25T20:09:32.382Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1380 | 2024-03-25T20:09:32.575Z | Compiling async-stream v0.3.5 |
1381 | 2024-03-25T20:09:32.861Z | Compiling slog-bunyan v2.5.0 |
1382 | 2024-03-25T20:09:33.313Z | Compiling strum v0.26.1 |
1383 | 2024-03-25T20:09:33.440Z | Compiling darling v0.20.3 |
1384 | 2024-03-25T20:09:33.479Z | Compiling toml v0.8.10 |
1385 | 2024-03-25T20:09:34.529Z | Compiling synstructure v0.12.6 |
1386 | 2024-03-25T20:09:34.622Z | Compiling rustls-pemfile v2.1.1 |
1387 | 2024-03-25T20:09:35.312Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1388 | 2024-03-25T20:09:35.312Z | Compiling hex v0.4.3 |
1389 | 2024-03-25T20:09:35.825Z | Compiling structmeta-derive v0.3.0 |
1390 | 2024-03-25T20:09:35.890Z | Compiling proc-macro-error-attr v1.0.4 |
1391 | 2024-03-25T20:09:36.197Z | Compiling debug-ignore v1.0.5 |
1392 | 2024-03-25T20:09:36.379Z | Compiling zerocopy-derive v0.2.0 |
1393 | 2024-03-25T20:09:37.218Z | Compiling serde_with_macros v3.6.1 |
1394 | 2024-03-25T20:09:38.321Z | Compiling structmeta v0.3.0 |
1395 | 2024-03-25T20:09:38.639Z | Compiling num_enum_derive v0.5.11 |
1396 | 2024-03-25T20:09:38.803Z | Compiling newtype-uuid v1.0.1 |
1397 | 2024-03-25T20:09:39.099Z | Compiling proc-macro-error v1.0.4 |
1398 | 2024-03-25T20:09:39.491Z | Compiling bitflags v1.3.2 |
1399 | 2024-03-25T20:09:39.734Z | Compiling serde_with v3.6.1 |
1400 | 2024-03-25T20:09:40.770Z | Compiling num_enum v0.5.11 |
1401 | 2024-03-25T20:09:40.925Z | Compiling parse-display-derive v0.9.0 |
1402 | 2024-03-25T20:09:41.807Z | Compiling serde_repr v0.1.16 |
1403 | 2024-03-25T20:09:42.871Z | Compiling instant v0.1.12 |
1404 | 2024-03-25T20:09:43.045Z | Compiling backoff v0.4.0 |
1405 | 2024-03-25T20:09:44.543Z | Compiling parse-display v0.9.0 |
1406 | 2024-03-25T20:09:44.691Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1407 | 2024-03-25T20:09:44.945Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1408 | 2024-03-25T20:09:45.015Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1409 | 2024-03-25T20:09:45.226Z | Compiling ipnetwork v0.20.0 |
1410 | 2024-03-25T20:09:45.673Z | Compiling macaddr v1.0.1 |
1411 | 2024-03-25T20:09:46.035Z | Compiling regress v0.8.0 |
1412 | 2024-03-25T20:09:46.174Z | Compiling libgit2-sys v0.16.2+1.7.2 |
1413 | 2024-03-25T20:09:46.282Z | Compiling num-rational v0.4.1 |
1414 | 2024-03-25T20:09:46.596Z | Compiling num-iter v0.1.43 |
1415 | 2024-03-25T20:09:46.857Z | Compiling usdt-impl v0.3.5 |
1416 | 2024-03-25T20:09:47.201Z | Compiling either v1.9.0 |
1417 | 2024-03-25T20:09:47.225Z | Compiling static_assertions v1.1.0 |
1418 | 2024-03-25T20:09:47.316Z | Compiling semver v0.1.20 |
1419 | 2024-03-25T20:09:47.805Z | Compiling rustc_version v0.1.7 |
1420 | 2024-03-25T20:09:49.579Z | Compiling atty v0.2.14 |
1421 | 2024-03-25T20:09:49.661Z | Compiling arc-swap v1.6.0 |
1422 | 2024-03-25T20:09:51.904Z | Compiling newtype_derive v0.1.6 |
1423 | 2024-03-25T20:09:51.959Z | Compiling zerocopy v0.3.2 |
1424 | 2024-03-25T20:09:52.408Z | Compiling strum_macros v0.25.3 |
1425 | 2024-03-25T20:09:52.480Z | Compiling vergen v8.3.1 |
1426 | 2024-03-25T20:09:52.778Z | Compiling num-complex v0.4.4 |
1427 | 2024-03-25T20:09:52.845Z | Compiling cargo-platform v0.1.6 |
1428 | 2024-03-25T20:09:53.331Z | Compiling hubpack_derive v0.1.1 |
1429 | 2024-03-25T20:09:53.911Z | Compiling zerocopy-derive v0.6.6 |
1430 | 2024-03-25T20:09:54.188Z | Compiling memoffset v0.9.0 |
1431 | 2024-03-25T20:09:54.503Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1432 | 2024-03-25T20:09:54.844Z | Compiling crucible-workspace-hack v0.1.0 |
1433 | 2024-03-25T20:09:54.876Z | Compiling base64ct v1.6.0 |
1434 | 2024-03-25T20:09:55.418Z | Compiling password-hash v0.5.0 |
1435 | 2024-03-25T20:09:55.623Z | Compiling hubpack v0.1.2 |
1436 | 2024-03-25T20:09:55.794Z | Compiling zerocopy v0.6.6 |
1437 | 2024-03-25T20:09:55.832Z | Compiling num v0.4.1 |
1438 | 2024-03-25T20:09:55.911Z | Compiling cargo_metadata v0.18.1 |
1439 | 2024-03-25T20:09:56.068Z | Compiling dof v0.1.5 |
1440 | 2024-03-25T20:09:56.383Z | Compiling slog-scope v4.4.0 |
1441 | 2024-03-25T20:09:56.553Z | Compiling rustc_version v0.4.0 |
1442 | 2024-03-25T20:09:56.778Z | Compiling blake2 v0.10.6 |
1443 | 2024-03-25T20:09:56.866Z | Compiling dtrace-parser v0.1.14 |
1444 | 2024-03-25T20:09:56.907Z | Compiling libsqlite3-sys v0.28.0 |
1445 | 2024-03-25T20:09:57.041Z | Compiling crossbeam-epoch v0.9.15 |
1446 | 2024-03-25T20:09:57.078Z | Compiling slog-dtrace v0.3.0 |
1447 | 2024-03-25T20:09:57.225Z | Compiling humantime v2.1.0 |
1448 | 2024-03-25T20:09:57.412Z | Compiling utf8parse v0.2.1 |
1449 | 2024-03-25T20:09:57.486Z | Compiling data-encoding v2.4.0 |
1450 | 2024-03-25T20:09:57.964Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1451 | 2024-03-25T20:09:58.001Z | Compiling fixedbitset v0.4.2 |
1452 | 2024-03-25T20:09:58.158Z | Compiling anstyle-parse v0.2.1 |
1453 | 2024-03-25T20:09:58.320Z | Compiling petgraph v0.6.4 |
1454 | 2024-03-25T20:09:58.586Z | Compiling argon2 v0.5.3 |
1455 | 2024-03-25T20:09:58.709Z | Compiling slog-stdlog v4.1.1 |
1456 | 2024-03-25T20:09:58.848Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1457 | 2024-03-25T20:09:59.571Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1458 | 2024-03-25T20:09:59.857Z | Compiling serde_tokenstream v0.1.7 |
1459 | 2024-03-25T20:10:00.040Z | Compiling foreign-types-macros v0.2.3 |
1460 | 2024-03-25T20:10:00.387Z | Compiling inout v0.1.3 |
1461 | 2024-03-25T20:10:00.525Z | Compiling backtrace v0.3.69 |
1462 | 2024-03-25T20:10:00.566Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
1463 | 2024-03-25T20:10:00.839Z | Compiling indexmap v1.9.3 |
1464 | 2024-03-25T20:10:00.986Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1465 | 2024-03-25T20:10:01.181Z | Compiling termcolor v1.2.0 |
1466 | 2024-03-25T20:10:01.205Z | Compiling foreign-types-shared v0.3.1 |
1467 | 2024-03-25T20:10:01.230Z | Compiling base64 v0.13.1 |
1468 | 2024-03-25T20:10:01.300Z | Compiling colorchoice v1.0.0 |
1469 | 2024-03-25T20:10:01.329Z | Compiling radium v0.7.0 |
1470 | 2024-03-25T20:10:02.261Z | Compiling gimli v0.28.0 |
1471 | 2024-03-25T20:10:02.261Z | Compiling anstyle v1.0.2 |
1472 | 2024-03-25T20:10:02.298Z | Compiling doc-comment v0.3.3 |
1473 | 2024-03-25T20:10:02.298Z | Compiling adler v1.0.2 |
1474 | 2024-03-25T20:10:02.298Z | Compiling anstyle-query v1.0.0 |
1475 | 2024-03-25T20:10:02.298Z | Compiling pretty-hex v0.2.1 |
1476 | 2024-03-25T20:10:02.334Z | Compiling anstream v0.5.0 |
1477 | 2024-03-25T20:10:02.360Z | Compiling miniz_oxide v0.7.1 |
1478 | 2024-03-25T20:10:02.441Z | Compiling steno v0.4.0 |
1479 | 2024-03-25T20:10:02.507Z | Compiling foreign-types v0.5.0 |
1480 | 2024-03-25T20:10:02.678Z | Compiling cipher v0.4.4 |
1481 | 2024-03-25T20:10:03.598Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1482 | 2024-03-25T20:10:03.832Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1483 | 2024-03-25T20:10:04.507Z | Compiling slog-envlogger v2.2.0 |
1484 | 2024-03-25T20:10:04.882Z | Compiling itertools v0.10.5 |
1485 | 2024-03-25T20:10:05.300Z | Compiling addr2line v0.21.0 |
1486 | 2024-03-25T20:10:05.572Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1487 | 2024-03-25T20:10:05.989Z | Compiling colored v2.0.4 |
1488 | 2024-03-25T20:10:06.580Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1489 | 2024-03-25T20:10:06.840Z | Compiling hashlink v0.9.0 |
1490 | 2024-03-25T20:10:07.018Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1491 | 2024-03-25T20:10:07.051Z | Compiling pin-project-internal v1.1.3 |
1492 | 2024-03-25T20:10:07.550Z | Compiling cstr-argument v0.1.2 |
1493 | 2024-03-25T20:10:07.583Z | Compiling object v0.32.0 |
1494 | 2024-03-25T20:10:07.791Z | Compiling tower-layer v0.3.2 |
1495 | 2024-03-25T20:10:07.859Z | Compiling fastrand v2.0.0 |
1496 | 2024-03-25T20:10:08.135Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1497 | 2024-03-25T20:10:08.452Z | Compiling portable-atomic v1.4.3 |
1498 | 2024-03-25T20:10:08.506Z | Compiling rustc-demangle v0.1.23 |
1499 | 2024-03-25T20:10:09.231Z | Compiling tap v1.0.1 |
1500 | 2024-03-25T20:10:09.380Z | Compiling fallible-streaming-iterator v0.1.9 |
1501 | 2024-03-25T20:10:09.603Z | Compiling hashbrown v0.12.3 |
1502 | 2024-03-25T20:10:09.637Z | Compiling os_str_bytes v6.5.1 |
1503 | 2024-03-25T20:10:10.156Z | Compiling clap_lex v0.5.1 |
1504 | 2024-03-25T20:10:10.927Z | Compiling fallible-iterator v0.3.0 |
1505 | 2024-03-25T20:10:10.954Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1506 | 2024-03-25T20:10:10.954Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1507 | 2024-03-25T20:10:10.954Z | Compiling rayon-core v1.12.1 |
1508 | 2024-03-25T20:10:11.038Z | Compiling clap_builder v4.4.0 |
1509 | 2024-03-25T20:10:11.088Z | Compiling clap_lex v0.2.4 |
1510 | 2024-03-25T20:10:11.212Z | Compiling rusqlite v0.31.0 |
1511 | 2024-03-25T20:10:11.945Z | Compiling pin-project v1.1.3 |
1512 | 2024-03-25T20:10:12.065Z | Compiling wyz v0.5.1 |
1513 | 2024-03-25T20:10:12.550Z | Compiling tempfile v3.8.0 |
1514 | 2024-03-25T20:10:14.335Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1515 | 2024-03-25T20:10:15.111Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1516 | 2024-03-25T20:10:15.438Z | Compiling crossbeam-deque v0.8.3 |
1517 | 2024-03-25T20:10:15.874Z | Compiling pem v1.1.1 |
1518 | 2024-03-25T20:10:16.231Z | Compiling usdt-macro v0.3.5 |
1519 | 2024-03-25T20:10:16.257Z | Compiling usdt-attr-macro v0.3.5 |
1520 | 2024-03-25T20:10:17.178Z | Compiling twox-hash v1.6.3 |
1521 | 2024-03-25T20:10:17.425Z | Compiling clap_derive v3.2.25 |
1522 | 2024-03-25T20:10:17.550Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1523 | 2024-03-25T20:10:18.034Z | Compiling simple_asn1 v0.6.2 |
1524 | 2024-03-25T20:10:18.926Z | Compiling num_enum_derive v0.7.0 |
1525 | 2024-03-25T20:10:20.939Z | Compiling tokio-io-timeout v1.2.0 |
1526 | 2024-03-25T20:10:20.981Z | Compiling snafu-derive v0.7.5 |
1527 | 2024-03-25T20:10:20.982Z | Compiling clap_derive v4.4.0 |
1528 | 2024-03-25T20:10:21.230Z | Compiling universal-hash v0.5.1 |
1529 | 2024-03-25T20:10:21.414Z | Compiling nix v0.27.1 |
1530 | 2024-03-25T20:10:21.470Z | Compiling utf-8 v0.7.6 |
1531 | 2024-03-25T20:10:21.753Z | Compiling curl v0.4.44 |
1532 | 2024-03-25T20:10:22.106Z | Compiling textwrap v0.16.0 |
1533 | 2024-03-25T20:10:22.658Z | Compiling http-range-header v0.3.1 |
1534 | 2024-03-25T20:10:23.359Z | Compiling opaque-debug v0.3.0 |
1535 | 2024-03-25T20:10:23.426Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1536 | 2024-03-25T20:10:23.464Z | Compiling matches v0.1.10 |
1537 | 2024-03-25T20:10:23.534Z | Compiling funty v2.0.0 |
1538 | 2024-03-25T20:10:23.753Z | Compiling idna v0.2.3 |
1539 | 2024-03-25T20:10:24.402Z | Compiling polyval v0.6.1 |
1540 | 2024-03-25T20:10:24.843Z | Compiling bitvec v1.0.1 |
1541 | 2024-03-25T20:10:24.898Z | Compiling clap v4.4.0 |
1542 | 2024-03-25T20:10:25.440Z | Compiling snafu v0.7.5 |
1543 | 2024-03-25T20:10:25.440Z | Compiling tower-http v0.4.4 |
1544 | 2024-03-25T20:10:25.847Z | Compiling clap v3.2.25 |
1545 | 2024-03-25T20:10:26.507Z | Compiling tungstenite v0.20.1 |
1546 | 2024-03-25T20:10:26.671Z | Compiling num_enum v0.7.0 |
1547 | 2024-03-25T20:10:26.826Z | Compiling hyper-timeout v0.4.1 |
1548 | 2024-03-25T20:10:26.888Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1549 | 2024-03-25T20:10:27.076Z | Compiling jsonwebtoken v8.3.0 |
1550 | 2024-03-25T20:10:29.152Z | Compiling usdt v0.3.5 |
1551 | 2024-03-25T20:10:32.491Z | Compiling tower v0.4.13 |
1552 | 2024-03-25T20:10:33.101Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1553 | 2024-03-25T20:10:34.007Z | Compiling aes v0.8.3 |
1554 | 2024-03-25T20:10:34.033Z | Compiling ctr v0.9.2 |
1555 | 2024-03-25T20:10:34.332Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1556 | 2024-03-25T20:10:34.579Z | Compiling zone_cfg_derive v0.2.0 |
1557 | 2024-03-25T20:10:34.947Z | Compiling secrecy v0.8.0 |
1558 | 2024-03-25T20:10:35.122Z | Compiling console v0.15.7 |
1559 | 2024-03-25T20:10:35.871Z | Compiling sha2 v0.10.7 |
1560 | 2024-03-25T20:10:36.041Z | Compiling bincode v1.3.3 |
1561 | 2024-03-25T20:10:36.959Z | Compiling enum-as-inner v0.5.1 |
1562 | 2024-03-25T20:10:37.465Z | Compiling async-recursion v0.3.2 |
1563 | 2024-03-25T20:10:37.935Z | Compiling aead v0.5.2 |
1564 | 2024-03-25T20:10:37.998Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1565 | 2024-03-25T20:10:38.077Z | Compiling number_prefix v0.4.0 |
1566 | 2024-03-25T20:10:38.243Z | Compiling quick-error v1.2.3 |
1567 | 2024-03-25T20:10:38.290Z | Compiling linked-hash-map v0.5.6 |
1568 | 2024-03-25T20:10:38.358Z | Compiling erased-serde v0.3.30 |
1569 | 2024-03-25T20:10:38.903Z | Compiling resolv-conf v0.7.0 |
1570 | 2024-03-25T20:10:38.904Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1571 | 2024-03-25T20:10:38.904Z | Compiling lru-cache v0.1.2 |
1572 | 2024-03-25T20:10:38.904Z | Compiling indicatif v0.17.6 |
1573 | 2024-03-25T20:10:38.904Z | Compiling aes-gcm-siv v0.11.1 |
1574 | 2024-03-25T20:10:38.905Z | Compiling trust-dns-proto v0.22.0 |
1575 | 2024-03-25T20:10:39.345Z | Compiling sha256 v1.4.0 |
1576 | 2024-03-25T20:10:39.577Z | Compiling zone v0.2.0 |
1577 | 2024-03-25T20:10:39.610Z | Compiling octocrab v0.25.1 |
1578 | 2024-03-25T20:10:39.770Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1579 | 2024-03-25T20:10:40.127Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1580 | 2024-03-25T20:10:42.321Z | Compiling rayon v1.8.1 |
1581 | 2024-03-25T20:10:44.459Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
1582 | 2024-03-25T20:10:45.946Z | Compiling toml v0.7.8 |
1583 | 2024-03-25T20:10:46.635Z | Compiling tokio-tungstenite v0.20.1 |
1584 | 2024-03-25T20:10:47.031Z | Compiling env_logger v0.9.3 |
1585 | 2024-03-25T20:10:47.641Z | Compiling itertools v0.12.1 |
1586 | 2024-03-25T20:10:48.536Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1587 | 2024-03-25T20:10:48.988Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1588 | 2024-03-25T20:10:50.251Z | Compiling toml v0.5.11 |
1589 | 2024-03-25T20:10:50.566Z | Compiling bitstruct_derive v0.1.0 |
1590 | 2024-03-25T20:10:50.930Z | Compiling async-recursion v1.0.5 |
1591 | 2024-03-25T20:10:50.954Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1592 | 2024-03-25T20:10:51.064Z | Compiling libloading v0.7.4 |
1593 | 2024-03-25T20:10:51.199Z | Compiling ascii v1.1.0 |
1594 | 2024-03-25T20:10:51.430Z | Compiling ringbuffer v0.15.0 |
1595 | 2024-03-25T20:10:51.816Z | Compiling bitstruct v0.1.1 |
1596 | 2024-03-25T20:10:51.850Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1597 | 2024-03-25T20:10:52.324Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1598 | 2024-03-25T20:10:52.349Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1599 | 2024-03-25T20:10:52.349Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1600 | 2024-03-25T20:10:52.349Z | Compiling trust-dns-resolver v0.22.0 |
1601 | 2024-03-25T20:10:52.510Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1602 | 2024-03-25T20:10:53.965Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1603 | 2024-03-25T20:10:53.989Z | Compiling const_format_proc_macros v0.2.31 |
1604 | 2024-03-25T20:10:54.147Z | Compiling serde_arrays v0.1.0 |
1605 | 2024-03-25T20:10:54.313Z | Compiling kstat-rs v0.2.3 |
1606 | 2024-03-25T20:10:54.502Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1607 | 2024-03-25T20:10:54.941Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1608 | 2024-03-25T20:10:55.069Z | Compiling ron v0.7.1 |
1609 | 2024-03-25T20:10:55.158Z | Compiling bit_field v0.10.2 |
1610 | 2024-03-25T20:10:55.383Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1611 | 2024-03-25T20:10:55.768Z | Compiling const_format v0.2.31 |
1612 | 2024-03-25T20:10:56.601Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1613 | 2024-03-25T20:11:07.551Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1614 | 2024-03-25T20:11:15.302Z | Compiling rustls-webpki v0.102.1 |
1615 | 2024-03-25T20:11:20.442Z | Compiling tokio-rustls v0.25.0 |
1616 | 2024-03-25T20:11:26.245Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1617 | 2024-03-25T20:11:32.748Z | Compiling git2 v0.18.2 |
1618 | 2024-03-25T20:11:33.624Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1619 | 2024-03-25T20:11:33.624Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1620 | 2024-03-25T20:11:33.624Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1621 | 2024-03-25T20:11:36.594Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1622 | 2024-03-25T20:11:41.792Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1623 | 2024-03-25T20:11:56.840Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1624 | 2024-03-25T20:11:56.840Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1625 | 2024-03-25T20:11:57.885Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1626 | 2024-03-25T20:12:08.562Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1627 | 2024-03-25T20:12:16.365Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1628 | 2024-03-25T20:12:26.162Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1629 | 2024-03-25T20:13:23.527Z | Finished release [optimized] target(s) in 5m 23s |
1630 | 2024-03-25T20:13:23.527Z | |
1631 | 2024-03-25T20:13:23.527Z | real 5:24.095173108 |
1632 | 2024-03-25T20:13:23.527Z | user 35:53.423227592 |
1633 | 2024-03-25T20:13:23.527Z | sys 3:18.986565171 |
1634 | 2024-03-25T20:13:23.527Z | trap 1.349812663 |
1635 | 2024-03-25T20:13:23.527Z | tflt 0.983608522 |
1636 | 2024-03-25T20:13:23.527Z | dflt 1.577935330 |
1637 | 2024-03-25T20:13:23.527Z | kflt 0.000452540 |
1638 | 2024-03-25T20:13:23.528Z | lock 1:12:26.885019722 |
1639 | 2024-03-25T20:13:23.528Z | slp 1:37:12.160768721 |
1640 | 2024-03-25T20:13:23.528Z | lat 1:26.198854125 |
1641 | 2024-03-25T20:13:23.528Z | stop 1:03.527619958 |
1642 | 2024-03-25T20:13:23.528Z | + OUTDIR=/work/release |
1643 | 2024-03-25T20:13:23.528Z | + mkdir -p /work/release |
1644 | 2024-03-25T20:13:23.528Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1645 | 2024-03-25T20:13:23.528Z | + cp target/release/propolis-server /work/release/propolis-server |
1646 | 2024-03-25T20:13:23.528Z | process exited: duration 566930 ms, exit code 0 |
|
1647 | 2024-03-25T20:13:23.626Z | found 2 output files |
1648 | 2024-03-25T20:13:23.626Z | uploading: /work/release/propolis-cli (13850048 bytes) |
1649 | 2024-03-25T20:13:31.949Z | uploaded: /work/release/propolis-cli |
1650 | 2024-03-25T20:13:31.949Z | uploading: /work/release/propolis-server (50155464 bytes) |
1651 | 2024-03-25T20:13:51.226Z | uploaded: /work/release/propolis-server |