|
|
|
1 | 2024-09-27T00:18:11.761Z | job assigned to worker 01J8RDDMFV9QCXGWGQJJPCBV0R (queued for 1 m 1 s) |
|
2 | 2024-09-27T00:18:18.897Z | starting task 0: "setup" |
3 | 2024-09-27T00:18:18.906Z | ++ uname -s |
4 | 2024-09-27T00:18:18.910Z | + kern=SunOS |
5 | 2024-09-27T00:18:18.910Z | + case "$kern" in |
6 | 2024-09-27T00:18:18.910Z | + groupadd -g 12345 build |
7 | 2024-09-27T00:18:18.913Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-27T00:18:21.053Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-27T00:18:21.087Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-27T00:18:21.090Z | + home_fs=zfs |
11 | 2024-09-27T00:18:21.090Z | + [[ zfs == autofs ]] |
12 | 2024-09-27T00:18:21.090Z | + mkdir -p /home/build |
13 | 2024-09-27T00:18:21.092Z | + chown build:build /home/build /work |
14 | 2024-09-27T00:18:23.094Z | + chmod 0700 /home/build /work |
15 | 2024-09-27T00:18:23.100Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2024-09-27T00:18:23.110Z | starting task 1: "rust-toolchain" |
17 | 2024-09-27T00:18:23.116Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-27T00:18:23.116Z | ' stable |
19 | 2024-09-27T00:18:23.116Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-27T00:18:23.116Z | ' default |
21 | 2024-09-27T00:18:23.116Z | * toolchain channel = "stable" |
22 | 2024-09-27T00:18:23.120Z | * toolchain profile = "default" |
23 | 2024-09-27T00:18:23.120Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-27T00:18:23.120Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-09-27T00:18:23.377Z | info: downloading installer |
26 | 2024-09-27T00:18:24.296Z | info: profile set to 'default' |
27 | 2024-09-27T00:18:24.296Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-27T00:18:24.296Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-09-27T00:18:24.427Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-09-27T00:18:24.427Z | info: downloading component 'cargo' |
31 | 2024-09-27T00:18:28.541Z | info: downloading component 'clippy' |
32 | 2024-09-27T00:18:28.614Z | info: downloading component 'rust-docs' |
33 | 2024-09-27T00:18:28.614Z | info: downloading component 'rust-std' |
34 | 2024-09-27T00:18:28.614Z | info: downloading component 'rustc' |
35 | 2024-09-27T00:18:32.340Z | info: downloading component 'rustfmt' |
36 | 2024-09-27T00:18:32.525Z | info: installing component 'cargo' |
37 | 2024-09-27T00:18:33.406Z | info: installing component 'clippy' |
38 | 2024-09-27T00:18:33.814Z | info: installing component 'rust-docs' |
39 | 2024-09-27T00:18:35.512Z | info: installing component 'rust-std' |
40 | 2024-09-27T00:18:37.359Z | info: installing component 'rustc' |
41 | 2024-09-27T00:18:43.229Z | info: installing component 'rustfmt' |
42 | 2024-09-27T00:18:43.567Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-09-27T00:18:43.567Z | |
44 | 2024-09-27T00:18:43.932Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-09-27T00:18:43.932Z | |
46 | 2024-09-27T00:18:43.935Z | |
47 | 2024-09-27T00:18:43.935Z | Rust is installed now. Great! |
48 | 2024-09-27T00:18:43.935Z | |
49 | 2024-09-27T00:18:43.935Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-27T00:18:43.935Z | environment variable. This has not been done automatically. |
51 | 2024-09-27T00:18:43.935Z | |
52 | 2024-09-27T00:18:43.935Z | To configure your current shell, you need to source |
53 | 2024-09-27T00:18:43.936Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-27T00:18:43.936Z | |
55 | 2024-09-27T00:18:43.936Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-27T00:18:43.936Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-27T00:18:43.936Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-27T00:18:44.001Z | + rustc --version |
59 | 2024-09-27T00:18:44.069Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-09-27T00:18:44.080Z | process exited: duration 20957 ms, exit code 0 |
|
61 | 2024-09-27T00:18:44.087Z | starting task 2: "authentication" |
62 | 2024-09-27T00:18:44.107Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-09-27T00:18:44.113Z | starting task 3: "clone repository" |
64 | 2024-09-27T00:18:44.118Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-09-27T00:18:44.122Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-09-27T00:18:44.154Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-09-27T00:18:45.283Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-09-27T00:18:45.283Z | + git fetch origin b13b5b240f3967de753fd589b1036745d2770b52 |
69 | 2024-09-27T00:18:45.565Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-09-27T00:18:45.565Z | * branch b13b5b240f3967de753fd589b1036745d2770b52 -> FETCH_HEAD |
71 | 2024-09-27T00:18:45.572Z | + [[ -n hyper-v1-no-merge ]] |
72 | 2024-09-27T00:18:45.575Z | ++ git branch --show-current |
73 | 2024-09-27T00:18:45.579Z | + current=main |
74 | 2024-09-27T00:18:45.579Z | + [[ main != hyper-v1-no-merge ]] |
75 | 2024-09-27T00:18:45.579Z | + git branch -f hyper-v1-no-merge b13b5b240f3967de753fd589b1036745d2770b52 |
76 | 2024-09-27T00:18:45.584Z | + git checkout -f hyper-v1-no-merge |
77 | 2024-09-27T00:18:45.594Z | Switched to branch 'hyper-v1-no-merge' |
78 | 2024-09-27T00:18:45.597Z | + git reset --hard b13b5b240f3967de753fd589b1036745d2770b52 |
79 | 2024-09-27T00:18:45.607Z | HEAD is now at b13b5b2 fix |
80 | 2024-09-27T00:18:45.610Z | process exited: duration 1495 ms, exit code 0 |
|
81 | 2024-09-27T00:18:45.617Z | starting task 4: "build" |
82 | 2024-09-27T00:18:45.622Z | + set -o errexit |
83 | 2024-09-27T00:18:45.622Z | + set -o pipefail |
84 | 2024-09-27T00:18:45.622Z | + cargo --version |
85 | 2024-09-27T00:18:45.628Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-09-27T00:18:45.764Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-09-27T00:18:45.764Z | info: downloading component 'cargo' |
88 | 2024-09-27T00:18:46.376Z | info: downloading component 'clippy' |
89 | 2024-09-27T00:18:46.604Z | info: downloading component 'rust-docs' |
90 | 2024-09-27T00:18:47.458Z | info: downloading component 'rust-std' |
91 | 2024-09-27T00:18:48.759Z | info: downloading component 'rustc' |
92 | 2024-09-27T00:18:53.514Z | info: downloading component 'rustfmt' |
93 | 2024-09-27T00:18:53.695Z | info: installing component 'cargo' |
94 | 2024-09-27T00:18:54.549Z | info: installing component 'clippy' |
95 | 2024-09-27T00:18:54.936Z | info: installing component 'rust-docs' |
96 | 2024-09-27T00:18:56.599Z | info: installing component 'rust-std' |
97 | 2024-09-27T00:18:58.512Z | info: installing component 'rustc' |
98 | 2024-09-27T00:19:04.769Z | info: installing component 'rustfmt' |
99 | 2024-09-27T00:19:05.222Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-09-27T00:19:05.224Z | + rustc --version |
101 | 2024-09-27T00:19:05.298Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-09-27T00:19:05.302Z | + cargo install cargo-nextest |
103 | 2024-09-27T00:19:05.394Z | Updating crates.io index |
104 | 2024-09-27T00:19:05.465Z | Downloading crates ... |
105 | 2024-09-27T00:19:05.547Z | Downloaded cargo-nextest v0.9.78 |
106 | 2024-09-27T00:19:05.594Z | Installing cargo-nextest v0.9.78 |
107 | 2024-09-27T00:19:05.689Z | Updating crates.io index |
108 | 2024-09-27T00:19:06.667Z | Locking 327 packages to latest compatible versions |
109 | 2024-09-27T00:19:06.667Z | Adding addr2line v0.21.0 (latest: v0.24.1) |
110 | 2024-09-27T00:19:06.670Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-09-27T00:19:06.670Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-09-27T00:19:06.682Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-09-27T00:19:06.684Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-09-27T00:19:06.684Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-09-27T00:19:06.684Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-09-27T00:19:06.684Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-09-27T00:19:06.684Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
118 | 2024-09-27T00:19:06.684Z | Adding gimli v0.28.1 (latest: v0.31.0) |
119 | 2024-09-27T00:19:06.684Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-09-27T00:19:06.691Z | Adding idna v0.5.0 (latest: v1.0.2) |
121 | 2024-09-27T00:19:06.691Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
122 | 2024-09-27T00:19:06.691Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
123 | 2024-09-27T00:19:06.691Z | Adding object v0.32.2 (latest: v0.36.4) |
124 | 2024-09-27T00:19:06.691Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
125 | 2024-09-27T00:19:06.694Z | Adding quick-xml v0.23.1 (latest: v0.36.2) |
126 | 2024-09-27T00:19:06.699Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
127 | 2024-09-27T00:19:06.704Z | Adding supports-color v2.1.0 (latest: v3.0.1) |
128 | 2024-09-27T00:19:06.704Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-09-27T00:19:06.707Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-09-27T00:19:06.707Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-09-27T00:19:06.707Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
132 | 2024-09-27T00:19:06.708Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-09-27T00:19:06.708Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-09-27T00:19:06.708Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-09-27T00:19:06.708Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-09-27T00:19:06.708Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-09-27T00:19:06.708Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-09-27T00:19:06.708Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-09-27T00:19:06.708Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-09-27T00:19:06.708Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
141 | 2024-09-27T00:19:06.708Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
142 | 2024-09-27T00:19:06.708Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
143 | 2024-09-27T00:19:06.708Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-09-27T00:19:06.708Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
145 | 2024-09-27T00:19:06.708Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-09-27T00:19:06.708Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
147 | 2024-09-27T00:19:06.708Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-27T00:19:06.708Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
149 | 2024-09-27T00:19:06.708Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-09-27T00:19:06.708Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
151 | 2024-09-27T00:19:06.708Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-09-27T00:19:06.711Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
153 | 2024-09-27T00:19:06.711Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
154 | 2024-09-27T00:19:06.711Z | Downloading crates ... |
155 | 2024-09-27T00:19:06.784Z | Downloaded anstyle-query v1.1.1 |
156 | 2024-09-27T00:19:06.787Z | Downloaded anstyle v1.0.8 |
157 | 2024-09-27T00:19:06.791Z | Downloaded adler v1.0.2 |
158 | 2024-09-27T00:19:06.794Z | Downloaded indenter v0.3.3 |
159 | 2024-09-27T00:19:06.797Z | Downloaded tinyvec_macros v0.1.1 |
160 | 2024-09-27T00:19:06.797Z | Downloaded swrite v0.1.0 |
161 | 2024-09-27T00:19:06.799Z | Downloaded cfg_aliases v0.2.1 |
162 | 2024-09-27T00:19:06.802Z | Downloaded guppy-workspace-hack v0.1.0 |
163 | 2024-09-27T00:19:06.802Z | Downloaded enable-ansi-support v0.2.1 |
164 | 2024-09-27T00:19:06.806Z | Downloaded sync_wrapper v1.0.1 |
165 | 2024-09-27T00:19:06.806Z | Downloaded terminal_size v0.3.0 |
166 | 2024-09-27T00:19:06.806Z | Downloaded static_assertions v1.1.0 |
167 | 2024-09-27T00:19:06.811Z | Downloaded foreign-types-shared v0.1.1 |
168 | 2024-09-27T00:19:06.811Z | Downloaded supports-color v2.1.0 |
169 | 2024-09-27T00:19:06.813Z | Downloaded strsim v0.11.1 |
170 | 2024-09-27T00:19:06.813Z | Downloaded crypto-common v0.1.6 |
171 | 2024-09-27T00:19:06.813Z | Downloaded strip-ansi-escapes v0.2.0 |
172 | 2024-09-27T00:19:06.816Z | Downloaded colorchoice v1.0.2 |
173 | 2024-09-27T00:19:06.819Z | Downloaded openssl-macros v0.1.1 |
174 | 2024-09-27T00:19:06.819Z | Downloaded number_prefix v0.4.0 |
175 | 2024-09-27T00:19:06.821Z | Downloaded nextest-workspace-hack v0.1.0 |
176 | 2024-09-27T00:19:06.821Z | Downloaded target-spec-miette v0.4.0 |
177 | 2024-09-27T00:19:06.821Z | Downloaded futures-core v0.3.30 |
178 | 2024-09-27T00:19:06.824Z | Downloaded errno v0.3.9 |
179 | 2024-09-27T00:19:06.828Z | Downloaded nested v0.1.1 |
180 | 2024-09-27T00:19:06.828Z | Downloaded thiserror v1.0.64 |
181 | 2024-09-27T00:19:06.832Z | Downloaded digest v0.10.7 |
182 | 2024-09-27T00:19:06.834Z | Downloaded miette-derive v7.2.0 |
183 | 2024-09-27T00:19:06.836Z | Downloaded heck v0.5.0 |
184 | 2024-09-27T00:19:06.840Z | Downloaded utf8parse v0.2.2 |
185 | 2024-09-27T00:19:06.841Z | Downloaded zipsign-api v0.1.2 |
186 | 2024-09-27T00:19:06.845Z | Downloaded filetime v0.2.25 |
187 | 2024-09-27T00:19:06.845Z | Downloaded untrusted v0.9.0 |
188 | 2024-09-27T00:19:06.847Z | Downloaded xxhash-rust v0.8.12 |
189 | 2024-09-27T00:19:06.850Z | Downloaded supports-unicode v3.0.0 |
190 | 2024-09-27T00:19:06.852Z | Downloaded http-body-util v0.1.2 |
191 | 2024-09-27T00:19:06.855Z | Downloaded lazy_static v1.5.0 |
192 | 2024-09-27T00:19:06.855Z | Downloaded jobserver v0.1.32 |
193 | 2024-09-27T00:19:06.857Z | Downloaded supports-color v3.0.1 |
194 | 2024-09-27T00:19:06.860Z | Downloaded console v0.15.8 |
195 | 2024-09-27T00:19:06.862Z | Downloaded nextest-filtering v0.12.0 |
196 | 2024-09-27T00:19:06.865Z | Downloaded ipnet v2.10.0 |
197 | 2024-09-27T00:19:06.868Z | Downloaded zstd-safe v7.2.1 |
198 | 2024-09-27T00:19:06.871Z | Downloaded once_cell v1.19.0 |
199 | 2024-09-27T00:19:06.873Z | Downloaded hyper-tls v0.6.0 |
200 | 2024-09-27T00:19:06.873Z | Downloaded duct v0.13.7 |
201 | 2024-09-27T00:19:06.877Z | Downloaded quick-junit v0.5.0 |
202 | 2024-09-27T00:19:06.880Z | Downloaded target-spec v3.2.2 |
203 | 2024-09-27T00:19:06.882Z | Downloaded thiserror-impl v1.0.64 |
204 | 2024-09-27T00:19:06.882Z | Downloaded typenum v1.17.0 |
205 | 2024-09-27T00:19:06.885Z | Downloaded unicode-ident v1.0.13 |
206 | 2024-09-27T00:19:06.889Z | Downloaded log v0.4.22 |
207 | 2024-09-27T00:19:06.891Z | Downloaded http-body v1.0.1 |
208 | 2024-09-27T00:19:06.894Z | Downloaded foreign-types v0.3.2 |
209 | 2024-09-27T00:19:06.894Z | Downloaded equivalent v1.0.1 |
210 | 2024-09-27T00:19:06.894Z | Downloaded iana-time-zone v0.1.61 |
211 | 2024-09-27T00:19:06.897Z | Downloaded urlencoding v2.1.3 |
212 | 2024-09-27T00:19:06.901Z | Downloaded try-lock v0.2.5 |
213 | 2024-09-27T00:19:06.901Z | Downloaded globset v0.4.15 |
214 | 2024-09-27T00:19:06.904Z | Downloaded humantime-serde v1.1.1 |
215 | 2024-09-27T00:19:06.904Z | Downloaded cargo-platform v0.1.8 |
216 | 2024-09-27T00:19:06.906Z | Downloaded block-buffer v0.10.4 |
217 | 2024-09-27T00:19:06.906Z | Downloaded getrandom v0.2.15 |
218 | 2024-09-27T00:19:06.909Z | Downloaded atomicwrites v0.4.4 |
219 | 2024-09-27T00:19:06.911Z | Downloaded openssl-probe v0.1.5 |
220 | 2024-09-27T00:19:06.911Z | Downloaded vte_generate_state_changes v0.1.2 |
221 | 2024-09-27T00:19:06.915Z | Downloaded eyre v0.6.12 |
222 | 2024-09-27T00:19:06.915Z | Downloaded signal-hook-registry v1.4.2 |
223 | 2024-09-27T00:19:06.918Z | Downloaded os_pipe v1.2.1 |
224 | 2024-09-27T00:19:06.921Z | Downloaded ppv-lite86 v0.2.20 |
225 | 2024-09-27T00:19:06.921Z | Downloaded itoa v1.0.11 |
226 | 2024-09-27T00:19:06.924Z | Downloaded anstream v0.6.15 |
227 | 2024-09-27T00:19:06.927Z | Downloaded quote v1.0.37 |
228 | 2024-09-27T00:19:06.930Z | Downloaded futures v0.3.30 |
229 | 2024-09-27T00:19:06.932Z | Downloaded openssl-sys v0.9.103 |
230 | 2024-09-27T00:19:06.937Z | Downloaded futures-sink v0.3.30 |
231 | 2024-09-27T00:19:06.942Z | Downloaded env_filter v0.1.2 |
232 | 2024-09-27T00:19:06.942Z | Downloaded generic-array v0.14.7 |
233 | 2024-09-27T00:19:06.944Z | Downloaded futures-task v0.3.30 |
234 | 2024-09-27T00:19:06.944Z | Downloaded futures-io v0.3.30 |
235 | 2024-09-27T00:19:06.944Z | Downloaded unicode-linebreak v0.1.5 |
236 | 2024-09-27T00:19:06.947Z | Downloaded unicase v2.7.0 |
237 | 2024-09-27T00:19:06.947Z | Downloaded futures-executor v0.3.30 |
238 | 2024-09-27T00:19:06.949Z | Downloaded form_urlencoded v1.2.1 |
239 | 2024-09-27T00:19:06.949Z | Downloaded either v1.13.0 |
240 | 2024-09-27T00:19:06.952Z | Downloaded pathdiff v0.2.1 |
241 | 2024-09-27T00:19:06.955Z | Downloaded xattr v1.3.1 |
242 | 2024-09-27T00:19:06.955Z | Downloaded version_check v0.9.5 |
243 | 2024-09-27T00:19:06.957Z | Downloaded toml_datetime v0.6.8 |
244 | 2024-09-27T00:19:06.957Z | Downloaded future-queue v0.3.0 |
245 | 2024-09-27T00:19:06.960Z | Downloaded nextest-metadata v0.12.1 |
246 | 2024-09-27T00:19:06.963Z | Downloaded mime v0.3.17 |
247 | 2024-09-27T00:19:06.963Z | Downloaded is-terminal v0.4.13 |
248 | 2024-09-27T00:19:06.963Z | Downloaded tokio-native-tls v0.3.1 |
249 | 2024-09-27T00:19:06.966Z | Downloaded rand_core v0.6.4 |
250 | 2024-09-27T00:19:06.968Z | Downloaded newtype-uuid v1.1.0 |
251 | 2024-09-27T00:19:06.968Z | Downloaded ed25519 v2.2.3 |
252 | 2024-09-27T00:19:06.974Z | Downloaded borsh v1.5.1 |
253 | 2024-09-27T00:19:06.976Z | Downloaded smol_str v0.3.1 |
254 | 2024-09-27T00:19:06.979Z | Downloaded pkg-config v0.3.31 |
255 | 2024-09-27T00:19:06.979Z | Downloaded shared_child v1.0.1 |
256 | 2024-09-27T00:19:06.982Z | Downloaded indexmap v2.5.0 |
257 | 2024-09-27T00:19:06.984Z | Downloaded owo-colors v4.1.0 |
258 | 2024-09-27T00:19:06.988Z | Downloaded rand_chacha v0.3.1 |
259 | 2024-09-27T00:19:06.991Z | Downloaded textwrap v0.16.1 |
260 | 2024-09-27T00:19:06.994Z | Downloaded dialoguer v0.11.0 |
261 | 2024-09-27T00:19:06.996Z | Downloaded slab v0.4.9 |
262 | 2024-09-27T00:19:06.998Z | Downloaded crc32fast v1.4.2 |
263 | 2024-09-27T00:19:07.001Z | Downloaded futures-channel v0.3.30 |
264 | 2024-09-27T00:19:07.001Z | Downloaded zstd v0.13.2 |
265 | 2024-09-27T00:19:07.003Z | Downloaded home v0.5.9 |
266 | 2024-09-27T00:19:07.006Z | Downloaded backtrace v0.3.71 |
267 | 2024-09-27T00:19:07.010Z | Downloaded serde_ignored v0.1.10 |
268 | 2024-09-27T00:19:07.012Z | Downloaded percent-encoding v2.3.1 |
269 | 2024-09-27T00:19:07.015Z | Downloaded httparse v1.9.4 |
270 | 2024-09-27T00:19:07.017Z | Downloaded smallvec v1.13.2 |
271 | 2024-09-27T00:19:07.020Z | Downloaded base64ct v1.6.0 |
272 | 2024-09-27T00:19:07.022Z | Downloaded addr2line v0.21.0 |
273 | 2024-09-27T00:19:07.025Z | Downloaded rustc-hash v2.0.0 |
274 | 2024-09-27T00:19:07.025Z | Downloaded rustls-pki-types v1.8.0 |
275 | 2024-09-27T00:19:07.028Z | Downloaded pkcs8 v0.10.2 |
276 | 2024-09-27T00:19:07.031Z | Downloaded semver v1.0.23 |
277 | 2024-09-27T00:19:07.033Z | Downloaded rustls-pemfile v2.1.3 |
278 | 2024-09-27T00:19:07.035Z | Downloaded ed25519-dalek v2.1.1 |
279 | 2024-09-27T00:19:07.038Z | Downloaded miniz_oxide v0.7.4 |
280 | 2024-09-27T00:19:07.040Z | Downloaded zerocopy-derive v0.7.35 |
281 | 2024-09-27T00:19:07.045Z | Downloaded num-traits v0.2.19 |
282 | 2024-09-27T00:19:07.048Z | Downloaded uuid v1.10.0 |
283 | 2024-09-27T00:19:07.052Z | Downloaded toml v0.8.19 |
284 | 2024-09-27T00:19:07.055Z | Downloaded toml_edit v0.22.22 |
285 | 2024-09-27T00:19:07.079Z | Downloaded spin v0.9.8 |
286 | 2024-09-27T00:19:07.082Z | Downloaded indicatif v0.17.8 |
287 | 2024-09-27T00:19:07.085Z | Downloaded base64 v0.21.7 |
288 | 2024-09-27T00:19:07.090Z | Downloaded socket2 v0.5.7 |
289 | 2024-09-27T00:19:07.092Z | Downloaded aho-corasick v1.1.3 |
290 | 2024-09-27T00:19:07.098Z | Downloaded unicode-normalization v0.1.24 |
291 | 2024-09-27T00:19:07.102Z | Downloaded unicode-bidi v0.3.15 |
292 | 2024-09-27T00:19:07.104Z | Downloaded hyper-util v0.1.9 |
293 | 2024-09-27T00:19:07.109Z | Downloaded pin-project-lite v0.2.14 |
294 | 2024-09-27T00:19:07.114Z | Downloaded ryu v1.0.18 |
295 | 2024-09-27T00:19:07.117Z | Downloaded serde v1.0.210 |
296 | 2024-09-27T00:19:07.120Z | Downloaded proc-macro2 v1.0.86 |
297 | 2024-09-27T00:19:07.123Z | Downloaded self_update v0.41.0 |
298 | 2024-09-27T00:19:07.127Z | Downloaded nom v7.1.3 |
299 | 2024-09-27T00:19:07.132Z | Downloaded quinn v0.11.5 |
300 | 2024-09-27T00:19:07.135Z | Downloaded pin-project v1.1.5 |
301 | 2024-09-27T00:19:07.147Z | Downloaded rand v0.8.5 |
302 | 2024-09-27T00:19:07.151Z | Downloaded base64 v0.22.1 |
303 | 2024-09-27T00:19:07.154Z | Downloaded cc v1.1.21 |
304 | 2024-09-27T00:19:07.158Z | Downloaded miette v7.2.0 |
305 | 2024-09-27T00:19:07.163Z | Downloaded flate2 v1.0.34 |
306 | 2024-09-27T00:19:07.168Z | Downloaded winnow v0.6.20 |
307 | 2024-09-27T00:19:07.178Z | Downloaded mio v1.0.2 |
308 | 2024-09-27T00:19:07.183Z | Downloaded clap_builder v4.5.18 |
309 | 2024-09-27T00:19:07.190Z | Downloaded hashbrown v0.14.5 |
310 | 2024-09-27T00:19:07.196Z | Downloaded guppy v0.17.7 |
311 | 2024-09-27T00:19:07.202Z | Downloaded zerocopy v0.7.35 |
312 | 2024-09-27T00:19:07.219Z | Downloaded hyper v1.4.1 |
313 | 2024-09-27T00:19:07.225Z | Downloaded chrono v0.4.38 |
314 | 2024-09-27T00:19:07.232Z | Downloaded serde_json v1.0.128 |
315 | 2024-09-27T00:19:07.240Z | Downloaded quick-xml v0.23.1 |
316 | 2024-09-27T00:19:07.247Z | Downloaded reqwest v0.12.7 |
317 | 2024-09-27T00:19:07.256Z | Downloaded vcpkg v0.2.15 |
318 | 2024-09-27T00:19:07.295Z | Downloaded quinn-proto v0.11.8 |
319 | 2024-09-27T00:19:07.301Z | Downloaded quick-xml v0.36.2 |
320 | 2024-09-27T00:19:07.306Z | Downloaded rustls-webpki v0.102.8 |
321 | 2024-09-27T00:19:07.325Z | Downloaded portable-atomic v1.8.0 |
322 | 2024-09-27T00:19:07.331Z | Downloaded futures-util v0.3.30 |
323 | 2024-09-27T00:19:07.343Z | Downloaded nextest-runner v0.61.0 |
324 | 2024-09-27T00:19:07.353Z | Downloaded webpki-roots v0.26.6 |
325 | 2024-09-27T00:19:07.356Z | Downloaded openssl v0.10.66 |
326 | 2024-09-27T00:19:07.366Z | Downloaded regex v1.10.6 |
327 | 2024-09-27T00:19:07.379Z | Downloaded object v0.32.2 |
328 | 2024-09-27T00:19:07.389Z | Downloaded unicode-width v0.1.14 |
329 | 2024-09-27T00:19:07.395Z | Downloaded rustls v0.23.13 |
330 | 2024-09-27T00:19:07.406Z | Downloaded regex-syntax v0.8.4 |
331 | 2024-09-27T00:19:07.414Z | Downloaded rustix v0.38.37 |
332 | 2024-09-27T00:19:07.436Z | Downloaded bstr v1.10.0 |
333 | 2024-09-27T00:19:07.446Z | Downloaded nix v0.29.0 |
334 | 2024-09-27T00:19:07.457Z | Downloaded syn v2.0.77 |
335 | 2024-09-27T00:19:07.467Z | Downloaded curve25519-dalek v4.1.3 |
336 | 2024-09-27T00:19:07.476Z | Downloaded idna v0.5.0 |
337 | 2024-09-27T00:19:07.482Z | Downloaded gimli v0.28.1 |
338 | 2024-09-27T00:19:07.490Z | Downloaded itertools v0.13.0 |
339 | 2024-09-27T00:19:07.498Z | Downloaded ron v0.8.1 |
340 | 2024-09-27T00:19:07.503Z | Downloaded memchr v2.7.4 |
341 | 2024-09-27T00:19:07.509Z | Downloaded tracing v0.1.40 |
342 | 2024-09-27T00:19:07.513Z | Downloaded color-eyre v0.6.3 |
343 | 2024-09-27T00:19:07.520Z | Downloaded config v0.14.0 |
344 | 2024-09-27T00:19:07.528Z | Downloaded http v1.1.0 |
345 | 2024-09-27T00:19:07.532Z | Downloaded der v0.7.9 |
346 | 2024-09-27T00:19:07.537Z | Downloaded const-oid v0.9.6 |
347 | 2024-09-27T00:19:07.539Z | Downloaded regex-automata v0.4.7 |
348 | 2024-09-27T00:19:07.555Z | Downloaded clap v4.5.18 |
349 | 2024-09-27T00:19:07.564Z | Downloaded pin-project-internal v1.1.5 |
350 | 2024-09-27T00:19:07.566Z | Downloaded rustc-demangle v0.1.24 |
351 | 2024-09-27T00:19:07.568Z | Downloaded minimal-lexical v0.2.1 |
352 | 2024-09-27T00:19:07.571Z | Downloaded serde_derive v1.0.210 |
353 | 2024-09-27T00:19:07.573Z | Downloaded petgraph v0.6.5 |
354 | 2024-09-27T00:19:07.589Z | Downloaded owo-colors v3.5.0 |
355 | 2024-09-27T00:19:07.592Z | Downloaded url v2.5.2 |
356 | 2024-09-27T00:19:07.595Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
357 | 2024-09-27T00:19:07.612Z | Downloaded libc v0.2.159 |
358 | 2024-09-27T00:19:07.639Z | Downloaded tokio v1.40.0 |
359 | 2024-09-27T00:19:07.675Z | Downloaded native-tls v0.2.12 |
360 | 2024-09-27T00:19:07.677Z | Downloaded is_terminal_polyfill v1.70.1 |
361 | 2024-09-27T00:19:07.680Z | Downloaded hyper-rustls v0.27.3 |
362 | 2024-09-27T00:19:07.682Z | Downloaded rustc_version v0.4.1 |
363 | 2024-09-27T00:19:07.682Z | Downloaded zeroize v1.8.1 |
364 | 2024-09-27T00:19:07.684Z | Downloaded camino v1.1.9 |
365 | 2024-09-27T00:19:07.686Z | Downloaded self-replace v1.5.0 |
366 | 2024-09-27T00:19:07.686Z | Downloaded spki v0.7.3 |
367 | 2024-09-27T00:19:07.689Z | Downloaded serde_urlencoded v0.7.1 |
368 | 2024-09-27T00:19:07.691Z | Downloaded serde_spanned v0.6.8 |
369 | 2024-09-27T00:19:07.691Z | Downloaded clap_derive v4.5.18 |
370 | 2024-09-27T00:19:07.693Z | Downloaded bytes v1.7.2 |
371 | 2024-09-27T00:19:07.695Z | Downloaded ahash v0.8.11 |
372 | 2024-09-27T00:19:07.698Z | Downloaded tar v0.4.42 |
373 | 2024-09-27T00:19:07.700Z | Downloaded smawk v0.3.2 |
374 | 2024-09-27T00:19:07.702Z | Downloaded miniz_oxide v0.8.0 |
375 | 2024-09-27T00:19:07.705Z | Downloaded sha2 v0.10.8 |
376 | 2024-09-27T00:19:07.707Z | Downloaded serde_path_to_error v0.1.16 |
377 | 2024-09-27T00:19:07.707Z | Downloaded pin-utils v0.1.0 |
378 | 2024-09-27T00:19:07.710Z | Downloaded signature v2.2.0 |
379 | 2024-09-27T00:19:07.712Z | Downloaded shlex v1.3.0 |
380 | 2024-09-27T00:19:07.712Z | Downloaded shell-words v1.1.0 |
381 | 2024-09-27T00:19:07.715Z | Downloaded quinn-udp v0.5.5 |
382 | 2024-09-27T00:19:07.715Z | Downloaded tempfile v3.12.0 |
383 | 2024-09-27T00:19:07.717Z | Downloaded debug-ignore v1.0.5 |
384 | 2024-09-27T00:19:07.719Z | Downloaded fastrand v2.1.1 |
385 | 2024-09-27T00:19:07.721Z | Downloaded cfg-if v1.0.0 |
386 | 2024-09-27T00:19:07.721Z | Downloaded tracing-core v0.1.32 |
387 | 2024-09-27T00:19:07.723Z | Downloaded tinyvec v1.8.0 |
388 | 2024-09-27T00:19:07.726Z | Downloaded bitflags v2.6.0 |
389 | 2024-09-27T00:19:07.730Z | Downloaded cfg-expr v0.17.0 |
390 | 2024-09-27T00:19:07.733Z | Downloaded env_logger v0.11.5 |
391 | 2024-09-27T00:19:07.735Z | Downloaded camino-tempfile v1.1.1 |
392 | 2024-09-27T00:19:07.738Z | Downloaded vte v0.11.1 |
393 | 2024-09-27T00:19:07.740Z | Downloaded anstyle-parse v0.2.5 |
394 | 2024-09-27T00:19:07.742Z | Downloaded subtle v2.6.1 |
395 | 2024-09-27T00:19:07.742Z | Downloaded display-error-chain v0.2.1 |
396 | 2024-09-27T00:19:07.744Z | Downloaded tokio-rustls v0.26.0 |
397 | 2024-09-27T00:19:07.744Z | Downloaded futures-macro v0.3.30 |
398 | 2024-09-27T00:19:07.747Z | Downloaded tokio-macros v2.4.0 |
399 | 2024-09-27T00:19:07.747Z | Downloaded target-lexicon v0.12.16 |
400 | 2024-09-27T00:19:07.749Z | Downloaded humantime v2.1.0 |
401 | 2024-09-27T00:19:07.751Z | Downloaded adler2 v2.0.0 |
402 | 2024-09-27T00:19:07.751Z | Downloaded fixedbitset v0.4.2 |
403 | 2024-09-27T00:19:07.754Z | Downloaded curve25519-dalek-derive v0.1.1 |
404 | 2024-09-27T00:19:07.754Z | Downloaded cargo_metadata v0.18.1 |
405 | 2024-09-27T00:19:07.756Z | Downloaded mukti-metadata v0.2.1 |
406 | 2024-09-27T00:19:07.756Z | Downloaded fnv v1.0.7 |
407 | 2024-09-27T00:19:07.756Z | Downloaded cpufeatures v0.2.14 |
408 | 2024-09-27T00:19:07.758Z | Downloaded backtrace-ext v0.2.1 |
409 | 2024-09-27T00:19:07.758Z | Downloaded autocfg v1.3.0 |
410 | 2024-09-27T00:19:07.761Z | Downloaded recursion v0.5.2 |
411 | 2024-09-27T00:19:07.768Z | Downloaded async-scoped v0.9.0 |
412 | 2024-09-27T00:19:07.771Z | Downloaded is_ci v1.2.0 |
413 | 2024-09-27T00:19:07.771Z | Downloaded want v0.3.1 |
414 | 2024-09-27T00:19:07.773Z | Downloaded tower-service v0.3.3 |
415 | 2024-09-27T00:19:07.773Z | Downloaded clap_lex v0.7.2 |
416 | 2024-09-27T00:19:07.776Z | Downloaded byteorder v1.5.0 |
417 | 2024-09-27T00:19:07.776Z | Downloaded supports-hyperlinks v3.0.0 |
418 | 2024-09-27T00:19:07.950Z | Downloaded ring v0.17.8 |
419 | 2024-09-27T00:19:08.225Z | Compiling proc-macro2 v1.0.86 |
420 | 2024-09-27T00:19:08.225Z | Compiling unicode-ident v1.0.13 |
421 | 2024-09-27T00:19:08.228Z | Compiling libc v0.2.159 |
422 | 2024-09-27T00:19:08.228Z | Compiling memchr v2.7.4 |
423 | 2024-09-27T00:19:08.228Z | Compiling cfg-if v1.0.0 |
424 | 2024-09-27T00:19:08.228Z | Compiling serde v1.0.210 |
425 | 2024-09-27T00:19:08.245Z | Compiling shlex v1.3.0 |
426 | 2024-09-27T00:19:08.370Z | Compiling once_cell v1.19.0 |
427 | 2024-09-27T00:19:08.423Z | Compiling autocfg v1.3.0 |
428 | 2024-09-27T00:19:08.666Z | Compiling itoa v1.0.11 |
429 | 2024-09-27T00:19:08.853Z | Compiling rustix v0.38.37 |
430 | 2024-09-27T00:19:08.895Z | Compiling bitflags v2.6.0 |
431 | 2024-09-27T00:19:08.928Z | Compiling pin-project-lite v0.2.14 |
432 | 2024-09-27T00:19:09.048Z | Compiling futures-core v0.3.30 |
433 | 2024-09-27T00:19:09.166Z | Compiling slab v0.4.9 |
434 | 2024-09-27T00:19:09.316Z | Compiling futures-sink v0.3.30 |
435 | 2024-09-27T00:19:09.484Z | Compiling futures-channel v0.3.30 |
436 | 2024-09-27T00:19:09.497Z | Compiling serde_json v1.0.128 |
437 | 2024-09-27T00:19:09.662Z | Compiling bytes v1.7.2 |
438 | 2024-09-27T00:19:09.848Z | Compiling jobserver v0.1.32 |
439 | 2024-09-27T00:19:09.858Z | Compiling futures-task v0.3.30 |
440 | 2024-09-27T00:19:09.957Z | Compiling futures-io v0.3.30 |
441 | 2024-09-27T00:19:09.970Z | Compiling smallvec v1.13.2 |
442 | 2024-09-27T00:19:10.152Z | Compiling quote v1.0.37 |
443 | 2024-09-27T00:19:10.319Z | Compiling cc v1.1.21 |
444 | 2024-09-27T00:19:10.484Z | Compiling getrandom v0.2.15 |
445 | 2024-09-27T00:19:10.630Z | Compiling syn v2.0.77 |
446 | 2024-09-27T00:19:10.787Z | Compiling errno v0.3.9 |
447 | 2024-09-27T00:19:10.810Z | Compiling pin-utils v0.1.0 |
448 | 2024-09-27T00:19:10.835Z | Compiling ryu v1.0.18 |
449 | 2024-09-27T00:19:10.930Z | Compiling version_check v0.9.5 |
450 | 2024-09-27T00:19:11.158Z | Compiling unicode-width v0.1.14 |
451 | 2024-09-27T00:19:11.162Z | Compiling thiserror v1.0.64 |
452 | 2024-09-27T00:19:11.505Z | Compiling camino v1.1.9 |
453 | 2024-09-27T00:19:11.656Z | Compiling fnv v1.0.7 |
454 | 2024-09-27T00:19:11.673Z | Compiling socket2 v0.5.7 |
455 | 2024-09-27T00:19:11.711Z | Compiling mio v1.0.2 |
456 | 2024-09-27T00:19:11.809Z | Compiling signal-hook-registry v1.4.2 |
457 | 2024-09-27T00:19:12.110Z | Compiling rustls-pki-types v1.8.0 |
458 | 2024-09-27T00:19:12.252Z | Compiling target-lexicon v0.12.16 |
459 | 2024-09-27T00:19:13.244Z | Compiling equivalent v1.0.1 |
460 | 2024-09-27T00:19:13.360Z | Compiling hashbrown v0.14.5 |
461 | 2024-09-27T00:19:13.435Z | Compiling http v1.1.0 |
462 | 2024-09-27T00:19:13.452Z | Compiling gimli v0.28.1 |
463 | 2024-09-27T00:19:13.466Z | Compiling adler v1.0.2 |
464 | 2024-09-27T00:19:13.481Z | Compiling spin v0.9.8 |
465 | 2024-09-27T00:19:13.702Z | Compiling byteorder v1.5.0 |
466 | 2024-09-27T00:19:13.746Z | Compiling guppy-workspace-hack v0.1.0 |
467 | 2024-09-27T00:19:14.096Z | Compiling untrusted v0.9.0 |
468 | 2024-09-27T00:19:14.110Z | Compiling httparse v1.9.4 |
469 | 2024-09-27T00:19:14.126Z | Compiling ring v0.17.8 |
470 | 2024-09-27T00:19:14.298Z | Compiling backtrace v0.3.71 |
471 | 2024-09-27T00:19:14.832Z | Compiling semver v1.0.23 |
472 | 2024-09-27T00:19:14.847Z | Compiling utf8parse v0.2.2 |
473 | 2024-09-27T00:19:15.021Z | Compiling miniz_oxide v0.7.4 |
474 | 2024-09-27T00:19:15.389Z | Compiling http-body v1.0.1 |
475 | 2024-09-27T00:19:15.644Z | Compiling object v0.32.2 |
476 | 2024-09-27T00:19:15.796Z | Compiling log v0.4.22 |
477 | 2024-09-27T00:19:16.340Z | Compiling rustls v0.23.13 |
478 | 2024-09-27T00:19:16.363Z | Compiling is_ci v1.2.0 |
479 | 2024-09-27T00:19:16.442Z | Compiling target-spec v3.2.2 |
480 | 2024-09-27T00:19:16.634Z | Compiling rustc-demangle v0.1.24 |
481 | 2024-09-27T00:19:16.683Z | Compiling tinyvec_macros v0.1.1 |
482 | 2024-09-27T00:19:16.778Z | Compiling try-lock v0.2.5 |
483 | 2024-09-27T00:19:16.918Z | Compiling fastrand v2.1.1 |
484 | 2024-09-27T00:19:16.942Z | Compiling pkg-config v0.3.31 |
485 | 2024-09-27T00:19:17.612Z | Compiling zeroize v1.8.1 |
486 | 2024-09-27T00:19:17.991Z | Compiling tempfile v3.12.0 |
487 | 2024-09-27T00:19:18.209Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
488 | 2024-09-27T00:19:18.312Z | Compiling want v0.3.1 |
489 | 2024-09-27T00:19:18.632Z | Compiling addr2line v0.21.0 |
490 | 2024-09-27T00:19:18.929Z | Compiling tinyvec v1.8.0 |
491 | 2024-09-27T00:19:19.030Z | Compiling cfg-expr v0.17.0 |
492 | 2024-09-27T00:19:19.936Z | Compiling terminal_size v0.3.0 |
493 | 2024-09-27T00:19:20.154Z | Compiling is-terminal v0.4.13 |
494 | 2024-09-27T00:19:20.287Z | Compiling aho-corasick v1.1.3 |
495 | 2024-09-27T00:19:20.335Z | Compiling tracing-core v0.1.32 |
496 | 2024-09-27T00:19:20.641Z | Compiling subtle v2.6.1 |
497 | 2024-09-27T00:19:20.654Z | Compiling owo-colors v4.1.0 |
498 | 2024-09-27T00:19:20.684Z | Compiling serde_derive v1.0.210 |
499 | 2024-09-27T00:19:20.916Z | Compiling futures-macro v0.3.30 |
500 | 2024-09-27T00:19:20.997Z | Compiling thiserror-impl v1.0.64 |
501 | 2024-09-27T00:19:21.247Z | Compiling tokio-macros v2.4.0 |
502 | 2024-09-27T00:19:22.788Z | Compiling zerocopy-derive v0.7.35 |
503 | 2024-09-27T00:19:22.808Z | Compiling tokio v1.40.0 |
504 | 2024-09-27T00:19:22.872Z | Compiling futures-util v0.3.30 |
505 | 2024-09-27T00:19:24.312Z | Compiling lazy_static v1.5.0 |
506 | 2024-09-27T00:19:24.676Z | Compiling percent-encoding v2.3.1 |
507 | 2024-09-27T00:19:24.882Z | Compiling zerocopy v0.7.35 |
508 | 2024-09-27T00:19:25.179Z | Compiling regex-syntax v0.8.4 |
509 | 2024-09-27T00:19:26.610Z | Compiling form_urlencoded v1.2.1 |
510 | 2024-09-27T00:19:27.129Z | Compiling tracing v0.1.40 |
511 | 2024-09-27T00:19:27.881Z | Compiling unicode-normalization v0.1.24 |
512 | 2024-09-27T00:19:29.264Z | Compiling regex-automata v0.4.7 |
513 | 2024-09-27T00:19:29.881Z | Compiling supports-color v2.1.0 |
514 | 2024-09-27T00:19:30.569Z | Compiling rustls-webpki v0.102.8 |
515 | 2024-09-27T00:19:35.492Z | Compiling indexmap v2.5.0 |
516 | 2024-09-27T00:19:36.214Z | Compiling hyper v1.4.1 |
517 | 2024-09-27T00:19:41.679Z | Compiling supports-color v3.0.1 |
518 | 2024-09-27T00:19:42.095Z | Compiling ahash v0.8.11 |
519 | 2024-09-27T00:19:42.464Z | Compiling num-traits v0.2.19 |
520 | 2024-09-27T00:19:42.813Z | Compiling smawk v0.3.2 |
521 | 2024-09-27T00:19:43.079Z | Compiling portable-atomic v1.8.0 |
522 | 2024-09-27T00:19:44.030Z | Compiling winnow v0.6.20 |
523 | 2024-09-27T00:19:44.109Z | Compiling unicode-linebreak v0.1.5 |
524 | 2024-09-27T00:19:44.657Z | Compiling tower-service v0.3.3 |
525 | 2024-09-27T00:19:44.803Z | Compiling either v1.13.0 |
526 | 2024-09-27T00:19:44.859Z | Compiling nextest-workspace-hack v0.1.0 |
527 | 2024-09-27T00:19:45.247Z | Compiling unicode-bidi v0.3.15 |
528 | 2024-09-27T00:19:45.278Z | Compiling hyper-util v0.1.9 |
529 | 2024-09-27T00:19:45.297Z | Compiling textwrap v0.16.1 |
530 | 2024-09-27T00:19:48.319Z | Compiling idna v0.5.0 |
531 | 2024-09-27T00:19:48.689Z | Compiling tokio-rustls v0.26.0 |
532 | 2024-09-27T00:19:49.242Z | Compiling pathdiff v0.2.1 |
533 | 2024-09-27T00:19:49.414Z | Compiling cargo-platform v0.1.8 |
534 | 2024-09-27T00:19:50.568Z | Compiling serde_spanned v0.6.8 |
535 | 2024-09-27T00:19:50.815Z | Compiling toml_datetime v0.6.8 |
536 | 2024-09-27T00:19:50.818Z | Compiling backtrace-ext v0.2.1 |
537 | 2024-09-27T00:19:51.346Z | Compiling console v0.15.8 |
538 | 2024-09-27T00:19:51.506Z | Compiling miette-derive v7.2.0 |
539 | 2024-09-27T00:19:52.213Z | Compiling webpki-roots v0.26.6 |
540 | 2024-09-27T00:19:52.427Z | Compiling unicase v2.7.0 |
541 | 2024-09-27T00:19:52.459Z | Compiling vte_generate_state_changes v0.1.2 |
542 | 2024-09-27T00:19:52.761Z | Compiling adler2 v2.0.0 |
543 | 2024-09-27T00:19:52.776Z | Compiling base64 v0.22.1 |
544 | 2024-09-27T00:19:53.027Z | Compiling supports-hyperlinks v3.0.0 |
545 | 2024-09-27T00:19:53.137Z | Compiling zstd-safe v7.2.1 |
546 | 2024-09-27T00:19:53.363Z | Compiling fixedbitset v0.4.2 |
547 | 2024-09-27T00:19:53.506Z | Compiling cfg_aliases v0.2.1 |
548 | 2024-09-27T00:19:53.609Z | Compiling supports-unicode v3.0.0 |
549 | 2024-09-27T00:19:53.841Z | Compiling petgraph v0.6.5 |
550 | 2024-09-27T00:19:53.884Z | Compiling nix v0.29.0 |
551 | 2024-09-27T00:19:54.019Z | Compiling rustls-pemfile v2.1.3 |
552 | 2024-09-27T00:19:54.163Z | Compiling miette v7.2.0 |
553 | 2024-09-27T00:19:54.463Z | Compiling vte v0.11.1 |
554 | 2024-09-27T00:19:54.784Z | Compiling miniz_oxide v0.8.0 |
555 | 2024-09-27T00:19:54.989Z | Compiling hyper-rustls v0.27.3 |
556 | 2024-09-27T00:19:55.814Z | Compiling toml_edit v0.22.22 |
557 | 2024-09-27T00:19:56.513Z | Compiling cargo_metadata v0.18.1 |
558 | 2024-09-27T00:19:57.654Z | Compiling url v2.5.2 |
559 | 2024-09-27T00:20:00.839Z | Compiling itertools v0.13.0 |
560 | 2024-09-27T00:20:02.109Z | Compiling serde_urlencoded v0.7.1 |
561 | 2024-09-27T00:20:02.718Z | Compiling smol_str v0.3.1 |
562 | 2024-09-27T00:20:03.358Z | Compiling regex v1.10.6 |
563 | 2024-09-27T00:20:03.361Z | Compiling futures-executor v0.3.30 |
564 | 2024-09-27T00:20:04.540Z | Compiling http-body-util v0.1.2 |
565 | 2024-09-27T00:20:04.831Z | Compiling ppv-lite86 v0.2.20 |
566 | 2024-09-27T00:20:04.942Z | Compiling pin-project-internal v1.1.5 |
567 | 2024-09-27T00:20:05.141Z | Compiling anstyle-parse v0.2.5 |
568 | 2024-09-27T00:20:05.535Z | Compiling xattr v1.3.1 |
569 | 2024-09-27T00:20:05.796Z | Compiling uuid v1.10.0 |
570 | 2024-09-27T00:20:05.834Z | Compiling rand_core v0.6.4 |
571 | 2024-09-27T00:20:06.342Z | Compiling filetime v0.2.25 |
572 | 2024-09-27T00:20:06.692Z | Compiling bstr v1.10.0 |
573 | 2024-09-27T00:20:06.975Z | Compiling sync_wrapper v1.0.1 |
574 | 2024-09-27T00:20:07.027Z | Compiling crc32fast v1.4.2 |
575 | 2024-09-27T00:20:07.131Z | Compiling number_prefix v0.4.0 |
576 | 2024-09-27T00:20:07.380Z | Compiling nested v0.1.1 |
577 | 2024-09-27T00:20:07.526Z | Compiling anstyle-query v1.1.1 |
578 | 2024-09-27T00:20:07.676Z | Compiling colorchoice v1.0.2 |
579 | 2024-09-27T00:20:07.726Z | Compiling minimal-lexical v0.2.1 |
580 | 2024-09-27T00:20:07.773Z | Compiling mime v0.3.17 |
581 | 2024-09-27T00:20:07.844Z | Compiling eyre v0.6.12 |
582 | 2024-09-27T00:20:08.206Z | Compiling iana-time-zone v0.1.61 |
583 | 2024-09-27T00:20:08.357Z | Compiling self_update v0.41.0 |
584 | 2024-09-27T00:20:08.384Z | Compiling debug-ignore v1.0.5 |
585 | 2024-09-27T00:20:08.538Z | Compiling static_assertions v1.1.0 |
586 | 2024-09-27T00:20:08.638Z | Compiling is_terminal_polyfill v1.70.1 |
587 | 2024-09-27T00:20:08.723Z | Compiling ipnet v2.10.0 |
588 | 2024-09-27T00:20:08.771Z | Compiling anstyle v1.0.8 |
589 | 2024-09-27T00:20:08.837Z | Compiling guppy v0.17.7 |
590 | 2024-09-27T00:20:09.334Z | Compiling reqwest v0.12.7 |
591 | 2024-09-27T00:20:09.354Z | Compiling anstream v0.6.15 |
592 | 2024-09-27T00:20:09.649Z | Compiling chrono v0.4.38 |
593 | 2024-09-27T00:20:10.413Z | Compiling nom v7.1.3 |
594 | 2024-09-27T00:20:11.824Z | Compiling pin-project v1.1.5 |
595 | 2024-09-27T00:20:11.955Z | Compiling globset v0.4.15 |
596 | 2024-09-27T00:20:14.818Z | Compiling indicatif v0.17.8 |
597 | 2024-09-27T00:20:17.755Z | Compiling flate2 v1.0.34 |
598 | 2024-09-27T00:20:19.068Z | Compiling tar v0.4.42 |
599 | 2024-09-27T00:20:19.428Z | Compiling newtype-uuid v1.1.0 |
600 | 2024-09-27T00:20:19.729Z | Compiling rand_chacha v0.3.1 |
601 | 2024-09-27T00:20:21.071Z | Compiling futures v0.3.30 |
602 | 2024-09-27T00:20:21.194Z | Compiling nextest-metadata v0.12.1 |
603 | 2024-09-27T00:20:21.506Z | Compiling toml v0.8.19 |
604 | 2024-09-27T00:20:22.161Z | Compiling strip-ansi-escapes v0.2.0 |
605 | 2024-09-27T00:20:23.465Z | Compiling self-replace v1.5.0 |
606 | 2024-09-27T00:20:23.787Z | Compiling shared_child v1.0.1 |
607 | 2024-09-27T00:20:24.063Z | Compiling os_pipe v1.2.1 |
608 | 2024-09-27T00:20:24.319Z | Compiling quick-xml v0.36.2 |
609 | 2024-09-27T00:20:24.450Z | Compiling quick-xml v0.23.1 |
610 | 2024-09-27T00:20:25.226Z | Compiling humantime v2.1.0 |
611 | 2024-09-27T00:20:26.087Z | Compiling urlencoding v2.1.3 |
612 | 2024-09-27T00:20:26.556Z | Compiling indenter v0.3.3 |
613 | 2024-09-27T00:20:26.802Z | Compiling shell-words v1.1.0 |
614 | 2024-09-27T00:20:26.909Z | Compiling clap_lex v0.7.2 |
615 | 2024-09-27T00:20:27.241Z | Compiling strsim v0.11.1 |
616 | 2024-09-27T00:20:27.659Z | Compiling heck v0.5.0 |
617 | 2024-09-27T00:20:27.901Z | Compiling recursion v0.5.2 |
618 | 2024-09-27T00:20:28.103Z | Compiling clap_derive v4.5.18 |
619 | 2024-09-27T00:20:28.128Z | Compiling nextest-filtering v0.12.0 |
620 | 2024-09-27T00:20:29.215Z | Compiling clap_builder v4.5.18 |
621 | 2024-09-27T00:20:32.772Z | Compiling humantime-serde v1.1.1 |
622 | 2024-09-27T00:20:33.024Z | Compiling quick-junit v0.5.0 |
623 | 2024-09-27T00:20:35.395Z | Compiling duct v0.13.7 |
624 | 2024-09-27T00:20:37.246Z | Compiling config v0.14.0 |
625 | 2024-09-27T00:20:38.157Z | Compiling async-scoped v0.9.0 |
626 | 2024-09-27T00:20:38.481Z | Compiling rand v0.8.5 |
627 | 2024-09-27T00:20:39.595Z | Compiling target-spec-miette v0.4.0 |
628 | 2024-09-27T00:20:40.396Z | Compiling mukti-metadata v0.2.1 |
629 | 2024-09-27T00:20:40.497Z | Compiling camino-tempfile v1.1.1 |
630 | 2024-09-27T00:20:41.322Z | Compiling serde_path_to_error v0.1.16 |
631 | 2024-09-27T00:20:41.455Z | Compiling serde_ignored v0.1.10 |
632 | 2024-09-27T00:20:41.928Z | Compiling zstd v0.13.2 |
633 | 2024-09-27T00:20:41.956Z | Compiling future-queue v0.3.0 |
634 | 2024-09-27T00:20:42.432Z | Compiling atomicwrites v0.4.4 |
635 | 2024-09-27T00:20:42.456Z | Compiling env_filter v0.1.2 |
636 | 2024-09-27T00:20:42.549Z | Compiling owo-colors v3.5.0 |
637 | 2024-09-27T00:20:42.904Z | Compiling home v0.5.9 |
638 | 2024-09-27T00:20:42.972Z | Compiling display-error-chain v0.2.1 |
639 | 2024-09-27T00:20:43.165Z | Compiling xxhash-rust v0.8.12 |
640 | 2024-09-27T00:20:43.226Z | Compiling env_logger v0.11.5 |
641 | 2024-09-27T00:20:43.469Z | Compiling nextest-runner v0.61.0 |
642 | 2024-09-27T00:20:44.177Z | Compiling clap v4.5.18 |
643 | 2024-09-27T00:20:44.329Z | Compiling dialoguer v0.11.0 |
644 | 2024-09-27T00:20:44.819Z | Compiling color-eyre v0.6.3 |
645 | 2024-09-27T00:20:45.576Z | Compiling swrite v0.1.0 |
646 | 2024-09-27T00:20:45.715Z | Compiling enable-ansi-support v0.2.1 |
647 | 2024-09-27T00:20:51.038Z | Compiling cargo-nextest v0.9.78 |
648 | 2024-09-27T00:21:24.299Z | Finished `release` profile [optimized] target(s) in 2m 18s |
649 | 2024-09-27T00:21:24.503Z | Installing /home/build/.cargo/bin/cargo-nextest |
650 | 2024-09-27T00:21:24.505Z | Installed package `cargo-nextest v0.9.78` (executable `cargo-nextest`) |
651 | 2024-09-27T00:21:24.599Z | + banner bfd |
652 | 2024-09-27T00:21:24.602Z | |
653 | 2024-09-27T00:21:24.602Z | ##### ###### ##### |
654 | 2024-09-27T00:21:24.602Z | # # # # # |
655 | 2024-09-27T00:21:24.602Z | ##### ##### # # |
656 | 2024-09-27T00:21:24.602Z | # # # # # |
657 | 2024-09-27T00:21:24.602Z | # # # # # |
658 | 2024-09-27T00:21:24.602Z | ##### # ##### |
659 | 2024-09-27T00:21:24.602Z | |
660 | 2024-09-27T00:21:24.604Z | + cargo nextest run -p bfd --nocapture |
661 | 2024-09-27T00:21:24.931Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
662 | 2024-09-27T00:21:25.151Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
663 | 2024-09-27T00:21:25.404Z | From https://www.github.com/oxidecomputer/oxnet |
664 | 2024-09-27T00:21:25.404Z | * [new branch] ci -> origin/ci |
665 | 2024-09-27T00:21:25.406Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
666 | 2024-09-27T00:21:25.406Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
667 | 2024-09-27T00:21:25.406Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
668 | 2024-09-27T00:21:25.407Z | * [new branch] main -> origin/main |
669 | 2024-09-27T00:21:25.407Z | * [new ref] -> origin/HEAD |
670 | 2024-09-27T00:21:25.416Z | Updating crates.io index |
671 | 2024-09-27T00:21:25.474Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
672 | 2024-09-27T00:21:26.191Z | From https://github.com/oxidecomputer/falcon |
673 | 2024-09-27T00:21:26.191Z | * [new ref] 10f3bff98d247d1e145a0dde82382cbed3628cdc -> refs/commit/10f3bff98d247d1e145a0dde82382cbed3628cdc |
674 | 2024-09-27T00:21:26.303Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
675 | 2024-09-27T00:21:27.445Z | From https://github.com/oxidecomputer/dendrite |
676 | 2024-09-27T00:21:27.445Z | * [new ref] 76c735d472e3badaeca08982e22496fccb1ce210 -> refs/commit/76c735d472e3badaeca08982e22496fccb1ce210 |
677 | 2024-09-27T00:21:27.497Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
678 | 2024-09-27T00:21:27.877Z | From https://github.com/oxidecomputer/ispf |
679 | 2024-09-27T00:21:27.877Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
680 | 2024-09-27T00:21:27.887Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
681 | 2024-09-27T00:21:28.288Z | From https://github.com/oxidecomputer/netadm-sys |
682 | 2024-09-27T00:21:28.288Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
683 | 2024-09-27T00:21:28.301Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
684 | 2024-09-27T00:21:31.687Z | From https://github.com/oxidecomputer/omicron |
685 | 2024-09-27T00:21:31.687Z | * [new ref] 61e1b382ca76a2175d78a07cd82929de8bc1cd20 -> refs/commit/61e1b382ca76a2175d78a07cd82929de8bc1cd20 |
686 | 2024-09-27T00:21:31.711Z | * [new tag] dogfood -> dogfood |
687 | 2024-09-27T00:21:31.717Z | * [new tag] v5 -> v5 |
688 | 2024-09-27T00:21:31.718Z | * [new tag] v6 -> v6 |
689 | 2024-09-27T00:21:31.721Z | * [new tag] v7 -> v7 |
690 | 2024-09-27T00:21:31.721Z | * [new tag] v8 -> v8 |
691 | 2024-09-27T00:21:31.721Z | * [new tag] v9 -> v9 |
692 | 2024-09-27T00:21:32.072Z | Updating git repository `https://github.com/oxidecomputer/opte` |
693 | 2024-09-27T00:21:33.204Z | From https://github.com/oxidecomputer/opte |
694 | 2024-09-27T00:21:33.204Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
695 | 2024-09-27T00:21:33.250Z | Updating git repository `https://github.com/illumos/smf-rs` |
696 | 2024-09-27T00:21:33.653Z | From https://github.com/illumos/smf-rs |
697 | 2024-09-27T00:21:33.653Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
698 | 2024-09-27T00:21:33.679Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
699 | 2024-09-27T00:21:34.453Z | From https://github.com/oxidecomputer/maghemite |
700 | 2024-09-27T00:21:34.453Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
701 | 2024-09-27T00:21:34.471Z | * [new tag] rift -> rift |
702 | 2024-09-27T00:21:34.474Z | * [new tag] srp -> srp |
703 | 2024-09-27T00:21:34.474Z | * [new tag] tie-spf -> tie-spf |
704 | 2024-09-27T00:21:34.525Z | Updating git repository `https://github.com/oxidecomputer/zone` |
705 | 2024-09-27T00:21:34.915Z | From https://github.com/oxidecomputer/zone |
706 | 2024-09-27T00:21:34.915Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
707 | 2024-09-27T00:21:34.937Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
708 | 2024-09-27T00:21:36.007Z | From https://github.com/oxidecomputer/propolis |
709 | 2024-09-27T00:21:36.007Z | * [new ref] 399ce1a82665397c756d626854e39c25505e4a62 -> refs/commit/399ce1a82665397c756d626854e39c25505e4a62 |
710 | 2024-09-27T00:21:36.091Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
711 | 2024-09-27T00:21:37.053Z | From https://github.com/oxidecomputer/progenitor |
712 | 2024-09-27T00:21:37.053Z | * [new ref] 921ce56db7ae9ce29ad234e9b3346eddbf4068f8 -> refs/commit/921ce56db7ae9ce29ad234e9b3346eddbf4068f8 |
713 | 2024-09-27T00:21:37.077Z | * [new tag] v0.1.1 -> v0.1.1 |
714 | 2024-09-27T00:21:37.080Z | * [new tag] v0.2.0 -> v0.2.0 |
715 | 2024-09-27T00:21:37.080Z | * [new tag] v0.3.0 -> v0.3.0 |
716 | 2024-09-27T00:21:37.080Z | * [new tag] v0.4.0 -> v0.4.0 |
717 | 2024-09-27T00:21:37.080Z | * [new tag] v0.5.0 -> v0.5.0 |
718 | 2024-09-27T00:21:37.080Z | * [new tag] v0.6.0 -> v0.6.0 |
719 | 2024-09-27T00:21:37.080Z | * [new tag] v0.7.0 -> v0.7.0 |
720 | 2024-09-27T00:21:37.169Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
721 | 2024-09-27T00:21:37.571Z | From https://github.com/oxidecomputer/dlpi-sys |
722 | 2024-09-27T00:21:37.571Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
723 | 2024-09-27T00:21:37.591Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
724 | 2024-09-27T00:21:38.027Z | From https://github.com/jmesmon/rust-libzfs |
725 | 2024-09-27T00:21:38.027Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
726 | 2024-09-27T00:21:38.044Z | * [new tag] v0.4.0 -> v0.4.0 |
727 | 2024-09-27T00:21:38.061Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
728 | 2024-09-27T00:21:38.444Z | From https://github.com/oxidecomputer/rusty-doors |
729 | 2024-09-27T00:21:38.444Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
730 | 2024-09-27T00:21:38.460Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-09-27T00:21:39.169Z | From https://github.com/oxidecomputer/dropshot |
732 | 2024-09-27T00:21:39.169Z | * [new ref] 2ad43f522a74c42bdb6bcaaef024801b853c1d3c -> refs/commit/2ad43f522a74c42bdb6bcaaef024801b853c1d3c |
733 | 2024-09-27T00:21:39.201Z | * [new tag] v0.10.1 -> v0.10.1 |
734 | 2024-09-27T00:21:39.222Z | * [new tag] v0.11.0 -> v0.11.0 |
735 | 2024-09-27T00:21:39.222Z | * [new tag] v0.3.0 -> v0.3.0 |
736 | 2024-09-27T00:21:39.222Z | * [new tag] v0.4.0 -> v0.4.0 |
737 | 2024-09-27T00:21:39.222Z | * [new tag] v0.5.0 -> v0.5.0 |
738 | 2024-09-27T00:21:39.222Z | * [new tag] v0.5.1 -> v0.5.1 |
739 | 2024-09-27T00:21:39.223Z | * [new tag] v0.6.0 -> v0.6.0 |
740 | 2024-09-27T00:21:39.223Z | * [new tag] v0.7.0 -> v0.7.0 |
741 | 2024-09-27T00:21:39.223Z | * [new tag] v0.8.0 -> v0.8.0 |
742 | 2024-09-27T00:21:39.223Z | * [new tag] v0.9.0 -> v0.9.0 |
743 | 2024-09-27T00:21:39.252Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
744 | 2024-09-27T00:21:39.735Z | From https://github.com/oxidecomputer/maghemite |
745 | 2024-09-27T00:21:39.735Z | * [new ref] 9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42 -> refs/commit/9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42 |
746 | 2024-09-27T00:21:39.772Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
747 | 2024-09-27T00:21:40.133Z | From https://github.com/oxidecomputer/serde_human_bytes |
748 | 2024-09-27T00:21:40.134Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
749 | 2024-09-27T00:21:40.152Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
750 | 2024-09-27T00:21:40.529Z | From https://github.com/oxidecomputer/slog-error-chain |
751 | 2024-09-27T00:21:40.529Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
752 | 2024-09-27T00:21:40.555Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
753 | 2024-09-27T00:21:40.973Z | From https://github.com/oxidecomputer/poptrie |
754 | 2024-09-27T00:21:40.973Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
755 | 2024-09-27T00:21:41.008Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
756 | 2024-09-27T00:21:41.381Z | From https://github.com/illumos/libscf-sys |
757 | 2024-09-27T00:21:41.381Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
758 | 2024-09-27T00:21:41.416Z | Updating git repository `https://github.com/oxidecomputer/typify` |
759 | 2024-09-27T00:21:43.650Z | From https://github.com/oxidecomputer/typify |
760 | 2024-09-27T00:21:43.650Z | * [new ref] aa84fe0a67133c6e4e2257fb175f82ef9a24e761 -> refs/commit/aa84fe0a67133c6e4e2257fb175f82ef9a24e761 |
761 | 2024-09-27T00:21:43.670Z | * [new tag] v0.0.10 -> v0.0.10 |
762 | 2024-09-27T00:21:43.672Z | * [new tag] v0.0.11 -> v0.0.11 |
763 | 2024-09-27T00:21:43.672Z | * [new tag] v0.0.12 -> v0.0.12 |
764 | 2024-09-27T00:21:43.672Z | * [new tag] v0.0.13 -> v0.0.13 |
765 | 2024-09-27T00:21:43.672Z | * [new tag] v0.0.14 -> v0.0.14 |
766 | 2024-09-27T00:21:43.672Z | * [new tag] v0.0.15 -> v0.0.15 |
767 | 2024-09-27T00:21:43.672Z | * [new tag] v0.0.16 -> v0.0.16 |
768 | 2024-09-27T00:21:43.673Z | * [new tag] v0.0.4 -> v0.0.4 |
769 | 2024-09-27T00:21:43.673Z | * [new tag] v0.0.5 -> v0.0.5 |
770 | 2024-09-27T00:21:43.673Z | * [new tag] v0.0.7 -> v0.0.7 |
771 | 2024-09-27T00:21:43.673Z | * [new tag] v0.0.8 -> v0.0.8 |
772 | 2024-09-27T00:21:43.673Z | * [new tag] v0.0.9 -> v0.0.9 |
773 | 2024-09-27T00:21:43.673Z | * [new tag] v0.1.0 -> v0.1.0 |
774 | 2024-09-27T00:21:43.804Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
775 | 2024-09-27T00:21:44.438Z | From https://github.com/oxidecomputer/management-gateway-service |
776 | 2024-09-27T00:21:44.438Z | * [new ref] 319e7b92db69792ab8efa4c68554ad0cf83adf93 -> refs/commit/319e7b92db69792ab8efa4c68554ad0cf83adf93 |
777 | 2024-09-27T00:21:44.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
778 | 2024-09-27T00:21:45.913Z | From https://github.com/oxidecomputer/crucible |
779 | 2024-09-27T00:21:45.913Z | * [new ref] e58ca3693cb9ce0438947beba10e97ee38a0966b -> refs/commit/e58ca3693cb9ce0438947beba10e97ee38a0966b |
780 | 2024-09-27T00:21:45.967Z | Updating git repository `https://github.com/oxidecomputer/opte` |
781 | 2024-09-27T00:21:46.553Z | From https://github.com/oxidecomputer/opte |
782 | 2024-09-27T00:21:46.553Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
783 | 2024-09-27T00:21:46.936Z | Downloading crates ... |
784 | 2024-09-27T00:21:47.083Z | Downloaded cobs v0.2.3 |
785 | 2024-09-27T00:21:47.090Z | Downloaded async-stream v0.3.5 |
786 | 2024-09-27T00:21:47.091Z | Downloaded backoff v0.4.0 |
787 | 2024-09-27T00:21:47.099Z | Downloaded allocator-api2 v0.2.18 |
788 | 2024-09-27T00:21:47.099Z | Downloaded async-stream-impl v0.3.5 |
789 | 2024-09-27T00:21:47.100Z | Downloaded const-random-macro v0.1.16 |
790 | 2024-09-27T00:21:47.106Z | Downloaded const-random v0.1.18 |
791 | 2024-09-27T00:21:47.110Z | Downloaded sync_wrapper v0.1.2 |
792 | 2024-09-27T00:21:47.110Z | Downloaded ciborium-io v0.2.2 |
793 | 2024-09-27T00:21:47.116Z | Downloaded strum_macros v0.26.4 |
794 | 2024-09-27T00:21:47.116Z | Downloaded hubpack_derive v0.1.1 |
795 | 2024-09-27T00:21:47.116Z | Downloaded float-ord v0.3.2 |
796 | 2024-09-27T00:21:47.121Z | Downloaded ident_case v1.0.1 |
797 | 2024-09-27T00:21:47.122Z | Downloaded structmeta-derive v0.3.0 |
798 | 2024-09-27T00:21:47.122Z | Downloaded spin v0.5.2 |
799 | 2024-09-27T00:21:47.122Z | Downloaded bitflags v1.3.2 |
800 | 2024-09-27T00:21:47.130Z | Downloaded zone_cfg_derive v0.3.0 |
801 | 2024-09-27T00:21:47.130Z | Downloaded take_mut v0.2.2 |
802 | 2024-09-27T00:21:47.130Z | Downloaded data-encoding v2.6.0 |
803 | 2024-09-27T00:21:47.130Z | Downloaded dyn-clone v1.0.17 |
804 | 2024-09-27T00:21:47.165Z | Downloaded waitgroup v0.1.2 |
805 | 2024-09-27T00:21:47.165Z | Downloaded time-core v0.1.2 |
806 | 2024-09-27T00:21:47.165Z | Downloaded num-conv v0.1.0 |
807 | 2024-09-27T00:21:47.165Z | Downloaded newline-converter v0.3.0 |
808 | 2024-09-27T00:21:47.165Z | Downloaded httpdate v1.0.3 |
809 | 2024-09-27T00:21:47.181Z | Downloaded constant_time_eq v0.3.1 |
810 | 2024-09-27T00:21:47.181Z | Downloaded atomic-waker v1.1.2 |
811 | 2024-09-27T00:21:47.181Z | Downloaded slog-stdlog v4.1.1 |
812 | 2024-09-27T00:21:47.182Z | Downloaded omicron-workspace-hack v0.1.0 |
813 | 2024-09-27T00:21:47.182Z | Downloaded xz2 v0.1.7 |
814 | 2024-09-27T00:21:47.182Z | Downloaded usdt v0.5.0 |
815 | 2024-09-27T00:21:47.182Z | Downloaded foreign-types-macros v0.2.3 |
816 | 2024-09-27T00:21:47.182Z | Downloaded strum v0.26.3 |
817 | 2024-09-27T00:21:47.182Z | Downloaded heck v0.4.1 |
818 | 2024-09-27T00:21:47.183Z | Downloaded usdt-macro v0.5.0 |
819 | 2024-09-27T00:21:47.183Z | Downloaded dof v0.3.0 |
820 | 2024-09-27T00:21:47.183Z | Downloaded crc8 v0.1.1 |
821 | 2024-09-27T00:21:47.183Z | Downloaded tabwriter v1.4.0 |
822 | 2024-09-27T00:21:47.183Z | Downloaded smf v0.2.3 |
823 | 2024-09-27T00:21:47.183Z | Downloaded embedded-io v0.6.1 |
824 | 2024-09-27T00:21:47.183Z | Downloaded num_enum v0.5.11 |
825 | 2024-09-27T00:21:47.183Z | Downloaded num v0.4.3 |
826 | 2024-09-27T00:21:47.184Z | Downloaded memmap v0.7.0 |
827 | 2024-09-27T00:21:47.184Z | Downloaded ipnetwork v0.20.0 |
828 | 2024-09-27T00:21:47.208Z | Downloaded hyper-tls v0.5.0 |
829 | 2024-09-27T00:21:47.208Z | Downloaded strum_macros v0.25.3 |
830 | 2024-09-27T00:21:47.208Z | Downloaded stable_deref_trait v1.2.0 |
831 | 2024-09-27T00:21:47.208Z | Downloaded argon2 v0.5.3 |
832 | 2024-09-27T00:21:47.208Z | Downloaded parse-display v0.10.0 |
833 | 2024-09-27T00:21:47.209Z | Downloaded num_enum_derive v0.5.11 |
834 | 2024-09-27T00:21:47.209Z | Downloaded whoami v1.5.1 |
835 | 2024-09-27T00:21:47.209Z | Downloaded colored v2.1.0 |
836 | 2024-09-27T00:21:47.209Z | Downloaded zone_cfg_derive v0.1.2 |
837 | 2024-09-27T00:21:47.209Z | Downloaded darling_macro v0.20.10 |
838 | 2024-09-27T00:21:47.226Z | Downloaded ciborium v0.2.2 |
839 | 2024-09-27T00:21:47.226Z | Downloaded usdt-attr-macro v0.5.0 |
840 | 2024-09-27T00:21:47.226Z | Downloaded blake2 v0.10.6 |
841 | 2024-09-27T00:21:47.226Z | Downloaded match_cfg v0.1.0 |
842 | 2024-09-27T00:21:47.226Z | Downloaded arrayvec v0.7.6 |
843 | 2024-09-27T00:21:47.226Z | Downloaded walkdir v2.5.0 |
844 | 2024-09-27T00:21:47.227Z | Downloaded defmt-macros v0.3.9 |
845 | 2024-09-27T00:21:47.227Z | Downloaded time-macros v0.2.18 |
846 | 2024-09-27T00:21:47.227Z | Downloaded parking_lot_core v0.8.6 |
847 | 2024-09-27T00:21:47.227Z | Downloaded memmap2 v0.9.4 |
848 | 2024-09-27T00:21:47.227Z | Downloaded lock_api v0.4.12 |
849 | 2024-09-27T00:21:47.227Z | Downloaded slog-term v2.9.1 |
850 | 2024-09-27T00:21:47.246Z | Downloaded pretty-hex v0.2.1 |
851 | 2024-09-27T00:21:47.246Z | Downloaded num_threads v0.1.7 |
852 | 2024-09-27T00:21:47.246Z | Downloaded tokio-rustls v0.24.1 |
853 | 2024-09-27T00:21:47.246Z | Downloaded num_enum_derive v0.7.3 |
854 | 2024-09-27T00:21:47.246Z | Downloaded hyper-rustls v0.24.2 |
855 | 2024-09-27T00:21:47.246Z | Downloaded pretty-hex v0.4.1 |
856 | 2024-09-27T00:21:47.246Z | Downloaded tiny-keccak v2.0.2 |
857 | 2024-09-27T00:21:47.247Z | Downloaded derive_more v0.99.18 |
858 | 2024-09-27T00:21:47.266Z | Downloaded yansi v0.5.1 |
859 | 2024-09-27T00:21:47.266Z | Downloaded hostname v0.3.1 |
860 | 2024-09-27T00:21:47.266Z | Downloaded highway v1.2.0 |
861 | 2024-09-27T00:21:47.266Z | Downloaded http-body v0.4.6 |
862 | 2024-09-27T00:21:47.266Z | Downloaded linked-hash-map v0.5.6 |
863 | 2024-09-27T00:21:47.266Z | Downloaded pest_generator v2.7.11 |
864 | 2024-09-27T00:21:47.267Z | Downloaded num-derive v0.3.3 |
865 | 2024-09-27T00:21:47.267Z | Downloaded sigpipe v0.1.3 |
866 | 2024-09-27T00:21:47.267Z | Downloaded anyhow v1.0.88 |
867 | 2024-09-27T00:21:47.271Z | Downloaded progenitor v0.8.0 |
868 | 2024-09-27T00:21:47.271Z | Downloaded lru-cache v0.1.2 |
869 | 2024-09-27T00:21:47.272Z | Downloaded password-hash v0.5.0 |
870 | 2024-09-27T00:21:47.272Z | Downloaded darling v0.20.10 |
871 | 2024-09-27T00:21:47.272Z | Downloaded tokio-tungstenite v0.21.0 |
872 | 2024-09-27T00:21:47.272Z | Downloaded thread-id v4.2.2 |
873 | 2024-09-27T00:21:47.272Z | Downloaded num-integer v0.1.46 |
874 | 2024-09-27T00:21:47.272Z | Downloaded serde_repr v0.1.19 |
875 | 2024-09-27T00:21:47.278Z | Downloaded slog-envlogger v2.2.0 |
876 | 2024-09-27T00:21:47.278Z | Downloaded slog-dtrace v0.3.0 |
877 | 2024-09-27T00:21:47.278Z | Downloaded resolv-conf v0.7.0 |
878 | 2024-09-27T00:21:47.282Z | Downloaded scroll_derive v0.12.0 |
879 | 2024-09-27T00:21:47.282Z | Downloaded rustc_version v0.1.7 |
880 | 2024-09-27T00:21:47.282Z | Downloaded postcard v1.0.10 |
881 | 2024-09-27T00:21:47.282Z | Downloaded iana-time-zone v0.1.60 |
882 | 2024-09-27T00:21:47.288Z | Downloaded plain v0.2.3 |
883 | 2024-09-27T00:21:47.295Z | Downloaded darling_core v0.20.10 |
884 | 2024-09-27T00:21:47.295Z | Downloaded ipnet v2.9.0 |
885 | 2024-09-27T00:21:47.296Z | Downloaded sha1 v0.10.6 |
886 | 2024-09-27T00:21:47.296Z | Downloaded proc-macro-crate v1.3.1 |
887 | 2024-09-27T00:21:47.304Z | Downloaded serde_spanned v0.6.7 |
888 | 2024-09-27T00:21:47.305Z | Downloaded cc v1.1.15 |
889 | 2024-09-27T00:21:47.312Z | Downloaded paste v1.0.15 |
890 | 2024-09-27T00:21:47.312Z | Downloaded rhai_codegen v2.2.0 |
891 | 2024-09-27T00:21:47.316Z | Downloaded powerfmt v0.2.0 |
892 | 2024-09-27T00:21:47.316Z | Downloaded pkg-config v0.3.30 |
893 | 2024-09-27T00:21:47.323Z | Downloaded slog-async v2.8.0 |
894 | 2024-09-27T00:21:47.323Z | Downloaded rustversion v1.0.17 |
895 | 2024-09-27T00:21:47.329Z | Downloaded quick-error v1.2.3 |
896 | 2024-09-27T00:21:47.329Z | Downloaded sct v0.7.1 |
897 | 2024-09-27T00:21:47.330Z | Downloaded same-file v1.0.6 |
898 | 2024-09-27T00:21:47.333Z | Downloaded proc-macro-error v1.0.4 |
899 | 2024-09-27T00:21:47.333Z | Downloaded crossbeam-epoch v0.9.18 |
900 | 2024-09-27T00:21:47.336Z | Downloaded arc-swap v1.7.1 |
901 | 2024-09-27T00:21:47.339Z | Downloaded serde_with_macros v3.9.0 |
902 | 2024-09-27T00:21:47.343Z | Downloaded proc-macro-error-attr v1.0.4 |
903 | 2024-09-27T00:21:47.343Z | Downloaded slog-bunyan v2.5.0 |
904 | 2024-09-27T00:21:47.347Z | Downloaded scroll v0.12.0 |
905 | 2024-09-27T00:21:47.347Z | Downloaded progenitor-macro v0.8.0 |
906 | 2024-09-27T00:21:47.347Z | Downloaded serde_derive_internals v0.29.1 |
907 | 2024-09-27T00:21:47.351Z | Downloaded parking_lot_core v0.9.10 |
908 | 2024-09-27T00:21:47.351Z | Downloaded num-rational v0.4.2 |
909 | 2024-09-27T00:21:47.355Z | Downloaded proc-macro-crate v3.2.0 |
910 | 2024-09-27T00:21:47.355Z | Downloaded scopeguard v1.2.0 |
911 | 2024-09-27T00:21:47.355Z | Downloaded similar v2.6.0 |
912 | 2024-09-27T00:21:47.359Z | Downloaded pest_derive v2.7.11 |
913 | 2024-09-27T00:21:47.383Z | Downloaded hashbrown v0.12.3 |
914 | 2024-09-27T00:21:47.388Z | Downloaded unsafe-libyaml v0.2.11 |
915 | 2024-09-27T00:21:47.388Z | Downloaded progenitor-impl v0.8.0 |
916 | 2024-09-27T00:21:47.388Z | Downloaded rayon-core v1.12.1 |
917 | 2024-09-27T00:21:47.388Z | Downloaded schemars_derive v0.8.21 |
918 | 2024-09-27T00:21:47.388Z | Downloaded slog v2.7.0 |
919 | 2024-09-27T00:21:47.388Z | Downloaded pest_meta v2.7.11 |
920 | 2024-09-27T00:21:47.388Z | Downloaded ron v0.7.1 |
921 | 2024-09-27T00:21:47.391Z | Downloaded parking_lot v0.12.3 |
922 | 2024-09-27T00:21:47.391Z | Downloaded omicron-zone-package v0.11.0 |
923 | 2024-09-27T00:21:47.394Z | Downloaded libm v0.2.8 |
924 | 2024-09-27T00:21:47.406Z | Downloaded serde_yaml v0.9.34+deprecated |
925 | 2024-09-27T00:21:47.412Z | Downloaded hickory-resolver v0.24.1 |
926 | 2024-09-27T00:21:47.416Z | Downloaded heapless v0.8.0 |
927 | 2024-09-27T00:21:47.421Z | Downloaded steno v0.4.1 |
928 | 2024-09-27T00:21:47.424Z | Downloaded prettyplease v0.2.22 |
929 | 2024-09-27T00:21:47.424Z | Downloaded pretty_assertions v1.4.0 |
930 | 2024-09-27T00:21:47.426Z | Downloaded toml_edit v0.19.15 |
931 | 2024-09-27T00:21:47.442Z | Downloaded toml_edit v0.22.20 |
932 | 2024-09-27T00:21:47.466Z | Downloaded flate2 v1.0.33 |
933 | 2024-09-27T00:21:47.471Z | Downloaded tokio-util v0.7.11 |
934 | 2024-09-27T00:21:47.478Z | Downloaded clap_builder v4.5.17 |
935 | 2024-09-27T00:21:47.486Z | Downloaded winnow v0.6.18 |
936 | 2024-09-27T00:21:47.495Z | Downloaded pest v2.7.11 |
937 | 2024-09-27T00:21:47.501Z | Downloaded unicode-normalization v0.1.23 |
938 | 2024-09-27T00:21:47.504Z | Downloaded h2 v0.3.26 |
939 | 2024-09-27T00:21:47.514Z | Downloaded portable-atomic v1.7.0 |
940 | 2024-09-27T00:21:47.518Z | Downloaded h2 v0.4.6 |
941 | 2024-09-27T00:21:47.526Z | Downloaded hyper v0.14.30 |
942 | 2024-09-27T00:21:47.534Z | Downloaded goblin v0.8.2 |
943 | 2024-09-27T00:21:47.541Z | Downloaded reqwest v0.11.27 |
944 | 2024-09-27T00:21:47.550Z | Downloaded rustls-webpki v0.101.7 |
945 | 2024-09-27T00:21:47.564Z | Downloaded winnow v0.5.40 |
946 | 2024-09-27T00:21:47.573Z | Downloaded idna v0.4.0 |
947 | 2024-09-27T00:21:47.580Z | Downloaded blake3 v1.5.4 |
948 | 2024-09-27T00:21:47.588Z | Downloaded webpki-roots v0.25.4 |
949 | 2024-09-27T00:21:47.592Z | Downloaded rustls v0.21.12 |
950 | 2024-09-27T00:21:47.604Z | Downloaded rustls-webpki v0.102.7 |
951 | 2024-09-27T00:21:47.623Z | Downloaded regress v0.10.1 |
952 | 2024-09-27T00:21:47.631Z | Downloaded hickory-proto v0.24.1 |
953 | 2024-09-27T00:21:47.647Z | Downloaded regress v0.9.1 |
954 | 2024-09-27T00:21:47.658Z | Downloaded webpki-roots v0.26.5 |
955 | 2024-09-27T00:21:47.660Z | Downloaded syn v1.0.109 |
956 | 2024-09-27T00:21:47.670Z | Downloaded dropshot v0.12.0 |
957 | 2024-09-27T00:21:47.691Z | Downloaded serde_with v3.9.0 |
958 | 2024-09-27T00:21:47.699Z | Downloaded smoltcp v0.11.0 |
959 | 2024-09-27T00:21:47.712Z | Downloaded rhai v1.19.0 |
960 | 2024-09-27T00:21:47.723Z | Downloaded rustls v0.22.4 |
961 | 2024-09-27T00:21:47.736Z | Downloaded time v0.3.36 |
962 | 2024-09-27T00:21:47.743Z | Downloaded rustix v0.38.35 |
963 | 2024-09-27T00:21:47.765Z | Downloaded sled v0.34.7 |
964 | 2024-09-27T00:21:47.778Z | Downloaded openapiv3 v2.0.0 |
965 | 2024-09-27T00:21:47.787Z | Downloaded itertools v0.10.5 |
966 | 2024-09-27T00:21:47.793Z | Downloaded itertools v0.12.1 |
967 | 2024-09-27T00:21:47.800Z | Downloaded rustls v0.23.12 |
968 | 2024-09-27T00:21:47.817Z | Downloaded unicode-width v0.1.13 |
969 | 2024-09-27T00:21:47.825Z | Downloaded typify-impl v0.2.0 |
970 | 2024-09-27T00:21:47.840Z | Downloaded zerocopy-derive v0.6.6 |
971 | 2024-09-27T00:21:47.850Z | Downloaded expectorate v1.1.0 |
972 | 2024-09-27T00:21:47.853Z | Downloaded schemars v0.8.21 |
973 | 2024-09-27T00:21:47.864Z | Downloaded unicode-segmentation v1.11.0 |
974 | 2024-09-27T00:21:47.867Z | Downloaded zerocopy v0.6.6 |
975 | 2024-09-27T00:21:47.870Z | Downloaded crossbeam-channel v0.5.13 |
976 | 2024-09-27T00:21:47.875Z | Downloaded tungstenite v0.21.0 |
977 | 2024-09-27T00:21:47.878Z | Downloaded libc v0.2.158 |
978 | 2024-09-27T00:21:47.907Z | Downloaded http v0.2.12 |
979 | 2024-09-27T00:21:47.910Z | Downloaded derive-where v1.2.7 |
980 | 2024-09-27T00:21:47.912Z | Downloaded diff v0.1.13 |
981 | 2024-09-27T00:21:47.916Z | Downloaded crossbeam-utils v0.8.20 |
982 | 2024-09-27T00:21:47.919Z | Downloaded slog-scope v4.4.0 |
983 | 2024-09-27T00:21:47.921Z | Downloaded serde_tokenstream v0.2.2 |
984 | 2024-09-27T00:21:47.921Z | Downloaded parking_lot v0.11.2 |
985 | 2024-09-27T00:21:47.924Z | Downloaded num-complex v0.4.6 |
986 | 2024-09-27T00:21:47.926Z | Downloaded multer v3.1.0 |
987 | 2024-09-27T00:21:47.929Z | Downloaded term v0.7.0 |
988 | 2024-09-27T00:21:47.931Z | Downloaded indexmap v1.9.3 |
989 | 2024-09-27T00:21:47.933Z | Downloaded lzma-sys v0.1.20 |
990 | 2024-09-27T00:21:47.964Z | Downloaded base64 v0.13.1 |
991 | 2024-09-27T00:21:47.967Z | Downloaded rustls-pemfile v1.0.4 |
992 | 2024-09-27T00:21:47.969Z | Downloaded utf-8 v0.7.6 |
993 | 2024-09-27T00:21:47.972Z | Downloaded tokio-rustls v0.25.0 |
994 | 2024-09-27T00:21:47.972Z | Downloaded clap v4.5.17 |
995 | 2024-09-27T00:21:47.980Z | Downloaded slog-json v2.6.1 |
996 | 2024-09-27T00:21:47.982Z | Downloaded semver v0.1.20 |
997 | 2024-09-27T00:21:47.985Z | Downloaded parse-display-derive v0.10.0 |
998 | 2024-09-27T00:21:47.985Z | Downloaded num_enum v0.7.3 |
999 | 2024-09-27T00:21:47.988Z | Downloaded macaddr v1.0.1 |
1000 | 2024-09-27T00:21:47.991Z | Downloaded tar v0.4.41 |
1001 | 2024-09-27T00:21:47.994Z | Downloaded convert_case v0.4.0 |
1002 | 2024-09-27T00:21:47.994Z | Downloaded ucd-trie v0.1.6 |
1003 | 2024-09-27T00:21:47.996Z | Downloaded topological-sort v0.2.2 |
1004 | 2024-09-27T00:21:47.996Z | Downloaded toml v0.7.8 |
1005 | 2024-09-27T00:21:47.998Z | Downloaded thin-vec v0.2.13 |
1006 | 2024-09-27T00:21:48.001Z | Downloaded progenitor-client v0.8.0 |
1007 | 2024-09-27T00:21:48.001Z | Downloaded dropshot_endpoint v0.12.0 |
1008 | 2024-09-27T00:21:48.005Z | Downloaded cookie v0.18.1 |
1009 | 2024-09-27T00:21:48.008Z | Downloaded zone v0.1.8 |
1010 | 2024-09-27T00:21:48.008Z | Downloaded untrusted v0.7.1 |
1011 | 2024-09-27T00:21:48.008Z | Downloaded half v2.4.1 |
1012 | 2024-09-27T00:21:48.011Z | Downloaded cpufeatures v0.2.13 |
1013 | 2024-09-27T00:21:48.014Z | Downloaded foreign-types v0.5.0 |
1014 | 2024-09-27T00:21:48.014Z | Downloaded enum-as-inner v0.6.0 |
1015 | 2024-09-27T00:21:48.014Z | Downloaded embedded-io v0.4.0 |
1016 | 2024-09-27T00:21:48.020Z | Downloaded hubpack v0.1.2 |
1017 | 2024-09-27T00:21:48.020Z | Downloaded hex v0.4.3 |
1018 | 2024-09-27T00:21:48.024Z | Downloaded hash32 v0.3.1 |
1019 | 2024-09-27T00:21:48.024Z | Downloaded newtype_derive v0.1.6 |
1020 | 2024-09-27T00:21:48.024Z | Downloaded heck v0.3.3 |
1021 | 2024-09-27T00:21:48.024Z | Downloaded dirs-sys-next v0.1.2 |
1022 | 2024-09-27T00:21:48.024Z | Downloaded encoding_rs v0.8.34 |
1023 | 2024-09-27T00:21:48.046Z | Downloaded defmt-parser v0.3.4 |
1024 | 2024-09-27T00:21:48.049Z | Downloaded defmt v0.3.8 |
1025 | 2024-09-27T00:21:48.049Z | Downloaded crossbeam-deque v0.8.5 |
1026 | 2024-09-27T00:21:48.051Z | Downloaded usdt-impl v0.5.0 |
1027 | 2024-09-27T00:21:48.051Z | Downloaded typify v0.2.0 |
1028 | 2024-09-27T00:21:48.054Z | Downloaded tracing-attributes v0.1.27 |
1029 | 2024-09-27T00:21:48.056Z | Downloaded smartstring v1.0.1 |
1030 | 2024-09-27T00:21:48.058Z | Downloaded num-iter v0.1.45 |
1031 | 2024-09-27T00:21:48.058Z | Downloaded num-derive v0.4.2 |
1032 | 2024-09-27T00:21:48.061Z | Downloaded zone v0.3.0 |
1033 | 2024-09-27T00:21:48.061Z | Downloaded typify-macro v0.2.0 |
1034 | 2024-09-27T00:21:48.065Z | Downloaded structmeta v0.3.0 |
1035 | 2024-09-27T00:21:48.065Z | Downloaded async-trait v0.1.83 |
1036 | 2024-09-27T00:21:48.068Z | Downloaded managed v0.8.0 |
1037 | 2024-09-27T00:21:48.068Z | Downloaded instant v0.1.13 |
1038 | 2024-09-27T00:21:48.068Z | Downloaded foreign-types-shared v0.3.1 |
1039 | 2024-09-27T00:21:48.071Z | Downloaded dtrace-parser v0.2.0 |
1040 | 2024-09-27T00:21:48.071Z | Downloaded crunchy v0.2.2 |
1041 | 2024-09-27T00:21:48.071Z | Downloaded clap_derive v4.5.13 |
1042 | 2024-09-27T00:21:48.074Z | Downloaded thread_local v1.1.8 |
1043 | 2024-09-27T00:21:48.074Z | Downloaded dirs-next v2.0.0 |
1044 | 2024-09-27T00:21:48.077Z | Downloaded cstr-argument v0.1.2 |
1045 | 2024-09-27T00:21:48.077Z | Downloaded hostname v0.4.0 |
1046 | 2024-09-27T00:21:48.077Z | Downloaded deranged v0.3.11 |
1047 | 2024-09-27T00:21:48.080Z | Downloaded arrayref v0.3.8 |
1048 | 2024-09-27T00:21:48.080Z | Downloaded crucible-workspace-hack v0.1.0 |
1049 | 2024-09-27T00:21:48.080Z | Downloaded ciborium-ll v0.2.2 |
1050 | 2024-09-27T00:21:48.083Z | Downloaded fxhash v0.2.1 |
1051 | 2024-09-27T00:21:48.296Z | Downloaded ring v0.16.20 |
1052 | 2024-09-27T00:21:49.244Z | Compiling proc-macro2 v1.0.86 |
1053 | 2024-09-27T00:21:49.244Z | Compiling unicode-ident v1.0.13 |
1054 | 2024-09-27T00:21:49.244Z | Compiling libc v0.2.158 |
1055 | 2024-09-27T00:21:49.246Z | Compiling cfg-if v1.0.0 |
1056 | 2024-09-27T00:21:49.246Z | Compiling serde v1.0.210 |
1057 | 2024-09-27T00:21:49.246Z | Compiling version_check v0.9.5 |
1058 | 2024-09-27T00:21:49.246Z | Compiling autocfg v1.3.0 |
1059 | 2024-09-27T00:21:49.246Z | Compiling memchr v2.7.4 |
1060 | 2024-09-27T00:21:49.379Z | Compiling once_cell v1.19.0 |
1061 | 2024-09-27T00:21:49.427Z | Compiling byteorder v1.5.0 |
1062 | 2024-09-27T00:21:49.828Z | Compiling itoa v1.0.11 |
1063 | 2024-09-27T00:21:49.828Z | Compiling libm v0.2.8 |
1064 | 2024-09-27T00:21:49.876Z | Compiling ryu v1.0.18 |
1065 | 2024-09-27T00:21:49.968Z | Compiling ahash v0.8.11 |
1066 | 2024-09-27T00:21:50.038Z | Compiling serde_json v1.0.128 |
1067 | 2024-09-27T00:21:50.048Z | Compiling allocator-api2 v0.2.18 |
1068 | 2024-09-27T00:21:50.212Z | Compiling thiserror v1.0.64 |
1069 | 2024-09-27T00:21:50.392Z | Compiling equivalent v1.0.1 |
1070 | 2024-09-27T00:21:50.397Z | Compiling pin-project-lite v0.2.14 |
1071 | 2024-09-27T00:21:50.500Z | Compiling log v0.4.22 |
1072 | 2024-09-27T00:21:50.509Z | Compiling lock_api v0.4.12 |
1073 | 2024-09-27T00:21:50.852Z | Compiling smallvec v1.13.2 |
1074 | 2024-09-27T00:21:50.895Z | Compiling scopeguard v1.2.0 |
1075 | 2024-09-27T00:21:51.003Z | Compiling quote v1.0.37 |
1076 | 2024-09-27T00:21:51.041Z | Compiling iana-time-zone v0.1.60 |
1077 | 2024-09-27T00:21:51.260Z | Compiling getrandom v0.2.15 |
1078 | 2024-09-27T00:21:51.399Z | Compiling parking_lot_core v0.9.10 |
1079 | 2024-09-27T00:21:51.671Z | Compiling syn v2.0.77 |
1080 | 2024-09-27T00:21:51.682Z | Compiling shlex v1.3.0 |
1081 | 2024-09-27T00:21:51.693Z | Compiling schemars v0.8.21 |
1082 | 2024-09-27T00:21:51.814Z | Compiling signal-hook-registry v1.4.2 |
1083 | 2024-09-27T00:21:51.874Z | Compiling mio v1.0.2 |
1084 | 2024-09-27T00:21:51.969Z | Compiling cc v1.1.15 |
1085 | 2024-09-27T00:21:52.059Z | Compiling socket2 v0.5.7 |
1086 | 2024-09-27T00:21:52.099Z | Compiling dyn-clone v1.0.17 |
1087 | 2024-09-27T00:21:52.338Z | Compiling parking_lot v0.12.3 |
1088 | 2024-09-27T00:21:52.389Z | Compiling fnv v1.0.7 |
1089 | 2024-09-27T00:21:52.521Z | Compiling futures-core v0.3.30 |
1090 | 2024-09-27T00:21:52.667Z | Compiling num-traits v0.2.19 |
1091 | 2024-09-27T00:21:52.794Z | Compiling slab v0.4.9 |
1092 | 2024-09-27T00:21:52.913Z | Compiling futures-sink v0.3.30 |
1093 | 2024-09-27T00:21:53.065Z | Compiling futures-channel v0.3.30 |
1094 | 2024-09-27T00:21:53.292Z | Compiling tracing-core v0.1.32 |
1095 | 2024-09-27T00:21:53.395Z | Compiling futures-io v0.3.30 |
1096 | 2024-09-27T00:21:53.489Z | Compiling futures-task v0.3.30 |
1097 | 2024-09-27T00:21:53.535Z | Compiling pin-utils v0.1.0 |
1098 | 2024-09-27T00:21:53.555Z | Compiling bitflags v2.6.0 |
1099 | 2024-09-27T00:21:53.760Z | Compiling heck v0.5.0 |
1100 | 2024-09-27T00:21:53.807Z | Compiling spin v0.9.8 |
1101 | 2024-09-27T00:21:54.023Z | Compiling untrusted v0.9.0 |
1102 | 2024-09-27T00:21:54.049Z | Compiling httparse v1.9.4 |
1103 | 2024-09-27T00:21:54.188Z | Compiling vcpkg v0.2.15 |
1104 | 2024-09-27T00:21:54.417Z | Compiling pkg-config v0.3.30 |
1105 | 2024-09-27T00:21:55.036Z | Compiling slog v2.7.0 |
1106 | 2024-09-27T00:21:55.164Z | Compiling ring v0.17.8 |
1107 | 2024-09-27T00:21:55.282Z | Compiling try-lock v0.2.5 |
1108 | 2024-09-27T00:21:55.424Z | Compiling want v0.3.1 |
1109 | 2024-09-27T00:21:55.615Z | Compiling httpdate v1.0.3 |
1110 | 2024-09-27T00:21:55.669Z | Compiling tower-service v0.3.3 |
1111 | 2024-09-27T00:21:55.735Z | Compiling percent-encoding v2.3.1 |
1112 | 2024-09-27T00:21:55.780Z | Compiling tinyvec_macros v0.1.1 |
1113 | 2024-09-27T00:21:55.864Z | Compiling tinyvec v1.8.0 |
1114 | 2024-09-27T00:21:55.875Z | Compiling openssl v0.10.66 |
1115 | 2024-09-27T00:21:55.938Z | Compiling openssl-sys v0.9.103 |
1116 | 2024-09-27T00:21:56.129Z | Compiling form_urlencoded v1.2.1 |
1117 | 2024-09-27T00:21:56.139Z | Compiling semver v1.0.23 |
1118 | 2024-09-27T00:21:56.357Z | Compiling foreign-types-shared v0.1.1 |
1119 | 2024-09-27T00:21:56.456Z | Compiling foreign-types v0.3.2 |
1120 | 2024-09-27T00:21:56.504Z | Compiling native-tls v0.2.12 |
1121 | 2024-09-27T00:21:56.536Z | Compiling unicode-bidi v0.3.15 |
1122 | 2024-09-27T00:21:56.641Z | Compiling rustls v0.21.12 |
1123 | 2024-09-27T00:21:56.705Z | Compiling typenum v1.17.0 |
1124 | 2024-09-27T00:21:56.858Z | Compiling ucd-trie v0.1.6 |
1125 | 2024-09-27T00:21:56.924Z | Compiling openssl-probe v0.1.5 |
1126 | 2024-09-27T00:21:57.353Z | Compiling aho-corasick v1.1.3 |
1127 | 2024-09-27T00:21:57.442Z | Compiling unicode-normalization v0.1.23 |
1128 | 2024-09-27T00:21:57.611Z | Compiling generic-array v0.14.7 |
1129 | 2024-09-27T00:21:57.847Z | Compiling encoding_rs v0.8.34 |
1130 | 2024-09-27T00:21:57.938Z | Compiling regex-syntax v0.8.4 |
1131 | 2024-09-27T00:21:58.258Z | Compiling mime v0.3.17 |
1132 | 2024-09-27T00:21:58.482Z | Compiling idna v0.5.0 |
1133 | 2024-09-27T00:21:58.948Z | Compiling serde_derive_internals v0.29.1 |
1134 | 2024-09-27T00:22:00.097Z | Compiling url v2.5.2 |
1135 | 2024-09-27T00:22:00.488Z | Compiling rand_core v0.6.4 |
1136 | 2024-09-27T00:22:00.960Z | Compiling powerfmt v0.2.0 |
1137 | 2024-09-27T00:22:01.304Z | Compiling num-conv v0.1.0 |
1138 | 2024-09-27T00:22:01.431Z | Compiling rustls-webpki v0.101.7 |
1139 | 2024-09-27T00:22:01.606Z | Compiling sct v0.7.1 |
1140 | 2024-09-27T00:22:01.945Z | Compiling regex-automata v0.4.7 |
1141 | 2024-09-27T00:22:03.100Z | Compiling winnow v0.6.18 |
1142 | 2024-09-27T00:22:03.743Z | Compiling ipnet v2.9.0 |
1143 | 2024-09-27T00:22:03.765Z | Compiling time-core v0.1.2 |
1144 | 2024-09-27T00:22:03.948Z | Compiling time-macros v0.2.18 |
1145 | 2024-09-27T00:22:04.436Z | Compiling deranged v0.3.11 |
1146 | 2024-09-27T00:22:04.602Z | Compiling serde_derive v1.0.210 |
1147 | 2024-09-27T00:22:05.252Z | Compiling zerocopy-derive v0.7.35 |
1148 | 2024-09-27T00:22:06.132Z | Compiling thiserror-impl v1.0.64 |
1149 | 2024-09-27T00:22:06.531Z | Compiling tokio-macros v2.4.0 |
1150 | 2024-09-27T00:22:07.123Z | Compiling schemars_derive v0.8.21 |
1151 | 2024-09-27T00:22:07.205Z | Compiling futures-macro v0.3.30 |
1152 | 2024-09-27T00:22:07.503Z | Compiling zerocopy v0.7.35 |
1153 | 2024-09-27T00:22:08.152Z | Compiling openssl-macros v0.1.1 |
1154 | 2024-09-27T00:22:09.268Z | Compiling futures-util v0.3.30 |
1155 | 2024-09-27T00:22:09.301Z | Compiling pest v2.7.11 |
1156 | 2024-09-27T00:22:09.688Z | Compiling hashbrown v0.14.5 |
1157 | 2024-09-27T00:22:10.226Z | Compiling tracing-attributes v0.1.27 |
1158 | 2024-09-27T00:22:11.115Z | Compiling regress v0.10.1 |
1159 | 2024-09-27T00:22:12.524Z | Compiling pest_meta v2.7.11 |
1160 | 2024-09-27T00:22:13.050Z | Compiling scroll_derive v0.12.0 |
1161 | 2024-09-27T00:22:13.852Z | Compiling tracing v0.1.40 |
1162 | 2024-09-27T00:22:13.872Z | Compiling pest_generator v2.7.11 |
1163 | 2024-09-27T00:22:14.318Z | Compiling regex v1.10.6 |
1164 | 2024-09-27T00:22:14.644Z | Compiling scroll v0.12.0 |
1165 | 2024-09-27T00:22:15.723Z | Compiling strsim v0.11.1 |
1166 | 2024-09-27T00:22:15.736Z | Compiling plain v0.2.3 |
1167 | 2024-09-27T00:22:15.883Z | Compiling num_threads v0.1.7 |
1168 | 2024-09-27T00:22:16.009Z | Compiling base64 v0.21.7 |
1169 | 2024-09-27T00:22:16.365Z | Compiling goblin v0.8.2 |
1170 | 2024-09-27T00:22:16.636Z | Compiling rustls-pemfile v1.0.4 |
1171 | 2024-09-27T00:22:16.859Z | Compiling ppv-lite86 v0.2.20 |
1172 | 2024-09-27T00:22:16.904Z | Compiling usdt-impl v0.5.0 |
1173 | 2024-09-27T00:22:16.922Z | Compiling anyhow v1.0.88 |
1174 | 2024-09-27T00:22:16.959Z | Compiling pest_derive v2.7.11 |
1175 | 2024-09-27T00:22:17.152Z | Compiling pretty-hex v0.4.1 |
1176 | 2024-09-27T00:22:17.293Z | Compiling syn v1.0.109 |
1177 | 2024-09-27T00:22:17.375Z | Compiling sync_wrapper v0.1.2 |
1178 | 2024-09-27T00:22:17.490Z | Compiling webpki-roots v0.25.4 |
1179 | 2024-09-27T00:22:17.502Z | Compiling subtle v2.6.1 |
1180 | 2024-09-27T00:22:17.731Z | Compiling rand_chacha v0.3.1 |
1181 | 2024-09-27T00:22:17.897Z | Compiling crypto-common v0.1.6 |
1182 | 2024-09-27T00:22:17.950Z | Compiling block-buffer v0.10.4 |
1183 | 2024-09-27T00:22:17.969Z | Compiling dtrace-parser v0.2.0 |
1184 | 2024-09-27T00:22:17.992Z | Compiling thread-id v4.2.2 |
1185 | 2024-09-27T00:22:18.076Z | Compiling rustversion v1.0.17 |
1186 | 2024-09-27T00:22:18.101Z | Compiling rand v0.8.5 |
1187 | 2024-09-27T00:22:18.770Z | Compiling bytes v1.7.2 |
1188 | 2024-09-27T00:22:19.130Z | Compiling indexmap v2.5.0 |
1189 | 2024-09-27T00:22:19.194Z | Compiling uuid v1.10.0 |
1190 | 2024-09-27T00:22:19.225Z | Compiling serde_tokenstream v0.2.2 |
1191 | 2024-09-27T00:22:19.804Z | Compiling tokio v1.40.0 |
1192 | 2024-09-27T00:22:19.832Z | Compiling http v0.2.12 |
1193 | 2024-09-27T00:22:20.161Z | Compiling chrono v0.4.38 |
1194 | 2024-09-27T00:22:20.647Z | Compiling toml_datetime v0.6.8 |
1195 | 2024-09-27T00:22:21.215Z | Compiling serde_urlencoded v0.7.1 |
1196 | 2024-09-27T00:22:21.682Z | Compiling http-body v0.4.6 |
1197 | 2024-09-27T00:22:21.787Z | Compiling openapiv3 v2.0.0 |
1198 | 2024-09-27T00:22:22.157Z | Compiling serde_spanned v0.6.7 |
1199 | 2024-09-27T00:22:22.388Z | Compiling dof v0.3.0 |
1200 | 2024-09-27T00:22:25.177Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
1201 | 2024-09-27T00:22:26.548Z | Compiling omicron-workspace-hack v0.1.0 |
1202 | 2024-09-27T00:22:26.856Z | Compiling unsafe-libyaml v0.2.11 |
1203 | 2024-09-27T00:22:28.760Z | Compiling serde_yaml v0.9.34+deprecated |
1204 | 2024-09-27T00:22:29.180Z | Compiling tokio-util v0.7.11 |
1205 | 2024-09-27T00:22:29.292Z | Compiling tokio-native-tls v0.3.1 |
1206 | 2024-09-27T00:22:29.571Z | Compiling tokio-rustls v0.24.1 |
1207 | 2024-09-27T00:22:30.019Z | Compiling match_cfg v0.1.0 |
1208 | 2024-09-27T00:22:30.110Z | Compiling hostname v0.3.1 |
1209 | 2024-09-27T00:22:30.404Z | Compiling h2 v0.3.26 |
1210 | 2024-09-27T00:22:30.805Z | Compiling dirs-sys-next v0.1.2 |
1211 | 2024-09-27T00:22:30.984Z | Compiling thread_local v1.1.8 |
1212 | 2024-09-27T00:22:31.641Z | Compiling camino v1.1.9 |
1213 | 2024-09-27T00:22:31.714Z | Compiling paste v1.0.15 |
1214 | 2024-09-27T00:22:32.228Z | Compiling rustls-pki-types v1.8.0 |
1215 | 2024-09-27T00:22:32.240Z | Compiling cpufeatures v0.2.13 |
1216 | 2024-09-27T00:22:32.333Z | Compiling ident_case v1.0.1 |
1217 | 2024-09-27T00:22:32.490Z | Compiling darling_core v0.20.10 |
1218 | 2024-09-27T00:22:32.808Z | Compiling dirs-next v2.0.0 |
1219 | 2024-09-27T00:22:33.017Z | Compiling usdt-macro v0.5.0 |
1220 | 2024-09-27T00:22:33.188Z | Compiling usdt-attr-macro v0.5.0 |
1221 | 2024-09-27T00:22:34.171Z | Compiling async-trait v0.1.83 |
1222 | 2024-09-27T00:22:35.211Z | Compiling hyper v0.14.30 |
1223 | 2024-09-27T00:22:35.585Z | Compiling errno v0.3.9 |
1224 | 2024-09-27T00:22:35.837Z | Compiling memmap v0.7.0 |
1225 | 2024-09-27T00:22:36.305Z | Compiling slog-async v2.8.0 |
1226 | 2024-09-27T00:22:36.806Z | Compiling rustls v0.22.4 |
1227 | 2024-09-27T00:22:36.908Z | Compiling term v0.7.0 |
1228 | 2024-09-27T00:22:38.818Z | Compiling rustls-webpki v0.102.7 |
1229 | 2024-09-27T00:22:38.883Z | Compiling darling_macro v0.20.10 |
1230 | 2024-09-27T00:22:38.936Z | Compiling futures-executor v0.3.30 |
1231 | 2024-09-27T00:22:39.460Z | Compiling is-terminal v0.4.13 |
1232 | 2024-09-27T00:22:39.560Z | Compiling multer v3.1.0 |
1233 | 2024-09-27T00:22:39.572Z | Compiling instant v0.1.13 |
1234 | 2024-09-27T00:22:39.713Z | Compiling base64 v0.22.1 |
1235 | 2024-09-27T00:22:39.871Z | Compiling zeroize v1.8.1 |
1236 | 2024-09-27T00:22:39.926Z | Compiling take_mut v0.2.2 |
1237 | 2024-09-27T00:22:40.073Z | Compiling darling v0.20.10 |
1238 | 2024-09-27T00:22:40.260Z | Compiling futures v0.3.30 |
1239 | 2024-09-27T00:22:40.307Z | Compiling strum_macros v0.26.4 |
1240 | 2024-09-27T00:22:40.361Z | Compiling ipnetwork v0.20.0 |
1241 | 2024-09-27T00:22:40.495Z | Compiling http v1.1.0 |
1242 | 2024-09-27T00:22:40.569Z | Compiling structmeta-derive v0.3.0 |
1243 | 2024-09-27T00:22:41.203Z | Compiling async-stream-impl v0.3.5 |
1244 | 2024-09-27T00:22:41.493Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52) |
1245 | 2024-09-27T00:22:41.833Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-09-27T00:22:42.398Z | Compiling atomic-waker v1.1.2 |
1247 | 2024-09-27T00:22:42.586Z | Compiling waitgroup v0.1.2 |
1248 | 2024-09-27T00:22:42.602Z | Compiling async-stream v0.3.5 |
1249 | 2024-09-27T00:22:42.996Z | Compiling hyper-tls v0.5.0 |
1250 | 2024-09-27T00:22:43.359Z | Compiling structmeta v0.3.0 |
1251 | 2024-09-27T00:22:43.370Z | Compiling hyper-rustls v0.24.2 |
1252 | 2024-09-27T00:22:43.393Z | Compiling serde_with_macros v3.9.0 |
1253 | 2024-09-27T00:22:43.731Z | Compiling rustls-pemfile v2.1.3 |
1254 | 2024-09-27T00:22:44.091Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52) |
1255 | 2024-09-27T00:22:44.189Z | Compiling serde_path_to_error v0.1.16 |
1256 | 2024-09-27T00:22:44.280Z | Compiling hostname v0.4.0 |
1257 | 2024-09-27T00:22:44.565Z | Compiling tokio-rustls v0.25.0 |
1258 | 2024-09-27T00:22:44.909Z | Compiling strum v0.26.3 |
1259 | 2024-09-27T00:22:44.974Z | Compiling debug-ignore v1.0.5 |
1260 | 2024-09-27T00:22:45.075Z | Compiling parse-display-derive v0.10.0 |
1261 | 2024-09-27T00:22:45.116Z | Compiling reqwest v0.11.27 |
1262 | 2024-09-27T00:22:46.185Z | Compiling serde_with v3.9.0 |
1263 | 2024-09-27T00:22:46.596Z | Compiling hex v0.4.3 |
1264 | 2024-09-27T00:22:47.229Z | Compiling digest v0.10.7 |
1265 | 2024-09-27T00:22:47.618Z | Compiling time v0.3.36 |
1266 | 2024-09-27T00:22:48.455Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1267 | 2024-09-27T00:22:49.255Z | Compiling utf8parse v0.2.2 |
1268 | 2024-09-27T00:22:49.414Z | Compiling anstyle-parse v0.2.5 |
1269 | 2024-09-27T00:22:49.703Z | Compiling parse-display v0.10.0 |
1270 | 2024-09-27T00:22:49.754Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1271 | 2024-09-27T00:22:49.930Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1272 | 2024-09-27T00:22:50.309Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1273 | 2024-09-27T00:22:50.413Z | Compiling backoff v0.4.0 |
1274 | 2024-09-27T00:22:50.453Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1275 | 2024-09-27T00:22:50.538Z | Compiling macaddr v1.0.1 |
1276 | 2024-09-27T00:22:50.832Z | Compiling regress v0.9.1 |
1277 | 2024-09-27T00:22:51.012Z | Compiling colorchoice v1.0.2 |
1278 | 2024-09-27T00:22:51.149Z | Compiling anstyle v1.0.8 |
1279 | 2024-09-27T00:22:51.325Z | Compiling rustix v0.38.35 |
1280 | 2024-09-27T00:22:51.681Z | Compiling anstyle-query v1.1.1 |
1281 | 2024-09-27T00:22:51.829Z | Compiling is_terminal_polyfill v1.70.1 |
1282 | 2024-09-27T00:22:51.943Z | Compiling anstream v0.6.15 |
1283 | 2024-09-27T00:22:52.012Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
1284 | 2024-09-27T00:22:52.159Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1285 | 2024-09-27T00:22:53.057Z | Compiling clap_lex v0.7.2 |
1286 | 2024-09-27T00:22:53.215Z | Compiling heck v0.4.1 |
1287 | 2024-09-27T00:22:53.620Z | Compiling lazy_static v1.5.0 |
1288 | 2024-09-27T00:22:53.650Z | Compiling usdt v0.5.0 |
1289 | 2024-09-27T00:22:54.266Z | Compiling slog-json v2.6.1 |
1290 | 2024-09-27T00:22:54.662Z | Compiling crossbeam-channel v0.5.13 |
1291 | 2024-09-27T00:22:54.692Z | Compiling toml_edit v0.22.20 |
1292 | 2024-09-27T00:22:55.832Z | Compiling unicode-width v0.1.13 |
1293 | 2024-09-27T00:22:56.068Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1294 | 2024-09-27T00:22:56.499Z | Compiling winnow v0.5.40 |
1295 | 2024-09-27T00:22:56.811Z | Compiling slog-bunyan v2.5.0 |
1296 | 2024-09-27T00:22:57.028Z | Compiling slog-term v2.9.1 |
1297 | 2024-09-27T00:22:57.288Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
1298 | 2024-09-27T00:22:57.420Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1299 | 2024-09-27T00:23:00.541Z | Compiling toml_edit v0.19.15 |
1300 | 2024-09-27T00:23:02.010Z | Compiling toml v0.8.19 |
1301 | 2024-09-27T00:23:02.717Z | Compiling sha1 v0.10.6 |
1302 | 2024-09-27T00:23:03.170Z | Compiling newtype-uuid v1.1.0 |
1303 | 2024-09-27T00:23:03.493Z | Compiling clap_derive v4.5.13 |
1304 | 2024-09-27T00:23:04.064Z | Compiling heapless v0.8.0 |
1305 | 2024-09-27T00:23:04.874Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1306 | 2024-09-27T00:23:04.924Z | Compiling proc-macro-crate v1.3.1 |
1307 | 2024-09-27T00:23:05.777Z | Compiling hash32 v0.3.1 |
1308 | 2024-09-27T00:23:06.025Z | Compiling smoltcp v0.11.0 |
1309 | 2024-09-27T00:23:06.725Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1310 | 2024-09-27T00:23:06.956Z | Compiling stable_deref_trait v1.2.0 |
1311 | 2024-09-27T00:23:07.083Z | Compiling num_enum_derive v0.5.11 |
1312 | 2024-09-27T00:23:07.440Z | Compiling terminal_size v0.3.0 |
1313 | 2024-09-27T00:23:08.123Z | Compiling foreign-types-macros v0.2.3 |
1314 | 2024-09-27T00:23:08.335Z | Compiling proc-macro-error-attr v1.0.4 |
1315 | 2024-09-27T00:23:08.385Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1316 | 2024-09-27T00:23:08.670Z | Compiling cobs v0.2.3 |
1317 | 2024-09-27T00:23:08.986Z | Compiling managed v0.8.0 |
1318 | 2024-09-27T00:23:09.328Z | Compiling bitflags v1.3.2 |
1319 | 2024-09-27T00:23:09.405Z | Compiling foreign-types-shared v0.3.1 |
1320 | 2024-09-27T00:23:09.512Z | Compiling num_enum v0.5.11 |
1321 | 2024-09-27T00:23:09.532Z | Compiling foreign-types v0.5.0 |
1322 | 2024-09-27T00:23:09.626Z | Compiling postcard v1.0.10 |
1323 | 2024-09-27T00:23:09.720Z | Compiling clap_builder v4.5.17 |
1324 | 2024-09-27T00:23:10.351Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1325 | 2024-09-27T00:23:10.410Z | Compiling num-integer v0.1.46 |
1326 | 2024-09-27T00:23:11.264Z | Compiling cstr-argument v0.1.2 |
1327 | 2024-09-27T00:23:11.381Z | Compiling proc-macro-error v1.0.4 |
1328 | 2024-09-27T00:23:11.550Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1329 | 2024-09-27T00:23:11.738Z | Compiling float-ord v0.3.2 |
1330 | 2024-09-27T00:23:11.915Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1331 | 2024-09-27T00:23:11.918Z | Compiling pretty-hex v0.2.1 |
1332 | 2024-09-27T00:23:12.080Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1333 | 2024-09-27T00:23:12.305Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1334 | 2024-09-27T00:23:12.493Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1335 | 2024-09-27T00:23:13.948Z | Compiling clap v4.5.17 |
1336 | 2024-09-27T00:23:14.053Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1337 | 2024-09-27T00:23:15.083Z | Compiling tabwriter v1.4.0 |
1338 | 2024-09-27T00:23:15.204Z | Compiling colored v2.1.0 |
1339 | 2024-09-27T00:23:15.263Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1340 | 2024-09-27T00:23:15.665Z | Compiling either v1.13.0 |
1341 | 2024-09-27T00:23:16.114Z | Compiling crucible-workspace-hack v0.1.0 |
1342 | 2024-09-27T00:23:16.271Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1343 | 2024-09-27T00:23:16.982Z | Compiling num-rational v0.4.2 |
1344 | 2024-09-27T00:23:17.060Z | Compiling num-iter v0.1.45 |
1345 | 2024-09-27T00:23:17.331Z | Compiling num-complex v0.4.6 |
1346 | 2024-09-27T00:23:17.437Z | Compiling semver v0.1.20 |
1347 | 2024-09-27T00:23:17.830Z | Compiling prettyplease v0.2.22 |
1348 | 2024-09-27T00:23:18.024Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1349 | 2024-09-27T00:23:18.040Z | Compiling fastrand v2.1.1 |
1350 | 2024-09-27T00:23:18.194Z | Compiling rustc_version v0.1.7 |
1351 | 2024-09-27T00:23:18.398Z | Compiling tempfile v3.12.0 |
1352 | 2024-09-27T00:23:18.457Z | Compiling num v0.4.3 |
1353 | 2024-09-27T00:23:18.555Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1354 | 2024-09-27T00:23:19.124Z | Compiling zone_cfg_derive v0.3.0 |
1355 | 2024-09-27T00:23:20.256Z | Compiling itertools v0.10.5 |
1356 | 2024-09-27T00:23:20.988Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1357 | 2024-09-27T00:23:22.208Z | Compiling num-derive v0.4.2 |
1358 | 2024-09-27T00:23:22.300Z | Compiling sigpipe v0.1.3 |
1359 | 2024-09-27T00:23:22.412Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1360 | 2024-09-27T00:23:22.741Z | Compiling unicode-segmentation v1.11.0 |
1361 | 2024-09-27T00:23:22.874Z | Compiling base64ct v1.6.0 |
1362 | 2024-09-27T00:23:22.913Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1363 | 2024-09-27T00:23:23.295Z | Compiling zone v0.3.0 |
1364 | 2024-09-27T00:23:23.501Z | Compiling newline-converter v0.3.0 |
1365 | 2024-09-27T00:23:23.640Z | Compiling password-hash v0.5.0 |
1366 | 2024-09-27T00:23:24.443Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1367 | 2024-09-27T00:23:24.649Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1368 | 2024-09-27T00:23:24.827Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1369 | 2024-09-27T00:23:25.082Z | Compiling camino-tempfile v1.1.1 |
1370 | 2024-09-27T00:23:25.245Z | Compiling newtype_derive v0.1.6 |
1371 | 2024-09-27T00:23:25.580Z | Compiling console v0.15.8 |
1372 | 2024-09-27T00:23:25.603Z | Compiling blake2 v0.10.6 |
1373 | 2024-09-27T00:23:25.680Z | Compiling hubpack_derive v0.1.1 |
1374 | 2024-09-27T00:23:26.115Z | Compiling smf v0.2.3 |
1375 | 2024-09-27T00:23:26.749Z | Compiling zerocopy-derive v0.6.6 |
1376 | 2024-09-27T00:23:26.946Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1377 | 2024-09-27T00:23:27.148Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1378 | 2024-09-27T00:23:27.516Z | Compiling whoami v1.5.1 |
1379 | 2024-09-27T00:23:27.894Z | Compiling similar v2.6.0 |
1380 | 2024-09-27T00:23:28.320Z | Compiling hubpack v0.1.2 |
1381 | 2024-09-27T00:23:28.726Z | Compiling argon2 v0.5.3 |
1382 | 2024-09-27T00:23:28.771Z | Compiling expectorate v1.1.0 |
1383 | 2024-09-27T00:23:28.896Z | Compiling zerocopy v0.6.6 |
1384 | 2024-09-27T00:23:29.790Z | Compiling strum_macros v0.25.3 |
1385 | 2024-09-27T00:23:30.273Z | Compiling serde_repr v0.1.19 |
1386 | 2024-09-27T00:23:30.662Z | Compiling cookie v0.18.1 |
1387 | 2024-09-27T00:23:30.922Z | Compiling fixedbitset v0.4.2 |
1388 | 2024-09-27T00:23:31.008Z | Compiling static_assertions v1.1.0 |
1389 | 2024-09-27T00:23:31.173Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1390 | 2024-09-27T00:23:31.512Z | Compiling petgraph v0.6.5 |
1391 | 2024-09-27T00:23:31.640Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1392 | 2024-09-27T00:23:33.796Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1393 | 2024-09-27T00:23:35.565Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1394 | 2024-09-27T00:23:35.899Z | Compiling enum-as-inner v0.6.0 |
1395 | 2024-09-27T00:23:35.919Z | Compiling idna v0.4.0 |
1396 | 2024-09-27T00:23:36.196Z | Compiling highway v1.2.0 |
1397 | 2024-09-27T00:23:36.279Z | Compiling linked-hash-map v0.5.6 |
1398 | 2024-09-27T00:23:36.665Z | Compiling convert_case v0.4.0 |
1399 | 2024-09-27T00:23:37.106Z | Compiling data-encoding v2.6.0 |
1400 | 2024-09-27T00:23:37.170Z | Compiling quick-error v1.2.3 |
1401 | 2024-09-27T00:23:37.288Z | Compiling resolv-conf v0.7.0 |
1402 | 2024-09-27T00:23:37.453Z | Compiling derive_more v0.99.18 |
1403 | 2024-09-27T00:23:37.504Z | Compiling lru-cache v0.1.2 |
1404 | 2024-09-27T00:23:37.713Z | Compiling steno v0.4.1 |
1405 | 2024-09-27T00:23:38.017Z | Compiling hickory-proto v0.24.1 |
1406 | 2024-09-27T00:23:40.127Z | Compiling derive-where v1.2.7 |
1407 | 2024-09-27T00:23:42.504Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1408 | 2024-09-27T00:23:43.494Z | Compiling slog-dtrace v0.3.0 |
1409 | 2024-09-27T00:23:43.570Z | Compiling parking_lot_core v0.8.6 |
1410 | 2024-09-27T00:23:43.825Z | Compiling humantime v2.1.0 |
1411 | 2024-09-27T00:23:44.080Z | Compiling hickory-resolver v0.24.1 |
1412 | 2024-09-27T00:23:44.356Z | Compiling num-derive v0.3.3 |
1413 | 2024-09-27T00:23:44.448Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1414 | 2024-09-27T00:23:45.652Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1415 | 2024-09-27T00:23:46.637Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1416 | 2024-09-27T00:23:48.177Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1417 | 2024-09-27T00:23:48.425Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1418 | 2024-09-27T00:23:50.372Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1419 | 2024-09-27T00:23:51.417Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1420 | 2024-09-27T00:23:52.399Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1421 | 2024-09-27T00:23:52.547Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1422 | 2024-09-27T00:23:55.488Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1423 | 2024-09-27T00:23:56.581Z | Compiling half v2.4.1 |
1424 | 2024-09-27T00:23:56.626Z | Compiling ciborium-io v0.2.2 |
1425 | 2024-09-27T00:23:56.751Z | Compiling parking_lot v0.11.2 |
1426 | 2024-09-27T00:23:57.190Z | Compiling ciborium-ll v0.2.2 |
1427 | 2024-09-27T00:23:57.597Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1428 | 2024-09-27T00:23:57.863Z | Compiling proc-macro-crate v3.2.0 |
1429 | 2024-09-27T00:23:58.236Z | Compiling crossbeam-epoch v0.9.18 |
1430 | 2024-09-27T00:23:58.622Z | Compiling fxhash v0.2.1 |
1431 | 2024-09-27T00:23:58.827Z | Compiling crc32fast v1.4.2 |
1432 | 2024-09-27T00:23:58.938Z | Compiling ciborium v0.2.2 |
1433 | 2024-09-27T00:23:59.051Z | Compiling num_enum_derive v0.7.3 |
1434 | 2024-09-27T00:23:59.112Z | Compiling sled v0.34.7 |
1435 | 2024-09-27T00:23:59.189Z | Compiling itertools v0.13.0 |
1436 | 2024-09-27T00:24:00.115Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1437 | 2024-09-27T00:24:00.151Z | Compiling yansi v0.5.1 |
1438 | 2024-09-27T00:24:00.528Z | Compiling diff v0.1.13 |
1439 | 2024-09-27T00:24:00.810Z | Compiling pretty_assertions v1.4.0 |
1440 | 2024-09-27T00:24:01.739Z | Compiling num_enum v0.7.3 |
1441 | 2024-09-27T00:24:09.439Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1442 | 2024-09-27T00:24:11.972Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1443 | 2024-09-27T00:24:16.330Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1444 | 2024-09-27T00:24:17.809Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1445 | 2024-09-27T00:24:19.006Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1446 | 2024-09-27T00:24:21.148Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1447 | 2024-09-27T00:24:43.807Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 55s |
1448 | 2024-09-27T00:24:43.974Z | ------------ |
1449 | 2024-09-27T00:24:43.974Z | Nextest run ID 232dd239-45f3-45ae-a584-d14e55a4b759 with nextest profile: default |
1450 | 2024-09-27T00:24:43.974Z | Starting 2 tests across 1 binary |
1451 | 2024-09-27T00:24:43.978Z | START bfd test::test_new_daemon |
1452 | 2024-09-27T00:24:43.981Z | |
1453 | 2024-09-27T00:24:43.981Z | running 1 test |
1454 | 2024-09-27T00:24:44.047Z | {"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1455 | 2024-09-27T00:24:44.047Z | |
1456 | 2024-09-27T00:24:44.048Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1457 | 2024-09-27T00:24:44.048Z | |
1458 | 2024-09-27T00:24:44.050Z | ,"time":"2024-09-27T00:24:43.140481816Z","hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":3091} |
1459 | 2024-09-27T00:24:44.057Z | PASS [ 0.086s] bfd test::test_new_daemon |
1460 | 2024-09-27T00:24:44.057Z | START bfd test::test_protocol_basics |
1461 | 2024-09-27T00:24:44.065Z | {"msg":"[Down][203.0.113.10] recv: channel is empty and sending half is closed, exiting recieve loop","v":0,"name":"slog-rs","level":50,"time":"2024-09-27T00:24:43.140873141Z"," |
1462 | 2024-09-27T00:24:44.065Z | running 1 test |
1463 | 2024-09-27T00:24:44.154Z | {{""msgmsg""::""[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 440054071, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3208148042, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }",",v""v"::00,"name":"slog-rs","name":","slog-rslevel"":,"level":1010,"time":"2024-09-27T00:24:43.231684248Z","hostname":","w-01J8RDDMFV9QCXGWGQJJPCBV0R"time":"2024-09-27T00:24:43.231685708Z","pid":,"hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":30923092} |
1464 | 2024-09-27T00:24:44.154Z | } |
1465 | 2024-09-27T00:24:44.154Z | {"msg":"transition -> Init","v":0,"name":"slog-rs","level":30{,"time":""msg":"2024-09-27T00:24:43.232001102Z"transition -> Init,""hostname":","v":w-01J8RDDMFV9QCXGWGQJJPCBV0R",0"pid",:"name":"3092slog-rs","level":,"peer30":"203.0.113.10","state":"Down"} |
1466 | 2024-09-27T00:24:44.154Z | ,"time":"2024-09-27T00:24:43.232022869Z","hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":3092,"peer":"203.0.113.20","state":"Down"} |
1467 | 2024-09-27T00:24:45.135Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3208148042, your_discriminator: 440054071, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-09-27T00:24:44.228468427Z","hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":3092} |
1468 | 2024-09-27T00:24:45.135Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-09-27T00:24:44.228540749Z","hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":3092,"peer":"203.0.113.20","state":"Init"} |
1469 | 2024-09-27T00:24:45.138Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 440054071, your_discriminator: 3208148042, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-09-27T00:24:44.231524716Z","hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":3092} |
1470 | 2024-09-27T00:24:45.138Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-09-27T00:24:44.231573931Z","hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":3092,"peer":"203.0.113.10","state":"Init"} |
1471 | 2024-09-27T00:24:50.136Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3208148042, your_discriminator: 440054071, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-09-27T00:24:49.228529933Z","hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":3092} |
1472 | 2024-09-27T00:24:50.138Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 440054071, your_discriminator: 3208148042, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-09-27T00:24:49.231574694Z","hostname":"w-01J8RDDMFV9QCXGWGQJJPCBV0R","pid":3092} |
1473 | 2024-09-27T00:24:54.139Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,",time"":"time":"2024-09-27T00:24:53.231559838Z"2024-09-27T00:24:53.231571937Z",","hostname":hostname"":"w-01J8RDDMFV9QCXGWGQJJPCBV0R"w-01J8RDDMFV9QCXGWGQJJPCBV0R",,""pid"pid"::30923092}} |
1474 | 2024-09-27T00:24:54.139Z | |
1475 | 2024-09-27T00:24:54.141Z | test test::test_protocol_basics ... ok |
1476 | 2024-09-27T00:24:54.141Z | |
1477 | 2024-09-27T00:24:54.141Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1478 | 2024-09-27T00:24:54.141Z | |
1479 | 2024-09-27T00:24:54.147Z | PASS [ 10.092s] bfd test::test_protocol_basics |
1480 | 2024-09-27T00:24:54.149Z | ------------ |
1481 | 2024-09-27T00:24:54.149Z | Summary [ 10.179s] 2 tests run: 2 passed, 0 skipped |
1482 | 2024-09-27T00:24:54.164Z | process exited: duration 368496 ms, exit code 0 |
|
1483 | 2024-09-27T00:24:54.171Z | found 0 output files |