|
|
|
1 | 2025-03-24T22:33:19.847Z | job assigned to worker 01JQ54J7QJT1J98YKDWRN6VADY [factory aws, i-0a8740149fd563ee6] (queued for 19 m 39 s) |
|
2 | 2025-03-24T22:33:27.923Z | starting task 0: "setup" |
3 | 2025-03-24T22:33:27.927Z | ++ uname -s |
4 | 2025-03-24T22:33:27.931Z | + kern=SunOS |
5 | 2025-03-24T22:33:27.931Z | + build_user=build |
6 | 2025-03-24T22:33:27.931Z | + build_uid=12345 |
7 | 2025-03-24T22:33:27.931Z | + work_dir=/work |
8 | 2025-03-24T22:33:27.931Z | + input_dir=/input |
9 | 2025-03-24T22:33:27.931Z | + [[ 0 == 12345 ]] |
10 | 2025-03-24T22:33:27.931Z | + case "$kern" in |
11 | 2025-03-24T22:33:27.931Z | + groupadd -g 12345 build |
12 | 2025-03-24T22:33:27.934Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-24T22:33:29.940Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-24T22:33:30.063Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-24T22:33:30.066Z | + home_fs=zfs |
16 | 2025-03-24T22:33:30.067Z | + [[ zfs == autofs ]] |
17 | 2025-03-24T22:33:30.067Z | + mkdir -p /home/build |
18 | 2025-03-24T22:33:30.070Z | + chown build:build /home/build /work |
19 | 2025-03-24T22:33:32.070Z | + chmod 0700 /home/build /work |
20 | 2025-03-24T22:33:32.074Z | process exited: duration 4152 ms, exit code 0 |
|
21 | 2025-03-24T22:33:32.082Z | starting task 1: "rust-toolchain" |
22 | 2025-03-24T22:33:32.087Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-24T22:33:32.087Z | * rust toolchain channel = "stable" |
24 | 2025-03-24T22:33:32.087Z | * rust toolchain profile = "default" |
25 | 2025-03-24T22:33:32.087Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-24T22:33:32.087Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-24T22:33:32.087Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-24T22:33:32.092Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-24T22:33:32.092Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-24T22:33:32.208Z | info: downloading installer |
31 | 2025-03-24T22:33:33.666Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-24T22:33:33.666Z | warn: /opt/ooce/bin |
33 | 2025-03-24T22:33:33.666Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-24T22:33:33.666Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-24T22:33:33.666Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-24T22:33:33.666Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-24T22:33:33.666Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-24T22:33:33.666Z | error: cannot install while Rust is installed |
39 | 2025-03-24T22:33:33.666Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-24T22:33:33.683Z | info: profile set to 'default' |
41 | 2025-03-24T22:33:33.683Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-24T22:33:33.688Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-24T22:33:33.860Z | info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15) |
44 | 2025-03-24T22:33:33.860Z | info: downloading component 'cargo' |
45 | 2025-03-24T22:33:34.882Z | info: downloading component 'clippy' |
46 | 2025-03-24T22:33:35.198Z | info: downloading component 'rust-docs' |
47 | 2025-03-24T22:33:36.518Z | info: downloading component 'rust-std' |
48 | 2025-03-24T22:33:38.345Z | info: downloading component 'rustc' |
49 | 2025-03-24T22:33:44.214Z | info: downloading component 'rustfmt' |
50 | 2025-03-24T22:33:44.498Z | info: installing component 'cargo' |
51 | 2025-03-24T22:33:45.310Z | info: installing component 'clippy' |
52 | 2025-03-24T22:33:45.691Z | info: installing component 'rust-docs' |
53 | 2025-03-24T22:33:47.465Z | info: installing component 'rust-std' |
54 | 2025-03-24T22:33:49.187Z | info: installing component 'rustc' |
55 | 2025-03-24T22:33:55.119Z | info: installing component 'rustfmt' |
56 | 2025-03-24T22:33:55.444Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-24T22:33:55.444Z | |
58 | 2025-03-24T22:33:55.826Z | stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15) |
59 | 2025-03-24T22:33:55.826Z | |
60 | 2025-03-24T22:33:55.830Z | |
61 | 2025-03-24T22:33:55.830Z | Rust is installed now. Great! |
62 | 2025-03-24T22:33:55.830Z | |
63 | 2025-03-24T22:33:55.830Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-24T22:33:55.830Z | environment variable. This has not been done automatically. |
65 | 2025-03-24T22:33:55.830Z | |
66 | 2025-03-24T22:33:55.830Z | To configure your current shell, you need to source |
67 | 2025-03-24T22:33:55.830Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-24T22:33:55.830Z | |
69 | 2025-03-24T22:33:55.830Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-24T22:33:55.831Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-24T22:33:55.831Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-24T22:33:55.831Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-24T22:33:55.904Z | + rustup --version |
74 | 2025-03-24T22:33:55.916Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-24T22:33:55.919Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-24T22:33:55.944Z | info: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)` |
77 | 2025-03-24T22:33:55.947Z | + cargo --version |
78 | 2025-03-24T22:33:55.964Z | cargo 1.85.1 (d73d2caf9 2024-12-31) |
79 | 2025-03-24T22:33:55.968Z | + rustc --version |
80 | 2025-03-24T22:33:55.991Z | rustc 1.85.1 (4eb161250 2025-03-15) |
81 | 2025-03-24T22:33:55.994Z | process exited: duration 23911 ms, exit code 0 |
|
82 | 2025-03-24T22:33:56.001Z | starting task 2: "authentication" |
83 | 2025-03-24T22:33:56.027Z | process exited: duration 25 ms, exit code 0 |
|
84 | 2025-03-24T22:33:56.035Z | starting task 3: "clone repository" |
85 | 2025-03-24T22:33:56.039Z | + mkdir -p /work/oxidecomputer/maghemite |
86 | 2025-03-24T22:33:56.042Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
87 | 2025-03-24T22:33:56.091Z | Cloning into '/work/oxidecomputer/maghemite'... |
88 | 2025-03-24T22:33:56.721Z | + cd /work/oxidecomputer/maghemite |
89 | 2025-03-24T22:33:56.725Z | + git fetch origin ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
90 | 2025-03-24T22:33:56.999Z | From https://github.com/oxidecomputer/maghemite |
91 | 2025-03-24T22:33:56.999Z | * branch ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e -> FETCH_HEAD |
92 | 2025-03-24T22:33:57.010Z | + [[ -n renovate/itertools-0.x ]] |
93 | 2025-03-24T22:33:57.013Z | ++ git branch --show-current |
94 | 2025-03-24T22:33:57.018Z | + current=main |
95 | 2025-03-24T22:33:57.018Z | + [[ main != renovate/itertools-0.x ]] |
96 | 2025-03-24T22:33:57.018Z | + git branch -f renovate/itertools-0.x ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
97 | 2025-03-24T22:33:57.022Z | + git checkout -f renovate/itertools-0.x |
98 | 2025-03-24T22:33:57.038Z | Switched to branch 'renovate/itertools-0.x' |
99 | 2025-03-24T22:33:57.043Z | + git reset --hard ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
100 | 2025-03-24T22:33:57.043Z | HEAD is now at ee076cb Update Rust crate itertools to 0.14 |
101 | 2025-03-24T22:33:57.046Z | process exited: duration 1008 ms, exit code 0 |
|
102 | 2025-03-24T22:33:57.056Z | starting task 4: "build" |
103 | 2025-03-24T22:33:57.059Z | + set -e |
104 | 2025-03-24T22:33:57.060Z | + cargo --version |
105 | 2025-03-24T22:33:57.068Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
106 | 2025-03-24T22:33:57.253Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
107 | 2025-03-24T22:33:57.253Z | info: downloading component 'cargo' |
108 | 2025-03-24T22:33:58.106Z | info: downloading component 'clippy' |
109 | 2025-03-24T22:33:58.405Z | info: downloading component 'rust-docs' |
110 | 2025-03-24T22:33:59.404Z | info: downloading component 'rust-std' |
111 | 2025-03-24T22:34:01.252Z | info: downloading component 'rustc' |
112 | 2025-03-24T22:34:07.892Z | info: downloading component 'rustfmt' |
113 | 2025-03-24T22:34:08.145Z | info: installing component 'cargo' |
114 | 2025-03-24T22:34:08.934Z | info: installing component 'clippy' |
115 | 2025-03-24T22:34:09.298Z | info: installing component 'rust-docs' |
116 | 2025-03-24T22:34:10.877Z | info: installing component 'rust-std' |
117 | 2025-03-24T22:34:12.992Z | info: installing component 'rustc' |
118 | 2025-03-24T22:34:18.208Z | info: installing component 'rustfmt' |
119 | 2025-03-24T22:34:18.614Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
120 | 2025-03-24T22:34:18.617Z | + rustc --version |
121 | 2025-03-24T22:34:18.685Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
122 | 2025-03-24T22:34:18.689Z | + cargo install cargo-nextest |
123 | 2025-03-24T22:34:18.776Z | Updating crates.io index |
124 | 2025-03-24T22:34:18.828Z | Downloading crates ... |
125 | 2025-03-24T22:34:18.886Z | Downloaded cargo-nextest v0.9.93 |
126 | 2025-03-24T22:34:18.924Z | Installing cargo-nextest v0.9.93 |
127 | 2025-03-24T22:34:19.001Z | Updating crates.io index |
128 | 2025-03-24T22:34:20.243Z | Locking 356 packages to latest compatible versions |
129 | 2025-03-24T22:34:20.246Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
130 | 2025-03-24T22:34:20.246Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
131 | 2025-03-24T22:34:20.246Z | Adding base64 v0.21.7 (latest: v0.22.1) |
132 | 2025-03-24T22:34:20.256Z | Adding cargo-platform v0.1.9 (latest: v0.2.0) |
133 | 2025-03-24T22:34:20.259Z | Adding const-oid v0.9.6 (latest: v0.10.0) |
134 | 2025-03-24T22:34:20.259Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
135 | 2025-03-24T22:34:20.262Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
136 | 2025-03-24T22:34:20.262Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
137 | 2025-03-24T22:34:20.262Z | Adding generic-array v0.14.7 (latest: v1.2.0) |
138 | 2025-03-24T22:34:20.263Z | Adding getrandom v0.2.15 (latest: v0.3.2) |
139 | 2025-03-24T22:34:20.263Z | Adding gimli v0.28.1 (latest: v0.31.1) |
140 | 2025-03-24T22:34:20.266Z | Adding idna_adapter v1.0.0 (latest: v1.2.0) |
141 | 2025-03-24T22:34:20.266Z | Adding linux-raw-sys v0.4.15 (latest: v0.9.3) |
142 | 2025-03-24T22:34:20.266Z | Adding miniz_oxide v0.7.4 (latest: v0.8.5) |
143 | 2025-03-24T22:34:20.269Z | Adding object v0.32.2 (latest: v0.36.7) |
144 | 2025-03-24T22:34:20.269Z | Adding owo-colors v3.5.0 (latest: v4.2.0) |
145 | 2025-03-24T22:34:20.269Z | Adding rand_core v0.6.4 (latest: v0.9.3) |
146 | 2025-03-24T22:34:20.273Z | Adding ron v0.8.1 (latest: v0.9.0) |
147 | 2025-03-24T22:34:20.276Z | Adding rustix v0.38.44 (latest: v1.0.3) |
148 | 2025-03-24T22:34:20.279Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
149 | 2025-03-24T22:34:20.282Z | Adding thiserror v1.0.69 (latest: v2.0.12) |
150 | 2025-03-24T22:34:20.283Z | Adding thiserror-impl v1.0.69 (latest: v2.0.12) |
151 | 2025-03-24T22:34:20.286Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
152 | 2025-03-24T22:34:20.286Z | Adding vte v0.14.1 (latest: v0.15.0) |
153 | 2025-03-24T22:34:20.286Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.2+wasi-0.2.4) |
154 | 2025-03-24T22:34:20.286Z | Adding windows v0.52.0 (latest: v0.61.1) |
155 | 2025-03-24T22:34:20.286Z | Adding windows-core v0.52.0 (latest: v0.61.0) |
156 | 2025-03-24T22:34:20.286Z | Adding windows-registry v0.4.0 (latest: v0.5.1) |
157 | 2025-03-24T22:34:20.286Z | Adding windows-strings v0.3.1 (latest: v0.4.0) |
158 | 2025-03-24T22:34:20.289Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
159 | 2025-03-24T22:34:20.289Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
160 | 2025-03-24T22:34:20.289Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
161 | 2025-03-24T22:34:20.289Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.53.0) |
162 | 2025-03-24T22:34:20.289Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
163 | 2025-03-24T22:34:20.290Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.53.0) |
164 | 2025-03-24T22:34:20.290Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
165 | 2025-03-24T22:34:20.290Z | Adding windows_i686_gnu v0.42.2 (latest: v0.53.0) |
166 | 2025-03-24T22:34:20.290Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
167 | 2025-03-24T22:34:20.290Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
168 | 2025-03-24T22:34:20.290Z | Adding windows_i686_msvc v0.42.2 (latest: v0.53.0) |
169 | 2025-03-24T22:34:20.290Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
170 | 2025-03-24T22:34:20.290Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.53.0) |
171 | 2025-03-24T22:34:20.290Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
172 | 2025-03-24T22:34:20.290Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.53.0) |
173 | 2025-03-24T22:34:20.290Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
174 | 2025-03-24T22:34:20.290Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.53.0) |
175 | 2025-03-24T22:34:20.290Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
176 | 2025-03-24T22:34:20.290Z | Adding wit-bindgen-rt v0.39.0 (latest: v0.41.0) |
177 | 2025-03-24T22:34:20.290Z | Adding zerocopy v0.7.35 (latest: v0.8.24) |
178 | 2025-03-24T22:34:20.290Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.24) |
179 | 2025-03-24T22:34:20.290Z | Downloading crates ... |
180 | 2025-03-24T22:34:20.354Z | Downloaded adler2 v2.0.0 |
181 | 2025-03-24T22:34:20.358Z | Downloaded addr2line v0.21.0 |
182 | 2025-03-24T22:34:20.361Z | Downloaded cfg_aliases v0.2.1 |
183 | 2025-03-24T22:34:20.364Z | Downloaded atomicwrites v0.4.4 |
184 | 2025-03-24T22:34:20.373Z | Downloaded foreign-types-shared v0.1.1 |
185 | 2025-03-24T22:34:20.381Z | Downloaded guppy-workspace-hack v0.1.0 |
186 | 2025-03-24T22:34:20.390Z | Downloaded hyper-util v0.1.10 |
187 | 2025-03-24T22:34:20.395Z | Downloaded enable-ansi-support v0.2.1 |
188 | 2025-03-24T22:34:20.401Z | Downloaded sync_wrapper v1.0.2 |
189 | 2025-03-24T22:34:20.404Z | Downloaded tower-service v0.3.3 |
190 | 2025-03-24T22:34:20.404Z | Downloaded http-body v1.0.1 |
191 | 2025-03-24T22:34:20.404Z | Downloaded swrite v0.1.0 |
192 | 2025-03-24T22:34:20.410Z | Downloaded foreign-types v0.3.2 |
193 | 2025-03-24T22:34:20.413Z | Downloaded cfg-if v1.0.0 |
194 | 2025-03-24T22:34:20.413Z | Downloaded atomic-waker v1.1.2 |
195 | 2025-03-24T22:34:20.413Z | Downloaded try-lock v0.2.5 |
196 | 2025-03-24T22:34:20.416Z | Downloaded tinyvec_macros v0.1.1 |
197 | 2025-03-24T22:34:20.416Z | Downloaded target-spec-miette v0.4.4 |
198 | 2025-03-24T22:34:20.419Z | Downloaded cargo-platform v0.1.9 |
199 | 2025-03-24T22:34:20.419Z | Downloaded block-buffer v0.10.4 |
200 | 2025-03-24T22:34:20.423Z | Downloaded want v0.3.1 |
201 | 2025-03-24T22:34:20.427Z | Downloaded equivalent v1.0.2 |
202 | 2025-03-24T22:34:20.430Z | Downloaded backtrace-ext v0.2.1 |
203 | 2025-03-24T22:34:20.430Z | Downloaded async-scoped v0.9.0 |
204 | 2025-03-24T22:34:20.434Z | Downloaded anstyle-parse v0.2.6 |
205 | 2025-03-24T22:34:20.434Z | Downloaded anstyle-query v1.1.2 |
206 | 2025-03-24T22:34:20.439Z | Downloaded fnv v1.0.7 |
207 | 2025-03-24T22:34:20.442Z | Downloaded tower-layer v0.3.3 |
208 | 2025-03-24T22:34:20.442Z | Downloaded futures-io v0.3.31 |
209 | 2025-03-24T22:34:20.442Z | Downloaded autocfg v1.4.0 |
210 | 2025-03-24T22:34:20.445Z | Downloaded debug-ignore v1.0.5 |
211 | 2025-03-24T22:34:20.448Z | Downloaded crypto-common v0.1.6 |
212 | 2025-03-24T22:34:20.448Z | Downloaded curve25519-dalek-derive v0.1.1 |
213 | 2025-03-24T22:34:20.448Z | Downloaded ed25519 v2.2.3 |
214 | 2025-03-24T22:34:20.452Z | Downloaded generic-array v0.14.7 |
215 | 2025-03-24T22:34:20.452Z | Downloaded filetime v0.2.25 |
216 | 2025-03-24T22:34:20.456Z | Downloaded mukti-metadata v0.3.0 |
217 | 2025-03-24T22:34:20.456Z | Downloaded idna_adapter v1.0.0 |
218 | 2025-03-24T22:34:20.460Z | Downloaded urlencoding v2.1.3 |
219 | 2025-03-24T22:34:20.460Z | Downloaded futures-sink v0.3.31 |
220 | 2025-03-24T22:34:20.460Z | Downloaded heck v0.5.0 |
221 | 2025-03-24T22:34:20.460Z | Downloaded futures-executor v0.3.31 |
222 | 2025-03-24T22:34:20.463Z | Downloaded colorchoice v1.0.3 |
223 | 2025-03-24T22:34:20.463Z | Downloaded nested v0.1.1 |
224 | 2025-03-24T22:34:20.463Z | Downloaded nextest-workspace-hack v0.1.0 |
225 | 2025-03-24T22:34:20.466Z | Downloaded supports-unicode v3.0.0 |
226 | 2025-03-24T22:34:20.466Z | Downloaded hyper-tls v0.6.0 |
227 | 2025-03-24T22:34:20.469Z | Downloaded camino v1.1.9 |
228 | 2025-03-24T22:34:20.469Z | Downloaded adler v1.0.2 |
229 | 2025-03-24T22:34:20.472Z | Downloaded humantime v2.2.0 |
230 | 2025-03-24T22:34:20.472Z | Downloaded http-body-util v0.1.3 |
231 | 2025-03-24T22:34:20.476Z | Downloaded tokio-native-tls v0.3.1 |
232 | 2025-03-24T22:34:20.479Z | Downloaded humantime-serde v1.1.1 |
233 | 2025-03-24T22:34:20.479Z | Downloaded home v0.5.11 |
234 | 2025-03-24T22:34:20.479Z | Downloaded number_prefix v0.4.0 |
235 | 2025-03-24T22:34:20.482Z | Downloaded futures-task v0.3.31 |
236 | 2025-03-24T22:34:20.482Z | Downloaded toml_datetime v0.6.8 |
237 | 2025-03-24T22:34:20.485Z | Downloaded thiserror-impl v2.0.12 |
238 | 2025-03-24T22:34:20.485Z | Downloaded itoa v1.0.15 |
239 | 2025-03-24T22:34:20.488Z | Downloaded zipsign-api v0.1.3 |
240 | 2025-03-24T22:34:20.488Z | Downloaded zeroize v1.8.1 |
241 | 2025-03-24T22:34:20.491Z | Downloaded signal-hook-registry v1.4.2 |
242 | 2025-03-24T22:34:20.491Z | Downloaded rustc-hash v2.1.1 |
243 | 2025-03-24T22:34:20.494Z | Downloaded untrusted v0.9.0 |
244 | 2025-03-24T22:34:20.494Z | Downloaded cargo_metadata v0.19.2 |
245 | 2025-03-24T22:34:20.498Z | Downloaded tracing-log v0.2.0 |
246 | 2025-03-24T22:34:20.498Z | Downloaded tracing-error v0.2.1 |
247 | 2025-03-24T22:34:21.504Z | Downloaded base64ct v1.7.3 |
248 | 2025-03-24T22:34:21.509Z | Downloaded anstyle v1.0.10 |
249 | 2025-03-24T22:34:21.509Z | Downloaded globset v0.4.16 |
250 | 2025-03-24T22:34:21.509Z | Downloaded fixedbitset v0.5.7 |
251 | 2025-03-24T22:34:21.509Z | Downloaded terminal_size v0.4.2 |
252 | 2025-03-24T22:34:21.509Z | Downloaded duct v0.13.7 |
253 | 2025-03-24T22:34:21.509Z | Downloaded hex v0.4.3 |
254 | 2025-03-24T22:34:21.509Z | Downloaded clap_derive v4.5.32 |
255 | 2025-03-24T22:34:21.509Z | Downloaded miette-derive v7.5.0 |
256 | 2025-03-24T22:34:21.509Z | Downloaded tokio-macros v2.5.0 |
257 | 2025-03-24T22:34:21.509Z | Downloaded hyper-rustls v0.27.5 |
258 | 2025-03-24T22:34:21.509Z | Downloaded crc32fast v1.4.2 |
259 | 2025-03-24T22:34:21.509Z | Downloaded utf8parse v0.2.2 |
260 | 2025-03-24T22:34:21.509Z | Downloaded camino-tempfile v1.1.1 |
261 | 2025-03-24T22:34:21.509Z | Downloaded xxhash-rust v0.8.15 |
262 | 2025-03-24T22:34:21.509Z | Downloaded thiserror-impl v1.0.69 |
263 | 2025-03-24T22:34:21.509Z | Downloaded getrandom v0.2.15 |
264 | 2025-03-24T22:34:21.509Z | Downloaded newtype-uuid v1.2.1 |
265 | 2025-03-24T22:34:21.509Z | Downloaded mime v0.3.17 |
266 | 2025-03-24T22:34:21.509Z | Downloaded indenter v0.3.3 |
267 | 2025-03-24T22:34:21.509Z | Downloaded version_check v0.9.5 |
268 | 2025-03-24T22:34:21.509Z | Downloaded utf8_iter v1.0.4 |
269 | 2025-03-24T22:34:21.509Z | Downloaded futures-channel v0.3.31 |
270 | 2025-03-24T22:34:21.509Z | Downloaded anstream v0.6.18 |
271 | 2025-03-24T22:34:21.509Z | Downloaded lazy_static v1.5.0 |
272 | 2025-03-24T22:34:21.509Z | Downloaded strip-ansi-escapes v0.2.1 |
273 | 2025-03-24T22:34:21.509Z | Downloaded quote v1.0.40 |
274 | 2025-03-24T22:34:21.509Z | Downloaded pkcs8 v0.10.2 |
275 | 2025-03-24T22:34:21.509Z | Downloaded openssl-probe v0.1.6 |
276 | 2025-03-24T22:34:21.510Z | Downloaded dialoguer v0.11.0 |
277 | 2025-03-24T22:34:21.510Z | Downloaded openssl-macros v0.1.1 |
278 | 2025-03-24T22:34:21.510Z | Downloaded signal-hook-mio v0.2.4 |
279 | 2025-03-24T22:34:21.510Z | Downloaded future-queue v0.4.0 |
280 | 2025-03-24T22:34:21.510Z | Downloaded digest v0.10.7 |
281 | 2025-03-24T22:34:21.510Z | Downloaded is_terminal_polyfill v1.70.1 |
282 | 2025-03-24T22:34:21.510Z | Downloaded nextest-metadata v0.12.2 |
283 | 2025-03-24T22:34:21.510Z | Downloaded indent_write v2.2.0 |
284 | 2025-03-24T22:34:21.510Z | Downloaded cfg-expr v0.18.0 |
285 | 2025-03-24T22:34:21.510Z | Downloaded bitflags v2.9.0 |
286 | 2025-03-24T22:34:21.510Z | Downloaded scopeguard v1.2.0 |
287 | 2025-03-24T22:34:21.510Z | Downloaded jobserver v0.1.32 |
288 | 2025-03-24T22:34:21.510Z | Downloaded getrandom v0.3.2 |
289 | 2025-03-24T22:34:21.510Z | Downloaded futures v0.3.31 |
290 | 2025-03-24T22:34:21.510Z | Downloaded zstd-safe v7.2.4 |
291 | 2025-03-24T22:34:21.510Z | Downloaded tokio-stream v0.1.17 |
292 | 2025-03-24T22:34:21.510Z | Downloaded unicase v2.8.1 |
293 | 2025-03-24T22:34:21.510Z | Downloaded thiserror v1.0.69 |
294 | 2025-03-24T22:34:21.510Z | Downloaded subtle v2.6.1 |
295 | 2025-03-24T22:34:21.510Z | Downloaded strsim v0.11.1 |
296 | 2025-03-24T22:34:21.510Z | Downloaded supports-color v3.0.2 |
297 | 2025-03-24T22:34:21.510Z | Downloaded pkg-config v0.3.32 |
298 | 2025-03-24T22:34:21.510Z | Downloaded iana-time-zone v0.1.62 |
299 | 2025-03-24T22:34:21.510Z | Downloaded xattr v1.5.0 |
300 | 2025-03-24T22:34:21.510Z | Downloaded target-lexicon v0.13.2 |
301 | 2025-03-24T22:34:21.510Z | Downloaded shell-words v1.1.0 |
302 | 2025-03-24T22:34:21.510Z | Downloaded tokio-rustls v0.26.2 |
303 | 2025-03-24T22:34:21.510Z | Downloaded ipnet v2.11.0 |
304 | 2025-03-24T22:34:21.510Z | Downloaded native-tls v0.2.14 |
305 | 2025-03-24T22:34:21.510Z | Downloaded zstd v0.13.3 |
306 | 2025-03-24T22:34:21.510Z | Downloaded unicode-linebreak v0.1.5 |
307 | 2025-03-24T22:34:21.510Z | Downloaded console v0.15.11 |
308 | 2025-03-24T22:34:21.510Z | Downloaded quick-junit v0.5.1 |
309 | 2025-03-24T22:34:21.510Z | Downloaded percent-encoding v2.3.1 |
310 | 2025-03-24T22:34:21.510Z | Downloaded smol_str v0.3.2 |
311 | 2025-03-24T22:34:21.510Z | Downloaded pathdiff v0.2.3 |
312 | 2025-03-24T22:34:21.510Z | Downloaded slab v0.4.9 |
313 | 2025-03-24T22:34:21.510Z | Downloaded rand_chacha v0.9.0 |
314 | 2025-03-24T22:34:21.510Z | Downloaded lock_api v0.4.12 |
315 | 2025-03-24T22:34:21.510Z | Downloaded target-spec v3.4.2 |
316 | 2025-03-24T22:34:21.511Z | Downloaded serde_urlencoded v0.7.1 |
317 | 2025-03-24T22:34:21.511Z | Downloaded os_pipe v1.2.1 |
318 | 2025-03-24T22:34:21.511Z | Downloaded rustc_version v0.4.1 |
319 | 2025-03-24T22:34:21.511Z | Downloaded static_assertions v1.1.0 |
320 | 2025-03-24T22:34:21.511Z | Downloaded rand_core v0.6.4 |
321 | 2025-03-24T22:34:21.511Z | Downloaded serde_ignored v0.1.11 |
322 | 2025-03-24T22:34:21.511Z | Downloaded serde_spanned v0.6.8 |
323 | 2025-03-24T22:34:21.511Z | Downloaded thiserror v2.0.12 |
324 | 2025-03-24T22:34:21.511Z | Downloaded spki v0.7.3 |
325 | 2025-03-24T22:34:21.511Z | Downloaded signature v2.2.0 |
326 | 2025-03-24T22:34:21.511Z | Downloaded tracing-attributes v0.1.28 |
327 | 2025-03-24T22:34:21.511Z | Downloaded tinyvec v1.9.0 |
328 | 2025-03-24T22:34:21.511Z | Downloaded pin-utils v0.1.0 |
329 | 2025-03-24T22:34:21.512Z | Downloaded config v0.15.11 |
330 | 2025-03-24T22:34:21.512Z | Downloaded parking_lot_core v0.9.10 |
331 | 2025-03-24T22:34:21.512Z | Downloaded unicode-ident v1.0.18 |
332 | 2025-03-24T22:34:21.512Z | Downloaded supports-hyperlinks v3.1.0 |
333 | 2025-03-24T22:34:21.512Z | Downloaded miniz_oxide v0.7.4 |
334 | 2025-03-24T22:34:21.512Z | Downloaded rand_core v0.9.3 |
335 | 2025-03-24T22:34:21.512Z | Downloaded base64 v0.21.7 |
336 | 2025-03-24T22:34:21.512Z | Downloaded textwrap v0.16.2 |
337 | 2025-03-24T22:34:21.512Z | Downloaded shared_child v1.0.1 |
338 | 2025-03-24T22:34:21.512Z | Downloaded smallvec v1.14.0 |
339 | 2025-03-24T22:34:21.512Z | Downloaded rustls-pemfile v2.2.0 |
340 | 2025-03-24T22:34:21.512Z | Downloaded parking_lot v0.12.3 |
341 | 2025-03-24T22:34:21.512Z | Downloaded num-traits v0.2.19 |
342 | 2025-03-24T22:34:21.512Z | Downloaded once_cell v1.21.1 |
343 | 2025-03-24T22:34:21.512Z | Downloaded tar v0.4.44 |
344 | 2025-03-24T22:34:21.512Z | Downloaded serde_path_to_error v0.1.17 |
345 | 2025-03-24T22:34:21.512Z | Downloaded ppv-lite86 v0.2.21 |
346 | 2025-03-24T22:34:21.512Z | Downloaded owo-colors v4.2.0 |
347 | 2025-03-24T22:34:21.512Z | Downloaded self_update v0.42.0 |
348 | 2025-03-24T22:34:21.516Z | Downloaded rustc-demangle v0.1.24 |
349 | 2025-03-24T22:34:21.516Z | Downloaded owo-colors v3.5.0 |
350 | 2025-03-24T22:34:21.516Z | Downloaded sha2 v0.10.8 |
351 | 2025-03-24T22:34:21.516Z | Downloaded pin-project v1.1.10 |
352 | 2025-03-24T22:34:21.516Z | Downloaded shlex v1.3.0 |
353 | 2025-03-24T22:34:21.516Z | Downloaded pin-project-lite v0.2.16 |
354 | 2025-03-24T22:34:21.516Z | Downloaded pin-project-internal v1.1.10 |
355 | 2025-03-24T22:34:21.516Z | Downloaded indicatif v0.17.11 |
356 | 2025-03-24T22:34:21.516Z | Downloaded miniz_oxide v0.8.5 |
357 | 2025-03-24T22:34:21.516Z | Downloaded bytes v1.10.1 |
358 | 2025-03-24T22:34:21.516Z | Downloaded uuid v1.16.0 |
359 | 2025-03-24T22:34:21.516Z | Downloaded base64 v0.22.1 |
360 | 2025-03-24T22:34:21.516Z | Downloaded quinn-udp v0.5.10 |
361 | 2025-03-24T22:34:21.516Z | Downloaded ryu v1.0.20 |
362 | 2025-03-24T22:34:21.516Z | Downloaded vte v0.14.1 |
363 | 2025-03-24T22:34:21.516Z | Downloaded http v1.3.1 |
364 | 2025-03-24T22:34:21.516Z | Downloaded signal-hook v0.3.17 |
365 | 2025-03-24T22:34:21.516Z | Downloaded typenum v1.18.0 |
366 | 2025-03-24T22:34:21.517Z | Downloaded backtrace v0.3.71 |
367 | 2025-03-24T22:34:21.517Z | Downloaded rustls-pki-types v1.11.0 |
368 | 2025-03-24T22:34:21.517Z | Downloaded openssl-sys v0.9.106 |
369 | 2025-03-24T22:34:21.517Z | Downloaded cc v1.2.17 |
370 | 2025-03-24T22:34:21.517Z | Downloaded url v2.5.4 |
371 | 2025-03-24T22:34:21.517Z | Downloaded sharded-slab v0.1.7 |
372 | 2025-03-24T22:34:21.517Z | Downloaded ron v0.8.1 |
373 | 2025-03-24T22:34:21.517Z | Downloaded proc-macro2 v1.0.94 |
374 | 2025-03-24T22:34:21.517Z | Downloaded serde_derive v1.0.219 |
375 | 2025-03-24T22:34:21.517Z | Downloaded tracing-core v0.1.33 |
376 | 2025-03-24T22:34:21.517Z | Downloaded socket2 v0.5.8 |
377 | 2025-03-24T22:34:21.517Z | Downloaded toml v0.8.20 |
378 | 2025-03-24T22:34:21.517Z | Downloaded flate2 v1.1.0 |
379 | 2025-03-24T22:34:21.517Z | Downloaded indexmap v2.8.0 |
380 | 2025-03-24T22:34:21.517Z | Downloaded tracing v0.1.41 |
381 | 2025-03-24T22:34:21.517Z | Downloaded der v0.7.9 |
382 | 2025-03-24T22:34:21.517Z | Downloaded quinn v0.11.7 |
383 | 2025-03-24T22:34:21.517Z | Downloaded ed25519-dalek v2.1.1 |
384 | 2025-03-24T22:34:21.517Z | Downloaded serde v1.0.219 |
385 | 2025-03-24T22:34:21.517Z | Downloaded guppy v0.17.17 |
386 | 2025-03-24T22:34:21.517Z | Downloaded semver v1.0.26 |
387 | 2025-03-24T22:34:21.517Z | Downloaded toml_edit v0.22.24 |
388 | 2025-03-24T22:34:21.517Z | Downloaded mio v1.0.3 |
389 | 2025-03-24T22:34:21.517Z | Downloaded memchr v2.7.4 |
390 | 2025-03-24T22:34:21.517Z | Downloaded tower v0.5.2 |
391 | 2025-03-24T22:34:21.517Z | Downloaded futures-util v0.3.31 |
392 | 2025-03-24T22:34:21.517Z | Downloaded tokio-util v0.7.14 |
393 | 2025-03-24T22:34:21.517Z | Downloaded aho-corasick v1.1.3 |
394 | 2025-03-24T22:34:21.517Z | Downloaded idna v1.0.3 |
395 | 2025-03-24T22:34:21.517Z | Downloaded miette v7.5.0 |
396 | 2025-03-24T22:34:21.517Z | Downloaded unicode-normalization v0.1.24 |
397 | 2025-03-24T22:34:21.517Z | Downloaded rand v0.9.0 |
398 | 2025-03-24T22:34:21.517Z | Downloaded color-spantrace v0.2.1 |
399 | 2025-03-24T22:34:21.517Z | Downloaded h2 v0.4.8 |
400 | 2025-03-24T22:34:21.517Z | Downloaded clap_builder v4.5.32 |
401 | 2025-03-24T22:34:21.517Z | Downloaded reqwest v0.12.15 |
402 | 2025-03-24T22:34:21.517Z | Downloaded itertools v0.14.0 |
403 | 2025-03-24T22:34:21.517Z | Downloaded portable-atomic v1.11.0 |
404 | 2025-03-24T22:34:21.517Z | Downloaded zerocopy v0.7.35 |
405 | 2025-03-24T22:34:21.518Z | Downloaded rustls-webpki v0.103.0 |
406 | 2025-03-24T22:34:21.518Z | Downloaded quinn-proto v0.11.10 |
407 | 2025-03-24T22:34:21.518Z | Downloaded tracing-subscriber v0.3.19 |
408 | 2025-03-24T22:34:21.518Z | Downloaded gimli v0.28.1 |
409 | 2025-03-24T22:34:21.518Z | Downloaded serde_json v1.0.140 |
410 | 2025-03-24T22:34:21.518Z | Downloaded quick-xml v0.37.2 |
411 | 2025-03-24T22:34:21.518Z | Downloaded curve25519-dalek v4.1.3 |
412 | 2025-03-24T22:34:21.518Z | Downloaded chrono v0.4.40 |
413 | 2025-03-24T22:34:21.518Z | Downloaded winnow v0.7.4 |
414 | 2025-03-24T22:34:21.518Z | Downloaded object v0.32.2 |
415 | 2025-03-24T22:34:21.518Z | Downloaded zerocopy v0.8.24 |
416 | 2025-03-24T22:34:21.518Z | Downloaded vcpkg v0.2.15 |
417 | 2025-03-24T22:34:21.518Z | Downloaded regex-syntax v0.8.5 |
418 | 2025-03-24T22:34:21.518Z | Downloaded rustls v0.23.25 |
419 | 2025-03-24T22:34:21.518Z | Downloaded webpki-roots v0.26.8 |
420 | 2025-03-24T22:34:21.518Z | Downloaded rustix v1.0.3 |
421 | 2025-03-24T22:34:21.518Z | Downloaded regex v1.11.1 |
422 | 2025-03-24T22:34:21.518Z | Downloaded syn v2.0.100 |
423 | 2025-03-24T22:34:21.518Z | Downloaded nix v0.29.0 |
424 | 2025-03-24T22:34:21.518Z | Downloaded nextest-runner v0.76.0 |
425 | 2025-03-24T22:34:21.518Z | Downloaded unicode-width v0.2.0 |
426 | 2025-03-24T22:34:21.518Z | Downloaded unicode-width v0.1.14 |
427 | 2025-03-24T22:34:21.518Z | Downloaded bstr v1.11.3 |
428 | 2025-03-24T22:34:21.518Z | Downloaded rustix v0.38.44 |
429 | 2025-03-24T22:34:21.518Z | Downloaded openssl v0.10.71 |
430 | 2025-03-24T22:34:21.518Z | Downloaded hyper v1.6.0 |
431 | 2025-03-24T22:34:21.518Z | Downloaded color-eyre v0.6.3 |
432 | 2025-03-24T22:34:21.518Z | Downloaded hashbrown v0.15.2 |
433 | 2025-03-24T22:34:21.518Z | Downloaded crossterm v0.28.1 |
434 | 2025-03-24T22:34:21.518Z | Downloaded borsh v1.5.6 |
435 | 2025-03-24T22:34:21.518Z | Downloaded log v0.4.27 |
436 | 2025-03-24T22:34:21.518Z | Downloaded httparse v1.10.1 |
437 | 2025-03-24T22:34:21.518Z | Downloaded self-replace v1.5.0 |
438 | 2025-03-24T22:34:21.518Z | Downloaded nextest-filtering v0.15.0 |
439 | 2025-03-24T22:34:21.518Z | Downloaded eyre v0.6.12 |
440 | 2025-03-24T22:34:21.518Z | Downloaded clap v4.5.32 |
441 | 2025-03-24T22:34:21.518Z | Downloaded const-oid v0.9.6 |
442 | 2025-03-24T22:34:21.518Z | Downloaded is_ci v1.2.0 |
443 | 2025-03-24T22:34:21.518Z | Downloaded ahash v0.8.11 |
444 | 2025-03-24T22:34:21.518Z | Downloaded petgraph v0.7.1 |
445 | 2025-03-24T22:34:21.519Z | Downloaded derive-where v1.2.7 |
446 | 2025-03-24T22:34:21.519Z | Downloaded tempfile v3.19.1 |
447 | 2025-03-24T22:34:21.519Z | Downloaded thread_local v1.1.8 |
448 | 2025-03-24T22:34:21.523Z | Downloaded errno v0.3.10 |
449 | 2025-03-24T22:34:21.523Z | Downloaded either v1.15.0 |
450 | 2025-03-24T22:34:21.523Z | Downloaded futures-macro v0.3.31 |
451 | 2025-03-24T22:34:21.523Z | Downloaded cpufeatures v0.2.17 |
452 | 2025-03-24T22:34:21.523Z | Downloaded regex-automata v0.4.9 |
453 | 2025-03-24T22:34:21.523Z | Downloaded futures-core v0.3.31 |
454 | 2025-03-24T22:34:21.523Z | Downloaded clap_lex v0.7.4 |
455 | 2025-03-24T22:34:21.523Z | Downloaded form_urlencoded v1.2.1 |
456 | 2025-03-24T22:34:21.523Z | Downloaded fastrand v2.3.0 |
457 | 2025-03-24T22:34:21.523Z | Downloaded zstd-sys v2.0.15+zstd.1.5.7 |
458 | 2025-03-24T22:34:21.523Z | Downloaded libc v0.2.171 |
459 | 2025-03-24T22:34:21.523Z | Downloaded tokio v1.44.1 |
460 | 2025-03-24T22:34:21.523Z | Downloaded ring v0.17.14 |
461 | 2025-03-24T22:34:21.562Z | Downloaded recursion v0.5.2 |
462 | 2025-03-24T22:34:21.800Z | Compiling proc-macro2 v1.0.94 |
463 | 2025-03-24T22:34:21.800Z | Compiling unicode-ident v1.0.18 |
464 | 2025-03-24T22:34:21.800Z | Compiling libc v0.2.171 |
465 | 2025-03-24T22:34:21.804Z | Compiling cfg-if v1.0.0 |
466 | 2025-03-24T22:34:21.805Z | Compiling serde v1.0.219 |
467 | 2025-03-24T22:34:21.805Z | Compiling memchr v2.7.4 |
468 | 2025-03-24T22:34:21.822Z | Compiling once_cell v1.21.1 |
469 | 2025-03-24T22:34:21.932Z | Compiling autocfg v1.4.0 |
470 | 2025-03-24T22:34:22.025Z | Compiling shlex v1.3.0 |
471 | 2025-03-24T22:34:22.381Z | Compiling log v0.4.27 |
472 | 2025-03-24T22:34:22.381Z | Compiling pin-project-lite v0.2.16 |
473 | 2025-03-24T22:34:22.512Z | Compiling itoa v1.0.15 |
474 | 2025-03-24T22:34:22.512Z | Compiling futures-core v0.3.31 |
475 | 2025-03-24T22:34:22.700Z | Compiling bitflags v2.9.0 |
476 | 2025-03-24T22:34:22.778Z | Compiling smallvec v1.14.0 |
477 | 2025-03-24T22:34:22.802Z | Compiling bytes v1.10.1 |
478 | 2025-03-24T22:34:22.867Z | Compiling slab v0.4.9 |
479 | 2025-03-24T22:34:23.225Z | Compiling rustix v1.0.3 |
480 | 2025-03-24T22:34:23.241Z | Compiling equivalent v1.0.2 |
481 | 2025-03-24T22:34:23.261Z | Compiling futures-sink v0.3.31 |
482 | 2025-03-24T22:34:23.345Z | Compiling jobserver v0.1.32 |
483 | 2025-03-24T22:34:23.396Z | Compiling getrandom v0.3.2 |
484 | 2025-03-24T22:34:23.420Z | Compiling hashbrown v0.15.2 |
485 | 2025-03-24T22:34:23.888Z | Compiling quote v1.0.40 |
486 | 2025-03-24T22:34:23.983Z | Compiling cc v1.2.17 |
487 | 2025-03-24T22:34:24.119Z | Compiling signal-hook-registry v1.4.2 |
488 | 2025-03-24T22:34:24.228Z | Compiling errno v0.3.10 |
489 | 2025-03-24T22:34:24.483Z | Compiling syn v2.0.100 |
490 | 2025-03-24T22:34:24.500Z | Compiling mio v1.0.3 |
491 | 2025-03-24T22:34:25.035Z | Compiling socket2 v0.5.8 |
492 | 2025-03-24T22:34:25.070Z | Compiling tracing-core v0.1.33 |
493 | 2025-03-24T22:34:25.286Z | Compiling version_check v0.9.5 |
494 | 2025-03-24T22:34:25.771Z | Compiling futures-channel v0.3.31 |
495 | 2025-03-24T22:34:25.951Z | Compiling serde_json v1.0.140 |
496 | 2025-03-24T22:34:26.277Z | Compiling ryu v1.0.20 |
497 | 2025-03-24T22:34:26.321Z | Compiling futures-io v0.3.31 |
498 | 2025-03-24T22:34:26.354Z | Compiling pin-utils v0.1.0 |
499 | 2025-03-24T22:34:26.451Z | Compiling futures-task v0.3.31 |
500 | 2025-03-24T22:34:26.696Z | Compiling getrandom v0.2.15 |
501 | 2025-03-24T22:34:26.762Z | Compiling fnv v1.0.7 |
502 | 2025-03-24T22:34:26.830Z | Compiling unicode-width v0.2.0 |
503 | 2025-03-24T22:34:26.847Z | Compiling camino v1.1.9 |
504 | 2025-03-24T22:34:26.916Z | Compiling http v1.3.1 |
505 | 2025-03-24T22:34:26.988Z | Compiling target-lexicon v0.13.2 |
506 | 2025-03-24T22:34:27.396Z | Compiling rustls-pki-types v1.11.0 |
507 | 2025-03-24T22:34:27.469Z | Compiling semver v1.0.26 |
508 | 2025-03-24T22:34:27.597Z | Compiling guppy-workspace-hack v0.1.0 |
509 | 2025-03-24T22:34:27.919Z | Compiling httparse v1.10.1 |
510 | 2025-03-24T22:34:27.962Z | Compiling ring v0.17.14 |
511 | 2025-03-24T22:34:27.976Z | Compiling backtrace v0.3.71 |
512 | 2025-03-24T22:34:28.002Z | Compiling untrusted v0.9.0 |
513 | 2025-03-24T22:34:28.192Z | Compiling gimli v0.28.1 |
514 | 2025-03-24T22:34:28.478Z | Compiling adler v1.0.2 |
515 | 2025-03-24T22:34:28.610Z | Compiling thiserror v1.0.69 |
516 | 2025-03-24T22:34:28.757Z | Compiling typenum v1.18.0 |
517 | 2025-03-24T22:34:29.258Z | Compiling http-body v1.0.1 |
518 | 2025-03-24T22:34:29.477Z | Compiling miniz_oxide v0.7.4 |
519 | 2025-03-24T22:34:29.641Z | Compiling generic-array v0.14.7 |
520 | 2025-03-24T22:34:29.693Z | Compiling object v0.32.2 |
521 | 2025-03-24T22:34:29.965Z | Compiling atomic-waker v1.1.2 |
522 | 2025-03-24T22:34:30.163Z | Compiling try-lock v0.2.5 |
523 | 2025-03-24T22:34:30.321Z | Compiling rustc-demangle v0.1.24 |
524 | 2025-03-24T22:34:30.862Z | Compiling rustls v0.23.25 |
525 | 2025-03-24T22:34:30.919Z | Compiling target-spec v3.4.2 |
526 | 2025-03-24T22:34:31.175Z | Compiling fastrand v2.3.0 |
527 | 2025-03-24T22:34:31.441Z | Compiling pkg-config v0.3.32 |
528 | 2025-03-24T22:34:31.547Z | Compiling thiserror v2.0.12 |
529 | 2025-03-24T22:34:31.874Z | Compiling zeroize v1.8.1 |
530 | 2025-03-24T22:34:32.222Z | Compiling tempfile v3.19.1 |
531 | 2025-03-24T22:34:32.509Z | Compiling want v0.3.1 |
532 | 2025-03-24T22:34:32.551Z | Compiling cfg-expr v0.18.0 |
533 | 2025-03-24T22:34:32.592Z | Compiling zstd-sys v2.0.15+zstd.1.5.7 |
534 | 2025-03-24T22:34:32.852Z | Compiling addr2line v0.21.0 |
535 | 2025-03-24T22:34:34.175Z | Compiling terminal_size v0.4.2 |
536 | 2025-03-24T22:34:34.410Z | Compiling aho-corasick v1.1.3 |
537 | 2025-03-24T22:34:34.493Z | Compiling regex-syntax v0.8.5 |
538 | 2025-03-24T22:34:34.654Z | Compiling percent-encoding v2.3.1 |
539 | 2025-03-24T22:34:34.783Z | Compiling owo-colors v4.2.0 |
540 | 2025-03-24T22:34:35.108Z | Compiling zerocopy v0.8.24 |
541 | 2025-03-24T22:34:35.126Z | Compiling subtle v2.6.1 |
542 | 2025-03-24T22:34:35.343Z | Compiling tower-service v0.3.3 |
543 | 2025-03-24T22:34:35.478Z | Compiling form_urlencoded v1.2.1 |
544 | 2025-03-24T22:34:35.971Z | Compiling ahash v0.8.11 |
545 | 2025-03-24T22:34:36.320Z | Compiling lock_api v0.4.12 |
546 | 2025-03-24T22:34:36.539Z | Compiling serde_derive v1.0.219 |
547 | 2025-03-24T22:34:36.673Z | Compiling tokio-macros v2.5.0 |
548 | 2025-03-24T22:34:36.744Z | Compiling futures-macro v0.3.31 |
549 | 2025-03-24T22:34:37.869Z | Compiling tracing-attributes v0.1.28 |
550 | 2025-03-24T22:34:38.124Z | Compiling tokio v1.44.1 |
551 | 2025-03-24T22:34:38.578Z | Compiling futures-util v0.3.31 |
552 | 2025-03-24T22:34:41.150Z | Compiling tracing v0.1.41 |
553 | 2025-03-24T22:34:41.854Z | Compiling thiserror-impl v1.0.69 |
554 | 2025-03-24T22:34:45.319Z | Compiling rustls-webpki v0.103.0 |
555 | 2025-03-24T22:34:48.623Z | Compiling tokio-util v0.7.14 |
556 | 2025-03-24T22:34:50.691Z | Compiling indexmap v2.8.0 |
557 | 2025-03-24T22:34:52.299Z | Compiling thiserror-impl v2.0.12 |
558 | 2025-03-24T22:34:52.487Z | Compiling h2 v0.4.8 |
559 | 2025-03-24T22:34:55.658Z | Compiling regex-automata v0.4.9 |
560 | 2025-03-24T22:34:56.441Z | Compiling num-traits v0.2.19 |
561 | 2025-03-24T22:34:56.790Z | Compiling rustix v0.38.44 |
562 | 2025-03-24T22:34:56.973Z | Compiling utf8_iter v1.0.4 |
563 | 2025-03-24T22:34:57.265Z | Compiling is_ci v1.2.0 |
564 | 2025-03-24T22:34:57.531Z | Compiling unicode-linebreak v0.1.5 |
565 | 2025-03-24T22:34:57.552Z | Compiling winnow v0.7.4 |
566 | 2025-03-24T22:34:58.038Z | Compiling hyper v1.6.0 |
567 | 2025-03-24T22:35:00.672Z | Compiling idna_adapter v1.0.0 |
568 | 2025-03-24T22:35:00.813Z | Compiling signal-hook v0.3.17 |
569 | 2025-03-24T22:35:01.127Z | Compiling parking_lot_core v0.9.10 |
570 | 2025-03-24T22:35:01.570Z | Compiling lazy_static v1.5.0 |
571 | 2025-03-24T22:35:01.714Z | Compiling nextest-workspace-hack v0.1.0 |
572 | 2025-03-24T22:35:02.003Z | Compiling either v1.15.0 |
573 | 2025-03-24T22:35:02.026Z | Compiling portable-atomic v1.11.0 |
574 | 2025-03-24T22:35:02.487Z | Compiling sharded-slab v0.1.7 |
575 | 2025-03-24T22:35:03.100Z | Compiling idna v1.0.3 |
576 | 2025-03-24T22:35:04.102Z | Compiling hyper-util v0.1.10 |
577 | 2025-03-24T22:35:07.043Z | Compiling tokio-rustls v0.26.2 |
578 | 2025-03-24T22:35:07.593Z | Compiling textwrap v0.16.2 |
579 | 2025-03-24T22:35:07.979Z | Compiling supports-color v3.0.2 |
580 | 2025-03-24T22:35:08.373Z | Compiling pathdiff v0.2.3 |
581 | 2025-03-24T22:35:08.544Z | Compiling cargo-platform v0.1.9 |
582 | 2025-03-24T22:35:08.560Z | Compiling serde_spanned v0.6.8 |
583 | 2025-03-24T22:35:08.802Z | Compiling toml_datetime v0.6.8 |
584 | 2025-03-24T22:35:09.460Z | Compiling backtrace-ext v0.2.1 |
585 | 2025-03-24T22:35:09.805Z | Compiling miette-derive v7.5.0 |
586 | 2025-03-24T22:35:10.444Z | Compiling webpki-roots v0.26.8 |
587 | 2025-03-24T22:35:10.585Z | Compiling console v0.15.11 |
588 | 2025-03-24T22:35:10.653Z | Compiling tracing-log v0.2.0 |
589 | 2025-03-24T22:35:11.376Z | Compiling sync_wrapper v1.0.2 |
590 | 2025-03-24T22:35:11.541Z | Compiling thread_local v1.1.8 |
591 | 2025-03-24T22:35:12.251Z | Compiling supports-hyperlinks v3.1.0 |
592 | 2025-03-24T22:35:12.595Z | Compiling scopeguard v1.2.0 |
593 | 2025-03-24T22:35:12.715Z | Compiling utf8parse v0.2.2 |
594 | 2025-03-24T22:35:12.740Z | Compiling newtype-uuid v1.2.1 |
595 | 2025-03-24T22:35:12.875Z | Compiling fixedbitset v0.5.7 |
596 | 2025-03-24T22:35:12.955Z | Compiling tower-layer v0.3.3 |
597 | 2025-03-24T22:35:13.044Z | Compiling debug-ignore v1.0.5 |
598 | 2025-03-24T22:35:13.153Z | Compiling unicode-width v0.1.14 |
599 | 2025-03-24T22:35:13.354Z | Compiling zstd-safe v7.2.4 |
600 | 2025-03-24T22:35:13.699Z | Compiling zerocopy v0.7.35 |
601 | 2025-03-24T22:35:13.715Z | Compiling adler2 v2.0.0 |
602 | 2025-03-24T22:35:13.968Z | Compiling supports-unicode v3.0.0 |
603 | 2025-03-24T22:35:13.982Z | Compiling cfg_aliases v0.2.1 |
604 | 2025-03-24T22:35:14.000Z | Compiling ppv-lite86 v0.2.21 |
605 | 2025-03-24T22:35:14.083Z | Compiling nix v0.29.0 |
606 | 2025-03-24T22:35:14.221Z | Compiling miette v7.5.0 |
607 | 2025-03-24T22:35:14.379Z | Compiling miniz_oxide v0.8.5 |
608 | 2025-03-24T22:35:14.925Z | Compiling petgraph v0.7.1 |
609 | 2025-03-24T22:35:14.942Z | Compiling tower v0.5.2 |
610 | 2025-03-24T22:35:15.162Z | Compiling anstyle-parse v0.2.6 |
611 | 2025-03-24T22:35:15.950Z | Compiling tracing-subscriber v0.3.19 |
612 | 2025-03-24T22:35:16.079Z | Compiling hyper-rustls v0.27.5 |
613 | 2025-03-24T22:35:17.727Z | Compiling toml_edit v0.22.24 |
614 | 2025-03-24T22:35:17.797Z | Compiling cargo_metadata v0.19.2 |
615 | 2025-03-24T22:35:23.846Z | Compiling url v2.5.4 |
616 | 2025-03-24T22:35:26.524Z | Compiling itertools v0.14.0 |
617 | 2025-03-24T22:35:27.572Z | Compiling regex v1.11.1 |
618 | 2025-03-24T22:35:28.070Z | Compiling smol_str v0.3.2 |
619 | 2025-03-24T22:35:28.733Z | Compiling serde_urlencoded v0.7.1 |
620 | 2025-03-24T22:35:29.334Z | Compiling futures-executor v0.3.31 |
621 | 2025-03-24T22:35:29.403Z | Compiling block-buffer v0.10.4 |
622 | 2025-03-24T22:35:29.648Z | Compiling crypto-common v0.1.6 |
623 | 2025-03-24T22:35:29.872Z | Compiling pin-project-internal v1.1.10 |
624 | 2025-03-24T22:35:30.295Z | Compiling http-body-util v0.1.3 |
625 | 2025-03-24T22:35:30.495Z | Compiling rustls-pemfile v2.2.0 |
626 | 2025-03-24T22:35:30.693Z | Compiling rand_core v0.9.3 |
627 | 2025-03-24T22:35:30.864Z | Compiling uuid v1.16.0 |
628 | 2025-03-24T22:35:30.950Z | Compiling filetime v0.2.25 |
629 | 2025-03-24T22:35:31.211Z | Compiling bstr v1.11.3 |
630 | 2025-03-24T22:35:31.247Z | Compiling vte v0.14.1 |
631 | 2025-03-24T22:35:31.286Z | Compiling quick-xml v0.37.2 |
632 | 2025-03-24T22:35:31.651Z | Compiling crc32fast v1.4.2 |
633 | 2025-03-24T22:35:32.137Z | Compiling number_prefix v0.4.0 |
634 | 2025-03-24T22:35:32.154Z | Compiling eyre v0.6.12 |
635 | 2025-03-24T22:35:32.368Z | Compiling colorchoice v1.0.3 |
636 | 2025-03-24T22:35:32.524Z | Compiling ipnet v2.11.0 |
637 | 2025-03-24T22:35:32.676Z | Compiling anstyle v1.0.10 |
638 | 2025-03-24T22:35:32.680Z | Compiling self_update v0.42.0 |
639 | 2025-03-24T22:35:32.722Z | Compiling base64 v0.22.1 |
640 | 2025-03-24T22:35:33.037Z | Compiling tinyvec_macros v0.1.1 |
641 | 2025-03-24T22:35:33.134Z | Compiling nested v0.1.1 |
642 | 2025-03-24T22:35:33.185Z | Compiling mime v0.3.17 |
643 | 2025-03-24T22:35:33.488Z | Compiling static_assertions v1.1.0 |
644 | 2025-03-24T22:35:33.590Z | Compiling is_terminal_polyfill v1.70.1 |
645 | 2025-03-24T22:35:33.712Z | Compiling xattr v1.5.0 |
646 | 2025-03-24T22:35:33.801Z | Compiling iana-time-zone v0.1.62 |
647 | 2025-03-24T22:35:34.024Z | Compiling anstyle-query v1.1.2 |
648 | 2025-03-24T22:35:34.179Z | Compiling anstream v0.6.18 |
649 | 2025-03-24T22:35:34.244Z | Compiling chrono v0.4.40 |
650 | 2025-03-24T22:35:34.506Z | Compiling tar v0.4.44 |
651 | 2025-03-24T22:35:34.897Z | Compiling guppy v0.17.17 |
652 | 2025-03-24T22:35:35.254Z | Compiling reqwest v0.12.15 |
653 | 2025-03-24T22:35:35.591Z | Compiling tinyvec v1.9.0 |
654 | 2025-03-24T22:35:37.345Z | Compiling pin-project v1.1.10 |
655 | 2025-03-24T22:35:37.481Z | Compiling indicatif v0.17.11 |
656 | 2025-03-24T22:35:37.886Z | Compiling globset v0.4.16 |
657 | 2025-03-24T22:35:39.103Z | Compiling flate2 v1.1.0 |
658 | 2025-03-24T22:35:40.432Z | Compiling strip-ansi-escapes v0.2.1 |
659 | 2025-03-24T22:35:40.753Z | Compiling rand_chacha v0.9.0 |
660 | 2025-03-24T22:35:40.916Z | Compiling digest v0.10.7 |
661 | 2025-03-24T22:35:41.338Z | Compiling futures v0.3.31 |
662 | 2025-03-24T22:35:41.455Z | Compiling nextest-metadata v0.12.2 |
663 | 2025-03-24T22:35:41.610Z | Compiling parking_lot v0.12.3 |
664 | 2025-03-24T22:35:42.345Z | Compiling signal-hook-mio v0.2.4 |
665 | 2025-03-24T22:35:42.361Z | Compiling toml v0.8.20 |
666 | 2025-03-24T22:35:42.528Z | Compiling tracing-error v0.2.1 |
667 | 2025-03-24T22:35:43.714Z | Compiling self-replace v1.5.0 |
668 | 2025-03-24T22:35:43.858Z | Compiling os_pipe v1.2.1 |
669 | 2025-03-24T22:35:44.124Z | Compiling shared_child v1.0.1 |
670 | 2025-03-24T22:35:44.297Z | Compiling strsim v0.11.1 |
671 | 2025-03-24T22:35:44.772Z | Compiling recursion v0.5.2 |
672 | 2025-03-24T22:35:44.942Z | Compiling indenter v0.3.3 |
673 | 2025-03-24T22:35:44.989Z | Compiling owo-colors v3.5.0 |
674 | 2025-03-24T22:35:45.129Z | Compiling heck v0.5.0 |
675 | 2025-03-24T22:35:45.578Z | Compiling cpufeatures v0.2.17 |
676 | 2025-03-24T22:35:45.678Z | Compiling shell-words v1.1.0 |
677 | 2025-03-24T22:35:46.125Z | Compiling clap_lex v0.7.4 |
678 | 2025-03-24T22:35:46.261Z | Compiling unicase v2.8.1 |
679 | 2025-03-24T22:35:46.802Z | Compiling humantime v2.2.0 |
680 | 2025-03-24T22:35:46.873Z | Compiling urlencoding v2.1.3 |
681 | 2025-03-24T22:35:46.899Z | Compiling clap_builder v4.5.32 |
682 | 2025-03-24T22:35:47.295Z | Compiling color-spantrace v0.2.1 |
683 | 2025-03-24T22:35:47.664Z | Compiling humantime-serde v1.1.1 |
684 | 2025-03-24T22:35:48.203Z | Compiling sha2 v0.10.8 |
685 | 2025-03-24T22:35:48.383Z | Compiling clap_derive v4.5.32 |
686 | 2025-03-24T22:35:51.074Z | Compiling nextest-filtering v0.15.0 |
687 | 2025-03-24T22:35:51.192Z | Compiling duct v0.13.7 |
688 | 2025-03-24T22:35:53.086Z | Compiling cargo-nextest v0.9.93 |
689 | 2025-03-24T22:35:53.639Z | Compiling config v0.15.11 |
690 | 2025-03-24T22:35:55.250Z | Compiling crossterm v0.28.1 |
691 | 2025-03-24T22:36:01.389Z | Compiling async-scoped v0.9.0 |
692 | 2025-03-24T22:36:01.461Z | Compiling rand v0.9.0 |
693 | 2025-03-24T22:36:01.530Z | Compiling quick-junit v0.5.1 |
694 | 2025-03-24T22:36:01.530Z | Compiling zstd v0.13.3 |
695 | 2025-03-24T22:36:01.863Z | Compiling unicode-normalization v0.1.24 |
696 | 2025-03-24T22:36:01.931Z | Compiling atomicwrites v0.4.4 |
697 | 2025-03-24T22:36:02.461Z | Compiling target-spec-miette v0.4.4 |
698 | 2025-03-24T22:36:03.178Z | Compiling future-queue v0.4.0 |
699 | 2025-03-24T22:36:03.327Z | Compiling mukti-metadata v0.3.0 |
700 | 2025-03-24T22:36:03.677Z | Compiling camino-tempfile v1.1.1 |
701 | 2025-03-24T22:36:04.328Z | Compiling serde_path_to_error v0.1.17 |
702 | 2025-03-24T22:36:04.374Z | Compiling serde_ignored v0.1.11 |
703 | 2025-03-24T22:36:04.540Z | Compiling tokio-stream v0.1.17 |
704 | 2025-03-24T22:36:04.814Z | Compiling derive-where v1.2.7 |
705 | 2025-03-24T22:36:04.891Z | Compiling swrite v0.1.0 |
706 | 2025-03-24T22:36:05.223Z | Compiling xxhash-rust v0.8.15 |
707 | 2025-03-24T22:36:05.394Z | Compiling home v0.5.11 |
708 | 2025-03-24T22:36:05.517Z | Compiling hex v0.4.3 |
709 | 2025-03-24T22:36:05.674Z | Compiling indent_write v2.2.0 |
710 | 2025-03-24T22:36:05.741Z | Compiling clap v4.5.32 |
711 | 2025-03-24T22:36:05.840Z | Compiling color-eyre v0.6.3 |
712 | 2025-03-24T22:36:05.900Z | Compiling dialoguer v0.11.0 |
713 | 2025-03-24T22:36:06.155Z | Compiling enable-ansi-support v0.2.1 |
714 | 2025-03-24T22:36:08.101Z | Compiling nextest-runner v0.76.0 |
715 | 2025-03-24T22:36:50.751Z | Finished `release` profile [optimized] target(s) in 2m 32s |
716 | 2025-03-24T22:36:50.980Z | Installing /home/build/.cargo/bin/cargo-nextest |
717 | 2025-03-24T22:36:50.983Z | Installed package `cargo-nextest v0.9.93` (executable `cargo-nextest`) |
718 | 2025-03-24T22:36:51.079Z | + pushd bgp |
719 | 2025-03-24T22:36:51.082Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
720 | 2025-03-24T22:36:51.082Z | + cargo nextest run |
721 | 2025-03-24T22:36:51.434Z | Updating crates.io index |
722 | 2025-03-24T22:36:51.495Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
723 | 2025-03-24T22:36:52.282Z | From https://github.com/oxidecomputer/falcon |
724 | 2025-03-24T22:36:52.282Z | * [new ref] d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 -> refs/commit/d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 |
725 | 2025-03-24T22:36:52.388Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
726 | 2025-03-24T22:36:53.659Z | From https://github.com/oxidecomputer/dendrite |
727 | 2025-03-24T22:36:53.659Z | * [new ref] 58f63f5721d40d1954524879d1ede6b9084c7b3b -> refs/commit/58f63f5721d40d1954524879d1ede6b9084c7b3b |
728 | 2025-03-24T22:36:53.710Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
729 | 2025-03-24T22:36:54.141Z | From https://github.com/oxidecomputer/ispf |
730 | 2025-03-24T22:36:54.141Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
731 | 2025-03-24T22:36:54.150Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2025-03-24T22:36:54.608Z | From https://github.com/oxidecomputer/netadm-sys |
733 | 2025-03-24T22:36:54.608Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
734 | 2025-03-24T22:36:54.620Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
735 | 2025-03-24T22:37:00.319Z | From https://github.com/oxidecomputer/omicron |
736 | 2025-03-24T22:37:00.319Z | * [new ref] 25a7855cf82764c4297d549fc0bf0b04ab2d4403 -> refs/commit/25a7855cf82764c4297d549fc0bf0b04ab2d4403 |
737 | 2025-03-24T22:37:00.356Z | * [new tag] dogfood -> dogfood |
738 | 2025-03-24T22:37:00.359Z | * [new tag] v5 -> v5 |
739 | 2025-03-24T22:37:00.359Z | * [new tag] v6 -> v6 |
740 | 2025-03-24T22:37:00.359Z | * [new tag] v7 -> v7 |
741 | 2025-03-24T22:37:00.359Z | * [new tag] v8 -> v8 |
742 | 2025-03-24T22:37:00.360Z | * [new tag] v9 -> v9 |
743 | 2025-03-24T22:37:00.768Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2025-03-24T22:37:01.475Z | From https://github.com/oxidecomputer/opte |
745 | 2025-03-24T22:37:01.475Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
746 | 2025-03-24T22:37:01.564Z | Updating git repository `https://github.com/illumos/smf-rs` |
747 | 2025-03-24T22:37:02.013Z | From https://github.com/illumos/smf-rs |
748 | 2025-03-24T22:37:02.013Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
749 | 2025-03-24T22:37:02.027Z | Updating git repository `https://github.com/oxidecomputer/zone` |
750 | 2025-03-24T22:37:02.635Z | From https://github.com/oxidecomputer/zone |
751 | 2025-03-24T22:37:02.635Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
752 | 2025-03-24T22:37:02.792Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
753 | 2025-03-24T22:37:03.641Z | From https://github.com/oxidecomputer/propolis |
754 | 2025-03-24T22:37:03.641Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
755 | 2025-03-24T22:37:03.721Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
756 | 2025-03-24T22:37:04.422Z | From https://github.com/oxidecomputer/transceiver-control |
757 | 2025-03-24T22:37:04.422Z | * [new ref] 174386abfc9ffe8104601705f8c6d51e590dfe0c -> refs/commit/174386abfc9ffe8104601705f8c6d51e590dfe0c |
758 | 2025-03-24T22:37:04.448Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2025-03-24T22:37:04.842Z | From https://github.com/oxidecomputer/dlpi-sys |
760 | 2025-03-24T22:37:04.842Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
761 | 2025-03-24T22:37:04.852Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2025-03-24T22:37:05.239Z | From https://github.com/jmesmon/rust-libzfs |
763 | 2025-03-24T22:37:05.239Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
764 | 2025-03-24T22:37:05.256Z | * [new tag] v0.4.0 -> v0.4.0 |
765 | 2025-03-24T22:37:05.270Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
766 | 2025-03-24T22:37:05.663Z | From https://github.com/oxidecomputer/rusty-doors |
767 | 2025-03-24T22:37:05.663Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
768 | 2025-03-24T22:37:05.683Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
769 | 2025-03-24T22:37:06.268Z | From https://github.com/oxidecomputer/maghemite |
770 | 2025-03-24T22:37:06.268Z | * [new ref] caafd889f31faacfaa51e02902990c220c20ef60 -> refs/commit/caafd889f31faacfaa51e02902990c220c20ef60 |
771 | 2025-03-24T22:37:06.286Z | * [new tag] rift -> rift |
772 | 2025-03-24T22:37:06.289Z | * [new tag] srp -> srp |
773 | 2025-03-24T22:37:06.289Z | * [new tag] tie-spf -> tie-spf |
774 | 2025-03-24T22:37:06.324Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
775 | 2025-03-24T22:37:06.742Z | From https://github.com/oxidecomputer/serde_human_bytes |
776 | 2025-03-24T22:37:06.742Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
777 | 2025-03-24T22:37:06.770Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
778 | 2025-03-24T22:37:07.222Z | From https://github.com/oxidecomputer/slog-error-chain |
779 | 2025-03-24T22:37:07.222Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
780 | 2025-03-24T22:37:07.243Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
781 | 2025-03-24T22:37:07.703Z | From https://github.com/oxidecomputer/tufaceous |
782 | 2025-03-24T22:37:07.703Z | * [new ref] 69e2896b5905aba61445e519aaa40f02d59638b2 -> refs/commit/69e2896b5905aba61445e519aaa40f02d59638b2 |
783 | 2025-03-24T22:37:07.725Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
784 | 2025-03-24T22:37:08.191Z | From https://github.com/oxidecomputer/poptrie |
785 | 2025-03-24T22:37:08.191Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
786 | 2025-03-24T22:37:08.241Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
787 | 2025-03-24T22:37:08.671Z | From https://github.com/oxidecomputer/ingot |
788 | 2025-03-24T22:37:08.671Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
789 | 2025-03-24T22:37:08.740Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
790 | 2025-03-24T22:37:09.448Z | From https://github.com/oxidecomputer/propolis |
791 | 2025-03-24T22:37:09.448Z | * [new ref] 6b5f2af796a3ea57405721407ab70520a93ec73f -> refs/commit/6b5f2af796a3ea57405721407ab70520a93ec73f |
792 | 2025-03-24T22:37:09.614Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
793 | 2025-03-24T22:37:10.861Z | From https://github.com/oxidecomputer/crucible |
794 | 2025-03-24T22:37:10.861Z | * [new ref] 81a3528adacdbde18fcbf3938247fef17233db11 -> refs/commit/81a3528adacdbde18fcbf3938247fef17233db11 |
795 | 2025-03-24T22:37:10.919Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
796 | 2025-03-24T22:37:11.548Z | From https://github.com/oxidecomputer/management-gateway-service |
797 | 2025-03-24T22:37:11.548Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
798 | 2025-03-24T22:37:12.035Z | Downloading crates ... |
799 | 2025-03-24T22:37:12.242Z | Downloaded arrayvec v0.7.6 |
800 | 2025-03-24T22:37:12.248Z | Downloaded darling_macro v0.20.10 |
801 | 2025-03-24T22:37:12.248Z | Downloaded ciborium-io v0.2.2 |
802 | 2025-03-24T22:37:12.248Z | Downloaded allocator-api2 v0.2.21 |
803 | 2025-03-24T22:37:12.248Z | Downloaded crucible-workspace-hack v0.1.0 |
804 | 2025-03-24T22:37:12.248Z | Downloaded dtrace-parser v0.2.0 |
805 | 2025-03-24T22:37:12.268Z | Downloaded crunchy v0.2.3 |
806 | 2025-03-24T22:37:12.268Z | Downloaded const-random v0.1.18 |
807 | 2025-03-24T22:37:12.268Z | Downloaded fxhash v0.2.1 |
808 | 2025-03-24T22:37:12.268Z | Downloaded is-terminal v0.4.16 |
809 | 2025-03-24T22:37:12.268Z | Downloaded cobs v0.2.3 |
810 | 2025-03-24T22:37:12.268Z | Downloaded similar v2.7.0 |
811 | 2025-03-24T22:37:12.268Z | Downloaded take_mut v0.2.2 |
812 | 2025-03-24T22:37:12.268Z | Downloaded slog-async v2.8.0 |
813 | 2025-03-24T22:37:12.275Z | Downloaded write16 v1.0.0 |
814 | 2025-03-24T22:37:12.275Z | Downloaded instant v0.1.13 |
815 | 2025-03-24T22:37:12.275Z | Downloaded foreign-types-shared v0.3.1 |
816 | 2025-03-24T22:37:12.282Z | Downloaded async-stream-impl v0.3.6 |
817 | 2025-03-24T22:37:12.282Z | Downloaded ident_case v1.0.1 |
818 | 2025-03-24T22:37:12.282Z | Downloaded icu_provider_macros v1.5.0 |
819 | 2025-03-24T22:37:12.282Z | Downloaded hubpack_derive v0.1.1 |
820 | 2025-03-24T22:37:12.282Z | Downloaded ciborium-ll v0.2.2 |
821 | 2025-03-24T22:37:12.282Z | Downloaded waitgroup v0.1.2 |
822 | 2025-03-24T22:37:12.282Z | Downloaded defmt-macros v0.4.0 |
823 | 2025-03-24T22:37:12.289Z | Downloaded daft v0.1.2 |
824 | 2025-03-24T22:37:12.289Z | Downloaded byteorder v1.5.0 |
825 | 2025-03-24T22:37:12.297Z | Downloaded data-encoding v2.8.0 |
826 | 2025-03-24T22:37:12.297Z | Downloaded bytecount v0.6.8 |
827 | 2025-03-24T22:37:12.297Z | Downloaded strum v0.26.3 |
828 | 2025-03-24T22:37:12.297Z | Downloaded cstr-argument v0.1.2 |
829 | 2025-03-24T22:37:12.301Z | Downloaded convert_case v0.4.0 |
830 | 2025-03-24T22:37:12.301Z | Downloaded const-random-macro v0.1.16 |
831 | 2025-03-24T22:37:12.301Z | Downloaded usdt-macro v0.5.0 |
832 | 2025-03-24T22:37:12.301Z | Downloaded hash32 v0.3.1 |
833 | 2025-03-24T22:37:12.301Z | Downloaded fixedbitset v0.4.2 |
834 | 2025-03-24T22:37:12.319Z | Downloaded arrayref v0.3.9 |
835 | 2025-03-24T22:37:12.319Z | Downloaded dyn-clone v1.0.19 |
836 | 2025-03-24T22:37:12.319Z | Downloaded wait-timeout v0.2.1 |
837 | 2025-03-24T22:37:12.319Z | Downloaded hostname v0.4.0 |
838 | 2025-03-24T22:37:12.319Z | Downloaded embedded-io v0.4.0 |
839 | 2025-03-24T22:37:12.319Z | Downloaded crossbeam-deque v0.8.6 |
840 | 2025-03-24T22:37:12.319Z | Downloaded smf v0.2.3 |
841 | 2025-03-24T22:37:12.319Z | Downloaded zerofrom v0.1.6 |
842 | 2025-03-24T22:37:12.319Z | Downloaded ipnetwork v0.21.1 |
843 | 2025-03-24T22:37:12.319Z | Downloaded foreign-types-macros v0.2.3 |
844 | 2025-03-24T22:37:12.319Z | Downloaded float-ord v0.3.2 |
845 | 2025-03-24T22:37:12.325Z | Downloaded stable_deref_trait v1.2.0 |
846 | 2025-03-24T22:37:12.325Z | Downloaded utf-8 v0.7.6 |
847 | 2025-03-24T22:37:12.325Z | Downloaded utf16_iter v1.0.5 |
848 | 2025-03-24T22:37:12.325Z | Downloaded topological-sort v0.2.2 |
849 | 2025-03-24T22:37:12.330Z | Downloaded tabled_derive v0.10.0 |
850 | 2025-03-24T22:37:12.330Z | Downloaded libsw v3.5.0 |
851 | 2025-03-24T22:37:12.330Z | Downloaded xz2 v0.1.7 |
852 | 2025-03-24T22:37:12.335Z | Downloaded usdt v0.5.0 |
853 | 2025-03-24T22:37:12.335Z | Downloaded structmeta-derive v0.3.0 |
854 | 2025-03-24T22:37:12.335Z | Downloaded linear-map v1.2.0 |
855 | 2025-03-24T22:37:12.341Z | Downloaded tinystr v0.7.6 |
856 | 2025-03-24T22:37:12.341Z | Downloaded lru-cache v0.1.2 |
857 | 2025-03-24T22:37:12.354Z | Downloaded match_cfg v0.1.0 |
858 | 2025-03-24T22:37:12.355Z | Downloaded yoke-derive v0.7.5 |
859 | 2025-03-24T22:37:12.355Z | Downloaded libscf-sys v1.1.0 |
860 | 2025-03-24T22:37:12.355Z | Downloaded macaddr v1.0.1 |
861 | 2025-03-24T22:37:12.355Z | Downloaded time-macros v0.2.21 |
862 | 2025-03-24T22:37:12.358Z | Downloaded slog-json v2.6.1 |
863 | 2025-03-24T22:37:12.358Z | Downloaded tokio-rustls v0.25.0 |
864 | 2025-03-24T22:37:12.358Z | Downloaded serde-big-array v0.5.1 |
865 | 2025-03-24T22:37:12.358Z | Downloaded scroll_derive v0.12.0 |
866 | 2025-03-24T22:37:12.358Z | Downloaded progenitor-client v0.8.0 |
867 | 2025-03-24T22:37:12.358Z | Downloaded whoami v1.5.2 |
868 | 2025-03-24T22:37:12.358Z | Downloaded proc-macro-error-attr2 v2.0.0 |
869 | 2025-03-24T22:37:12.361Z | Downloaded zone_cfg_derive v0.3.0 |
870 | 2025-03-24T22:37:12.362Z | Downloaded idna_adapter v1.2.0 |
871 | 2025-03-24T22:37:12.362Z | Downloaded usdt-impl v0.5.0 |
872 | 2025-03-24T22:37:12.375Z | Downloaded unsafe-libyaml v0.2.11 |
873 | 2025-03-24T22:37:12.375Z | Downloaded writeable v0.5.5 |
874 | 2025-03-24T22:37:12.375Z | Downloaded icu_locid_transform v1.5.0 |
875 | 2025-03-24T22:37:12.375Z | Downloaded managed v0.8.0 |
876 | 2025-03-24T22:37:12.375Z | Downloaded linked-hash-map v0.5.6 |
877 | 2025-03-24T22:37:12.375Z | Downloaded strum_macros v0.26.4 |
878 | 2025-03-24T22:37:12.382Z | Downloaded highway v1.3.0 |
879 | 2025-03-24T22:37:12.382Z | Downloaded test-strategy v0.4.1 |
880 | 2025-03-24T22:37:12.387Z | Downloaded yoke v0.7.5 |
881 | 2025-03-24T22:37:12.387Z | Downloaded cookie v0.18.1 |
882 | 2025-03-24T22:37:12.387Z | Downloaded omicron-workspace-hack v0.1.0 |
883 | 2025-03-24T22:37:12.394Z | Downloaded rusty-fork v0.3.0 |
884 | 2025-03-24T22:37:12.394Z | Downloaded zone v0.3.0 |
885 | 2025-03-24T22:37:12.394Z | Downloaded unarray v0.1.4 |
886 | 2025-03-24T22:37:12.398Z | Downloaded slog v2.7.0 |
887 | 2025-03-24T22:37:12.398Z | Downloaded newtype_derive v0.1.6 |
888 | 2025-03-24T22:37:12.398Z | Downloaded num_enum_derive v0.5.11 |
889 | 2025-03-24T22:37:12.398Z | Downloaded heck v0.4.1 |
890 | 2025-03-24T22:37:12.402Z | Downloaded same-file v1.0.6 |
891 | 2025-03-24T22:37:12.402Z | Downloaded pretty-hex v0.4.1 |
892 | 2025-03-24T22:37:12.402Z | Downloaded foreign-types v0.5.0 |
893 | 2025-03-24T22:37:12.405Z | Downloaded tabwriter v1.4.1 |
894 | 2025-03-24T22:37:12.405Z | Downloaded foldhash v0.1.5 |
895 | 2025-03-24T22:37:12.405Z | Downloaded deranged v0.4.0 |
896 | 2025-03-24T22:37:12.409Z | Downloaded progenitor-client v0.9.1 |
897 | 2025-03-24T22:37:12.409Z | Downloaded no-std-compat v0.4.1 |
898 | 2025-03-24T22:37:12.427Z | Downloaded sigpipe v0.1.3 |
899 | 2025-03-24T22:37:12.427Z | Downloaded typify v0.3.0 |
900 | 2025-03-24T22:37:12.427Z | Downloaded toml v0.7.8 |
901 | 2025-03-24T22:37:12.427Z | Downloaded num-conv v0.1.0 |
902 | 2025-03-24T22:37:12.427Z | Downloaded semver v0.1.20 |
903 | 2025-03-24T22:37:12.427Z | Downloaded oxnet v0.1.1 |
904 | 2025-03-24T22:37:12.427Z | Downloaded defmt v0.3.10 |
905 | 2025-03-24T22:37:12.427Z | Downloaded zerofrom-derive v0.1.6 |
906 | 2025-03-24T22:37:12.427Z | Downloaded time-core v0.1.4 |
907 | 2025-03-24T22:37:12.433Z | Downloaded parse-display v0.10.0 |
908 | 2025-03-24T22:37:12.433Z | Downloaded progenitor-macro v0.8.0 |
909 | 2025-03-24T22:37:12.433Z | Downloaded icu_normalizer v1.5.0 |
910 | 2025-03-24T22:37:12.433Z | Downloaded darling_core v0.20.10 |
911 | 2025-03-24T22:37:12.439Z | Downloaded pretty-hex v0.2.1 |
912 | 2025-03-24T22:37:12.444Z | Downloaded smartstring v1.0.1 |
913 | 2025-03-24T22:37:12.444Z | Downloaded anyhow v1.0.97 |
914 | 2025-03-24T22:37:12.449Z | Downloaded num v0.4.3 |
915 | 2025-03-24T22:37:12.449Z | Downloaded newline-converter v0.3.0 |
916 | 2025-03-24T22:37:12.449Z | Downloaded num-derive v0.4.2 |
917 | 2025-03-24T22:37:12.453Z | Downloaded ciborium v0.2.2 |
918 | 2025-03-24T22:37:12.453Z | Downloaded parse-display-derive v0.10.0 |
919 | 2025-03-24T22:37:12.456Z | Downloaded serde_tokenstream v0.2.2 |
920 | 2025-03-24T22:37:12.457Z | Downloaded rand_xorshift v0.3.0 |
921 | 2025-03-24T22:37:12.457Z | Downloaded num_enum v0.5.11 |
922 | 2025-03-24T22:37:12.463Z | Downloaded num-iter v0.1.45 |
923 | 2025-03-24T22:37:12.467Z | Downloaded progenitor v0.9.1 |
924 | 2025-03-24T22:37:12.467Z | Downloaded num_enum v0.7.3 |
925 | 2025-03-24T22:37:12.474Z | Downloaded progenitor-impl v0.9.1 |
926 | 2025-03-24T22:37:12.474Z | Downloaded plain v0.2.3 |
927 | 2025-03-24T22:37:12.474Z | Downloaded rand_chacha v0.3.1 |
928 | 2025-03-24T22:37:12.478Z | Downloaded quick-error v1.2.3 |
929 | 2025-03-24T22:37:12.478Z | Downloaded rustversion v1.0.20 |
930 | 2025-03-24T22:37:12.478Z | Downloaded num-complex v0.4.6 |
931 | 2025-03-24T22:37:12.483Z | Downloaded sha1 v0.10.6 |
932 | 2025-03-24T22:37:12.483Z | Downloaded icu_provider v1.5.0 |
933 | 2025-03-24T22:37:12.487Z | Downloaded yansi v1.0.1 |
934 | 2025-03-24T22:37:12.487Z | Downloaded icu_properties v1.5.1 |
935 | 2025-03-24T22:37:12.493Z | Downloaded icu_locid_transform_data v1.5.0 |
936 | 2025-03-24T22:37:12.493Z | Downloaded heapless v0.8.0 |
937 | 2025-03-24T22:37:12.498Z | Downloaded zerovec-derive v0.10.3 |
938 | 2025-03-24T22:37:12.498Z | Downloaded hickory-resolver v0.24.4 |
939 | 2025-03-24T22:37:12.502Z | Downloaded resolv-conf v0.7.1 |
940 | 2025-03-24T22:37:12.505Z | Downloaded password-hash v0.5.0 |
941 | 2025-03-24T22:37:12.505Z | Downloaded parking_lot_core v0.8.6 |
942 | 2025-03-24T22:37:12.509Z | Downloaded serde_derive_internals v0.29.1 |
943 | 2025-03-24T22:37:12.509Z | Downloaded pest_derive v2.7.15 |
944 | 2025-03-24T22:37:12.515Z | Downloaded toml_edit v0.19.15 |
945 | 2025-03-24T22:37:12.532Z | Downloaded schemars v0.8.22 |
946 | 2025-03-24T22:37:12.541Z | Downloaded rhai_codegen v2.2.0 |
947 | 2025-03-24T22:37:12.550Z | Downloaded proc-macro-error2 v2.0.1 |
948 | 2025-03-24T22:37:12.554Z | Downloaded minimal-lexical v0.2.1 |
949 | 2025-03-24T22:37:12.557Z | Downloaded progenitor-impl v0.8.0 |
950 | 2025-03-24T22:37:12.562Z | Downloaded itertools v0.10.5 |
951 | 2025-03-24T22:37:12.571Z | Downloaded omicron-zone-package v0.12.0 |
952 | 2025-03-24T22:37:12.572Z | Downloaded qorb v0.2.1 |
953 | 2025-03-24T22:37:12.579Z | Downloaded serde_yaml v0.9.34+deprecated |
954 | 2025-03-24T22:37:12.579Z | Downloaded half v2.5.0 |
955 | 2025-03-24T22:37:12.584Z | Downloaded itertools v0.12.1 |
956 | 2025-03-24T22:37:12.588Z | Downloaded prettyplease v0.2.31 |
957 | 2025-03-24T22:37:12.592Z | Downloaded rayon-core v1.12.1 |
958 | 2025-03-24T22:37:12.595Z | Downloaded expectorate v1.1.0 |
959 | 2025-03-24T22:37:12.599Z | Downloaded itertools v0.13.0 |
960 | 2025-03-24T22:37:12.604Z | Downloaded rand v0.8.5 |
961 | 2025-03-24T22:37:12.609Z | Downloaded winnow v0.6.26 |
962 | 2025-03-24T22:37:12.621Z | Downloaded pretty_assertions v1.4.1 |
963 | 2025-03-24T22:37:12.629Z | Downloaded pest_meta v2.7.15 |
964 | 2025-03-24T22:37:12.629Z | Downloaded winnow v0.5.40 |
965 | 2025-03-24T22:37:12.634Z | Downloaded nom v7.1.3 |
966 | 2025-03-24T22:37:12.638Z | Downloaded tabled v0.18.0 |
967 | 2025-03-24T22:37:12.654Z | Downloaded pest v2.7.15 |
968 | 2025-03-24T22:37:12.658Z | Downloaded syn v1.0.109 |
969 | 2025-03-24T22:37:12.671Z | Downloaded goblin v0.8.2 |
970 | 2025-03-24T22:37:12.680Z | Downloaded blake3 v1.7.0 |
971 | 2025-03-24T22:37:12.686Z | Downloaded rustls-webpki v0.102.8 |
972 | 2025-03-24T22:37:12.721Z | Downloaded icu_properties_data v1.5.0 |
973 | 2025-03-24T22:37:12.738Z | Downloaded serde_with v3.12.0 |
974 | 2025-03-24T22:37:12.738Z | Downloaded smoltcp v0.11.0 |
975 | 2025-03-24T22:37:12.738Z | Downloaded proptest v1.6.0 |
976 | 2025-03-24T22:37:12.744Z | Downloaded libm v0.2.11 |
977 | 2025-03-24T22:37:12.749Z | Downloaded time v0.3.40 |
978 | 2025-03-24T22:37:12.756Z | Downloaded dropshot v0.16.0 |
979 | 2025-03-24T22:37:12.782Z | Downloaded rhai v1.21.0 |
980 | 2025-03-24T22:37:12.794Z | Downloaded rustls v0.22.4 |
981 | 2025-03-24T22:37:12.802Z | Downloaded regress v0.10.3 |
982 | 2025-03-24T22:37:12.809Z | Downloaded openapiv3 v2.0.0 |
983 | 2025-03-24T22:37:12.820Z | Downloaded hickory-proto v0.24.4 |
984 | 2025-03-24T22:37:12.834Z | Downloaded typify-impl v0.3.0 |
985 | 2025-03-24T22:37:12.847Z | Downloaded typify-impl v0.2.0 |
986 | 2025-03-24T22:37:12.861Z | Downloaded sled v0.34.7 |
987 | 2025-03-24T22:37:12.870Z | Downloaded zerocopy-derive v0.6.6 |
988 | 2025-03-24T22:37:12.882Z | Downloaded zerocopy-derive v0.8.24 |
989 | 2025-03-24T22:37:12.891Z | Downloaded hashbrown v0.12.3 |
990 | 2025-03-24T22:37:12.896Z | Downloaded zerovec v0.10.4 |
991 | 2025-03-24T22:37:12.896Z | Downloaded diff v0.1.13 |
992 | 2025-03-24T22:37:12.900Z | Downloaded bit-vec v0.8.0 |
993 | 2025-03-24T22:37:12.900Z | Downloaded memmap2 v0.9.5 |
994 | 2025-03-24T22:37:12.904Z | Downloaded ron v0.7.1 |
995 | 2025-03-24T22:37:12.908Z | Downloaded proc-macro-error-attr v1.0.4 |
996 | 2025-03-24T22:37:12.908Z | Downloaded lzma-sys v0.1.20 |
997 | 2025-03-24T22:37:12.937Z | Downloaded steno v0.4.1 |
998 | 2025-03-24T22:37:12.946Z | Downloaded petgraph v0.6.5 |
999 | 2025-03-24T22:37:12.956Z | Downloaded multer v3.1.0 |
1000 | 2025-03-24T22:37:12.961Z | Downloaded proc-macro-error v1.0.4 |
1001 | 2025-03-24T22:37:12.961Z | Downloaded crossbeam-epoch v0.9.18 |
1002 | 2025-03-24T22:37:12.961Z | Downloaded crossbeam-channel v0.5.14 |
1003 | 2025-03-24T22:37:12.964Z | Downloaded papergrid v0.14.0 |
1004 | 2025-03-24T22:37:12.968Z | Downloaded log v0.4.26 |
1005 | 2025-03-24T22:37:12.971Z | Downloaded unicode-segmentation v1.12.0 |
1006 | 2025-03-24T22:37:12.978Z | Downloaded indexmap v1.9.3 |
1007 | 2025-03-24T22:37:12.978Z | Downloaded icu_collections v1.5.0 |
1008 | 2025-03-24T22:37:12.984Z | Downloaded dropshot_endpoint v0.16.0 |
1009 | 2025-03-24T22:37:12.989Z | Downloaded colored v2.2.0 |
1010 | 2025-03-24T22:37:12.989Z | Downloaded backoff v0.4.0 |
1011 | 2025-03-24T22:37:12.989Z | Downloaded litemap v0.7.5 |
1012 | 2025-03-24T22:37:12.998Z | Downloaded rustc_version v0.1.7 |
1013 | 2025-03-24T22:37:12.998Z | Downloaded proc-macro-crate v1.3.1 |
1014 | 2025-03-24T22:37:12.998Z | Downloaded postcard v1.1.1 |
1015 | 2025-03-24T22:37:12.998Z | Downloaded memmap v0.7.0 |
1016 | 2025-03-24T22:37:13.005Z | Downloaded zone v0.1.8 |
1017 | 2025-03-24T22:37:13.005Z | Downloaded arc-swap v1.7.1 |
1018 | 2025-03-24T22:37:13.005Z | Downloaded embedded-io v0.6.1 |
1019 | 2025-03-24T22:37:13.005Z | Downloaded num-derive v0.3.3 |
1020 | 2025-03-24T22:37:13.005Z | Downloaded parking_lot v0.11.2 |
1021 | 2025-03-24T22:37:13.009Z | Downloaded serde_with_macros v3.12.0 |
1022 | 2025-03-24T22:37:13.009Z | Downloaded tungstenite v0.21.0 |
1023 | 2025-03-24T22:37:13.009Z | Downloaded proc-macro-crate v3.3.0 |
1024 | 2025-03-24T22:37:13.014Z | Downloaded schemars_derive v0.8.22 |
1025 | 2025-03-24T22:37:13.014Z | Downloaded progenitor-macro v0.9.1 |
1026 | 2025-03-24T22:37:13.014Z | Downloaded progenitor v0.8.0 |
1027 | 2025-03-24T22:37:13.018Z | Downloaded scroll v0.12.0 |
1028 | 2025-03-24T22:37:13.018Z | Downloaded pest_generator v2.7.15 |
1029 | 2025-03-24T22:37:13.018Z | Downloaded serde_repr v0.1.20 |
1030 | 2025-03-24T22:37:13.018Z | Downloaded num-integer v0.1.46 |
1031 | 2025-03-24T22:37:13.021Z | Downloaded num-rational v0.4.2 |
1032 | 2025-03-24T22:37:13.021Z | Downloaded icu_normalizer_data v1.5.0 |
1033 | 2025-03-24T22:37:13.029Z | Downloaded blake2 v0.10.6 |
1034 | 2025-03-24T22:37:13.029Z | Downloaded num_enum_derive v0.7.3 |
1035 | 2025-03-24T22:37:13.029Z | Downloaded paste v1.0.15 |
1036 | 2025-03-24T22:37:13.034Z | Downloaded powerfmt v0.2.0 |
1037 | 2025-03-24T22:37:13.034Z | Downloaded memoffset v0.9.1 |
1038 | 2025-03-24T22:37:13.034Z | Downloaded zone_cfg_derive v0.1.2 |
1039 | 2025-03-24T22:37:13.034Z | Downloaded zerocopy-derive v0.7.35 |
1040 | 2025-03-24T22:37:13.038Z | Downloaded zerocopy v0.6.6 |
1041 | 2025-03-24T22:37:13.038Z | Downloaded base64 v0.13.1 |
1042 | 2025-03-24T22:37:13.038Z | Downloaded crossbeam-utils v0.8.21 |
1043 | 2025-03-24T22:37:13.047Z | Downloaded icu_locid v1.5.0 |
1044 | 2025-03-24T22:37:13.054Z | Downloaded num_threads v0.1.7 |
1045 | 2025-03-24T22:37:13.054Z | Downloaded libsw-core v0.3.2 |
1046 | 2025-03-24T22:37:13.054Z | Downloaded spin v0.9.8 |
1047 | 2025-03-24T22:37:13.054Z | Downloaded encoding_rs v0.8.35 |
1048 | 2025-03-24T22:37:13.069Z | Downloaded derive_more v0.99.19 |
1049 | 2025-03-24T22:37:13.074Z | Downloaded cancel-safe-futures v0.1.5 |
1050 | 2025-03-24T22:37:13.077Z | Downloaded ucd-trie v0.1.7 |
1051 | 2025-03-24T22:37:13.077Z | Downloaded dirs-next v2.0.0 |
1052 | 2025-03-24T22:37:13.083Z | Downloaded typify v0.2.0 |
1053 | 2025-03-24T22:37:13.083Z | Downloaded iana-time-zone v0.1.61 |
1054 | 2025-03-24T22:37:13.083Z | Downloaded dirs-sys-next v0.1.2 |
1055 | 2025-03-24T22:37:13.084Z | Downloaded bitflags v1.3.2 |
1056 | 2025-03-24T22:37:13.090Z | Downloaded enum-as-inner v0.6.1 |
1057 | 2025-03-24T22:37:13.090Z | Downloaded typify-macro v0.2.0 |
1058 | 2025-03-24T22:37:13.090Z | Downloaded tokio-tungstenite v0.21.0 |
1059 | 2025-03-24T22:37:13.090Z | Downloaded tiny-keccak v2.0.2 |
1060 | 2025-03-24T22:37:13.096Z | Downloaded term v0.7.0 |
1061 | 2025-03-24T22:37:13.096Z | Downloaded slog-stdlog v4.1.1 |
1062 | 2025-03-24T22:37:13.096Z | Downloaded httpdate v1.0.3 |
1063 | 2025-03-24T22:37:13.106Z | Downloaded async-trait v0.1.88 |
1064 | 2025-03-24T22:37:13.106Z | Downloaded walkdir v2.5.0 |
1065 | 2025-03-24T22:37:13.106Z | Downloaded thin-vec v0.2.13 |
1066 | 2025-03-24T22:37:13.106Z | Downloaded slog-term v2.9.1 |
1067 | 2025-03-24T22:37:13.112Z | Downloaded slog-bunyan v2.5.0 |
1068 | 2025-03-24T22:37:13.112Z | Downloaded hubpack v0.1.2 |
1069 | 2025-03-24T22:37:13.112Z | Downloaded thread-id v4.2.2 |
1070 | 2025-03-24T22:37:13.112Z | Downloaded structmeta v0.3.0 |
1071 | 2025-03-24T22:37:13.112Z | Downloaded crc8 v0.1.1 |
1072 | 2025-03-24T22:37:13.112Z | Downloaded displaydoc v0.2.5 |
1073 | 2025-03-24T22:37:13.112Z | Downloaded darling v0.20.10 |
1074 | 2025-03-24T22:37:13.116Z | Downloaded daft-derive v0.1.2 |
1075 | 2025-03-24T22:37:13.120Z | Downloaded async-stream v0.3.6 |
1076 | 2025-03-24T22:37:13.120Z | Downloaded argon2 v0.5.3 |
1077 | 2025-03-24T22:37:13.120Z | Downloaded spin v0.5.2 |
1078 | 2025-03-24T22:37:13.126Z | Downloaded typify-macro v0.3.0 |
1079 | 2025-03-24T22:37:13.126Z | Downloaded slog-scope v4.4.0 |
1080 | 2025-03-24T22:37:13.126Z | Downloaded strum_macros v0.25.3 |
1081 | 2025-03-24T22:37:13.134Z | Downloaded usdt-attr-macro v0.5.0 |
1082 | 2025-03-24T22:37:13.134Z | Downloaded slog-envlogger v2.2.0 |
1083 | 2025-03-24T22:37:13.134Z | Downloaded hostname v0.3.1 |
1084 | 2025-03-24T22:37:13.134Z | Downloaded heck v0.3.3 |
1085 | 2025-03-24T22:37:13.134Z | Downloaded dof v0.3.0 |
1086 | 2025-03-24T22:37:13.134Z | Downloaded defmt-parser v0.4.1 |
1087 | 2025-03-24T22:37:13.134Z | Downloaded constant_time_eq v0.3.1 |
1088 | 2025-03-24T22:37:13.134Z | Downloaded bit-set v0.8.0 |
1089 | 2025-03-24T22:37:13.134Z | Downloaded synstructure v0.13.1 |
1090 | 2025-03-24T22:37:13.134Z | Downloaded slog-dtrace v0.3.0 |
1091 | 2025-03-24T22:37:14.100Z | Compiling proc-macro2 v1.0.94 |
1092 | 2025-03-24T22:37:14.100Z | Compiling unicode-ident v1.0.18 |
1093 | 2025-03-24T22:37:14.104Z | Compiling cfg-if v1.0.0 |
1094 | 2025-03-24T22:37:14.104Z | Compiling serde v1.0.219 |
1095 | 2025-03-24T22:37:14.104Z | Compiling autocfg v1.4.0 |
1096 | 2025-03-24T22:37:14.105Z | Compiling libc v0.2.171 |
1097 | 2025-03-24T22:37:14.105Z | Compiling memchr v2.7.4 |
1098 | 2025-03-24T22:37:14.199Z | Compiling itoa v1.0.15 |
1099 | 2025-03-24T22:37:14.267Z | Compiling ryu v1.0.20 |
1100 | 2025-03-24T22:37:14.398Z | Compiling libm v0.2.11 |
1101 | 2025-03-24T22:37:14.604Z | Compiling equivalent v1.0.2 |
1102 | 2025-03-24T22:37:14.668Z | Compiling getrandom v0.3.2 |
1103 | 2025-03-24T22:37:14.694Z | Compiling allocator-api2 v0.2.21 |
1104 | 2025-03-24T22:37:15.385Z | Compiling foldhash v0.1.5 |
1105 | 2025-03-24T22:37:15.396Z | Compiling pin-project-lite v0.2.16 |
1106 | 2025-03-24T22:37:15.440Z | Compiling lock_api v0.4.12 |
1107 | 2025-03-24T22:37:15.483Z | Compiling hashbrown v0.15.2 |
1108 | 2025-03-24T22:37:15.516Z | Compiling scopeguard v1.2.0 |
1109 | 2025-03-24T22:37:15.696Z | Compiling parking_lot_core v0.9.10 |
1110 | 2025-03-24T22:37:15.784Z | Compiling fnv v1.0.7 |
1111 | 2025-03-24T22:37:15.903Z | Compiling version_check v0.9.5 |
1112 | 2025-03-24T22:37:15.941Z | Compiling quote v1.0.40 |
1113 | 2025-03-24T22:37:16.275Z | Compiling log v0.4.26 |
1114 | 2025-03-24T22:37:16.368Z | Compiling syn v2.0.100 |
1115 | 2025-03-24T22:37:16.620Z | Compiling iana-time-zone v0.1.61 |
1116 | 2025-03-24T22:37:16.637Z | Compiling semver v1.0.26 |
1117 | 2025-03-24T22:37:16.667Z | Compiling shlex v1.3.0 |
1118 | 2025-03-24T22:37:16.675Z | Compiling schemars v0.8.22 |
1119 | 2025-03-24T22:37:16.755Z | Compiling once_cell v1.21.1 |
1120 | 2025-03-24T22:37:16.957Z | Compiling cc v1.2.17 |
1121 | 2025-03-24T22:37:16.999Z | Compiling dyn-clone v1.0.19 |
1122 | 2025-03-24T22:37:17.034Z | Compiling bitflags v2.9.0 |
1123 | 2025-03-24T22:37:17.146Z | Compiling futures-core v0.3.31 |
1124 | 2025-03-24T22:37:17.152Z | Compiling serde_json v1.0.140 |
1125 | 2025-03-24T22:37:17.173Z | Compiling futures-sink v0.3.31 |
1126 | 2025-03-24T22:37:17.188Z | Compiling heck v0.5.0 |
1127 | 2025-03-24T22:37:17.207Z | Compiling slab v0.4.9 |
1128 | 2025-03-24T22:37:17.308Z | Compiling num-traits v0.2.19 |
1129 | 2025-03-24T22:37:17.383Z | Compiling thiserror v1.0.69 |
1130 | 2025-03-24T22:37:17.658Z | Compiling portable-atomic v1.11.0 |
1131 | 2025-03-24T22:37:17.775Z | Compiling stable_deref_trait v1.2.0 |
1132 | 2025-03-24T22:37:17.871Z | Compiling futures-channel v0.3.31 |
1133 | 2025-03-24T22:37:18.104Z | Compiling futures-io v0.3.31 |
1134 | 2025-03-24T22:37:18.218Z | Compiling pin-utils v0.1.0 |
1135 | 2025-03-24T22:37:18.281Z | Compiling futures-task v0.3.31 |
1136 | 2025-03-24T22:37:18.515Z | Compiling thiserror v2.0.12 |
1137 | 2025-03-24T22:37:18.583Z | Compiling rustls-pki-types v1.11.0 |
1138 | 2025-03-24T22:37:18.653Z | Compiling untrusted v0.9.0 |
1139 | 2025-03-24T22:37:18.823Z | Compiling subtle v2.6.1 |
1140 | 2025-03-24T22:37:19.077Z | Compiling signal-hook-registry v1.4.2 |
1141 | 2025-03-24T22:37:19.465Z | Compiling mio v1.0.3 |
1142 | 2025-03-24T22:37:19.866Z | Compiling socket2 v0.5.8 |
1143 | 2025-03-24T22:37:19.878Z | Compiling getrandom v0.2.15 |
1144 | 2025-03-24T22:37:19.904Z | Compiling byteorder v1.5.0 |
1145 | 2025-03-24T22:37:20.041Z | Compiling regex-syntax v0.8.5 |
1146 | 2025-03-24T22:37:20.072Z | Compiling litemap v0.7.5 |
1147 | 2025-03-24T22:37:20.177Z | Compiling writeable v0.5.5 |
1148 | 2025-03-24T22:37:20.290Z | Compiling ring v0.17.14 |
1149 | 2025-03-24T22:37:20.361Z | Compiling pkg-config v0.3.32 |
1150 | 2025-03-24T22:37:21.116Z | Compiling vcpkg v0.2.15 |
1151 | 2025-03-24T22:37:21.163Z | Compiling aho-corasick v1.1.3 |
1152 | 2025-03-24T22:37:21.163Z | Compiling atomic-waker v1.1.2 |
1153 | 2025-03-24T22:37:21.163Z | Compiling httparse v1.10.1 |
1154 | 2025-03-24T22:37:21.163Z | Compiling icu_locid_transform_data v1.5.0 |
1155 | 2025-03-24T22:37:21.206Z | Compiling zeroize v1.8.1 |
1156 | 2025-03-24T22:37:21.507Z | Compiling icu_properties_data v1.5.0 |
1157 | 2025-03-24T22:37:21.576Z | Compiling utf16_iter v1.0.5 |
1158 | 2025-03-24T22:37:21.733Z | Compiling icu_normalizer_data v1.5.0 |
1159 | 2025-03-24T22:37:21.760Z | Compiling write16 v1.0.0 |
1160 | 2025-03-24T22:37:21.820Z | Compiling try-lock v0.2.5 |
1161 | 2025-03-24T22:37:21.875Z | Compiling utf8_iter v1.0.4 |
1162 | 2025-03-24T22:37:21.955Z | Compiling want v0.3.1 |
1163 | 2025-03-24T22:37:22.113Z | Compiling openssl-sys v0.9.106 |
1164 | 2025-03-24T22:37:22.125Z | Compiling regress v0.10.3 |
1165 | 2025-03-24T22:37:22.238Z | Compiling httpdate v1.0.3 |
1166 | 2025-03-24T22:37:22.437Z | Compiling tower-service v0.3.3 |
1167 | 2025-03-24T22:37:22.550Z | Compiling percent-encoding v2.3.1 |
1168 | 2025-03-24T22:37:22.731Z | Compiling foreign-types-shared v0.1.1 |
1169 | 2025-03-24T22:37:22.826Z | Compiling openssl v0.10.71 |
1170 | 2025-03-24T22:37:22.924Z | Compiling foreign-types v0.3.2 |
1171 | 2025-03-24T22:37:23.007Z | Compiling form_urlencoded v1.2.1 |
1172 | 2025-03-24T22:37:23.146Z | Compiling rustix v1.0.3 |
1173 | 2025-03-24T22:37:23.257Z | Compiling native-tls v0.2.14 |
1174 | 2025-03-24T22:37:23.328Z | Compiling strsim v0.11.1 |
1175 | 2025-03-24T22:37:23.601Z | Compiling regex-automata v0.4.9 |
1176 | 2025-03-24T22:37:23.929Z | Compiling slog v2.7.0 |
1177 | 2025-03-24T22:37:24.017Z | Compiling serde_derive_internals v0.29.1 |
1178 | 2025-03-24T22:37:25.025Z | Compiling synstructure v0.13.1 |
1179 | 2025-03-24T22:37:25.057Z | Compiling rustls v0.23.25 |
1180 | 2025-03-24T22:37:25.057Z | Compiling openssl-probe v0.1.6 |
1181 | 2025-03-24T22:37:25.888Z | Compiling zerocopy v0.8.24 |
1182 | 2025-03-24T22:37:26.176Z | Compiling tracing-core v0.1.33 |
1183 | 2025-03-24T22:37:26.339Z | Compiling encoding_rs v0.8.35 |
1184 | 2025-03-24T22:37:26.706Z | Compiling mime v0.3.17 |
1185 | 2025-03-24T22:37:27.405Z | Compiling ucd-trie v0.1.7 |
1186 | 2025-03-24T22:37:27.554Z | Compiling ipnet v2.11.0 |
1187 | 2025-03-24T22:37:27.607Z | Compiling rustls-pemfile v2.2.0 |
1188 | 2025-03-24T22:37:27.769Z | Compiling regex v1.11.1 |
1189 | 2025-03-24T22:37:27.794Z | Compiling webpki-roots v0.26.8 |
1190 | 2025-03-24T22:37:27.961Z | Compiling sync_wrapper v1.0.2 |
1191 | 2025-03-24T22:37:27.999Z | Compiling base64 v0.22.1 |
1192 | 2025-03-24T22:37:28.102Z | Compiling ident_case v1.0.1 |
1193 | 2025-03-24T22:37:28.138Z | Compiling typenum v1.18.0 |
1194 | 2025-03-24T22:37:28.272Z | Compiling tower-layer v0.3.3 |
1195 | 2025-03-24T22:37:28.549Z | Compiling darling_core v0.20.10 |
1196 | 2025-03-24T22:37:28.806Z | Compiling generic-array v0.14.7 |
1197 | 2025-03-24T22:37:28.983Z | Compiling plain v0.2.3 |
1198 | 2025-03-24T22:37:29.183Z | Compiling time-core v0.1.4 |
1199 | 2025-03-24T22:37:29.195Z | Compiling num-conv v0.1.0 |
1200 | 2025-03-24T22:37:29.369Z | Compiling smallvec v1.14.0 |
1201 | 2025-03-24T22:37:29.473Z | Compiling pretty-hex v0.4.1 |
1202 | 2025-03-24T22:37:29.610Z | Compiling serde_derive v1.0.219 |
1203 | 2025-03-24T22:37:29.679Z | Compiling tokio-macros v2.5.0 |
1204 | 2025-03-24T22:37:29.778Z | Compiling schemars_derive v0.8.22 |
1205 | 2025-03-24T22:37:30.466Z | Compiling thiserror-impl v1.0.69 |
1206 | 2025-03-24T22:37:31.296Z | Compiling futures-macro v0.3.31 |
1207 | 2025-03-24T22:37:31.319Z | Compiling zerofrom-derive v0.1.6 |
1208 | 2025-03-24T22:37:32.829Z | Compiling yoke-derive v0.7.5 |
1209 | 2025-03-24T22:37:33.220Z | Compiling futures-util v0.3.31 |
1210 | 2025-03-24T22:37:33.516Z | Compiling zerovec-derive v0.10.3 |
1211 | 2025-03-24T22:37:34.457Z | Compiling displaydoc v0.2.5 |
1212 | 2025-03-24T22:37:34.610Z | Compiling thiserror-impl v2.0.12 |
1213 | 2025-03-24T22:37:35.021Z | Compiling zerofrom v0.1.6 |
1214 | 2025-03-24T22:37:35.255Z | Compiling icu_provider_macros v1.5.0 |
1215 | 2025-03-24T22:37:35.527Z | Compiling yoke v0.7.5 |
1216 | 2025-03-24T22:37:35.890Z | Compiling openssl-macros v0.1.1 |
1217 | 2025-03-24T22:37:36.127Z | Compiling zerocopy-derive v0.7.35 |
1218 | 2025-03-24T22:37:36.192Z | Compiling zerovec v0.10.4 |
1219 | 2025-03-24T22:37:36.462Z | Compiling tracing-attributes v0.1.28 |
1220 | 2025-03-24T22:37:36.731Z | Compiling zerocopy-derive v0.8.24 |
1221 | 2025-03-24T22:37:37.981Z | Compiling tinystr v0.7.6 |
1222 | 2025-03-24T22:37:38.244Z | Compiling icu_collections v1.5.0 |
1223 | 2025-03-24T22:37:38.421Z | Compiling icu_locid v1.5.0 |
1224 | 2025-03-24T22:37:38.452Z | Compiling pest v2.7.15 |
1225 | 2025-03-24T22:37:39.577Z | Compiling icu_provider v1.5.0 |
1226 | 2025-03-24T22:37:39.824Z | Compiling scroll_derive v0.12.0 |
1227 | 2025-03-24T22:37:39.859Z | Compiling tracing v0.1.41 |
1228 | 2025-03-24T22:37:40.317Z | Compiling darling_macro v0.20.10 |
1229 | 2025-03-24T22:37:40.820Z | Compiling icu_locid_transform v1.5.0 |
1230 | 2025-03-24T22:37:41.248Z | Compiling pest_meta v2.7.15 |
1231 | 2025-03-24T22:37:41.305Z | Compiling scroll v0.12.0 |
1232 | 2025-03-24T22:37:41.355Z | Compiling powerfmt v0.2.0 |
1233 | 2025-03-24T22:37:41.738Z | Compiling deranged v0.4.0 |
1234 | 2025-03-24T22:37:41.791Z | Compiling goblin v0.8.2 |
1235 | 2025-03-24T22:37:41.856Z | Compiling darling v0.20.10 |
1236 | 2025-03-24T22:37:43.258Z | Compiling bytes v1.10.1 |
1237 | 2025-03-24T22:37:43.684Z | Compiling indexmap v2.8.0 |
1238 | 2025-03-24T22:37:44.571Z | Compiling http v1.3.1 |
1239 | 2025-03-24T22:37:45.040Z | Compiling uuid v1.16.0 |
1240 | 2025-03-24T22:37:45.236Z | Compiling parking_lot v0.12.3 |
1241 | 2025-03-24T22:37:45.452Z | Compiling chrono v0.4.40 |
1242 | 2025-03-24T22:37:45.473Z | Compiling serde_tokenstream v0.2.2 |
1243 | 2025-03-24T22:37:46.017Z | Compiling tokio v1.44.1 |
1244 | 2025-03-24T22:37:46.506Z | Compiling http-body v1.0.1 |
1245 | 2025-03-24T22:37:46.748Z | Compiling icu_properties v1.5.1 |
1246 | 2025-03-24T22:37:47.326Z | Compiling http-body-util v0.1.3 |
1247 | 2025-03-24T22:37:47.411Z | Compiling serde_urlencoded v0.7.1 |
1248 | 2025-03-24T22:37:47.654Z | Compiling toml_datetime v0.6.8 |
1249 | 2025-03-24T22:37:47.952Z | Compiling pest_generator v2.7.15 |
1250 | 2025-03-24T22:37:48.225Z | Compiling openapiv3 v2.0.0 |
1251 | 2025-03-24T22:37:49.799Z | Compiling pest_derive v2.7.15 |
1252 | 2025-03-24T22:37:50.299Z | Compiling time-macros v0.2.21 |
1253 | 2025-03-24T22:37:51.995Z | Compiling rand_core v0.6.4 |
1254 | 2025-03-24T22:37:52.370Z | Compiling usdt-impl v0.5.0 |
1255 | 2025-03-24T22:37:52.451Z | Compiling rustversion v1.0.20 |
1256 | 2025-03-24T22:37:52.722Z | Compiling num_threads v0.1.7 |
1257 | 2025-03-24T22:37:52.739Z | Compiling paste v1.0.15 |
1258 | 2025-03-24T22:37:52.987Z | Compiling dtrace-parser v0.2.0 |
1259 | 2025-03-24T22:37:53.171Z | Compiling typify-impl v0.2.0 |
1260 | 2025-03-24T22:37:53.275Z | Compiling zerocopy v0.7.35 |
1261 | 2025-03-24T22:37:53.444Z | Compiling anyhow v1.0.97 |
1262 | 2025-03-24T22:37:54.022Z | Compiling newtype-uuid v1.2.1 |
1263 | 2025-03-24T22:37:54.086Z | Compiling fastrand v2.3.0 |
1264 | 2025-03-24T22:37:54.665Z | Compiling icu_normalizer v1.5.0 |
1265 | 2025-03-24T22:37:54.904Z | Compiling dof v0.3.0 |
1266 | 2025-03-24T22:37:55.446Z | Compiling tokio-util v0.7.14 |
1267 | 2025-03-24T22:37:55.576Z | Compiling block-buffer v0.10.4 |
1268 | 2025-03-24T22:37:55.780Z | Compiling crypto-common v0.1.6 |
1269 | 2025-03-24T22:37:55.793Z | Compiling thread-id v4.2.2 |
1270 | 2025-03-24T22:37:55.894Z | Compiling unsafe-libyaml v0.2.11 |
1271 | 2025-03-24T22:37:55.959Z | Compiling omicron-workspace-hack v0.1.0 |
1272 | 2025-03-24T22:37:56.521Z | Compiling h2 v0.4.8 |
1273 | 2025-03-24T22:37:56.872Z | Compiling idna_adapter v1.2.0 |
1274 | 2025-03-24T22:37:57.113Z | Compiling serde_yaml v0.9.34+deprecated |
1275 | 2025-03-24T22:37:57.538Z | Compiling ppv-lite86 v0.2.21 |
1276 | 2025-03-24T22:37:57.596Z | Compiling errno v0.3.10 |
1277 | 2025-03-24T22:37:57.843Z | Compiling lazy_static v1.5.0 |
1278 | 2025-03-24T22:37:57.970Z | Compiling idna v1.0.3 |
1279 | 2025-03-24T22:37:58.131Z | Compiling serde_spanned v0.6.8 |
1280 | 2025-03-24T22:37:58.360Z | Compiling rand_chacha v0.3.1 |
1281 | 2025-03-24T22:37:58.411Z | Compiling daft-derive v0.1.2 |
1282 | 2025-03-24T22:37:59.687Z | Compiling syn v1.0.109 |
1283 | 2025-03-24T22:38:00.141Z | Compiling winnow v0.7.4 |
1284 | 2025-03-24T22:38:00.193Z | Compiling rustls v0.22.4 |
1285 | 2025-03-24T22:38:00.431Z | Compiling rand v0.8.5 |
1286 | 2025-03-24T22:38:00.770Z | Compiling url v2.5.4 |
1287 | 2025-03-24T22:38:01.582Z | Compiling hyper v1.6.0 |
1288 | 2025-03-24T22:38:02.069Z | Compiling usdt-attr-macro v0.5.0 |
1289 | 2025-03-24T22:38:02.911Z | Compiling usdt-macro v0.5.0 |
1290 | 2025-03-24T22:38:04.143Z | Compiling hyper-util v0.1.10 |
1291 | 2025-03-24T22:38:04.324Z | Compiling toml_edit v0.22.24 |
1292 | 2025-03-24T22:38:05.001Z | Compiling rustls-webpki v0.103.0 |
1293 | 2025-03-24T22:38:06.337Z | Compiling ipnetwork v0.21.1 |
1294 | 2025-03-24T22:38:06.639Z | Compiling macaddr v1.0.1 |
1295 | 2025-03-24T22:38:07.106Z | Compiling futures-executor v0.3.31 |
1296 | 2025-03-24T22:38:07.261Z | Compiling async-trait v0.1.88 |
1297 | 2025-03-24T22:38:07.432Z | Compiling structmeta-derive v0.3.0 |
1298 | 2025-03-24T22:38:08.689Z | Compiling camino v1.1.9 |
1299 | 2025-03-24T22:38:08.887Z | Compiling quick-error v1.2.3 |
1300 | 2025-03-24T22:38:09.016Z | Compiling cpufeatures v0.2.17 |
1301 | 2025-03-24T22:38:09.103Z | Compiling match_cfg v0.1.0 |
1302 | 2025-03-24T22:38:09.336Z | Compiling futures v0.3.31 |
1303 | 2025-03-24T22:38:09.848Z | Compiling strum_macros v0.26.4 |
1304 | 2025-03-24T22:38:10.162Z | Compiling instant v0.1.13 |
1305 | 2025-03-24T22:38:10.208Z | Compiling structmeta v0.3.0 |
1306 | 2025-03-24T22:38:10.309Z | Compiling bit-vec v0.8.0 |
1307 | 2025-03-24T22:38:10.606Z | Compiling slog-async v2.8.0 |
1308 | 2025-03-24T22:38:10.815Z | Compiling bit-set v0.8.0 |
1309 | 2025-03-24T22:38:11.086Z | Compiling tokio-native-tls v0.3.1 |
1310 | 2025-03-24T22:38:12.704Z | Compiling multer v3.1.0 |
1311 | 2025-03-24T22:38:12.728Z | Compiling take_mut v0.2.2 |
1312 | 2025-03-24T22:38:12.781Z | Compiling debug-ignore v1.0.5 |
1313 | 2025-03-24T22:38:12.918Z | Compiling unarray v0.1.4 |
1314 | 2025-03-24T22:38:13.072Z | Compiling hyper-tls v0.6.0 |
1315 | 2025-03-24T22:38:13.085Z | Compiling parse-display-derive v0.10.0 |
1316 | 2025-03-24T22:38:13.503Z | Compiling tower v0.5.2 |
1317 | 2025-03-24T22:38:14.404Z | Compiling hex v0.4.3 |
1318 | 2025-03-24T22:38:14.581Z | Compiling strum v0.26.3 |
1319 | 2025-03-24T22:38:14.750Z | Compiling serde_with_macros v3.12.0 |
1320 | 2025-03-24T22:38:15.065Z | Compiling async-stream-impl v0.3.6 |
1321 | 2025-03-24T22:38:16.485Z | Compiling tokio-rustls v0.26.2 |
1322 | 2025-03-24T22:38:16.930Z | Compiling hyper-rustls v0.27.5 |
1323 | 2025-03-24T22:38:17.502Z | Compiling dropshot v0.16.0 |
1324 | 2025-03-24T22:38:17.644Z | Compiling spin v0.9.8 |
1325 | 2025-03-24T22:38:17.677Z | Compiling crossbeam-utils v0.8.21 |
1326 | 2025-03-24T22:38:17.873Z | Compiling parse-display v0.10.0 |
1327 | 2025-03-24T22:38:18.271Z | Compiling serde_with v3.12.0 |
1328 | 2025-03-24T22:38:18.689Z | Compiling reqwest v0.12.15 |
1329 | 2025-03-24T22:38:18.778Z | Compiling async-stream v0.3.6 |
1330 | 2025-03-24T22:38:18.944Z | Compiling typify-macro v0.2.0 |
1331 | 2025-03-24T22:38:19.022Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1332 | 2025-03-24T22:38:19.100Z | Compiling test-strategy v0.4.1 |
1333 | 2025-03-24T22:38:19.173Z | Compiling toml v0.8.20 |
1334 | 2025-03-24T22:38:21.171Z | Compiling oxnet v0.1.1 |
1335 | 2025-03-24T22:38:21.185Z | Compiling dropshot_endpoint v0.16.0 |
1336 | 2025-03-24T22:38:22.082Z | Compiling serde_path_to_error v0.1.17 |
1337 | 2025-03-24T22:38:22.574Z | Compiling waitgroup v0.1.2 |
1338 | 2025-03-24T22:38:22.940Z | Compiling tempfile v3.19.1 |
1339 | 2025-03-24T22:38:23.963Z | Compiling digest v0.10.7 |
1340 | 2025-03-24T22:38:24.079Z | Compiling typify v0.2.0 |
1341 | 2025-03-24T22:38:24.182Z | Compiling progenitor-impl v0.8.0 |
1342 | 2025-03-24T22:38:24.211Z | Compiling time v0.3.40 |
1343 | 2025-03-24T22:38:24.360Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1344 | 2025-03-24T22:38:25.628Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1345 | 2025-03-24T22:38:25.804Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1346 | 2025-03-24T22:38:27.648Z | Compiling hostname v0.4.0 |
1347 | 2025-03-24T22:38:27.905Z | Compiling memmap v0.7.0 |
1348 | 2025-03-24T22:38:28.298Z | Compiling dirs-sys-next v0.1.2 |
1349 | 2025-03-24T22:38:28.311Z | Compiling usdt v0.5.0 |
1350 | 2025-03-24T22:38:28.906Z | Compiling dirs-next v2.0.0 |
1351 | 2025-03-24T22:38:29.101Z | Compiling daft v0.1.2 |
1352 | 2025-03-24T22:38:29.589Z | Compiling rustls-webpki v0.102.8 |
1353 | 2025-03-24T22:38:30.018Z | Compiling thread_local v1.1.8 |
1354 | 2025-03-24T22:38:30.654Z | Compiling wait-timeout v0.2.1 |
1355 | 2025-03-24T22:38:30.802Z | Compiling utf8parse v0.2.2 |
1356 | 2025-03-24T22:38:30.955Z | Compiling anstyle-parse v0.2.6 |
1357 | 2025-03-24T22:38:30.983Z | Compiling rusty-fork v0.3.0 |
1358 | 2025-03-24T22:38:31.941Z | Compiling term v0.7.0 |
1359 | 2025-03-24T22:38:32.091Z | Compiling slog-json v2.6.1 |
1360 | 2025-03-24T22:38:32.117Z | Compiling crossbeam-channel v0.5.14 |
1361 | 2025-03-24T22:38:32.492Z | Compiling progenitor-client v0.8.0 |
1362 | 2025-03-24T22:38:32.989Z | Compiling progenitor-client v0.9.1 |
1363 | 2025-03-24T22:38:33.293Z | Compiling hostname v0.3.1 |
1364 | 2025-03-24T22:38:33.511Z | Compiling rand_xorshift v0.3.0 |
1365 | 2025-03-24T22:38:33.583Z | Compiling is-terminal v0.4.16 |
1366 | 2025-03-24T22:38:33.702Z | Compiling is_terminal_polyfill v1.70.1 |
1367 | 2025-03-24T22:38:33.768Z | Compiling anstyle v1.0.10 |
1368 | 2025-03-24T22:38:33.783Z | Compiling colorchoice v1.0.3 |
1369 | 2025-03-24T22:38:33.819Z | Compiling anstyle-query v1.1.2 |
1370 | 2025-03-24T22:38:33.938Z | Compiling slog-term v2.9.1 |
1371 | 2025-03-24T22:38:33.964Z | Compiling proptest v1.6.0 |
1372 | 2025-03-24T22:38:34.235Z | Compiling anstream v0.6.18 |
1373 | 2025-03-24T22:38:35.116Z | Compiling slog-bunyan v2.5.0 |
1374 | 2025-03-24T22:38:35.129Z | Compiling progenitor-macro v0.8.0 |
1375 | 2025-03-24T22:38:35.334Z | Compiling tokio-rustls v0.25.0 |
1376 | 2025-03-24T22:38:35.749Z | Compiling sha1 v0.10.6 |
1377 | 2025-03-24T22:38:38.234Z | Compiling clap_lex v0.7.4 |
1378 | 2025-03-24T22:38:39.558Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
1379 | 2025-03-24T22:38:41.882Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1380 | 2025-03-24T22:38:42.428Z | Compiling backoff v0.4.0 |
1381 | 2025-03-24T22:38:43.545Z | Compiling either v1.15.0 |
1382 | 2025-03-24T22:38:44.876Z | Compiling itertools v0.13.0 |
1383 | 2025-03-24T22:38:45.871Z | Compiling clap_derive v4.5.32 |
1384 | 2025-03-24T22:38:48.539Z | Compiling heapless v0.8.0 |
1385 | 2025-03-24T22:38:48.802Z | Compiling unicode-width v0.2.0 |
1386 | 2025-03-24T22:38:49.081Z | Compiling winnow v0.5.40 |
1387 | 2025-03-24T22:38:49.896Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1388 | 2025-03-24T22:38:50.579Z | Compiling progenitor v0.8.0 |
1389 | 2025-03-24T22:38:50.807Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
1390 | 2025-03-24T22:38:52.211Z | Compiling hash32 v0.3.1 |
1391 | 2025-03-24T22:38:52.268Z | Compiling smoltcp v0.11.0 |
1392 | 2025-03-24T22:38:52.455Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1393 | 2025-03-24T22:38:52.818Z | Compiling toml_edit v0.19.15 |
1394 | 2025-03-24T22:38:54.436Z | Compiling terminal_size v0.4.2 |
1395 | 2025-03-24T22:38:54.646Z | Compiling typify-impl v0.3.0 |
1396 | 2025-03-24T22:38:54.906Z | Compiling proc-macro-error-attr v1.0.4 |
1397 | 2025-03-24T22:38:55.257Z | Compiling bitflags v1.3.2 |
1398 | 2025-03-24T22:38:55.355Z | Compiling managed v0.8.0 |
1399 | 2025-03-24T22:38:55.657Z | Compiling proc-macro-crate v1.3.1 |
1400 | 2025-03-24T22:38:55.835Z | Compiling cobs v0.2.3 |
1401 | 2025-03-24T22:38:56.145Z | Compiling heck v0.4.1 |
1402 | 2025-03-24T22:38:56.375Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1403 | 2025-03-24T22:38:56.501Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1404 | 2025-03-24T22:38:56.557Z | Compiling postcard v1.1.1 |
1405 | 2025-03-24T22:38:57.153Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1406 | 2025-03-24T22:38:58.006Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1407 | 2025-03-24T22:38:59.043Z | Compiling num_enum_derive v0.5.11 |
1408 | 2025-03-24T22:39:00.411Z | Compiling clap_builder v4.5.32 |
1409 | 2025-03-24T22:39:02.109Z | Compiling foreign-types-macros v0.2.3 |
1410 | 2025-03-24T22:39:02.363Z | Compiling num-integer v0.1.46 |
1411 | 2025-03-24T22:39:02.632Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1412 | 2025-03-24T22:39:02.954Z | Compiling proc-macro-error v1.0.4 |
1413 | 2025-03-24T22:39:03.281Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1414 | 2025-03-24T22:39:03.444Z | Compiling float-ord v0.3.2 |
1415 | 2025-03-24T22:39:03.448Z | Compiling foreign-types-shared v0.3.1 |
1416 | 2025-03-24T22:39:03.553Z | Compiling foreign-types v0.5.0 |
1417 | 2025-03-24T22:39:03.613Z | Compiling clap v4.5.32 |
1418 | 2025-03-24T22:39:03.655Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1419 | 2025-03-24T22:39:04.061Z | Compiling num_enum v0.5.11 |
1420 | 2025-03-24T22:39:05.610Z | Compiling tabwriter v1.4.1 |
1421 | 2025-03-24T22:39:06.155Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1422 | 2025-03-24T22:39:06.529Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1423 | 2025-03-24T22:39:07.459Z | Compiling cstr-argument v0.1.2 |
1424 | 2025-03-24T22:39:07.543Z | Compiling crucible-workspace-hack v0.1.0 |
1425 | 2025-03-24T22:39:07.725Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1426 | 2025-03-24T22:39:07.762Z | Compiling pretty-hex v0.2.1 |
1427 | 2025-03-24T22:39:07.850Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1428 | 2025-03-24T22:39:07.921Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1429 | 2025-03-24T22:39:08.298Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1430 | 2025-03-24T22:39:09.671Z | Compiling num-iter v0.1.45 |
1431 | 2025-03-24T22:39:09.869Z | Compiling num-rational v0.4.2 |
1432 | 2025-03-24T22:39:10.970Z | Compiling colored v2.2.0 |
1433 | 2025-03-24T22:39:11.440Z | Compiling num-complex v0.4.6 |
1434 | 2025-03-24T22:39:11.949Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1435 | 2025-03-24T22:39:12.025Z | Compiling semver v0.1.20 |
1436 | 2025-03-24T22:39:12.036Z | Compiling winnow v0.6.26 |
1437 | 2025-03-24T22:39:12.280Z | Compiling prettyplease v0.2.31 |
1438 | 2025-03-24T22:39:12.337Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1439 | 2025-03-24T22:39:12.535Z | Compiling num v0.4.3 |
1440 | 2025-03-24T22:39:12.587Z | Compiling rustc_version v0.1.7 |
1441 | 2025-03-24T22:39:13.899Z | Compiling zone_cfg_derive v0.3.0 |
1442 | 2025-03-24T22:39:14.851Z | Compiling itertools v0.14.0 |
1443 | 2025-03-24T22:39:15.454Z | Compiling itertools v0.10.5 |
1444 | 2025-03-24T22:39:16.030Z | Compiling camino-tempfile v1.1.1 |
1445 | 2025-03-24T22:39:16.194Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1446 | 2025-03-24T22:39:16.675Z | Compiling num-derive v0.4.2 |
1447 | 2025-03-24T22:39:18.133Z | Compiling derive-where v1.2.7 |
1448 | 2025-03-24T22:39:18.419Z | Compiling sigpipe v0.1.3 |
1449 | 2025-03-24T22:39:18.827Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1450 | 2025-03-24T22:39:18.979Z | Compiling static_assertions v1.1.0 |
1451 | 2025-03-24T22:39:19.070Z | Compiling base64ct v1.7.3 |
1452 | 2025-03-24T22:39:19.145Z | Compiling rustix v0.38.44 |
1453 | 2025-03-24T22:39:19.726Z | Compiling password-hash v0.5.0 |
1454 | 2025-03-24T22:39:19.816Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
1455 | 2025-03-24T22:39:20.763Z | Compiling typify-macro v0.3.0 |
1456 | 2025-03-24T22:39:20.857Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1457 | 2025-03-24T22:39:20.934Z | Compiling zone v0.3.0 |
1458 | 2025-03-24T22:39:21.436Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1459 | 2025-03-24T22:39:21.737Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1460 | 2025-03-24T22:39:22.349Z | Compiling newtype_derive v0.1.6 |
1461 | 2025-03-24T22:39:22.668Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1462 | 2025-03-24T22:39:24.826Z | Compiling blake2 v0.10.6 |
1463 | 2025-03-24T22:39:24.962Z | Compiling hubpack_derive v0.1.1 |
1464 | 2025-03-24T22:39:25.645Z | Compiling smf v0.2.3 |
1465 | 2025-03-24T22:39:25.905Z | Compiling typify v0.3.0 |
1466 | 2025-03-24T22:39:26.043Z | Compiling progenitor-impl v0.9.1 |
1467 | 2025-03-24T22:39:26.099Z | Compiling zerocopy-derive v0.6.6 |
1468 | 2025-03-24T22:39:27.176Z | Compiling whoami v1.5.2 |
1469 | 2025-03-24T22:39:27.313Z | Compiling cancel-safe-futures v0.1.5 |
1470 | 2025-03-24T22:39:27.667Z | Compiling unicode-segmentation v1.12.0 |
1471 | 2025-03-24T22:39:27.915Z | Compiling owo-colors v4.2.0 |
1472 | 2025-03-24T22:39:28.173Z | Compiling tinyvec_macros v0.1.1 |
1473 | 2025-03-24T22:39:28.263Z | Compiling tinyvec v1.9.0 |
1474 | 2025-03-24T22:39:28.574Z | Compiling newline-converter v0.3.0 |
1475 | 2025-03-24T22:39:28.606Z | Compiling zerocopy v0.6.6 |
1476 | 2025-03-24T22:39:31.064Z | Compiling hubpack v0.1.2 |
1477 | 2025-03-24T22:39:31.492Z | Compiling argon2 v0.5.3 |
1478 | 2025-03-24T22:39:32.954Z | Compiling strum_macros v0.25.3 |
1479 | 2025-03-24T22:39:35.114Z | Compiling console v0.15.11 |
1480 | 2025-03-24T22:39:36.752Z | Compiling libsw-core v0.3.2 |
1481 | 2025-03-24T22:39:36.966Z | Compiling serde-big-array v0.5.1 |
1482 | 2025-03-24T22:39:37.004Z | Compiling enum-as-inner v0.6.1 |
1483 | 2025-03-24T22:39:37.030Z | Compiling progenitor-macro v0.9.1 |
1484 | 2025-03-24T22:39:37.172Z | Compiling serde_repr v0.1.20 |
1485 | 2025-03-24T22:39:38.172Z | Compiling cookie v0.18.1 |
1486 | 2025-03-24T22:39:38.390Z | Compiling fixedbitset v0.5.7 |
1487 | 2025-03-24T22:39:38.507Z | Compiling data-encoding v2.8.0 |
1488 | 2025-03-24T22:39:39.197Z | Compiling crunchy v0.2.3 |
1489 | 2025-03-24T22:39:39.357Z | Compiling linked-hash-map v0.5.6 |
1490 | 2025-03-24T22:39:39.698Z | Compiling similar v2.7.0 |
1491 | 2025-03-24T22:39:39.721Z | Compiling convert_case v0.4.0 |
1492 | 2025-03-24T22:39:40.548Z | Compiling fixedbitset v0.4.2 |
1493 | 2025-03-24T22:39:41.056Z | Compiling petgraph v0.6.5 |
1494 | 2025-03-24T22:39:41.406Z | Compiling expectorate v1.1.0 |
1495 | 2025-03-24T22:39:41.419Z | Compiling derive_more v0.99.19 |
1496 | 2025-03-24T22:39:41.584Z | Compiling lru-cache v0.1.2 |
1497 | 2025-03-24T22:39:41.773Z | Compiling hickory-proto v0.24.4 |
1498 | 2025-03-24T22:39:42.538Z | Compiling petgraph v0.7.1 |
1499 | 2025-03-24T22:39:42.778Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1500 | 2025-03-24T22:39:45.358Z | Compiling libsw v3.5.0 |
1501 | 2025-03-24T22:39:45.768Z | Compiling atomicwrites v0.4.4 |
1502 | 2025-03-24T22:39:46.136Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1503 | 2025-03-24T22:39:47.112Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1504 | 2025-03-24T22:39:48.231Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1505 | 2025-03-24T22:39:48.830Z | Compiling resolv-conf v0.7.1 |
1506 | 2025-03-24T22:39:49.629Z | Compiling indent_write v2.2.0 |
1507 | 2025-03-24T22:39:49.716Z | Compiling highway v1.3.0 |
1508 | 2025-03-24T22:39:49.854Z | Compiling swrite v0.1.0 |
1509 | 2025-03-24T22:39:49.936Z | Compiling linear-map v1.2.0 |
1510 | 2025-03-24T22:39:49.972Z | Compiling tiny-keccak v2.0.2 |
1511 | 2025-03-24T22:39:49.994Z | Compiling unicode-width v0.1.14 |
1512 | 2025-03-24T22:39:50.277Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1513 | 2025-03-24T22:39:50.307Z | Compiling hickory-resolver v0.24.4 |
1514 | 2025-03-24T22:39:50.525Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1515 | 2025-03-24T22:39:50.674Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1516 | 2025-03-24T22:39:51.311Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1517 | 2025-03-24T22:39:51.761Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1518 | 2025-03-24T22:39:52.090Z | Compiling steno v0.4.1 |
1519 | 2025-03-24T22:39:52.516Z | Compiling progenitor v0.9.1 |
1520 | 2025-03-24T22:39:52.762Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1521 | 2025-03-24T22:39:54.776Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1522 | 2025-03-24T22:39:55.720Z | Compiling tokio-stream v0.1.17 |
1523 | 2025-03-24T22:39:55.841Z | Compiling slog-dtrace v0.3.0 |
1524 | 2025-03-24T22:39:55.920Z | Compiling parking_lot_core v0.8.6 |
1525 | 2025-03-24T22:39:56.180Z | Compiling humantime v2.2.0 |
1526 | 2025-03-24T22:39:56.462Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1527 | 2025-03-24T22:39:56.744Z | Compiling qorb v0.2.1 |
1528 | 2025-03-24T22:39:57.643Z | Compiling num-derive v0.3.3 |
1529 | 2025-03-24T22:39:58.618Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1530 | 2025-03-24T22:39:59.202Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1531 | 2025-03-24T22:39:59.930Z | Compiling libscf-sys v1.1.0 |
1532 | 2025-03-24T22:40:00.001Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1533 | 2025-03-24T22:40:00.172Z | Compiling const-random-macro v0.1.16 |
1534 | 2025-03-24T22:40:01.058Z | Compiling ahash v0.8.11 |
1535 | 2025-03-24T22:40:01.440Z | Compiling smartstring v1.0.1 |
1536 | 2025-03-24T22:40:01.628Z | Compiling half v2.5.0 |
1537 | 2025-03-24T22:40:01.729Z | Compiling ciborium-io v0.2.2 |
1538 | 2025-03-24T22:40:01.900Z | Compiling parking_lot v0.11.2 |
1539 | 2025-03-24T22:40:01.920Z | Compiling const-random v0.1.18 |
1540 | 2025-03-24T22:40:01.933Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
1541 | 2025-03-24T22:40:02.011Z | Compiling crossbeam-epoch v0.9.18 |
1542 | 2025-03-24T22:40:02.154Z | Compiling ciborium-ll v0.2.2 |
1543 | 2025-03-24T22:40:02.191Z | Compiling proc-macro-crate v3.3.0 |
1544 | 2025-03-24T22:40:02.459Z | Compiling fxhash v0.2.1 |
1545 | 2025-03-24T22:40:02.545Z | Compiling crc32fast v1.4.2 |
1546 | 2025-03-24T22:40:02.655Z | Compiling spin v0.5.2 |
1547 | 2025-03-24T22:40:02.779Z | Compiling sled v0.34.7 |
1548 | 2025-03-24T22:40:02.845Z | Compiling no-std-compat v0.4.1 |
1549 | 2025-03-24T22:40:02.861Z | Compiling ciborium v0.2.2 |
1550 | 2025-03-24T22:40:02.944Z | Compiling thin-vec v0.2.13 |
1551 | 2025-03-24T22:40:03.288Z | Compiling num_enum_derive v0.7.3 |
1552 | 2025-03-24T22:40:03.486Z | Compiling rhai_codegen v2.2.0 |
1553 | 2025-03-24T22:40:03.558Z | Compiling minimal-lexical v0.2.1 |
1554 | 2025-03-24T22:40:03.574Z | Compiling yansi v1.0.1 |
1555 | 2025-03-24T22:40:04.106Z | Compiling nom v7.1.3 |
1556 | 2025-03-24T22:40:04.384Z | Compiling diff v0.1.13 |
1557 | 2025-03-24T22:40:04.638Z | Compiling pretty_assertions v1.4.1 |
1558 | 2025-03-24T22:40:05.923Z | Compiling num_enum v0.7.3 |
1559 | 2025-03-24T22:40:06.156Z | Compiling rhai v1.21.0 |
1560 | 2025-03-24T22:40:11.440Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1561 | 2025-03-24T22:40:16.159Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1562 | 2025-03-24T22:40:23.630Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1563 | 2025-03-24T22:40:26.114Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1564 | 2025-03-24T22:40:27.816Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1565 | 2025-03-24T22:40:30.877Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1566 | 2025-03-24T22:41:05.257Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 51s |
1567 | 2025-03-24T22:41:05.447Z | ──────────── |
1568 | 2025-03-24T22:41:05.447Z | Nextest run ID 6bbd483b-2064-4cd1-bdb6-2c00790557f0 with nextest profile: default |
1569 | 2025-03-24T22:41:05.447Z | Starting 11 tests across 1 binary |
1570 | 2025-03-24T22:41:05.471Z | PASS [ 0.023s] bgp messages::tests::open_round_trip |
1571 | 2025-03-24T22:41:05.476Z | PASS [ 0.020s] bgp messages::tests::prefix_within |
1572 | 2025-03-24T22:41:05.479Z | PASS [ 0.027s] bgp messages::tests::header_round_trip |
1573 | 2025-03-24T22:41:05.479Z | PASS [ 0.025s] bgp messages::tests::update_round_trip |
1574 | 2025-03-24T22:41:05.504Z | PASS [ 0.057s] bgp policy::test::open_add_4byte_as |
1575 | 2025-03-24T22:41:05.508Z | PASS [ 0.060s] bgp policy::test::update_drop_on_no_export |
1576 | 2025-03-24T22:41:05.511Z | PASS [ 0.062s] bgp policy::test::shape_update_prefixes |
1577 | 2025-03-24T22:41:05.515Z | PASS [ 0.040s] bgp policy::test::update_shape_community |
1578 | 2025-03-24T22:41:05.515Z | PASS [ 0.067s] bgp policy::test::open_require_4byte_as |
1579 | 2025-03-24T22:41:18.579Z | PASS [ 13.107s] bgp test::test_basic_peering |
1580 | 2025-03-24T22:41:29.585Z | PASS [ 24.107s] bgp test::test_basic_update |
1581 | 2025-03-24T22:41:29.589Z | ──────────── |
1582 | 2025-03-24T22:41:29.589Z | Summary [ 24.139s] 11 tests run: 11 passed, 0 skipped |
1583 | 2025-03-24T22:41:29.604Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1584 | 2025-03-24T22:41:29.609Z | process exited: duration 452547 ms, exit code 0 |
|
1585 | 2025-03-24T22:41:29.621Z | found 4 output files |
1586 | 2025-03-24T22:41:29.621Z | uploading: /work/r1.basic_peering.log (7869 bytes) |
1587 | 2025-03-24T22:41:30.641Z | uploaded: /work/r1.basic_peering.log |
1588 | 2025-03-24T22:41:30.641Z | uploading: /work/r1.basic_update.log (13274 bytes) |
1589 | 2025-03-24T22:41:31.654Z | uploaded: /work/r1.basic_update.log |
1590 | 2025-03-24T22:41:31.654Z | uploading: /work/r2.basic_peering.log (9267 bytes) |
1591 | 2025-03-24T22:41:32.786Z | uploaded: /work/r2.basic_peering.log |
1592 | 2025-03-24T22:41:32.786Z | uploading: /work/r2.basic_update.log (15902 bytes) |
1593 | 2025-03-24T22:41:33.861Z | uploaded: /work/r2.basic_update.log |