|
|
|
1 | 2025-03-22T03:18:36.298Z | job assigned to worker 01JPXXPFW8AMTMKE1NCFK6PG3B [factory aws, i-0324b403068752b31] (queued for 1 m 8 s) |
|
2 | 2025-03-22T03:18:45.436Z | starting task 0: "setup" |
3 | 2025-03-22T03:18:45.440Z | ++ uname -s |
4 | 2025-03-22T03:18:45.443Z | + kern=SunOS |
5 | 2025-03-22T03:18:45.443Z | + build_user=build |
6 | 2025-03-22T03:18:45.443Z | + build_uid=12345 |
7 | 2025-03-22T03:18:45.443Z | + work_dir=/work |
8 | 2025-03-22T03:18:45.443Z | + input_dir=/input |
9 | 2025-03-22T03:18:45.444Z | + [[ 0 == 12345 ]] |
10 | 2025-03-22T03:18:45.444Z | + case "$kern" in |
11 | 2025-03-22T03:18:45.444Z | + groupadd -g 12345 build |
12 | 2025-03-22T03:18:45.447Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-22T03:18:47.453Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-22T03:18:47.574Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-22T03:18:47.577Z | + home_fs=zfs |
16 | 2025-03-22T03:18:47.577Z | + [[ zfs == autofs ]] |
17 | 2025-03-22T03:18:47.577Z | + mkdir -p /home/build |
18 | 2025-03-22T03:18:47.580Z | + chown build:build /home/build /work |
19 | 2025-03-22T03:18:49.581Z | + chmod 0700 /home/build /work |
20 | 2025-03-22T03:18:49.585Z | process exited: duration 4149 ms, exit code 0 |
|
21 | 2025-03-22T03:18:49.595Z | starting task 1: "rust-toolchain" |
22 | 2025-03-22T03:18:49.600Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-22T03:18:49.600Z | * rust toolchain channel = "stable" |
24 | 2025-03-22T03:18:49.600Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-22T03:18:49.600Z | * rust toolchain profile = "default" |
26 | 2025-03-22T03:18:49.600Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-22T03:18:49.600Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-22T03:18:49.604Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-22T03:18:49.604Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-22T03:18:49.722Z | info: downloading installer |
31 | 2025-03-22T03:18:51.282Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-22T03:18:51.282Z | warn: /opt/ooce/bin |
33 | 2025-03-22T03:18:51.282Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-22T03:18:51.282Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-22T03:18:51.282Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-22T03:18:51.283Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-22T03:18:51.283Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-22T03:18:51.283Z | error: cannot install while Rust is installed |
39 | 2025-03-22T03:18:51.283Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-22T03:18:51.298Z | info: profile set to 'default' |
41 | 2025-03-22T03:18:51.298Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-22T03:18:51.310Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-22T03:18:51.472Z | info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15) |
44 | 2025-03-22T03:18:51.472Z | info: downloading component 'cargo' |
45 | 2025-03-22T03:18:52.409Z | info: downloading component 'clippy' |
46 | 2025-03-22T03:18:52.789Z | info: downloading component 'rust-docs' |
47 | 2025-03-22T03:18:54.197Z | info: downloading component 'rust-std' |
48 | 2025-03-22T03:18:56.021Z | info: downloading component 'rustc' |
49 | 2025-03-22T03:19:02.093Z | info: downloading component 'rustfmt' |
50 | 2025-03-22T03:19:02.339Z | info: installing component 'cargo' |
51 | 2025-03-22T03:19:03.161Z | info: installing component 'clippy' |
52 | 2025-03-22T03:19:03.543Z | info: installing component 'rust-docs' |
53 | 2025-03-22T03:19:05.280Z | info: installing component 'rust-std' |
54 | 2025-03-22T03:19:07.000Z | info: installing component 'rustc' |
55 | 2025-03-22T03:19:12.997Z | info: installing component 'rustfmt' |
56 | 2025-03-22T03:19:13.328Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-22T03:19:13.328Z | |
58 | 2025-03-22T03:19:13.717Z | stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15) |
59 | 2025-03-22T03:19:13.717Z | |
60 | 2025-03-22T03:19:13.723Z | |
61 | 2025-03-22T03:19:13.723Z | Rust is installed now. Great! |
62 | 2025-03-22T03:19:13.723Z | |
63 | 2025-03-22T03:19:13.723Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-22T03:19:13.723Z | environment variable. This has not been done automatically. |
65 | 2025-03-22T03:19:13.723Z | |
66 | 2025-03-22T03:19:13.723Z | To configure your current shell, you need to source |
67 | 2025-03-22T03:19:13.723Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-22T03:19:13.723Z | |
69 | 2025-03-22T03:19:13.723Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-22T03:19:13.723Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-22T03:19:13.723Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-22T03:19:13.723Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-22T03:19:13.795Z | + rustup --version |
74 | 2025-03-22T03:19:13.807Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-22T03:19:13.810Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-22T03:19:13.835Z | info: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)` |
77 | 2025-03-22T03:19:13.837Z | + cargo --version |
78 | 2025-03-22T03:19:13.855Z | cargo 1.85.1 (d73d2caf9 2024-12-31) |
79 | 2025-03-22T03:19:13.858Z | + rustc --version |
80 | 2025-03-22T03:19:13.883Z | rustc 1.85.1 (4eb161250 2025-03-15) |
81 | 2025-03-22T03:19:13.888Z | process exited: duration 24289 ms, exit code 0 |
|
82 | 2025-03-22T03:19:13.894Z | starting task 2: "authentication" |
83 | 2025-03-22T03:19:13.917Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-22T03:19:13.923Z | starting task 3: "clone repository" |
85 | 2025-03-22T03:19:13.927Z | + mkdir -p /work/oxidecomputer/maghemite |
86 | 2025-03-22T03:19:13.932Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
87 | 2025-03-22T03:19:14.061Z | Cloning into '/work/oxidecomputer/maghemite'... |
88 | 2025-03-22T03:19:14.639Z | + cd /work/oxidecomputer/maghemite |
89 | 2025-03-22T03:19:14.640Z | + git fetch origin f5d9b936334616366ddf35f6a77cc1da649ea802 |
90 | 2025-03-22T03:19:14.902Z | From https://github.com/oxidecomputer/maghemite |
91 | 2025-03-22T03:19:14.902Z | * branch f5d9b936334616366ddf35f6a77cc1da649ea802 -> FETCH_HEAD |
92 | 2025-03-22T03:19:14.911Z | + [[ -n renovate/hostname-0.x ]] |
93 | 2025-03-22T03:19:14.915Z | ++ git branch --show-current |
94 | 2025-03-22T03:19:14.915Z | + current=main |
95 | 2025-03-22T03:19:14.915Z | + [[ main != renovate/hostname-0.x ]] |
96 | 2025-03-22T03:19:14.915Z | + git branch -f renovate/hostname-0.x f5d9b936334616366ddf35f6a77cc1da649ea802 |
97 | 2025-03-22T03:19:14.918Z | + git checkout -f renovate/hostname-0.x |
98 | 2025-03-22T03:19:14.931Z | Switched to branch 'renovate/hostname-0.x' |
99 | 2025-03-22T03:19:14.934Z | + git reset --hard f5d9b936334616366ddf35f6a77cc1da649ea802 |
100 | 2025-03-22T03:19:14.945Z | HEAD is now at f5d9b93 Update Rust crate hostname to 0.4 |
101 | 2025-03-22T03:19:14.948Z | process exited: duration 1023 ms, exit code 0 |
|
102 | 2025-03-22T03:19:14.957Z | starting task 4: "build" |
103 | 2025-03-22T03:19:14.960Z | + set -e |
104 | 2025-03-22T03:19:14.960Z | + cargo --version |
105 | 2025-03-22T03:19:14.967Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
106 | 2025-03-22T03:19:15.125Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
107 | 2025-03-22T03:19:15.128Z | info: downloading component 'cargo' |
108 | 2025-03-22T03:19:15.872Z | info: downloading component 'clippy' |
109 | 2025-03-22T03:19:16.217Z | info: downloading component 'rust-docs' |
110 | 2025-03-22T03:19:17.262Z | info: downloading component 'rust-std' |
111 | 2025-03-22T03:19:18.833Z | info: downloading component 'rustc' |
112 | 2025-03-22T03:19:24.478Z | info: downloading component 'rustfmt' |
113 | 2025-03-22T03:19:24.780Z | info: installing component 'cargo' |
114 | 2025-03-22T03:19:25.569Z | info: installing component 'clippy' |
115 | 2025-03-22T03:19:25.928Z | info: installing component 'rust-docs' |
116 | 2025-03-22T03:19:27.493Z | info: installing component 'rust-std' |
117 | 2025-03-22T03:19:29.224Z | info: installing component 'rustc' |
118 | 2025-03-22T03:19:34.734Z | info: installing component 'rustfmt' |
119 | 2025-03-22T03:19:35.130Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
120 | 2025-03-22T03:19:35.134Z | + rustc --version |
121 | 2025-03-22T03:19:35.207Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
122 | 2025-03-22T03:19:35.211Z | + cargo install cargo-nextest |
123 | 2025-03-22T03:19:35.302Z | Updating crates.io index |
124 | 2025-03-22T03:19:35.371Z | Downloading crates ... |
125 | 2025-03-22T03:19:35.456Z | Downloaded cargo-nextest v0.9.92 |
126 | 2025-03-22T03:19:35.497Z | Installing cargo-nextest v0.9.92 |
127 | 2025-03-22T03:19:35.580Z | Updating crates.io index |
128 | 2025-03-22T03:19:36.646Z | Locking 356 packages to latest compatible versions |
129 | 2025-03-22T03:19:36.649Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
130 | 2025-03-22T03:19:36.649Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
131 | 2025-03-22T03:19:36.649Z | Adding base64 v0.21.7 (latest: v0.22.1) |
132 | 2025-03-22T03:19:36.657Z | Adding cargo-platform v0.1.9 (latest: v0.2.0) |
133 | 2025-03-22T03:19:36.659Z | Adding const-oid v0.9.6 (latest: v0.10.0) |
134 | 2025-03-22T03:19:36.660Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
135 | 2025-03-22T03:19:36.663Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
136 | 2025-03-22T03:19:36.663Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
137 | 2025-03-22T03:19:36.663Z | Adding generic-array v0.14.7 (latest: v1.2.0) |
138 | 2025-03-22T03:19:36.663Z | Adding getrandom v0.2.15 (latest: v0.3.2) |
139 | 2025-03-22T03:19:36.663Z | Adding gimli v0.28.1 (latest: v0.31.1) |
140 | 2025-03-22T03:19:36.666Z | Adding idna_adapter v1.0.0 (latest: v1.2.0) |
141 | 2025-03-22T03:19:36.666Z | Adding linux-raw-sys v0.4.15 (latest: v0.9.3) |
142 | 2025-03-22T03:19:36.666Z | Adding miniz_oxide v0.7.4 (latest: v0.8.5) |
143 | 2025-03-22T03:19:36.669Z | Adding object v0.32.2 (latest: v0.36.7) |
144 | 2025-03-22T03:19:36.669Z | Adding owo-colors v3.5.0 (latest: v4.2.0) |
145 | 2025-03-22T03:19:36.672Z | Adding rand_core v0.6.4 (latest: v0.9.3) |
146 | 2025-03-22T03:19:36.675Z | Adding ron v0.8.1 (latest: v0.9.0) |
147 | 2025-03-22T03:19:36.678Z | Adding rustix v0.38.44 (latest: v1.0.3) |
148 | 2025-03-22T03:19:36.678Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
149 | 2025-03-22T03:19:36.682Z | Adding thiserror v1.0.69 (latest: v2.0.12) |
150 | 2025-03-22T03:19:36.685Z | Adding thiserror-impl v1.0.69 (latest: v2.0.12) |
151 | 2025-03-22T03:19:36.685Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
152 | 2025-03-22T03:19:36.685Z | Adding vte v0.14.1 (latest: v0.15.0) |
153 | 2025-03-22T03:19:36.685Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.2+wasi-0.2.4) |
154 | 2025-03-22T03:19:36.688Z | Adding windows v0.52.0 (latest: v0.61.1) |
155 | 2025-03-22T03:19:36.688Z | Adding windows-core v0.52.0 (latest: v0.61.0) |
156 | 2025-03-22T03:19:36.688Z | Adding windows-registry v0.4.0 (latest: v0.5.1) |
157 | 2025-03-22T03:19:36.688Z | Adding windows-strings v0.3.1 (latest: v0.4.0) |
158 | 2025-03-22T03:19:36.688Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
159 | 2025-03-22T03:19:36.688Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
160 | 2025-03-22T03:19:36.688Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
161 | 2025-03-22T03:19:36.688Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.53.0) |
162 | 2025-03-22T03:19:36.688Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
163 | 2025-03-22T03:19:36.688Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.53.0) |
164 | 2025-03-22T03:19:36.688Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
165 | 2025-03-22T03:19:36.688Z | Adding windows_i686_gnu v0.42.2 (latest: v0.53.0) |
166 | 2025-03-22T03:19:36.688Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
167 | 2025-03-22T03:19:36.688Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
168 | 2025-03-22T03:19:36.688Z | Adding windows_i686_msvc v0.42.2 (latest: v0.53.0) |
169 | 2025-03-22T03:19:36.689Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
170 | 2025-03-22T03:19:36.689Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.53.0) |
171 | 2025-03-22T03:19:36.689Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
172 | 2025-03-22T03:19:36.689Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.53.0) |
173 | 2025-03-22T03:19:36.689Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
174 | 2025-03-22T03:19:36.689Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.53.0) |
175 | 2025-03-22T03:19:36.689Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
176 | 2025-03-22T03:19:36.689Z | Adding wit-bindgen-rt v0.39.0 (latest: v0.41.0) |
177 | 2025-03-22T03:19:36.689Z | Adding zerocopy v0.7.35 (latest: v0.8.24) |
178 | 2025-03-22T03:19:36.689Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.24) |
179 | 2025-03-22T03:19:36.692Z | Downloading crates ... |
180 | 2025-03-22T03:19:36.769Z | Downloaded block-buffer v0.10.4 |
181 | 2025-03-22T03:19:36.773Z | Downloaded atomic-waker v1.1.2 |
182 | 2025-03-22T03:19:36.773Z | Downloaded adler2 v2.0.0 |
183 | 2025-03-22T03:19:36.778Z | Downloaded atomicwrites v0.4.4 |
184 | 2025-03-22T03:19:36.795Z | Downloaded cfg_aliases v0.2.1 |
185 | 2025-03-22T03:19:36.801Z | Downloaded foreign-types-shared v0.1.1 |
186 | 2025-03-22T03:19:36.803Z | Downloaded foreign-types v0.3.2 |
187 | 2025-03-22T03:19:36.806Z | Downloaded guppy-workspace-hack v0.1.0 |
188 | 2025-03-22T03:19:36.820Z | Downloaded http-body v1.0.1 |
189 | 2025-03-22T03:19:36.823Z | Downloaded try-lock v0.2.5 |
190 | 2025-03-22T03:19:36.826Z | Downloaded idna_adapter v1.0.0 |
191 | 2025-03-22T03:19:36.826Z | Downloaded enable-ansi-support v0.2.1 |
192 | 2025-03-22T03:19:36.829Z | Downloaded anstyle-query v1.1.2 |
193 | 2025-03-22T03:19:36.829Z | Downloaded anstyle-parse v0.2.6 |
194 | 2025-03-22T03:19:36.832Z | Downloaded tower-service v0.3.3 |
195 | 2025-03-22T03:19:36.832Z | Downloaded strsim v0.11.1 |
196 | 2025-03-22T03:19:36.835Z | Downloaded supports-color v3.0.2 |
197 | 2025-03-22T03:19:36.835Z | Downloaded signature v2.2.0 |
198 | 2025-03-22T03:19:36.838Z | Downloaded cargo-platform v0.1.9 |
199 | 2025-03-22T03:19:36.838Z | Downloaded camino-tempfile v1.1.1 |
200 | 2025-03-22T03:19:36.841Z | Downloaded toml_datetime v0.6.8 |
201 | 2025-03-22T03:19:36.841Z | Downloaded indent_write v2.2.0 |
202 | 2025-03-22T03:19:36.844Z | Downloaded utf8_iter v1.0.4 |
203 | 2025-03-22T03:19:36.844Z | Downloaded smallvec v1.14.0 |
204 | 2025-03-22T03:19:36.847Z | Downloaded futures-io v0.3.31 |
205 | 2025-03-22T03:19:36.850Z | Downloaded errno v0.3.10 |
206 | 2025-03-22T03:19:36.850Z | Downloaded socket2 v0.5.8 |
207 | 2025-03-22T03:19:36.853Z | Downloaded generic-array v0.14.7 |
208 | 2025-03-22T03:19:36.853Z | Downloaded humantime-serde v1.1.1 |
209 | 2025-03-22T03:19:36.857Z | Downloaded futures-task v0.3.31 |
210 | 2025-03-22T03:19:36.857Z | Downloaded fnv v1.0.7 |
211 | 2025-03-22T03:19:36.857Z | Downloaded either v1.15.0 |
212 | 2025-03-22T03:19:36.859Z | Downloaded log v0.4.26 |
213 | 2025-03-22T03:19:36.862Z | Downloaded futures-sink v0.3.31 |
214 | 2025-03-22T03:19:36.862Z | Downloaded futures-executor v0.3.31 |
215 | 2025-03-22T03:19:36.865Z | Downloaded cpufeatures v0.2.17 |
216 | 2025-03-22T03:19:36.865Z | Downloaded autocfg v1.4.0 |
217 | 2025-03-22T03:19:36.868Z | Downloaded ipnet v2.11.0 |
218 | 2025-03-22T03:19:36.871Z | Downloaded ed25519 v2.2.3 |
219 | 2025-03-22T03:19:36.871Z | Downloaded indexmap v2.8.0 |
220 | 2025-03-22T03:19:36.875Z | Downloaded hyper-tls v0.6.0 |
221 | 2025-03-22T03:19:36.878Z | Downloaded memchr v2.7.4 |
222 | 2025-03-22T03:19:36.882Z | Downloaded humantime v2.2.0 |
223 | 2025-03-22T03:19:36.885Z | Downloaded http-body-util v0.1.3 |
224 | 2025-03-22T03:19:36.890Z | Downloaded version_check v0.9.5 |
225 | 2025-03-22T03:19:36.890Z | Downloaded form_urlencoded v1.2.1 |
226 | 2025-03-22T03:19:36.892Z | Downloaded crypto-common v0.1.6 |
227 | 2025-03-22T03:19:36.892Z | Downloaded base64ct v1.7.3 |
228 | 2025-03-22T03:19:36.896Z | Downloaded fastrand v2.3.0 |
229 | 2025-03-22T03:19:36.896Z | Downloaded swrite v0.1.0 |
230 | 2025-03-22T03:19:36.896Z | Downloaded equivalent v1.0.2 |
231 | 2025-03-22T03:19:36.899Z | Downloaded filetime v0.2.25 |
232 | 2025-03-22T03:19:36.902Z | Downloaded adler v1.0.2 |
233 | 2025-03-22T03:19:36.902Z | Downloaded thiserror-impl v1.0.69 |
234 | 2025-03-22T03:19:36.906Z | Downloaded futures-core v0.3.31 |
235 | 2025-03-22T03:19:36.907Z | Downloaded tower-layer v0.3.3 |
236 | 2025-03-22T03:19:36.907Z | Downloaded tinyvec_macros v0.1.1 |
237 | 2025-03-22T03:19:36.910Z | Downloaded urlencoding v2.1.3 |
238 | 2025-03-22T03:19:36.910Z | Downloaded tracing-attributes v0.1.28 |
239 | 2025-03-22T03:19:36.910Z | Downloaded hex v0.4.3 |
240 | 2025-03-22T03:19:36.913Z | Downloaded camino v1.1.9 |
241 | 2025-03-22T03:19:36.916Z | Downloaded thread_local v1.1.8 |
242 | 2025-03-22T03:19:36.916Z | Downloaded thiserror-impl v2.0.12 |
243 | 2025-03-22T03:19:36.919Z | Downloaded fixedbitset v0.5.7 |
244 | 2025-03-22T03:19:36.919Z | Downloaded console v0.15.11 |
245 | 2025-03-22T03:19:36.922Z | Downloaded addr2line v0.21.0 |
246 | 2025-03-22T03:19:36.925Z | Downloaded supports-unicode v3.0.0 |
247 | 2025-03-22T03:19:36.928Z | Downloaded dialoguer v0.11.0 |
248 | 2025-03-22T03:19:36.931Z | Downloaded debug-ignore v1.0.5 |
249 | 2025-03-22T03:19:36.931Z | Downloaded async-scoped v0.9.0 |
250 | 2025-03-22T03:19:36.934Z | Downloaded target-spec-miette v0.4.4 |
251 | 2025-03-22T03:19:36.937Z | Downloaded want v0.3.1 |
252 | 2025-03-22T03:19:36.937Z | Downloaded duct v0.13.7 |
253 | 2025-03-22T03:19:36.940Z | Downloaded futures-channel v0.3.31 |
254 | 2025-03-22T03:19:36.940Z | Downloaded thiserror v1.0.69 |
255 | 2025-03-22T03:19:36.945Z | Downloaded mime v0.3.17 |
256 | 2025-03-22T03:19:36.948Z | Downloaded is_ci v1.2.0 |
257 | 2025-03-22T03:19:36.948Z | Downloaded indenter v0.3.3 |
258 | 2025-03-22T03:19:36.951Z | Downloaded tracing-log v0.2.0 |
259 | 2025-03-22T03:19:36.951Z | Downloaded tracing-error v0.2.1 |
260 | 2025-03-22T03:19:36.953Z | Downloaded untrusted v0.9.0 |
261 | 2025-03-22T03:19:36.953Z | Downloaded signal-hook-registry v1.4.2 |
262 | 2025-03-22T03:19:36.956Z | Downloaded future-queue v0.4.0 |
263 | 2025-03-22T03:19:36.956Z | Downloaded signal-hook-mio v0.2.4 |
264 | 2025-03-22T03:19:36.959Z | Downloaded is_terminal_polyfill v1.70.1 |
265 | 2025-03-22T03:19:36.959Z | Downloaded nested v0.1.1 |
266 | 2025-03-22T03:19:36.964Z | Downloaded openssl-macros v0.1.1 |
267 | 2025-03-22T03:19:36.964Z | Downloaded clap_derive v4.5.32 |
268 | 2025-03-22T03:19:36.967Z | Downloaded number_prefix v0.4.0 |
269 | 2025-03-22T03:19:36.967Z | Downloaded cargo_metadata v0.19.2 |
270 | 2025-03-22T03:19:36.967Z | Downloaded nextest-workspace-hack v0.1.0 |
271 | 2025-03-22T03:19:36.970Z | Downloaded utf8parse v0.2.2 |
272 | 2025-03-22T03:19:36.970Z | Downloaded rustc-hash v2.1.1 |
273 | 2025-03-22T03:19:36.970Z | Downloaded tokio-macros v2.5.0 |
274 | 2025-03-22T03:19:36.976Z | Downloaded globset v0.4.16 |
275 | 2025-03-22T03:19:36.976Z | Downloaded pathdiff v0.2.3 |
276 | 2025-03-22T03:19:36.976Z | Downloaded getrandom v0.2.15 |
277 | 2025-03-22T03:19:36.979Z | Downloaded nextest-metadata v0.12.2 |
278 | 2025-03-22T03:19:36.979Z | Downloaded unicase v2.8.1 |
279 | 2025-03-22T03:19:36.979Z | Downloaded anstream v0.6.18 |
280 | 2025-03-22T03:19:36.982Z | Downloaded sync_wrapper v1.0.2 |
281 | 2025-03-22T03:19:36.985Z | Downloaded const-oid v0.9.6 |
282 | 2025-03-22T03:19:36.985Z | Downloaded xxhash-rust v0.8.15 |
283 | 2025-03-22T03:19:36.988Z | Downloaded hyper-rustls v0.27.5 |
284 | 2025-03-22T03:19:36.991Z | Downloaded itoa v1.0.15 |
285 | 2025-03-22T03:19:36.991Z | Downloaded derive-where v1.2.7 |
286 | 2025-03-22T03:19:36.995Z | Downloaded terminal_size v0.4.2 |
287 | 2025-03-22T03:19:36.997Z | Downloaded crc32fast v1.4.2 |
288 | 2025-03-22T03:19:36.998Z | Downloaded xattr v1.5.0 |
289 | 2025-03-22T03:19:37.000Z | Downloaded eyre v0.6.12 |
290 | 2025-03-22T03:19:37.006Z | Downloaded zipsign-api v0.1.3 |
291 | 2025-03-22T03:19:37.006Z | Downloaded clap v4.5.32 |
292 | 2025-03-22T03:19:37.012Z | Downloaded lazy_static v1.5.0 |
293 | 2025-03-22T03:19:37.016Z | Downloaded mukti-metadata v0.3.0 |
294 | 2025-03-22T03:19:37.016Z | Downloaded pin-utils v0.1.0 |
295 | 2025-03-22T03:19:37.019Z | Downloaded tokio-stream v0.1.17 |
296 | 2025-03-22T03:19:37.021Z | Downloaded tempfile v3.19.1 |
297 | 2025-03-22T03:19:37.024Z | Downloaded unicode-linebreak v0.1.5 |
298 | 2025-03-22T03:19:37.024Z | Downloaded target-spec v3.4.2 |
299 | 2025-03-22T03:19:37.027Z | Downloaded zeroize v1.8.1 |
300 | 2025-03-22T03:19:37.028Z | Downloaded cfg-expr v0.18.0 |
301 | 2025-03-22T03:19:37.031Z | Downloaded pkg-config v0.3.32 |
302 | 2025-03-22T03:19:37.034Z | Downloaded rand_core v0.6.4 |
303 | 2025-03-22T03:19:37.034Z | Downloaded futures v0.3.31 |
304 | 2025-03-22T03:19:37.038Z | Downloaded ppv-lite86 v0.2.21 |
305 | 2025-03-22T03:19:37.041Z | Downloaded serde_urlencoded v0.7.1 |
306 | 2025-03-22T03:19:37.044Z | Downloaded rustc_version v0.4.1 |
307 | 2025-03-22T03:19:37.044Z | Downloaded openssl-probe v0.1.6 |
308 | 2025-03-22T03:19:37.044Z | Downloaded newtype-uuid v1.2.1 |
309 | 2025-03-22T03:19:37.048Z | Downloaded ahash v0.8.11 |
310 | 2025-03-22T03:19:37.051Z | Downloaded rand_chacha v0.9.0 |
311 | 2025-03-22T03:19:37.051Z | Downloaded zstd-safe v7.2.4 |
312 | 2025-03-22T03:19:37.054Z | Downloaded home v0.5.11 |
313 | 2025-03-22T03:19:37.054Z | Downloaded heck v0.5.0 |
314 | 2025-03-22T03:19:37.054Z | Downloaded futures-macro v0.3.31 |
315 | 2025-03-22T03:19:37.054Z | Downloaded curve25519-dalek-derive v0.1.1 |
316 | 2025-03-22T03:19:37.057Z | Downloaded self-replace v1.5.0 |
317 | 2025-03-22T03:19:37.057Z | Downloaded tokio-rustls v0.26.2 |
318 | 2025-03-22T03:19:37.060Z | Downloaded quick-junit v0.5.1 |
319 | 2025-03-22T03:19:37.063Z | Downloaded shlex v1.3.0 |
320 | 2025-03-22T03:19:37.063Z | Downloaded percent-encoding v2.3.1 |
321 | 2025-03-22T03:19:37.067Z | Downloaded target-lexicon v0.13.2 |
322 | 2025-03-22T03:19:37.067Z | Downloaded lock_api v0.4.12 |
323 | 2025-03-22T03:19:37.071Z | Downloaded iana-time-zone v0.1.61 |
324 | 2025-03-22T03:19:37.071Z | Downloaded serde_path_to_error v0.1.17 |
325 | 2025-03-22T03:19:37.074Z | Downloaded thiserror v2.0.12 |
326 | 2025-03-22T03:19:37.077Z | Downloaded zstd v0.13.3 |
327 | 2025-03-22T03:19:37.080Z | Downloaded os_pipe v1.2.1 |
328 | 2025-03-22T03:19:37.083Z | Downloaded miette-derive v7.5.0 |
329 | 2025-03-22T03:19:37.083Z | Downloaded toml v0.8.20 |
330 | 2025-03-22T03:19:37.086Z | Downloaded parking_lot_core v0.9.10 |
331 | 2025-03-22T03:19:37.089Z | Downloaded tracing-subscriber v0.3.19 |
332 | 2025-03-22T03:19:37.096Z | Downloaded serde_ignored v0.1.11 |
333 | 2025-03-22T03:19:37.099Z | Downloaded sha2 v0.10.8 |
334 | 2025-03-22T03:19:37.103Z | Downloaded serde_spanned v0.6.8 |
335 | 2025-03-22T03:19:37.103Z | Downloaded httparse v1.10.1 |
336 | 2025-03-22T03:19:37.106Z | Downloaded rustc-demangle v0.1.24 |
337 | 2025-03-22T03:19:37.106Z | Downloaded getrandom v0.3.2 |
338 | 2025-03-22T03:19:37.109Z | Downloaded scopeguard v1.2.0 |
339 | 2025-03-22T03:19:37.113Z | Downloaded bitflags v2.9.0 |
340 | 2025-03-22T03:19:37.115Z | Downloaded shell-words v1.1.0 |
341 | 2025-03-22T03:19:37.115Z | Downloaded shared_child v1.0.1 |
342 | 2025-03-22T03:19:37.118Z | Downloaded jobserver v0.1.32 |
343 | 2025-03-22T03:19:37.118Z | Downloaded tinyvec v1.9.0 |
344 | 2025-03-22T03:19:37.121Z | Downloaded rand_core v0.9.3 |
345 | 2025-03-22T03:19:37.124Z | Downloaded pin-project-lite v0.2.16 |
346 | 2025-03-22T03:19:37.129Z | Downloaded pkcs8 v0.10.2 |
347 | 2025-03-22T03:19:37.133Z | Downloaded quote v1.0.40 |
348 | 2025-03-22T03:19:37.137Z | Downloaded semver v1.0.26 |
349 | 2025-03-22T03:19:37.137Z | Downloaded quinn-udp v0.5.10 |
350 | 2025-03-22T03:19:37.140Z | Downloaded miniz_oxide v0.7.4 |
351 | 2025-03-22T03:19:37.144Z | Downloaded once_cell v1.21.1 |
352 | 2025-03-22T03:19:37.144Z | Downloaded rustls-pemfile v2.2.0 |
353 | 2025-03-22T03:19:37.147Z | Downloaded ryu v1.0.20 |
354 | 2025-03-22T03:19:37.150Z | Downloaded indicatif v0.17.11 |
355 | 2025-03-22T03:19:37.153Z | Downloaded borsh v1.5.6 |
356 | 2025-03-22T03:19:37.158Z | Downloaded serde_derive v1.0.219 |
357 | 2025-03-22T03:19:37.161Z | Downloaded uuid v1.16.0 |
358 | 2025-03-22T03:19:37.164Z | Downloaded hyper-util v0.1.10 |
359 | 2025-03-22T03:19:37.169Z | Downloaded tracing v0.1.41 |
360 | 2025-03-22T03:19:37.172Z | Downloaded owo-colors v3.5.0 |
361 | 2025-03-22T03:19:37.175Z | Downloaded owo-colors v4.2.0 |
362 | 2025-03-22T03:19:37.178Z | Downloaded proc-macro2 v1.0.94 |
363 | 2025-03-22T03:19:37.181Z | Downloaded der v0.7.9 |
364 | 2025-03-22T03:19:37.186Z | Downloaded rustls-pki-types v1.11.0 |
365 | 2025-03-22T03:19:37.190Z | Downloaded native-tls v0.2.14 |
366 | 2025-03-22T03:19:37.193Z | Downloaded num-traits v0.2.19 |
367 | 2025-03-22T03:19:37.193Z | Downloaded typenum v1.18.0 |
368 | 2025-03-22T03:19:37.196Z | Downloaded parking_lot v0.12.3 |
369 | 2025-03-22T03:19:37.199Z | Downloaded signal-hook v0.3.17 |
370 | 2025-03-22T03:19:37.202Z | Downloaded url v2.5.4 |
371 | 2025-03-22T03:19:37.205Z | Downloaded serde v1.0.219 |
372 | 2025-03-22T03:19:37.208Z | Downloaded backtrace v0.3.71 |
373 | 2025-03-22T03:19:37.212Z | Downloaded http v1.3.1 |
374 | 2025-03-22T03:19:37.216Z | Downloaded pin-project-internal v1.1.10 |
375 | 2025-03-22T03:19:37.218Z | Downloaded ed25519-dalek v2.1.1 |
376 | 2025-03-22T03:19:37.221Z | Downloaded pin-project v1.1.10 |
377 | 2025-03-22T03:19:37.231Z | Downloaded toml_edit v0.22.24 |
378 | 2025-03-22T03:19:37.252Z | Downloaded miniz_oxide v0.8.5 |
379 | 2025-03-22T03:19:37.255Z | Downloaded unicode-normalization v0.1.24 |
380 | 2025-03-22T03:19:37.258Z | Downloaded config v0.15.11 |
381 | 2025-03-22T03:19:37.262Z | Downloaded rand v0.9.0 |
382 | 2025-03-22T03:19:37.265Z | Downloaded quinn v0.11.7 |
383 | 2025-03-22T03:19:37.268Z | Downloaded tokio-util v0.7.14 |
384 | 2025-03-22T03:19:37.275Z | Downloaded tower v0.5.2 |
385 | 2025-03-22T03:19:37.283Z | Downloaded sharded-slab v0.1.7 |
386 | 2025-03-22T03:19:37.286Z | Downloaded idna v1.0.3 |
387 | 2025-03-22T03:19:37.290Z | Downloaded miette v7.5.0 |
388 | 2025-03-22T03:19:37.294Z | Downloaded cc v1.2.17 |
389 | 2025-03-22T03:19:37.298Z | Downloaded self_update v0.42.0 |
390 | 2025-03-22T03:19:37.303Z | Downloaded zerocopy v0.7.35 |
391 | 2025-03-22T03:19:37.316Z | Downloaded openssl-sys v0.9.106 |
392 | 2025-03-22T03:19:37.319Z | Downloaded serde_json v1.0.140 |
393 | 2025-03-22T03:19:37.325Z | Downloaded itertools v0.14.0 |
394 | 2025-03-22T03:19:37.332Z | Downloaded winnow v0.7.4 |
395 | 2025-03-22T03:19:37.340Z | Downloaded guppy v0.17.17 |
396 | 2025-03-22T03:19:37.347Z | Downloaded mio v1.0.3 |
397 | 2025-03-22T03:19:37.350Z | Downloaded hyper v1.6.0 |
398 | 2025-03-22T03:19:37.357Z | Downloaded crossterm v0.28.1 |
399 | 2025-03-22T03:19:37.362Z | Downloaded hashbrown v0.15.2 |
400 | 2025-03-22T03:19:37.367Z | Downloaded flate2 v1.1.0 |
401 | 2025-03-22T03:19:37.373Z | Downloaded reqwest v0.12.15 |
402 | 2025-03-22T03:19:37.381Z | Downloaded quick-xml v0.37.2 |
403 | 2025-03-22T03:19:37.386Z | Downloaded clap_builder v4.5.32 |
404 | 2025-03-22T03:19:37.392Z | Downloaded vcpkg v0.2.15 |
405 | 2025-03-22T03:19:37.427Z | Downloaded unicode-width v0.1.14 |
406 | 2025-03-22T03:19:37.434Z | Downloaded zerocopy v0.8.24 |
407 | 2025-03-22T03:19:37.455Z | Downloaded color-spantrace v0.2.1 |
408 | 2025-03-22T03:19:37.459Z | Downloaded nextest-runner v0.75.0 |
409 | 2025-03-22T03:19:37.468Z | Downloaded portable-atomic v1.11.0 |
410 | 2025-03-22T03:19:37.475Z | Downloaded syn v2.0.100 |
411 | 2025-03-22T03:19:37.485Z | Downloaded unicode-width v0.2.0 |
412 | 2025-03-22T03:19:37.491Z | Downloaded nix v0.29.0 |
413 | 2025-03-22T03:19:37.502Z | Downloaded webpki-roots v0.26.8 |
414 | 2025-03-22T03:19:37.505Z | Downloaded aho-corasick v1.1.3 |
415 | 2025-03-22T03:19:37.511Z | Downloaded chrono v0.4.40 |
416 | 2025-03-22T03:19:37.518Z | Downloaded h2 v0.4.8 |
417 | 2025-03-22T03:19:37.525Z | Downloaded rustls-webpki v0.103.0 |
418 | 2025-03-22T03:19:37.540Z | Downloaded gimli v0.28.1 |
419 | 2025-03-22T03:19:37.548Z | Downloaded quinn-proto v0.11.10 |
420 | 2025-03-22T03:19:37.555Z | Downloaded futures-util v0.3.31 |
421 | 2025-03-22T03:19:37.566Z | Downloaded regex v1.11.1 |
422 | 2025-03-22T03:19:37.578Z | Downloaded curve25519-dalek v4.1.3 |
423 | 2025-03-22T03:19:37.587Z | Downloaded object v0.32.2 |
424 | 2025-03-22T03:19:37.597Z | Downloaded bstr v1.11.3 |
425 | 2025-03-22T03:19:37.607Z | Downloaded ron v0.8.1 |
426 | 2025-03-22T03:19:37.611Z | Downloaded openssl v0.10.71 |
427 | 2025-03-22T03:19:37.620Z | Downloaded rustls v0.23.25 |
428 | 2025-03-22T03:19:37.632Z | Downloaded rustix v0.38.44 |
429 | 2025-03-22T03:19:37.653Z | Downloaded libc v0.2.171 |
430 | 2025-03-22T03:19:37.677Z | Downloaded regex-syntax v0.8.5 |
431 | 2025-03-22T03:19:37.685Z | Downloaded rustix v1.0.3 |
432 | 2025-03-22T03:19:37.706Z | Downloaded zstd-sys v2.0.15+zstd.1.5.7 |
433 | 2025-03-22T03:19:37.725Z | Downloaded tracing-core v0.1.33 |
434 | 2025-03-22T03:19:37.728Z | Downloaded textwrap v0.16.2 |
435 | 2025-03-22T03:19:37.731Z | Downloaded bytes v1.10.1 |
436 | 2025-03-22T03:19:37.734Z | Downloaded vte v0.14.1 |
437 | 2025-03-22T03:19:37.739Z | Downloaded nextest-filtering v0.15.0 |
438 | 2025-03-22T03:19:37.742Z | Downloaded tar v0.4.44 |
439 | 2025-03-22T03:19:37.742Z | Downloaded unicode-ident v1.0.18 |
440 | 2025-03-22T03:19:37.742Z | Downloaded base64 v0.22.1 |
441 | 2025-03-22T03:19:37.746Z | Downloaded base64 v0.21.7 |
442 | 2025-03-22T03:19:37.749Z | Downloaded cfg-if v1.0.0 |
443 | 2025-03-22T03:19:37.752Z | Downloaded colorchoice v1.0.3 |
444 | 2025-03-22T03:19:37.752Z | Downloaded tokio v1.44.1 |
445 | 2025-03-22T03:19:37.788Z | Downloaded clap_lex v0.7.4 |
446 | 2025-03-22T03:19:37.797Z | Downloaded color-eyre v0.6.3 |
447 | 2025-03-22T03:19:37.797Z | Downloaded digest v0.10.7 |
448 | 2025-03-22T03:19:37.802Z | Downloaded tokio-native-tls v0.3.1 |
449 | 2025-03-22T03:19:37.802Z | Downloaded supports-hyperlinks v3.1.0 |
450 | 2025-03-22T03:19:37.802Z | Downloaded backtrace-ext v0.2.1 |
451 | 2025-03-22T03:19:37.802Z | Downloaded anstyle v1.0.10 |
452 | 2025-03-22T03:19:37.805Z | Downloaded subtle v2.6.1 |
453 | 2025-03-22T03:19:37.805Z | Downloaded strip-ansi-escapes v0.2.1 |
454 | 2025-03-22T03:19:37.805Z | Downloaded spki v0.7.3 |
455 | 2025-03-22T03:19:37.808Z | Downloaded smol_str v0.3.2 |
456 | 2025-03-22T03:19:37.808Z | Downloaded static_assertions v1.1.0 |
457 | 2025-03-22T03:19:37.808Z | Downloaded slab v0.4.9 |
458 | 2025-03-22T03:19:37.813Z | Downloaded regex-automata v0.4.9 |
459 | 2025-03-22T03:19:37.830Z | Downloaded petgraph v0.7.1 |
460 | 2025-03-22T03:19:37.860Z | Downloaded ring v0.17.14 |
461 | 2025-03-22T03:19:37.911Z | Downloaded recursion v0.5.2 |
462 | 2025-03-22T03:19:38.149Z | Compiling proc-macro2 v1.0.94 |
463 | 2025-03-22T03:19:38.149Z | Compiling unicode-ident v1.0.18 |
464 | 2025-03-22T03:19:38.152Z | Compiling libc v0.2.171 |
465 | 2025-03-22T03:19:38.152Z | Compiling cfg-if v1.0.0 |
466 | 2025-03-22T03:19:38.152Z | Compiling serde v1.0.219 |
467 | 2025-03-22T03:19:38.152Z | Compiling memchr v2.7.4 |
468 | 2025-03-22T03:19:38.171Z | Compiling once_cell v1.21.1 |
469 | 2025-03-22T03:19:38.293Z | Compiling autocfg v1.4.0 |
470 | 2025-03-22T03:19:38.328Z | Compiling shlex v1.3.0 |
471 | 2025-03-22T03:19:38.801Z | Compiling log v0.4.26 |
472 | 2025-03-22T03:19:38.824Z | Compiling pin-project-lite v0.2.16 |
473 | 2025-03-22T03:19:38.935Z | Compiling itoa v1.0.15 |
474 | 2025-03-22T03:19:39.157Z | Compiling futures-core v0.3.31 |
475 | 2025-03-22T03:19:39.160Z | Compiling smallvec v1.14.0 |
476 | 2025-03-22T03:19:39.203Z | Compiling bitflags v2.9.0 |
477 | 2025-03-22T03:19:39.273Z | Compiling bytes v1.10.1 |
478 | 2025-03-22T03:19:39.397Z | Compiling slab v0.4.9 |
479 | 2025-03-22T03:19:39.673Z | Compiling rustix v1.0.3 |
480 | 2025-03-22T03:19:39.744Z | Compiling equivalent v1.0.2 |
481 | 2025-03-22T03:19:39.763Z | Compiling getrandom v0.3.2 |
482 | 2025-03-22T03:19:39.864Z | Compiling futures-sink v0.3.31 |
483 | 2025-03-22T03:19:40.034Z | Compiling jobserver v0.1.32 |
484 | 2025-03-22T03:19:40.060Z | Compiling hashbrown v0.15.2 |
485 | 2025-03-22T03:19:40.383Z | Compiling quote v1.0.40 |
486 | 2025-03-22T03:19:40.399Z | Compiling cc v1.2.17 |
487 | 2025-03-22T03:19:40.820Z | Compiling syn v2.0.100 |
488 | 2025-03-22T03:19:40.935Z | Compiling errno v0.3.10 |
489 | 2025-03-22T03:19:41.032Z | Compiling signal-hook-registry v1.4.2 |
490 | 2025-03-22T03:19:41.051Z | Compiling mio v1.0.3 |
491 | 2025-03-22T03:19:41.627Z | Compiling socket2 v0.5.8 |
492 | 2025-03-22T03:19:41.662Z | Compiling tracing-core v0.1.33 |
493 | 2025-03-22T03:19:41.936Z | Compiling version_check v0.9.5 |
494 | 2025-03-22T03:19:42.572Z | Compiling futures-channel v0.3.31 |
495 | 2025-03-22T03:19:42.605Z | Compiling ryu v1.0.20 |
496 | 2025-03-22T03:19:42.733Z | Compiling futures-task v0.3.31 |
497 | 2025-03-22T03:19:43.041Z | Compiling futures-io v0.3.31 |
498 | 2025-03-22T03:19:43.057Z | Compiling serde_json v1.0.140 |
499 | 2025-03-22T03:19:43.165Z | Compiling pin-utils v0.1.0 |
500 | 2025-03-22T03:19:44.272Z | Compiling getrandom v0.2.15 |
501 | 2025-03-22T03:19:44.276Z | Compiling fnv v1.0.7 |
502 | 2025-03-22T03:19:44.276Z | Compiling unicode-width v0.2.0 |
503 | 2025-03-22T03:19:44.276Z | Compiling camino v1.1.9 |
504 | 2025-03-22T03:19:44.276Z | Compiling http v1.3.1 |
505 | 2025-03-22T03:19:44.276Z | Compiling rustls-pki-types v1.11.0 |
506 | 2025-03-22T03:19:44.276Z | Compiling target-lexicon v0.13.2 |
507 | 2025-03-22T03:19:44.276Z | Compiling untrusted v0.9.0 |
508 | 2025-03-22T03:19:44.276Z | Compiling adler v1.0.2 |
509 | 2025-03-22T03:19:44.277Z | Compiling ring v0.17.14 |
510 | 2025-03-22T03:19:44.277Z | Compiling backtrace v0.3.71 |
511 | 2025-03-22T03:19:44.354Z | Compiling thiserror v1.0.69 |
512 | 2025-03-22T03:19:44.747Z | Compiling typenum v1.18.0 |
513 | 2025-03-22T03:19:44.916Z | Compiling httparse v1.10.1 |
514 | 2025-03-22T03:19:45.012Z | Compiling gimli v0.28.1 |
515 | 2025-03-22T03:19:45.332Z | Compiling semver v1.0.26 |
516 | 2025-03-22T03:19:45.429Z | Compiling guppy-workspace-hack v0.1.0 |
517 | 2025-03-22T03:19:45.693Z | Compiling http-body v1.0.1 |
518 | 2025-03-22T03:19:45.934Z | Compiling miniz_oxide v0.7.4 |
519 | 2025-03-22T03:19:46.025Z | Compiling generic-array v0.14.7 |
520 | 2025-03-22T03:19:46.103Z | Compiling object v0.32.2 |
521 | 2025-03-22T03:19:46.345Z | Compiling pkg-config v0.3.32 |
522 | 2025-03-22T03:19:47.032Z | Compiling target-spec v3.4.2 |
523 | 2025-03-22T03:19:47.219Z | Compiling zeroize v1.8.1 |
524 | 2025-03-22T03:19:47.513Z | Compiling rustls v0.23.25 |
525 | 2025-03-22T03:19:47.538Z | Compiling atomic-waker v1.1.2 |
526 | 2025-03-22T03:19:47.566Z | Compiling fastrand v2.3.0 |
527 | 2025-03-22T03:19:47.724Z | Compiling rustc-demangle v0.1.24 |
528 | 2025-03-22T03:19:47.828Z | Compiling thiserror v2.0.12 |
529 | 2025-03-22T03:19:47.951Z | Compiling try-lock v0.2.5 |
530 | 2025-03-22T03:19:48.107Z | Compiling want v0.3.1 |
531 | 2025-03-22T03:19:48.204Z | Compiling tempfile v3.19.1 |
532 | 2025-03-22T03:19:48.432Z | Compiling zstd-sys v2.0.15+zstd.1.5.7 |
533 | 2025-03-22T03:19:48.803Z | Compiling cfg-expr v0.18.0 |
534 | 2025-03-22T03:19:49.987Z | Compiling addr2line v0.21.0 |
535 | 2025-03-22T03:19:50.806Z | Compiling terminal_size v0.4.2 |
536 | 2025-03-22T03:19:50.841Z | Compiling aho-corasick v1.1.3 |
537 | 2025-03-22T03:19:51.032Z | Compiling zerocopy v0.8.24 |
538 | 2025-03-22T03:19:51.106Z | Compiling regex-syntax v0.8.5 |
539 | 2025-03-22T03:19:51.109Z | Compiling tower-service v0.3.3 |
540 | 2025-03-22T03:19:51.245Z | Compiling percent-encoding v2.3.1 |
541 | 2025-03-22T03:19:51.428Z | Compiling owo-colors v4.2.0 |
542 | 2025-03-22T03:19:51.698Z | Compiling subtle v2.6.1 |
543 | 2025-03-22T03:19:51.823Z | Compiling form_urlencoded v1.2.1 |
544 | 2025-03-22T03:19:52.315Z | Compiling ahash v0.8.11 |
545 | 2025-03-22T03:19:52.604Z | Compiling serde_derive v1.0.219 |
546 | 2025-03-22T03:19:52.688Z | Compiling tokio-macros v2.5.0 |
547 | 2025-03-22T03:19:53.217Z | Compiling futures-macro v0.3.31 |
548 | 2025-03-22T03:19:54.193Z | Compiling tokio v1.44.1 |
549 | 2025-03-22T03:19:54.421Z | Compiling tracing-attributes v0.1.28 |
550 | 2025-03-22T03:19:54.977Z | Compiling futures-util v0.3.31 |
551 | 2025-03-22T03:19:57.588Z | Compiling tracing v0.1.41 |
552 | 2025-03-22T03:19:58.287Z | Compiling thiserror-impl v1.0.69 |
553 | 2025-03-22T03:20:01.586Z | Compiling thiserror-impl v2.0.12 |
554 | 2025-03-22T03:20:04.703Z | Compiling tokio-util v0.7.14 |
555 | 2025-03-22T03:20:04.759Z | Compiling rustls-webpki v0.103.0 |
556 | 2025-03-22T03:20:06.504Z | Compiling indexmap v2.8.0 |
557 | 2025-03-22T03:20:08.499Z | Compiling h2 v0.4.8 |
558 | 2025-03-22T03:20:11.178Z | Compiling regex-automata v0.4.9 |
559 | 2025-03-22T03:20:12.846Z | Compiling num-traits v0.2.19 |
560 | 2025-03-22T03:20:13.076Z | Compiling lock_api v0.4.12 |
561 | 2025-03-22T03:20:13.200Z | Compiling idna_adapter v1.0.0 |
562 | 2025-03-22T03:20:13.346Z | Compiling either v1.15.0 |
563 | 2025-03-22T03:20:13.418Z | Compiling parking_lot_core v0.9.10 |
564 | 2025-03-22T03:20:13.798Z | Compiling hyper v1.6.0 |
565 | 2025-03-22T03:20:13.872Z | Compiling rustix v0.38.44 |
566 | 2025-03-22T03:20:14.565Z | Compiling nextest-workspace-hack v0.1.0 |
567 | 2025-03-22T03:20:14.884Z | Compiling is_ci v1.2.0 |
568 | 2025-03-22T03:20:15.179Z | Compiling signal-hook v0.3.17 |
569 | 2025-03-22T03:20:15.487Z | Compiling unicode-linebreak v0.1.5 |
570 | 2025-03-22T03:20:16.007Z | Compiling portable-atomic v1.11.0 |
571 | 2025-03-22T03:20:16.949Z | Compiling utf8_iter v1.0.4 |
572 | 2025-03-22T03:20:17.229Z | Compiling lazy_static v1.5.0 |
573 | 2025-03-22T03:20:17.367Z | Compiling winnow v0.7.4 |
574 | 2025-03-22T03:20:17.851Z | Compiling tokio-rustls v0.26.2 |
575 | 2025-03-22T03:20:18.398Z | Compiling sharded-slab v0.1.7 |
576 | 2025-03-22T03:20:19.985Z | Compiling idna v1.0.3 |
577 | 2025-03-22T03:20:21.888Z | Compiling hyper-util v0.1.10 |
578 | 2025-03-22T03:20:23.688Z | Compiling textwrap v0.16.2 |
579 | 2025-03-22T03:20:23.806Z | Compiling supports-color v3.0.2 |
580 | 2025-03-22T03:20:24.352Z | Compiling pathdiff v0.2.3 |
581 | 2025-03-22T03:20:24.527Z | Compiling toml_datetime v0.6.8 |
582 | 2025-03-22T03:20:24.543Z | Compiling serde_spanned v0.6.8 |
583 | 2025-03-22T03:20:24.744Z | Compiling cargo-platform v0.1.9 |
584 | 2025-03-22T03:20:25.207Z | Compiling backtrace-ext v0.2.1 |
585 | 2025-03-22T03:20:25.783Z | Compiling miette-derive v7.5.0 |
586 | 2025-03-22T03:20:26.721Z | Compiling webpki-roots v0.26.8 |
587 | 2025-03-22T03:20:26.937Z | Compiling console v0.15.11 |
588 | 2025-03-22T03:20:27.687Z | Compiling tracing-log v0.2.0 |
589 | 2025-03-22T03:20:28.385Z | Compiling sync_wrapper v1.0.2 |
590 | 2025-03-22T03:20:28.540Z | Compiling thread_local v1.1.8 |
591 | 2025-03-22T03:20:28.667Z | Compiling scopeguard v1.2.0 |
592 | 2025-03-22T03:20:28.812Z | Compiling fixedbitset v0.5.7 |
593 | 2025-03-22T03:20:29.242Z | Compiling adler2 v2.0.0 |
594 | 2025-03-22T03:20:29.436Z | Compiling zerocopy v0.7.35 |
595 | 2025-03-22T03:20:29.503Z | Compiling newtype-uuid v1.2.1 |
596 | 2025-03-22T03:20:29.798Z | Compiling tower-layer v0.3.3 |
597 | 2025-03-22T03:20:29.828Z | Compiling cfg_aliases v0.2.1 |
598 | 2025-03-22T03:20:29.870Z | Compiling debug-ignore v1.0.5 |
599 | 2025-03-22T03:20:29.925Z | Compiling unicode-width v0.1.14 |
600 | 2025-03-22T03:20:29.990Z | Compiling utf8parse v0.2.2 |
601 | 2025-03-22T03:20:30.017Z | Compiling zstd-safe v7.2.4 |
602 | 2025-03-22T03:20:30.139Z | Compiling supports-hyperlinks v3.1.0 |
603 | 2025-03-22T03:20:30.160Z | Compiling supports-unicode v3.0.0 |
604 | 2025-03-22T03:20:30.185Z | Compiling anstyle-parse v0.2.6 |
605 | 2025-03-22T03:20:30.361Z | Compiling miette v7.5.0 |
606 | 2025-03-22T03:20:30.457Z | Compiling tower v0.5.2 |
607 | 2025-03-22T03:20:30.490Z | Compiling nix v0.29.0 |
608 | 2025-03-22T03:20:30.678Z | Compiling ppv-lite86 v0.2.21 |
609 | 2025-03-22T03:20:31.136Z | Compiling miniz_oxide v0.8.5 |
610 | 2025-03-22T03:20:31.252Z | Compiling petgraph v0.7.1 |
611 | 2025-03-22T03:20:31.445Z | Compiling tracing-subscriber v0.3.19 |
612 | 2025-03-22T03:20:32.066Z | Compiling hyper-rustls v0.27.5 |
613 | 2025-03-22T03:20:33.852Z | Compiling cargo_metadata v0.19.2 |
614 | 2025-03-22T03:20:34.417Z | Compiling toml_edit v0.22.24 |
615 | 2025-03-22T03:20:41.113Z | Compiling url v2.5.4 |
616 | 2025-03-22T03:20:42.210Z | Compiling regex v1.11.1 |
617 | 2025-03-22T03:20:42.681Z | Compiling itertools v0.14.0 |
618 | 2025-03-22T03:20:42.945Z | Compiling serde_urlencoded v0.7.1 |
619 | 2025-03-22T03:20:43.503Z | Compiling smol_str v0.3.2 |
620 | 2025-03-22T03:20:44.187Z | Compiling futures-executor v0.3.31 |
621 | 2025-03-22T03:20:45.385Z | Compiling block-buffer v0.10.4 |
622 | 2025-03-22T03:20:45.625Z | Compiling crypto-common v0.1.6 |
623 | 2025-03-22T03:20:45.825Z | Compiling pin-project-internal v1.1.10 |
624 | 2025-03-22T03:20:45.841Z | Compiling http-body-util v0.1.3 |
625 | 2025-03-22T03:20:46.386Z | Compiling rustls-pemfile v2.2.0 |
626 | 2025-03-22T03:20:46.402Z | Compiling uuid v1.16.0 |
627 | 2025-03-22T03:20:46.602Z | Compiling rand_core v0.9.3 |
628 | 2025-03-22T03:20:46.630Z | Compiling filetime v0.2.25 |
629 | 2025-03-22T03:20:46.838Z | Compiling bstr v1.11.3 |
630 | 2025-03-22T03:20:46.977Z | Compiling vte v0.14.1 |
631 | 2025-03-22T03:20:47.065Z | Compiling quick-xml v0.37.2 |
632 | 2025-03-22T03:20:47.390Z | Compiling crc32fast v1.4.2 |
633 | 2025-03-22T03:20:47.659Z | Compiling xattr v1.5.0 |
634 | 2025-03-22T03:20:47.895Z | Compiling static_assertions v1.1.0 |
635 | 2025-03-22T03:20:47.972Z | Compiling is_terminal_polyfill v1.70.1 |
636 | 2025-03-22T03:20:47.999Z | Compiling colorchoice v1.0.3 |
637 | 2025-03-22T03:20:48.101Z | Compiling eyre v0.6.12 |
638 | 2025-03-22T03:20:48.157Z | Compiling anstyle-query v1.1.2 |
639 | 2025-03-22T03:20:48.316Z | Compiling nested v0.1.1 |
640 | 2025-03-22T03:20:48.379Z | Compiling ipnet v2.11.0 |
641 | 2025-03-22T03:20:48.606Z | Compiling tinyvec_macros v0.1.1 |
642 | 2025-03-22T03:20:48.636Z | Compiling mime v0.3.17 |
643 | 2025-03-22T03:20:48.651Z | Compiling base64 v0.22.1 |
644 | 2025-03-22T03:20:48.699Z | Compiling anstyle v1.0.10 |
645 | 2025-03-22T03:20:49.242Z | Compiling iana-time-zone v0.1.61 |
646 | 2025-03-22T03:20:49.715Z | Compiling number_prefix v0.4.0 |
647 | 2025-03-22T03:20:49.732Z | Compiling self_update v0.42.0 |
648 | 2025-03-22T03:20:49.948Z | Compiling indicatif v0.17.11 |
649 | 2025-03-22T03:20:49.966Z | Compiling chrono v0.4.40 |
650 | 2025-03-22T03:20:50.111Z | Compiling reqwest v0.12.15 |
651 | 2025-03-22T03:20:50.686Z | Compiling anstream v0.6.18 |
652 | 2025-03-22T03:20:51.451Z | Compiling tinyvec v1.9.0 |
653 | 2025-03-22T03:20:52.195Z | Compiling pin-project v1.1.10 |
654 | 2025-03-22T03:20:52.323Z | Compiling guppy v0.17.17 |
655 | 2025-03-22T03:20:53.132Z | Compiling tar v0.4.44 |
656 | 2025-03-22T03:20:53.555Z | Compiling globset v0.4.16 |
657 | 2025-03-22T03:20:56.396Z | Compiling flate2 v1.1.0 |
658 | 2025-03-22T03:20:57.013Z | Compiling strip-ansi-escapes v0.2.1 |
659 | 2025-03-22T03:20:57.583Z | Compiling rand_chacha v0.9.0 |
660 | 2025-03-22T03:20:57.708Z | Compiling digest v0.10.7 |
661 | 2025-03-22T03:20:58.025Z | Compiling futures v0.3.31 |
662 | 2025-03-22T03:20:58.109Z | Compiling nextest-metadata v0.12.2 |
663 | 2025-03-22T03:20:58.139Z | Compiling signal-hook-mio v0.2.4 |
664 | 2025-03-22T03:20:58.199Z | Compiling parking_lot v0.12.3 |
665 | 2025-03-22T03:20:58.311Z | Compiling toml v0.8.20 |
666 | 2025-03-22T03:20:59.138Z | Compiling tracing-error v0.2.1 |
667 | 2025-03-22T03:20:59.557Z | Compiling self-replace v1.5.0 |
668 | 2025-03-22T03:21:00.129Z | Compiling os_pipe v1.2.1 |
669 | 2025-03-22T03:21:00.179Z | Compiling shared_child v1.0.1 |
670 | 2025-03-22T03:21:00.243Z | Compiling humantime v2.2.0 |
671 | 2025-03-22T03:21:00.392Z | Compiling shell-words v1.1.0 |
672 | 2025-03-22T03:21:00.803Z | Compiling cpufeatures v0.2.17 |
673 | 2025-03-22T03:21:00.819Z | Compiling strsim v0.11.1 |
674 | 2025-03-22T03:21:00.905Z | Compiling indenter v0.3.3 |
675 | 2025-03-22T03:21:01.090Z | Compiling clap_lex v0.7.4 |
676 | 2025-03-22T03:21:01.093Z | Compiling owo-colors v3.5.0 |
677 | 2025-03-22T03:21:01.853Z | Compiling heck v0.5.0 |
678 | 2025-03-22T03:21:02.306Z | Compiling urlencoding v2.1.3 |
679 | 2025-03-22T03:21:02.543Z | Compiling unicase v2.8.1 |
680 | 2025-03-22T03:21:02.742Z | Compiling recursion v0.5.2 |
681 | 2025-03-22T03:21:02.956Z | Compiling nextest-filtering v0.15.0 |
682 | 2025-03-22T03:21:03.047Z | Compiling clap_builder v4.5.32 |
683 | 2025-03-22T03:21:03.930Z | Compiling color-spantrace v0.2.1 |
684 | 2025-03-22T03:21:04.909Z | Compiling clap_derive v4.5.32 |
685 | 2025-03-22T03:21:06.931Z | Compiling sha2 v0.10.8 |
686 | 2025-03-22T03:21:09.609Z | Compiling humantime-serde v1.1.1 |
687 | 2025-03-22T03:21:09.850Z | Compiling duct v0.13.7 |
688 | 2025-03-22T03:21:10.114Z | Compiling cargo-nextest v0.9.92 |
689 | 2025-03-22T03:21:11.577Z | Compiling config v0.15.11 |
690 | 2025-03-22T03:21:12.662Z | Compiling crossterm v0.28.1 |
691 | 2025-03-22T03:21:12.999Z | Compiling async-scoped v0.9.0 |
692 | 2025-03-22T03:21:13.316Z | Compiling rand v0.9.0 |
693 | 2025-03-22T03:21:13.942Z | Compiling quick-junit v0.5.1 |
694 | 2025-03-22T03:21:14.980Z | Compiling zstd v0.13.3 |
695 | 2025-03-22T03:21:15.909Z | Compiling unicode-normalization v0.1.24 |
696 | 2025-03-22T03:21:16.408Z | Compiling atomicwrites v0.4.4 |
697 | 2025-03-22T03:21:16.943Z | Compiling target-spec-miette v0.4.4 |
698 | 2025-03-22T03:21:17.232Z | Compiling future-queue v0.4.0 |
699 | 2025-03-22T03:21:17.771Z | Compiling mukti-metadata v0.3.0 |
700 | 2025-03-22T03:21:17.824Z | Compiling camino-tempfile v1.1.1 |
701 | 2025-03-22T03:21:18.678Z | Compiling serde_path_to_error v0.1.17 |
702 | 2025-03-22T03:21:18.791Z | Compiling serde_ignored v0.1.11 |
703 | 2025-03-22T03:21:19.227Z | Compiling tokio-stream v0.1.17 |
704 | 2025-03-22T03:21:19.683Z | Compiling derive-where v1.2.7 |
705 | 2025-03-22T03:21:20.170Z | Compiling xxhash-rust v0.8.15 |
706 | 2025-03-22T03:21:20.385Z | Compiling home v0.5.11 |
707 | 2025-03-22T03:21:20.452Z | Compiling indent_write v2.2.0 |
708 | 2025-03-22T03:21:20.668Z | Compiling hex v0.4.3 |
709 | 2025-03-22T03:21:20.684Z | Compiling swrite v0.1.0 |
710 | 2025-03-22T03:21:20.833Z | Compiling clap v4.5.32 |
711 | 2025-03-22T03:21:20.952Z | Compiling color-eyre v0.6.3 |
712 | 2025-03-22T03:21:21.343Z | Compiling dialoguer v0.11.0 |
713 | 2025-03-22T03:21:21.598Z | Compiling enable-ansi-support v0.2.1 |
714 | 2025-03-22T03:21:22.967Z | Compiling nextest-runner v0.75.0 |
715 | 2025-03-22T03:22:05.473Z | Finished `release` profile [optimized] target(s) in 2m 30s |
716 | 2025-03-22T03:22:05.696Z | Installing /home/build/.cargo/bin/cargo-nextest |
717 | 2025-03-22T03:22:05.699Z | Installed package `cargo-nextest v0.9.92` (executable `cargo-nextest`) |
718 | 2025-03-22T03:22:05.793Z | + pushd rdb |
719 | 2025-03-22T03:22:05.796Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
720 | 2025-03-22T03:22:05.796Z | + cargo nextest run |
721 | 2025-03-22T03:22:06.150Z | Updating crates.io index |
722 | 2025-03-22T03:22:06.304Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
723 | 2025-03-22T03:22:07.064Z | From https://github.com/oxidecomputer/falcon |
724 | 2025-03-22T03:22:07.064Z | * [new ref] d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 -> refs/commit/d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 |
725 | 2025-03-22T03:22:07.169Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
726 | 2025-03-22T03:22:08.411Z | From https://github.com/oxidecomputer/dendrite |
727 | 2025-03-22T03:22:08.411Z | * [new ref] 58f63f5721d40d1954524879d1ede6b9084c7b3b -> refs/commit/58f63f5721d40d1954524879d1ede6b9084c7b3b |
728 | 2025-03-22T03:22:08.452Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
729 | 2025-03-22T03:22:08.859Z | From https://github.com/oxidecomputer/ispf |
730 | 2025-03-22T03:22:08.859Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
731 | 2025-03-22T03:22:08.879Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2025-03-22T03:22:09.295Z | From https://github.com/oxidecomputer/netadm-sys |
733 | 2025-03-22T03:22:09.295Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
734 | 2025-03-22T03:22:09.321Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
735 | 2025-03-22T03:22:13.878Z | From https://github.com/oxidecomputer/omicron |
736 | 2025-03-22T03:22:13.878Z | * [new ref] 25a7855cf82764c4297d549fc0bf0b04ab2d4403 -> refs/commit/25a7855cf82764c4297d549fc0bf0b04ab2d4403 |
737 | 2025-03-22T03:22:13.916Z | * [new tag] dogfood -> dogfood |
738 | 2025-03-22T03:22:13.920Z | * [new tag] v5 -> v5 |
739 | 2025-03-22T03:22:13.920Z | * [new tag] v6 -> v6 |
740 | 2025-03-22T03:22:13.920Z | * [new tag] v7 -> v7 |
741 | 2025-03-22T03:22:13.920Z | * [new tag] v8 -> v8 |
742 | 2025-03-22T03:22:13.920Z | * [new tag] v9 -> v9 |
743 | 2025-03-22T03:22:14.326Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2025-03-22T03:22:15.052Z | From https://github.com/oxidecomputer/opte |
745 | 2025-03-22T03:22:15.052Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
746 | 2025-03-22T03:22:15.188Z | Updating git repository `https://github.com/illumos/smf-rs` |
747 | 2025-03-22T03:22:15.569Z | From https://github.com/illumos/smf-rs |
748 | 2025-03-22T03:22:15.569Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
749 | 2025-03-22T03:22:15.596Z | Updating git repository `https://github.com/oxidecomputer/zone` |
750 | 2025-03-22T03:22:15.961Z | From https://github.com/oxidecomputer/zone |
751 | 2025-03-22T03:22:15.961Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
752 | 2025-03-22T03:22:15.981Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
753 | 2025-03-22T03:22:16.637Z | From https://github.com/oxidecomputer/propolis |
754 | 2025-03-22T03:22:16.637Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
755 | 2025-03-22T03:22:16.725Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
756 | 2025-03-22T03:22:17.335Z | From https://github.com/oxidecomputer/transceiver-control |
757 | 2025-03-22T03:22:17.335Z | * [new ref] 174386abfc9ffe8104601705f8c6d51e590dfe0c -> refs/commit/174386abfc9ffe8104601705f8c6d51e590dfe0c |
758 | 2025-03-22T03:22:17.355Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2025-03-22T03:22:17.731Z | From https://github.com/oxidecomputer/dlpi-sys |
760 | 2025-03-22T03:22:17.731Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
761 | 2025-03-22T03:22:17.740Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2025-03-22T03:22:18.168Z | From https://github.com/jmesmon/rust-libzfs |
763 | 2025-03-22T03:22:18.168Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
764 | 2025-03-22T03:22:18.183Z | * [new tag] v0.4.0 -> v0.4.0 |
765 | 2025-03-22T03:22:18.197Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
766 | 2025-03-22T03:22:18.572Z | From https://github.com/oxidecomputer/rusty-doors |
767 | 2025-03-22T03:22:18.572Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
768 | 2025-03-22T03:22:18.594Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
769 | 2025-03-22T03:22:19.154Z | From https://github.com/oxidecomputer/maghemite |
770 | 2025-03-22T03:22:19.154Z | * [new ref] caafd889f31faacfaa51e02902990c220c20ef60 -> refs/commit/caafd889f31faacfaa51e02902990c220c20ef60 |
771 | 2025-03-22T03:22:19.172Z | * [new tag] rift -> rift |
772 | 2025-03-22T03:22:19.176Z | * [new tag] srp -> srp |
773 | 2025-03-22T03:22:19.176Z | * [new tag] tie-spf -> tie-spf |
774 | 2025-03-22T03:22:19.218Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
775 | 2025-03-22T03:22:19.621Z | From https://github.com/oxidecomputer/serde_human_bytes |
776 | 2025-03-22T03:22:19.621Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
777 | 2025-03-22T03:22:19.644Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
778 | 2025-03-22T03:22:20.038Z | From https://github.com/oxidecomputer/slog-error-chain |
779 | 2025-03-22T03:22:20.038Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
780 | 2025-03-22T03:22:20.060Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
781 | 2025-03-22T03:22:20.435Z | From https://github.com/oxidecomputer/tufaceous |
782 | 2025-03-22T03:22:20.435Z | * [new ref] 69e2896b5905aba61445e519aaa40f02d59638b2 -> refs/commit/69e2896b5905aba61445e519aaa40f02d59638b2 |
783 | 2025-03-22T03:22:20.458Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
784 | 2025-03-22T03:22:20.916Z | From https://github.com/oxidecomputer/poptrie |
785 | 2025-03-22T03:22:20.916Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
786 | 2025-03-22T03:22:20.969Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
787 | 2025-03-22T03:22:21.384Z | From https://github.com/oxidecomputer/ingot |
788 | 2025-03-22T03:22:21.384Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
789 | 2025-03-22T03:22:21.456Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
790 | 2025-03-22T03:22:21.943Z | From https://github.com/oxidecomputer/propolis |
791 | 2025-03-22T03:22:21.943Z | * [new ref] 6b5f2af796a3ea57405721407ab70520a93ec73f -> refs/commit/6b5f2af796a3ea57405721407ab70520a93ec73f |
792 | 2025-03-22T03:22:22.006Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
793 | 2025-03-22T03:22:23.312Z | From https://github.com/oxidecomputer/crucible |
794 | 2025-03-22T03:22:23.312Z | * [new ref] 81a3528adacdbde18fcbf3938247fef17233db11 -> refs/commit/81a3528adacdbde18fcbf3938247fef17233db11 |
795 | 2025-03-22T03:22:23.378Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
796 | 2025-03-22T03:22:23.983Z | From https://github.com/oxidecomputer/management-gateway-service |
797 | 2025-03-22T03:22:23.984Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
798 | 2025-03-22T03:22:24.370Z | Downloading crates ... |
799 | 2025-03-22T03:22:24.543Z | Downloaded serde_with_macros v3.12.0 |
800 | 2025-03-22T03:22:24.559Z | Downloaded sigpipe v0.1.3 |
801 | 2025-03-22T03:22:24.574Z | Downloaded take_mut v0.2.2 |
802 | 2025-03-22T03:22:24.577Z | Downloaded zerofrom v0.1.6 |
803 | 2025-03-22T03:22:24.580Z | Downloaded zone_cfg_derive v0.3.0 |
804 | 2025-03-22T03:22:24.587Z | Downloaded write16 v1.0.0 |
805 | 2025-03-22T03:22:24.590Z | Downloaded zone_cfg_derive v0.1.2 |
806 | 2025-03-22T03:22:24.596Z | Downloaded time-core v0.1.4 |
807 | 2025-03-22T03:22:24.599Z | Downloaded async-stream v0.3.6 |
808 | 2025-03-22T03:22:24.602Z | Downloaded waitgroup v0.1.2 |
809 | 2025-03-22T03:22:24.605Z | Downloaded spin v0.5.2 |
810 | 2025-03-22T03:22:24.605Z | Downloaded tiny-keccak v2.0.2 |
811 | 2025-03-22T03:22:24.612Z | Downloaded slog-async v2.8.0 |
812 | 2025-03-22T03:22:24.612Z | Downloaded blake2 v0.10.6 |
813 | 2025-03-22T03:22:24.616Z | Downloaded usdt v0.5.0 |
814 | 2025-03-22T03:22:24.616Z | Downloaded structmeta v0.3.0 |
815 | 2025-03-22T03:22:24.616Z | Downloaded zone v0.1.8 |
816 | 2025-03-22T03:22:24.620Z | Downloaded async-stream-impl v0.3.6 |
817 | 2025-03-22T03:22:24.620Z | Downloaded arrayref v0.3.9 |
818 | 2025-03-22T03:22:24.620Z | Downloaded crunchy v0.2.3 |
819 | 2025-03-22T03:22:24.620Z | Downloaded ciborium v0.2.2 |
820 | 2025-03-22T03:22:24.624Z | Downloaded tabwriter v1.4.1 |
821 | 2025-03-22T03:22:24.624Z | Downloaded libsw v3.5.0 |
822 | 2025-03-22T03:22:24.627Z | Downloaded utf-8 v0.7.6 |
823 | 2025-03-22T03:22:24.627Z | Downloaded typify-macro v0.2.0 |
824 | 2025-03-22T03:22:24.631Z | Downloaded tabled_derive v0.10.0 |
825 | 2025-03-22T03:22:24.631Z | Downloaded zerofrom-derive v0.1.6 |
826 | 2025-03-22T03:22:24.634Z | Downloaded slog-dtrace v0.3.0 |
827 | 2025-03-22T03:22:24.634Z | Downloaded cstr-argument v0.1.2 |
828 | 2025-03-22T03:22:24.634Z | Downloaded byteorder v1.5.0 |
829 | 2025-03-22T03:22:24.637Z | Downloaded cobs v0.2.3 |
830 | 2025-03-22T03:22:24.639Z | Downloaded libsw-core v0.3.2 |
831 | 2025-03-22T03:22:24.639Z | Downloaded daft v0.1.2 |
832 | 2025-03-22T03:22:24.642Z | Downloaded darling_macro v0.20.10 |
833 | 2025-03-22T03:22:24.645Z | Downloaded convert_case v0.4.0 |
834 | 2025-03-22T03:22:24.645Z | Downloaded crossbeam-deque v0.8.6 |
835 | 2025-03-22T03:22:24.646Z | Downloaded zone v0.3.0 |
836 | 2025-03-22T03:22:24.649Z | Downloaded utf16_iter v1.0.5 |
837 | 2025-03-22T03:22:24.649Z | Downloaded slog-bunyan v2.5.0 |
838 | 2025-03-22T03:22:24.651Z | Downloaded bit-set v0.8.0 |
839 | 2025-03-22T03:22:24.652Z | Downloaded typify-macro v0.3.0 |
840 | 2025-03-22T03:22:24.657Z | Downloaded slog-term v2.9.1 |
841 | 2025-03-22T03:22:24.657Z | Downloaded colored v2.2.0 |
842 | 2025-03-22T03:22:24.660Z | Downloaded yoke-derive v0.7.5 |
843 | 2025-03-22T03:22:24.660Z | Downloaded strum v0.26.3 |
844 | 2025-03-22T03:22:24.663Z | Downloaded crossbeam-utils v0.8.21 |
845 | 2025-03-22T03:22:24.663Z | Downloaded bytecount v0.6.8 |
846 | 2025-03-22T03:22:24.666Z | Downloaded whoami v1.5.2 |
847 | 2025-03-22T03:22:24.669Z | Downloaded num_threads v0.1.7 |
848 | 2025-03-22T03:22:24.671Z | Downloaded blake3 v1.7.0 |
849 | 2025-03-22T03:22:24.679Z | Downloaded progenitor-client v0.9.1 |
850 | 2025-03-22T03:22:24.683Z | Downloaded itertools v0.10.5 |
851 | 2025-03-22T03:22:24.687Z | Downloaded walkdir v2.5.0 |
852 | 2025-03-22T03:22:24.690Z | Downloaded time-macros v0.2.21 |
853 | 2025-03-22T03:22:24.693Z | Downloaded yoke v0.7.5 |
854 | 2025-03-22T03:22:24.693Z | Downloaded tokio-rustls v0.25.0 |
855 | 2025-03-22T03:22:24.697Z | Downloaded litemap v0.7.5 |
856 | 2025-03-22T03:22:24.700Z | Downloaded structmeta-derive v0.3.0 |
857 | 2025-03-22T03:22:24.700Z | Downloaded crc8 v0.1.1 |
858 | 2025-03-22T03:22:24.703Z | Downloaded usdt-impl v0.5.0 |
859 | 2025-03-22T03:22:24.703Z | Downloaded thin-vec v0.2.13 |
860 | 2025-03-22T03:22:24.706Z | Downloaded typify v0.3.0 |
861 | 2025-03-22T03:22:24.709Z | Downloaded dof v0.3.0 |
862 | 2025-03-22T03:22:24.711Z | Downloaded fxhash v0.2.1 |
863 | 2025-03-22T03:22:24.711Z | Downloaded crossbeam-epoch v0.9.18 |
864 | 2025-03-22T03:22:24.714Z | Downloaded cookie v0.18.1 |
865 | 2025-03-22T03:22:24.717Z | Downloaded instant v0.1.13 |
866 | 2025-03-22T03:22:24.717Z | Downloaded constant_time_eq v0.3.1 |
867 | 2025-03-22T03:22:24.720Z | Downloaded progenitor-client v0.8.0 |
868 | 2025-03-22T03:22:24.720Z | Downloaded ident_case v1.0.1 |
869 | 2025-03-22T03:22:24.720Z | Downloaded dtrace-parser v0.2.0 |
870 | 2025-03-22T03:22:24.723Z | Downloaded zerovec-derive v0.10.3 |
871 | 2025-03-22T03:22:24.723Z | Downloaded similar v2.7.0 |
872 | 2025-03-22T03:22:24.728Z | Downloaded paste v1.0.15 |
873 | 2025-03-22T03:22:24.732Z | Downloaded hubpack v0.1.2 |
874 | 2025-03-22T03:22:24.735Z | Downloaded heck v0.4.1 |
875 | 2025-03-22T03:22:24.735Z | Downloaded enum-as-inner v0.6.1 |
876 | 2025-03-22T03:22:24.738Z | Downloaded ucd-trie v0.1.7 |
877 | 2025-03-22T03:22:24.738Z | Downloaded toml v0.7.8 |
878 | 2025-03-22T03:22:24.741Z | Downloaded foreign-types v0.5.0 |
879 | 2025-03-22T03:22:24.744Z | Downloaded zerocopy v0.6.6 |
880 | 2025-03-22T03:22:24.749Z | Downloaded icu_provider_macros v1.5.0 |
881 | 2025-03-22T03:22:24.749Z | Downloaded heck v0.3.3 |
882 | 2025-03-22T03:22:24.749Z | Downloaded defmt-macros v0.4.0 |
883 | 2025-03-22T03:22:24.752Z | Downloaded zerocopy-derive v0.7.35 |
884 | 2025-03-22T03:22:24.755Z | Downloaded serde_yaml v0.9.34+deprecated |
885 | 2025-03-22T03:22:24.759Z | Downloaded scroll_derive v0.12.0 |
886 | 2025-03-22T03:22:24.762Z | Downloaded proc-macro-error-attr2 v2.0.0 |
887 | 2025-03-22T03:22:24.762Z | Downloaded memmap v0.7.0 |
888 | 2025-03-22T03:22:24.762Z | Downloaded omicron-workspace-hack v0.1.0 |
889 | 2025-03-22T03:22:24.765Z | Downloaded usdt-attr-macro v0.5.0 |
890 | 2025-03-22T03:22:24.765Z | Downloaded idna_adapter v1.2.0 |
891 | 2025-03-22T03:22:24.765Z | Downloaded httpdate v1.0.3 |
892 | 2025-03-22T03:22:24.768Z | Downloaded serde_tokenstream v0.2.2 |
893 | 2025-03-22T03:22:24.768Z | Downloaded memoffset v0.9.1 |
894 | 2025-03-22T03:22:24.771Z | Downloaded hostname v0.3.1 |
895 | 2025-03-22T03:22:24.771Z | Downloaded deranged v0.4.0 |
896 | 2025-03-22T03:22:24.774Z | Downloaded semver v0.1.20 |
897 | 2025-03-22T03:22:24.774Z | Downloaded allocator-api2 v0.2.21 |
898 | 2025-03-22T03:22:24.778Z | Downloaded rand_xorshift v0.3.0 |
899 | 2025-03-22T03:22:24.778Z | Downloaded progenitor v0.9.1 |
900 | 2025-03-22T03:22:24.781Z | Downloaded progenitor v0.8.0 |
901 | 2025-03-22T03:22:24.781Z | Downloaded parse-display-derive v0.10.0 |
902 | 2025-03-22T03:22:24.781Z | Downloaded hash32 v0.3.1 |
903 | 2025-03-22T03:22:24.784Z | Downloaded proc-macro-error v1.0.4 |
904 | 2025-03-22T03:22:24.788Z | Downloaded hostname v0.4.0 |
905 | 2025-03-22T03:22:24.788Z | Downloaded ipnetwork v0.21.1 |
906 | 2025-03-22T03:22:24.791Z | Downloaded tungstenite v0.21.0 |
907 | 2025-03-22T03:22:24.794Z | Downloaded slog v2.7.0 |
908 | 2025-03-22T03:22:24.797Z | Downloaded displaydoc v0.2.5 |
909 | 2025-03-22T03:22:24.799Z | Downloaded defmt v0.3.10 |
910 | 2025-03-22T03:22:24.804Z | Downloaded macaddr v1.0.1 |
911 | 2025-03-22T03:22:24.808Z | Downloaded icu_locid_transform v1.5.0 |
912 | 2025-03-22T03:22:24.808Z | Downloaded progenitor-macro v0.8.0 |
913 | 2025-03-22T03:22:24.808Z | Downloaded rand_chacha v0.3.1 |
914 | 2025-03-22T03:22:24.811Z | Downloaded num_enum_derive v0.7.3 |
915 | 2025-03-22T03:22:24.811Z | Downloaded num_enum_derive v0.5.11 |
916 | 2025-03-22T03:22:24.812Z | Downloaded pest_generator v2.7.15 |
917 | 2025-03-22T03:22:24.814Z | Downloaded pretty-hex v0.4.1 |
918 | 2025-03-22T03:22:24.814Z | Downloaded serde-big-array v0.5.1 |
919 | 2025-03-22T03:22:24.818Z | Downloaded base64 v0.13.1 |
920 | 2025-03-22T03:22:24.821Z | Downloaded plain v0.2.3 |
921 | 2025-03-22T03:22:24.821Z | Downloaded quick-error v1.2.3 |
922 | 2025-03-22T03:22:24.821Z | Downloaded powerfmt v0.2.0 |
923 | 2025-03-22T03:22:24.825Z | Downloaded untrusted v0.7.1 |
924 | 2025-03-22T03:22:24.825Z | Downloaded diff v0.1.13 |
925 | 2025-03-22T03:22:24.828Z | Downloaded serde_repr v0.1.20 |
926 | 2025-03-22T03:22:24.828Z | Downloaded rustversion v1.0.20 |
927 | 2025-03-22T03:22:24.831Z | Downloaded num-integer v0.1.46 |
928 | 2025-03-22T03:22:24.834Z | Downloaded no-std-compat v0.4.1 |
929 | 2025-03-22T03:22:24.834Z | Downloaded schemars_derive v0.8.22 |
930 | 2025-03-22T03:22:24.837Z | Downloaded num_enum v0.5.11 |
931 | 2025-03-22T03:22:24.840Z | Downloaded yansi v1.0.1 |
932 | 2025-03-22T03:22:24.843Z | Downloaded derive_more v0.99.19 |
933 | 2025-03-22T03:22:24.847Z | Downloaded newline-converter v0.3.0 |
934 | 2025-03-22T03:22:24.850Z | Downloaded zerocopy-derive v0.8.24 |
935 | 2025-03-22T03:22:24.855Z | Downloaded progenitor-macro v0.9.1 |
936 | 2025-03-22T03:22:24.858Z | Downloaded num-derive v0.4.2 |
937 | 2025-03-22T03:22:24.858Z | Downloaded multer v3.1.0 |
938 | 2025-03-22T03:22:24.861Z | Downloaded resolv-conf v0.7.1 |
939 | 2025-03-22T03:22:24.863Z | Downloaded postcard v1.1.1 |
940 | 2025-03-22T03:22:24.866Z | Downloaded managed v0.8.0 |
941 | 2025-03-22T03:22:24.866Z | Downloaded icu_locid v1.5.0 |
942 | 2025-03-22T03:22:24.870Z | Downloaded rusty-fork v0.3.0 |
943 | 2025-03-22T03:22:24.874Z | Downloaded indexmap v1.9.3 |
944 | 2025-03-22T03:22:24.877Z | Downloaded heapless v0.8.0 |
945 | 2025-03-22T03:22:24.881Z | Downloaded parking_lot v0.11.2 |
946 | 2025-03-22T03:22:24.884Z | Downloaded icu_properties v1.5.1 |
947 | 2025-03-22T03:22:24.884Z | Downloaded prettyplease v0.2.31 |
948 | 2025-03-22T03:22:24.889Z | Downloaded num-complex v0.4.6 |
949 | 2025-03-22T03:22:24.892Z | Downloaded pest_meta v2.7.15 |
950 | 2025-03-22T03:22:24.892Z | Downloaded spin v0.9.8 |
951 | 2025-03-22T03:22:24.895Z | Downloaded password-hash v0.5.0 |
952 | 2025-03-22T03:22:24.898Z | Downloaded progenitor-impl v0.9.1 |
953 | 2025-03-22T03:22:24.901Z | Downloaded scroll v0.12.0 |
954 | 2025-03-22T03:22:24.901Z | Downloaded hashbrown v0.12.3 |
955 | 2025-03-22T03:22:24.907Z | Downloaded parking_lot_core v0.8.6 |
956 | 2025-03-22T03:22:24.914Z | Downloaded ron v0.7.1 |
957 | 2025-03-22T03:22:24.914Z | Downloaded serde_derive_internals v0.29.1 |
958 | 2025-03-22T03:22:24.915Z | Downloaded expectorate v1.1.0 |
959 | 2025-03-22T03:22:24.919Z | Downloaded omicron-zone-package v0.11.1 |
960 | 2025-03-22T03:22:24.919Z | Downloaded hickory-resolver v0.24.4 |
961 | 2025-03-22T03:22:24.923Z | Downloaded unicode-segmentation v1.12.0 |
962 | 2025-03-22T03:22:24.926Z | Downloaded schemars v0.8.22 |
963 | 2025-03-22T03:22:24.938Z | Downloaded rayon-core v1.12.1 |
964 | 2025-03-22T03:22:24.943Z | Downloaded rand v0.8.5 |
965 | 2025-03-22T03:22:24.947Z | Downloaded qorb v0.2.1 |
966 | 2025-03-22T03:22:24.950Z | Downloaded itertools v0.12.1 |
967 | 2025-03-22T03:22:24.957Z | Downloaded pretty_assertions v1.4.1 |
968 | 2025-03-22T03:22:24.961Z | Downloaded libm v0.2.11 |
969 | 2025-03-22T03:22:24.967Z | Downloaded minimal-lexical v0.2.1 |
970 | 2025-03-22T03:22:24.971Z | Downloaded nom v7.1.3 |
971 | 2025-03-22T03:22:24.977Z | Downloaded toml_edit v0.19.15 |
972 | 2025-03-22T03:22:24.994Z | Downloaded itertools v0.13.0 |
973 | 2025-03-22T03:22:25.000Z | Downloaded goblin v0.8.2 |
974 | 2025-03-22T03:22:25.007Z | Downloaded pest v2.7.15 |
975 | 2025-03-22T03:22:25.011Z | Downloaded winnow v0.5.40 |
976 | 2025-03-22T03:22:25.020Z | Downloaded proptest v1.6.0 |
977 | 2025-03-22T03:22:25.029Z | Downloaded serde_with v3.12.0 |
978 | 2025-03-22T03:22:25.037Z | Downloaded winnow v0.6.26 |
979 | 2025-03-22T03:22:25.047Z | Downloaded zerovec v0.10.4 |
980 | 2025-03-22T03:22:25.052Z | Downloaded time v0.3.40 |
981 | 2025-03-22T03:22:25.060Z | Downloaded syn v1.0.109 |
982 | 2025-03-22T03:22:25.070Z | Downloaded icu_properties_data v1.5.0 |
983 | 2025-03-22T03:22:25.081Z | Downloaded rustls-webpki v0.102.8 |
984 | 2025-03-22T03:22:25.098Z | Downloaded regress v0.10.3 |
985 | 2025-03-22T03:22:25.106Z | Downloaded tabled v0.18.0 |
986 | 2025-03-22T03:22:25.122Z | Downloaded hickory-proto v0.24.4 |
987 | 2025-03-22T03:22:25.136Z | Downloaded dropshot v0.16.0 |
988 | 2025-03-22T03:22:25.157Z | Downloaded papergrid v0.14.0 |
989 | 2025-03-22T03:22:25.161Z | Downloaded smoltcp v0.11.0 |
990 | 2025-03-22T03:22:25.173Z | Downloaded icu_collections v1.5.0 |
991 | 2025-03-22T03:22:25.179Z | Downloaded half v2.5.0 |
992 | 2025-03-22T03:22:25.182Z | Downloaded icu_normalizer v1.5.0 |
993 | 2025-03-22T03:22:25.185Z | Downloaded rhai_codegen v2.2.0 |
994 | 2025-03-22T03:22:25.193Z | Downloaded progenitor-impl v0.8.0 |
995 | 2025-03-22T03:22:25.196Z | Downloaded proc-macro-error-attr v1.0.4 |
996 | 2025-03-22T03:22:25.196Z | Downloaded pest_derive v2.7.15 |
997 | 2025-03-22T03:22:25.199Z | Downloaded rhai v1.21.0 |
998 | 2025-03-22T03:22:25.209Z | Downloaded openapiv3 v2.0.0 |
999 | 2025-03-22T03:22:25.219Z | Downloaded rustls v0.22.4 |
1000 | 2025-03-22T03:22:25.232Z | Downloaded typify-impl v0.3.0 |
1001 | 2025-03-22T03:22:25.245Z | Downloaded typify-impl v0.2.0 |
1002 | 2025-03-22T03:22:25.259Z | Downloaded num-rational v0.4.2 |
1003 | 2025-03-22T03:22:25.262Z | Downloaded sled v0.34.7 |
1004 | 2025-03-22T03:22:25.269Z | Downloaded zerocopy-derive v0.6.6 |
1005 | 2025-03-22T03:22:25.278Z | Downloaded memmap2 v0.9.5 |
1006 | 2025-03-22T03:22:25.281Z | Downloaded num-iter v0.1.45 |
1007 | 2025-03-22T03:22:25.281Z | Downloaded icu_provider v1.5.0 |
1008 | 2025-03-22T03:22:25.284Z | Downloaded num_enum v0.7.3 |
1009 | 2025-03-22T03:22:25.287Z | Downloaded parse-display v0.10.0 |
1010 | 2025-03-22T03:22:25.290Z | Downloaded unsafe-libyaml v0.2.11 |
1011 | 2025-03-22T03:22:25.293Z | Downloaded steno v0.4.1 |
1012 | 2025-03-22T03:22:25.296Z | Downloaded petgraph v0.6.5 |
1013 | 2025-03-22T03:22:25.310Z | Downloaded same-file v1.0.6 |
1014 | 2025-03-22T03:22:25.313Z | Downloaded num-derive v0.3.3 |
1015 | 2025-03-22T03:22:25.313Z | Downloaded num v0.4.3 |
1016 | 2025-03-22T03:22:25.316Z | Downloaded match_cfg v0.1.0 |
1017 | 2025-03-22T03:22:25.316Z | Downloaded proc-macro-error2 v2.0.1 |
1018 | 2025-03-22T03:22:25.319Z | Downloaded lzma-sys v0.1.20 |
1019 | 2025-03-22T03:22:25.345Z | Downloaded unarray v0.1.4 |
1020 | 2025-03-22T03:22:25.348Z | Downloaded icu_normalizer_data v1.5.0 |
1021 | 2025-03-22T03:22:25.348Z | Downloaded icu_locid_transform_data v1.5.0 |
1022 | 2025-03-22T03:22:25.351Z | Downloaded dropshot_endpoint v0.16.0 |
1023 | 2025-03-22T03:22:25.355Z | Downloaded highway v1.3.0 |
1024 | 2025-03-22T03:22:25.355Z | Downloaded proc-macro-crate v1.3.1 |
1025 | 2025-03-22T03:22:25.355Z | Downloaded linear-map v1.2.0 |
1026 | 2025-03-22T03:22:25.358Z | Downloaded is-terminal v0.4.16 |
1027 | 2025-03-22T03:22:25.358Z | Downloaded fixedbitset v0.4.2 |
1028 | 2025-03-22T03:22:25.358Z | Downloaded crossbeam-channel v0.5.14 |
1029 | 2025-03-22T03:22:25.361Z | Downloaded rustc_version v0.1.7 |
1030 | 2025-03-22T03:22:25.364Z | Downloaded proc-macro-crate v3.3.0 |
1031 | 2025-03-22T03:22:25.364Z | Downloaded wait-timeout v0.2.1 |
1032 | 2025-03-22T03:22:25.367Z | Downloaded hubpack_derive v0.1.1 |
1033 | 2025-03-22T03:22:25.367Z | Downloaded float-ord v0.3.2 |
1034 | 2025-03-22T03:22:25.367Z | Downloaded data-encoding v2.8.0 |
1035 | 2025-03-22T03:22:25.367Z | Downloaded foreign-types-macros v0.2.3 |
1036 | 2025-03-22T03:22:25.370Z | Downloaded embedded-io v0.6.1 |
1037 | 2025-03-22T03:22:25.370Z | Downloaded foldhash v0.1.5 |
1038 | 2025-03-22T03:22:25.370Z | Downloaded strum_macros v0.26.4 |
1039 | 2025-03-22T03:22:25.374Z | Downloaded foreign-types-shared v0.3.1 |
1040 | 2025-03-22T03:22:25.374Z | Downloaded defmt-parser v0.4.1 |
1041 | 2025-03-22T03:22:25.374Z | Downloaded daft-derive v0.1.2 |
1042 | 2025-03-22T03:22:25.377Z | Downloaded oxnet v0.1.1 |
1043 | 2025-03-22T03:22:25.380Z | Downloaded linked-hash-map v0.5.6 |
1044 | 2025-03-22T03:22:25.380Z | Downloaded smf v0.2.3 |
1045 | 2025-03-22T03:22:25.383Z | Downloaded embedded-io v0.4.0 |
1046 | 2025-03-22T03:22:25.383Z | Downloaded dyn-clone v1.0.19 |
1047 | 2025-03-22T03:22:25.386Z | Downloaded dirs-sys-next v0.1.2 |
1048 | 2025-03-22T03:22:25.386Z | Downloaded dirs-next v2.0.0 |
1049 | 2025-03-22T03:22:25.386Z | Downloaded ciborium-ll v0.2.2 |
1050 | 2025-03-22T03:22:25.389Z | Downloaded test-strategy v0.4.1 |
1051 | 2025-03-22T03:22:25.392Z | Downloaded term v0.7.0 |
1052 | 2025-03-22T03:22:25.396Z | Downloaded const-random v0.1.18 |
1053 | 2025-03-22T03:22:25.396Z | Downloaded cancel-safe-futures v0.1.5 |
1054 | 2025-03-22T03:22:25.399Z | Downloaded arc-swap v1.7.1 |
1055 | 2025-03-22T03:22:25.402Z | Downloaded pretty-hex v0.2.1 |
1056 | 2025-03-22T03:22:25.402Z | Downloaded num-conv v0.1.0 |
1057 | 2025-03-22T03:22:25.402Z | Downloaded lru-cache v0.1.2 |
1058 | 2025-03-22T03:22:25.405Z | Downloaded writeable v0.5.5 |
1059 | 2025-03-22T03:22:25.405Z | Downloaded tinystr v0.7.6 |
1060 | 2025-03-22T03:22:25.408Z | Downloaded darling v0.20.10 |
1061 | 2025-03-22T03:22:25.411Z | Downloaded newtype_derive v0.1.6 |
1062 | 2025-03-22T03:22:25.411Z | Downloaded typify v0.2.0 |
1063 | 2025-03-22T03:22:25.414Z | Downloaded encoding_rs v0.8.35 |
1064 | 2025-03-22T03:22:25.433Z | Downloaded tokio-tungstenite v0.21.0 |
1065 | 2025-03-22T03:22:25.436Z | Downloaded slog-envlogger v2.2.0 |
1066 | 2025-03-22T03:22:25.439Z | Downloaded smartstring v1.0.1 |
1067 | 2025-03-22T03:22:25.439Z | Downloaded darling_core v0.20.10 |
1068 | 2025-03-22T03:22:25.442Z | Downloaded arrayvec v0.7.6 |
1069 | 2025-03-22T03:22:25.445Z | Downloaded synstructure v0.13.1 |
1070 | 2025-03-22T03:22:25.445Z | Downloaded sha1 v0.10.6 |
1071 | 2025-03-22T03:22:25.449Z | Downloaded xz2 v0.1.7 |
1072 | 2025-03-22T03:22:25.449Z | Downloaded bitflags v1.3.2 |
1073 | 2025-03-22T03:22:25.452Z | Downloaded anyhow v1.0.97 |
1074 | 2025-03-22T03:22:25.455Z | Downloaded libscf-sys v1.1.0 |
1075 | 2025-03-22T03:22:25.455Z | Downloaded usdt-macro v0.5.0 |
1076 | 2025-03-22T03:22:25.458Z | Downloaded topological-sort v0.2.2 |
1077 | 2025-03-22T03:22:25.458Z | Downloaded thread-id v4.2.2 |
1078 | 2025-03-22T03:22:25.458Z | Downloaded slog-stdlog v4.1.1 |
1079 | 2025-03-22T03:22:25.461Z | Downloaded slog-json v2.6.1 |
1080 | 2025-03-22T03:22:25.461Z | Downloaded crucible-workspace-hack v0.1.0 |
1081 | 2025-03-22T03:22:25.461Z | Downloaded const-random-macro v0.1.16 |
1082 | 2025-03-22T03:22:25.461Z | Downloaded ciborium-io v0.2.2 |
1083 | 2025-03-22T03:22:25.465Z | Downloaded backoff v0.4.0 |
1084 | 2025-03-22T03:22:25.465Z | Downloaded stable_deref_trait v1.2.0 |
1085 | 2025-03-22T03:22:25.465Z | Downloaded strum_macros v0.25.3 |
1086 | 2025-03-22T03:22:25.469Z | Downloaded bit-vec v0.8.0 |
1087 | 2025-03-22T03:22:25.469Z | Downloaded async-trait v0.1.88 |
1088 | 2025-03-22T03:22:25.477Z | Downloaded argon2 v0.5.3 |
1089 | 2025-03-22T03:22:25.481Z | Downloaded slog-scope v4.4.0 |
1090 | 2025-03-22T03:22:25.717Z | Downloaded ring v0.16.20 |
1091 | 2025-03-22T03:22:26.730Z | Compiling proc-macro2 v1.0.94 |
1092 | 2025-03-22T03:22:26.730Z | Compiling unicode-ident v1.0.18 |
1093 | 2025-03-22T03:22:26.733Z | Compiling cfg-if v1.0.0 |
1094 | 2025-03-22T03:22:26.733Z | Compiling serde v1.0.219 |
1095 | 2025-03-22T03:22:26.733Z | Compiling autocfg v1.4.0 |
1096 | 2025-03-22T03:22:26.733Z | Compiling libc v0.2.171 |
1097 | 2025-03-22T03:22:26.733Z | Compiling memchr v2.7.4 |
1098 | 2025-03-22T03:22:26.820Z | Compiling itoa v1.0.15 |
1099 | 2025-03-22T03:22:26.895Z | Compiling once_cell v1.21.1 |
1100 | 2025-03-22T03:22:27.018Z | Compiling ryu v1.0.20 |
1101 | 2025-03-22T03:22:27.311Z | Compiling libm v0.2.11 |
1102 | 2025-03-22T03:22:27.343Z | Compiling serde_json v1.0.140 |
1103 | 2025-03-22T03:22:27.357Z | Compiling smallvec v1.14.0 |
1104 | 2025-03-22T03:22:27.617Z | Compiling getrandom v0.3.2 |
1105 | 2025-03-22T03:22:27.663Z | Compiling pin-project-lite v0.2.16 |
1106 | 2025-03-22T03:22:27.728Z | Compiling equivalent v1.0.2 |
1107 | 2025-03-22T03:22:27.775Z | Compiling allocator-api2 v0.2.21 |
1108 | 2025-03-22T03:22:27.831Z | Compiling foldhash v0.1.5 |
1109 | 2025-03-22T03:22:28.161Z | Compiling lock_api v0.4.12 |
1110 | 2025-03-22T03:22:28.224Z | Compiling scopeguard v1.2.0 |
1111 | 2025-03-22T03:22:28.295Z | Compiling parking_lot_core v0.9.10 |
1112 | 2025-03-22T03:22:28.367Z | Compiling quote v1.0.40 |
1113 | 2025-03-22T03:22:28.477Z | Compiling hashbrown v0.15.2 |
1114 | 2025-03-22T03:22:28.726Z | Compiling fnv v1.0.7 |
1115 | 2025-03-22T03:22:28.817Z | Compiling syn v2.0.100 |
1116 | 2025-03-22T03:22:28.866Z | Compiling iana-time-zone v0.1.61 |
1117 | 2025-03-22T03:22:29.159Z | Compiling log v0.4.26 |
1118 | 2025-03-22T03:22:29.165Z | Compiling semver v1.0.26 |
1119 | 2025-03-22T03:22:29.230Z | Compiling shlex v1.3.0 |
1120 | 2025-03-22T03:22:29.241Z | Compiling schemars v0.8.22 |
1121 | 2025-03-22T03:22:29.421Z | Compiling version_check v0.9.5 |
1122 | 2025-03-22T03:22:29.563Z | Compiling cc v1.2.17 |
1123 | 2025-03-22T03:22:29.595Z | Compiling dyn-clone v1.0.19 |
1124 | 2025-03-22T03:22:29.634Z | Compiling bitflags v2.9.0 |
1125 | 2025-03-22T03:22:29.694Z | Compiling futures-core v0.3.31 |
1126 | 2025-03-22T03:22:29.714Z | Compiling futures-sink v0.3.31 |
1127 | 2025-03-22T03:22:29.810Z | Compiling heck v0.5.0 |
1128 | 2025-03-22T03:22:29.857Z | Compiling slab v0.4.9 |
1129 | 2025-03-22T03:22:29.937Z | Compiling num-traits v0.2.19 |
1130 | 2025-03-22T03:22:30.080Z | Compiling thiserror v1.0.69 |
1131 | 2025-03-22T03:22:30.093Z | Compiling stable_deref_trait v1.2.0 |
1132 | 2025-03-22T03:22:30.187Z | Compiling futures-channel v0.3.31 |
1133 | 2025-03-22T03:22:30.406Z | Compiling futures-task v0.3.31 |
1134 | 2025-03-22T03:22:30.585Z | Compiling pin-utils v0.1.0 |
1135 | 2025-03-22T03:22:30.599Z | Compiling futures-io v0.3.31 |
1136 | 2025-03-22T03:22:30.878Z | Compiling tracing-core v0.1.33 |
1137 | 2025-03-22T03:22:30.918Z | Compiling untrusted v0.9.0 |
1138 | 2025-03-22T03:22:30.930Z | Compiling rustls-pki-types v1.11.0 |
1139 | 2025-03-22T03:22:31.079Z | Compiling thiserror v2.0.12 |
1140 | 2025-03-22T03:22:31.596Z | Compiling subtle v2.6.1 |
1141 | 2025-03-22T03:22:31.842Z | Compiling parking_lot v0.12.3 |
1142 | 2025-03-22T03:22:31.985Z | Compiling socket2 v0.5.8 |
1143 | 2025-03-22T03:22:32.194Z | Compiling mio v1.0.3 |
1144 | 2025-03-22T03:22:32.441Z | Compiling signal-hook-registry v1.4.2 |
1145 | 2025-03-22T03:22:32.472Z | Compiling getrandom v0.2.15 |
1146 | 2025-03-22T03:22:32.491Z | Compiling regex-syntax v0.8.5 |
1147 | 2025-03-22T03:22:32.780Z | Compiling vcpkg v0.2.15 |
1148 | 2025-03-22T03:22:32.873Z | Compiling pkg-config v0.3.32 |
1149 | 2025-03-22T03:22:32.913Z | Compiling ring v0.17.14 |
1150 | 2025-03-22T03:22:33.049Z | Compiling aho-corasick v1.1.3 |
1151 | 2025-03-22T03:22:33.442Z | Compiling writeable v0.5.5 |
1152 | 2025-03-22T03:22:33.561Z | Compiling atomic-waker v1.1.2 |
1153 | 2025-03-22T03:22:33.743Z | Compiling litemap v0.7.5 |
1154 | 2025-03-22T03:22:34.105Z | Compiling httparse v1.10.1 |
1155 | 2025-03-22T03:22:34.159Z | Compiling byteorder v1.5.0 |
1156 | 2025-03-22T03:22:34.175Z | Compiling zeroize v1.8.1 |
1157 | 2025-03-22T03:22:34.415Z | Compiling openssl-sys v0.9.106 |
1158 | 2025-03-22T03:22:34.484Z | Compiling try-lock v0.2.5 |
1159 | 2025-03-22T03:22:34.609Z | Compiling icu_locid_transform_data v1.5.0 |
1160 | 2025-03-22T03:22:34.621Z | Compiling want v0.3.1 |
1161 | 2025-03-22T03:22:34.697Z | Compiling regress v0.10.3 |
1162 | 2025-03-22T03:22:34.907Z | Compiling icu_properties_data v1.5.0 |
1163 | 2025-03-22T03:22:35.137Z | Compiling tower-service v0.3.3 |
1164 | 2025-03-22T03:22:35.245Z | Compiling httpdate v1.0.3 |
1165 | 2025-03-22T03:22:35.524Z | Compiling utf8_iter v1.0.4 |
1166 | 2025-03-22T03:22:35.536Z | Compiling icu_normalizer_data v1.5.0 |
1167 | 2025-03-22T03:22:35.621Z | Compiling openssl v0.10.71 |
1168 | 2025-03-22T03:22:35.740Z | Compiling write16 v1.0.0 |
1169 | 2025-03-22T03:22:35.743Z | Compiling percent-encoding v2.3.1 |
1170 | 2025-03-22T03:22:35.857Z | Compiling utf16_iter v1.0.5 |
1171 | 2025-03-22T03:22:36.037Z | Compiling regex-automata v0.4.9 |
1172 | 2025-03-22T03:22:36.050Z | Compiling foreign-types-shared v0.1.1 |
1173 | 2025-03-22T03:22:36.136Z | Compiling foreign-types v0.3.2 |
1174 | 2025-03-22T03:22:36.165Z | Compiling form_urlencoded v1.2.1 |
1175 | 2025-03-22T03:22:36.216Z | Compiling rustix v1.0.3 |
1176 | 2025-03-22T03:22:36.491Z | Compiling serde_derive_internals v0.29.1 |
1177 | 2025-03-22T03:22:36.582Z | Compiling synstructure v0.13.1 |
1178 | 2025-03-22T03:22:36.998Z | Compiling rustls v0.23.25 |
1179 | 2025-03-22T03:22:37.289Z | Compiling slog v2.7.0 |
1180 | 2025-03-22T03:22:37.777Z | Compiling native-tls v0.2.14 |
1181 | 2025-03-22T03:22:37.989Z | Compiling strsim v0.11.1 |
1182 | 2025-03-22T03:22:38.206Z | Compiling openssl-probe v0.1.6 |
1183 | 2025-03-22T03:22:38.697Z | Compiling zerocopy v0.8.24 |
1184 | 2025-03-22T03:22:39.084Z | Compiling encoding_rs v0.8.35 |
1185 | 2025-03-22T03:22:39.507Z | Compiling ucd-trie v0.1.7 |
1186 | 2025-03-22T03:22:39.553Z | Compiling mime v0.3.17 |
1187 | 2025-03-22T03:22:39.719Z | Compiling ipnet v2.11.0 |
1188 | 2025-03-22T03:22:40.141Z | Compiling regex v1.11.1 |
1189 | 2025-03-22T03:22:40.177Z | Compiling webpki-roots v0.26.8 |
1190 | 2025-03-22T03:22:40.225Z | Compiling rustls-pemfile v2.2.0 |
1191 | 2025-03-22T03:22:40.237Z | Compiling sync_wrapper v1.0.2 |
1192 | 2025-03-22T03:22:40.363Z | Compiling base64 v0.22.1 |
1193 | 2025-03-22T03:22:40.376Z | Compiling tower-layer v0.3.3 |
1194 | 2025-03-22T03:22:40.579Z | Compiling typenum v1.18.0 |
1195 | 2025-03-22T03:22:40.658Z | Compiling ident_case v1.0.1 |
1196 | 2025-03-22T03:22:40.819Z | Compiling darling_core v0.20.10 |
1197 | 2025-03-22T03:22:41.136Z | Compiling generic-array v0.14.7 |
1198 | 2025-03-22T03:22:41.346Z | Compiling powerfmt v0.2.0 |
1199 | 2025-03-22T03:22:41.513Z | Compiling num-conv v0.1.0 |
1200 | 2025-03-22T03:22:41.748Z | Compiling plain v0.2.3 |
1201 | 2025-03-22T03:22:41.802Z | Compiling time-core v0.1.4 |
1202 | 2025-03-22T03:22:41.886Z | Compiling deranged v0.4.0 |
1203 | 2025-03-22T03:22:41.913Z | Compiling serde_derive v1.0.219 |
1204 | 2025-03-22T03:22:41.982Z | Compiling tokio-macros v2.5.0 |
1205 | 2025-03-22T03:22:42.700Z | Compiling schemars_derive v0.8.22 |
1206 | 2025-03-22T03:22:43.594Z | Compiling thiserror-impl v1.0.69 |
1207 | 2025-03-22T03:22:43.882Z | Compiling futures-macro v0.3.31 |
1208 | 2025-03-22T03:22:43.990Z | Compiling zerofrom-derive v0.1.6 |
1209 | 2025-03-22T03:22:45.769Z | Compiling futures-util v0.3.31 |
1210 | 2025-03-22T03:22:45.781Z | Compiling yoke-derive v0.7.5 |
1211 | 2025-03-22T03:22:46.659Z | Compiling thiserror-impl v2.0.12 |
1212 | 2025-03-22T03:22:46.692Z | Compiling zerovec-derive v0.10.3 |
1213 | 2025-03-22T03:22:46.816Z | Compiling displaydoc v0.2.5 |
1214 | 2025-03-22T03:22:47.590Z | Compiling zerofrom v0.1.6 |
1215 | 2025-03-22T03:22:47.814Z | Compiling icu_provider_macros v1.5.0 |
1216 | 2025-03-22T03:22:48.461Z | Compiling openssl-macros v0.1.1 |
1217 | 2025-03-22T03:22:48.628Z | Compiling yoke v0.7.5 |
1218 | 2025-03-22T03:22:48.998Z | Compiling zerocopy-derive v0.8.24 |
1219 | 2025-03-22T03:22:49.077Z | Compiling tracing-attributes v0.1.28 |
1220 | 2025-03-22T03:22:49.287Z | Compiling zerovec v0.10.4 |
1221 | 2025-03-22T03:22:49.368Z | Compiling scroll_derive v0.12.0 |
1222 | 2025-03-22T03:22:49.996Z | Compiling pest v2.7.15 |
1223 | 2025-03-22T03:22:50.794Z | Compiling scroll v0.12.0 |
1224 | 2025-03-22T03:22:51.354Z | Compiling tinystr v0.7.6 |
1225 | 2025-03-22T03:22:51.634Z | Compiling icu_collections v1.5.0 |
1226 | 2025-03-22T03:22:51.780Z | Compiling icu_locid v1.5.0 |
1227 | 2025-03-22T03:22:51.948Z | Compiling darling_macro v0.20.10 |
1228 | 2025-03-22T03:22:52.420Z | Compiling tracing v0.1.41 |
1229 | 2025-03-22T03:22:52.858Z | Compiling icu_provider v1.5.0 |
1230 | 2025-03-22T03:22:53.009Z | Compiling pest_meta v2.7.15 |
1231 | 2025-03-22T03:22:53.130Z | Compiling zerocopy-derive v0.7.35 |
1232 | 2025-03-22T03:22:53.229Z | Compiling darling v0.20.10 |
1233 | 2025-03-22T03:22:53.333Z | Compiling goblin v0.8.2 |
1234 | 2025-03-22T03:22:54.124Z | Compiling icu_locid_transform v1.5.0 |
1235 | 2025-03-22T03:22:54.531Z | Compiling pest_generator v2.7.15 |
1236 | 2025-03-22T03:22:55.322Z | Compiling bytes v1.10.1 |
1237 | 2025-03-22T03:22:56.327Z | Compiling indexmap v2.8.0 |
1238 | 2025-03-22T03:22:56.354Z | Compiling uuid v1.16.0 |
1239 | 2025-03-22T03:22:56.918Z | Compiling http v1.3.1 |
1240 | 2025-03-22T03:22:56.975Z | Compiling tokio v1.44.1 |
1241 | 2025-03-22T03:22:57.191Z | Compiling chrono v0.4.40 |
1242 | 2025-03-22T03:22:57.211Z | Compiling serde_tokenstream v0.2.2 |
1243 | 2025-03-22T03:22:57.820Z | Compiling icu_properties v1.5.1 |
1244 | 2025-03-22T03:22:58.327Z | Compiling openapiv3 v2.0.0 |
1245 | 2025-03-22T03:22:58.802Z | Compiling http-body v1.0.1 |
1246 | 2025-03-22T03:22:59.044Z | Compiling http-body-util v0.1.3 |
1247 | 2025-03-22T03:22:59.723Z | Compiling serde_urlencoded v0.7.1 |
1248 | 2025-03-22T03:23:01.427Z | Compiling icu_normalizer v1.5.0 |
1249 | 2025-03-22T03:23:02.003Z | Compiling pest_derive v2.7.15 |
1250 | 2025-03-22T03:23:02.727Z | Compiling idna_adapter v1.2.0 |
1251 | 2025-03-22T03:23:02.887Z | Compiling zerocopy v0.7.35 |
1252 | 2025-03-22T03:23:02.951Z | Compiling toml_datetime v0.6.8 |
1253 | 2025-03-22T03:23:03.505Z | Compiling time-macros v0.2.21 |
1254 | 2025-03-22T03:23:03.985Z | Compiling rand_core v0.6.4 |
1255 | 2025-03-22T03:23:04.362Z | Compiling usdt-impl v0.5.0 |
1256 | 2025-03-22T03:23:04.449Z | Compiling rustversion v1.0.20 |
1257 | 2025-03-22T03:23:04.472Z | Compiling paste v1.0.15 |
1258 | 2025-03-22T03:23:04.658Z | Compiling pretty-hex v0.4.1 |
1259 | 2025-03-22T03:23:04.708Z | Compiling num_threads v0.1.7 |
1260 | 2025-03-22T03:23:04.826Z | Compiling dof v0.3.0 |
1261 | 2025-03-22T03:23:04.997Z | Compiling dtrace-parser v0.2.0 |
1262 | 2025-03-22T03:23:05.015Z | Compiling typify-impl v0.2.0 |
1263 | 2025-03-22T03:23:05.155Z | Compiling newtype-uuid v1.2.1 |
1264 | 2025-03-22T03:23:05.458Z | Compiling fastrand v2.3.0 |
1265 | 2025-03-22T03:23:05.604Z | Compiling anyhow v1.0.97 |
1266 | 2025-03-22T03:23:06.198Z | Compiling tokio-util v0.7.14 |
1267 | 2025-03-22T03:23:07.305Z | Compiling block-buffer v0.10.4 |
1268 | 2025-03-22T03:23:07.425Z | Compiling crypto-common v0.1.6 |
1269 | 2025-03-22T03:23:07.506Z | Compiling thread-id v4.2.2 |
1270 | 2025-03-22T03:23:07.594Z | Compiling unsafe-libyaml v0.2.11 |
1271 | 2025-03-22T03:23:07.611Z | Compiling omicron-workspace-hack v0.1.0 |
1272 | 2025-03-22T03:23:07.891Z | Compiling h2 v0.4.8 |
1273 | 2025-03-22T03:23:07.980Z | Compiling ppv-lite86 v0.2.21 |
1274 | 2025-03-22T03:23:08.863Z | Compiling errno v0.3.10 |
1275 | 2025-03-22T03:23:08.994Z | Compiling serde_yaml v0.9.34+deprecated |
1276 | 2025-03-22T03:23:09.092Z | Compiling lazy_static v1.5.0 |
1277 | 2025-03-22T03:23:09.219Z | Compiling rand_chacha v0.3.1 |
1278 | 2025-03-22T03:23:09.433Z | Compiling idna v1.0.3 |
1279 | 2025-03-22T03:23:09.451Z | Compiling daft-derive v0.1.2 |
1280 | 2025-03-22T03:23:11.134Z | Compiling rustls v0.22.4 |
1281 | 2025-03-22T03:23:11.137Z | Compiling syn v1.0.109 |
1282 | 2025-03-22T03:23:11.624Z | Compiling url v2.5.4 |
1283 | 2025-03-22T03:23:11.779Z | Compiling usdt-macro v0.5.0 |
1284 | 2025-03-22T03:23:12.486Z | Compiling usdt-attr-macro v0.5.0 |
1285 | 2025-03-22T03:23:12.624Z | Compiling hyper v1.6.0 |
1286 | 2025-03-22T03:23:13.690Z | Compiling rand v0.8.5 |
1287 | 2025-03-22T03:23:14.648Z | Compiling rustls-webpki v0.103.0 |
1288 | 2025-03-22T03:23:15.309Z | Compiling hyper-util v0.1.10 |
1289 | 2025-03-22T03:23:16.214Z | Compiling ipnetwork v0.21.1 |
1290 | 2025-03-22T03:23:17.244Z | Compiling macaddr v1.0.1 |
1291 | 2025-03-22T03:23:17.278Z | Compiling futures-executor v0.3.31 |
1292 | 2025-03-22T03:23:17.310Z | Compiling structmeta-derive v0.3.0 |
1293 | 2025-03-22T03:23:17.357Z | Compiling async-trait v0.1.88 |
1294 | 2025-03-22T03:23:18.296Z | Compiling thread_local v1.1.8 |
1295 | 2025-03-22T03:23:18.351Z | Compiling camino v1.1.9 |
1296 | 2025-03-22T03:23:18.961Z | Compiling quick-error v1.2.3 |
1297 | 2025-03-22T03:23:18.972Z | Compiling match_cfg v0.1.0 |
1298 | 2025-03-22T03:23:19.058Z | Compiling cpufeatures v0.2.17 |
1299 | 2025-03-22T03:23:19.139Z | Compiling futures v0.3.31 |
1300 | 2025-03-22T03:23:19.842Z | Compiling strum_macros v0.26.4 |
1301 | 2025-03-22T03:23:19.958Z | Compiling instant v0.1.13 |
1302 | 2025-03-22T03:23:19.980Z | Compiling structmeta v0.3.0 |
1303 | 2025-03-22T03:23:20.097Z | Compiling slog-async v2.8.0 |
1304 | 2025-03-22T03:23:20.348Z | Compiling bit-vec v0.8.0 |
1305 | 2025-03-22T03:23:20.646Z | Compiling tokio-native-tls v0.3.1 |
1306 | 2025-03-22T03:23:20.841Z | Compiling bit-set v0.8.0 |
1307 | 2025-03-22T03:23:20.908Z | Compiling serde_spanned v0.6.8 |
1308 | 2025-03-22T03:23:21.108Z | Compiling multer v3.1.0 |
1309 | 2025-03-22T03:23:21.146Z | Compiling unarray v0.1.4 |
1310 | 2025-03-22T03:23:21.306Z | Compiling winnow v0.7.4 |
1311 | 2025-03-22T03:23:21.442Z | Compiling take_mut v0.2.2 |
1312 | 2025-03-22T03:23:21.591Z | Compiling debug-ignore v1.0.5 |
1313 | 2025-03-22T03:23:21.786Z | Compiling hyper-tls v0.6.0 |
1314 | 2025-03-22T03:23:22.010Z | Compiling parse-display-derive v0.10.0 |
1315 | 2025-03-22T03:23:22.223Z | Compiling tower v0.5.2 |
1316 | 2025-03-22T03:23:23.115Z | Compiling hex v0.4.3 |
1317 | 2025-03-22T03:23:23.731Z | Compiling serde_with_macros v3.12.0 |
1318 | 2025-03-22T03:23:24.497Z | Compiling strum v0.26.3 |
1319 | 2025-03-22T03:23:24.675Z | Compiling async-stream-impl v0.3.6 |
1320 | 2025-03-22T03:23:25.330Z | Compiling tokio-rustls v0.26.2 |
1321 | 2025-03-22T03:23:25.815Z | Compiling hyper-rustls v0.27.5 |
1322 | 2025-03-22T03:23:26.020Z | Compiling toml_edit v0.22.24 |
1323 | 2025-03-22T03:23:26.451Z | Compiling dropshot v0.16.0 |
1324 | 2025-03-22T03:23:26.497Z | Compiling crossbeam-utils v0.8.21 |
1325 | 2025-03-22T03:23:26.569Z | Compiling spin v0.9.8 |
1326 | 2025-03-22T03:23:26.822Z | Compiling parse-display v0.10.0 |
1327 | 2025-03-22T03:23:27.046Z | Compiling serde_with v3.12.0 |
1328 | 2025-03-22T03:23:27.641Z | Compiling reqwest v0.12.15 |
1329 | 2025-03-22T03:23:27.914Z | Compiling async-stream v0.3.6 |
1330 | 2025-03-22T03:23:28.248Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1331 | 2025-03-22T03:23:28.405Z | Compiling test-strategy v0.4.1 |
1332 | 2025-03-22T03:23:30.413Z | Compiling typify-macro v0.2.0 |
1333 | 2025-03-22T03:23:30.519Z | Compiling toml v0.8.20 |
1334 | 2025-03-22T03:23:31.291Z | Compiling oxnet v0.1.1 |
1335 | 2025-03-22T03:23:31.958Z | Compiling dropshot_endpoint v0.16.0 |
1336 | 2025-03-22T03:23:32.195Z | Compiling serde_path_to_error v0.1.17 |
1337 | 2025-03-22T03:23:32.482Z | Compiling waitgroup v0.1.2 |
1338 | 2025-03-22T03:23:33.104Z | Compiling tempfile v3.19.1 |
1339 | 2025-03-22T03:23:34.163Z | Compiling digest v0.10.7 |
1340 | 2025-03-22T03:23:34.568Z | Compiling time v0.3.40 |
1341 | 2025-03-22T03:23:35.348Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1342 | 2025-03-22T03:23:35.390Z | Compiling typify v0.2.0 |
1343 | 2025-03-22T03:23:35.516Z | Compiling progenitor-impl v0.8.0 |
1344 | 2025-03-22T03:23:36.233Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1345 | 2025-03-22T03:23:36.333Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1346 | 2025-03-22T03:23:37.152Z | Compiling dirs-sys-next v0.1.2 |
1347 | 2025-03-22T03:23:37.884Z | Compiling memmap v0.7.0 |
1348 | 2025-03-22T03:23:37.943Z | Compiling hostname v0.4.0 |
1349 | 2025-03-22T03:23:38.224Z | Compiling usdt v0.5.0 |
1350 | 2025-03-22T03:23:38.285Z | Compiling dirs-next v2.0.0 |
1351 | 2025-03-22T03:23:38.485Z | Compiling daft v0.1.2 |
1352 | 2025-03-22T03:23:39.036Z | Compiling rustls-webpki v0.102.8 |
1353 | 2025-03-22T03:23:39.625Z | Compiling wait-timeout v0.2.1 |
1354 | 2025-03-22T03:23:39.855Z | Compiling utf8parse v0.2.2 |
1355 | 2025-03-22T03:23:40.011Z | Compiling anstyle-parse v0.2.6 |
1356 | 2025-03-22T03:23:40.354Z | Compiling rusty-fork v0.3.0 |
1357 | 2025-03-22T03:23:41.044Z | Compiling term v0.7.0 |
1358 | 2025-03-22T03:23:41.275Z | Compiling slog-json v2.6.1 |
1359 | 2025-03-22T03:23:41.452Z | Compiling crossbeam-channel v0.5.14 |
1360 | 2025-03-22T03:23:41.651Z | Compiling progenitor-client v0.8.0 |
1361 | 2025-03-22T03:23:42.120Z | Compiling progenitor-client v0.9.1 |
1362 | 2025-03-22T03:23:42.622Z | Compiling hostname v0.3.1 |
1363 | 2025-03-22T03:23:42.650Z | Compiling rand_xorshift v0.3.0 |
1364 | 2025-03-22T03:23:42.894Z | Compiling is-terminal v0.4.16 |
1365 | 2025-03-22T03:23:42.911Z | Compiling is_terminal_polyfill v1.70.1 |
1366 | 2025-03-22T03:23:42.923Z | Compiling anstyle-query v1.1.2 |
1367 | 2025-03-22T03:23:43.009Z | Compiling anstyle v1.0.10 |
1368 | 2025-03-22T03:23:43.024Z | Compiling colorchoice v1.0.3 |
1369 | 2025-03-22T03:23:43.066Z | Compiling slog-term v2.9.1 |
1370 | 2025-03-22T03:23:43.174Z | Compiling proptest v1.6.0 |
1371 | 2025-03-22T03:23:43.459Z | Compiling anstream v0.6.18 |
1372 | 2025-03-22T03:23:44.294Z | Compiling slog-bunyan v2.5.0 |
1373 | 2025-03-22T03:23:44.506Z | Compiling tokio-rustls v0.25.0 |
1374 | 2025-03-22T03:23:44.943Z | Compiling sha1 v0.10.6 |
1375 | 2025-03-22T03:23:46.278Z | Compiling progenitor-macro v0.8.0 |
1376 | 2025-03-22T03:23:46.832Z | Compiling clap_lex v0.7.4 |
1377 | 2025-03-22T03:23:50.747Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
1378 | 2025-03-22T03:23:51.731Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1379 | 2025-03-22T03:23:52.246Z | Compiling backoff v0.4.0 |
1380 | 2025-03-22T03:23:52.631Z | Compiling either v1.15.0 |
1381 | 2025-03-22T03:23:53.067Z | Compiling itertools v0.13.0 |
1382 | 2025-03-22T03:23:55.400Z | Compiling clap_derive v4.5.32 |
1383 | 2025-03-22T03:23:56.420Z | Compiling heapless v0.8.0 |
1384 | 2025-03-22T03:23:56.951Z | Compiling winnow v0.5.40 |
1385 | 2025-03-22T03:23:57.034Z | Compiling unicode-width v0.2.0 |
1386 | 2025-03-22T03:23:57.796Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1387 | 2025-03-22T03:24:00.642Z | Compiling toml_edit v0.19.15 |
1388 | 2025-03-22T03:24:01.461Z | Compiling progenitor v0.8.0 |
1389 | 2025-03-22T03:24:01.681Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
1390 | 2025-03-22T03:24:02.088Z | Compiling hash32 v0.3.1 |
1391 | 2025-03-22T03:24:02.316Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1392 | 2025-03-22T03:24:02.681Z | Compiling smoltcp v0.11.0 |
1393 | 2025-03-22T03:24:03.342Z | Compiling proc-macro-crate v1.3.1 |
1394 | 2025-03-22T03:24:04.579Z | Compiling terminal_size v0.4.2 |
1395 | 2025-03-22T03:24:04.660Z | Compiling typify-impl v0.3.0 |
1396 | 2025-03-22T03:24:04.785Z | Compiling proc-macro-error-attr v1.0.4 |
1397 | 2025-03-22T03:24:04.917Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1398 | 2025-03-22T03:24:05.098Z | Compiling cobs v0.2.3 |
1399 | 2025-03-22T03:24:05.107Z | Compiling heck v0.4.1 |
1400 | 2025-03-22T03:24:05.387Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1401 | 2025-03-22T03:24:05.686Z | Compiling bitflags v1.3.2 |
1402 | 2025-03-22T03:24:05.757Z | Compiling managed v0.8.0 |
1403 | 2025-03-22T03:24:05.791Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1404 | 2025-03-22T03:24:05.805Z | Compiling postcard v1.1.1 |
1405 | 2025-03-22T03:24:06.410Z | Compiling clap_builder v4.5.32 |
1406 | 2025-03-22T03:24:06.827Z | Compiling num_enum_derive v0.5.11 |
1407 | 2025-03-22T03:24:08.625Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1408 | 2025-03-22T03:24:10.728Z | Compiling foreign-types-macros v0.2.3 |
1409 | 2025-03-22T03:24:11.574Z | Compiling num-integer v0.1.46 |
1410 | 2025-03-22T03:24:11.617Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1411 | 2025-03-22T03:24:11.944Z | Compiling proc-macro-error v1.0.4 |
1412 | 2025-03-22T03:24:12.279Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1413 | 2025-03-22T03:24:12.299Z | Compiling foreign-types-shared v0.3.1 |
1414 | 2025-03-22T03:24:12.409Z | Compiling float-ord v0.3.2 |
1415 | 2025-03-22T03:24:12.444Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1416 | 2025-03-22T03:24:12.569Z | Compiling foreign-types v0.5.0 |
1417 | 2025-03-22T03:24:13.008Z | Compiling clap v4.5.32 |
1418 | 2025-03-22T03:24:13.546Z | Compiling num_enum v0.5.11 |
1419 | 2025-03-22T03:24:14.768Z | Compiling tabwriter v1.4.1 |
1420 | 2025-03-22T03:24:15.105Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1421 | 2025-03-22T03:24:15.631Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1422 | 2025-03-22T03:24:16.000Z | Compiling cstr-argument v0.1.2 |
1423 | 2025-03-22T03:24:16.248Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1424 | 2025-03-22T03:24:16.515Z | Compiling pretty-hex v0.2.1 |
1425 | 2025-03-22T03:24:16.556Z | Compiling crucible-workspace-hack v0.1.0 |
1426 | 2025-03-22T03:24:16.688Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1427 | 2025-03-22T03:24:16.838Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1428 | 2025-03-22T03:24:17.076Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1429 | 2025-03-22T03:24:18.232Z | Compiling num-rational v0.4.2 |
1430 | 2025-03-22T03:24:18.243Z | Compiling num-iter v0.1.45 |
1431 | 2025-03-22T03:24:18.980Z | Compiling colored v2.2.0 |
1432 | 2025-03-22T03:24:19.558Z | Compiling num-complex v0.4.6 |
1433 | 2025-03-22T03:24:20.062Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1434 | 2025-03-22T03:24:20.147Z | Compiling winnow v0.6.26 |
1435 | 2025-03-22T03:24:20.163Z | Compiling semver v0.1.20 |
1436 | 2025-03-22T03:24:20.216Z | Compiling prettyplease v0.2.31 |
1437 | 2025-03-22T03:24:20.409Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1438 | 2025-03-22T03:24:20.587Z | Compiling num v0.4.3 |
1439 | 2025-03-22T03:24:20.611Z | Compiling rustc_version v0.1.7 |
1440 | 2025-03-22T03:24:22.109Z | Compiling zone_cfg_derive v0.3.0 |
1441 | 2025-03-22T03:24:22.898Z | Compiling itertools v0.10.5 |
1442 | 2025-03-22T03:24:23.499Z | Compiling itertools v0.14.0 |
1443 | 2025-03-22T03:24:23.621Z | Compiling camino-tempfile v1.1.1 |
1444 | 2025-03-22T03:24:24.148Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1445 | 2025-03-22T03:24:25.899Z | Compiling num-derive v0.4.2 |
1446 | 2025-03-22T03:24:26.898Z | Compiling derive-where v1.2.7 |
1447 | 2025-03-22T03:24:28.212Z | Compiling sigpipe v0.1.3 |
1448 | 2025-03-22T03:24:28.245Z | Compiling base64ct v1.7.3 |
1449 | 2025-03-22T03:24:28.324Z | Compiling rustix v0.38.44 |
1450 | 2025-03-22T03:24:28.502Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1451 | 2025-03-22T03:24:28.859Z | Compiling password-hash v0.5.0 |
1452 | 2025-03-22T03:24:29.174Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1453 | 2025-03-22T03:24:29.404Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
1454 | 2025-03-22T03:24:30.172Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1455 | 2025-03-22T03:24:30.409Z | Compiling zone v0.3.0 |
1456 | 2025-03-22T03:24:30.596Z | Compiling typify-macro v0.3.0 |
1457 | 2025-03-22T03:24:30.634Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1458 | 2025-03-22T03:24:31.128Z | Compiling newtype_derive v0.1.6 |
1459 | 2025-03-22T03:24:31.438Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1460 | 2025-03-22T03:24:33.667Z | Compiling blake2 v0.10.6 |
1461 | 2025-03-22T03:24:33.730Z | Compiling hubpack_derive v0.1.1 |
1462 | 2025-03-22T03:24:33.775Z | Compiling smf v0.2.3 |
1463 | 2025-03-22T03:24:34.712Z | Compiling zerocopy-derive v0.6.6 |
1464 | 2025-03-22T03:24:35.516Z | Compiling unicode-segmentation v1.12.0 |
1465 | 2025-03-22T03:24:35.750Z | Compiling typify v0.3.0 |
1466 | 2025-03-22T03:24:35.881Z | Compiling progenitor-impl v0.9.1 |
1467 | 2025-03-22T03:24:36.078Z | Compiling cancel-safe-futures v0.1.5 |
1468 | 2025-03-22T03:24:36.424Z | Compiling whoami v1.5.2 |
1469 | 2025-03-22T03:24:36.446Z | Compiling owo-colors v4.2.0 |
1470 | 2025-03-22T03:24:36.777Z | Compiling tinyvec_macros v0.1.1 |
1471 | 2025-03-22T03:24:36.865Z | Compiling tinyvec v1.9.0 |
1472 | 2025-03-22T03:24:37.060Z | Compiling zerocopy v0.6.6 |
1473 | 2025-03-22T03:24:38.367Z | Compiling newline-converter v0.3.0 |
1474 | 2025-03-22T03:24:39.807Z | Compiling hubpack v0.1.2 |
1475 | 2025-03-22T03:24:39.982Z | Compiling argon2 v0.5.3 |
1476 | 2025-03-22T03:24:41.378Z | Compiling strum_macros v0.25.3 |
1477 | 2025-03-22T03:24:43.670Z | Compiling console v0.15.11 |
1478 | 2025-03-22T03:24:45.147Z | Compiling libsw-core v0.3.2 |
1479 | 2025-03-22T03:24:45.417Z | Compiling serde-big-array v0.5.1 |
1480 | 2025-03-22T03:24:45.478Z | Compiling enum-as-inner v0.6.1 |
1481 | 2025-03-22T03:24:45.650Z | Compiling serde_repr v0.1.20 |
1482 | 2025-03-22T03:24:46.595Z | Compiling cookie v0.18.1 |
1483 | 2025-03-22T03:24:46.757Z | Compiling progenitor-macro v0.9.1 |
1484 | 2025-03-22T03:24:46.855Z | Compiling data-encoding v2.8.0 |
1485 | 2025-03-22T03:24:47.578Z | Compiling similar v2.7.0 |
1486 | 2025-03-22T03:24:47.986Z | Compiling convert_case v0.4.0 |
1487 | 2025-03-22T03:24:48.766Z | Compiling linked-hash-map v0.5.6 |
1488 | 2025-03-22T03:24:49.132Z | Compiling static_assertions v1.1.0 |
1489 | 2025-03-22T03:24:49.192Z | Compiling fixedbitset v0.5.7 |
1490 | 2025-03-22T03:24:49.227Z | Compiling fixedbitset v0.4.2 |
1491 | 2025-03-22T03:24:49.697Z | Compiling petgraph v0.7.1 |
1492 | 2025-03-22T03:24:49.710Z | Compiling petgraph v0.6.5 |
1493 | 2025-03-22T03:24:49.722Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1494 | 2025-03-22T03:24:49.725Z | Compiling lru-cache v0.1.2 |
1495 | 2025-03-22T03:24:49.924Z | Compiling derive_more v0.99.19 |
1496 | 2025-03-22T03:24:49.936Z | Compiling expectorate v1.1.0 |
1497 | 2025-03-22T03:24:50.385Z | Compiling hickory-proto v0.24.4 |
1498 | 2025-03-22T03:24:53.942Z | Compiling libsw v3.5.0 |
1499 | 2025-03-22T03:24:54.214Z | Compiling atomicwrites v0.4.4 |
1500 | 2025-03-22T03:24:54.331Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1501 | 2025-03-22T03:24:54.598Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1502 | 2025-03-22T03:24:55.600Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1503 | 2025-03-22T03:24:56.812Z | Compiling resolv-conf v0.7.1 |
1504 | 2025-03-22T03:24:57.682Z | Compiling swrite v0.1.0 |
1505 | 2025-03-22T03:24:57.770Z | Compiling unicode-width v0.1.14 |
1506 | 2025-03-22T03:24:57.791Z | Compiling highway v1.3.0 |
1507 | 2025-03-22T03:24:57.827Z | Compiling linear-map v1.2.0 |
1508 | 2025-03-22T03:24:58.171Z | Compiling indent_write v2.2.0 |
1509 | 2025-03-22T03:24:58.294Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1510 | 2025-03-22T03:24:58.505Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1511 | 2025-03-22T03:24:58.510Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1512 | 2025-03-22T03:24:58.744Z | Compiling hickory-resolver v0.24.4 |
1513 | 2025-03-22T03:24:59.364Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1514 | 2025-03-22T03:24:59.759Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1515 | 2025-03-22T03:25:00.603Z | Compiling steno v0.4.1 |
1516 | 2025-03-22T03:25:02.021Z | Compiling progenitor v0.9.1 |
1517 | 2025-03-22T03:25:02.252Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1518 | 2025-03-22T03:25:02.670Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1519 | 2025-03-22T03:25:03.363Z | Compiling tokio-stream v0.1.17 |
1520 | 2025-03-22T03:25:03.768Z | Compiling slog-dtrace v0.3.0 |
1521 | 2025-03-22T03:25:03.783Z | Compiling humantime v2.2.0 |
1522 | 2025-03-22T03:25:04.113Z | Compiling parking_lot_core v0.8.6 |
1523 | 2025-03-22T03:25:04.379Z | Compiling qorb v0.2.1 |
1524 | 2025-03-22T03:25:04.657Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1525 | 2025-03-22T03:25:05.410Z | Compiling num-derive v0.3.3 |
1526 | 2025-03-22T03:25:06.803Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1527 | 2025-03-22T03:25:07.163Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1528 | 2025-03-22T03:25:07.601Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1529 | 2025-03-22T03:25:07.962Z | Compiling libscf-sys v1.1.0 |
1530 | 2025-03-22T03:25:09.006Z | Compiling half v2.5.0 |
1531 | 2025-03-22T03:25:09.276Z | Compiling ciborium-io v0.2.2 |
1532 | 2025-03-22T03:25:09.316Z | Compiling parking_lot v0.11.2 |
1533 | 2025-03-22T03:25:09.394Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
1534 | 2025-03-22T03:25:09.583Z | Compiling ciborium-ll v0.2.2 |
1535 | 2025-03-22T03:25:09.586Z | Compiling crossbeam-epoch v0.9.18 |
1536 | 2025-03-22T03:25:10.020Z | Compiling fxhash v0.2.1 |
1537 | 2025-03-22T03:25:10.033Z | Compiling crc32fast v1.4.2 |
1538 | 2025-03-22T03:25:10.216Z | Compiling ciborium v0.2.2 |
1539 | 2025-03-22T03:25:10.325Z | Compiling sled v0.34.7 |
1540 | 2025-03-22T03:25:17.794Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1541 | 2025-03-22T03:25:22.729Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1542 | 2025-03-22T03:25:29.754Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1543 | 2025-03-22T03:25:30.929Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1544 | 2025-03-22T03:25:32.662Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1545 | 2025-03-22T03:25:56.644Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 30s |
1546 | 2025-03-22T03:25:56.820Z | ──────────── |
1547 | 2025-03-22T03:25:56.820Z | Nextest run ID 0eb2a0c9-6844-41cf-9b3c-572bbd088ca0 with nextest profile: default |
1548 | 2025-03-22T03:25:56.821Z | Starting 2 tests across 1 binary |
1549 | 2025-03-22T03:25:56.857Z | PASS [ 0.013s] rdb bestpath::test::test_bestpath |
1550 | 2025-03-22T03:25:56.904Z | PASS [ 0.082s] rdb db::test::test_rib |
1551 | 2025-03-22T03:25:56.907Z | ──────────── |
1552 | 2025-03-22T03:25:56.907Z | Summary [ 0.084s] 2 tests run: 2 passed, 0 skipped |
1553 | 2025-03-22T03:25:56.925Z | + cp rib.log /work/ |
1554 | 2025-03-22T03:25:56.931Z | process exited: duration 401905 ms, exit code 0 |
|
1555 | 2025-03-22T03:25:56.957Z | found 1 output files |
1556 | 2025-03-22T03:25:56.957Z | uploading: /work/rib.log (0 bytes) |
1557 | 2025-03-22T03:25:57.968Z | uploaded: /work/rib.log |