|
|
|
1 | 2024-11-01T04:36:53.252Z | job assigned to worker 01JBK04868KVJ0835GMK3P49XG (queued for 1 m 8 s) |
|
2 | 2024-11-01T04:37:01.678Z | starting task 0: "setup" |
3 | 2024-11-01T04:37:01.688Z | ++ uname -s |
4 | 2024-11-01T04:37:01.691Z | + kern=SunOS |
5 | 2024-11-01T04:37:01.691Z | + case "$kern" in |
6 | 2024-11-01T04:37:01.691Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T04:37:01.691Z | + groupadd -g 12345 build |
8 | 2024-11-01T04:37:01.693Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T04:37:03.703Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T04:37:03.812Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T04:37:03.815Z | + home_fs=zfs |
12 | 2024-11-01T04:37:03.815Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T04:37:03.815Z | + mkdir -p /home/build |
14 | 2024-11-01T04:37:03.817Z | + chown build:build /home/build /work |
15 | 2024-11-01T04:37:05.823Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T04:37:05.836Z | process exited: duration 4144 ms, exit code 0 |
|
17 | 2024-11-01T04:37:05.845Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T04:37:05.851Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T04:37:05.851Z | ' stable |
20 | 2024-11-01T04:37:05.856Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-01T04:37:05.856Z | * toolchain channel = "stable" |
22 | 2024-11-01T04:37:05.856Z | * toolchain profile = "default" |
23 | 2024-11-01T04:37:05.856Z | ' default |
24 | 2024-11-01T04:37:05.856Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T04:37:05.856Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-11-01T04:37:05.951Z | info: downloading installer |
27 | 2024-11-01T04:37:07.422Z | info: profile set to 'default' |
28 | 2024-11-01T04:37:07.422Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T04:37:07.562Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-11-01T04:37:07.642Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T04:37:07.643Z | info: downloading component 'cargo' |
32 | 2024-11-01T04:37:08.492Z | info: downloading component 'clippy' |
33 | 2024-11-01T04:37:08.855Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T04:37:10.216Z | info: downloading component 'rust-std' |
35 | 2024-11-01T04:37:12.338Z | info: downloading component 'rustc' |
36 | 2024-11-01T04:37:19.869Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T04:37:20.360Z | info: installing component 'cargo' |
38 | 2024-11-01T04:37:21.186Z | info: installing component 'clippy' |
39 | 2024-11-01T04:37:21.582Z | info: installing component 'rust-docs' |
40 | 2024-11-01T04:37:23.267Z | info: installing component 'rust-std' |
41 | 2024-11-01T04:37:25.265Z | info: installing component 'rustc' |
42 | 2024-11-01T04:37:31.253Z | info: installing component 'rustfmt' |
43 | 2024-11-01T04:37:31.595Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-11-01T04:37:31.595Z | |
45 | 2024-11-01T04:37:31.978Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T04:37:31.978Z | |
47 | 2024-11-01T04:37:31.981Z | |
48 | 2024-11-01T04:37:31.981Z | Rust is installed now. Great! |
49 | 2024-11-01T04:37:31.981Z | |
50 | 2024-11-01T04:37:31.981Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T04:37:31.981Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T04:37:31.981Z | |
53 | 2024-11-01T04:37:31.981Z | To configure your current shell, you need to source |
54 | 2024-11-01T04:37:31.981Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T04:37:31.981Z | |
56 | 2024-11-01T04:37:31.981Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T04:37:31.981Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T04:37:31.981Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T04:37:32.057Z | + rustc --version |
60 | 2024-11-01T04:37:32.125Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T04:37:32.132Z | process exited: duration 26292 ms, exit code 0 |
|
62 | 2024-11-01T04:37:32.140Z | starting task 2: "authentication" |
63 | 2024-11-01T04:37:32.159Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T04:37:32.168Z | starting task 3: "clone repository" |
65 | 2024-11-01T04:37:32.170Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-11-01T04:37:32.173Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-11-01T04:37:32.847Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-11-01T04:37:34.105Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-11-01T04:37:34.105Z | + git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c |
70 | 2024-11-01T04:37:34.334Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-11-01T04:37:34.334Z | * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD |
72 | 2024-11-01T04:37:34.341Z | + [[ -n trey/unique_neigh ]] |
73 | 2024-11-01T04:37:34.344Z | ++ git branch --show-current |
74 | 2024-11-01T04:37:34.346Z | + current=main |
75 | 2024-11-01T04:37:34.346Z | + [[ main != trey/unique_neigh ]] |
76 | 2024-11-01T04:37:34.346Z | + git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c |
77 | 2024-11-01T04:37:34.349Z | + git checkout -f trey/unique_neigh |
78 | 2024-11-01T04:37:34.365Z | Switched to branch 'trey/unique_neigh' |
79 | 2024-11-01T04:37:34.368Z | + git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c |
80 | 2024-11-01T04:37:34.371Z | HEAD is now at da93056 rdb: test logging improvements |
81 | 2024-11-01T04:37:34.373Z | process exited: duration 2207 ms, exit code 0 |
|
82 | 2024-11-01T04:37:34.379Z | starting task 4: "build" |
83 | 2024-11-01T04:37:34.386Z | + set -e |
84 | 2024-11-01T04:37:34.386Z | + cargo --version |
85 | 2024-11-01T04:37:34.389Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-11-01T04:37:34.550Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-11-01T04:37:34.550Z | info: downloading component 'cargo' |
88 | 2024-11-01T04:37:35.381Z | info: downloading component 'clippy' |
89 | 2024-11-01T04:37:35.689Z | info: downloading component 'rust-docs' |
90 | 2024-11-01T04:37:36.839Z | info: downloading component 'rust-std' |
91 | 2024-11-01T04:37:38.637Z | info: downloading component 'rustc' |
92 | 2024-11-01T04:37:44.925Z | info: downloading component 'rustfmt' |
93 | 2024-11-01T04:37:45.164Z | info: installing component 'cargo' |
94 | 2024-11-01T04:37:46.013Z | info: installing component 'clippy' |
95 | 2024-11-01T04:37:46.407Z | info: installing component 'rust-docs' |
96 | 2024-11-01T04:37:47.996Z | info: installing component 'rust-std' |
97 | 2024-11-01T04:37:49.744Z | info: installing component 'rustc' |
98 | 2024-11-01T04:37:55.791Z | info: installing component 'rustfmt' |
99 | 2024-11-01T04:37:56.231Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-11-01T04:37:56.234Z | + rustc --version |
101 | 2024-11-01T04:37:56.307Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-11-01T04:37:56.312Z | + cargo install cargo-nextest |
103 | 2024-11-01T04:37:56.411Z | Updating crates.io index |
104 | 2024-11-01T04:37:56.478Z | Downloading crates ... |
105 | 2024-11-01T04:37:56.567Z | Downloaded cargo-nextest v0.9.82 |
106 | 2024-11-01T04:37:56.596Z | Installing cargo-nextest v0.9.82 |
107 | 2024-11-01T04:37:56.693Z | Updating crates.io index |
108 | 2024-11-01T04:37:57.674Z | Locking 332 packages to latest compatible versions |
109 | 2024-11-01T04:37:57.682Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-11-01T04:37:57.682Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-11-01T04:37:57.682Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-11-01T04:37:57.692Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-11-01T04:37:57.695Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-11-01T04:37:57.695Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-11-01T04:37:57.696Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-11-01T04:37:57.696Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-11-01T04:37:57.696Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
118 | 2024-11-01T04:37:57.696Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-11-01T04:37:57.696Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-11-01T04:37:57.696Z | Adding idna v0.5.0 (latest: v1.0.2) |
121 | 2024-11-01T04:37:57.696Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
122 | 2024-11-01T04:37:57.696Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
123 | 2024-11-01T04:37:57.701Z | Adding object v0.32.2 (latest: v0.36.5) |
124 | 2024-11-01T04:37:57.701Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
125 | 2024-11-01T04:37:57.701Z | Adding quick-xml v0.23.1 (latest: v0.37.0) |
126 | 2024-11-01T04:37:57.701Z | Adding quick-xml v0.36.2 (latest: v0.37.0) |
127 | 2024-11-01T04:37:57.709Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
128 | 2024-11-01T04:37:57.713Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-11-01T04:37:57.713Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-11-01T04:37:57.713Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-11-01T04:37:57.713Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-11-01T04:37:57.728Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-11-01T04:37:57.728Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-11-01T04:37:57.728Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-11-01T04:37:57.728Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-11-01T04:37:57.728Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-11-01T04:37:57.728Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-11-01T04:37:57.728Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-11-01T04:37:57.728Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-11-01T04:37:57.728Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
141 | 2024-11-01T04:37:57.728Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
142 | 2024-11-01T04:37:57.728Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
143 | 2024-11-01T04:37:57.729Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-11-01T04:37:57.729Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
145 | 2024-11-01T04:37:57.729Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-11-01T04:37:57.729Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
147 | 2024-11-01T04:37:57.729Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-11-01T04:37:57.729Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
149 | 2024-11-01T04:37:57.729Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-11-01T04:37:57.729Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
151 | 2024-11-01T04:37:57.729Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-11-01T04:37:57.729Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
153 | 2024-11-01T04:37:57.729Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
154 | 2024-11-01T04:37:57.729Z | Adding zerocopy v0.7.35 (latest: v0.8.8) |
155 | 2024-11-01T04:37:57.729Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.8) |
156 | 2024-11-01T04:37:57.729Z | Downloading crates ... |
157 | 2024-11-01T04:37:57.771Z | Downloaded anstream v0.6.17 |
158 | 2024-11-01T04:37:57.774Z | Downloaded adler2 v2.0.0 |
159 | 2024-11-01T04:37:57.777Z | Downloaded atomicwrites v0.4.4 |
160 | 2024-11-01T04:37:57.783Z | Downloaded foreign-types v0.3.2 |
161 | 2024-11-01T04:37:57.790Z | Downloaded addr2line v0.21.0 |
162 | 2024-11-01T04:37:57.793Z | Downloaded indenter v0.3.3 |
163 | 2024-11-01T04:37:57.797Z | Downloaded futures-task v0.3.31 |
164 | 2024-11-01T04:37:57.799Z | Downloaded cpufeatures v0.2.14 |
165 | 2024-11-01T04:37:57.803Z | Downloaded fixedbitset v0.4.2 |
166 | 2024-11-01T04:37:57.806Z | Downloaded enable-ansi-support v0.2.1 |
167 | 2024-11-01T04:37:57.808Z | Downloaded humantime-serde v1.1.1 |
168 | 2024-11-01T04:37:57.808Z | Downloaded display-error-chain v0.2.2 |
169 | 2024-11-01T04:37:57.811Z | Downloaded cargo-platform v0.1.8 |
170 | 2024-11-01T04:37:57.811Z | Downloaded http-body-util v0.1.2 |
171 | 2024-11-01T04:37:57.813Z | Downloaded futures-macro v0.3.31 |
172 | 2024-11-01T04:37:57.815Z | Downloaded tokio-macros v2.4.0 |
173 | 2024-11-01T04:37:57.815Z | Downloaded tinyvec v1.8.0 |
174 | 2024-11-01T04:37:57.819Z | Downloaded is_terminal_polyfill v1.70.1 |
175 | 2024-11-01T04:37:57.822Z | Downloaded openssl-probe v0.1.5 |
176 | 2024-11-01T04:37:57.822Z | Downloaded getrandom v0.2.15 |
177 | 2024-11-01T04:37:57.825Z | Downloaded nested v0.1.1 |
178 | 2024-11-01T04:37:57.829Z | Downloaded try-lock v0.2.5 |
179 | 2024-11-01T04:37:57.837Z | Downloaded urlencoding v2.1.3 |
180 | 2024-11-01T04:37:57.837Z | Downloaded hyper-rustls v0.27.3 |
181 | 2024-11-01T04:37:57.839Z | Downloaded vte_generate_state_changes v0.1.2 |
182 | 2024-11-01T04:37:57.839Z | Downloaded supports-unicode v3.0.0 |
183 | 2024-11-01T04:37:57.839Z | Downloaded bitflags v2.6.0 |
184 | 2024-11-01T04:37:57.839Z | Downloaded tinyvec_macros v0.1.1 |
185 | 2024-11-01T04:37:57.842Z | Downloaded percent-encoding v2.3.1 |
186 | 2024-11-01T04:37:57.842Z | Downloaded adler v1.0.2 |
187 | 2024-11-01T04:37:57.844Z | Downloaded config v0.14.1 |
188 | 2024-11-01T04:37:57.848Z | Downloaded lazy_static v1.5.0 |
189 | 2024-11-01T04:37:57.851Z | Downloaded itoa v1.0.11 |
190 | 2024-11-01T04:37:57.853Z | Downloaded xxhash-rust v0.8.12 |
191 | 2024-11-01T04:37:57.855Z | Downloaded tracing-error v0.2.0 |
192 | 2024-11-01T04:37:57.858Z | Downloaded thiserror-impl v1.0.66 |
193 | 2024-11-01T04:37:57.860Z | Downloaded miette-derive v7.2.0 |
194 | 2024-11-01T04:37:57.860Z | Downloaded zeroize v1.8.1 |
195 | 2024-11-01T04:37:57.862Z | Downloaded untrusted v0.9.0 |
196 | 2024-11-01T04:37:57.865Z | Downloaded hyper-util v0.1.10 |
197 | 2024-11-01T04:37:57.868Z | Downloaded pkg-config v0.3.31 |
198 | 2024-11-01T04:37:57.870Z | Downloaded nextest-metadata v0.12.1 |
199 | 2024-11-01T04:37:57.872Z | Downloaded tokio-native-tls v0.3.1 |
200 | 2024-11-01T04:37:57.874Z | Downloaded cfg_aliases v0.2.1 |
201 | 2024-11-01T04:37:57.877Z | Downloaded backtrace-ext v0.2.1 |
202 | 2024-11-01T04:37:57.877Z | Downloaded thread_local v1.1.8 |
203 | 2024-11-01T04:37:57.879Z | Downloaded colorchoice v1.0.3 |
204 | 2024-11-01T04:37:57.879Z | Downloaded once_cell v1.20.2 |
205 | 2024-11-01T04:37:57.882Z | Downloaded guppy-workspace-hack v0.1.0 |
206 | 2024-11-01T04:37:57.885Z | Downloaded foreign-types-shared v0.1.1 |
207 | 2024-11-01T04:37:57.885Z | Downloaded strip-ansi-escapes v0.2.0 |
208 | 2024-11-01T04:37:57.885Z | Downloaded sync_wrapper v1.0.1 |
209 | 2024-11-01T04:37:57.887Z | Downloaded pin-project-lite v0.2.15 |
210 | 2024-11-01T04:37:57.891Z | Downloaded futures-io v0.3.31 |
211 | 2024-11-01T04:37:57.894Z | Downloaded owo-colors v3.5.0 |
212 | 2024-11-01T04:37:57.896Z | Downloaded num-traits v0.2.19 |
213 | 2024-11-01T04:37:57.899Z | Downloaded block-buffer v0.10.4 |
214 | 2024-11-01T04:37:57.901Z | Downloaded autocfg v1.4.0 |
215 | 2024-11-01T04:37:57.904Z | Downloaded log v0.4.22 |
216 | 2024-11-01T04:37:57.906Z | Downloaded target-lexicon v0.12.16 |
217 | 2024-11-01T04:37:57.908Z | Downloaded clap_lex v0.7.2 |
218 | 2024-11-01T04:37:57.908Z | Downloaded base64ct v1.6.0 |
219 | 2024-11-01T04:37:57.911Z | Downloaded pin-project v1.1.7 |
220 | 2024-11-01T04:37:57.924Z | Downloaded target-spec-miette v0.4.0 |
221 | 2024-11-01T04:37:57.927Z | Downloaded textwrap v0.16.1 |
222 | 2024-11-01T04:37:57.929Z | Downloaded supports-hyperlinks v3.0.0 |
223 | 2024-11-01T04:37:57.932Z | Downloaded self-replace v1.5.0 |
224 | 2024-11-01T04:37:57.932Z | Downloaded indicatif v0.17.8 |
225 | 2024-11-01T04:37:57.936Z | Downloaded tower-service v0.3.3 |
226 | 2024-11-01T04:37:57.938Z | Downloaded slab v0.4.9 |
227 | 2024-11-01T04:37:57.941Z | Downloaded sha2 v0.10.8 |
228 | 2024-11-01T04:37:57.943Z | Downloaded smol_str v0.3.2 |
229 | 2024-11-01T04:37:57.945Z | Downloaded xattr v1.3.1 |
230 | 2024-11-01T04:37:57.945Z | Downloaded want v0.3.1 |
231 | 2024-11-01T04:37:57.947Z | Downloaded home v0.5.9 |
232 | 2024-11-01T04:37:57.948Z | Downloaded heck v0.5.0 |
233 | 2024-11-01T04:37:57.950Z | Downloaded hyper-tls v0.6.0 |
234 | 2024-11-01T04:37:57.950Z | Downloaded futures-executor v0.3.31 |
235 | 2024-11-01T04:37:57.952Z | Downloaded mukti-metadata v0.2.1 |
236 | 2024-11-01T04:37:57.952Z | Downloaded is_ci v1.2.0 |
237 | 2024-11-01T04:37:57.955Z | Downloaded shell-words v1.1.0 |
238 | 2024-11-01T04:37:57.955Z | Downloaded openssl-macros v0.1.1 |
239 | 2024-11-01T04:37:57.957Z | Downloaded ed25519-dalek v2.1.1 |
240 | 2024-11-01T04:37:57.960Z | Downloaded anstyle-parse v0.2.6 |
241 | 2024-11-01T04:37:57.960Z | Downloaded spki v0.7.3 |
242 | 2024-11-01T04:37:57.963Z | Downloaded rand_chacha v0.3.1 |
243 | 2024-11-01T04:37:57.963Z | Downloaded serde_ignored v0.1.10 |
244 | 2024-11-01T04:37:57.969Z | Downloaded toml_edit v0.22.22 |
245 | 2024-11-01T04:37:57.998Z | Downloaded rustc_version v0.4.1 |
246 | 2024-11-01T04:37:58.001Z | Downloaded pathdiff v0.2.2 |
247 | 2024-11-01T04:37:58.001Z | Downloaded number_prefix v0.4.0 |
248 | 2024-11-01T04:37:58.004Z | Downloaded nextest-workspace-hack v0.1.0 |
249 | 2024-11-01T04:37:58.004Z | Downloaded utf8parse v0.2.2 |
250 | 2024-11-01T04:37:58.004Z | Downloaded crc32fast v1.4.2 |
251 | 2024-11-01T04:37:58.008Z | Downloaded serde_urlencoded v0.7.1 |
252 | 2024-11-01T04:37:58.010Z | Downloaded pin-utils v0.1.0 |
253 | 2024-11-01T04:37:58.010Z | Downloaded unicode-linebreak v0.1.5 |
254 | 2024-11-01T04:37:58.010Z | Downloaded tracing-log v0.2.0 |
255 | 2024-11-01T04:37:58.013Z | Downloaded toml_datetime v0.6.8 |
256 | 2024-11-01T04:37:58.015Z | Downloaded rustls-pemfile v2.2.0 |
257 | 2024-11-01T04:37:58.017Z | Downloaded httparse v1.9.5 |
258 | 2024-11-01T04:37:58.020Z | Downloaded globset v0.4.15 |
259 | 2024-11-01T04:37:58.020Z | Downloaded iana-time-zone v0.1.61 |
260 | 2024-11-01T04:37:58.022Z | Downloaded subtle v2.6.1 |
261 | 2024-11-01T04:37:58.025Z | Downloaded strsim v0.11.1 |
262 | 2024-11-01T04:37:58.028Z | Downloaded serde_spanned v0.6.8 |
263 | 2024-11-01T04:37:58.028Z | Downloaded quote v1.0.37 |
264 | 2024-11-01T04:37:58.030Z | Downloaded rustc-demangle v0.1.24 |
265 | 2024-11-01T04:37:58.033Z | Downloaded const-oid v0.9.6 |
266 | 2024-11-01T04:37:58.035Z | Downloaded mime v0.3.17 |
267 | 2024-11-01T04:37:58.037Z | Downloaded target-spec v3.2.2 |
268 | 2024-11-01T04:37:58.038Z | Downloaded clap v4.5.20 |
269 | 2024-11-01T04:37:58.048Z | Downloaded signal-hook-registry v1.4.2 |
270 | 2024-11-01T04:37:58.050Z | Downloaded zstd-safe v7.2.1 |
271 | 2024-11-01T04:37:58.052Z | Downloaded mio v1.0.2 |
272 | 2024-11-01T04:37:58.057Z | Downloaded version_check v0.9.5 |
273 | 2024-11-01T04:37:58.059Z | Downloaded tracing-attributes v0.1.27 |
274 | 2024-11-01T04:37:58.061Z | Downloaded newtype-uuid v1.1.2 |
275 | 2024-11-01T04:37:58.061Z | Downloaded minimal-lexical v0.2.1 |
276 | 2024-11-01T04:37:58.066Z | Downloaded socket2 v0.5.7 |
277 | 2024-11-01T04:37:58.068Z | Downloaded serde_path_to_error v0.1.16 |
278 | 2024-11-01T04:37:58.070Z | Downloaded unicase v2.8.0 |
279 | 2024-11-01T04:37:58.073Z | Downloaded rand_core v0.6.4 |
280 | 2024-11-01T04:37:58.073Z | Downloaded supports-color v3.0.1 |
281 | 2024-11-01T04:37:58.075Z | Downloaded rustls-pki-types v1.10.0 |
282 | 2024-11-01T04:37:58.078Z | Downloaded static_assertions v1.1.0 |
283 | 2024-11-01T04:37:58.080Z | Downloaded shared_child v1.0.1 |
284 | 2024-11-01T04:37:58.080Z | Downloaded ppv-lite86 v0.2.20 |
285 | 2024-11-01T04:37:58.083Z | Downloaded terminal_size v0.3.0 |
286 | 2024-11-01T04:37:58.084Z | Downloaded smawk v0.3.2 |
287 | 2024-11-01T04:37:58.086Z | Downloaded signature v2.2.0 |
288 | 2024-11-01T04:37:58.086Z | Downloaded shlex v1.3.0 |
289 | 2024-11-01T04:37:58.089Z | Downloaded quinn-udp v0.5.6 |
290 | 2024-11-01T04:37:58.089Z | Downloaded jobserver v0.1.32 |
291 | 2024-11-01T04:37:58.092Z | Downloaded bytes v1.8.0 |
292 | 2024-11-01T04:37:58.094Z | Downloaded zerocopy-derive v0.7.35 |
293 | 2024-11-01T04:37:58.098Z | Downloaded guppy v0.17.8 |
294 | 2024-11-01T04:37:58.104Z | Downloaded os_pipe v1.2.1 |
295 | 2024-11-01T04:37:58.106Z | Downloaded vte v0.11.1 |
296 | 2024-11-01T04:37:58.108Z | Downloaded cc v1.1.31 |
297 | 2024-11-01T04:37:58.111Z | Downloaded owo-colors v4.1.0 |
298 | 2024-11-01T04:37:58.113Z | Downloaded rand v0.8.5 |
299 | 2024-11-01T04:37:58.117Z | Downloaded tracing-core v0.1.32 |
300 | 2024-11-01T04:37:58.121Z | Downloaded swrite v0.1.0 |
301 | 2024-11-01T04:37:58.124Z | Downloaded semver v1.0.23 |
302 | 2024-11-01T04:37:58.126Z | Downloaded self_update v0.41.0 |
303 | 2024-11-01T04:37:58.128Z | Downloaded ron v0.8.1 |
304 | 2024-11-01T04:37:58.133Z | Downloaded unicode-ident v1.0.13 |
305 | 2024-11-01T04:37:58.136Z | Downloaded toml v0.8.19 |
306 | 2024-11-01T04:37:58.140Z | Downloaded serde v1.0.214 |
307 | 2024-11-01T04:37:58.143Z | Downloaded proc-macro2 v1.0.89 |
308 | 2024-11-01T04:37:58.147Z | Downloaded miniz_oxide v0.7.4 |
309 | 2024-11-01T04:37:58.150Z | Downloaded flate2 v1.0.34 |
310 | 2024-11-01T04:37:58.156Z | Downloaded nextest-filtering v0.12.0 |
311 | 2024-11-01T04:37:58.158Z | Downloaded smallvec v1.13.2 |
312 | 2024-11-01T04:37:58.161Z | Downloaded quinn v0.11.5 |
313 | 2024-11-01T04:37:58.165Z | Downloaded spin v0.9.8 |
314 | 2024-11-01T04:37:58.168Z | Downloaded quick-junit v0.5.0 |
315 | 2024-11-01T04:37:58.171Z | Downloaded typenum v1.17.0 |
316 | 2024-11-01T04:37:58.174Z | Downloaded openssl-sys v0.9.104 |
317 | 2024-11-01T04:37:58.179Z | Downloaded pkcs8 v0.10.2 |
318 | 2024-11-01T04:37:58.183Z | Downloaded pin-project-internal v1.1.7 |
319 | 2024-11-01T04:37:58.185Z | Downloaded url v2.5.2 |
320 | 2024-11-01T04:37:58.188Z | Downloaded aho-corasick v1.1.3 |
321 | 2024-11-01T04:37:58.195Z | Downloaded serde_derive v1.0.214 |
322 | 2024-11-01T04:37:58.198Z | Downloaded tar v0.4.42 |
323 | 2024-11-01T04:37:58.202Z | Downloaded miniz_oxide v0.8.0 |
324 | 2024-11-01T04:37:58.204Z | Downloaded chrono v0.4.38 |
325 | 2024-11-01T04:37:58.213Z | Downloaded winnow v0.6.20 |
326 | 2024-11-01T04:37:58.223Z | Downloaded portable-atomic v1.9.0 |
327 | 2024-11-01T04:37:58.231Z | Downloaded memchr v2.7.4 |
328 | 2024-11-01T04:37:58.237Z | Downloaded miette v7.2.0 |
329 | 2024-11-01T04:37:58.242Z | Downloaded color-spantrace v0.2.1 |
330 | 2024-11-01T04:37:58.245Z | Downloaded hyper v1.5.0 |
331 | 2024-11-01T04:37:58.255Z | Downloaded rustls-webpki v0.102.8 |
332 | 2024-11-01T04:37:58.274Z | Downloaded reqwest v0.12.9 |
333 | 2024-11-01T04:37:58.282Z | Downloaded nom v7.1.3 |
334 | 2024-11-01T04:37:58.287Z | Downloaded clap_builder v4.5.20 |
335 | 2024-11-01T04:37:58.294Z | Downloaded quick-xml v0.36.2 |
336 | 2024-11-01T04:37:58.301Z | Downloaded serde_json v1.0.132 |
337 | 2024-11-01T04:37:58.308Z | Downloaded unicode-normalization v0.1.24 |
338 | 2024-11-01T04:37:58.314Z | Downloaded gimli v0.28.1 |
339 | 2024-11-01T04:37:58.322Z | Downloaded syn v2.0.86 |
340 | 2024-11-01T04:37:58.333Z | Downloaded regex v1.11.1 |
341 | 2024-11-01T04:37:58.347Z | Downloaded quick-xml v0.23.1 |
342 | 2024-11-01T04:37:58.354Z | Downloaded tracing-subscriber v0.3.18 |
343 | 2024-11-01T04:37:58.362Z | Downloaded vcpkg v0.2.15 |
344 | 2024-11-01T04:37:58.404Z | Downloaded rustls v0.23.16 |
345 | 2024-11-01T04:37:58.415Z | Downloaded unicode-width v0.1.14 |
346 | 2024-11-01T04:37:58.420Z | Downloaded idna v0.5.0 |
347 | 2024-11-01T04:37:58.427Z | Downloaded rustix v0.38.38 |
348 | 2024-11-01T04:37:58.451Z | Downloaded nextest-runner v0.65.0 |
349 | 2024-11-01T04:37:58.460Z | Downloaded webpki-roots v0.26.6 |
350 | 2024-11-01T04:37:58.463Z | Downloaded bstr v1.10.0 |
351 | 2024-11-01T04:37:58.473Z | Downloaded zerocopy v0.7.35 |
352 | 2024-11-01T04:37:58.490Z | Downloaded object v0.32.2 |
353 | 2024-11-01T04:37:58.500Z | Downloaded openssl v0.10.68 |
354 | 2024-11-01T04:37:58.510Z | Downloaded unicode-width v0.2.0 |
355 | 2024-11-01T04:37:58.515Z | Downloaded nix v0.29.0 |
356 | 2024-11-01T04:37:58.527Z | Downloaded quinn-proto v0.11.8 |
357 | 2024-11-01T04:37:58.533Z | Downloaded regex-syntax v0.8.5 |
358 | 2024-11-01T04:37:58.541Z | Downloaded regex-automata v0.4.8 |
359 | 2024-11-01T04:37:58.558Z | Downloaded itertools v0.13.0 |
360 | 2024-11-01T04:37:58.565Z | Downloaded curve25519-dalek v4.1.3 |
361 | 2024-11-01T04:37:58.573Z | Downloaded color-eyre v0.6.3 |
362 | 2024-11-01T04:37:58.580Z | Downloaded futures-util v0.3.31 |
363 | 2024-11-01T04:37:58.592Z | Downloaded sharded-slab v0.1.7 |
364 | 2024-11-01T04:37:58.594Z | Downloaded hashbrown v0.15.0 |
365 | 2024-11-01T04:37:58.599Z | Downloaded native-tls v0.2.12 |
366 | 2024-11-01T04:37:58.601Z | Downloaded uuid v1.11.0 |
367 | 2024-11-01T04:37:58.604Z | Downloaded borsh v1.5.1 |
368 | 2024-11-01T04:37:58.609Z | Downloaded base64 v0.21.7 |
369 | 2024-11-01T04:37:58.613Z | Downloaded backtrace v0.3.71 |
370 | 2024-11-01T04:37:58.617Z | Downloaded ryu v1.0.18 |
371 | 2024-11-01T04:37:58.620Z | Downloaded ipnet v2.10.1 |
372 | 2024-11-01T04:37:58.622Z | Downloaded zipsign-api v0.1.2 |
373 | 2024-11-01T04:37:58.625Z | Downloaded futures-channel v0.3.31 |
374 | 2024-11-01T04:37:58.627Z | Downloaded futures v0.3.31 |
375 | 2024-11-01T04:37:58.630Z | Downloaded camino-tempfile v1.1.1 |
376 | 2024-11-01T04:37:58.632Z | Downloaded http v1.1.0 |
377 | 2024-11-01T04:37:58.635Z | Downloaded duct v0.13.7 |
378 | 2024-11-01T04:37:58.638Z | Downloaded dialoguer v0.11.0 |
379 | 2024-11-01T04:37:58.641Z | Downloaded errno v0.3.9 |
380 | 2024-11-01T04:37:58.643Z | Downloaded rustc-hash v2.0.0 |
381 | 2024-11-01T04:37:58.643Z | Downloaded console v0.15.8 |
382 | 2024-11-01T04:37:58.646Z | Downloaded indexmap v2.6.0 |
383 | 2024-11-01T04:37:58.649Z | Downloaded debug-ignore v1.0.5 |
384 | 2024-11-01T04:37:58.652Z | Downloaded tempfile v3.13.0 |
385 | 2024-11-01T04:37:58.655Z | Downloaded humantime v2.1.0 |
386 | 2024-11-01T04:37:58.655Z | Downloaded generic-array v0.14.7 |
387 | 2024-11-01T04:37:58.659Z | Downloaded futures-sink v0.3.31 |
388 | 2024-11-01T04:37:58.659Z | Downloaded fnv v1.0.7 |
389 | 2024-11-01T04:37:58.659Z | Downloaded filetime v0.2.25 |
390 | 2024-11-01T04:37:58.661Z | Downloaded either v1.13.0 |
391 | 2024-11-01T04:37:58.661Z | Downloaded ed25519 v2.2.3 |
392 | 2024-11-01T04:37:58.663Z | Downloaded digest v0.10.7 |
393 | 2024-11-01T04:37:58.666Z | Downloaded unicode-bidi v0.3.17 |
394 | 2024-11-01T04:37:58.668Z | Downloaded tracing v0.1.40 |
395 | 2024-11-01T04:37:58.670Z | Downloaded form_urlencoded v1.2.1 |
396 | 2024-11-01T04:37:58.673Z | Downloaded fastrand v2.1.1 |
397 | 2024-11-01T04:37:58.673Z | Downloaded byteorder v1.5.0 |
398 | 2024-11-01T04:37:58.675Z | Downloaded crypto-common v0.1.6 |
399 | 2024-11-01T04:37:58.675Z | Downloaded cfg-if v1.0.0 |
400 | 2024-11-01T04:37:58.679Z | Downloaded cargo_metadata v0.18.1 |
401 | 2024-11-01T04:37:58.679Z | Downloaded der v0.7.9 |
402 | 2024-11-01T04:37:58.682Z | Downloaded base64 v0.22.1 |
403 | 2024-11-01T04:37:58.686Z | Downloaded petgraph v0.6.5 |
404 | 2024-11-01T04:37:58.702Z | Downloaded tokio v1.41.0 |
405 | 2024-11-01T04:37:58.739Z | Downloaded ahash v0.8.11 |
406 | 2024-11-01T04:37:58.741Z | Downloaded libc v0.2.161 |
407 | 2024-11-01T04:37:58.768Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
408 | 2024-11-01T04:37:58.784Z | Downloaded async-scoped v0.9.0 |
409 | 2024-11-01T04:37:58.786Z | Downloaded anstyle-query v1.1.2 |
410 | 2024-11-01T04:37:58.786Z | Downloaded http-body v1.0.1 |
411 | 2024-11-01T04:37:58.789Z | Downloaded equivalent v1.0.1 |
412 | 2024-11-01T04:37:58.789Z | Downloaded curve25519-dalek-derive v0.1.1 |
413 | 2024-11-01T04:37:58.789Z | Downloaded zstd v0.13.2 |
414 | 2024-11-01T04:37:58.791Z | Downloaded tokio-rustls v0.26.0 |
415 | 2024-11-01T04:37:58.793Z | Downloaded anstyle v1.0.9 |
416 | 2024-11-01T04:37:58.796Z | Downloaded thiserror v1.0.66 |
417 | 2024-11-01T04:37:58.799Z | Downloaded terminal_size v0.4.0 |
418 | 2024-11-01T04:37:58.801Z | Downloaded future-queue v0.3.0 |
419 | 2024-11-01T04:37:58.803Z | Downloaded eyre v0.6.12 |
420 | 2024-11-01T04:37:58.806Z | Downloaded cfg-expr v0.17.0 |
421 | 2024-11-01T04:37:58.808Z | Downloaded futures-core v0.3.31 |
422 | 2024-11-01T04:37:58.810Z | Downloaded camino v1.1.9 |
423 | 2024-11-01T04:37:58.812Z | Downloaded clap_derive v4.5.18 |
424 | 2024-11-01T04:37:58.832Z | Downloaded recursion v0.5.2 |
425 | 2024-11-01T04:37:58.961Z | Downloaded ring v0.17.8 |
426 | 2024-11-01T04:37:59.237Z | Compiling proc-macro2 v1.0.89 |
427 | 2024-11-01T04:37:59.237Z | Compiling unicode-ident v1.0.13 |
428 | 2024-11-01T04:37:59.237Z | Compiling libc v0.2.161 |
429 | 2024-11-01T04:37:59.240Z | Compiling cfg-if v1.0.0 |
430 | 2024-11-01T04:37:59.240Z | Compiling memchr v2.7.4 |
431 | 2024-11-01T04:37:59.240Z | Compiling serde v1.0.214 |
432 | 2024-11-01T04:37:59.266Z | Compiling shlex v1.3.0 |
433 | 2024-11-01T04:37:59.344Z | Compiling once_cell v1.20.2 |
434 | 2024-11-01T04:37:59.420Z | Compiling autocfg v1.4.0 |
435 | 2024-11-01T04:37:59.658Z | Compiling itoa v1.0.11 |
436 | 2024-11-01T04:37:59.781Z | Compiling bitflags v2.6.0 |
437 | 2024-11-01T04:37:59.830Z | Compiling pin-project-lite v0.2.15 |
438 | 2024-11-01T04:37:59.922Z | Compiling rustix v0.38.38 |
439 | 2024-11-01T04:38:00.124Z | Compiling slab v0.4.9 |
440 | 2024-11-01T04:38:00.205Z | Compiling futures-core v0.3.31 |
441 | 2024-11-01T04:38:00.409Z | Compiling futures-sink v0.3.31 |
442 | 2024-11-01T04:38:00.577Z | Compiling futures-channel v0.3.31 |
443 | 2024-11-01T04:38:00.625Z | Compiling smallvec v1.13.2 |
444 | 2024-11-01T04:38:00.673Z | Compiling bytes v1.8.0 |
445 | 2024-11-01T04:38:00.937Z | Compiling futures-io v0.3.31 |
446 | 2024-11-01T04:38:01.048Z | Compiling pin-utils v0.1.0 |
447 | 2024-11-01T04:38:01.104Z | Compiling serde_json v1.0.132 |
448 | 2024-11-01T04:38:01.141Z | Compiling futures-task v0.3.31 |
449 | 2024-11-01T04:38:01.257Z | Compiling jobserver v0.1.32 |
450 | 2024-11-01T04:38:01.355Z | Compiling ryu v1.0.18 |
451 | 2024-11-01T04:38:01.431Z | Compiling tracing-core v0.1.32 |
452 | 2024-11-01T04:38:01.475Z | Compiling thiserror v1.0.66 |
453 | 2024-11-01T04:38:01.736Z | Compiling quote v1.0.37 |
454 | 2024-11-01T04:38:01.922Z | Compiling cc v1.1.31 |
455 | 2024-11-01T04:38:02.022Z | Compiling getrandom v0.2.15 |
456 | 2024-11-01T04:38:02.075Z | Compiling errno v0.3.9 |
457 | 2024-11-01T04:38:02.335Z | Compiling syn v2.0.86 |
458 | 2024-11-01T04:38:02.404Z | Compiling lazy_static v1.5.0 |
459 | 2024-11-01T04:38:02.505Z | Compiling fnv v1.0.7 |
460 | 2024-11-01T04:38:02.529Z | Compiling log v0.4.22 |
461 | 2024-11-01T04:38:02.566Z | Compiling camino v1.1.9 |
462 | 2024-11-01T04:38:02.642Z | Compiling signal-hook-registry v1.4.2 |
463 | 2024-11-01T04:38:02.692Z | Compiling socket2 v0.5.7 |
464 | 2024-11-01T04:38:03.107Z | Compiling mio v1.0.2 |
465 | 2024-11-01T04:38:03.246Z | Compiling target-lexicon v0.12.16 |
466 | 2024-11-01T04:38:03.898Z | Compiling rustls-pki-types v1.10.0 |
467 | 2024-11-01T04:38:04.195Z | Compiling hashbrown v0.15.0 |
468 | 2024-11-01T04:38:04.292Z | Compiling equivalent v1.0.1 |
469 | 2024-11-01T04:38:04.409Z | Compiling unicode-width v0.1.14 |
470 | 2024-11-01T04:38:04.504Z | Compiling http v1.1.0 |
471 | 2024-11-01T04:38:04.831Z | Compiling byteorder v1.5.0 |
472 | 2024-11-01T04:38:04.962Z | Compiling untrusted v0.9.0 |
473 | 2024-11-01T04:38:05.168Z | Compiling gimli v0.28.1 |
474 | 2024-11-01T04:38:05.234Z | Compiling adler v1.0.2 |
475 | 2024-11-01T04:38:05.527Z | Compiling semver v1.0.23 |
476 | 2024-11-01T04:38:05.610Z | Compiling ring v0.17.8 |
477 | 2024-11-01T04:38:05.705Z | Compiling backtrace v0.3.71 |
478 | 2024-11-01T04:38:05.809Z | Compiling httparse v1.9.5 |
479 | 2024-11-01T04:38:06.006Z | Compiling spin v0.9.8 |
480 | 2024-11-01T04:38:06.201Z | Compiling utf8parse v0.2.2 |
481 | 2024-11-01T04:38:06.217Z | Compiling guppy-workspace-hack v0.1.0 |
482 | 2024-11-01T04:38:06.360Z | Compiling http-body v1.0.1 |
483 | 2024-11-01T04:38:06.570Z | Compiling miniz_oxide v0.7.4 |
484 | 2024-11-01T04:38:06.615Z | Compiling object v0.32.2 |
485 | 2024-11-01T04:38:07.269Z | Compiling fastrand v2.1.1 |
486 | 2024-11-01T04:38:07.735Z | Compiling tinyvec_macros v0.1.1 |
487 | 2024-11-01T04:38:07.822Z | Compiling target-spec v3.2.2 |
488 | 2024-11-01T04:38:07.824Z | Compiling zeroize v1.8.1 |
489 | 2024-11-01T04:38:07.904Z | Compiling pkg-config v0.3.31 |
490 | 2024-11-01T04:38:08.138Z | Compiling rustc-demangle v0.1.24 |
491 | 2024-11-01T04:38:08.307Z | Compiling rustls v0.23.16 |
492 | 2024-11-01T04:38:08.596Z | Compiling try-lock v0.2.5 |
493 | 2024-11-01T04:38:08.759Z | Compiling want v0.3.1 |
494 | 2024-11-01T04:38:09.030Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
495 | 2024-11-01T04:38:09.045Z | Compiling tinyvec v1.8.0 |
496 | 2024-11-01T04:38:09.059Z | Compiling tempfile v3.13.0 |
497 | 2024-11-01T04:38:09.723Z | Compiling addr2line v0.21.0 |
498 | 2024-11-01T04:38:10.239Z | Compiling cfg-expr v0.17.0 |
499 | 2024-11-01T04:38:10.718Z | Compiling aho-corasick v1.1.3 |
500 | 2024-11-01T04:38:11.004Z | Compiling regex-syntax v0.8.5 |
501 | 2024-11-01T04:38:11.279Z | Compiling version_check v0.9.5 |
502 | 2024-11-01T04:38:11.555Z | Compiling subtle v2.6.1 |
503 | 2024-11-01T04:38:11.837Z | Compiling owo-colors v4.1.0 |
504 | 2024-11-01T04:38:11.926Z | Compiling percent-encoding v2.3.1 |
505 | 2024-11-01T04:38:12.165Z | Compiling form_urlencoded v1.2.1 |
506 | 2024-11-01T04:38:12.386Z | Compiling ahash v0.8.11 |
507 | 2024-11-01T04:38:12.409Z | Compiling unicode-normalization v0.1.24 |
508 | 2024-11-01T04:38:12.755Z | Compiling num-traits v0.2.19 |
509 | 2024-11-01T04:38:13.063Z | Compiling smawk v0.3.2 |
510 | 2024-11-01T04:38:13.268Z | Compiling either v1.13.0 |
511 | 2024-11-01T04:38:13.628Z | Compiling nextest-workspace-hack v0.1.0 |
512 | 2024-11-01T04:38:13.696Z | Compiling is_ci v1.2.0 |
513 | 2024-11-01T04:38:13.957Z | Compiling unicode-linebreak v0.1.5 |
514 | 2024-11-01T04:38:14.018Z | Compiling serde_derive v1.0.214 |
515 | 2024-11-01T04:38:14.468Z | Compiling futures-macro v0.3.31 |
516 | 2024-11-01T04:38:14.823Z | Compiling thiserror-impl v1.0.66 |
517 | 2024-11-01T04:38:16.543Z | Compiling futures-util v0.3.31 |
518 | 2024-11-01T04:38:17.681Z | Compiling tokio-macros v2.4.0 |
519 | 2024-11-01T04:38:19.240Z | Compiling tracing-attributes v0.1.27 |
520 | 2024-11-01T04:38:22.450Z | Compiling tracing v0.1.40 |
521 | 2024-11-01T04:38:23.112Z | Compiling tokio v1.41.0 |
522 | 2024-11-01T04:38:23.454Z | Compiling zerocopy-derive v0.7.35 |
523 | 2024-11-01T04:38:24.626Z | Compiling regex-automata v0.4.8 |
524 | 2024-11-01T04:38:24.974Z | Compiling unicode-bidi v0.3.17 |
525 | 2024-11-01T04:38:25.514Z | Compiling zerocopy v0.7.35 |
526 | 2024-11-01T04:38:27.746Z | Compiling indexmap v2.6.0 |
527 | 2024-11-01T04:38:28.043Z | Compiling rustls-webpki v0.102.8 |
528 | 2024-11-01T04:38:32.636Z | Compiling hyper v1.5.0 |
529 | 2024-11-01T04:38:33.618Z | Compiling portable-atomic v1.9.0 |
530 | 2024-11-01T04:38:33.660Z | Compiling tower-service v0.3.3 |
531 | 2024-11-01T04:38:33.791Z | Compiling winnow v0.6.20 |
532 | 2024-11-01T04:38:34.614Z | Compiling hyper-util v0.1.10 |
533 | 2024-11-01T04:38:37.907Z | Compiling tokio-rustls v0.26.0 |
534 | 2024-11-01T04:38:38.220Z | Compiling pathdiff v0.2.2 |
535 | 2024-11-01T04:38:38.387Z | Compiling toml_datetime v0.6.8 |
536 | 2024-11-01T04:38:38.408Z | Compiling serde_spanned v0.6.8 |
537 | 2024-11-01T04:38:38.656Z | Compiling cargo-platform v0.1.8 |
538 | 2024-11-01T04:38:39.079Z | Compiling idna v0.5.0 |
539 | 2024-11-01T04:38:39.768Z | Compiling backtrace-ext v0.2.1 |
540 | 2024-11-01T04:38:40.187Z | Compiling textwrap v0.16.1 |
541 | 2024-11-01T04:38:40.298Z | Compiling miette-derive v7.2.0 |
542 | 2024-11-01T04:38:40.993Z | Compiling supports-color v3.0.1 |
543 | 2024-11-01T04:38:43.227Z | Compiling terminal_size v0.3.0 |
544 | 2024-11-01T04:38:43.448Z | Compiling console v0.15.8 |
545 | 2024-11-01T04:38:43.491Z | Compiling webpki-roots v0.26.6 |
546 | 2024-11-01T04:38:43.710Z | Compiling tracing-log v0.2.0 |
547 | 2024-11-01T04:38:43.811Z | Compiling sharded-slab v0.1.7 |
548 | 2024-11-01T04:38:44.422Z | Compiling vte_generate_state_changes v0.1.2 |
549 | 2024-11-01T04:38:44.551Z | Compiling thread_local v1.1.8 |
550 | 2024-11-01T04:38:45.065Z | Compiling adler2 v2.0.0 |
551 | 2024-11-01T04:38:45.296Z | Compiling newtype-uuid v1.1.2 |
552 | 2024-11-01T04:38:45.323Z | Compiling fixedbitset v0.4.2 |
553 | 2024-11-01T04:38:45.609Z | Compiling supports-hyperlinks v3.0.0 |
554 | 2024-11-01T04:38:45.705Z | Compiling zstd-safe v7.2.1 |
555 | 2024-11-01T04:38:45.948Z | Compiling cfg_aliases v0.2.1 |
556 | 2024-11-01T04:38:45.962Z | Compiling supports-unicode v3.0.0 |
557 | 2024-11-01T04:38:46.039Z | Compiling nix v0.29.0 |
558 | 2024-11-01T04:38:46.122Z | Compiling miette v7.2.0 |
559 | 2024-11-01T04:38:46.251Z | Compiling petgraph v0.6.5 |
560 | 2024-11-01T04:38:46.581Z | Compiling miniz_oxide v0.8.0 |
561 | 2024-11-01T04:38:46.857Z | Compiling vte v0.11.1 |
562 | 2024-11-01T04:38:48.293Z | Compiling tracing-subscriber v0.3.18 |
563 | 2024-11-01T04:38:49.254Z | Compiling hyper-rustls v0.27.3 |
564 | 2024-11-01T04:38:50.966Z | Compiling url v2.5.2 |
565 | 2024-11-01T04:38:52.215Z | Compiling cargo_metadata v0.18.1 |
566 | 2024-11-01T04:38:52.727Z | Compiling toml_edit v0.22.22 |
567 | 2024-11-01T04:38:56.337Z | Compiling regex v1.11.1 |
568 | 2024-11-01T04:38:56.394Z | Compiling ppv-lite86 v0.2.20 |
569 | 2024-11-01T04:38:56.569Z | Compiling smol_str v0.3.2 |
570 | 2024-11-01T04:38:56.712Z | Compiling serde_urlencoded v0.7.1 |
571 | 2024-11-01T04:38:57.227Z | Compiling futures-executor v0.3.31 |
572 | 2024-11-01T04:38:57.304Z | Compiling http-body-util v0.1.2 |
573 | 2024-11-01T04:38:57.317Z | Compiling pin-project-internal v1.1.7 |
574 | 2024-11-01T04:38:57.850Z | Compiling itertools v0.13.0 |
575 | 2024-11-01T04:38:58.364Z | Compiling anstyle-parse v0.2.6 |
576 | 2024-11-01T04:38:58.765Z | Compiling xattr v1.3.1 |
577 | 2024-11-01T04:38:59.008Z | Compiling rustls-pemfile v2.2.0 |
578 | 2024-11-01T04:38:59.470Z | Compiling rand_core v0.6.4 |
579 | 2024-11-01T04:38:59.957Z | Compiling uuid v1.11.0 |
580 | 2024-11-01T04:38:59.977Z | Compiling filetime v0.2.25 |
581 | 2024-11-01T04:39:00.216Z | Compiling sync_wrapper v1.0.1 |
582 | 2024-11-01T04:39:00.330Z | Compiling bstr v1.10.0 |
583 | 2024-11-01T04:39:00.376Z | Compiling crc32fast v1.4.2 |
584 | 2024-11-01T04:39:00.869Z | Compiling minimal-lexical v0.2.1 |
585 | 2024-11-01T04:39:01.109Z | Compiling anstyle v1.0.9 |
586 | 2024-11-01T04:39:01.506Z | Compiling mime v0.3.17 |
587 | 2024-11-01T04:39:01.603Z | Compiling number_prefix v0.4.0 |
588 | 2024-11-01T04:39:01.674Z | Compiling anstyle-query v1.1.2 |
589 | 2024-11-01T04:39:01.831Z | Compiling iana-time-zone v0.1.61 |
590 | 2024-11-01T04:39:01.862Z | Compiling debug-ignore v1.0.5 |
591 | 2024-11-01T04:39:01.894Z | Compiling ipnet v2.10.1 |
592 | 2024-11-01T04:39:02.016Z | Compiling nested v0.1.1 |
593 | 2024-11-01T04:39:02.390Z | Compiling static_assertions v1.1.0 |
594 | 2024-11-01T04:39:02.497Z | Compiling colorchoice v1.0.3 |
595 | 2024-11-01T04:39:02.533Z | Compiling eyre v0.6.12 |
596 | 2024-11-01T04:39:02.612Z | Compiling self_update v0.41.0 |
597 | 2024-11-01T04:39:02.651Z | Compiling is_terminal_polyfill v1.70.1 |
598 | 2024-11-01T04:39:02.787Z | Compiling base64 v0.22.1 |
599 | 2024-11-01T04:39:02.983Z | Compiling anstream v0.6.17 |
600 | 2024-11-01T04:39:03.516Z | Compiling reqwest v0.12.9 |
601 | 2024-11-01T04:39:03.887Z | Compiling guppy v0.17.8 |
602 | 2024-11-01T04:39:04.056Z | Compiling chrono v0.4.38 |
603 | 2024-11-01T04:39:04.077Z | Compiling indicatif v0.17.8 |
604 | 2024-11-01T04:39:04.926Z | Compiling globset v0.4.15 |
605 | 2024-11-01T04:39:11.263Z | Compiling nom v7.1.3 |
606 | 2024-11-01T04:39:12.048Z | Compiling flate2 v1.0.34 |
607 | 2024-11-01T04:39:13.682Z | Compiling pin-project v1.1.7 |
608 | 2024-11-01T04:39:13.807Z | Compiling tar v0.4.42 |
609 | 2024-11-01T04:39:13.971Z | Compiling rand_chacha v0.3.1 |
610 | 2024-11-01T04:39:14.669Z | Compiling futures v0.3.31 |
611 | 2024-11-01T04:39:14.781Z | Compiling nextest-metadata v0.12.1 |
612 | 2024-11-01T04:39:14.869Z | Compiling toml v0.8.19 |
613 | 2024-11-01T04:39:15.442Z | Compiling tracing-error v0.2.0 |
614 | 2024-11-01T04:39:15.642Z | Compiling strip-ansi-escapes v0.2.0 |
615 | 2024-11-01T04:39:15.867Z | Compiling self-replace v1.5.0 |
616 | 2024-11-01T04:39:16.377Z | Compiling terminal_size v0.4.0 |
617 | 2024-11-01T04:39:16.457Z | Compiling os_pipe v1.2.1 |
618 | 2024-11-01T04:39:16.607Z | Compiling shared_child v1.0.1 |
619 | 2024-11-01T04:39:16.624Z | Compiling quick-xml v0.23.1 |
620 | 2024-11-01T04:39:16.733Z | Compiling quick-xml v0.36.2 |
621 | 2024-11-01T04:39:17.255Z | Compiling urlencoding v2.1.3 |
622 | 2024-11-01T04:39:17.687Z | Compiling strsim v0.11.1 |
623 | 2024-11-01T04:39:19.065Z | Compiling humantime v2.1.0 |
624 | 2024-11-01T04:39:19.659Z | Compiling unicase v2.8.0 |
625 | 2024-11-01T04:39:19.817Z | Compiling unicode-width v0.2.0 |
626 | 2024-11-01T04:39:19.940Z | Compiling recursion v0.5.2 |
627 | 2024-11-01T04:39:20.141Z | Compiling owo-colors v3.5.0 |
628 | 2024-11-01T04:39:20.193Z | Compiling clap_lex v0.7.2 |
629 | 2024-11-01T04:39:20.315Z | Compiling indenter v0.3.3 |
630 | 2024-11-01T04:39:20.375Z | Compiling heck v0.5.0 |
631 | 2024-11-01T04:39:20.500Z | Compiling shell-words v1.1.0 |
632 | 2024-11-01T04:39:20.800Z | Compiling clap_derive v4.5.18 |
633 | 2024-11-01T04:39:20.918Z | Compiling clap_builder v4.5.20 |
634 | 2024-11-01T04:39:22.151Z | Compiling nextest-filtering v0.12.0 |
635 | 2024-11-01T04:39:22.382Z | Compiling color-spantrace v0.2.1 |
636 | 2024-11-01T04:39:23.044Z | Compiling humantime-serde v1.1.1 |
637 | 2024-11-01T04:39:23.293Z | Compiling quick-junit v0.5.0 |
638 | 2024-11-01T04:39:25.521Z | Compiling duct v0.13.7 |
639 | 2024-11-01T04:39:25.663Z | Compiling cargo-nextest v0.9.82 |
640 | 2024-11-01T04:39:26.207Z | Compiling config v0.14.1 |
641 | 2024-11-01T04:39:29.603Z | Compiling async-scoped v0.9.0 |
642 | 2024-11-01T04:39:29.928Z | Compiling zstd v0.13.2 |
643 | 2024-11-01T04:39:30.631Z | Compiling rand v0.8.5 |
644 | 2024-11-01T04:39:30.866Z | Compiling target-spec-miette v0.4.0 |
645 | 2024-11-01T04:39:31.234Z | Compiling mukti-metadata v0.2.1 |
646 | 2024-11-01T04:39:31.655Z | Compiling camino-tempfile v1.1.1 |
647 | 2024-11-01T04:39:32.231Z | Compiling serde_ignored v0.1.10 |
648 | 2024-11-01T04:39:32.397Z | Compiling serde_path_to_error v0.1.16 |
649 | 2024-11-01T04:39:32.565Z | Compiling future-queue v0.3.0 |
650 | 2024-11-01T04:39:32.687Z | Compiling atomicwrites v0.4.4 |
651 | 2024-11-01T04:39:33.025Z | Compiling home v0.5.9 |
652 | 2024-11-01T04:39:33.207Z | Compiling xxhash-rust v0.8.12 |
653 | 2024-11-01T04:39:33.335Z | Compiling display-error-chain v0.2.2 |
654 | 2024-11-01T04:39:33.475Z | Compiling clap v4.5.20 |
655 | 2024-11-01T04:39:33.489Z | Compiling color-eyre v0.6.3 |
656 | 2024-11-01T04:39:33.556Z | Compiling nextest-runner v0.65.0 |
657 | 2024-11-01T04:39:33.586Z | Compiling dialoguer v0.11.0 |
658 | 2024-11-01T04:39:36.298Z | Compiling enable-ansi-support v0.2.1 |
659 | 2024-11-01T04:39:36.434Z | Compiling swrite v0.1.0 |
660 | 2024-11-01T04:40:13.037Z | Finished `release` profile [optimized] target(s) in 2m 16s |
661 | 2024-11-01T04:40:13.245Z | Installing /home/build/.cargo/bin/cargo-nextest |
662 | 2024-11-01T04:40:13.249Z | Installed package `cargo-nextest v0.9.82` (executable `cargo-nextest`) |
663 | 2024-11-01T04:40:13.336Z | + pushd rdb |
664 | 2024-11-01T04:40:13.339Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
665 | 2024-11-01T04:40:13.339Z | + cargo nextest run |
666 | 2024-11-01T04:40:13.617Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
667 | 2024-11-01T04:40:13.848Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
668 | 2024-11-01T04:40:14.158Z | From https://www.github.com/oxidecomputer/oxnet |
669 | 2024-11-01T04:40:14.158Z | * [new branch] ci -> origin/ci |
670 | 2024-11-01T04:40:14.161Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
671 | 2024-11-01T04:40:14.161Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
672 | 2024-11-01T04:40:14.161Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
673 | 2024-11-01T04:40:14.161Z | * [new branch] main -> origin/main |
674 | 2024-11-01T04:40:14.161Z | * [new ref] -> origin/HEAD |
675 | 2024-11-01T04:40:14.171Z | Updating crates.io index |
676 | 2024-11-01T04:40:14.287Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
677 | 2024-11-01T04:40:15.038Z | From https://github.com/oxidecomputer/falcon |
678 | 2024-11-01T04:40:15.038Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
679 | 2024-11-01T04:40:15.144Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
680 | 2024-11-01T04:40:16.408Z | From https://github.com/oxidecomputer/dendrite |
681 | 2024-11-01T04:40:16.408Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
682 | 2024-11-01T04:40:16.416Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
683 | 2024-11-01T04:40:16.736Z | From https://github.com/oxidecomputer/ispf |
684 | 2024-11-01T04:40:16.736Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
685 | 2024-11-01T04:40:16.755Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
686 | 2024-11-01T04:40:17.235Z | From https://github.com/oxidecomputer/netadm-sys |
687 | 2024-11-01T04:40:17.235Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
688 | 2024-11-01T04:40:17.247Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
689 | 2024-11-01T04:40:20.814Z | From https://github.com/oxidecomputer/omicron |
690 | 2024-11-01T04:40:20.815Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
691 | 2024-11-01T04:40:20.844Z | * [new tag] dogfood -> dogfood |
692 | 2024-11-01T04:40:20.846Z | * [new tag] v5 -> v5 |
693 | 2024-11-01T04:40:20.846Z | * [new tag] v6 -> v6 |
694 | 2024-11-01T04:40:20.846Z | * [new tag] v7 -> v7 |
695 | 2024-11-01T04:40:20.846Z | * [new tag] v8 -> v8 |
696 | 2024-11-01T04:40:20.846Z | * [new tag] v9 -> v9 |
697 | 2024-11-01T04:40:21.213Z | Updating git repository `https://github.com/oxidecomputer/opte` |
698 | 2024-11-01T04:40:22.350Z | From https://github.com/oxidecomputer/opte |
699 | 2024-11-01T04:40:22.350Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
700 | 2024-11-01T04:40:22.396Z | Updating git repository `https://github.com/illumos/smf-rs` |
701 | 2024-11-01T04:40:22.778Z | From https://github.com/illumos/smf-rs |
702 | 2024-11-01T04:40:22.778Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
703 | 2024-11-01T04:40:22.804Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
704 | 2024-11-01T04:40:23.548Z | From https://github.com/oxidecomputer/maghemite |
705 | 2024-11-01T04:40:23.549Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
706 | 2024-11-01T04:40:23.566Z | * [new tag] rift -> rift |
707 | 2024-11-01T04:40:23.569Z | * [new tag] srp -> srp |
708 | 2024-11-01T04:40:23.569Z | * [new tag] tie-spf -> tie-spf |
709 | 2024-11-01T04:40:23.615Z | Updating git repository `https://github.com/oxidecomputer/zone` |
710 | 2024-11-01T04:40:24.035Z | From https://github.com/oxidecomputer/zone |
711 | 2024-11-01T04:40:24.035Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
712 | 2024-11-01T04:40:24.048Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
713 | 2024-11-01T04:40:24.811Z | From https://github.com/oxidecomputer/propolis |
714 | 2024-11-01T04:40:24.811Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
715 | 2024-11-01T04:40:24.907Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
716 | 2024-11-01T04:40:25.332Z | From https://github.com/oxidecomputer/dlpi-sys |
717 | 2024-11-01T04:40:25.332Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
718 | 2024-11-01T04:40:25.346Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
719 | 2024-11-01T04:40:25.737Z | From https://github.com/jmesmon/rust-libzfs |
720 | 2024-11-01T04:40:25.737Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
721 | 2024-11-01T04:40:25.755Z | * [new tag] v0.4.0 -> v0.4.0 |
722 | 2024-11-01T04:40:25.767Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
723 | 2024-11-01T04:40:26.130Z | From https://github.com/oxidecomputer/rusty-doors |
724 | 2024-11-01T04:40:26.130Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
725 | 2024-11-01T04:40:26.143Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
726 | 2024-11-01T04:40:26.605Z | From https://github.com/oxidecomputer/maghemite |
727 | 2024-11-01T04:40:26.605Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
728 | 2024-11-01T04:40:26.650Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-11-01T04:40:27.031Z | From https://github.com/oxidecomputer/serde_human_bytes |
730 | 2024-11-01T04:40:27.031Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
731 | 2024-11-01T04:40:27.079Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
732 | 2024-11-01T04:40:27.512Z | From https://github.com/oxidecomputer/slog-error-chain |
733 | 2024-11-01T04:40:27.512Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
734 | 2024-11-01T04:40:27.547Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
735 | 2024-11-01T04:40:27.962Z | From https://github.com/oxidecomputer/poptrie |
736 | 2024-11-01T04:40:27.962Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
737 | 2024-11-01T04:40:27.983Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
738 | 2024-11-01T04:40:28.326Z | From https://github.com/illumos/libscf-sys |
739 | 2024-11-01T04:40:28.327Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
740 | 2024-11-01T04:40:28.350Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2024-11-01T04:40:29.411Z | From https://github.com/oxidecomputer/progenitor |
742 | 2024-11-01T04:40:29.411Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
743 | 2024-11-01T04:40:29.431Z | * [new tag] v0.1.1 -> v0.1.1 |
744 | 2024-11-01T04:40:29.434Z | * [new tag] v0.2.0 -> v0.2.0 |
745 | 2024-11-01T04:40:29.434Z | * [new tag] v0.3.0 -> v0.3.0 |
746 | 2024-11-01T04:40:29.434Z | * [new tag] v0.4.0 -> v0.4.0 |
747 | 2024-11-01T04:40:29.434Z | * [new tag] v0.5.0 -> v0.5.0 |
748 | 2024-11-01T04:40:29.434Z | * [new tag] v0.6.0 -> v0.6.0 |
749 | 2024-11-01T04:40:29.434Z | * [new tag] v0.7.0 -> v0.7.0 |
750 | 2024-11-01T04:40:29.561Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-11-01T04:40:30.379Z | From https://github.com/oxidecomputer/typify |
752 | 2024-11-01T04:40:30.379Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
753 | 2024-11-01T04:40:30.382Z | * [new tag] v0.2.0 -> v0.2.0 |
754 | 2024-11-01T04:40:30.398Z | * [new tag] v0.0.10 -> v0.0.10 |
755 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.11 -> v0.0.11 |
756 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.12 -> v0.0.12 |
757 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.13 -> v0.0.13 |
758 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.14 -> v0.0.14 |
759 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.15 -> v0.0.15 |
760 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.16 -> v0.0.16 |
761 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.4 -> v0.0.4 |
762 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.5 -> v0.0.5 |
763 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.7 -> v0.0.7 |
764 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.8 -> v0.0.8 |
765 | 2024-11-01T04:40:30.401Z | * [new tag] v0.0.9 -> v0.0.9 |
766 | 2024-11-01T04:40:30.401Z | * [new tag] v0.1.0 -> v0.1.0 |
767 | 2024-11-01T04:40:30.531Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
768 | 2024-11-01T04:40:32.361Z | From https://github.com/oxidecomputer/crucible |
769 | 2024-11-01T04:40:32.361Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
770 | 2024-11-01T04:40:32.418Z | Updating git repository `https://github.com/oxidecomputer/opte` |
771 | 2024-11-01T04:40:32.850Z | From https://github.com/oxidecomputer/opte |
772 | 2024-11-01T04:40:32.850Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
773 | 2024-11-01T04:40:32.895Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
774 | 2024-11-01T04:40:33.623Z | From https://github.com/oxidecomputer/management-gateway-service |
775 | 2024-11-01T04:40:33.623Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
776 | 2024-11-01T04:40:34.081Z | Downloading crates ... |
777 | 2024-11-01T04:40:34.240Z | Downloaded crunchy v0.2.2 |
778 | 2024-11-01T04:40:34.243Z | Downloaded foreign-types v0.5.0 |
779 | 2024-11-01T04:40:34.246Z | Downloaded crc8 v0.1.1 |
780 | 2024-11-01T04:40:34.249Z | Downloaded ciborium-io v0.2.2 |
781 | 2024-11-01T04:40:34.251Z | Downloaded anstyle-query v1.1.1 |
782 | 2024-11-01T04:40:34.253Z | Downloaded same-file v1.0.6 |
783 | 2024-11-01T04:40:34.258Z | Downloaded dyn-clone v1.0.17 |
784 | 2024-11-01T04:40:34.261Z | Downloaded rustls-pki-types v1.8.0 |
785 | 2024-11-01T04:40:34.263Z | Downloaded sigpipe v0.1.3 |
786 | 2024-11-01T04:40:34.266Z | Downloaded futures-macro v0.3.30 |
787 | 2024-11-01T04:40:34.266Z | Downloaded data-encoding v2.6.0 |
788 | 2024-11-01T04:40:34.268Z | Downloaded futures-core v0.3.30 |
789 | 2024-11-01T04:40:34.270Z | Downloaded embedded-io v0.6.1 |
790 | 2024-11-01T04:40:34.270Z | Downloaded dirs-next v2.0.0 |
791 | 2024-11-01T04:40:34.274Z | Downloaded defmt-parser v0.3.4 |
792 | 2024-11-01T04:40:34.274Z | Downloaded waitgroup v0.1.2 |
793 | 2024-11-01T04:40:34.278Z | Downloaded crossbeam-deque v0.8.5 |
794 | 2024-11-01T04:40:34.278Z | Downloaded constant_time_eq v0.3.1 |
795 | 2024-11-01T04:40:34.278Z | Downloaded atomic-waker v1.1.2 |
796 | 2024-11-01T04:40:34.281Z | Downloaded serde_repr v0.1.19 |
797 | 2024-11-01T04:40:34.283Z | Downloaded rustls-pemfile v1.0.4 |
798 | 2024-11-01T04:40:34.286Z | Downloaded hostname v0.4.0 |
799 | 2024-11-01T04:40:34.286Z | Downloaded anstyle v1.0.8 |
800 | 2024-11-01T04:40:34.290Z | Downloaded slog-dtrace v0.3.0 |
801 | 2024-11-01T04:40:34.290Z | Downloaded schemars_derive v0.8.21 |
802 | 2024-11-01T04:40:34.292Z | Downloaded thiserror-impl v1.0.64 |
803 | 2024-11-01T04:40:34.292Z | Downloaded spin v0.5.2 |
804 | 2024-11-01T04:40:34.294Z | Downloaded hex v0.4.3 |
805 | 2024-11-01T04:40:34.297Z | Downloaded anstyle-parse v0.2.5 |
806 | 2024-11-01T04:40:34.299Z | Downloaded async-stream v0.3.5 |
807 | 2024-11-01T04:40:34.301Z | Downloaded usdt v0.5.0 |
808 | 2024-11-01T04:40:34.301Z | Downloaded http-body v0.4.6 |
809 | 2024-11-01T04:40:34.304Z | Downloaded tiny-keccak v2.0.2 |
810 | 2024-11-01T04:40:34.307Z | Downloaded serde_derive_internals v0.29.1 |
811 | 2024-11-01T04:40:34.309Z | Downloaded async-stream-impl v0.3.5 |
812 | 2024-11-01T04:40:34.312Z | Downloaded half v2.4.1 |
813 | 2024-11-01T04:40:34.314Z | Downloaded typify v0.2.0 |
814 | 2024-11-01T04:40:34.317Z | Downloaded whoami v1.5.2 |
815 | 2024-11-01T04:40:34.319Z | Downloaded const-random-macro v0.1.16 |
816 | 2024-11-01T04:40:34.321Z | Downloaded tokio-rustls v0.25.0 |
817 | 2024-11-01T04:40:34.323Z | Downloaded zone_cfg_derive v0.1.2 |
818 | 2024-11-01T04:40:34.324Z | Downloaded ucd-trie v0.1.6 |
819 | 2024-11-01T04:40:34.326Z | Downloaded term v0.7.0 |
820 | 2024-11-01T04:40:34.329Z | Downloaded fxhash v0.2.1 |
821 | 2024-11-01T04:40:34.331Z | Downloaded futures-sink v0.3.30 |
822 | 2024-11-01T04:40:34.334Z | Downloaded foreign-types-shared v0.3.1 |
823 | 2024-11-01T04:40:34.334Z | Downloaded dtrace-parser v0.2.0 |
824 | 2024-11-01T04:40:34.334Z | Downloaded cstr-argument v0.1.2 |
825 | 2024-11-01T04:40:34.336Z | Downloaded darling_macro v0.20.10 |
826 | 2024-11-01T04:40:34.336Z | Downloaded blake2 v0.10.6 |
827 | 2024-11-01T04:40:34.339Z | Downloaded argon2 v0.5.3 |
828 | 2024-11-01T04:40:34.343Z | Downloaded bitflags v1.3.2 |
829 | 2024-11-01T04:40:34.345Z | Downloaded slog v2.7.0 |
830 | 2024-11-01T04:40:34.348Z | Downloaded autocfg v1.3.0 |
831 | 2024-11-01T04:40:34.351Z | Downloaded float-ord v0.3.2 |
832 | 2024-11-01T04:40:34.351Z | Downloaded crucible-workspace-hack v0.1.0 |
833 | 2024-11-01T04:40:34.351Z | Downloaded colorchoice v1.0.2 |
834 | 2024-11-01T04:40:34.353Z | Downloaded match_cfg v0.1.0 |
835 | 2024-11-01T04:40:34.355Z | Downloaded num-conv v0.1.0 |
836 | 2024-11-01T04:40:34.355Z | Downloaded ident_case v1.0.1 |
837 | 2024-11-01T04:40:34.357Z | Downloaded strum_macros v0.26.4 |
838 | 2024-11-01T04:40:34.359Z | Downloaded serde-big-array v0.5.1 |
839 | 2024-11-01T04:40:34.362Z | Downloaded futures v0.3.30 |
840 | 2024-11-01T04:40:34.366Z | Downloaded plain v0.2.3 |
841 | 2024-11-01T04:40:34.368Z | Downloaded httparse v1.9.4 |
842 | 2024-11-01T04:40:34.371Z | Downloaded tar v0.4.41 |
843 | 2024-11-01T04:40:34.373Z | Downloaded serde v1.0.210 |
844 | 2024-11-01T04:40:34.377Z | Downloaded rustversion v1.0.17 |
845 | 2024-11-01T04:40:34.380Z | Downloaded hash32 v0.3.1 |
846 | 2024-11-01T04:40:34.382Z | Downloaded futures-io v0.3.30 |
847 | 2024-11-01T04:40:34.385Z | Downloaded futures-executor v0.3.30 |
848 | 2024-11-01T04:40:34.385Z | Downloaded semver v0.1.20 |
849 | 2024-11-01T04:40:34.387Z | Downloaded futures-task v0.3.30 |
850 | 2024-11-01T04:40:34.389Z | Downloaded const-random v0.1.18 |
851 | 2024-11-01T04:40:34.389Z | Downloaded dof v0.3.0 |
852 | 2024-11-01T04:40:34.391Z | Downloaded anyhow v1.0.89 |
853 | 2024-11-01T04:40:34.394Z | Downloaded time-core v0.1.2 |
854 | 2024-11-01T04:40:34.397Z | Downloaded usdt-attr-macro v0.5.0 |
855 | 2024-11-01T04:40:34.397Z | Downloaded enum-as-inner v0.6.1 |
856 | 2024-11-01T04:40:34.400Z | Downloaded thread-id v4.2.2 |
857 | 2024-11-01T04:40:34.400Z | Downloaded defmt-macros v0.3.9 |
858 | 2024-11-01T04:40:34.403Z | Downloaded take_mut v0.2.2 |
859 | 2024-11-01T04:40:34.405Z | Downloaded instant v0.1.13 |
860 | 2024-11-01T04:40:34.407Z | Downloaded heck v0.4.1 |
861 | 2024-11-01T04:40:34.407Z | Downloaded foreign-types-macros v0.2.3 |
862 | 2024-11-01T04:40:34.410Z | Downloaded defmt v0.3.8 |
863 | 2024-11-01T04:40:34.413Z | Downloaded slog-async v2.8.0 |
864 | 2024-11-01T04:40:34.416Z | Downloaded serde_tokenstream v0.2.2 |
865 | 2024-11-01T04:40:34.416Z | Downloaded arrayvec v0.7.6 |
866 | 2024-11-01T04:40:34.420Z | Downloaded allocator-api2 v0.2.18 |
867 | 2024-11-01T04:40:34.422Z | Downloaded rustls-pemfile v2.1.3 |
868 | 2024-11-01T04:40:34.424Z | Downloaded is-terminal v0.4.13 |
869 | 2024-11-01T04:40:34.424Z | Downloaded toml_edit v0.22.21 |
870 | 2024-11-01T04:40:34.447Z | Downloaded omicron-workspace-hack v0.1.0 |
871 | 2024-11-01T04:40:34.449Z | Downloaded convert_case v0.4.0 |
872 | 2024-11-01T04:40:34.449Z | Downloaded num_threads v0.1.7 |
873 | 2024-11-01T04:40:34.453Z | Downloaded paste v1.0.15 |
874 | 2024-11-01T04:40:34.453Z | Downloaded progenitor-macro v0.8.0 |
875 | 2024-11-01T04:40:34.455Z | Downloaded num-derive v0.3.3 |
876 | 2024-11-01T04:40:34.455Z | Downloaded num v0.4.3 |
877 | 2024-11-01T04:40:34.458Z | Downloaded newline-converter v0.3.0 |
878 | 2024-11-01T04:40:34.458Z | Downloaded zone_cfg_derive v0.3.0 |
879 | 2024-11-01T04:40:34.461Z | Downloaded strum v0.26.3 |
880 | 2024-11-01T04:40:34.461Z | Downloaded managed v0.8.0 |
881 | 2024-11-01T04:40:34.466Z | Downloaded stable_deref_trait v1.2.0 |
882 | 2024-11-01T04:40:34.466Z | Downloaded slog-stdlog v4.1.1 |
883 | 2024-11-01T04:40:34.466Z | Downloaded slog-json v2.6.1 |
884 | 2024-11-01T04:40:34.468Z | Downloaded hubpack_derive v0.1.1 |
885 | 2024-11-01T04:40:34.468Z | Downloaded indent_write v2.2.0 |
886 | 2024-11-01T04:40:34.468Z | Downloaded untrusted v0.7.1 |
887 | 2024-11-01T04:40:34.471Z | Downloaded strum_macros v0.25.3 |
888 | 2024-11-01T04:40:34.471Z | Downloaded structmeta-derive v0.3.0 |
889 | 2024-11-01T04:40:34.473Z | Downloaded structmeta v0.3.0 |
890 | 2024-11-01T04:40:34.473Z | Downloaded slog-envlogger v2.2.0 |
891 | 2024-11-01T04:40:34.475Z | Downloaded newtype_derive v0.1.6 |
892 | 2024-11-01T04:40:34.478Z | Downloaded proc-macro-error-attr v1.0.4 |
893 | 2024-11-01T04:40:34.478Z | Downloaded typify-macro v0.2.0 |
894 | 2024-11-01T04:40:34.478Z | Downloaded topological-sort v0.2.2 |
895 | 2024-11-01T04:40:34.481Z | Downloaded thiserror v1.0.64 |
896 | 2024-11-01T04:40:34.485Z | Downloaded parse-display v0.10.0 |
897 | 2024-11-01T04:40:34.488Z | Downloaded num-complex v0.4.6 |
898 | 2024-11-01T04:40:34.488Z | Downloaded linear-map v1.2.0 |
899 | 2024-11-01T04:40:34.490Z | Downloaded xz2 v0.1.7 |
900 | 2024-11-01T04:40:34.490Z | Downloaded ipnetwork v0.20.0 |
901 | 2024-11-01T04:40:34.492Z | Downloaded num_enum_derive v0.7.3 |
902 | 2024-11-01T04:40:34.495Z | Downloaded num-rational v0.4.2 |
903 | 2024-11-01T04:40:34.497Z | Downloaded num-derive v0.4.2 |
904 | 2024-11-01T04:40:34.497Z | Downloaded serde_with_macros v3.9.0 |
905 | 2024-11-01T04:40:34.500Z | Downloaded sct v0.7.1 |
906 | 2024-11-01T04:40:34.504Z | Downloaded memmap v0.7.0 |
907 | 2024-11-01T04:40:34.507Z | Downloaded lru-cache v0.1.2 |
908 | 2024-11-01T04:40:34.507Z | Downloaded num_enum v0.5.11 |
909 | 2024-11-01T04:40:34.511Z | Downloaded zone v0.1.8 |
910 | 2024-11-01T04:40:34.514Z | Downloaded macaddr v1.0.1 |
911 | 2024-11-01T04:40:34.514Z | Downloaded smf v0.2.3 |
912 | 2024-11-01T04:40:34.517Z | Downloaded cookie v0.18.1 |
913 | 2024-11-01T04:40:34.517Z | Downloaded progenitor-client v0.8.0 |
914 | 2024-11-01T04:40:34.519Z | Downloaded parse-display-derive v0.10.0 |
915 | 2024-11-01T04:40:34.519Z | Downloaded resolv-conf v0.7.0 |
916 | 2024-11-01T04:40:34.523Z | Downloaded time-macros v0.2.18 |
917 | 2024-11-01T04:40:34.526Z | Downloaded tokio-tungstenite v0.21.0 |
918 | 2024-11-01T04:40:34.526Z | Downloaded tokio-rustls v0.24.1 |
919 | 2024-11-01T04:40:34.528Z | Downloaded pretty-hex v0.4.1 |
920 | 2024-11-01T04:40:34.530Z | Downloaded pretty-hex v0.2.1 |
921 | 2024-11-01T04:40:34.530Z | Downloaded hyper-tls v0.5.0 |
922 | 2024-11-01T04:40:34.533Z | Downloaded usdt-impl v0.5.0 |
923 | 2024-11-01T04:40:34.533Z | Downloaded tempfile v3.12.0 |
924 | 2024-11-01T04:40:34.536Z | Downloaded num-iter v0.1.45 |
925 | 2024-11-01T04:40:34.538Z | Downloaded serde_derive v1.0.210 |
926 | 2024-11-01T04:40:34.541Z | Downloaded num-integer v0.1.46 |
927 | 2024-11-01T04:40:34.541Z | Downloaded powerfmt v0.2.0 |
928 | 2024-11-01T04:40:34.544Z | Downloaded heapless v0.8.0 |
929 | 2024-11-01T04:40:34.546Z | Downloaded proc-macro-crate v3.2.0 |
930 | 2024-11-01T04:40:34.548Z | Downloaded proc-macro-crate v1.3.1 |
931 | 2024-11-01T04:40:34.548Z | Downloaded num_enum_derive v0.5.11 |
932 | 2024-11-01T04:40:34.551Z | Downloaded proc-macro-error v1.0.4 |
933 | 2024-11-01T04:40:34.553Z | Downloaded progenitor v0.8.0 |
934 | 2024-11-01T04:40:34.556Z | Downloaded bytes v1.7.2 |
935 | 2024-11-01T04:40:34.558Z | Downloaded multer v3.1.0 |
936 | 2024-11-01T04:40:34.561Z | Downloaded hubpack v0.1.2 |
937 | 2024-11-01T04:40:34.563Z | Downloaded toml v0.7.8 |
938 | 2024-11-01T04:40:34.565Z | Downloaded pest_generator v2.7.13 |
939 | 2024-11-01T04:40:34.568Z | Downloaded memmap2 v0.9.5 |
940 | 2024-11-01T04:40:34.571Z | Downloaded password-hash v0.5.0 |
941 | 2024-11-01T04:40:34.573Z | Downloaded once_cell v1.19.0 |
942 | 2024-11-01T04:40:34.575Z | Downloaded progenitor-impl v0.8.0 |
943 | 2024-11-01T04:40:34.578Z | Downloaded pest_meta v2.7.13 |
944 | 2024-11-01T04:40:34.578Z | Downloaded thin-vec v0.2.13 |
945 | 2024-11-01T04:40:34.582Z | Downloaded linked-hash-map v0.5.6 |
946 | 2024-11-01T04:40:34.584Z | Downloaded rustc_version v0.1.7 |
947 | 2024-11-01T04:40:34.584Z | Downloaded num_enum v0.7.3 |
948 | 2024-11-01T04:40:34.587Z | Downloaded quick-error v1.2.3 |
949 | 2024-11-01T04:40:34.589Z | Downloaded tokio-util v0.7.12 |
950 | 2024-11-01T04:40:34.595Z | Downloaded smartstring v1.0.1 |
951 | 2024-11-01T04:40:34.598Z | Downloaded libsw v3.3.1 |
952 | 2024-11-01T04:40:34.601Z | Downloaded ipnet v2.10.0 |
953 | 2024-11-01T04:40:34.603Z | Downloaded lock_api v0.4.12 |
954 | 2024-11-01T04:40:34.603Z | Downloaded quinn-udp v0.5.5 |
955 | 2024-11-01T04:40:34.605Z | Downloaded parking_lot_core v0.9.10 |
956 | 2024-11-01T04:40:34.608Z | Downloaded zerocopy v0.6.6 |
957 | 2024-11-01T04:40:34.610Z | Downloaded unsafe-libyaml v0.2.11 |
958 | 2024-11-01T04:40:34.613Z | Downloaded newtype-uuid v1.1.0 |
959 | 2024-11-01T04:40:34.615Z | Downloaded unicode-bidi v0.3.15 |
960 | 2024-11-01T04:40:34.617Z | Downloaded postcard v1.0.10 |
961 | 2024-11-01T04:40:34.619Z | Downloaded pest_derive v2.7.13 |
962 | 2024-11-01T04:40:34.622Z | Downloaded parking_lot v0.11.2 |
963 | 2024-11-01T04:40:34.626Z | Downloaded indexmap v1.9.3 |
964 | 2024-11-01T04:40:34.628Z | Downloaded darling_core v0.20.10 |
965 | 2024-11-01T04:40:34.632Z | Downloaded toml_edit v0.19.15 |
966 | 2024-11-01T04:40:34.649Z | Downloaded httpdate v1.0.3 |
967 | 2024-11-01T04:40:34.651Z | Downloaded winnow v0.6.18 |
968 | 2024-11-01T04:40:34.659Z | Downloaded proc-macro2 v1.0.86 |
969 | 2024-11-01T04:40:34.662Z | Downloaded rhai_codegen v2.2.0 |
970 | 2024-11-01T04:40:34.670Z | Downloaded parking_lot v0.12.3 |
971 | 2024-11-01T04:40:34.673Z | Downloaded openssl-sys v0.9.103 |
972 | 2024-11-01T04:40:34.678Z | Downloaded ron v0.7.1 |
973 | 2024-11-01T04:40:34.682Z | Downloaded hyper-util v0.1.9 |
974 | 2024-11-01T04:40:34.687Z | Downloaded indexmap v2.5.0 |
975 | 2024-11-01T04:40:34.691Z | Downloaded crossbeam-channel v0.5.13 |
976 | 2024-11-01T04:40:34.696Z | Downloaded http v0.2.12 |
977 | 2024-11-01T04:40:34.699Z | Downloaded hickory-resolver v0.24.1 |
978 | 2024-11-01T04:40:34.704Z | Downloaded prettyplease v0.2.22 |
979 | 2024-11-01T04:40:34.707Z | Downloaded itertools v0.10.5 |
980 | 2024-11-01T04:40:34.714Z | Downloaded rustls-webpki v0.101.7 |
981 | 2024-11-01T04:40:34.728Z | Downloaded pest v2.7.13 |
982 | 2024-11-01T04:40:34.733Z | Downloaded serde_json v1.0.128 |
983 | 2024-11-01T04:40:34.740Z | Downloaded futures-util v0.3.30 |
984 | 2024-11-01T04:40:34.752Z | Downloaded pretty_assertions v1.4.1 |
985 | 2024-11-01T04:40:34.755Z | Downloaded flate2 v1.0.33 |
986 | 2024-11-01T04:40:34.761Z | Downloaded portable-atomic v1.8.0 |
987 | 2024-11-01T04:40:34.766Z | Downloaded libm v0.2.8 |
988 | 2024-11-01T04:40:34.775Z | Downloaded rustls v0.22.4 |
989 | 2024-11-01T04:40:34.788Z | Downloaded itertools v0.12.1 |
990 | 2024-11-01T04:40:34.797Z | Downloaded h2 v0.3.26 |
991 | 2024-11-01T04:40:34.802Z | Downloaded goblin v0.8.2 |
992 | 2024-11-01T04:40:34.809Z | Downloaded syn v1.0.109 |
993 | 2024-11-01T04:40:34.819Z | Downloaded reqwest v0.11.27 |
994 | 2024-11-01T04:40:34.827Z | Downloaded webpki-roots v0.25.4 |
995 | 2024-11-01T04:40:34.832Z | Downloaded blake3 v1.5.4 |
996 | 2024-11-01T04:40:34.839Z | Downloaded reqwest v0.12.8 |
997 | 2024-11-01T04:40:34.847Z | Downloaded rustls v0.21.12 |
998 | 2024-11-01T04:40:34.858Z | Downloaded hyper v0.14.30 |
999 | 2024-11-01T04:40:34.866Z | Downloaded syn v2.0.77 |
1000 | 2024-11-01T04:40:34.878Z | Downloaded rustls v0.23.13 |
1001 | 2024-11-01T04:40:34.890Z | Downloaded regex-syntax v0.8.4 |
1002 | 2024-11-01T04:40:34.898Z | Downloaded dropshot v0.12.0 |
1003 | 2024-11-01T04:40:34.917Z | Downloaded regex v1.10.6 |
1004 | 2024-11-01T04:40:34.929Z | Downloaded smoltcp v0.11.0 |
1005 | 2024-11-01T04:40:34.942Z | Downloaded h2 v0.4.6 |
1006 | 2024-11-01T04:40:34.949Z | Downloaded idna v0.4.0 |
1007 | 2024-11-01T04:40:34.957Z | Downloaded typify-impl v0.2.0 |
1008 | 2024-11-01T04:40:34.970Z | Downloaded sled v0.34.7 |
1009 | 2024-11-01T04:40:34.980Z | Downloaded openssl v0.10.66 |
1010 | 2024-11-01T04:40:34.989Z | Downloaded hashbrown v0.14.5 |
1011 | 2024-11-01T04:40:34.994Z | Downloaded regress v0.9.1 |
1012 | 2024-11-01T04:40:35.002Z | Downloaded regress v0.10.1 |
1013 | 2024-11-01T04:40:35.010Z | Downloaded rhai v1.19.0 |
1014 | 2024-11-01T04:40:35.022Z | Downloaded openapiv3 v2.0.0 |
1015 | 2024-11-01T04:40:35.033Z | Downloaded regex-automata v0.4.7 |
1016 | 2024-11-01T04:40:35.049Z | Downloaded rustix v0.38.37 |
1017 | 2024-11-01T04:40:35.070Z | Downloaded hickory-proto v0.24.1 |
1018 | 2024-11-01T04:40:35.084Z | Downloaded hyper v1.4.1 |
1019 | 2024-11-01T04:40:35.091Z | Downloaded winnow v0.5.40 |
1020 | 2024-11-01T04:40:35.098Z | Downloaded clap_builder v4.5.18 |
1021 | 2024-11-01T04:40:35.104Z | Downloaded hashbrown v0.12.3 |
1022 | 2024-11-01T04:40:35.108Z | Downloaded rayon-core v1.12.1 |
1023 | 2024-11-01T04:40:35.112Z | Downloaded yansi v1.0.1 |
1024 | 2024-11-01T04:40:35.114Z | Downloaded serde_with v3.9.0 |
1025 | 2024-11-01T04:40:35.122Z | Downloaded cc v1.1.21 |
1026 | 2024-11-01T04:40:35.125Z | Downloaded zerocopy-derive v0.6.6 |
1027 | 2024-11-01T04:40:35.134Z | Downloaded tokio v1.40.0 |
1028 | 2024-11-01T04:40:35.169Z | Downloaded lzma-sys v0.1.20 |
1029 | 2024-11-01T04:40:35.197Z | Downloaded hyper-rustls v0.24.2 |
1030 | 2024-11-01T04:40:35.199Z | Downloaded omicron-zone-package v0.11.0 |
1031 | 2024-11-01T04:40:35.202Z | Downloaded tungstenite v0.21.0 |
1032 | 2024-11-01T04:40:35.205Z | Downloaded dropshot_endpoint v0.12.0 |
1033 | 2024-11-01T04:40:35.207Z | Downloaded derive-where v1.2.7 |
1034 | 2024-11-01T04:40:35.210Z | Downloaded serde_yaml v0.9.34+deprecated |
1035 | 2024-11-01T04:40:35.213Z | Downloaded uuid v1.10.0 |
1036 | 2024-11-01T04:40:35.216Z | Downloaded parking_lot_core v0.8.6 |
1037 | 2024-11-01T04:40:35.219Z | Downloaded similar v2.6.0 |
1038 | 2024-11-01T04:40:35.222Z | Downloaded zone v0.3.0 |
1039 | 2024-11-01T04:40:35.224Z | Downloaded pin-project-lite v0.2.14 |
1040 | 2024-11-01T04:40:35.227Z | Downloaded time v0.3.36 |
1041 | 2024-11-01T04:40:35.234Z | Downloaded schemars v0.8.21 |
1042 | 2024-11-01T04:40:35.245Z | Downloaded libc v0.2.159 |
1043 | 2024-11-01T04:40:35.278Z | Downloaded clap v4.5.18 |
1044 | 2024-11-01T04:40:35.282Z | Downloaded diff v0.1.13 |
1045 | 2024-11-01T04:40:35.282Z | Downloaded crossbeam-utils v0.8.20 |
1046 | 2024-11-01T04:40:35.285Z | Downloaded crossbeam-epoch v0.9.18 |
1047 | 2024-11-01T04:40:35.288Z | Downloaded walkdir v2.5.0 |
1048 | 2024-11-01T04:40:35.288Z | Downloaded utf-8 v0.7.6 |
1049 | 2024-11-01T04:40:35.288Z | Downloaded unicode-segmentation v1.12.0 |
1050 | 2024-11-01T04:40:35.292Z | Downloaded expectorate v1.1.0 |
1051 | 2024-11-01T04:40:35.294Z | Downloaded tabwriter v1.4.0 |
1052 | 2024-11-01T04:40:35.294Z | Downloaded futures-channel v0.3.30 |
1053 | 2024-11-01T04:40:35.297Z | Downloaded arc-swap v1.7.1 |
1054 | 2024-11-01T04:40:35.300Z | Downloaded slog-bunyan v2.5.0 |
1055 | 2024-11-01T04:40:35.302Z | Downloaded ciborium v0.2.2 |
1056 | 2024-11-01T04:40:35.304Z | Downloaded steno v0.4.1 |
1057 | 2024-11-01T04:40:35.307Z | Downloaded hostname v0.3.1 |
1058 | 2024-11-01T04:40:35.309Z | Downloaded deranged v0.3.11 |
1059 | 2024-11-01T04:40:35.311Z | Downloaded serde_spanned v0.6.7 |
1060 | 2024-11-01T04:40:35.311Z | Downloaded scroll v0.12.0 |
1061 | 2024-11-01T04:40:35.314Z | Downloaded scopeguard v1.2.0 |
1062 | 2024-11-01T04:40:35.314Z | Downloaded heck v0.3.3 |
1063 | 2024-11-01T04:40:35.314Z | Downloaded embedded-io v0.4.0 |
1064 | 2024-11-01T04:40:35.316Z | Downloaded backoff v0.4.0 |
1065 | 2024-11-01T04:40:35.318Z | Downloaded async-trait v0.1.83 |
1066 | 2024-11-01T04:40:35.320Z | Downloaded dirs-sys-next v0.1.2 |
1067 | 2024-11-01T04:40:35.323Z | Downloaded cobs v0.2.3 |
1068 | 2024-11-01T04:40:35.323Z | Downloaded ciborium-ll v0.2.2 |
1069 | 2024-11-01T04:40:35.325Z | Downloaded base64 v0.13.1 |
1070 | 2024-11-01T04:40:35.327Z | Downloaded highway v1.2.0 |
1071 | 2024-11-01T04:40:35.330Z | Downloaded derive_more v0.99.18 |
1072 | 2024-11-01T04:40:35.333Z | Downloaded arrayref v0.3.9 |
1073 | 2024-11-01T04:40:35.335Z | Downloaded darling v0.20.10 |
1074 | 2024-11-01T04:40:35.337Z | Downloaded anstream v0.6.15 |
1075 | 2024-11-01T04:40:35.340Z | Downloaded slog-scope v4.4.0 |
1076 | 2024-11-01T04:40:35.343Z | Downloaded cancel-safe-futures v0.1.5 |
1077 | 2024-11-01T04:40:35.345Z | Downloaded slog-term v2.9.1 |
1078 | 2024-11-01T04:40:35.347Z | Downloaded sha1 v0.10.6 |
1079 | 2024-11-01T04:40:35.350Z | Downloaded usdt-macro v0.5.0 |
1080 | 2024-11-01T04:40:35.351Z | Downloaded sync_wrapper v0.1.2 |
1081 | 2024-11-01T04:40:35.351Z | Downloaded colored v2.1.0 |
1082 | 2024-11-01T04:40:35.354Z | Downloaded scroll_derive v0.12.0 |
1083 | 2024-11-01T04:40:35.355Z | Downloaded encoding_rs v0.8.34 |
1084 | 2024-11-01T04:40:35.623Z | Downloaded ring v0.16.20 |
1085 | 2024-11-01T04:40:36.580Z | Compiling proc-macro2 v1.0.86 |
1086 | 2024-11-01T04:40:36.580Z | Compiling unicode-ident v1.0.13 |
1087 | 2024-11-01T04:40:36.583Z | Compiling libc v0.2.159 |
1088 | 2024-11-01T04:40:36.583Z | Compiling cfg-if v1.0.0 |
1089 | 2024-11-01T04:40:36.583Z | Compiling serde v1.0.210 |
1090 | 2024-11-01T04:40:36.584Z | Compiling autocfg v1.3.0 |
1091 | 2024-11-01T04:40:36.584Z | Compiling version_check v0.9.5 |
1092 | 2024-11-01T04:40:36.584Z | Compiling memchr v2.7.4 |
1093 | 2024-11-01T04:40:36.668Z | Compiling once_cell v1.19.0 |
1094 | 2024-11-01T04:40:36.759Z | Compiling byteorder v1.5.0 |
1095 | 2024-11-01T04:40:37.084Z | Compiling itoa v1.0.11 |
1096 | 2024-11-01T04:40:37.159Z | Compiling libm v0.2.8 |
1097 | 2024-11-01T04:40:37.215Z | Compiling ryu v1.0.18 |
1098 | 2024-11-01T04:40:37.233Z | Compiling serde_json v1.0.128 |
1099 | 2024-11-01T04:40:37.278Z | Compiling ahash v0.8.11 |
1100 | 2024-11-01T04:40:37.365Z | Compiling allocator-api2 v0.2.18 |
1101 | 2024-11-01T04:40:37.530Z | Compiling pin-project-lite v0.2.14 |
1102 | 2024-11-01T04:40:37.564Z | Compiling lock_api v0.4.12 |
1103 | 2024-11-01T04:40:37.626Z | Compiling smallvec v1.13.2 |
1104 | 2024-11-01T04:40:37.679Z | Compiling scopeguard v1.2.0 |
1105 | 2024-11-01T04:40:37.823Z | Compiling thiserror v1.0.64 |
1106 | 2024-11-01T04:40:38.075Z | Compiling parking_lot_core v0.9.10 |
1107 | 2024-11-01T04:40:38.261Z | Compiling equivalent v1.0.1 |
1108 | 2024-11-01T04:40:38.358Z | Compiling quote v1.0.37 |
1109 | 2024-11-01T04:40:38.493Z | Compiling iana-time-zone v0.1.61 |
1110 | 2024-11-01T04:40:38.524Z | Compiling futures-core v0.3.30 |
1111 | 2024-11-01T04:40:38.550Z | Compiling log v0.4.22 |
1112 | 2024-11-01T04:40:38.736Z | Compiling syn v2.0.77 |
1113 | 2024-11-01T04:40:38.748Z | Compiling getrandom v0.2.15 |
1114 | 2024-11-01T04:40:38.991Z | Compiling socket2 v0.5.7 |
1115 | 2024-11-01T04:40:39.078Z | Compiling signal-hook-registry v1.4.2 |
1116 | 2024-11-01T04:40:39.089Z | Compiling mio v1.0.2 |
1117 | 2024-11-01T04:40:39.100Z | Compiling fnv v1.0.7 |
1118 | 2024-11-01T04:40:39.219Z | Compiling schemars v0.8.21 |
1119 | 2024-11-01T04:40:39.219Z | Compiling shlex v1.3.0 |
1120 | 2024-11-01T04:40:39.600Z | Compiling parking_lot v0.12.3 |
1121 | 2024-11-01T04:40:39.622Z | Compiling dyn-clone v1.0.17 |
1122 | 2024-11-01T04:40:39.635Z | Compiling cc v1.1.21 |
1123 | 2024-11-01T04:40:39.725Z | Compiling slab v0.4.9 |
1124 | 2024-11-01T04:40:39.848Z | Compiling futures-sink v0.3.30 |
1125 | 2024-11-01T04:40:39.997Z | Compiling num-traits v0.2.19 |
1126 | 2024-11-01T04:40:40.112Z | Compiling futures-channel v0.3.30 |
1127 | 2024-11-01T04:40:40.160Z | Compiling futures-task v0.3.30 |
1128 | 2024-11-01T04:40:40.446Z | Compiling futures-io v0.3.30 |
1129 | 2024-11-01T04:40:40.457Z | Compiling pin-utils v0.1.0 |
1130 | 2024-11-01T04:40:40.469Z | Compiling tracing-core v0.1.32 |
1131 | 2024-11-01T04:40:40.511Z | Compiling bitflags v2.6.0 |
1132 | 2024-11-01T04:40:40.534Z | Compiling heck v0.5.0 |
1133 | 2024-11-01T04:40:40.792Z | Compiling subtle v2.6.1 |
1134 | 2024-11-01T04:40:40.951Z | Compiling httparse v1.9.4 |
1135 | 2024-11-01T04:40:41.036Z | Compiling atomic-waker v1.1.2 |
1136 | 2024-11-01T04:40:41.136Z | Compiling spin v0.9.8 |
1137 | 2024-11-01T04:40:41.219Z | Compiling rustls-pki-types v1.8.0 |
1138 | 2024-11-01T04:40:41.379Z | Compiling try-lock v0.2.5 |
1139 | 2024-11-01T04:40:41.519Z | Compiling want v0.3.1 |
1140 | 2024-11-01T04:40:41.812Z | Compiling untrusted v0.9.0 |
1141 | 2024-11-01T04:40:41.982Z | Compiling vcpkg v0.2.15 |
1142 | 2024-11-01T04:40:42.089Z | Compiling httpdate v1.0.3 |
1143 | 2024-11-01T04:40:42.127Z | Compiling slog v2.7.0 |
1144 | 2024-11-01T04:40:42.445Z | Compiling pkg-config v0.3.31 |
1145 | 2024-11-01T04:40:42.598Z | Compiling tower-service v0.3.3 |
1146 | 2024-11-01T04:40:42.601Z | Compiling zeroize v1.8.1 |
1147 | 2024-11-01T04:40:42.685Z | Compiling ring v0.17.8 |
1148 | 2024-11-01T04:40:42.709Z | Compiling tinyvec_macros v0.1.1 |
1149 | 2024-11-01T04:40:42.789Z | Compiling percent-encoding v2.3.1 |
1150 | 2024-11-01T04:40:42.921Z | Compiling tinyvec v1.8.0 |
1151 | 2024-11-01T04:40:43.161Z | Compiling form_urlencoded v1.2.1 |
1152 | 2024-11-01T04:40:43.206Z | Compiling openssl v0.10.66 |
1153 | 2024-11-01T04:40:43.519Z | Compiling semver v1.0.23 |
1154 | 2024-11-01T04:40:43.612Z | Compiling foreign-types-shared v0.1.1 |
1155 | 2024-11-01T04:40:43.623Z | Compiling rustls v0.23.13 |
1156 | 2024-11-01T04:40:43.639Z | Compiling native-tls v0.2.12 |
1157 | 2024-11-01T04:40:43.678Z | Compiling openssl-sys v0.9.103 |
1158 | 2024-11-01T04:40:43.699Z | Compiling foreign-types v0.3.2 |
1159 | 2024-11-01T04:40:43.776Z | Compiling unicode-bidi v0.3.15 |
1160 | 2024-11-01T04:40:43.904Z | Compiling openssl-probe v0.1.5 |
1161 | 2024-11-01T04:40:43.984Z | Compiling ucd-trie v0.1.6 |
1162 | 2024-11-01T04:40:44.070Z | Compiling typenum v1.17.0 |
1163 | 2024-11-01T04:40:44.304Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-11-01T04:40:44.457Z | Compiling unicode-normalization v0.1.24 |
1165 | 2024-11-01T04:40:44.695Z | Compiling generic-array v0.14.7 |
1166 | 2024-11-01T04:40:45.033Z | Compiling encoding_rs v0.8.34 |
1167 | 2024-11-01T04:40:45.210Z | Compiling regex-syntax v0.8.4 |
1168 | 2024-11-01T04:40:45.381Z | Compiling idna v0.5.0 |
1169 | 2024-11-01T04:40:45.525Z | Compiling base64 v0.22.1 |
1170 | 2024-11-01T04:40:46.112Z | Compiling serde_derive_internals v0.29.1 |
1171 | 2024-11-01T04:40:46.338Z | Compiling mime v0.3.17 |
1172 | 2024-11-01T04:40:47.041Z | Compiling url v2.5.2 |
1173 | 2024-11-01T04:40:47.282Z | Compiling rustls-pemfile v2.1.3 |
1174 | 2024-11-01T04:40:48.465Z | Compiling webpki-roots v0.26.6 |
1175 | 2024-11-01T04:40:48.667Z | Compiling rustls-webpki v0.102.8 |
1176 | 2024-11-01T04:40:49.139Z | Compiling regex-automata v0.4.7 |
1177 | 2024-11-01T04:40:49.197Z | Compiling rand_core v0.6.4 |
1178 | 2024-11-01T04:40:49.988Z | Compiling time-core v0.1.2 |
1179 | 2024-11-01T04:40:50.154Z | Compiling powerfmt v0.2.0 |
1180 | 2024-11-01T04:40:50.574Z | Compiling num-conv v0.1.0 |
1181 | 2024-11-01T04:40:50.866Z | Compiling ipnet v2.10.0 |
1182 | 2024-11-01T04:40:50.900Z | Compiling strsim v0.11.1 |
1183 | 2024-11-01T04:40:51.047Z | Compiling time-macros v0.2.18 |
1184 | 2024-11-01T04:40:51.166Z | Compiling deranged v0.3.11 |
1185 | 2024-11-01T04:40:51.376Z | Compiling serde_derive v1.0.210 |
1186 | 2024-11-01T04:40:52.003Z | Compiling zerocopy-derive v0.7.35 |
1187 | 2024-11-01T04:40:52.362Z | Compiling thiserror-impl v1.0.64 |
1188 | 2024-11-01T04:40:52.846Z | Compiling tokio-macros v2.4.0 |
1189 | 2024-11-01T04:40:53.264Z | Compiling schemars_derive v0.8.21 |
1190 | 2024-11-01T04:40:54.046Z | Compiling futures-macro v0.3.30 |
1191 | 2024-11-01T04:40:54.175Z | Compiling zerocopy v0.7.35 |
1192 | 2024-11-01T04:40:54.415Z | Compiling openssl-macros v0.1.1 |
1193 | 2024-11-01T04:40:55.402Z | Compiling tracing-attributes v0.1.27 |
1194 | 2024-11-01T04:40:55.972Z | Compiling futures-util v0.3.30 |
1195 | 2024-11-01T04:40:56.236Z | Compiling hashbrown v0.14.5 |
1196 | 2024-11-01T04:40:56.327Z | Compiling pest v2.7.13 |
1197 | 2024-11-01T04:40:57.746Z | Compiling regress v0.10.1 |
1198 | 2024-11-01T04:40:58.787Z | Compiling tracing v0.1.40 |
1199 | 2024-11-01T04:40:59.223Z | Compiling pest_meta v2.7.13 |
1200 | 2024-11-01T04:40:59.553Z | Compiling scroll_derive v0.12.0 |
1201 | 2024-11-01T04:41:00.183Z | Compiling regex v1.10.6 |
1202 | 2024-11-01T04:41:01.029Z | Compiling scroll v0.12.0 |
1203 | 2024-11-01T04:41:01.612Z | Compiling pest_generator v2.7.13 |
1204 | 2024-11-01T04:41:02.347Z | Compiling num_threads v0.1.7 |
1205 | 2024-11-01T04:41:02.480Z | Compiling plain v0.2.3 |
1206 | 2024-11-01T04:41:02.640Z | Compiling anyhow v1.0.89 |
1207 | 2024-11-01T04:41:03.308Z | Compiling goblin v0.8.2 |
1208 | 2024-11-01T04:41:03.373Z | Compiling ppv-lite86 v0.2.20 |
1209 | 2024-11-01T04:41:03.659Z | Compiling pest_derive v2.7.13 |
1210 | 2024-11-01T04:41:03.749Z | Compiling sync_wrapper v1.0.1 |
1211 | 2024-11-01T04:41:03.749Z | Compiling usdt-impl v0.5.0 |
1212 | 2024-11-01T04:41:03.749Z | Compiling pretty-hex v0.4.1 |
1213 | 2024-11-01T04:41:04.061Z | Compiling crypto-common v0.1.6 |
1214 | 2024-11-01T04:41:04.204Z | Compiling rand_chacha v0.3.1 |
1215 | 2024-11-01T04:41:04.233Z | Compiling block-buffer v0.10.4 |
1216 | 2024-11-01T04:41:04.390Z | Compiling dtrace-parser v0.2.0 |
1217 | 2024-11-01T04:41:04.428Z | Compiling thread-id v4.2.2 |
1218 | 2024-11-01T04:41:04.528Z | Compiling rustversion v1.0.17 |
1219 | 2024-11-01T04:41:04.730Z | Compiling syn v1.0.109 |
1220 | 2024-11-01T04:41:04.856Z | Compiling bytes v1.7.2 |
1221 | 2024-11-01T04:41:05.263Z | Compiling indexmap v2.5.0 |
1222 | 2024-11-01T04:41:05.317Z | Compiling uuid v1.10.0 |
1223 | 2024-11-01T04:41:05.473Z | Compiling chrono v0.4.38 |
1224 | 2024-11-01T04:41:05.822Z | Compiling tokio v1.40.0 |
1225 | 2024-11-01T04:41:06.222Z | Compiling http v1.1.0 |
1226 | 2024-11-01T04:41:06.233Z | Compiling serde_tokenstream v0.2.2 |
1227 | 2024-11-01T04:41:06.989Z | Compiling toml_datetime v0.6.8 |
1228 | 2024-11-01T04:41:07.549Z | Compiling serde_urlencoded v0.7.1 |
1229 | 2024-11-01T04:41:07.612Z | Compiling openapiv3 v2.0.0 |
1230 | 2024-11-01T04:41:08.090Z | Compiling http-body v1.0.1 |
1231 | 2024-11-01T04:41:08.334Z | Compiling http-body-util v0.1.2 |
1232 | 2024-11-01T04:41:08.835Z | Compiling omicron-workspace-hack v0.1.0 |
1233 | 2024-11-01T04:41:09.049Z | Compiling dof v0.3.0 |
1234 | 2024-11-01T04:41:09.727Z | Compiling rand v0.8.5 |
1235 | 2024-11-01T04:41:11.404Z | Compiling typify-impl v0.2.0 |
1236 | 2024-11-01T04:41:11.713Z | Compiling unsafe-libyaml v0.2.11 |
1237 | 2024-11-01T04:41:13.549Z | Compiling serde_yaml v0.9.34+deprecated |
1238 | 2024-11-01T04:41:13.980Z | Compiling winnow v0.6.18 |
1239 | 2024-11-01T04:41:14.099Z | Compiling match_cfg v0.1.0 |
1240 | 2024-11-01T04:41:14.187Z | Compiling ident_case v1.0.1 |
1241 | 2024-11-01T04:41:14.353Z | Compiling darling_core v0.20.10 |
1242 | 2024-11-01T04:41:15.474Z | Compiling tokio-util v0.7.12 |
1243 | 2024-11-01T04:41:16.918Z | Compiling tokio-native-tls v0.3.1 |
1244 | 2024-11-01T04:41:17.189Z | Compiling tokio-rustls v0.26.0 |
1245 | 2024-11-01T04:41:17.343Z | Compiling h2 v0.4.6 |
1246 | 2024-11-01T04:41:17.651Z | Compiling hostname v0.3.1 |
1247 | 2024-11-01T04:41:17.876Z | Compiling dirs-sys-next v0.1.2 |
1248 | 2024-11-01T04:41:17.971Z | Compiling errno v0.3.9 |
1249 | 2024-11-01T04:41:18.205Z | Compiling thread_local v1.1.8 |
1250 | 2024-11-01T04:41:18.708Z | Compiling paste v1.0.15 |
1251 | 2024-11-01T04:41:18.854Z | Compiling cpufeatures v0.2.14 |
1252 | 2024-11-01T04:41:18.943Z | Compiling camino v1.1.9 |
1253 | 2024-11-01T04:41:19.249Z | Compiling dirs-next v2.0.0 |
1254 | 2024-11-01T04:41:19.455Z | Compiling usdt-macro v0.5.0 |
1255 | 2024-11-01T04:41:19.596Z | Compiling usdt-attr-macro v0.5.0 |
1256 | 2024-11-01T04:41:20.413Z | Compiling darling_macro v0.20.10 |
1257 | 2024-11-01T04:41:21.471Z | Compiling futures-executor v0.3.30 |
1258 | 2024-11-01T04:41:21.525Z | Compiling async-trait v0.1.83 |
1259 | 2024-11-01T04:41:21.796Z | Compiling memmap v0.7.0 |
1260 | 2024-11-01T04:41:22.092Z | Compiling hyper v1.4.1 |
1261 | 2024-11-01T04:41:22.189Z | Compiling rustls v0.22.4 |
1262 | 2024-11-01T04:41:22.469Z | Compiling slog-async v2.8.0 |
1263 | 2024-11-01T04:41:23.056Z | Compiling futures v0.3.30 |
1264 | 2024-11-01T04:41:23.167Z | Compiling darling v0.20.10 |
1265 | 2024-11-01T04:41:24.045Z | Compiling term v0.7.0 |
1266 | 2024-11-01T04:41:25.014Z | Compiling hyper-util v0.1.9 |
1267 | 2024-11-01T04:41:25.184Z | Compiling serde_spanned v0.6.7 |
1268 | 2024-11-01T04:41:25.424Z | Compiling is-terminal v0.4.13 |
1269 | 2024-11-01T04:41:25.441Z | Compiling multer v3.1.0 |
1270 | 2024-11-01T04:41:25.537Z | Compiling instant v0.1.13 |
1271 | 2024-11-01T04:41:25.548Z | Compiling take_mut v0.2.2 |
1272 | 2024-11-01T04:41:25.684Z | Compiling toml_edit v0.22.21 |
1273 | 2024-11-01T04:41:25.696Z | Compiling serde_with_macros v3.9.0 |
1274 | 2024-11-01T04:41:25.905Z | Compiling strum_macros v0.26.4 |
1275 | 2024-11-01T04:41:25.939Z | Compiling ipnetwork v0.20.0 |
1276 | 2024-11-01T04:41:26.847Z | Compiling async-stream-impl v0.3.5 |
1277 | 2024-11-01T04:41:26.997Z | Compiling structmeta-derive v0.3.0 |
1278 | 2024-11-01T04:41:27.998Z | Compiling dropshot v0.12.0 |
1279 | 2024-11-01T04:41:28.233Z | Compiling debug-ignore v1.0.5 |
1280 | 2024-11-01T04:41:28.311Z | Compiling crossbeam-utils v0.8.20 |
1281 | 2024-11-01T04:41:28.420Z | Compiling async-stream v0.3.5 |
1282 | 2024-11-01T04:41:28.434Z | Compiling serde_with v3.9.0 |
1283 | 2024-11-01T04:41:28.731Z | Compiling hyper-tls v0.6.0 |
1284 | 2024-11-01T04:41:28.894Z | Compiling toml v0.8.19 |
1285 | 2024-11-01T04:41:29.163Z | Compiling hyper-rustls v0.27.3 |
1286 | 2024-11-01T04:41:29.743Z | Compiling structmeta v0.3.0 |
1287 | 2024-11-01T04:41:30.155Z | Compiling tokio-rustls v0.25.0 |
1288 | 2024-11-01T04:41:30.616Z | Compiling strum v0.26.3 |
1289 | 2024-11-01T04:41:30.780Z | Compiling dropshot_endpoint v0.12.0 |
1290 | 2024-11-01T04:41:30.782Z | Compiling serde_path_to_error v0.1.16 |
1291 | 2024-11-01T04:41:31.083Z | Compiling waitgroup v0.1.2 |
1292 | 2024-11-01T04:41:31.320Z | Compiling hostname v0.4.0 |
1293 | 2024-11-01T04:41:31.613Z | Compiling parse-display-derive v0.10.0 |
1294 | 2024-11-01T04:41:31.671Z | Compiling reqwest v0.12.8 |
1295 | 2024-11-01T04:41:33.911Z | Compiling hex v0.4.3 |
1296 | 2024-11-01T04:41:34.545Z | Compiling digest v0.10.7 |
1297 | 2024-11-01T04:41:34.937Z | Compiling time v0.3.36 |
1298 | 2024-11-01T04:41:34.939Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1299 | 2024-11-01T04:41:35.398Z | Compiling rustix v0.38.37 |
1300 | 2024-11-01T04:41:35.784Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1301 | 2024-11-01T04:41:35.945Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1302 | 2024-11-01T04:41:36.096Z | Compiling progenitor-client v0.8.0 |
1303 | 2024-11-01T04:41:36.174Z | Compiling parse-display v0.10.0 |
1304 | 2024-11-01T04:41:36.219Z | Compiling backoff v0.4.0 |
1305 | 2024-11-01T04:41:36.556Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1306 | 2024-11-01T04:41:36.602Z | Compiling macaddr v1.0.1 |
1307 | 2024-11-01T04:41:36.904Z | Compiling typify-macro v0.2.0 |
1308 | 2024-11-01T04:41:37.015Z | Compiling regress v0.9.1 |
1309 | 2024-11-01T04:41:37.056Z | Compiling utf8parse v0.2.2 |
1310 | 2024-11-01T04:41:37.200Z | Compiling anstyle-parse v0.2.5 |
1311 | 2024-11-01T04:41:37.505Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1312 | 2024-11-01T04:41:38.838Z | Compiling anstyle-query v1.1.1 |
1313 | 2024-11-01T04:41:38.984Z | Compiling unicode-width v0.1.14 |
1314 | 2024-11-01T04:41:39.510Z | Compiling is_terminal_polyfill v1.70.1 |
1315 | 2024-11-01T04:41:39.631Z | Compiling lazy_static v1.5.0 |
1316 | 2024-11-01T04:41:39.756Z | Compiling anstyle v1.0.8 |
1317 | 2024-11-01T04:41:40.106Z | Compiling colorchoice v1.0.2 |
1318 | 2024-11-01T04:41:40.228Z | Compiling anstream v0.6.15 |
1319 | 2024-11-01T04:41:40.639Z | Compiling usdt v0.5.0 |
1320 | 2024-11-01T04:41:40.791Z | Compiling slog-json v2.6.1 |
1321 | 2024-11-01T04:41:41.041Z | Compiling crossbeam-channel v0.5.13 |
1322 | 2024-11-01T04:41:41.195Z | Compiling clap_lex v0.7.2 |
1323 | 2024-11-01T04:41:41.212Z | Compiling slog-bunyan v2.5.0 |
1324 | 2024-11-01T04:41:41.398Z | Compiling slog-term v2.9.1 |
1325 | 2024-11-01T04:41:41.769Z | Compiling sha1 v0.10.6 |
1326 | 2024-11-01T04:41:41.995Z | Compiling typify v0.2.0 |
1327 | 2024-11-01T04:41:42.125Z | Compiling progenitor-impl v0.8.0 |
1328 | 2024-11-01T04:41:42.681Z | Compiling newtype-uuid v1.1.0 |
1329 | 2024-11-01T04:41:42.783Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1330 | 2024-11-01T04:41:43.005Z | Compiling winnow v0.5.40 |
1331 | 2024-11-01T04:41:43.226Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1332 | 2024-11-01T04:41:43.647Z | Compiling clap_derive v4.5.18 |
1333 | 2024-11-01T04:41:43.992Z | Compiling heapless v0.8.0 |
1334 | 2024-11-01T04:41:46.939Z | Compiling toml_edit v0.19.15 |
1335 | 2024-11-01T04:41:48.446Z | Compiling hash32 v0.3.1 |
1336 | 2024-11-01T04:41:48.688Z | Compiling smoltcp v0.11.0 |
1337 | 2024-11-01T04:41:49.321Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1338 | 2024-11-01T04:41:49.526Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-01T04:41:49.614Z | Compiling stable_deref_trait v1.2.0 |
1340 | 2024-11-01T04:41:50.400Z | Compiling terminal_size v0.3.0 |
1341 | 2024-11-01T04:41:50.593Z | Compiling foreign-types-macros v0.2.3 |
1342 | 2024-11-01T04:41:50.920Z | Compiling proc-macro-error-attr v1.0.4 |
1343 | 2024-11-01T04:41:51.122Z | Compiling cobs v0.2.3 |
1344 | 2024-11-01T04:41:51.345Z | Compiling either v1.13.0 |
1345 | 2024-11-01T04:41:51.416Z | Compiling bitflags v1.3.2 |
1346 | 2024-11-01T04:41:51.513Z | Compiling heck v0.4.1 |
1347 | 2024-11-01T04:41:52.575Z | Compiling foreign-types-shared v0.3.1 |
1348 | 2024-11-01T04:41:52.575Z | Compiling managed v0.8.0 |
1349 | 2024-11-01T04:41:52.575Z | Compiling foreign-types v0.5.0 |
1350 | 2024-11-01T04:41:52.575Z | Compiling postcard v1.0.10 |
1351 | 2024-11-01T04:41:52.575Z | Compiling clap_builder v4.5.18 |
1352 | 2024-11-01T04:41:52.779Z | Compiling progenitor-macro v0.8.0 |
1353 | 2024-11-01T04:41:53.093Z | Compiling num_enum_derive v0.5.11 |
1354 | 2024-11-01T04:41:53.621Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1355 | 2024-11-01T04:41:54.537Z | Compiling num-integer v0.1.46 |
1356 | 2024-11-01T04:41:55.153Z | Compiling cstr-argument v0.1.2 |
1357 | 2024-11-01T04:41:55.308Z | Compiling proc-macro-error v1.0.4 |
1358 | 2024-11-01T04:41:55.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1359 | 2024-11-01T04:41:55.458Z | Compiling num_enum v0.5.11 |
1360 | 2024-11-01T04:41:55.601Z | Compiling pretty-hex v0.2.1 |
1361 | 2024-11-01T04:41:55.622Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1362 | 2024-11-01T04:41:55.727Z | Compiling fastrand v2.1.1 |
1363 | 2024-11-01T04:41:55.754Z | Compiling float-ord v0.3.2 |
1364 | 2024-11-01T04:41:55.769Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1365 | 2024-11-01T04:41:55.964Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1366 | 2024-11-01T04:41:56.109Z | Compiling tempfile v3.12.0 |
1367 | 2024-11-01T04:41:56.295Z | Compiling clap v4.5.18 |
1368 | 2024-11-01T04:41:56.403Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1369 | 2024-11-01T04:41:56.484Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1370 | 2024-11-01T04:41:57.100Z | Compiling colored v2.1.0 |
1371 | 2024-11-01T04:41:57.793Z | Compiling tabwriter v1.4.0 |
1372 | 2024-11-01T04:41:57.837Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1373 | 2024-11-01T04:41:58.046Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1374 | 2024-11-01T04:41:58.201Z | Compiling crucible-workspace-hack v0.1.0 |
1375 | 2024-11-01T04:41:58.881Z | Compiling num-rational v0.4.2 |
1376 | 2024-11-01T04:41:58.973Z | Compiling num-iter v0.1.45 |
1377 | 2024-11-01T04:41:59.376Z | Compiling num-complex v0.4.6 |
1378 | 2024-11-01T04:41:59.379Z | Compiling semver v0.1.20 |
1379 | 2024-11-01T04:41:59.656Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1380 | 2024-11-01T04:41:59.924Z | Compiling unicode-segmentation v1.12.0 |
1381 | 2024-11-01T04:41:59.982Z | Compiling prettyplease v0.2.22 |
1382 | 2024-11-01T04:42:00.007Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1383 | 2024-11-01T04:42:00.309Z | Compiling rustc_version v0.1.7 |
1384 | 2024-11-01T04:42:00.480Z | Compiling num v0.4.3 |
1385 | 2024-11-01T04:42:00.714Z | Compiling newline-converter v0.3.0 |
1386 | 2024-11-01T04:42:00.829Z | Compiling zone_cfg_derive v0.3.0 |
1387 | 2024-11-01T04:42:02.257Z | Compiling camino-tempfile v1.1.1 |
1388 | 2024-11-01T04:42:02.323Z | Compiling itertools v0.10.5 |
1389 | 2024-11-01T04:42:02.375Z | Compiling console v0.15.8 |
1390 | 2024-11-01T04:42:02.749Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1391 | 2024-11-01T04:42:04.032Z | Compiling num-derive v0.4.2 |
1392 | 2024-11-01T04:42:04.082Z | Compiling sigpipe v0.1.3 |
1393 | 2024-11-01T04:42:04.191Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1394 | 2024-11-01T04:42:04.231Z | Compiling similar v2.6.0 |
1395 | 2024-11-01T04:42:04.506Z | Compiling base64ct v1.6.0 |
1396 | 2024-11-01T04:42:04.787Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1397 | 2024-11-01T04:42:05.122Z | Compiling zone v0.3.0 |
1398 | 2024-11-01T04:42:05.347Z | Compiling expectorate v1.1.0 |
1399 | 2024-11-01T04:42:05.505Z | Compiling password-hash v0.5.0 |
1400 | 2024-11-01T04:42:06.354Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1401 | 2024-11-01T04:42:06.545Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1402 | 2024-11-01T04:42:06.593Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1403 | 2024-11-01T04:42:07.017Z | Compiling newtype_derive v0.1.6 |
1404 | 2024-11-01T04:42:07.297Z | Compiling blake2 v0.10.6 |
1405 | 2024-11-01T04:42:07.333Z | Compiling hubpack_derive v0.1.1 |
1406 | 2024-11-01T04:42:07.344Z | Compiling smf v0.2.3 |
1407 | 2024-11-01T04:42:08.076Z | Compiling zerocopy-derive v0.6.6 |
1408 | 2024-11-01T04:42:08.574Z | Compiling whoami v1.5.2 |
1409 | 2024-11-01T04:42:08.977Z | Compiling fixedbitset v0.4.2 |
1410 | 2024-11-01T04:42:09.020Z | Compiling cancel-safe-futures v0.1.5 |
1411 | 2024-11-01T04:42:09.332Z | Compiling owo-colors v4.1.0 |
1412 | 2024-11-01T04:42:09.394Z | Compiling petgraph v0.6.5 |
1413 | 2024-11-01T04:42:09.429Z | Compiling hubpack v0.1.2 |
1414 | 2024-11-01T04:42:09.440Z | Compiling argon2 v0.5.3 |
1415 | 2024-11-01T04:42:09.656Z | Compiling strum_macros v0.25.3 |
1416 | 2024-11-01T04:42:09.888Z | Compiling serde-big-array v0.5.1 |
1417 | 2024-11-01T04:42:10.096Z | Compiling zerocopy v0.6.6 |
1418 | 2024-11-01T04:42:10.108Z | Compiling serde_repr v0.1.19 |
1419 | 2024-11-01T04:42:10.608Z | Compiling progenitor v0.8.0 |
1420 | 2024-11-01T04:42:10.800Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1421 | 2024-11-01T04:42:10.971Z | Compiling cookie v0.18.1 |
1422 | 2024-11-01T04:42:11.278Z | Compiling convert_case v0.4.0 |
1423 | 2024-11-01T04:42:11.292Z | Compiling static_assertions v1.1.0 |
1424 | 2024-11-01T04:42:11.439Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1425 | 2024-11-01T04:42:12.075Z | Compiling derive_more v0.99.18 |
1426 | 2024-11-01T04:42:13.347Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1427 | 2024-11-01T04:42:13.466Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1428 | 2024-11-01T04:42:16.277Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1429 | 2024-11-01T04:42:18.478Z | Compiling atomicwrites v0.4.4 |
1430 | 2024-11-01T04:42:18.539Z | Compiling itertools v0.13.0 |
1431 | 2024-11-01T04:42:18.820Z | Compiling libsw v3.3.1 |
1432 | 2024-11-01T04:42:18.852Z | Compiling derive-where v1.2.7 |
1433 | 2024-11-01T04:42:19.092Z | Compiling enum-as-inner v0.6.1 |
1434 | 2024-11-01T04:42:19.109Z | Compiling idna v0.4.0 |
1435 | 2024-11-01T04:42:19.794Z | Compiling highway v1.2.0 |
1436 | 2024-11-01T04:42:20.171Z | Compiling linked-hash-map v0.5.6 |
1437 | 2024-11-01T04:42:20.389Z | Compiling quick-error v1.2.3 |
1438 | 2024-11-01T04:42:20.525Z | Compiling linear-map v1.2.0 |
1439 | 2024-11-01T04:42:20.539Z | Compiling swrite v0.1.0 |
1440 | 2024-11-01T04:42:20.593Z | Compiling data-encoding v2.6.0 |
1441 | 2024-11-01T04:42:20.652Z | Compiling indent_write v2.2.0 |
1442 | 2024-11-01T04:42:20.866Z | Compiling lru-cache v0.1.2 |
1443 | 2024-11-01T04:42:20.889Z | Compiling resolv-conf v0.7.0 |
1444 | 2024-11-01T04:42:21.043Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1445 | 2024-11-01T04:42:21.059Z | Compiling steno v0.4.1 |
1446 | 2024-11-01T04:42:21.782Z | Compiling hickory-proto v0.24.1 |
1447 | 2024-11-01T04:42:22.167Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1448 | 2024-11-01T04:42:23.564Z | Compiling slog-dtrace v0.3.0 |
1449 | 2024-11-01T04:42:23.893Z | Compiling humantime v2.1.0 |
1450 | 2024-11-01T04:42:24.470Z | Compiling parking_lot_core v0.8.6 |
1451 | 2024-11-01T04:42:25.004Z | Compiling num-derive v0.3.3 |
1452 | 2024-11-01T04:42:26.295Z | Compiling hickory-resolver v0.24.1 |
1453 | 2024-11-01T04:42:26.890Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1454 | 2024-11-01T04:42:27.177Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1455 | 2024-11-01T04:42:27.512Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1456 | 2024-11-01T04:42:28.057Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1457 | 2024-11-01T04:42:28.534Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1458 | 2024-11-01T04:42:31.260Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1459 | 2024-11-01T04:42:32.883Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1460 | 2024-11-01T04:42:33.825Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1461 | 2024-11-01T04:42:34.403Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1462 | 2024-11-01T04:42:35.029Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1463 | 2024-11-01T04:42:36.238Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1464 | 2024-11-01T04:42:38.383Z | Compiling half v2.4.1 |
1465 | 2024-11-01T04:42:38.957Z | Compiling ciborium-io v0.2.2 |
1466 | 2024-11-01T04:42:39.083Z | Compiling ciborium-ll v0.2.2 |
1467 | 2024-11-01T04:42:39.499Z | Compiling parking_lot v0.11.2 |
1468 | 2024-11-01T04:42:39.612Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1469 | 2024-11-01T04:42:40.042Z | Compiling crossbeam-epoch v0.9.18 |
1470 | 2024-11-01T04:42:40.496Z | Compiling fxhash v0.2.1 |
1471 | 2024-11-01T04:42:40.575Z | Compiling crc32fast v1.4.2 |
1472 | 2024-11-01T04:42:40.682Z | Compiling ciborium v0.2.2 |
1473 | 2024-11-01T04:42:40.849Z | Compiling sled v0.34.7 |
1474 | 2024-11-01T04:42:41.792Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1475 | 2024-11-01T04:42:49.988Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1476 | 2024-11-01T04:42:52.058Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1477 | 2024-11-01T04:42:56.550Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1478 | 2024-11-01T04:42:57.609Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1479 | 2024-11-01T04:42:59.504Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1480 | 2024-11-01T04:43:21.001Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 45s |
1481 | 2024-11-01T04:43:21.159Z | ------------ |
1482 | 2024-11-01T04:43:21.160Z | Nextest run ID c4cd27df-ee51-4d0f-b555-e6e18f93ef7d with nextest profile: default |
1483 | 2024-11-01T04:43:21.160Z | Starting 2 tests across 1 binary |
1484 | 2024-11-01T04:43:21.172Z | PASS [ 0.013s] rdb bestpath::test::test_bestpath |
1485 | 2024-11-01T04:43:21.243Z | PASS [ 0.080s] rdb db::test::test_rib |
1486 | 2024-11-01T04:43:21.245Z | ------------ |
1487 | 2024-11-01T04:43:21.245Z | Summary [ 0.084s] 2 tests run: 2 passed, 0 skipped |
1488 | 2024-11-01T04:43:21.259Z | + cp rib.log /work/ |
1489 | 2024-11-01T04:43:21.263Z | process exited: duration 347014 ms, exit code 0 |
|
1490 | 2024-11-01T04:43:21.272Z | found 1 output files |
1491 | 2024-11-01T04:43:21.272Z | uploading: /work/rib.log (0 bytes) |
1492 | 2024-11-01T04:43:22.288Z | uploaded: /work/rib.log |