|
|
|
1 | 2025-07-18T16:15:15.500Z | job assigned to worker 01K0F514BW4PEFMRS1PXYSAMSR [factory aws, i-079bd66388e854133] (queued for 4 m 41 s) |
|
2 | 2025-07-18T16:15:24.649Z | starting task 0: "setup" |
3 | 2025-07-18T16:15:24.654Z | ++ uname -s |
4 | 2025-07-18T16:15:24.657Z | + kern=SunOS |
5 | 2025-07-18T16:15:24.658Z | + build_user=build |
6 | 2025-07-18T16:15:24.658Z | + build_uid=12345 |
7 | 2025-07-18T16:15:24.658Z | + work_dir=/work |
8 | 2025-07-18T16:15:24.658Z | + input_dir=/input |
9 | 2025-07-18T16:15:24.658Z | + [[ 0 == 12345 ]] |
10 | 2025-07-18T16:15:24.658Z | + case "$kern" in |
11 | 2025-07-18T16:15:24.658Z | + groupadd -g 12345 build |
12 | 2025-07-18T16:15:24.661Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-18T16:15:26.667Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-18T16:15:26.795Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-18T16:15:26.798Z | + home_fs=zfs |
16 | 2025-07-18T16:15:26.798Z | + [[ zfs == autofs ]] |
17 | 2025-07-18T16:15:26.798Z | + mkdir -p /home/build |
18 | 2025-07-18T16:15:26.802Z | + chown build:build /home/build /work |
19 | 2025-07-18T16:15:28.802Z | + chmod 0700 /home/build /work |
20 | 2025-07-18T16:15:28.806Z | process exited: duration 4157 ms, exit code 0 |
|
21 | 2025-07-18T16:15:28.814Z | starting task 1: "rust-toolchain" |
22 | 2025-07-18T16:15:28.820Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-18T16:15:28.820Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-18T16:15:28.820Z | * rust toolchain profile = "default" |
25 | 2025-07-18T16:15:28.820Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-18T16:15:28.820Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-18T16:15:28.820Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-18T16:15:28.824Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-18T16:15:28.824Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-18T16:15:28.939Z | info: downloading installer |
31 | 2025-07-18T16:15:30.338Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-18T16:15:30.338Z | warn: /opt/ooce/bin |
33 | 2025-07-18T16:15:30.338Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-18T16:15:30.338Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-18T16:15:30.338Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-18T16:15:30.338Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-18T16:15:30.338Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-18T16:15:30.338Z | error: cannot install while Rust is installed |
39 | 2025-07-18T16:15:30.338Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-18T16:15:30.351Z | info: profile set to 'default' |
41 | 2025-07-18T16:15:30.351Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-18T16:15:30.355Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-18T16:15:30.513Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-18T16:15:30.513Z | info: downloading component 'cargo' |
45 | 2025-07-18T16:15:31.372Z | info: downloading component 'clippy' |
46 | 2025-07-18T16:15:31.719Z | info: downloading component 'rust-docs' |
47 | 2025-07-18T16:15:33.035Z | info: downloading component 'rust-std' |
48 | 2025-07-18T16:15:34.666Z | info: downloading component 'rustc' |
49 | 2025-07-18T16:15:41.133Z | info: downloading component 'rustfmt' |
50 | 2025-07-18T16:15:41.382Z | info: installing component 'cargo' |
51 | 2025-07-18T16:15:42.275Z | info: installing component 'clippy' |
52 | 2025-07-18T16:15:42.672Z | info: installing component 'rust-docs' |
53 | 2025-07-18T16:15:44.552Z | info: installing component 'rust-std' |
54 | 2025-07-18T16:15:46.305Z | info: installing component 'rustc' |
55 | 2025-07-18T16:15:52.943Z | info: installing component 'rustfmt' |
56 | 2025-07-18T16:15:53.288Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-18T16:15:53.288Z | |
58 | 2025-07-18T16:15:53.710Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-18T16:15:53.710Z | |
60 | 2025-07-18T16:15:53.714Z | |
61 | 2025-07-18T16:15:53.714Z | Rust is installed now. Great! |
62 | 2025-07-18T16:15:53.714Z | |
63 | 2025-07-18T16:15:53.714Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-18T16:15:53.714Z | environment variable. This has not been done automatically. |
65 | 2025-07-18T16:15:53.714Z | |
66 | 2025-07-18T16:15:53.714Z | To configure your current shell, you need to source |
67 | 2025-07-18T16:15:53.714Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-18T16:15:53.714Z | |
69 | 2025-07-18T16:15:53.714Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-18T16:15:53.714Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-18T16:15:53.714Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-18T16:15:53.714Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-18T16:15:53.802Z | + rustup --version |
74 | 2025-07-18T16:15:53.814Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-18T16:15:53.817Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-18T16:15:53.894Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-18T16:15:53.898Z | + cargo --version |
78 | 2025-07-18T16:15:53.983Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-18T16:15:53.987Z | + rustc --version |
80 | 2025-07-18T16:15:54.090Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-18T16:15:54.099Z | process exited: duration 25274 ms, exit code 0 |
|
82 | 2025-07-18T16:15:54.106Z | starting task 2: "authentication" |
83 | 2025-07-18T16:15:54.130Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-07-18T16:15:54.137Z | starting task 3: "clone repository" |
85 | 2025-07-18T16:15:54.142Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-18T16:15:54.145Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-18T16:15:54.184Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-18T16:16:02.737Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-18T16:16:02.737Z | + git fetch origin bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
90 | 2025-07-18T16:16:03.081Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-18T16:16:03.081Z | * branch bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 -> FETCH_HEAD |
92 | 2025-07-18T16:16:03.093Z | + [[ -n bundle-comment ]] |
93 | 2025-07-18T16:16:03.097Z | ++ git branch --show-current |
94 | 2025-07-18T16:16:03.098Z | + current=main |
95 | 2025-07-18T16:16:03.098Z | + [[ main != bundle-comment ]] |
96 | 2025-07-18T16:16:03.098Z | + git branch -f bundle-comment bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
97 | 2025-07-18T16:16:03.101Z | + git checkout -f bundle-comment |
98 | 2025-07-18T16:16:03.213Z | Switched to branch 'bundle-comment' |
99 | 2025-07-18T16:16:03.217Z | + git reset --hard bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
100 | 2025-07-18T16:16:03.331Z | HEAD is now at bcdd59cf4 Support Bundle: Add user comment support |
101 | 2025-07-18T16:16:03.335Z | process exited: duration 9193 ms, exit code 0 |
|
102 | 2025-07-18T16:16:03.342Z | starting task 4: "build" |
103 | 2025-07-18T16:16:03.348Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-18T16:16:03.351Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-18T16:16:03.351Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-18T16:16:03.352Z | + cargo --version |
107 | 2025-07-18T16:16:03.405Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-18T16:16:03.408Z | + rustc --version |
109 | 2025-07-18T16:16:03.476Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-18T16:16:03.480Z | + WORK=/work |
111 | 2025-07-18T16:16:03.480Z | + pfexec mkdir -p /work |
112 | 2025-07-18T16:16:03.484Z | + pfexec chown build /work |
113 | 2025-07-18T16:16:03.487Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-07-18T16:16:13.757Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-07-18T16:16:20.984Z | Startup: Caching catalogs ... Done |
116 | 2025-07-18T16:16:25.754Z | Planning: Solver setup ... Done (3.597s) |
117 | 2025-07-18T16:16:25.787Z | Planning: Running solver ... Done (0.034s) |
118 | 2025-07-18T16:16:25.879Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2025-07-18T16:16:25.893Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-07-18T16:16:26.042Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-07-18T16:16:26.091Z | Planning: Package planning ... Done (0.050s) |
122 | 2025-07-18T16:16:26.142Z | Planning: Merging actions ... Done (0.050s) |
123 | 2025-07-18T16:16:26.454Z | Planning: Checking for conflicting actions ... Done (0.296s) |
124 | 2025-07-18T16:16:26.478Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2025-07-18T16:16:27.712Z | Planning: Evaluating mediators ... Done (1.262s) |
126 | 2025-07-18T16:16:27.722Z | Planning: Planning completed in 6.62 seconds |
127 | 2025-07-18T16:16:27.739Z | Packages to install: 4 |
128 | 2025-07-18T16:16:27.739Z | Mediators to change: 2 |
129 | 2025-07-18T16:16:27.744Z | Services to change: 1 |
130 | 2025-07-18T16:16:27.744Z | Estimated space available: 155.51 GB |
131 | 2025-07-18T16:16:27.744Z | Estimated space to be consumed: 1.70 GB |
132 | 2025-07-18T16:16:27.744Z | Create boot environment: No |
133 | 2025-07-18T16:16:27.744Z | Create backup boot environment: No |
134 | 2025-07-18T16:16:27.744Z | Rebuild boot archive: No |
135 | 2025-07-18T16:16:27.744Z | |
136 | 2025-07-18T16:16:27.744Z | Changed mediators: |
137 | 2025-07-18T16:16:27.744Z | mediator clang: |
138 | 2025-07-18T16:16:27.744Z | version: None -> 15 (system default) |
139 | 2025-07-18T16:16:27.744Z | |
140 | 2025-07-18T16:16:27.744Z | mediator llvm: |
141 | 2025-07-18T16:16:27.745Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-07-18T16:16:27.745Z | |
143 | 2025-07-18T16:16:27.745Z | Changed packages: |
144 | 2025-07-18T16:16:27.745Z | helios-dev |
145 | 2025-07-18T16:16:27.745Z | developer/build-essential |
146 | 2025-07-18T16:16:27.745Z | None -> 11-2.0 |
147 | 2025-07-18T16:16:27.745Z | library/libxmlsec1 |
148 | 2025-07-18T16:16:27.745Z | None -> 1.2.35-2.0 |
149 | 2025-07-18T16:16:27.745Z | ooce/developer/clang-15 |
150 | 2025-07-18T16:16:27.745Z | None -> 15.0.7-2.0 |
151 | 2025-07-18T16:16:27.745Z | ooce/developer/llvm-15 |
152 | 2025-07-18T16:16:27.745Z | None -> 15.0.7-2.0 |
153 | 2025-07-18T16:16:27.745Z | |
154 | 2025-07-18T16:16:27.746Z | Services: |
155 | 2025-07-18T16:16:27.746Z | restart_fmri: |
156 | 2025-07-18T16:16:27.746Z | svc:/system/update-man-index:default |
157 | 2025-07-18T16:16:27.794Z | |
158 | 2025-07-18T16:16:27.794Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-07-18T16:16:32.795Z | Download: 2944/3290 items 121.0/212.6MB 56% complete (24.4M/s) |
160 | 2025-07-18T16:16:34.832Z | Download: Completed 212.60 MB in 7.04 seconds (30.2M/s) |
161 | 2025-07-18T16:16:36.645Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2025-07-18T16:16:41.237Z | Actions: Completed 3689 actions in 4.59 seconds. |
163 | 2025-07-18T16:16:41.589Z | Done (0.347s) |
164 | 2025-07-18T16:16:41.589Z | Done (0.000s) |
165 | 2025-07-18T16:16:42.433Z | Done (0.844s) |
166 | 2025-07-18T16:16:47.198Z | Done (4.458s) |
167 | 2025-07-18T16:16:47.290Z | Done (0.021s) |
168 | 2025-07-18T16:16:47.294Z | Done (0.000s) |
169 | 2025-07-18T16:16:47.447Z | Done (0.000s) |
170 | 2025-07-18T16:16:48.336Z | Planning: Evaluating mediator changes ... Done |
171 | 2025-07-18T16:16:48.499Z | Planning: Checking for conflicting actions ... Done |
172 | 2025-07-18T16:16:48.513Z | Planning: Consolidating action changes ... Done |
173 | 2025-07-18T16:16:48.779Z | Planning: Evaluating mediators ... Done |
174 | 2025-07-18T16:16:48.794Z | Planning: Planning completed in 0.45 seconds |
175 | 2025-07-18T16:16:48.808Z | Mediators to change: 2 |
176 | 2025-07-18T16:16:48.809Z | Create boot environment: No |
177 | 2025-07-18T16:16:48.824Z | Create backup boot environment: No |
178 | 2025-07-18T16:16:48.897Z | Done |
179 | 2025-07-18T16:16:48.897Z | Done |
180 | 2025-07-18T16:16:49.499Z | Done |
181 | 2025-07-18T16:16:53.278Z | Done |
182 | 2025-07-18T16:16:53.368Z | Done |
183 | 2025-07-18T16:16:53.371Z | Done |
184 | 2025-07-18T16:16:53.510Z | Done |
185 | 2025-07-18T16:16:54.153Z | Planning: Evaluating mediator changes ... Done |
186 | 2025-07-18T16:16:54.163Z | Planning: Merging actions ... Done |
187 | 2025-07-18T16:16:54.342Z | Planning: Checking for conflicting actions ... Done |
188 | 2025-07-18T16:16:54.346Z | Planning: Consolidating action changes ... Done |
189 | 2025-07-18T16:16:54.616Z | Planning: Evaluating mediators ... Done |
190 | 2025-07-18T16:16:54.673Z | Planning: Planning completed in 0.77 seconds |
191 | 2025-07-18T16:16:54.708Z | Packages to change: 1 |
192 | 2025-07-18T16:16:54.708Z | Mediators to change: 1 |
193 | 2025-07-18T16:16:54.712Z | Services to change: 1 |
194 | 2025-07-18T16:16:54.712Z | Create boot environment: No |
195 | 2025-07-18T16:16:54.712Z | Create backup boot environment: Yes |
196 | 2025-07-18T16:16:57.193Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2025-07-18T16:16:57.197Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2025-07-18T16:16:57.198Z | Done |
199 | 2025-07-18T16:16:57.198Z | Done |
200 | 2025-07-18T16:16:57.368Z | Done |
201 | 2025-07-18T16:17:01.128Z | Done |
202 | 2025-07-18T16:17:01.217Z | Done |
203 | 2025-07-18T16:17:01.221Z | Done |
204 | 2025-07-18T16:17:01.366Z | Done |
205 | 2025-07-18T16:17:01.838Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2025-07-18T16:17:01.838Z | clang system 15 system |
207 | 2025-07-18T16:17:01.838Z | csh system system illumos |
208 | 2025-07-18T16:17:01.838Z | ctags system system illumos |
209 | 2025-07-18T16:17:01.838Z | file system system illumos |
210 | 2025-07-18T16:17:01.838Z | gcc vendor 12 vendor |
211 | 2025-07-18T16:17:01.838Z | gcc system 10 system |
212 | 2025-07-18T16:17:01.838Z | gcc system 7 system |
213 | 2025-07-18T16:17:01.838Z | go system 1.20 system |
214 | 2025-07-18T16:17:01.838Z | go system 1.19 system |
215 | 2025-07-18T16:17:01.838Z | llvm system 15 system |
216 | 2025-07-18T16:17:01.838Z | llvm system 14 system |
217 | 2025-07-18T16:17:01.838Z | mariadb system 10.6 system |
218 | 2025-07-18T16:17:01.838Z | mta vendor vendor dma |
219 | 2025-07-18T16:17:01.838Z | openjdk system 17 system |
220 | 2025-07-18T16:17:01.838Z | openjdk system 11 system |
221 | 2025-07-18T16:17:01.838Z | openjdk system 1.8 system |
222 | 2025-07-18T16:17:01.838Z | openssl vendor 3 vendor |
223 | 2025-07-18T16:17:01.838Z | perl system 5.36 system |
224 | 2025-07-18T16:17:01.838Z | postgresql system 15 system |
225 | 2025-07-18T16:17:01.838Z | postgresql system 13 system |
226 | 2025-07-18T16:17:01.838Z | python vendor 3 vendor |
227 | 2025-07-18T16:17:01.838Z | python system 2 system |
228 | 2025-07-18T16:17:01.839Z | python3 system 3.11 system |
229 | 2025-07-18T16:17:01.839Z | ruby system 3.0 system |
230 | 2025-07-18T16:17:01.839Z | words vendor vendor american-english |
231 | 2025-07-18T16:17:01.839Z | words system system australian-english |
232 | 2025-07-18T16:17:01.839Z | words system system british-english |
233 | 2025-07-18T16:17:01.839Z | words system system canadian-english |
234 | 2025-07-18T16:17:01.839Z | words system system french |
235 | 2025-07-18T16:17:01.839Z | words system system italian |
236 | 2025-07-18T16:17:01.839Z | words system system ngerman |
237 | 2025-07-18T16:17:01.839Z | words system system ogerman |
238 | 2025-07-18T16:17:01.840Z | words system system spanish |
239 | 2025-07-18T16:17:02.200Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2025-07-18T16:17:02.200Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2025-07-18T16:17:06.915Z | FMRI IFO |
242 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
248 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
250 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
251 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
253 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
254 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
256 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
257 | 2025-07-18T16:17:06.915Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2025-07-18T16:17:07.931Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2025-07-18T16:17:08.240Z | Updating crates.io index |
260 | 2025-07-18T16:17:08.244Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
261 | 2025-07-18T16:17:08.568Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2025-07-18T16:17:09.145Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2025-07-18T16:17:09.412Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2025-07-18T16:17:09.667Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
265 | 2025-07-18T16:17:09.979Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2025-07-18T16:17:11.097Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2025-07-18T16:17:13.005Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2025-07-18T16:17:13.932Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2025-07-18T16:17:14.646Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
270 | 2025-07-18T16:17:14.908Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2025-07-18T16:17:15.177Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2025-07-18T16:17:15.938Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
273 | 2025-07-18T16:17:16.203Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
274 | 2025-07-18T16:17:16.612Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
275 | 2025-07-18T16:17:17.098Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
276 | 2025-07-18T16:17:17.440Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2025-07-18T16:17:17.723Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2025-07-18T16:17:17.981Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2025-07-18T16:17:18.231Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2025-07-18T16:17:18.516Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
281 | 2025-07-18T16:17:18.842Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
282 | 2025-07-18T16:17:19.281Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2025-07-18T16:17:19.594Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2025-07-18T16:17:20.205Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
285 | 2025-07-18T16:17:20.597Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2025-07-18T16:17:20.856Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2025-07-18T16:17:21.197Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
288 | 2025-07-18T16:17:21.580Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2025-07-18T16:17:21.908Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2025-07-18T16:17:22.181Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2025-07-18T16:17:22.453Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
292 | 2025-07-18T16:17:32.404Z | Updating git repository `https://github.com/illumos/smf-rs` |
293 | 2025-07-18T16:17:33.822Z | Downloading crates ... |
294 | 2025-07-18T16:17:33.878Z | Downloaded anstyle v1.0.11 |
295 | 2025-07-18T16:17:33.883Z | Downloaded anstream v0.6.18 |
296 | 2025-07-18T16:17:33.886Z | Downloaded block-buffer v0.10.4 |
297 | 2025-07-18T16:17:33.889Z | Downloaded bitflags v2.9.1 |
298 | 2025-07-18T16:17:33.915Z | Downloaded dof v0.3.0 |
299 | 2025-07-18T16:17:33.919Z | Downloaded icu_normalizer v1.5.0 |
300 | 2025-07-18T16:17:33.922Z | Downloaded fastrand v2.1.1 |
301 | 2025-07-18T16:17:33.925Z | Downloaded clap_lex v0.7.4 |
302 | 2025-07-18T16:17:33.925Z | Downloaded equivalent v1.0.2 |
303 | 2025-07-18T16:17:33.929Z | Downloaded write16 v1.0.0 |
304 | 2025-07-18T16:17:33.929Z | Downloaded colorchoice v1.0.2 |
305 | 2025-07-18T16:17:33.933Z | Downloaded zerofrom v0.1.4 |
306 | 2025-07-18T16:17:33.936Z | Downloaded errno v0.3.12 |
307 | 2025-07-18T16:17:33.936Z | Downloaded digest v0.10.7 |
308 | 2025-07-18T16:17:33.939Z | Downloaded url v2.5.4 |
309 | 2025-07-18T16:17:33.942Z | Downloaded autocfg v1.4.0 |
310 | 2025-07-18T16:17:33.942Z | Downloaded usdt-macro v0.5.0 |
311 | 2025-07-18T16:17:33.946Z | Downloaded tabled_derive v0.7.0 |
312 | 2025-07-18T16:17:33.946Z | Downloaded cfg-if v1.0.1 |
313 | 2025-07-18T16:17:33.946Z | Downloaded anyhow v1.0.98 |
314 | 2025-07-18T16:17:33.949Z | Downloaded yoke-derive v0.7.4 |
315 | 2025-07-18T16:17:33.952Z | Downloaded unicode-xid v0.2.6 |
316 | 2025-07-18T16:17:33.952Z | Downloaded thread-id v4.2.2 |
317 | 2025-07-18T16:17:33.955Z | Downloaded idna_adapter v1.2.0 |
318 | 2025-07-18T16:17:33.955Z | Downloaded fnv v1.0.7 |
319 | 2025-07-18T16:17:33.955Z | Downloaded writeable v0.5.5 |
320 | 2025-07-18T16:17:33.959Z | Downloaded utf8parse v0.2.2 |
321 | 2025-07-18T16:17:33.959Z | Downloaded utf16_iter v1.0.5 |
322 | 2025-07-18T16:17:33.962Z | Downloaded usdt v0.5.0 |
323 | 2025-07-18T16:17:33.962Z | Downloaded tinystr v0.7.6 |
324 | 2025-07-18T16:17:33.967Z | Downloaded unicode-linebreak v0.1.5 |
325 | 2025-07-18T16:17:33.967Z | Downloaded thiserror-impl v2.0.12 |
326 | 2025-07-18T16:17:33.967Z | Downloaded toml_datetime v0.6.11 |
327 | 2025-07-18T16:17:33.971Z | Downloaded zerofrom-derive v0.1.4 |
328 | 2025-07-18T16:17:33.971Z | Downloaded thiserror v1.0.69 |
329 | 2025-07-18T16:17:33.974Z | Downloaded zerovec-derive v0.10.3 |
330 | 2025-07-18T16:17:33.974Z | Downloaded utf8_iter v1.0.4 |
331 | 2025-07-18T16:17:33.977Z | Downloaded toml v0.8.23 |
332 | 2025-07-18T16:17:33.977Z | Downloaded icu_properties_data v1.5.0 |
333 | 2025-07-18T16:17:33.986Z | Downloaded zerocopy-derive v0.7.35 |
334 | 2025-07-18T16:17:33.990Z | Downloaded unicode-ident v1.0.18 |
335 | 2025-07-18T16:17:33.993Z | Downloaded ucd-trie v0.1.7 |
336 | 2025-07-18T16:17:33.996Z | Downloaded scroll_derive v0.12.0 |
337 | 2025-07-18T16:17:33.996Z | Downloaded pretty-hex v0.4.1 |
338 | 2025-07-18T16:17:33.996Z | Downloaded yoke v0.7.4 |
339 | 2025-07-18T16:17:33.999Z | Downloaded textwrap v0.16.2 |
340 | 2025-07-18T16:17:34.003Z | Downloaded toml_edit v0.22.27 |
341 | 2025-07-18T16:17:34.006Z | Downloaded typenum v1.17.0 |
342 | 2025-07-18T16:17:34.006Z | Downloaded memmap v0.7.0 |
343 | 2025-07-18T16:17:34.009Z | Downloaded is_terminal_polyfill v1.70.1 |
344 | 2025-07-18T16:17:34.009Z | Downloaded crypto-common v0.1.6 |
345 | 2025-07-18T16:17:34.012Z | Downloaded cpufeatures v0.2.14 |
346 | 2025-07-18T16:17:34.012Z | Downloaded form_urlencoded v1.2.1 |
347 | 2025-07-18T16:17:34.012Z | Downloaded erased-serde v0.4.6 |
348 | 2025-07-18T16:17:34.015Z | Downloaded terminal_size v0.4.0 |
349 | 2025-07-18T16:17:34.015Z | Downloaded zerovec v0.10.4 |
350 | 2025-07-18T16:17:34.020Z | Downloaded swrite v0.1.0 |
351 | 2025-07-18T16:17:34.023Z | Downloaded percent-encoding v2.3.1 |
352 | 2025-07-18T16:17:34.023Z | Downloaded version_check v0.9.5 |
353 | 2025-07-18T16:17:34.023Z | Downloaded usdt-impl v0.5.0 |
354 | 2025-07-18T16:17:34.026Z | Downloaded zerocopy v0.7.35 |
355 | 2025-07-18T16:17:34.038Z | Downloaded plain v0.2.3 |
356 | 2025-07-18T16:17:34.041Z | Downloaded winnow v0.7.10 |
357 | 2025-07-18T16:17:34.046Z | Downloaded serde_spanned v0.6.9 |
358 | 2025-07-18T16:17:34.049Z | Downloaded byteorder v1.5.0 |
359 | 2025-07-18T16:17:34.049Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2025-07-18T16:17:34.053Z | Downloaded bytecount v0.6.8 |
361 | 2025-07-18T16:17:34.053Z | Downloaded serde-value v0.7.0 |
362 | 2025-07-18T16:17:34.056Z | Downloaded unicode-width v0.2.0 |
363 | 2025-07-18T16:17:34.062Z | Downloaded generic-array v0.14.7 |
364 | 2025-07-18T16:17:34.062Z | Downloaded cargo-util-schemas v0.2.0 |
365 | 2025-07-18T16:17:34.065Z | Downloaded strsim v0.11.1 |
366 | 2025-07-18T16:17:34.065Z | Downloaded cargo-platform v0.2.0 |
367 | 2025-07-18T16:17:34.065Z | Downloaded unicode-width v0.1.14 |
368 | 2025-07-18T16:17:34.069Z | Downloaded smawk v0.3.2 |
369 | 2025-07-18T16:17:34.069Z | Downloaded log v0.4.27 |
370 | 2025-07-18T16:17:34.072Z | Downloaded synstructure v0.13.1 |
371 | 2025-07-18T16:17:34.072Z | Downloaded stable_deref_trait v1.2.0 |
372 | 2025-07-18T16:17:34.072Z | Downloaded heck v0.5.0 |
373 | 2025-07-18T16:17:34.075Z | Downloaded dtrace-parser v0.2.0 |
374 | 2025-07-18T16:17:34.075Z | Downloaded serde-untagged v0.1.7 |
375 | 2025-07-18T16:17:34.075Z | Downloaded fs-err v3.1.1 |
376 | 2025-07-18T16:17:34.078Z | Downloaded serde_tokenstream v0.2.2 |
377 | 2025-07-18T16:17:34.078Z | Downloaded ordered-float v2.10.1 |
378 | 2025-07-18T16:17:34.081Z | Downloaded thiserror-impl v1.0.69 |
379 | 2025-07-18T16:17:34.081Z | Downloaded itoa v1.0.11 |
380 | 2025-07-18T16:17:34.081Z | Downloaded pest_generator v2.7.14 |
381 | 2025-07-18T16:17:34.084Z | Downloaded icu_provider v1.5.0 |
382 | 2025-07-18T16:17:34.084Z | Downloaded toml_write v0.1.2 |
383 | 2025-07-18T16:17:34.087Z | Downloaded anstyle-parse v0.2.5 |
384 | 2025-07-18T16:17:34.087Z | Downloaded once_cell v1.21.3 |
385 | 2025-07-18T16:17:34.090Z | Downloaded macaddr v1.0.1 |
386 | 2025-07-18T16:17:34.090Z | Downloaded anstyle-query v1.1.1 |
387 | 2025-07-18T16:17:34.093Z | Downloaded usdt-attr-macro v0.5.0 |
388 | 2025-07-18T16:17:34.093Z | Downloaded typeid v1.0.3 |
389 | 2025-07-18T16:17:34.094Z | Downloaded proc-macro-error v1.0.4 |
390 | 2025-07-18T16:17:34.097Z | Downloaded litemap v0.7.3 |
391 | 2025-07-18T16:17:34.100Z | Downloaded icu_provider_macros v1.5.0 |
392 | 2025-07-18T16:17:34.100Z | Downloaded icu_normalizer_data v1.5.0 |
393 | 2025-07-18T16:17:34.103Z | Downloaded icu_locid_transform_data v1.5.0 |
394 | 2025-07-18T16:17:34.103Z | Downloaded quote v1.0.40 |
395 | 2025-07-18T16:17:34.107Z | Downloaded clap_derive v4.5.40 |
396 | 2025-07-18T16:17:34.107Z | Downloaded semver v1.0.26 |
397 | 2025-07-18T16:17:34.110Z | Downloaded heck v0.4.1 |
398 | 2025-07-18T16:17:34.113Z | Downloaded displaydoc v0.2.5 |
399 | 2025-07-18T16:17:34.116Z | Downloaded smallvec v1.15.0 |
400 | 2025-07-18T16:17:34.116Z | Downloaded sha2 v0.10.9 |
401 | 2025-07-18T16:17:34.119Z | Downloaded cargo_toml v0.21.0 |
402 | 2025-07-18T16:17:34.119Z | Downloaded cargo_metadata v0.20.0 |
403 | 2025-07-18T16:17:34.122Z | Downloaded thiserror v2.0.12 |
404 | 2025-07-18T16:17:34.126Z | Downloaded pest_derive v2.7.14 |
405 | 2025-07-18T16:17:34.129Z | Downloaded camino-tempfile v1.4.1 |
406 | 2025-07-18T16:17:34.129Z | Downloaded icu_locid_transform v1.5.0 |
407 | 2025-07-18T16:17:34.133Z | Downloaded scroll v0.12.0 |
408 | 2025-07-18T16:17:34.137Z | Downloaded ryu v1.0.18 |
409 | 2025-07-18T16:17:34.140Z | Downloaded papergrid v0.11.0 |
410 | 2025-07-18T16:17:34.143Z | Downloaded num-traits v0.2.19 |
411 | 2025-07-18T16:17:34.146Z | Downloaded icu_properties v1.5.1 |
412 | 2025-07-18T16:17:34.149Z | Downloaded getrandom v0.3.1 |
413 | 2025-07-18T16:17:34.149Z | Downloaded tempfile v3.20.0 |
414 | 2025-07-18T16:17:34.152Z | Downloaded clap v4.5.40 |
415 | 2025-07-18T16:17:34.160Z | Downloaded serde_derive v1.0.219 |
416 | 2025-07-18T16:17:34.163Z | Downloaded proc-macro2 v1.0.95 |
417 | 2025-07-18T16:17:34.166Z | Downloaded indexmap v2.10.0 |
418 | 2025-07-18T16:17:34.169Z | Downloaded pest_meta v2.7.14 |
419 | 2025-07-18T16:17:34.172Z | Downloaded camino v1.1.10 |
420 | 2025-07-18T16:17:34.180Z | Downloaded icu_locid v1.5.0 |
421 | 2025-07-18T16:17:34.184Z | Downloaded serde v1.0.219 |
422 | 2025-07-18T16:17:34.187Z | Downloaded icu_collections v1.5.0 |
423 | 2025-07-18T16:17:34.193Z | Downloaded memchr v2.7.4 |
424 | 2025-07-18T16:17:34.198Z | Downloaded idna v1.0.3 |
425 | 2025-07-18T16:17:34.211Z | Downloaded pest v2.7.14 |
426 | 2025-07-18T16:17:34.225Z | Downloaded hashbrown v0.15.4 |
427 | 2025-07-18T16:17:34.238Z | Downloaded serde_json v1.0.140 |
428 | 2025-07-18T16:17:34.248Z | Downloaded clap_builder v4.5.40 |
429 | 2025-07-18T16:17:34.254Z | Downloaded goblin v0.8.2 |
430 | 2025-07-18T16:17:34.258Z | Downloaded tabled v0.15.0 |
431 | 2025-07-18T16:17:34.271Z | Downloaded syn v1.0.109 |
432 | 2025-07-18T16:17:34.292Z | Downloaded syn v2.0.104 |
433 | 2025-07-18T16:17:34.310Z | Downloaded rustix v0.38.37 |
434 | 2025-07-18T16:17:34.328Z | Downloaded rustix v1.0.7 |
435 | 2025-07-18T16:17:34.366Z | Downloaded libc v0.2.174 |
436 | 2025-07-18T16:17:34.443Z | Compiling proc-macro2 v1.0.95 |
437 | 2025-07-18T16:17:34.443Z | Compiling unicode-ident v1.0.18 |
438 | 2025-07-18T16:17:34.443Z | Compiling serde v1.0.219 |
439 | 2025-07-18T16:17:34.443Z | Compiling version_check v0.9.5 |
440 | 2025-07-18T16:17:34.446Z | Compiling libc v0.2.174 |
441 | 2025-07-18T16:17:34.446Z | Compiling thiserror v1.0.69 |
442 | 2025-07-18T16:17:34.446Z | Compiling memchr v2.7.4 |
443 | 2025-07-18T16:17:34.446Z | Compiling stable_deref_trait v1.2.0 |
444 | 2025-07-18T16:17:34.855Z | Compiling writeable v0.5.5 |
445 | 2025-07-18T16:17:34.879Z | Compiling autocfg v1.4.0 |
446 | 2025-07-18T16:17:35.337Z | Compiling itoa v1.0.11 |
447 | 2025-07-18T16:17:35.384Z | Compiling ucd-trie v0.1.7 |
448 | 2025-07-18T16:17:35.428Z | Compiling ryu v1.0.18 |
449 | 2025-07-18T16:17:35.596Z | Compiling litemap v0.7.3 |
450 | 2025-07-18T16:17:35.719Z | Compiling once_cell v1.21.3 |
451 | 2025-07-18T16:17:35.782Z | Compiling bitflags v2.9.1 |
452 | 2025-07-18T16:17:35.868Z | Compiling byteorder v1.5.0 |
453 | 2025-07-18T16:17:35.984Z | Compiling icu_locid_transform_data v1.5.0 |
454 | 2025-07-18T16:17:36.135Z | Compiling icu_properties_data v1.5.0 |
455 | 2025-07-18T16:17:36.158Z | Compiling serde_json v1.0.140 |
456 | 2025-07-18T16:17:36.317Z | Compiling num-traits v0.2.19 |
457 | 2025-07-18T16:17:36.411Z | Compiling hashbrown v0.15.4 |
458 | 2025-07-18T16:17:36.436Z | Compiling rustix v0.38.37 |
459 | 2025-07-18T16:17:36.576Z | Compiling quote v1.0.40 |
460 | 2025-07-18T16:17:36.703Z | Compiling utf16_iter v1.0.5 |
461 | 2025-07-18T16:17:36.770Z | Compiling errno v0.3.12 |
462 | 2025-07-18T16:17:36.935Z | Compiling utf8_iter v1.0.4 |
463 | 2025-07-18T16:17:36.961Z | Compiling typeid v1.0.3 |
464 | 2025-07-18T16:17:37.036Z | Compiling syn v2.0.104 |
465 | 2025-07-18T16:17:37.061Z | Compiling smallvec v1.15.0 |
466 | 2025-07-18T16:17:37.163Z | Compiling write16 v1.0.0 |
467 | 2025-07-18T16:17:37.236Z | Compiling equivalent v1.0.2 |
468 | 2025-07-18T16:17:37.240Z | Compiling icu_normalizer_data v1.5.0 |
469 | 2025-07-18T16:17:37.415Z | Compiling usdt-impl v0.5.0 |
470 | 2025-07-18T16:17:37.443Z | Compiling proc-macro-error-attr v1.0.4 |
471 | 2025-07-18T16:17:37.469Z | Compiling syn v1.0.109 |
472 | 2025-07-18T16:17:37.574Z | Compiling indexmap v2.10.0 |
473 | 2025-07-18T16:17:37.633Z | Compiling toml_write v0.1.2 |
474 | 2025-07-18T16:17:37.636Z | Compiling winnow v0.7.10 |
475 | 2025-07-18T16:17:37.969Z | Compiling thread-id v4.2.2 |
476 | 2025-07-18T16:17:38.102Z | Compiling proc-macro-error v1.0.4 |
477 | 2025-07-18T16:17:38.147Z | Compiling plain v0.2.3 |
478 | 2025-07-18T16:17:38.190Z | Compiling utf8parse v0.2.2 |
479 | 2025-07-18T16:17:38.333Z | Compiling camino v1.1.10 |
480 | 2025-07-18T16:17:38.372Z | Compiling semver v1.0.26 |
481 | 2025-07-18T16:17:38.433Z | Compiling getrandom v0.3.1 |
482 | 2025-07-18T16:17:38.842Z | Compiling log v0.4.27 |
483 | 2025-07-18T16:17:38.915Z | Compiling percent-encoding v2.3.1 |
484 | 2025-07-18T16:17:38.975Z | Compiling rustix v1.0.7 |
485 | 2025-07-18T16:17:39.154Z | Compiling form_urlencoded v1.2.1 |
486 | 2025-07-18T16:17:39.203Z | Compiling terminal_size v0.4.0 |
487 | 2025-07-18T16:17:39.396Z | Compiling anstyle-parse v0.2.5 |
488 | 2025-07-18T16:17:39.441Z | Compiling ordered-float v2.10.1 |
489 | 2025-07-18T16:17:39.741Z | Compiling is_terminal_polyfill v1.70.1 |
490 | 2025-07-18T16:17:39.819Z | Compiling thiserror v2.0.12 |
491 | 2025-07-18T16:17:39.890Z | Compiling colorchoice v1.0.2 |
492 | 2025-07-18T16:17:39.926Z | Compiling anstyle-query v1.1.1 |
493 | 2025-07-18T16:17:40.029Z | Compiling pretty-hex v0.4.1 |
494 | 2025-07-18T16:17:40.078Z | Compiling cfg-if v1.0.1 |
495 | 2025-07-18T16:17:40.106Z | Compiling anstyle v1.0.11 |
496 | 2025-07-18T16:17:40.476Z | Compiling anstream v0.6.18 |
497 | 2025-07-18T16:17:40.697Z | Compiling fs-err v3.1.1 |
498 | 2025-07-18T16:17:40.847Z | Compiling strsim v0.11.1 |
499 | 2025-07-18T16:17:41.000Z | Compiling heck v0.4.1 |
500 | 2025-07-18T16:17:41.035Z | Compiling fnv v1.0.7 |
501 | 2025-07-18T16:17:41.062Z | Compiling unicode-xid v0.2.6 |
502 | 2025-07-18T16:17:41.220Z | Compiling anyhow v1.0.98 |
503 | 2025-07-18T16:17:41.318Z | Compiling unicode-width v0.1.14 |
504 | 2025-07-18T16:17:41.452Z | Compiling heck v0.5.0 |
505 | 2025-07-18T16:17:41.871Z | Compiling fastrand v2.1.1 |
506 | 2025-07-18T16:17:41.897Z | Compiling bytecount v0.6.8 |
507 | 2025-07-18T16:17:41.939Z | Compiling clap_lex v0.7.4 |
508 | 2025-07-18T16:17:42.135Z | Compiling papergrid v0.11.0 |
509 | 2025-07-18T16:17:42.408Z | Compiling tempfile v3.20.0 |
510 | 2025-07-18T16:17:42.435Z | Compiling clap_builder v4.5.40 |
511 | 2025-07-18T16:17:42.594Z | Compiling memmap v0.7.0 |
512 | 2025-07-18T16:17:42.919Z | Compiling unicode-linebreak v0.1.5 |
513 | 2025-07-18T16:17:42.944Z | Compiling unicode-width v0.2.0 |
514 | 2025-07-18T16:17:43.190Z | Compiling smawk v0.3.2 |
515 | 2025-07-18T16:17:43.424Z | Compiling textwrap v0.16.2 |
516 | 2025-07-18T16:17:44.011Z | Compiling synstructure v0.13.1 |
517 | 2025-07-18T16:17:44.256Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
518 | 2025-07-18T16:17:44.432Z | Compiling swrite v0.1.0 |
519 | 2025-07-18T16:17:44.726Z | Compiling tabled_derive v0.7.0 |
520 | 2025-07-18T16:17:46.074Z | Compiling serde_derive v1.0.219 |
521 | 2025-07-18T16:17:46.074Z | Compiling zerofrom-derive v0.1.4 |
522 | 2025-07-18T16:17:46.074Z | Compiling thiserror-impl v1.0.69 |
523 | 2025-07-18T16:17:46.077Z | Compiling yoke-derive v0.7.4 |
524 | 2025-07-18T16:17:46.077Z | Compiling zerovec-derive v0.10.3 |
525 | 2025-07-18T16:17:46.286Z | Compiling displaydoc v0.2.5 |
526 | 2025-07-18T16:17:47.828Z | Compiling icu_provider_macros v1.5.0 |
527 | 2025-07-18T16:17:48.701Z | Compiling zerocopy-derive v0.7.35 |
528 | 2025-07-18T16:17:48.863Z | Compiling scroll_derive v0.12.0 |
529 | 2025-07-18T16:17:48.916Z | Compiling thiserror-impl v2.0.12 |
530 | 2025-07-18T16:17:49.283Z | Compiling pest v2.7.14 |
531 | 2025-07-18T16:17:49.525Z | Compiling zerofrom v0.1.4 |
532 | 2025-07-18T16:17:49.771Z | Compiling yoke v0.7.4 |
533 | 2025-07-18T16:17:49.845Z | Compiling clap_derive v4.5.40 |
534 | 2025-07-18T16:17:50.135Z | Compiling zerovec v0.10.4 |
535 | 2025-07-18T16:17:50.249Z | Compiling scroll v0.12.0 |
536 | 2025-07-18T16:17:50.669Z | Compiling zerocopy v0.7.35 |
537 | 2025-07-18T16:17:50.833Z | Compiling goblin v0.8.2 |
538 | 2025-07-18T16:17:51.260Z | Compiling tabled v0.15.0 |
539 | 2025-07-18T16:17:52.095Z | Compiling tinystr v0.7.6 |
540 | 2025-07-18T16:17:52.170Z | Compiling pest_meta v2.7.14 |
541 | 2025-07-18T16:17:52.203Z | Compiling icu_collections v1.5.0 |
542 | 2025-07-18T16:17:52.472Z | Compiling icu_locid v1.5.0 |
543 | 2025-07-18T16:17:53.486Z | Compiling pest_generator v2.7.14 |
544 | 2025-07-18T16:17:53.897Z | Compiling icu_provider v1.5.0 |
545 | 2025-07-18T16:17:54.454Z | Compiling clap v4.5.40 |
546 | 2025-07-18T16:17:54.621Z | Compiling icu_locid_transform v1.5.0 |
547 | 2025-07-18T16:17:55.828Z | Compiling pest_derive v2.7.14 |
548 | 2025-07-18T16:17:55.928Z | Compiling icu_properties v1.5.1 |
549 | 2025-07-18T16:17:56.649Z | Compiling dtrace-parser v0.2.0 |
550 | 2025-07-18T16:17:58.338Z | Compiling serde_spanned v0.6.9 |
551 | 2025-07-18T16:17:58.339Z | Compiling toml_datetime v0.6.11 |
552 | 2025-07-18T16:17:58.342Z | Compiling erased-serde v0.4.6 |
553 | 2025-07-18T16:17:58.654Z | Compiling serde_tokenstream v0.2.2 |
554 | 2025-07-18T16:17:58.834Z | Compiling toml_edit v0.22.27 |
555 | 2025-07-18T16:17:59.198Z | Compiling serde-value v0.7.0 |
556 | 2025-07-18T16:17:59.229Z | Compiling cargo-platform v0.2.0 |
557 | 2025-07-18T16:17:59.355Z | Compiling icu_normalizer v1.5.0 |
558 | 2025-07-18T16:17:59.496Z | Compiling serde-untagged v0.1.7 |
559 | 2025-07-18T16:17:59.761Z | Compiling camino-tempfile v1.4.1 |
560 | 2025-07-18T16:18:00.017Z | Compiling macaddr v1.0.1 |
561 | 2025-07-18T16:18:00.043Z | Compiling dof v0.3.0 |
562 | 2025-07-18T16:18:00.408Z | Compiling idna_adapter v1.2.0 |
563 | 2025-07-18T16:18:00.672Z | Compiling idna v1.0.3 |
564 | 2025-07-18T16:18:01.238Z | Compiling url v2.5.4 |
565 | 2025-07-18T16:18:01.839Z | Compiling usdt-macro v0.5.0 |
566 | 2025-07-18T16:18:01.839Z | Compiling usdt-attr-macro v0.5.0 |
567 | 2025-07-18T16:18:02.025Z | Compiling toml v0.8.23 |
568 | 2025-07-18T16:18:02.901Z | Compiling cargo-util-schemas v0.2.0 |
569 | 2025-07-18T16:18:02.901Z | Compiling cargo_toml v0.21.0 |
570 | 2025-07-18T16:18:02.987Z | Compiling usdt v0.5.0 |
571 | 2025-07-18T16:18:04.296Z | Compiling cargo_metadata v0.20.0 |
572 | 2025-07-18T16:18:06.100Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
573 | 2025-07-18T16:18:09.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
574 | 2025-07-18T16:18:09.894Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
575 | 2025-07-18T16:18:10.590Z | Downloading crates ... |
576 | 2025-07-18T16:18:10.736Z | Downloaded addr2line v0.24.2 |
577 | 2025-07-18T16:18:10.752Z | Downloaded arrayvec v0.7.6 |
578 | 2025-07-18T16:18:10.770Z | Downloaded base64 v0.13.1 |
579 | 2025-07-18T16:18:10.770Z | Downloaded bit-set v0.5.3 |
580 | 2025-07-18T16:18:10.770Z | Downloaded adler2 v2.0.0 |
581 | 2025-07-18T16:18:10.770Z | Downloaded base16ct v0.2.0 |
582 | 2025-07-18T16:18:10.770Z | Downloaded crucible-workspace-hack v0.1.0 |
583 | 2025-07-18T16:18:10.788Z | Downloaded argon2 v0.5.3 |
584 | 2025-07-18T16:18:10.788Z | Downloaded ascii-canvas v3.0.0 |
585 | 2025-07-18T16:18:10.788Z | Downloaded const_format_proc_macros v0.2.34 |
586 | 2025-07-18T16:18:10.788Z | Downloaded hashbrown v0.12.3 |
587 | 2025-07-18T16:18:10.797Z | Downloaded base64ct v1.6.0 |
588 | 2025-07-18T16:18:10.797Z | Downloaded http-range v0.1.5 |
589 | 2025-07-18T16:18:10.797Z | Downloaded hex-literal v0.4.1 |
590 | 2025-07-18T16:18:10.797Z | Downloaded hmac v0.12.1 |
591 | 2025-07-18T16:18:10.797Z | Downloaded home v0.5.9 |
592 | 2025-07-18T16:18:10.797Z | Downloaded bit-vec v0.8.0 |
593 | 2025-07-18T16:18:10.797Z | Downloaded http-body v1.0.1 |
594 | 2025-07-18T16:18:10.807Z | Downloaded ciborium-io v0.2.2 |
595 | 2025-07-18T16:18:10.807Z | Downloaded atty v0.2.14 |
596 | 2025-07-18T16:18:10.807Z | Downloaded http-body-util v0.1.3 |
597 | 2025-07-18T16:18:10.807Z | Downloaded async-stream v0.3.6 |
598 | 2025-07-18T16:18:10.807Z | Downloaded bb8 v0.8.5 |
599 | 2025-07-18T16:18:10.815Z | Downloaded aead v0.5.2 |
600 | 2025-07-18T16:18:10.815Z | Downloaded async-stream-impl v0.3.6 |
601 | 2025-07-18T16:18:10.815Z | Downloaded hostname v0.4.0 |
602 | 2025-07-18T16:18:10.815Z | Downloaded cfg_aliases v0.1.1 |
603 | 2025-07-18T16:18:10.823Z | Downloaded atomicwrites v0.4.4 |
604 | 2025-07-18T16:18:10.823Z | Downloaded async-trait v0.1.88 |
605 | 2025-07-18T16:18:10.823Z | Downloaded cexpr v0.6.0 |
606 | 2025-07-18T16:18:10.832Z | Downloaded hex v0.4.3 |
607 | 2025-07-18T16:18:10.832Z | Downloaded base64 v0.22.1 |
608 | 2025-07-18T16:18:10.832Z | Downloaded arrayref v0.3.9 |
609 | 2025-07-18T16:18:10.832Z | Downloaded atomic-waker v1.1.2 |
610 | 2025-07-18T16:18:10.844Z | Downloaded hickory-proto v0.24.4 |
611 | 2025-07-18T16:18:10.852Z | Downloaded ident_case v1.0.1 |
612 | 2025-07-18T16:18:10.852Z | Downloaded hickory-client v0.25.2 |
613 | 2025-07-18T16:18:10.864Z | Downloaded bcrypt-pbkdf v0.10.0 |
614 | 2025-07-18T16:18:10.864Z | Downloaded assert_matches v1.5.0 |
615 | 2025-07-18T16:18:10.864Z | Downloaded inout v0.1.3 |
616 | 2025-07-18T16:18:10.864Z | Downloaded cobs v0.2.3 |
617 | 2025-07-18T16:18:10.888Z | Downloaded highway v1.3.0 |
618 | 2025-07-18T16:18:10.888Z | Downloaded hostname v0.3.1 |
619 | 2025-07-18T16:18:10.888Z | Downloaded instant v0.1.13 |
620 | 2025-07-18T16:18:10.888Z | Downloaded crc8 v0.1.1 |
621 | 2025-07-18T16:18:10.888Z | Downloaded constant_time_eq v0.3.1 |
622 | 2025-07-18T16:18:10.888Z | Downloaded cfg_aliases v0.2.1 |
623 | 2025-07-18T16:18:10.888Z | Downloaded is_ci v1.2.0 |
624 | 2025-07-18T16:18:10.888Z | Downloaded heck v0.3.3 |
625 | 2025-07-18T16:18:10.888Z | Downloaded heapless v0.7.17 |
626 | 2025-07-18T16:18:10.902Z | Downloaded chrono-tz-build v0.4.0 |
627 | 2025-07-18T16:18:10.902Z | Downloaded match_cfg v0.1.0 |
628 | 2025-07-18T16:18:10.902Z | Downloaded cassowary v0.3.0 |
629 | 2025-07-18T16:18:10.902Z | Downloaded ciborium-ll v0.2.2 |
630 | 2025-07-18T16:18:10.902Z | Downloaded crossbeam-deque v0.8.5 |
631 | 2025-07-18T16:18:10.902Z | Downloaded md5 v0.7.0 |
632 | 2025-07-18T16:18:10.902Z | Downloaded humantime v2.2.0 |
633 | 2025-07-18T16:18:10.902Z | Downloaded hubpack_derive v0.1.1 |
634 | 2025-07-18T16:18:10.902Z | Downloaded cmake v0.1.51 |
635 | 2025-07-18T16:18:10.902Z | Downloaded secrecy v0.8.0 |
636 | 2025-07-18T16:18:10.921Z | Downloaded hickory-resolver v0.25.2 |
637 | 2025-07-18T16:18:10.921Z | Downloaded convert_case v0.4.0 |
638 | 2025-07-18T16:18:10.921Z | Downloaded ref-cast v1.0.24 |
639 | 2025-07-18T16:18:10.921Z | Downloaded slog-envlogger v2.2.0 |
640 | 2025-07-18T16:18:10.921Z | Downloaded castaway v0.2.3 |
641 | 2025-07-18T16:18:10.921Z | Downloaded bcs v0.1.6 |
642 | 2025-07-18T16:18:10.921Z | Downloaded ingot-types v0.1.2 |
643 | 2025-07-18T16:18:10.921Z | Downloaded impl-trait-for-tuples v0.2.2 |
644 | 2025-07-18T16:18:10.921Z | Downloaded indoc v1.0.9 |
645 | 2025-07-18T16:18:10.921Z | Downloaded kstat-rs v0.2.4 |
646 | 2025-07-18T16:18:10.928Z | Downloaded block-padding v0.3.3 |
647 | 2025-07-18T16:18:10.928Z | Downloaded instability v0.3.2 |
648 | 2025-07-18T16:18:10.928Z | Downloaded libz-rs-sys v0.5.1 |
649 | 2025-07-18T16:18:10.928Z | Downloaded lru v0.12.5 |
650 | 2025-07-18T16:18:10.934Z | Downloaded crc-catalog v2.4.0 |
651 | 2025-07-18T16:18:10.935Z | Downloaded quick-error v1.2.3 |
652 | 2025-07-18T16:18:10.935Z | Downloaded lru-cache v0.1.2 |
653 | 2025-07-18T16:18:10.941Z | Downloaded memoffset v0.9.1 |
654 | 2025-07-18T16:18:10.941Z | Downloaded simd-adler32 v0.3.7 |
655 | 2025-07-18T16:18:10.941Z | Downloaded rand_core v0.6.4 |
656 | 2025-07-18T16:18:10.953Z | Downloaded md-5 v0.10.6 |
657 | 2025-07-18T16:18:10.953Z | Downloaded maybe-uninit v2.0.0 |
658 | 2025-07-18T16:18:10.953Z | Downloaded cookie_store v0.21.1 |
659 | 2025-07-18T16:18:10.953Z | Downloaded maplit v1.0.2 |
660 | 2025-07-18T16:18:10.960Z | Downloaded headers v0.4.1 |
661 | 2025-07-18T16:18:10.960Z | Downloaded termtree v0.5.1 |
662 | 2025-07-18T16:18:10.974Z | Downloaded try-lock v0.2.5 |
663 | 2025-07-18T16:18:10.981Z | Downloaded jobserver v0.1.32 |
664 | 2025-07-18T16:18:10.981Z | Downloaded ipnet v2.11.0 |
665 | 2025-07-18T16:18:10.981Z | Downloaded crc32fast v1.4.2 |
666 | 2025-07-18T16:18:10.989Z | Downloaded lock_api v0.4.12 |
667 | 2025-07-18T16:18:10.989Z | Downloaded bzip2 v0.5.2 |
668 | 2025-07-18T16:18:10.989Z | Downloaded cookie v0.18.1 |
669 | 2025-07-18T16:18:10.997Z | Downloaded zone_cfg_derive v0.3.0 |
670 | 2025-07-18T16:18:10.997Z | Downloaded unarray v0.1.4 |
671 | 2025-07-18T16:18:10.997Z | Downloaded mime_guess v2.0.5 |
672 | 2025-07-18T16:18:11.004Z | Downloaded typify-macro v0.4.1 |
673 | 2025-07-18T16:18:11.004Z | Downloaded diesel_table_macro_syntax v0.2.0 |
674 | 2025-07-18T16:18:11.004Z | Downloaded strip-ansi-escapes v0.2.0 |
675 | 2025-07-18T16:18:11.005Z | Downloaded stringprep v0.1.5 |
676 | 2025-07-18T16:18:11.005Z | Downloaded crunchy v0.2.2 |
677 | 2025-07-18T16:18:11.015Z | Downloaded embedded-io v0.6.1 |
678 | 2025-07-18T16:18:11.015Z | Downloaded debug-ignore v1.0.5 |
679 | 2025-07-18T16:18:11.015Z | Downloaded spin v0.9.8 |
680 | 2025-07-18T16:18:11.015Z | Downloaded derive_builder_macro v0.20.2 |
681 | 2025-07-18T16:18:11.029Z | Downloaded newtype_derive v0.1.6 |
682 | 2025-07-18T16:18:11.029Z | Downloaded utf-8 v0.7.6 |
683 | 2025-07-18T16:18:11.029Z | Downloaded newline-converter v0.3.0 |
684 | 2025-07-18T16:18:11.029Z | Downloaded fxhash v0.2.1 |
685 | 2025-07-18T16:18:11.029Z | Downloaded new_debug_unreachable v1.0.6 |
686 | 2025-07-18T16:18:11.029Z | Downloaded xz2 v0.1.7 |
687 | 2025-07-18T16:18:11.043Z | Downloaded snafu-derive v0.8.5 |
688 | 2025-07-18T16:18:11.043Z | Downloaded topological-sort v0.2.2 |
689 | 2025-07-18T16:18:11.043Z | Downloaded crossbeam-epoch v0.9.18 |
690 | 2025-07-18T16:18:11.043Z | Downloaded ahash v0.8.11 |
691 | 2025-07-18T16:18:11.043Z | Downloaded ignore v0.4.23 |
692 | 2025-07-18T16:18:11.050Z | Downloaded serde_with_macros v3.14.0 |
693 | 2025-07-18T16:18:11.050Z | Downloaded litrs v0.4.1 |
694 | 2025-07-18T16:18:11.050Z | Downloaded peg-runtime v0.8.5 |
695 | 2025-07-18T16:18:11.050Z | Downloaded openssl-macros v0.1.1 |
696 | 2025-07-18T16:18:11.050Z | Downloaded typify-macro v0.3.0 |
697 | 2025-07-18T16:18:11.050Z | Downloaded untrusted v0.7.1 |
698 | 2025-07-18T16:18:11.050Z | Downloaded hickory-resolver v0.24.4 |
699 | 2025-07-18T16:18:11.058Z | Downloaded progenitor-client v0.9.1 |
700 | 2025-07-18T16:18:11.058Z | Downloaded olpc-cjson v0.1.4 |
701 | 2025-07-18T16:18:11.058Z | Downloaded progenitor v0.8.0 |
702 | 2025-07-18T16:18:11.069Z | Downloaded progenitor v0.9.1 |
703 | 2025-07-18T16:18:11.069Z | Downloaded dunce v1.0.5 |
704 | 2025-07-18T16:18:11.069Z | Downloaded xshell-macros v0.2.7 |
705 | 2025-07-18T16:18:11.069Z | Downloaded smallvec v0.6.14 |
706 | 2025-07-18T16:18:11.075Z | Downloaded defmt-macros v0.3.9 |
707 | 2025-07-18T16:18:11.076Z | Downloaded russh-cryptovec v0.7.3 |
708 | 2025-07-18T16:18:11.076Z | Downloaded progenitor-macro v0.10.0 |
709 | 2025-07-18T16:18:11.076Z | Downloaded dsl_auto_type v0.1.2 |
710 | 2025-07-18T16:18:11.076Z | Downloaded env_filter v0.1.2 |
711 | 2025-07-18T16:18:11.085Z | Downloaded tokio-rustls v0.26.0 |
712 | 2025-07-18T16:18:11.085Z | Downloaded untrusted v0.9.0 |
713 | 2025-07-18T16:18:11.085Z | Downloaded num-iter v0.1.45 |
714 | 2025-07-18T16:18:11.099Z | Downloaded newtype-uuid v1.2.4 |
715 | 2025-07-18T16:18:11.099Z | Downloaded glob v0.3.2 |
716 | 2025-07-18T16:18:11.099Z | Downloaded typify v0.2.0 |
717 | 2025-07-18T16:18:11.099Z | Downloaded indexmap v1.9.3 |
718 | 2025-07-18T16:18:11.111Z | Downloaded crossbeam-utils v0.8.21 |
719 | 2025-07-18T16:18:11.111Z | Downloaded serde_repr v0.1.19 |
720 | 2025-07-18T16:18:11.111Z | Downloaded parse-size v1.1.0 |
721 | 2025-07-18T16:18:11.112Z | Downloaded whoami v1.5.2 |
722 | 2025-07-18T16:18:11.124Z | Downloaded time-core v0.1.2 |
723 | 2025-07-18T16:18:11.124Z | Downloaded parse-display-derive v0.10.0 |
724 | 2025-07-18T16:18:11.124Z | Downloaded prettyplease v0.2.35 |
725 | 2025-07-18T16:18:11.124Z | Downloaded parse-display v0.10.0 |
726 | 2025-07-18T16:18:11.124Z | Downloaded daft-derive v0.1.4 |
727 | 2025-07-18T16:18:11.136Z | Downloaded rfc6979 v0.4.0 |
728 | 2025-07-18T16:18:11.136Z | Downloaded resolv-conf v0.7.0 |
729 | 2025-07-18T16:18:11.136Z | Downloaded bumpalo v3.16.0 |
730 | 2025-07-18T16:18:11.136Z | Downloaded derive_builder_core v0.20.2 |
731 | 2025-07-18T16:18:11.143Z | Downloaded secrecy v0.10.3 |
732 | 2025-07-18T16:18:11.144Z | Downloaded rtoolbox v0.0.2 |
733 | 2025-07-18T16:18:11.144Z | Downloaded shlex v1.3.0 |
734 | 2025-07-18T16:18:11.144Z | Downloaded signal-hook-registry v1.4.2 |
735 | 2025-07-18T16:18:11.144Z | Downloaded futures-macro v0.3.31 |
736 | 2025-07-18T16:18:11.144Z | Downloaded ssh-cipher v0.2.0 |
737 | 2025-07-18T16:18:11.144Z | Downloaded ssh-encoding v0.2.0 |
738 | 2025-07-18T16:18:11.151Z | Downloaded subtle v2.6.1 |
739 | 2025-07-18T16:18:11.151Z | Downloaded zerocopy v0.6.6 |
740 | 2025-07-18T16:18:11.151Z | Downloaded heapless v0.8.0 |
741 | 2025-07-18T16:18:11.157Z | Downloaded jiff-static v0.2.15 |
742 | 2025-07-18T16:18:11.171Z | Downloaded termios v0.3.3 |
743 | 2025-07-18T16:18:11.171Z | Downloaded const_format v0.2.34 |
744 | 2025-07-18T16:18:11.187Z | Downloaded futures-task v0.3.31 |
745 | 2025-07-18T16:18:11.187Z | Downloaded pem-rfc7468 v0.7.0 |
746 | 2025-07-18T16:18:11.187Z | Downloaded tiny-keccak v2.0.2 |
747 | 2025-07-18T16:18:11.188Z | Downloaded hashbrown v0.13.2 |
748 | 2025-07-18T16:18:11.188Z | Downloaded precomputed-hash v0.1.1 |
749 | 2025-07-18T16:18:11.188Z | Downloaded num-derive v0.3.3 |
750 | 2025-07-18T16:18:11.199Z | Downloaded xattr v1.3.1 |
751 | 2025-07-18T16:18:11.199Z | Downloaded pkcs1 v0.7.5 |
752 | 2025-07-18T16:18:11.199Z | Downloaded phf_generator v0.11.2 |
753 | 2025-07-18T16:18:11.199Z | Downloaded pin-project-lite v0.2.14 |
754 | 2025-07-18T16:18:11.212Z | Downloaded foreign-types v0.3.2 |
755 | 2025-07-18T16:18:11.212Z | Downloaded dropshot_endpoint v0.16.2 |
756 | 2025-07-18T16:18:11.212Z | Downloaded foreign-types v0.5.0 |
757 | 2025-07-18T16:18:11.212Z | Downloaded dyn-clone v1.0.19 |
758 | 2025-07-18T16:18:11.212Z | Downloaded daft v0.1.4 |
759 | 2025-07-18T16:18:11.218Z | Downloaded sct v0.7.1 |
760 | 2025-07-18T16:18:11.218Z | Downloaded zstd v0.13.3 |
761 | 2025-07-18T16:18:11.218Z | Downloaded uuid v1.17.0 |
762 | 2025-07-18T16:18:11.218Z | Downloaded scheduled-thread-pool v0.2.7 |
763 | 2025-07-18T16:18:11.226Z | Downloaded serde_yaml v0.9.34+deprecated |
764 | 2025-07-18T16:18:11.226Z | Downloaded tower-layer v0.3.3 |
765 | 2025-07-18T16:18:11.226Z | Downloaded sqlparser_derive v0.2.2 |
766 | 2025-07-18T16:18:11.237Z | Downloaded take_mut v0.2.2 |
767 | 2025-07-18T16:18:11.237Z | Downloaded nodrop v0.1.14 |
768 | 2025-07-18T16:18:11.237Z | Downloaded omicron-zone-package v0.12.2 |
769 | 2025-07-18T16:18:11.243Z | Downloaded predicates v3.1.3 |
770 | 2025-07-18T16:18:11.243Z | Downloaded num_enum_derive v0.5.11 |
771 | 2025-07-18T16:18:11.243Z | Downloaded want v0.3.1 |
772 | 2025-07-18T16:18:11.243Z | Downloaded endian-type v0.1.2 |
773 | 2025-07-18T16:18:11.244Z | Downloaded packed_struct v0.10.1 |
774 | 2025-07-18T16:18:11.264Z | Downloaded cstr-argument v0.1.2 |
775 | 2025-07-18T16:18:11.264Z | Downloaded phf v0.11.2 |
776 | 2025-07-18T16:18:11.264Z | Downloaded phf_codegen v0.11.2 |
777 | 2025-07-18T16:18:11.264Z | Downloaded radium v0.7.0 |
778 | 2025-07-18T16:18:11.264Z | Downloaded r2d2 v0.8.10 |
779 | 2025-07-18T16:18:11.264Z | Downloaded ron v0.7.1 |
780 | 2025-07-18T16:18:11.271Z | Downloaded serde_bytes v0.11.17 |
781 | 2025-07-18T16:18:11.271Z | Downloaded slab v0.4.9 |
782 | 2025-07-18T16:18:11.271Z | Downloaded foreign-types-macros v0.2.3 |
783 | 2025-07-18T16:18:11.271Z | Downloaded derive-ex v0.1.8 |
784 | 2025-07-18T16:18:11.277Z | Downloaded openssl-probe v0.1.5 |
785 | 2025-07-18T16:18:11.287Z | Downloaded subprocess v0.2.9 |
786 | 2025-07-18T16:18:11.287Z | Downloaded spki v0.7.3 |
787 | 2025-07-18T16:18:11.297Z | Downloaded tokio-native-tls v0.3.1 |
788 | 2025-07-18T16:18:11.297Z | Downloaded slog-scope v4.4.0 |
789 | 2025-07-18T16:18:11.308Z | Downloaded universal-hash v0.5.1 |
790 | 2025-07-18T16:18:11.308Z | Downloaded thiserror-no-std v2.0.2 |
791 | 2025-07-18T16:18:11.319Z | Downloaded display-error-chain v0.2.2 |
792 | 2025-07-18T16:18:11.319Z | Downloaded strum v0.27.1 |
793 | 2025-07-18T16:18:11.319Z | Downloaded aes v0.8.4 |
794 | 2025-07-18T16:18:11.319Z | Downloaded dirs-sys-next v0.1.2 |
795 | 2025-07-18T16:18:11.319Z | Downloaded derive-where v1.5.0 |
796 | 2025-07-18T16:18:11.329Z | Downloaded group v0.13.0 |
797 | 2025-07-18T16:18:11.329Z | Downloaded tower-service v0.3.3 |
798 | 2025-07-18T16:18:11.329Z | Downloaded libm v0.2.8 |
799 | 2025-07-18T16:18:11.339Z | Downloaded darling_macro v0.20.10 |
800 | 2025-07-18T16:18:11.339Z | Downloaded toml_edit v0.19.15 |
801 | 2025-07-18T16:18:11.356Z | Downloaded oso-derive v0.27.3 |
802 | 2025-07-18T16:18:11.365Z | Downloaded num_threads v0.1.7 |
803 | 2025-07-18T16:18:11.365Z | Downloaded psl-types v2.0.11 |
804 | 2025-07-18T16:18:11.365Z | Downloaded oxnet v0.1.2 |
805 | 2025-07-18T16:18:11.365Z | Downloaded powerfmt v0.2.0 |
806 | 2025-07-18T16:18:11.365Z | Downloaded tokio-rustls v0.24.1 |
807 | 2025-07-18T16:18:11.365Z | Downloaded rustversion v1.0.17 |
808 | 2025-07-18T16:18:11.373Z | Downloaded der_derive v0.7.3 |
809 | 2025-07-18T16:18:11.374Z | Downloaded pbkdf2 v0.12.2 |
810 | 2025-07-18T16:18:11.374Z | Downloaded rustls-pemfile v1.0.4 |
811 | 2025-07-18T16:18:11.383Z | Downloaded rustls-native-certs v0.8.1 |
812 | 2025-07-18T16:18:11.383Z | Downloaded strum_macros v0.24.3 |
813 | 2025-07-18T16:18:11.383Z | Downloaded slog-dtrace v0.3.0 |
814 | 2025-07-18T16:18:11.391Z | Downloaded signature v2.2.0 |
815 | 2025-07-18T16:18:11.391Z | Downloaded multimap v0.10.1 |
816 | 2025-07-18T16:18:11.391Z | Downloaded libxml v0.3.3 |
817 | 2025-07-18T16:18:11.399Z | Downloaded normalize-line-endings v0.3.0 |
818 | 2025-07-18T16:18:11.399Z | Downloaded void v1.0.2 |
819 | 2025-07-18T16:18:11.410Z | Downloaded either v1.15.0 |
820 | 2025-07-18T16:18:11.410Z | Downloaded packed_struct_codegen v0.10.1 |
821 | 2025-07-18T16:18:11.410Z | Downloaded embedded-io v0.4.0 |
822 | 2025-07-18T16:18:11.410Z | Downloaded typed-path v0.9.3 |
823 | 2025-07-18T16:18:11.419Z | Downloaded futures-executor v0.3.31 |
824 | 2025-07-18T16:18:11.419Z | Downloaded ed25519 v2.2.3 |
825 | 2025-07-18T16:18:11.425Z | Downloaded which v4.4.2 |
826 | 2025-07-18T16:18:11.425Z | Downloaded globset v0.4.15 |
827 | 2025-07-18T16:18:11.425Z | Downloaded native-tls v0.2.12 |
828 | 2025-07-18T16:18:11.425Z | Downloaded curve25519-dalek-derive v0.1.1 |
829 | 2025-07-18T16:18:11.430Z | Downloaded peg v0.8.5 |
830 | 2025-07-18T16:18:11.435Z | Downloaded rand_chacha v0.3.1 |
831 | 2025-07-18T16:18:11.435Z | Downloaded serde-hex v0.1.0 |
832 | 2025-07-18T16:18:11.435Z | Downloaded proc-macro-error-attr2 v2.0.0 |
833 | 2025-07-18T16:18:11.440Z | Downloaded thread_local v1.1.8 |
834 | 2025-07-18T16:18:11.440Z | Downloaded semver v0.1.20 |
835 | 2025-07-18T16:18:11.449Z | Downloaded hyper v1.6.0 |
836 | 2025-07-18T16:18:11.458Z | Downloaded smf v0.2.3 |
837 | 2025-07-18T16:18:11.458Z | Downloaded itertools v0.14.0 |
838 | 2025-07-18T16:18:11.468Z | Downloaded slog-term v2.9.1 |
839 | 2025-07-18T16:18:11.468Z | Downloaded enum-as-inner v0.6.1 |
840 | 2025-07-18T16:18:11.468Z | Downloaded float-cmp v0.10.0 |
841 | 2025-07-18T16:18:11.477Z | Downloaded diesel-dtrace v0.4.2 |
842 | 2025-07-18T16:18:11.477Z | Downloaded data-encoding v2.9.0 |
843 | 2025-07-18T16:18:11.477Z | Downloaded xshell v0.2.7 |
844 | 2025-07-18T16:18:11.477Z | Downloaded vergen v8.3.2 |
845 | 2025-07-18T16:18:11.477Z | Downloaded owo-colors v4.2.2 |
846 | 2025-07-18T16:18:11.487Z | Downloaded x509-cert v0.2.5 |
847 | 2025-07-18T16:18:11.495Z | Downloaded serde-big-array v0.5.1 |
848 | 2025-07-18T16:18:11.495Z | Downloaded flagset v0.4.6 |
849 | 2025-07-18T16:18:11.495Z | Downloaded paste v1.0.15 |
850 | 2025-07-18T16:18:11.504Z | Downloaded zone v0.1.8 |
851 | 2025-07-18T16:18:11.504Z | Downloaded strum_macros v0.26.4 |
852 | 2025-07-18T16:18:11.504Z | Downloaded num-conv v0.1.0 |
853 | 2025-07-18T16:18:11.504Z | Downloaded tabled_derive v0.10.0 |
854 | 2025-07-18T16:18:11.519Z | Downloaded proc-macro-error2 v2.0.1 |
855 | 2025-07-18T16:18:11.519Z | Downloaded zip v0.6.6 |
856 | 2025-07-18T16:18:11.519Z | Downloaded difflib v0.4.0 |
857 | 2025-07-18T16:18:11.519Z | Downloaded same-file v1.0.6 |
858 | 2025-07-18T16:18:11.519Z | Downloaded supports-color v3.0.2 |
859 | 2025-07-18T16:18:11.519Z | Downloaded number_prefix v0.4.0 |
860 | 2025-07-18T16:18:11.519Z | Downloaded scopeguard v1.2.0 |
861 | 2025-07-18T16:18:11.524Z | Downloaded flume v0.11.1 |
862 | 2025-07-18T16:18:11.524Z | Downloaded futures-core v0.3.31 |
863 | 2025-07-18T16:18:11.530Z | Downloaded ecdsa v0.16.9 |
864 | 2025-07-18T16:18:11.530Z | Downloaded funty v2.0.0 |
865 | 2025-07-18T16:18:11.530Z | Downloaded nu-ansi-term v0.50.1 |
866 | 2025-07-18T16:18:11.536Z | Downloaded float-ord v0.3.2 |
867 | 2025-07-18T16:18:11.536Z | Downloaded vte v0.11.1 |
868 | 2025-07-18T16:18:11.536Z | Downloaded zone v0.3.1 |
869 | 2025-07-18T16:18:11.540Z | Downloaded p256 v0.13.2 |
870 | 2025-07-18T16:18:11.547Z | Downloaded slog-async v2.8.0 |
871 | 2025-07-18T16:18:11.547Z | Downloaded serde_plain v1.0.2 |
872 | 2025-07-18T16:18:11.547Z | Downloaded serde_path_to_error v0.1.17 |
873 | 2025-07-18T16:18:11.554Z | Downloaded scrypt v0.11.0 |
874 | 2025-07-18T16:18:11.554Z | Downloaded snafu v0.8.5 |
875 | 2025-07-18T16:18:11.561Z | Downloaded zeroize v1.8.1 |
876 | 2025-07-18T16:18:11.561Z | Downloaded elliptic-curve v0.13.8 |
877 | 2025-07-18T16:18:11.565Z | Downloaded tinyvec_macros v0.1.1 |
878 | 2025-07-18T16:18:11.565Z | Downloaded rustc_version v0.4.1 |
879 | 2025-07-18T16:18:11.565Z | Downloaded phf_shared v0.11.2 |
880 | 2025-07-18T16:18:11.571Z | Downloaded parking_lot_core v0.9.10 |
881 | 2025-07-18T16:18:11.571Z | Downloaded tabwriter v1.4.0 |
882 | 2025-07-18T16:18:11.574Z | Downloaded document-features v0.2.10 |
883 | 2025-07-18T16:18:11.575Z | Downloaded strum_macros v0.27.1 |
884 | 2025-07-18T16:18:11.596Z | Downloaded rand v0.8.5 |
885 | 2025-07-18T16:18:11.596Z | Downloaded signal-hook-tokio v0.3.1 |
886 | 2025-07-18T16:18:11.596Z | Downloaded postcard v1.0.10 |
887 | 2025-07-18T16:18:11.596Z | Downloaded unicode_categories v0.1.1 |
888 | 2025-07-18T16:18:11.596Z | Downloaded env_logger v0.11.5 |
889 | 2025-07-18T16:18:11.596Z | Downloaded des v0.8.1 |
890 | 2025-07-18T16:18:11.597Z | Downloaded twox-hash v2.1.0 |
891 | 2025-07-18T16:18:11.597Z | Downloaded polyval v0.6.2 |
892 | 2025-07-18T16:18:11.597Z | Downloaded tls_codec v0.4.1 |
893 | 2025-07-18T16:18:11.602Z | Downloaded postgres-protocol v0.6.8 |
894 | 2025-07-18T16:18:11.602Z | Downloaded defmt-parser v0.3.4 |
895 | 2025-07-18T16:18:11.607Z | Downloaded aws-lc-rs v1.12.4 |
896 | 2025-07-18T16:18:11.611Z | Downloaded csv-core v0.1.11 |
897 | 2025-07-18T16:18:11.617Z | Downloaded zeroize_derive v1.4.2 |
898 | 2025-07-18T16:18:11.617Z | Downloaded quinn v0.11.5 |
899 | 2025-07-18T16:18:11.621Z | Downloaded tokio-postgres v0.7.13 |
900 | 2025-07-18T16:18:11.627Z | Downloaded tagptr v0.2.0 |
901 | 2025-07-18T16:18:11.632Z | Downloaded ctr v0.9.2 |
902 | 2025-07-18T16:18:11.632Z | Downloaded num-complex v0.4.6 |
903 | 2025-07-18T16:18:11.635Z | Downloaded pretty_assertions v1.4.1 |
904 | 2025-07-18T16:18:11.635Z | Downloaded russh v0.45.0 |
905 | 2025-07-18T16:18:11.641Z | Downloaded tls_codec_derive v0.4.1 |
906 | 2025-07-18T16:18:11.646Z | Downloaded tap v1.0.1 |
907 | 2025-07-18T16:18:11.646Z | Downloaded tough v0.20.0 |
908 | 2025-07-18T16:18:11.652Z | Downloaded postgres-types v0.2.9 |
909 | 2025-07-18T16:18:11.656Z | Downloaded parking_lot v0.11.2 |
910 | 2025-07-18T16:18:11.659Z | Downloaded bindgen v0.69.5 |
911 | 2025-07-18T16:18:11.663Z | Downloaded russh-keys v0.45.0 |
912 | 2025-07-18T16:18:11.667Z | Downloaded ed25519-dalek v2.1.1 |
913 | 2025-07-18T16:18:11.672Z | Downloaded miniz_oxide v0.8.5 |
914 | 2025-07-18T16:18:11.676Z | Downloaded publicsuffix v2.3.0 |
915 | 2025-07-18T16:18:11.680Z | Downloaded value-bag v1.9.0 |
916 | 2025-07-18T16:18:11.680Z | Downloaded nom v7.1.3 |
917 | 2025-07-18T16:18:11.686Z | Downloaded parking_lot_core v0.8.6 |
918 | 2025-07-18T16:18:11.690Z | Downloaded tui-tree-widget v0.23.1 |
919 | 2025-07-18T16:18:11.690Z | Downloaded rustc-demangle v0.1.24 |
920 | 2025-07-18T16:18:11.693Z | Downloaded tracing v0.1.40 |
921 | 2025-07-18T16:18:11.698Z | Downloaded rustls-webpki v0.101.7 |
922 | 2025-07-18T16:18:11.714Z | Downloaded tinyvec v1.8.0 |
923 | 2025-07-18T16:18:11.717Z | Downloaded pin-project v1.1.6 |
924 | 2025-07-18T16:18:11.729Z | Downloaded rayon-core v1.12.1 |
925 | 2025-07-18T16:18:11.732Z | Downloaded rustls-webpki v0.102.8 |
926 | 2025-07-18T16:18:11.752Z | Downloaded tar v0.4.44 |
927 | 2025-07-18T16:18:11.757Z | Downloaded bitvec v1.0.1 |
928 | 2025-07-18T16:18:11.770Z | Downloaded half v2.4.1 |
929 | 2025-07-18T16:18:11.774Z | Downloaded tower-http v0.6.6 |
930 | 2025-07-18T16:18:11.781Z | Downloaded prefix-trie v0.7.0 |
931 | 2025-07-18T16:18:11.785Z | Downloaded openssl-sys v0.9.109 |
932 | 2025-07-18T16:18:11.789Z | Downloaded expectorate v1.2.0 |
933 | 2025-07-18T16:18:11.803Z | Downloaded oso v0.27.3 |
934 | 2025-07-18T16:18:11.807Z | Downloaded tracing-core v0.1.32 |
935 | 2025-07-18T16:18:11.807Z | Downloaded rand v0.9.1 |
936 | 2025-07-18T16:18:11.807Z | Downloaded p521 v0.13.3 |
937 | 2025-07-18T16:18:11.807Z | Downloaded zerocopy-derive v0.8.26 |
938 | 2025-07-18T16:18:11.811Z | Downloaded proptest v1.7.0 |
939 | 2025-07-18T16:18:11.821Z | Downloaded unicode-segmentation v1.12.0 |
940 | 2025-07-18T16:18:11.825Z | Downloaded lalrpop v0.19.12 |
941 | 2025-07-18T16:18:11.835Z | Downloaded minimal-lexical v0.2.1 |
942 | 2025-07-18T16:18:11.840Z | Downloaded parse-zoneinfo v0.3.1 |
943 | 2025-07-18T16:18:11.843Z | Downloaded chrono v0.4.41 |
944 | 2025-07-18T16:18:11.848Z | Downloaded unicode-normalization v0.1.24 |
945 | 2025-07-18T16:18:11.851Z | Downloaded tabled v0.18.0 |
946 | 2025-07-18T16:18:11.866Z | Downloaded zip v4.2.0 |
947 | 2025-07-18T16:18:11.869Z | Downloaded radix_trie v0.2.1 |
948 | 2025-07-18T16:18:11.875Z | Downloaded der v0.7.9 |
949 | 2025-07-18T16:18:11.879Z | Downloaded rustyline v14.0.0 |
950 | 2025-07-18T16:18:11.884Z | Downloaded winnow v0.6.26 |
951 | 2025-07-18T16:18:11.893Z | Downloaded zlib-rs v0.5.1 |
952 | 2025-07-18T16:18:11.898Z | Downloaded sqlparser v0.45.0 |
953 | 2025-07-18T16:18:11.902Z | Downloaded git2 v0.19.0 |
954 | 2025-07-18T16:18:11.920Z | Downloaded num-bigint-dig v0.8.4 |
955 | 2025-07-18T16:18:11.923Z | Downloaded salty v0.3.0 |
956 | 2025-07-18T16:18:11.923Z | Downloaded rayon v1.10.0 |
957 | 2025-07-18T16:18:11.931Z | Downloaded reedline v0.40.0 |
958 | 2025-07-18T16:18:11.940Z | Downloaded quinn-proto v0.11.8 |
959 | 2025-07-18T16:18:11.946Z | Downloaded moka v0.12.10 |
960 | 2025-07-18T16:18:11.957Z | Downloaded petname v2.0.2 |
961 | 2025-07-18T16:18:11.964Z | Downloaded futures-util v0.3.31 |
962 | 2025-07-18T16:18:11.978Z | Downloaded portable-atomic v1.11.0 |
963 | 2025-07-18T16:18:11.986Z | Downloaded p384 v0.13.0 |
964 | 2025-07-18T16:18:11.991Z | Downloaded vcpkg v0.2.15 |
965 | 2025-07-18T16:18:12.033Z | Downloaded h2 v0.4.6 |
966 | 2025-07-18T16:18:12.038Z | Downloaded gimli v0.31.1 |
967 | 2025-07-18T16:18:12.047Z | Downloaded zerocopy v0.8.26 |
968 | 2025-07-18T16:18:12.070Z | Downloaded webpki-roots v1.0.1 |
969 | 2025-07-18T16:18:12.074Z | Downloaded smoltcp v0.9.1 |
970 | 2025-07-18T16:18:12.084Z | Downloaded bstr v1.10.0 |
971 | 2025-07-18T16:18:12.097Z | Downloaded polar-core v0.27.3 |
972 | 2025-07-18T16:18:12.102Z | Downloaded rustls v0.21.12 |
973 | 2025-07-18T16:18:12.113Z | Downloaded regex-syntax v0.6.29 |
974 | 2025-07-18T16:18:12.120Z | Downloaded openapiv3 v2.2.0 |
975 | 2025-07-18T16:18:12.131Z | Downloaded regex v1.11.1 |
976 | 2025-07-18T16:18:12.144Z | Downloaded smoltcp v0.11.0 |
977 | 2025-07-18T16:18:12.157Z | Downloaded nix v0.28.0 |
978 | 2025-07-18T16:18:12.168Z | Downloaded nix v0.29.0 |
979 | 2025-07-18T16:18:12.180Z | Downloaded nix v0.27.1 |
980 | 2025-07-18T16:18:12.192Z | Downloaded curve25519-dalek v4.1.3 |
981 | 2025-07-18T16:18:12.199Z | Downloaded nix v0.30.1 |
982 | 2025-07-18T16:18:12.211Z | Downloaded regress v0.10.3 |
983 | 2025-07-18T16:18:12.219Z | Downloaded typify-impl v0.3.0 |
984 | 2025-07-18T16:18:12.233Z | Downloaded typify-impl v0.4.1 |
985 | 2025-07-18T16:18:12.247Z | Downloaded diesel v2.2.11 |
986 | 2025-07-18T16:18:12.265Z | Downloaded typify-impl v0.2.0 |
987 | 2025-07-18T16:18:12.278Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
988 | 2025-07-18T16:18:12.289Z | Downloaded rustls v0.22.4 |
989 | 2025-07-18T16:18:12.302Z | Downloaded regex-syntax v0.8.5 |
990 | 2025-07-18T16:18:12.310Z | Downloaded sled v0.34.7 |
991 | 2025-07-18T16:18:12.320Z | Downloaded dropshot v0.16.2 |
992 | 2025-07-18T16:18:12.342Z | Downloaded rustls v0.23.19 |
993 | 2025-07-18T16:18:12.352Z | Downloaded zerocopy-derive v0.6.6 |
994 | 2025-07-18T16:18:12.361Z | Downloaded ratatui v0.29.0 |
995 | 2025-07-18T16:18:12.380Z | Downloaded lzma-sys v0.1.20 |
996 | 2025-07-18T16:18:12.405Z | Downloaded regex-automata v0.4.8 |
997 | 2025-07-18T16:18:12.418Z | Downloaded jiff v0.2.15 |
998 | 2025-07-18T16:18:12.434Z | Downloaded object v0.36.5 |
999 | 2025-07-18T16:18:12.445Z | Downloaded hickory-proto v0.25.2 |
1000 | 2025-07-18T16:18:12.459Z | Downloaded chrono-tz v0.10.3 |
1001 | 2025-07-18T16:18:12.465Z | Downloaded tokio v1.45.1 |
1002 | 2025-07-18T16:18:12.500Z | Downloaded object v0.30.4 |
1003 | 2025-07-18T16:18:12.509Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1004 | 2025-07-18T16:18:12.523Z | Downloaded libz-sys v1.1.20 |
1005 | 2025-07-18T16:18:12.542Z | Downloaded petgraph v0.8.2 |
1006 | 2025-07-18T16:18:12.560Z | Downloaded petgraph v0.6.5 |
1007 | 2025-07-18T16:18:12.576Z | Downloaded sha3 v0.10.8 |
1008 | 2025-07-18T16:18:12.581Z | Downloaded quick-xml v0.37.2 |
1009 | 2025-07-18T16:18:12.586Z | Downloaded openssl v0.10.73 |
1010 | 2025-07-18T16:18:12.594Z | Downloaded serde_with v3.14.0 |
1011 | 2025-07-18T16:18:12.605Z | Downloaded typify v0.3.0 |
1012 | 2025-07-18T16:18:12.608Z | Downloaded samael v0.0.19 |
1013 | 2025-07-18T16:18:12.613Z | Downloaded csv v1.3.1 |
1014 | 2025-07-18T16:18:12.631Z | Downloaded tokio-util v0.7.15 |
1015 | 2025-07-18T16:18:12.637Z | Downloaded time v0.3.36 |
1016 | 2025-07-18T16:18:12.644Z | Downloaded tower v0.5.2 |
1017 | 2025-07-18T16:18:12.652Z | Downloaded flate2 v1.1.2 |
1018 | 2025-07-18T16:18:12.656Z | Downloaded diesel_derives v2.2.3 |
1019 | 2025-07-18T16:18:12.660Z | Downloaded darling_core v0.20.10 |
1020 | 2025-07-18T16:18:12.664Z | Downloaded pin-project-internal v1.1.6 |
1021 | 2025-07-18T16:18:12.667Z | Downloaded futures v0.3.31 |
1022 | 2025-07-18T16:18:12.670Z | Downloaded ssh-key v0.6.6 |
1023 | 2025-07-18T16:18:12.678Z | Downloaded bindgen v0.71.1 |
1024 | 2025-07-18T16:18:12.683Z | Downloaded futures-channel v0.3.31 |
1025 | 2025-07-18T16:18:12.686Z | Downloaded tungstenite v0.23.0 |
1026 | 2025-07-18T16:18:12.689Z | Downloaded mio v1.0.2 |
1027 | 2025-07-18T16:18:12.693Z | Downloaded typify v0.4.1 |
1028 | 2025-07-18T16:18:12.697Z | Downloaded tungstenite v0.21.0 |
1029 | 2025-07-18T16:18:12.700Z | Downloaded term v0.7.0 |
1030 | 2025-07-18T16:18:12.703Z | Downloaded password-hash v0.5.0 |
1031 | 2025-07-18T16:18:12.706Z | Downloaded slog v2.7.0 |
1032 | 2025-07-18T16:18:12.709Z | Downloaded reqwest v0.12.22 |
1033 | 2025-07-18T16:18:12.715Z | Downloaded unicode-truncate v1.1.0 |
1034 | 2025-07-18T16:18:12.718Z | Downloaded hash32 v0.2.1 |
1035 | 2025-07-18T16:18:12.721Z | Downloaded rusty-fork v0.3.0 |
1036 | 2025-07-18T16:18:12.721Z | Downloaded winnow v0.5.40 |
1037 | 2025-07-18T16:18:12.729Z | Downloaded papergrid v0.14.0 |
1038 | 2025-07-18T16:18:12.751Z | Downloaded blake3 v1.5.4 |
1039 | 2025-07-18T16:18:12.751Z | Downloaded encoding_rs v0.8.34 |
1040 | 2025-07-18T16:18:12.759Z | Downloaded unicode-properties v0.1.3 |
1041 | 2025-07-18T16:18:12.762Z | Downloaded rand_xorshift v0.4.0 |
1042 | 2025-07-18T16:18:12.762Z | Downloaded rand_seeder v0.3.0 |
1043 | 2025-07-18T16:18:12.766Z | Downloaded path-slash v0.1.5 |
1044 | 2025-07-18T16:18:12.766Z | Downloaded unsafe-libyaml v0.2.11 |
1045 | 2025-07-18T16:18:12.770Z | Downloaded itertools v0.13.0 |
1046 | 2025-07-18T16:18:12.773Z | Downloaded slog-bunyan v2.5.0 |
1047 | 2025-07-18T16:18:12.776Z | Downloaded siphasher v0.3.11 |
1048 | 2025-07-18T16:18:12.776Z | Downloaded ring v0.17.14 |
1049 | 2025-07-18T16:18:12.813Z | Downloaded iddqd v0.3.8 |
1050 | 2025-07-18T16:18:12.819Z | Downloaded structmeta v0.3.0 |
1051 | 2025-07-18T16:18:12.823Z | Downloaded quinn-udp v0.5.5 |
1052 | 2025-07-18T16:18:12.823Z | Downloaded slog-stdlog v4.1.1 |
1053 | 2025-07-18T16:18:12.826Z | Downloaded rustls-pemfile v2.2.0 |
1054 | 2025-07-18T16:18:12.826Z | Downloaded rcgen v0.12.1 |
1055 | 2025-07-18T16:18:12.826Z | Downloaded wait-timeout v0.2.0 |
1056 | 2025-07-18T16:18:12.830Z | Downloaded vte_generate_state_changes v0.1.2 |
1057 | 2025-07-18T16:18:12.830Z | Downloaded structmeta-derive v0.3.0 |
1058 | 2025-07-18T16:18:12.830Z | Downloaded tracing-attributes v0.1.27 |
1059 | 2025-07-18T16:18:12.833Z | Downloaded tokio-macros v2.5.0 |
1060 | 2025-07-18T16:18:12.833Z | Downloaded tokio-dtrace v0.1.0 |
1061 | 2025-07-18T16:18:12.836Z | Downloaded itertools v0.12.1 |
1062 | 2025-07-18T16:18:12.839Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1063 | 2025-07-18T16:18:12.889Z | Downloaded iri-string v0.7.8 |
1064 | 2025-07-18T16:18:12.895Z | Downloaded fs_extra v1.3.0 |
1065 | 2025-07-18T16:18:12.898Z | Downloaded zstd-safe v7.2.3 |
1066 | 2025-07-18T16:18:12.898Z | Downloaded rsa v0.9.6 |
1067 | 2025-07-18T16:18:12.908Z | Downloaded num-bigint v0.4.6 |
1068 | 2025-07-18T16:18:12.911Z | Downloaded crypto-bigint v0.5.5 |
1069 | 2025-07-18T16:18:12.914Z | Downloaded deranged v0.3.11 |
1070 | 2025-07-18T16:18:12.914Z | Downloaded rpassword v7.4.0 |
1071 | 2025-07-18T16:18:12.917Z | Downloaded sqlformat v0.3.5 |
1072 | 2025-07-18T16:18:12.917Z | Downloaded unicode-bidi v0.3.17 |
1073 | 2025-07-18T16:18:12.920Z | Downloaded crossterm v0.28.1 |
1074 | 2025-07-18T16:18:12.924Z | Downloaded poly1305 v0.8.0 |
1075 | 2025-07-18T16:18:12.928Z | Downloaded oxide-tokio-rt v0.1.2 |
1076 | 2025-07-18T16:18:12.928Z | Downloaded nibble_vec v0.1.0 |
1077 | 2025-07-18T16:18:12.931Z | Downloaded nanorand v0.7.0 |
1078 | 2025-07-18T16:18:12.931Z | Downloaded fatfs v0.3.6 |
1079 | 2025-07-18T16:18:12.935Z | Downloaded globwalk v0.9.1 |
1080 | 2025-07-18T16:18:12.935Z | Downloaded fallible-iterator v0.2.0 |
1081 | 2025-07-18T16:18:12.939Z | Downloaded dirs-next v2.0.0 |
1082 | 2025-07-18T16:18:12.939Z | Downloaded serde_derive_internals v0.29.1 |
1083 | 2025-07-18T16:18:12.939Z | Downloaded zopfli v0.8.1 |
1084 | 2025-07-18T16:18:12.943Z | Downloaded hkdf v0.12.4 |
1085 | 2025-07-18T16:18:12.943Z | Downloaded strum v0.26.3 |
1086 | 2025-07-18T16:18:12.943Z | Downloaded parking_lot v0.12.3 |
1087 | 2025-07-18T16:18:12.946Z | Downloaded derive_more v0.99.20 |
1088 | 2025-07-18T16:18:12.949Z | Downloaded toml v0.7.8 |
1089 | 2025-07-18T16:18:12.952Z | Downloaded darling_core v0.21.0 |
1090 | 2025-07-18T16:18:12.956Z | Downloaded thiserror-impl-no-std v2.0.2 |
1091 | 2025-07-18T16:18:12.962Z | Downloaded termcolor v1.4.1 |
1092 | 2025-07-18T16:18:12.962Z | Downloaded progenitor-impl v0.9.1 |
1093 | 2025-07-18T16:18:12.962Z | Downloaded progenitor-impl v0.10.0 |
1094 | 2025-07-18T16:18:12.965Z | Downloaded slog-json v2.6.1 |
1095 | 2025-07-18T16:18:12.965Z | Downloaded predicates-core v1.0.8 |
1096 | 2025-07-18T16:18:12.965Z | Downloaded pbkdf2 v0.11.0 |
1097 | 2025-07-18T16:18:12.970Z | Downloaded password-hash v0.4.2 |
1098 | 2025-07-18T16:18:12.970Z | Downloaded num-rational v0.4.2 |
1099 | 2025-07-18T16:18:12.970Z | Downloaded salsa20 v0.10.2 |
1100 | 2025-07-18T16:18:12.970Z | Downloaded num_enum v0.5.11 |
1101 | 2025-07-18T16:18:12.973Z | Downloaded multer v3.1.0 |
1102 | 2025-07-18T16:18:12.977Z | Downloaded itertools v0.10.5 |
1103 | 2025-07-18T16:18:12.981Z | Downloaded crossbeam-channel v0.5.15 |
1104 | 2025-07-18T16:18:12.984Z | Downloaded yansi v1.0.1 |
1105 | 2025-07-18T16:18:12.988Z | Downloaded schemars_derive v0.8.22 |
1106 | 2025-07-18T16:18:12.988Z | Downloaded derive_builder v0.20.2 |
1107 | 2025-07-18T16:18:12.992Z | Downloaded darling v0.20.10 |
1108 | 2025-07-18T16:18:12.996Z | Downloaded steno v0.4.1 |
1109 | 2025-07-18T16:18:12.999Z | Downloaded hyper-util v0.1.14 |
1110 | 2025-07-18T16:18:13.004Z | Downloaded darling v0.21.0 |
1111 | 2025-07-18T16:18:13.008Z | Downloaded signal-hook v0.3.17 |
1112 | 2025-07-18T16:18:13.012Z | Downloaded zone_cfg_derive v0.1.2 |
1113 | 2025-07-18T16:18:13.012Z | Downloaded tokio-tungstenite v0.23.1 |
1114 | 2025-07-18T16:18:13.016Z | Downloaded tokio-tungstenite v0.21.0 |
1115 | 2025-07-18T16:18:13.016Z | Downloaded darling_macro v0.21.0 |
1116 | 2025-07-18T16:18:13.016Z | Downloaded tokio-stream v0.1.17 |
1117 | 2025-07-18T16:18:13.020Z | Downloaded tokio-rustls v0.25.0 |
1118 | 2025-07-18T16:18:13.023Z | Downloaded pkcs5 v0.7.1 |
1119 | 2025-07-18T16:18:13.026Z | Downloaded waitgroup v0.1.2 |
1120 | 2025-07-18T16:18:13.027Z | Downloaded ppv-lite86 v0.2.20 |
1121 | 2025-07-18T16:18:13.027Z | Downloaded aho-corasick v1.1.3 |
1122 | 2025-07-18T16:18:13.031Z | Downloaded vsss-rs v3.3.4 |
1123 | 2025-07-18T16:18:13.034Z | Downloaded unicase v2.7.0 |
1124 | 2025-07-18T16:18:13.034Z | Downloaded qorb v0.4.0 |
1125 | 2025-07-18T16:18:13.038Z | Downloaded hash32 v0.3.1 |
1126 | 2025-07-18T16:18:13.041Z | Downloaded futures-sink v0.3.31 |
1127 | 2025-07-18T16:18:13.041Z | Downloaded futures-io v0.3.31 |
1128 | 2025-07-18T16:18:13.041Z | Downloaded num-derive v0.4.2 |
1129 | 2025-07-18T16:18:13.045Z | Downloaded foldhash v0.1.5 |
1130 | 2025-07-18T16:18:13.045Z | Downloaded ena v0.14.3 |
1131 | 2025-07-18T16:18:13.048Z | Downloaded signal-hook-mio v0.2.4 |
1132 | 2025-07-18T16:18:13.048Z | Downloaded progenitor-impl v0.8.0 |
1133 | 2025-07-18T16:18:13.051Z | Downloaded fs-err v2.11.0 |
1134 | 2025-07-18T16:18:13.051Z | Downloaded diff v0.1.13 |
1135 | 2025-07-18T16:18:13.055Z | Downloaded wyz v0.5.1 |
1136 | 2025-07-18T16:18:13.055Z | Downloaded walkdir v2.5.0 |
1137 | 2025-07-18T16:18:13.058Z | Downloaded pem v3.0.5 |
1138 | 2025-07-18T16:18:13.058Z | Downloaded support-bundle-viewer v0.1.2 |
1139 | 2025-07-18T16:18:13.059Z | Downloaded pkcs8 v0.10.2 |
1140 | 2025-07-18T16:18:13.062Z | Downloaded http v1.3.1 |
1141 | 2025-07-18T16:18:13.065Z | Downloaded cc v1.2.15 |
1142 | 2025-07-18T16:18:13.068Z | Downloaded peg-macros v0.8.5 |
1143 | 2025-07-18T16:18:13.069Z | Downloaded fd-lock v4.0.2 |
1144 | 2025-07-18T16:18:13.072Z | Downloaded similar v2.7.0 |
1145 | 2025-07-18T16:18:13.075Z | Downloaded aes-gcm v0.10.3 |
1146 | 2025-07-18T16:18:13.078Z | Downloaded socket2 v0.5.10 |
1147 | 2025-07-18T16:18:13.079Z | Downloaded getrandom v0.2.15 |
1148 | 2025-07-18T16:18:13.082Z | Downloaded rustls-pki-types v1.10.0 |
1149 | 2025-07-18T16:18:13.085Z | Downloaded sha1 v0.10.6 |
1150 | 2025-07-18T16:18:13.085Z | Downloaded shell-words v1.1.0 |
1151 | 2025-07-18T16:18:13.088Z | Downloaded serde_urlencoded v0.7.1 |
1152 | 2025-07-18T16:18:13.089Z | Downloaded fixedbitset v0.5.7 |
1153 | 2025-07-18T16:18:13.094Z | Downloaded fixedbitset v0.4.2 |
1154 | 2025-07-18T16:18:13.094Z | Downloaded env_logger v0.10.2 |
1155 | 2025-07-18T16:18:13.094Z | Downloaded test-strategy v0.4.3 |
1156 | 2025-07-18T16:18:13.098Z | Downloaded ron v0.8.1 |
1157 | 2025-07-18T16:18:13.101Z | Downloaded bytes v1.10.1 |
1158 | 2025-07-18T16:18:13.105Z | Downloaded progenitor-macro v0.8.0 |
1159 | 2025-07-18T16:18:13.108Z | Downloaded pkg-config v0.3.31 |
1160 | 2025-07-18T16:18:13.108Z | Downloaded pin-utils v0.1.0 |
1161 | 2025-07-18T16:18:13.108Z | Downloaded schemars v0.8.22 |
1162 | 2025-07-18T16:18:13.117Z | Downloaded progenitor v0.10.0 |
1163 | 2025-07-18T16:18:13.121Z | Downloaded chacha20poly1305 v0.10.1 |
1164 | 2025-07-18T16:18:13.121Z | Downloaded indicatif v0.17.11 |
1165 | 2025-07-18T16:18:13.125Z | Downloaded compact_str v0.8.0 |
1166 | 2025-07-18T16:18:13.129Z | Downloaded yasna v0.5.2 |
1167 | 2025-07-18T16:18:13.129Z | Downloaded uzers v0.12.1 |
1168 | 2025-07-18T16:18:13.132Z | Downloaded num-integer v0.1.46 |
1169 | 2025-07-18T16:18:13.132Z | Downloaded ghash v0.5.1 |
1170 | 2025-07-18T16:18:13.132Z | Downloaded gethostname v0.5.0 |
1171 | 2025-07-18T16:18:13.136Z | Downloaded serde_cbor v0.11.2 |
1172 | 2025-07-18T16:18:13.136Z | Downloaded progenitor-client v0.8.0 |
1173 | 2025-07-18T16:18:13.136Z | Downloaded filetime v0.2.25 |
1174 | 2025-07-18T16:18:13.140Z | Downloaded ff v0.13.0 |
1175 | 2025-07-18T16:18:13.140Z | Downloaded defmt v0.3.8 |
1176 | 2025-07-18T16:18:13.144Z | Downloaded pretty-hex v0.2.1 |
1177 | 2025-07-18T16:18:13.144Z | Downloaded backtrace v0.3.74 |
1178 | 2025-07-18T16:18:13.148Z | Downloaded half v1.8.3 |
1179 | 2025-07-18T16:18:13.150Z | Downloaded typify-macro v0.2.0 |
1180 | 2025-07-18T16:18:13.150Z | Downloaded opaque-debug v0.3.1 |
1181 | 2025-07-18T16:18:13.150Z | Downloaded num v0.4.3 |
1182 | 2025-07-18T16:18:13.156Z | Downloaded allocator-api2 v0.2.21 |
1183 | 2025-07-18T16:18:13.156Z | Downloaded crc-any v2.5.0 |
1184 | 2025-07-18T16:18:13.159Z | Downloaded foreign-types-shared v0.3.1 |
1185 | 2025-07-18T16:18:13.159Z | Downloaded foreign-types-shared v0.1.1 |
1186 | 2025-07-18T16:18:13.159Z | Downloaded time-macros v0.2.18 |
1187 | 2025-07-18T16:18:13.159Z | Downloaded string_cache v0.8.9 |
1188 | 2025-07-18T16:18:13.163Z | Downloaded static_assertions v1.1.0 |
1189 | 2025-07-18T16:18:13.163Z | Downloaded clang-sys v1.8.1 |
1190 | 2025-07-18T16:18:13.166Z | Downloaded blake2 v0.10.6 |
1191 | 2025-07-18T16:18:13.166Z | Downloaded rand_core v0.9.2 |
1192 | 2025-07-18T16:18:13.170Z | Downloaded progenitor-client v0.10.0 |
1193 | 2025-07-18T16:18:13.170Z | Downloaded mime v0.3.17 |
1194 | 2025-07-18T16:18:13.170Z | Downloaded memmap2 v0.9.5 |
1195 | 2025-07-18T16:18:13.173Z | Downloaded lzss v0.8.2 |
1196 | 2025-07-18T16:18:13.173Z | Downloaded libloading v0.8.5 |
1197 | 2025-07-18T16:18:13.176Z | Downloaded hyper-staticfile v0.10.1 |
1198 | 2025-07-18T16:18:13.176Z | Downloaded httparse v1.9.5 |
1199 | 2025-07-18T16:18:13.179Z | Downloaded const-oid v0.9.6 |
1200 | 2025-07-18T16:18:13.182Z | Downloaded colored v2.2.0 |
1201 | 2025-07-18T16:18:13.185Z | Downloaded ciborium v0.2.2 |
1202 | 2025-07-18T16:18:13.185Z | Downloaded sync_wrapper v1.0.1 |
1203 | 2025-07-18T16:18:13.185Z | Downloaded sync-ptr v0.1.4 |
1204 | 2025-07-18T16:18:13.189Z | Downloaded sec1 v0.7.3 |
1205 | 2025-07-18T16:18:13.189Z | Downloaded rustc_version v0.1.7 |
1206 | 2025-07-18T16:18:13.189Z | Downloaded rustc-hash v2.1.1 |
1207 | 2025-07-18T16:18:13.192Z | Downloaded rustc-hash v1.1.0 |
1208 | 2025-07-18T16:18:13.192Z | Downloaded ref-cast-impl v1.0.24 |
1209 | 2025-07-18T16:18:13.192Z | Downloaded rand_chacha v0.9.0 |
1210 | 2025-07-18T16:18:13.195Z | Downloaded progenitor-macro v0.9.1 |
1211 | 2025-07-18T16:18:13.195Z | Downloaded hickory-server v0.25.2 |
1212 | 2025-07-18T16:18:13.200Z | Downloaded linear-map v1.2.0 |
1213 | 2025-07-18T16:18:13.200Z | Downloaded ingot-macros v0.1.1 |
1214 | 2025-07-18T16:18:13.200Z | Downloaded indoc v2.0.6 |
1215 | 2025-07-18T16:18:13.202Z | Downloaded iana-time-zone v0.1.63 |
1216 | 2025-07-18T16:18:13.206Z | Downloaded hyper-rustls v0.27.7 |
1217 | 2025-07-18T16:18:13.209Z | Downloaded cbc v0.1.2 |
1218 | 2025-07-18T16:18:13.209Z | Downloaded cargo-platform v0.1.8 |
1219 | 2025-07-18T16:18:13.212Z | Downloaded cancel-safe-futures v0.1.5 |
1220 | 2025-07-18T16:18:13.215Z | Downloaded libsw v3.5.0 |
1221 | 2025-07-18T16:18:13.215Z | Downloaded managed v0.8.0 |
1222 | 2025-07-18T16:18:13.218Z | Downloaded libscf-sys v1.1.0 |
1223 | 2025-07-18T16:18:13.219Z | Downloaded libefi-sys v0.1.0 |
1224 | 2025-07-18T16:18:13.219Z | Downloaded internet-checksum v0.2.1 |
1225 | 2025-07-18T16:18:13.222Z | Downloaded console v0.15.10 |
1226 | 2025-07-18T16:18:13.222Z | Downloaded cargo_metadata v0.18.1 |
1227 | 2025-07-18T16:18:13.225Z | Downloaded bzip2 v0.4.4 |
1228 | 2025-07-18T16:18:13.225Z | Downloaded sigpipe v0.1.3 |
1229 | 2025-07-18T16:18:13.228Z | Downloaded chacha20 v0.9.1 |
1230 | 2025-07-18T16:18:13.228Z | Downloaded lazycell v1.3.0 |
1231 | 2025-07-18T16:18:13.228Z | Downloaded ipnetwork v0.21.1 |
1232 | 2025-07-18T16:18:13.231Z | Downloaded ingot v0.1.1 |
1233 | 2025-07-18T16:18:13.231Z | Downloaded proc-macro-crate v1.3.1 |
1234 | 2025-07-18T16:18:13.234Z | Downloaded primeorder v0.13.6 |
1235 | 2025-07-18T16:18:13.234Z | Downloaded predicates-tree v1.0.12 |
1236 | 2025-07-18T16:18:13.234Z | Downloaded linked-hash-map v0.5.6 |
1237 | 2025-07-18T16:18:13.237Z | Downloaded critical-section v1.1.3 |
1238 | 2025-07-18T16:18:13.237Z | Downloaded buf-list v1.0.3 |
1239 | 2025-07-18T16:18:13.240Z | Downloaded lockfree-object-pool v0.1.6 |
1240 | 2025-07-18T16:18:13.240Z | Downloaded lalrpop-util v0.19.12 |
1241 | 2025-07-18T16:18:13.244Z | Downloaded libsw-core v0.3.1 |
1242 | 2025-07-18T16:18:13.244Z | Downloaded lazy_static v1.5.0 |
1243 | 2025-07-18T16:18:13.247Z | Downloaded keccak v0.1.5 |
1244 | 2025-07-18T16:18:13.247Z | Downloaded blowfish v0.9.1 |
1245 | 2025-07-18T16:18:13.247Z | Downloaded array-init v0.0.4 |
1246 | 2025-07-18T16:18:13.249Z | Downloaded backoff v0.4.0 |
1247 | 2025-07-18T16:18:13.252Z | Downloaded bitflags v1.3.2 |
1248 | 2025-07-18T16:18:13.252Z | Downloaded bitfield v0.14.0 |
1249 | 2025-07-18T16:18:13.254Z | Downloaded bit-set v0.8.0 |
1250 | 2025-07-18T16:18:13.257Z | Downloaded async-recursion v1.1.1 |
1251 | 2025-07-18T16:18:13.258Z | Downloaded is-terminal v0.4.13 |
1252 | 2025-07-18T16:18:13.260Z | Downloaded indent_write v2.2.0 |
1253 | 2025-07-18T16:18:13.260Z | Downloaded hyper-tls v0.6.0 |
1254 | 2025-07-18T16:18:13.263Z | Downloaded hubpack v0.1.2 |
1255 | 2025-07-18T16:18:13.263Z | Downloaded camino-tempfile-ext v0.3.2 |
1256 | 2025-07-18T16:18:13.266Z | Downloaded httpdate v1.0.3 |
1257 | 2025-07-18T16:18:13.266Z | Downloaded bit-vec v0.6.3 |
1258 | 2025-07-18T16:18:13.266Z | Downloaded crc v3.2.1 |
1259 | 2025-07-18T16:18:13.269Z | Downloaded cipher v0.4.4 |
1260 | 2025-07-18T16:18:13.272Z | Downloaded bitfield-struct v0.6.2 |
1261 | 2025-07-18T16:18:13.272Z | Downloaded arc-swap v1.7.1 |
1262 | 2025-07-18T16:18:13.274Z | Downloaded async-bb8-diesel v0.2.1 |
1263 | 2025-07-18T16:18:13.277Z | Downloaded headers-core v0.3.0 |
1264 | 2025-07-18T16:18:13.277Z | Downloaded base64 v0.21.7 |
1265 | 2025-07-18T16:18:13.478Z | Downloaded aws-lc-sys v0.26.0 |
1266 | 2025-07-18T16:18:13.777Z | Compiling value-bag v1.9.0 |
1267 | 2025-07-18T16:18:13.777Z | Compiling shlex v1.3.0 |
1268 | 2025-07-18T16:18:13.777Z | Compiling lock_api v0.4.12 |
1269 | 2025-07-18T16:18:13.782Z | Compiling scopeguard v1.2.0 |
1270 | 2025-07-18T16:18:13.783Z | Compiling typenum v1.17.0 |
1271 | 2025-07-18T16:18:13.783Z | Compiling generic-array v0.14.7 |
1272 | 2025-07-18T16:18:13.783Z | Compiling syn v2.0.104 |
1273 | 2025-07-18T16:18:13.941Z | Compiling getrandom v0.2.15 |
1274 | 2025-07-18T16:18:14.134Z | Compiling jobserver v0.1.32 |
1275 | 2025-07-18T16:18:14.268Z | Compiling rand_core v0.6.4 |
1276 | 2025-07-18T16:18:14.355Z | Compiling log v0.4.27 |
1277 | 2025-07-18T16:18:15.077Z | Compiling smallvec v1.15.0 |
1278 | 2025-07-18T16:18:15.109Z | Compiling portable-atomic v1.11.0 |
1279 | 2025-07-18T16:18:15.116Z | Compiling cc v1.2.15 |
1280 | 2025-07-18T16:18:15.116Z | Compiling critical-section v1.1.3 |
1281 | 2025-07-18T16:18:15.116Z | Compiling subtle v2.6.1 |
1282 | 2025-07-18T16:18:15.116Z | Compiling const-oid v0.9.6 |
1283 | 2025-07-18T16:18:15.116Z | Compiling pkg-config v0.3.31 |
1284 | 2025-07-18T16:18:15.116Z | Compiling pin-project-lite v0.2.14 |
1285 | 2025-07-18T16:18:15.167Z | Compiling parking_lot_core v0.9.10 |
1286 | 2025-07-18T16:18:15.222Z | Compiling rustix v0.38.37 |
1287 | 2025-07-18T16:18:16.094Z | Compiling signal-hook-registry v1.4.2 |
1288 | 2025-07-18T16:18:16.160Z | Compiling parking_lot v0.12.3 |
1289 | 2025-07-18T16:18:16.251Z | Compiling mio v1.0.2 |
1290 | 2025-07-18T16:18:16.319Z | Compiling futures-core v0.3.31 |
1291 | 2025-07-18T16:18:16.638Z | Compiling spin v0.9.8 |
1292 | 2025-07-18T16:18:16.914Z | Compiling once_cell v1.21.3 |
1293 | 2025-07-18T16:18:16.939Z | Compiling either v1.15.0 |
1294 | 2025-07-18T16:18:17.064Z | Compiling socket2 v0.5.10 |
1295 | 2025-07-18T16:18:17.101Z | Compiling slab v0.4.9 |
1296 | 2025-07-18T16:18:17.190Z | Compiling aho-corasick v1.1.3 |
1297 | 2025-07-18T16:18:17.372Z | Compiling cpufeatures v0.2.14 |
1298 | 2025-07-18T16:18:17.411Z | Compiling libm v0.2.8 |
1299 | 2025-07-18T16:18:17.492Z | Compiling serde_json v1.0.140 |
1300 | 2025-07-18T16:18:17.517Z | Compiling regex-syntax v0.8.5 |
1301 | 2025-07-18T16:18:17.692Z | Compiling num-traits v0.2.19 |
1302 | 2025-07-18T16:18:17.800Z | Compiling futures-sink v0.3.31 |
1303 | 2025-07-18T16:18:17.874Z | Compiling glob v0.3.2 |
1304 | 2025-07-18T16:18:17.975Z | Compiling percent-encoding v2.3.1 |
1305 | 2025-07-18T16:18:17.996Z | Compiling getrandom v0.3.1 |
1306 | 2025-07-18T16:18:18.656Z | Compiling prettyplease v0.2.35 |
1307 | 2025-07-18T16:18:18.753Z | Compiling clang-sys v1.8.1 |
1308 | 2025-07-18T16:18:18.756Z | Compiling lazy_static v1.5.0 |
1309 | 2025-07-18T16:18:18.930Z | Compiling allocator-api2 v0.2.21 |
1310 | 2025-07-18T16:18:19.053Z | Compiling foldhash v0.1.5 |
1311 | 2025-07-18T16:18:19.207Z | Compiling minimal-lexical v0.2.1 |
1312 | 2025-07-18T16:18:19.552Z | Compiling libloading v0.8.5 |
1313 | 2025-07-18T16:18:19.690Z | Compiling nom v7.1.3 |
1314 | 2025-07-18T16:18:19.690Z | Compiling hashbrown v0.15.4 |
1315 | 2025-07-18T16:18:19.743Z | Compiling base64ct v1.6.0 |
1316 | 2025-07-18T16:18:19.945Z | Compiling bindgen v0.69.5 |
1317 | 2025-07-18T16:18:20.341Z | Compiling home v0.5.9 |
1318 | 2025-07-18T16:18:20.562Z | Compiling pem-rfc7468 v0.7.0 |
1319 | 2025-07-18T16:18:20.939Z | Compiling futures-channel v0.3.31 |
1320 | 2025-07-18T16:18:21.198Z | Compiling itertools v0.12.1 |
1321 | 2025-07-18T16:18:21.300Z | Compiling regex-automata v0.4.8 |
1322 | 2025-07-18T16:18:21.400Z | Compiling futures-io v0.3.31 |
1323 | 2025-07-18T16:18:21.673Z | Compiling synstructure v0.13.1 |
1324 | 2025-07-18T16:18:23.049Z | Compiling cexpr v0.6.0 |
1325 | 2025-07-18T16:18:23.131Z | Compiling rustc-hash v1.1.0 |
1326 | 2025-07-18T16:18:23.304Z | Compiling futures-task v0.3.31 |
1327 | 2025-07-18T16:18:23.603Z | Compiling flagset v0.4.6 |
1328 | 2025-07-18T16:18:23.623Z | Compiling pin-utils v0.1.0 |
1329 | 2025-07-18T16:18:23.738Z | Compiling lazycell v1.3.0 |
1330 | 2025-07-18T16:18:23.841Z | Compiling cmake v0.1.51 |
1331 | 2025-07-18T16:18:23.929Z | Compiling fs_extra v1.3.0 |
1332 | 2025-07-18T16:18:24.051Z | Compiling dunce v1.0.5 |
1333 | 2025-07-18T16:18:24.203Z | Compiling zerocopy v0.8.26 |
1334 | 2025-07-18T16:18:24.499Z | Compiling form_urlencoded v1.2.1 |
1335 | 2025-07-18T16:18:24.613Z | Compiling vcpkg v0.2.15 |
1336 | 2025-07-18T16:18:24.638Z | Compiling paste v1.0.15 |
1337 | 2025-07-18T16:18:24.690Z | Compiling crossbeam-utils v0.8.21 |
1338 | 2025-07-18T16:18:24.827Z | Compiling ring v0.17.14 |
1339 | 2025-07-18T16:18:25.072Z | Compiling tracing-core v0.1.32 |
1340 | 2025-07-18T16:18:25.304Z | Compiling iana-time-zone v0.1.63 |
1341 | 2025-07-18T16:18:25.687Z | Compiling aws-lc-rs v1.12.4 |
1342 | 2025-07-18T16:18:26.264Z | Compiling rustls-pki-types v1.10.0 |
1343 | 2025-07-18T16:18:26.311Z | Compiling openssl-sys v0.9.109 |
1344 | 2025-07-18T16:18:26.355Z | Compiling rustversion v1.0.17 |
1345 | 2025-07-18T16:18:26.454Z | Compiling serde_derive v1.0.219 |
1346 | 2025-07-18T16:18:27.026Z | Compiling zeroize_derive v1.4.2 |
1347 | 2025-07-18T16:18:27.223Z | Compiling zerofrom-derive v0.1.4 |
1348 | 2025-07-18T16:18:27.341Z | Compiling yoke-derive v0.7.4 |
1349 | 2025-07-18T16:18:27.362Z | Compiling zerovec-derive v0.10.3 |
1350 | 2025-07-18T16:18:28.347Z | Compiling zeroize v1.8.1 |
1351 | 2025-07-18T16:18:29.822Z | Compiling displaydoc v0.2.5 |
1352 | 2025-07-18T16:18:29.947Z | Compiling zerocopy-derive v0.7.35 |
1353 | 2025-07-18T16:18:30.066Z | Compiling crypto-common v0.1.6 |
1354 | 2025-07-18T16:18:30.287Z | Compiling block-buffer v0.10.4 |
1355 | 2025-07-18T16:18:30.527Z | Compiling digest v0.10.7 |
1356 | 2025-07-18T16:18:30.532Z | Compiling zerofrom v0.1.4 |
1357 | 2025-07-18T16:18:30.763Z | Compiling yoke v0.7.4 |
1358 | 2025-07-18T16:18:30.878Z | Compiling tokio-macros v2.5.0 |
1359 | 2025-07-18T16:18:30.994Z | Compiling hmac v0.12.1 |
1360 | 2025-07-18T16:18:31.140Z | Compiling zerovec v0.10.4 |
1361 | 2025-07-18T16:18:31.245Z | Compiling icu_provider_macros v1.5.0 |
1362 | 2025-07-18T16:18:31.277Z | Compiling block-padding v0.3.3 |
1363 | 2025-07-18T16:18:31.528Z | Compiling inout v0.1.3 |
1364 | 2025-07-18T16:18:31.551Z | Compiling sha2 v0.10.9 |
1365 | 2025-07-18T16:18:31.574Z | Compiling regex v1.11.1 |
1366 | 2025-07-18T16:18:31.834Z | Compiling cipher v0.4.4 |
1367 | 2025-07-18T16:18:31.923Z | Compiling zerocopy v0.7.35 |
1368 | 2025-07-18T16:18:32.379Z | Compiling der_derive v0.7.3 |
1369 | 2025-07-18T16:18:32.401Z | Compiling futures-macro v0.3.31 |
1370 | 2025-07-18T16:18:32.419Z | Compiling thiserror-impl v1.0.69 |
1371 | 2025-07-18T16:18:32.471Z | Compiling salsa20 v0.10.2 |
1372 | 2025-07-18T16:18:32.710Z | Compiling pbkdf2 v0.12.2 |
1373 | 2025-07-18T16:18:32.909Z | Compiling zerocopy-derive v0.8.26 |
1374 | 2025-07-18T16:18:33.228Z | Compiling tinystr v0.7.6 |
1375 | 2025-07-18T16:18:33.246Z | Compiling icu_collections v1.5.0 |
1376 | 2025-07-18T16:18:33.612Z | Compiling icu_locid v1.5.0 |
1377 | 2025-07-18T16:18:33.742Z | Compiling serde v1.0.219 |
1378 | 2025-07-18T16:18:34.175Z | Compiling futures-util v0.3.31 |
1379 | 2025-07-18T16:18:34.439Z | Compiling ppv-lite86 v0.2.20 |
1380 | 2025-07-18T16:18:34.614Z | Compiling der v0.7.9 |
1381 | 2025-07-18T16:18:34.921Z | Compiling icu_provider v1.5.0 |
1382 | 2025-07-18T16:18:35.202Z | Compiling thiserror v1.0.69 |
1383 | 2025-07-18T16:18:35.243Z | Compiling scrypt v0.11.0 |
1384 | 2025-07-18T16:18:35.380Z | Compiling aes v0.8.4 |
1385 | 2025-07-18T16:18:35.611Z | Compiling icu_locid_transform v1.5.0 |
1386 | 2025-07-18T16:18:35.762Z | Compiling cbc v0.1.2 |
1387 | 2025-07-18T16:18:35.840Z | Compiling pest v2.7.14 |
1388 | 2025-07-18T16:18:36.111Z | Compiling tracing-attributes v0.1.27 |
1389 | 2025-07-18T16:18:37.503Z | Compiling icu_properties v1.5.1 |
1390 | 2025-07-18T16:18:37.964Z | Compiling spki v0.7.3 |
1391 | 2025-07-18T16:18:38.075Z | Compiling scroll_derive v0.12.0 |
1392 | 2025-07-18T16:18:38.341Z | Compiling pkcs5 v0.7.1 |
1393 | 2025-07-18T16:18:38.848Z | Compiling pest_meta v2.7.14 |
1394 | 2025-07-18T16:18:39.267Z | Compiling bytes v1.10.1 |
1395 | 2025-07-18T16:18:39.374Z | Compiling bitflags v2.9.1 |
1396 | 2025-07-18T16:18:39.431Z | Compiling semver v1.0.26 |
1397 | 2025-07-18T16:18:39.709Z | Compiling indexmap v2.10.0 |
1398 | 2025-07-18T16:18:39.815Z | Compiling uuid v1.17.0 |
1399 | 2025-07-18T16:18:40.112Z | Compiling rustc_version v0.4.1 |
1400 | 2025-07-18T16:18:40.711Z | Compiling tokio v1.45.1 |
1401 | 2025-07-18T16:18:40.733Z | Compiling http v1.3.1 |
1402 | 2025-07-18T16:18:41.108Z | Compiling tracing v0.1.40 |
1403 | 2025-07-18T16:18:41.257Z | Compiling icu_normalizer v1.5.0 |
1404 | 2025-07-18T16:18:41.643Z | Compiling chrono v0.4.41 |
1405 | 2025-07-18T16:18:42.176Z | Compiling pkcs8 v0.10.2 |
1406 | 2025-07-18T16:18:42.289Z | Compiling idna_adapter v1.2.0 |
1407 | 2025-07-18T16:18:42.547Z | Compiling idna v1.0.3 |
1408 | 2025-07-18T16:18:42.833Z | Compiling http-body v1.0.1 |
1409 | 2025-07-18T16:18:42.883Z | Compiling tinyvec_macros v0.1.1 |
1410 | 2025-07-18T16:18:43.004Z | Compiling httparse v1.9.5 |
1411 | 2025-07-18T16:18:43.060Z | Compiling base64 v0.22.1 |
1412 | 2025-07-18T16:18:43.104Z | Compiling tinyvec v1.8.0 |
1413 | 2025-07-18T16:18:43.273Z | Compiling url v2.5.4 |
1414 | 2025-07-18T16:18:43.668Z | Compiling which v4.4.2 |
1415 | 2025-07-18T16:18:43.814Z | Compiling pest_generator v2.7.14 |
1416 | 2025-07-18T16:18:44.221Z | Compiling rand_core v0.9.2 |
1417 | 2025-07-18T16:18:44.328Z | Compiling scroll v0.12.0 |
1418 | 2025-07-18T16:18:44.649Z | Compiling serde_derive_internals v0.29.1 |
1419 | 2025-07-18T16:18:44.701Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1420 | 2025-07-18T16:18:44.883Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1421 | 2025-07-18T16:18:44.915Z | Compiling tower-service v0.3.3 |
1422 | 2025-07-18T16:18:45.004Z | Compiling time-core v0.1.2 |
1423 | 2025-07-18T16:18:45.072Z | Compiling atomic-waker v1.1.2 |
1424 | 2025-07-18T16:18:45.221Z | Compiling schemars v0.8.22 |
1425 | 2025-07-18T16:18:45.277Z | Compiling foreign-types-shared v0.1.1 |
1426 | 2025-07-18T16:18:45.405Z | Compiling untrusted v0.9.0 |
1427 | 2025-07-18T16:18:45.430Z | Compiling try-lock v0.2.5 |
1428 | 2025-07-18T16:18:45.480Z | Compiling untrusted v0.7.1 |
1429 | 2025-07-18T16:18:45.524Z | Compiling openssl v0.10.73 |
1430 | 2025-07-18T16:18:45.583Z | Compiling adler2 v2.0.0 |
1431 | 2025-07-18T16:18:45.589Z | Compiling powerfmt v0.2.0 |
1432 | 2025-07-18T16:18:45.621Z | Compiling openssl-probe v0.1.5 |
1433 | 2025-07-18T16:18:45.683Z | Compiling num-conv v0.1.0 |
1434 | 2025-07-18T16:18:45.804Z | Compiling miniz_oxide v0.8.5 |
1435 | 2025-07-18T16:18:45.925Z | Compiling deranged v0.3.11 |
1436 | 2025-07-18T16:18:45.994Z | Compiling time-macros v0.2.18 |
1437 | 2025-07-18T16:18:46.015Z | Compiling want v0.3.1 |
1438 | 2025-07-18T16:18:46.319Z | Compiling pest_derive v2.7.14 |
1439 | 2025-07-18T16:18:46.842Z | Compiling schemars_derive v0.8.22 |
1440 | 2025-07-18T16:18:47.330Z | Compiling foreign-types v0.3.2 |
1441 | 2025-07-18T16:18:47.445Z | Compiling goblin v0.8.2 |
1442 | 2025-07-18T16:18:48.970Z | Compiling tokio-util v0.7.15 |
1443 | 2025-07-18T16:18:49.664Z | Compiling rand_chacha v0.9.0 |
1444 | 2025-07-18T16:18:50.176Z | Compiling h2 v0.4.6 |
1445 | 2025-07-18T16:18:50.486Z | Compiling ipnet v2.11.0 |
1446 | 2025-07-18T16:18:51.590Z | Compiling openssl-macros v0.1.1 |
1447 | 2025-07-18T16:18:51.736Z | Compiling native-tls v0.2.12 |
1448 | 2025-07-18T16:18:52.042Z | Compiling httpdate v1.0.3 |
1449 | 2025-07-18T16:18:52.102Z | Compiling rustls v0.23.19 |
1450 | 2025-07-18T16:18:52.287Z | Compiling num_threads v0.1.7 |
1451 | 2025-07-18T16:18:52.414Z | Compiling dyn-clone v1.0.19 |
1452 | 2025-07-18T16:18:52.437Z | Compiling syn v1.0.109 |
1453 | 2025-07-18T16:18:52.461Z | Compiling time v0.3.36 |
1454 | 2025-07-18T16:18:53.102Z | Compiling dof v0.3.0 |
1455 | 2025-07-18T16:18:54.951Z | Compiling rand v0.9.1 |
1456 | 2025-07-18T16:18:56.110Z | Compiling dtrace-parser v0.2.0 |
1457 | 2025-07-18T16:18:56.242Z | Compiling unicode-normalization v0.1.24 |
1458 | 2025-07-18T16:18:56.716Z | Compiling heapless v0.7.17 |
1459 | 2025-07-18T16:18:56.946Z | Compiling signature v2.2.0 |
1460 | 2025-07-18T16:18:57.173Z | Compiling crossbeam-epoch v0.9.18 |
1461 | 2025-07-18T16:18:57.246Z | Compiling cookie v0.18.1 |
1462 | 2025-07-18T16:18:57.298Z | Compiling crc32fast v1.4.2 |
1463 | 2025-07-18T16:18:57.579Z | Compiling hyper v1.6.0 |
1464 | 2025-07-18T16:18:57.612Z | Compiling slog v2.7.0 |
1465 | 2025-07-18T16:18:57.834Z | Compiling zlib-rs v0.5.1 |
1466 | 2025-07-18T16:18:57.972Z | Compiling zstd-safe v7.2.3 |
1467 | 2025-07-18T16:18:58.137Z | Compiling siphasher v0.3.11 |
1468 | 2025-07-18T16:18:58.350Z | Compiling signal-hook v0.3.17 |
1469 | 2025-07-18T16:18:58.567Z | Compiling unicode-properties v0.1.3 |
1470 | 2025-07-18T16:18:58.658Z | Compiling rayon-core v1.12.1 |
1471 | 2025-07-18T16:18:58.935Z | Compiling unicode-bidi v0.3.17 |
1472 | 2025-07-18T16:18:59.046Z | Compiling phf_shared v0.11.2 |
1473 | 2025-07-18T16:18:59.491Z | Compiling crossbeam-deque v0.8.5 |
1474 | 2025-07-18T16:18:59.798Z | Compiling stringprep v0.1.5 |
1475 | 2025-07-18T16:19:00.224Z | Compiling hyper-util v0.1.14 |
1476 | 2025-07-18T16:19:00.739Z | Compiling usdt-impl v0.5.0 |
1477 | 2025-07-18T16:19:00.992Z | Compiling curve25519-dalek v4.1.3 |
1478 | 2025-07-18T16:19:01.285Z | Compiling serde_spanned v0.6.9 |
1479 | 2025-07-18T16:19:01.575Z | Compiling serde_tokenstream v0.2.2 |
1480 | 2025-07-18T16:19:01.703Z | Compiling toml_datetime v0.6.11 |
1481 | 2025-07-18T16:19:01.724Z | Compiling rand_chacha v0.3.1 |
1482 | 2025-07-18T16:19:02.051Z | Compiling md-5 v0.10.6 |
1483 | 2025-07-18T16:19:02.761Z | Compiling num-integer v0.1.46 |
1484 | 2025-07-18T16:19:02.779Z | Compiling sync_wrapper v1.0.1 |
1485 | 2025-07-18T16:19:02.779Z | Compiling ff v0.13.0 |
1486 | 2025-07-18T16:19:02.780Z | Compiling hash32 v0.2.1 |
1487 | 2025-07-18T16:19:02.780Z | Compiling memoffset v0.9.1 |
1488 | 2025-07-18T16:19:02.780Z | Compiling newtype-uuid v1.2.4 |
1489 | 2025-07-18T16:19:02.875Z | Compiling fallible-iterator v0.2.0 |
1490 | 2025-07-18T16:19:02.934Z | Compiling smoltcp v0.9.1 |
1491 | 2025-07-18T16:19:03.070Z | Compiling litrs v0.4.1 |
1492 | 2025-07-18T16:19:03.537Z | Compiling gimli v0.31.1 |
1493 | 2025-07-18T16:19:03.590Z | Compiling cfg_aliases v0.2.1 |
1494 | 2025-07-18T16:19:03.705Z | Compiling psl-types v2.0.11 |
1495 | 2025-07-18T16:19:03.925Z | Compiling base16ct v0.2.0 |
1496 | 2025-07-18T16:19:03.967Z | Compiling num-bigint-dig v0.8.4 |
1497 | 2025-07-18T16:19:04.031Z | Compiling tower-layer v0.3.3 |
1498 | 2025-07-18T16:19:04.170Z | Compiling libz-rs-sys v0.5.1 |
1499 | 2025-07-18T16:19:04.259Z | Compiling document-features v0.2.10 |
1500 | 2025-07-18T16:19:04.328Z | Compiling tower v0.5.2 |
1501 | 2025-07-18T16:19:04.349Z | Compiling flate2 v1.1.2 |
1502 | 2025-07-18T16:19:04.442Z | Compiling sec1 v0.7.3 |
1503 | 2025-07-18T16:19:05.018Z | Compiling publicsuffix v2.3.0 |
1504 | 2025-07-18T16:19:05.043Z | Compiling nix v0.29.0 |
1505 | 2025-07-18T16:19:05.184Z | Compiling postgres-protocol v0.6.8 |
1506 | 2025-07-18T16:19:05.373Z | Compiling num-iter v0.1.45 |
1507 | 2025-07-18T16:19:05.482Z | Compiling group v0.13.0 |
1508 | 2025-07-18T16:19:05.569Z | Compiling rand v0.8.5 |
1509 | 2025-07-18T16:19:06.276Z | Compiling tokio-native-tls v0.3.1 |
1510 | 2025-07-18T16:19:06.898Z | Compiling ipnetwork v0.21.1 |
1511 | 2025-07-18T16:19:07.157Z | Compiling strum_macros v0.27.1 |
1512 | 2025-07-18T16:19:07.448Z | Compiling rustls-native-certs v0.8.1 |
1513 | 2025-07-18T16:19:07.615Z | Compiling terminal_size v0.4.0 |
1514 | 2025-07-18T16:19:07.727Z | Compiling addr2line v0.24.2 |
1515 | 2025-07-18T16:19:07.845Z | Compiling http-body-util v0.1.3 |
1516 | 2025-07-18T16:19:07.869Z | Compiling hkdf v0.12.4 |
1517 | 2025-07-18T16:19:07.986Z | Compiling crypto-bigint v0.5.5 |
1518 | 2025-07-18T16:19:08.134Z | Compiling webpki-roots v1.0.1 |
1519 | 2025-07-18T16:19:08.232Z | Compiling curve25519-dalek-derive v0.1.1 |
1520 | 2025-07-18T16:19:08.316Z | Compiling async-trait v0.1.88 |
1521 | 2025-07-18T16:19:08.359Z | Compiling thiserror-impl v2.0.12 |
1522 | 2025-07-18T16:19:08.401Z | Compiling fs-err v3.1.1 |
1523 | 2025-07-18T16:19:08.741Z | Compiling object v0.36.5 |
1524 | 2025-07-18T16:19:09.660Z | Compiling ahash v0.8.11 |
1525 | 2025-07-18T16:19:10.044Z | Compiling bumpalo v3.16.0 |
1526 | 2025-07-18T16:19:10.538Z | Compiling simd-adler32 v0.3.7 |
1527 | 2025-07-18T16:19:10.811Z | Compiling winnow v0.5.40 |
1528 | 2025-07-18T16:19:11.079Z | Compiling anyhow v1.0.98 |
1529 | 2025-07-18T16:19:11.536Z | Compiling rustc-demangle v0.1.24 |
1530 | 2025-07-18T16:19:11.755Z | Compiling buf-list v1.0.3 |
1531 | 2025-07-18T16:19:12.053Z | Compiling managed v0.8.0 |
1532 | 2025-07-18T16:19:12.394Z | Compiling lockfree-object-pool v0.1.6 |
1533 | 2025-07-18T16:19:12.415Z | Compiling iri-string v0.7.8 |
1534 | 2025-07-18T16:19:12.464Z | Compiling bitflags v1.3.2 |
1535 | 2025-07-18T16:19:12.582Z | Compiling hubpack_derive v0.1.1 |
1536 | 2025-07-18T16:19:12.604Z | Compiling clap_builder v4.5.40 |
1537 | 2025-07-18T16:19:12.660Z | Compiling zopfli v0.8.1 |
1538 | 2025-07-18T16:19:13.483Z | Compiling hubpack v0.1.2 |
1539 | 2025-07-18T16:19:14.031Z | Compiling toml_edit v0.19.15 |
1540 | 2025-07-18T16:19:14.259Z | Compiling console v0.15.10 |
1541 | 2025-07-18T16:19:14.304Z | Compiling strum v0.27.1 |
1542 | 2025-07-18T16:19:14.923Z | Compiling thiserror v2.0.12 |
1543 | 2025-07-18T16:19:15.105Z | Compiling elliptic-curve v0.13.8 |
1544 | 2025-07-18T16:19:15.516Z | Compiling backtrace v0.3.74 |
1545 | 2025-07-18T16:19:15.818Z | Compiling tower-http v0.6.6 |
1546 | 2025-07-18T16:19:16.157Z | Compiling hyper-tls v0.6.0 |
1547 | 2025-07-18T16:19:16.227Z | Compiling oxnet v0.1.2 |
1548 | 2025-07-18T16:19:16.642Z | Compiling rayon v1.10.0 |
1549 | 2025-07-18T16:19:16.751Z | Compiling signal-hook-mio v0.2.4 |
1550 | 2025-07-18T16:19:17.003Z | Compiling cookie_store v0.21.1 |
1551 | 2025-07-18T16:19:18.470Z | Compiling zstd v0.13.3 |
1552 | 2025-07-18T16:19:18.509Z | Compiling postgres-types v0.2.9 |
1553 | 2025-07-18T16:19:19.543Z | Compiling usdt-attr-macro v0.5.0 |
1554 | 2025-07-18T16:19:19.830Z | Compiling usdt-macro v0.5.0 |
1555 | 2025-07-18T16:19:20.320Z | Compiling phf v0.11.2 |
1556 | 2025-07-18T16:19:20.629Z | Compiling ed25519 v2.2.3 |
1557 | 2025-07-18T16:19:20.729Z | Compiling bzip2 v0.5.2 |
1558 | 2025-07-18T16:19:21.059Z | Compiling bzip2 v0.4.4 |
1559 | 2025-07-18T16:19:21.097Z | Compiling strum_macros v0.26.4 |
1560 | 2025-07-18T16:19:21.134Z | Compiling pkcs1 v0.7.5 |
1561 | 2025-07-18T16:19:21.227Z | Compiling serde-big-array v0.5.1 |
1562 | 2025-07-18T16:19:21.498Z | Compiling serde_urlencoded v0.7.1 |
1563 | 2025-07-18T16:19:21.520Z | Compiling rfc6979 v0.4.0 |
1564 | 2025-07-18T16:19:21.755Z | Compiling bstr v1.10.0 |
1565 | 2025-07-18T16:19:22.049Z | Compiling serde_repr v0.1.19 |
1566 | 2025-07-18T16:19:22.090Z | Compiling daft-derive v0.1.4 |
1567 | 2025-07-18T16:19:22.510Z | Compiling enum-as-inner v0.6.1 |
1568 | 2025-07-18T16:19:23.155Z | Compiling clap_derive v4.5.40 |
1569 | 2025-07-18T16:19:23.302Z | Compiling float-cmp v0.10.0 |
1570 | 2025-07-18T16:19:23.548Z | Compiling encoding_rs v0.8.34 |
1571 | 2025-07-18T16:19:23.569Z | Compiling number_prefix v0.4.0 |
1572 | 2025-07-18T16:19:23.687Z | Compiling static_assertions v1.1.0 |
1573 | 2025-07-18T16:19:23.691Z | Compiling normalize-line-endings v0.3.0 |
1574 | 2025-07-18T16:19:23.795Z | Compiling predicates-core v1.0.8 |
1575 | 2025-07-18T16:19:23.798Z | Compiling mime v0.3.17 |
1576 | 2025-07-18T16:19:23.857Z | Compiling fixedbitset v0.4.2 |
1577 | 2025-07-18T16:19:24.131Z | Compiling whoami v1.5.2 |
1578 | 2025-07-18T16:19:24.284Z | Compiling unicode-segmentation v1.12.0 |
1579 | 2025-07-18T16:19:24.321Z | Compiling new_debug_unreachable v1.0.6 |
1580 | 2025-07-18T16:19:24.431Z | Compiling difflib v0.4.0 |
1581 | 2025-07-18T16:19:24.663Z | Compiling precomputed-hash v0.1.1 |
1582 | 2025-07-18T16:19:24.811Z | Compiling data-encoding v2.9.0 |
1583 | 2025-07-18T16:19:25.116Z | Compiling toml_edit v0.22.27 |
1584 | 2025-07-18T16:19:25.571Z | Compiling strum v0.26.3 |
1585 | 2025-07-18T16:19:25.722Z | Compiling hickory-proto v0.25.2 |
1586 | 2025-07-18T16:19:25.771Z | Compiling similar v2.7.0 |
1587 | 2025-07-18T16:19:26.626Z | Compiling predicates v3.1.3 |
1588 | 2025-07-18T16:19:27.300Z | Compiling string_cache v0.8.9 |
1589 | 2025-07-18T16:19:27.449Z | Compiling clap v4.5.40 |
1590 | 2025-07-18T16:19:27.585Z | Compiling tokio-postgres v0.7.13 |
1591 | 2025-07-18T16:19:27.738Z | Compiling petgraph v0.6.5 |
1592 | 2025-07-18T16:19:27.852Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1593 | 2025-07-18T16:19:28.099Z | Compiling indicatif v0.17.11 |
1594 | 2025-07-18T16:19:30.011Z | Compiling daft v0.1.4 |
1595 | 2025-07-18T16:19:30.589Z | Compiling usdt v0.5.0 |
1596 | 2025-07-18T16:19:30.728Z | Compiling ecdsa v0.16.9 |
1597 | 2025-07-18T16:19:31.097Z | Compiling rsa v0.9.6 |
1598 | 2025-07-18T16:19:31.372Z | Compiling zip v0.6.6 |
1599 | 2025-07-18T16:19:31.609Z | Compiling zip v4.2.0 |
1600 | 2025-07-18T16:19:32.243Z | Compiling ed25519-dalek v2.1.1 |
1601 | 2025-07-18T16:19:33.096Z | Compiling toml v0.7.8 |
1602 | 2025-07-18T16:19:33.671Z | Compiling crossterm v0.28.1 |
1603 | 2025-07-18T16:19:34.771Z | Compiling tokio-stream v0.1.17 |
1604 | 2025-07-18T16:19:35.161Z | Compiling openapiv3 v2.2.0 |
1605 | 2025-07-18T16:19:35.242Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1606 | 2025-07-18T16:19:35.337Z | Compiling x509-cert v0.2.5 |
1607 | 2025-07-18T16:19:35.685Z | Compiling sha1 v0.10.6 |
1608 | 2025-07-18T16:19:35.772Z | Compiling itertools v0.13.0 |
1609 | 2025-07-18T16:19:36.128Z | Compiling itertools v0.10.5 |
1610 | 2025-07-18T16:19:36.950Z | Compiling dirs-sys-next v0.1.2 |
1611 | 2025-07-18T16:19:37.499Z | Compiling winnow v0.6.26 |
1612 | 2025-07-18T16:19:37.690Z | Compiling rustc-hash v2.1.1 |
1613 | 2025-07-18T16:19:37.913Z | Compiling peg-runtime v0.8.5 |
1614 | 2025-07-18T16:19:38.506Z | Compiling lalrpop-util v0.19.12 |
1615 | 2025-07-18T16:19:38.786Z | Compiling dirs-next v2.0.0 |
1616 | 2025-07-18T16:19:38.804Z | Compiling thread_local v1.1.8 |
1617 | 2025-07-18T16:19:38.864Z | Compiling slog-async v2.8.0 |
1618 | 2025-07-18T16:19:38.972Z | Compiling term v0.7.0 |
1619 | 2025-07-18T16:19:38.992Z | Compiling xattr v1.3.1 |
1620 | 2025-07-18T16:19:39.169Z | Compiling futures-executor v0.3.31 |
1621 | 2025-07-18T16:19:39.277Z | Compiling crossbeam-channel v0.5.15 |
1622 | 2025-07-18T16:19:39.280Z | Compiling filetime v0.2.25 |
1623 | 2025-07-18T16:19:39.467Z | Compiling is-terminal v0.4.13 |
1624 | 2025-07-18T16:19:39.597Z | Compiling take_mut v0.2.2 |
1625 | 2025-07-18T16:19:39.625Z | Compiling slog-term v2.9.1 |
1626 | 2025-07-18T16:19:39.658Z | Compiling tar v0.4.44 |
1627 | 2025-07-18T16:19:39.734Z | Compiling futures v0.3.31 |
1628 | 2025-07-18T16:19:39.774Z | Compiling camino v1.1.10 |
1629 | 2025-07-18T16:19:45.559Z | Compiling aws-lc-sys v0.26.0 |
1630 | 2025-07-18T16:20:15.689Z | Compiling rustls-webpki v0.102.8 |
1631 | 2025-07-18T16:20:20.423Z | Compiling tokio-rustls v0.26.0 |
1632 | 2025-07-18T16:20:20.699Z | Compiling hyper-rustls v0.27.7 |
1633 | 2025-07-18T16:20:21.059Z | Compiling reqwest v0.12.22 |
1634 | 2025-07-18T16:20:24.698Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1635 | 2025-07-18T16:20:25.003Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1636 | 2025-07-18T16:20:29.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1637 | 2025-07-18T16:20:30.025Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1638 | 2025-07-18T16:20:30.083Z | Jul 18 16:20:29.414 INFO Starting download, target: Clickhouse |
1639 | 2025-07-18T16:20:30.083Z | Jul 18 16:20:29.414 INFO Starting download, target: Cockroach |
1640 | 2025-07-18T16:20:30.083Z | Jul 18 16:20:29.414 INFO Starting download, target: Console |
1641 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.414 INFO Starting download, target: DendriteStub |
1642 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.414 INFO Starting download, target: MaghemiteMgd |
1643 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.414 INFO Starting download, target: TransceiverControl |
1644 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.415 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1645 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.415 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1646 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.415 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1647 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.415 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1648 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.415 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1649 | 2025-07-18T16:20:30.087Z | Jul 18 16:20:29.415 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1650 | 2025-07-18T16:20:30.547Z | Jul 18 16:20:29.876 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1651 | 2025-07-18T16:20:30.579Z | Jul 18 16:20:29.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1652 | 2025-07-18T16:20:30.955Z | Jul 18 16:20:30.281 INFO Download complete, target: TransceiverControl |
1653 | 2025-07-18T16:20:31.022Z | Jul 18 16:20:30.347 INFO Download complete, target: Console |
1654 | 2025-07-18T16:20:31.460Z | Jul 18 16:20:30.786 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1655 | 2025-07-18T16:20:31.505Z | Jul 18 16:20:30.834 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1656 | 2025-07-18T16:20:31.762Z | Jul 18 16:20:31.092 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1657 | 2025-07-18T16:20:31.762Z | Jul 18 16:20:31.093 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1658 | 2025-07-18T16:20:32.613Z | Jul 18 16:20:31.935 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1659 | 2025-07-18T16:20:35.203Z | Jul 18 16:20:34.532 INFO Download complete, target: MaghemiteMgd |
1660 | 2025-07-18T16:20:35.207Z | Jul 18 16:20:34.533 INFO Download complete, target: DendriteStub |
1661 | 2025-07-18T16:20:38.475Z | Jul 18 16:20:37.804 INFO Checking that binary works, target: Cockroach |
1662 | 2025-07-18T16:20:38.634Z | Jul 18 16:20:37.963 INFO Download complete, target: Cockroach |
1663 | 2025-07-18T16:20:42.934Z | Jul 18 16:20:42.261 INFO Checking that binary works, target: Clickhouse |
1664 | 2025-07-18T16:20:43.095Z | Jul 18 16:20:42.423 INFO Download complete, target: Clickhouse |
1665 | 2025-07-18T16:20:43.102Z | All prerequisites installed successfully |
1666 | 2025-07-18T16:20:43.106Z | |
1667 | 2025-07-18T16:20:43.106Z | real 4:39.551362534 |
1668 | 2025-07-18T16:20:43.106Z | user 16:48.028371084 |
1669 | 2025-07-18T16:20:43.106Z | sys 2:20.388218828 |
1670 | 2025-07-18T16:20:43.106Z | trap 0.652156485 |
1671 | 2025-07-18T16:20:43.106Z | tflt 0.812463647 |
1672 | 2025-07-18T16:20:43.106Z | dflt 1.214479963 |
1673 | 2025-07-18T16:20:43.106Z | kflt 0.025851963 |
1674 | 2025-07-18T16:20:43.106Z | lock 39:15.699699293 |
1675 | 2025-07-18T16:20:43.106Z | slp 1:00:27.256015530 |
1676 | 2025-07-18T16:20:43.106Z | lat 1:15.300242780 |
1677 | 2025-07-18T16:20:43.106Z | stop 2:56.487362096 |
1678 | 2025-07-18T16:20:43.106Z | + ptime -m cargo xtask download softnpu |
1679 | 2025-07-18T16:20:43.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1680 | 2025-07-18T16:20:43.860Z | Running `target/debug/xtask download softnpu` |
1681 | 2025-07-18T16:20:44.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
1682 | 2025-07-18T16:20:44.948Z | Running `target/debug/xtask-downloader softnpu` |
1683 | 2025-07-18T16:20:44.990Z | Jul 18 16:20:44.318 INFO Starting download, target: Softnpu |
1684 | 2025-07-18T16:20:44.994Z | Jul 18 16:20:44.318 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1685 | 2025-07-18T16:20:45.622Z | Jul 18 16:20:44.949 INFO Download complete, target: Softnpu |
1686 | 2025-07-18T16:20:45.626Z | |
1687 | 2025-07-18T16:20:45.629Z | real 2.515476289 |
1688 | 2025-07-18T16:20:45.629Z | user 1.563559009 |
1689 | 2025-07-18T16:20:45.629Z | sys 0.668222339 |
1690 | 2025-07-18T16:20:45.629Z | trap 0.000814475 |
1691 | 2025-07-18T16:20:45.629Z | tflt 0.000055046 |
1692 | 2025-07-18T16:20:45.629Z | dflt 0.000163464 |
1693 | 2025-07-18T16:20:45.629Z | kflt 0.000000000 |
1694 | 2025-07-18T16:20:45.630Z | lock 6.798355005 |
1695 | 2025-07-18T16:20:45.630Z | slp 0.502605008 |
1696 | 2025-07-18T16:20:45.630Z | lat 0.070646237 |
1697 | 2025-07-18T16:20:45.630Z | stop 0.000174843 |
1698 | 2025-07-18T16:20:45.630Z | + export CARGO_INCREMENTAL=0 |
1699 | 2025-07-18T16:20:45.630Z | + CARGO_INCREMENTAL=0 |
1700 | 2025-07-18T16:20:45.630Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1701 | 2025-07-18T16:20:46.883Z | Compiling proc-macro2 v1.0.95 |
1702 | 2025-07-18T16:20:46.883Z | Compiling unicode-ident v1.0.18 |
1703 | 2025-07-18T16:20:46.886Z | Compiling libc v0.2.174 |
1704 | 2025-07-18T16:20:46.886Z | Compiling serde v1.0.219 |
1705 | 2025-07-18T16:20:46.886Z | Compiling autocfg v1.4.0 |
1706 | 2025-07-18T16:20:46.886Z | Compiling cfg-if v1.0.1 |
1707 | 2025-07-18T16:20:46.886Z | Compiling version_check v0.9.5 |
1708 | 2025-07-18T16:20:47.207Z | Compiling memchr v2.7.4 |
1709 | 2025-07-18T16:20:47.234Z | Compiling shlex v1.3.0 |
1710 | 2025-07-18T16:20:47.234Z | Compiling portable-atomic v1.11.0 |
1711 | 2025-07-18T16:20:47.625Z | Compiling typenum v1.17.0 |
1712 | 2025-07-18T16:20:47.667Z | Compiling generic-array v0.14.7 |
1713 | 2025-07-18T16:20:47.760Z | Compiling lock_api v0.4.12 |
1714 | 2025-07-18T16:20:48.003Z | Compiling value-bag v1.9.0 |
1715 | 2025-07-18T16:20:48.099Z | Compiling libm v0.2.8 |
1716 | 2025-07-18T16:20:48.391Z | Compiling serde_json v1.0.140 |
1717 | 2025-07-18T16:20:48.456Z | Compiling log v0.4.27 |
1718 | 2025-07-18T16:20:48.460Z | Compiling num-traits v0.2.19 |
1719 | 2025-07-18T16:20:48.567Z | Compiling getrandom v0.3.1 |
1720 | 2025-07-18T16:20:48.793Z | Compiling parking_lot_core v0.9.10 |
1721 | 2025-07-18T16:20:48.858Z | Compiling quote v1.0.40 |
1722 | 2025-07-18T16:20:49.025Z | Compiling jobserver v0.1.32 |
1723 | 2025-07-18T16:20:49.162Z | Compiling semver v1.0.26 |
1724 | 2025-07-18T16:20:49.223Z | Compiling scopeguard v1.2.0 |
1725 | 2025-07-18T16:20:49.244Z | Compiling smallvec v1.15.0 |
1726 | 2025-07-18T16:20:49.247Z | Compiling getrandom v0.2.15 |
1727 | 2025-07-18T16:20:49.289Z | Compiling syn v2.0.104 |
1728 | 2025-07-18T16:20:49.411Z | Compiling cc v1.2.15 |
1729 | 2025-07-18T16:20:49.638Z | Compiling pkg-config v0.3.31 |
1730 | 2025-07-18T16:20:49.660Z | Compiling itoa v1.0.11 |
1731 | 2025-07-18T16:20:49.681Z | Compiling aho-corasick v1.1.3 |
1732 | 2025-07-18T16:20:49.710Z | Compiling rustix v0.38.37 |
1733 | 2025-07-18T16:20:49.886Z | Compiling regex-syntax v0.8.5 |
1734 | 2025-07-18T16:20:49.918Z | Compiling either v1.15.0 |
1735 | 2025-07-18T16:20:51.142Z | Compiling critical-section v1.1.3 |
1736 | 2025-07-18T16:20:51.408Z | Compiling stable_deref_trait v1.2.0 |
1737 | 2025-07-18T16:20:51.552Z | Compiling slab v0.4.9 |
1738 | 2025-07-18T16:20:51.796Z | Compiling once_cell v1.21.3 |
1739 | 2025-07-18T16:20:51.919Z | Compiling spin v0.9.8 |
1740 | 2025-07-18T16:20:51.977Z | Compiling errno v0.3.12 |
1741 | 2025-07-18T16:20:52.042Z | Compiling rand_core v0.6.4 |
1742 | 2025-07-18T16:20:52.297Z | Compiling glob v0.3.2 |
1743 | 2025-07-18T16:20:52.567Z | Compiling allocator-api2 v0.2.21 |
1744 | 2025-07-18T16:20:52.659Z | Compiling ryu v1.0.18 |
1745 | 2025-07-18T16:20:52.866Z | Compiling foldhash v0.1.5 |
1746 | 2025-07-18T16:20:52.967Z | Compiling clang-sys v1.8.1 |
1747 | 2025-07-18T16:20:53.242Z | Compiling pin-project-lite v0.2.14 |
1748 | 2025-07-18T16:20:53.265Z | Compiling equivalent v1.0.2 |
1749 | 2025-07-18T16:20:53.268Z | Compiling subtle v2.6.1 |
1750 | 2025-07-18T16:20:53.308Z | Compiling prettyplease v0.2.35 |
1751 | 2025-07-18T16:20:53.403Z | Compiling thiserror v1.0.69 |
1752 | 2025-07-18T16:20:53.430Z | Compiling regex-automata v0.4.8 |
1753 | 2025-07-18T16:20:53.581Z | Compiling hashbrown v0.15.4 |
1754 | 2025-07-18T16:20:53.736Z | Compiling lazy_static v1.5.0 |
1755 | 2025-07-18T16:20:53.989Z | Compiling writeable v0.5.5 |
1756 | 2025-07-18T16:20:54.009Z | Compiling litemap v0.7.3 |
1757 | 2025-07-18T16:20:54.055Z | Compiling schemars v0.8.22 |
1758 | 2025-07-18T16:20:54.456Z | Compiling minimal-lexical v0.2.1 |
1759 | 2025-07-18T16:20:54.872Z | Compiling nom v7.1.3 |
1760 | 2025-07-18T16:20:55.367Z | Compiling libloading v0.8.5 |
1761 | 2025-07-18T16:20:55.736Z | Compiling percent-encoding v2.3.1 |
1762 | 2025-07-18T16:20:56.013Z | Compiling home v0.5.9 |
1763 | 2025-07-18T16:20:56.165Z | Compiling bindgen v0.69.5 |
1764 | 2025-07-18T16:20:56.224Z | Compiling zerocopy v0.8.26 |
1765 | 2025-07-18T16:20:56.609Z | Compiling synstructure v0.13.1 |
1766 | 2025-07-18T16:20:56.673Z | Compiling serde_derive_internals v0.29.1 |
1767 | 2025-07-18T16:20:57.793Z | Compiling itertools v0.12.1 |
1768 | 2025-07-18T16:20:58.174Z | Compiling cexpr v0.6.0 |
1769 | 2025-07-18T16:20:58.521Z | Compiling byteorder v1.5.0 |
1770 | 2025-07-18T16:20:58.890Z | Compiling regex v1.11.1 |
1771 | 2025-07-18T16:20:59.057Z | Compiling rustc-hash v1.1.0 |
1772 | 2025-07-18T16:20:59.247Z | Compiling icu_locid_transform_data v1.5.0 |
1773 | 2025-07-18T16:20:59.373Z | Compiling lazycell v1.3.0 |
1774 | 2025-07-18T16:20:59.582Z | Compiling cmake v0.1.51 |
1775 | 2025-07-18T16:20:59.646Z | Compiling signal-hook-registry v1.4.2 |
1776 | 2025-07-18T16:20:59.876Z | Compiling icu_properties_data v1.5.0 |
1777 | 2025-07-18T16:21:00.170Z | Compiling paste v1.0.15 |
1778 | 2025-07-18T16:21:00.277Z | Compiling serde_derive v1.0.219 |
1779 | 2025-07-18T16:21:00.328Z | Compiling zeroize_derive v1.4.2 |
1780 | 2025-07-18T16:21:00.348Z | Compiling zerofrom-derive v0.1.4 |
1781 | 2025-07-18T16:21:00.665Z | Compiling yoke-derive v0.7.4 |
1782 | 2025-07-18T16:21:00.778Z | Compiling zerovec-derive v0.10.3 |
1783 | 2025-07-18T16:21:01.036Z | Compiling displaydoc v0.2.5 |
1784 | 2025-07-18T16:21:01.579Z | Compiling icu_provider_macros v1.5.0 |
1785 | 2025-07-18T16:21:02.317Z | Compiling tokio-macros v2.5.0 |
1786 | 2025-07-18T16:21:02.390Z | Compiling zeroize v1.8.1 |
1787 | 2025-07-18T16:21:02.845Z | Compiling zerocopy-derive v0.7.35 |
1788 | 2025-07-18T16:21:02.868Z | Compiling thiserror-impl v1.0.69 |
1789 | 2025-07-18T16:21:03.057Z | Compiling schemars_derive v0.8.22 |
1790 | 2025-07-18T16:21:03.206Z | Compiling zerofrom v0.1.4 |
1791 | 2025-07-18T16:21:03.465Z | Compiling yoke v0.7.4 |
1792 | 2025-07-18T16:21:03.950Z | Compiling zerovec v0.10.4 |
1793 | 2025-07-18T16:21:04.357Z | Compiling zerocopy-derive v0.8.26 |
1794 | 2025-07-18T16:21:04.650Z | Compiling futures-macro v0.3.31 |
1795 | 2025-07-18T16:21:05.003Z | Compiling fs_extra v1.3.0 |
1796 | 2025-07-18T16:21:05.481Z | Compiling fnv v1.0.7 |
1797 | 2025-07-18T16:21:05.557Z | Compiling dunce v1.0.5 |
1798 | 2025-07-18T16:21:05.717Z | Compiling parking_lot v0.12.3 |
1799 | 2025-07-18T16:21:05.744Z | Compiling mio v1.0.2 |
1800 | 2025-07-18T16:21:05.759Z | Compiling icu_normalizer_data v1.5.0 |
1801 | 2025-07-18T16:21:05.892Z | Compiling write16 v1.0.0 |
1802 | 2025-07-18T16:21:06.069Z | Compiling tinystr v0.7.6 |
1803 | 2025-07-18T16:21:06.399Z | Compiling icu_collections v1.5.0 |
1804 | 2025-07-18T16:21:06.527Z | Compiling icu_locid v1.5.0 |
1805 | 2025-07-18T16:21:07.216Z | Compiling heck v0.5.0 |
1806 | 2025-07-18T16:21:07.266Z | Compiling utf8_iter v1.0.4 |
1807 | 2025-07-18T16:21:07.538Z | Compiling utf16_iter v1.0.5 |
1808 | 2025-07-18T16:21:07.620Z | Compiling crypto-common v0.1.6 |
1809 | 2025-07-18T16:21:07.793Z | Compiling icu_provider v1.5.0 |
1810 | 2025-07-18T16:21:08.183Z | Compiling socket2 v0.5.10 |
1811 | 2025-07-18T16:21:08.586Z | Compiling icu_locid_transform v1.5.0 |
1812 | 2025-07-18T16:21:09.061Z | Compiling const-oid v0.9.6 |
1813 | 2025-07-18T16:21:09.963Z | Compiling form_urlencoded v1.2.1 |
1814 | 2025-07-18T16:21:10.049Z | Compiling ring v0.17.14 |
1815 | 2025-07-18T16:21:10.532Z | Compiling icu_properties v1.5.1 |
1816 | 2025-07-18T16:21:11.759Z | Compiling tracing-attributes v0.1.27 |
1817 | 2025-07-18T16:21:12.077Z | Compiling der_derive v0.7.3 |
1818 | 2025-07-18T16:21:12.428Z | Compiling bitflags v2.9.1 |
1819 | 2025-07-18T16:21:12.707Z | Compiling bytes v1.10.1 |
1820 | 2025-07-18T16:21:14.531Z | Compiling icu_normalizer v1.5.0 |
1821 | 2025-07-18T16:21:14.650Z | Compiling tokio v1.45.1 |
1822 | 2025-07-18T16:21:14.965Z | Compiling indexmap v2.10.0 |
1823 | 2025-07-18T16:21:15.716Z | Compiling idna_adapter v1.2.0 |
1824 | 2025-07-18T16:21:15.968Z | Compiling idna v1.0.3 |
1825 | 2025-07-18T16:21:16.393Z | Compiling vcpkg v0.2.15 |
1826 | 2025-07-18T16:21:16.897Z | Compiling which v4.4.2 |
1827 | 2025-07-18T16:21:17.052Z | Compiling aws-lc-rs v1.12.4 |
1828 | 2025-07-18T16:21:17.765Z | Compiling openssl-sys v0.9.109 |
1829 | 2025-07-18T16:21:18.137Z | Compiling url v2.5.4 |
1830 | 2025-07-18T16:21:20.509Z | Compiling block-buffer v0.10.4 |
1831 | 2025-07-18T16:21:20.796Z | Compiling thiserror v2.0.12 |
1832 | 2025-07-18T16:21:21.280Z | Compiling futures-core v0.3.31 |
1833 | 2025-07-18T16:21:21.512Z | Compiling digest v0.10.7 |
1834 | 2025-07-18T16:21:21.891Z | Compiling zerocopy v0.7.35 |
1835 | 2025-07-18T16:21:21.914Z | Compiling thiserror-impl v2.0.12 |
1836 | 2025-07-18T16:21:21.997Z | Compiling httparse v1.9.5 |
1837 | 2025-07-18T16:21:23.804Z | Compiling uuid v1.17.0 |
1838 | 2025-07-18T16:21:24.186Z | Compiling syn v1.0.109 |
1839 | 2025-07-18T16:21:24.373Z | Compiling crossbeam-utils v0.8.21 |
1840 | 2025-07-18T16:21:24.666Z | Compiling iana-time-zone v0.1.63 |
1841 | 2025-07-18T16:21:24.917Z | Compiling chrono v0.4.41 |
1842 | 2025-07-18T16:21:25.955Z | Compiling time-core v0.1.2 |
1843 | 2025-07-18T16:21:26.225Z | Compiling num-conv v0.1.0 |
1844 | 2025-07-18T16:21:26.529Z | Compiling futures-sink v0.3.31 |
1845 | 2025-07-18T16:21:26.606Z | Compiling time-macros v0.2.18 |
1846 | 2025-07-18T16:21:27.992Z | Compiling openssl v0.10.73 |
1847 | 2025-07-18T16:21:28.406Z | Compiling cpufeatures v0.2.14 |
1848 | 2025-07-18T16:21:28.436Z | Compiling strsim v0.11.1 |
1849 | 2025-07-18T16:21:29.159Z | Compiling aws-lc-sys v0.26.0 |
1850 | 2025-07-18T16:21:29.242Z | Compiling hmac v0.12.1 |
1851 | 2025-07-18T16:21:29.327Z | Compiling rustc_version v0.4.1 |
1852 | 2025-07-18T16:21:29.474Z | Compiling serde_tokenstream v0.2.2 |
1853 | 2025-07-18T16:21:30.041Z | Compiling block-padding v0.3.3 |
1854 | 2025-07-18T16:21:30.077Z | Compiling openssl-macros v0.1.1 |
1855 | 2025-07-18T16:21:30.319Z | Compiling scroll_derive v0.12.0 |
1856 | 2025-07-18T16:21:31.231Z | Compiling dyn-clone v1.0.19 |
1857 | 2025-07-18T16:21:31.525Z | Compiling native-tls v0.2.12 |
1858 | 2025-07-18T16:21:31.599Z | Compiling rustls v0.23.19 |
1859 | 2025-07-18T16:21:31.705Z | Compiling ucd-trie v0.1.7 |
1860 | 2025-07-18T16:21:32.057Z | Compiling pest v2.7.14 |
1861 | 2025-07-18T16:21:32.153Z | Compiling inout v0.1.3 |
1862 | 2025-07-18T16:21:32.172Z | Compiling futures-channel v0.3.31 |
1863 | 2025-07-18T16:21:32.654Z | Compiling futures-task v0.3.31 |
1864 | 2025-07-18T16:21:32.891Z | Compiling futures-io v0.3.31 |
1865 | 2025-07-18T16:21:33.180Z | Compiling pin-utils v0.1.0 |
1866 | 2025-07-18T16:21:33.306Z | Compiling futures-util v0.3.31 |
1867 | 2025-07-18T16:21:34.981Z | Compiling pest_meta v2.7.14 |
1868 | 2025-07-18T16:21:36.282Z | Compiling cipher v0.4.4 |
1869 | 2025-07-18T16:21:37.597Z | Compiling sha2 v0.10.9 |
1870 | 2025-07-18T16:21:37.813Z | Compiling http v1.3.1 |
1871 | 2025-07-18T16:21:38.357Z | Compiling cookie v0.18.1 |
1872 | 2025-07-18T16:21:38.513Z | Compiling rustversion v1.0.17 |
1873 | 2025-07-18T16:21:38.747Z | Compiling base64ct v1.6.0 |
1874 | 2025-07-18T16:21:39.245Z | Compiling pem-rfc7468 v0.7.0 |
1875 | 2025-07-18T16:21:39.327Z | Compiling pest_generator v2.7.14 |
1876 | 2025-07-18T16:21:39.826Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1877 | 2025-07-18T16:21:39.830Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1878 | 2025-07-18T16:21:40.365Z | Compiling flagset v0.4.6 |
1879 | 2025-07-18T16:21:40.578Z | Compiling anyhow v1.0.98 |
1880 | 2025-07-18T16:21:40.620Z | Compiling slog v2.7.0 |
1881 | 2025-07-18T16:21:40.973Z | Compiling pest_derive v2.7.14 |
1882 | 2025-07-18T16:21:41.091Z | Compiling der v0.7.9 |
1883 | 2025-07-18T16:21:41.747Z | Compiling serde_spanned v0.6.9 |
1884 | 2025-07-18T16:21:41.866Z | Compiling toml_datetime v0.6.11 |
1885 | 2025-07-18T16:21:42.186Z | Compiling tracing-core v0.1.32 |
1886 | 2025-07-18T16:21:42.215Z | Compiling usdt-impl v0.5.0 |
1887 | 2025-07-18T16:21:42.369Z | Compiling rustls-pki-types v1.10.0 |
1888 | 2025-07-18T16:21:42.563Z | Compiling rayon-core v1.12.1 |
1889 | 2025-07-18T16:21:42.790Z | Compiling salsa20 v0.10.2 |
1890 | 2025-07-18T16:21:43.040Z | Compiling spki v0.7.3 |
1891 | 2025-07-18T16:21:43.334Z | Compiling tracing v0.1.40 |
1892 | 2025-07-18T16:21:43.438Z | Compiling scroll v0.12.0 |
1893 | 2025-07-18T16:21:43.664Z | Compiling pbkdf2 v0.12.2 |
1894 | 2025-07-18T16:21:43.732Z | Compiling ppv-lite86 v0.2.20 |
1895 | 2025-07-18T16:21:44.188Z | Compiling litrs v0.4.1 |
1896 | 2025-07-18T16:21:44.447Z | Compiling plain v0.2.3 |
1897 | 2025-07-18T16:21:44.642Z | Compiling winnow v0.5.40 |
1898 | 2025-07-18T16:21:44.646Z | Compiling goblin v0.8.2 |
1899 | 2025-07-18T16:21:44.942Z | Compiling scrypt v0.11.0 |
1900 | 2025-07-18T16:21:45.120Z | Compiling document-features v0.2.10 |
1901 | 2025-07-18T16:21:45.383Z | Compiling cbc v0.1.2 |
1902 | 2025-07-18T16:21:45.611Z | Compiling aes v0.8.4 |
1903 | 2025-07-18T16:21:47.992Z | Compiling toml_edit v0.19.15 |
1904 | 2025-07-18T16:21:48.199Z | Compiling tokio-util v0.7.15 |
1905 | 2025-07-18T16:21:49.757Z | Compiling newtype-uuid v1.2.4 |
1906 | 2025-07-18T16:21:49.925Z | Compiling untrusted v0.7.1 |
1907 | 2025-07-18T16:21:50.103Z | Compiling untrusted v0.9.0 |
1908 | 2025-07-18T16:21:50.157Z | Compiling powerfmt v0.2.0 |
1909 | 2025-07-18T16:21:50.332Z | Compiling adler2 v2.0.0 |
1910 | 2025-07-18T16:21:50.356Z | Compiling pretty-hex v0.4.1 |
1911 | 2025-07-18T16:21:50.578Z | Compiling dof v0.3.0 |
1912 | 2025-07-18T16:21:50.612Z | Compiling miniz_oxide v0.8.5 |
1913 | 2025-07-18T16:21:50.643Z | Compiling deranged v0.3.11 |
1914 | 2025-07-18T16:21:52.126Z | Compiling pkcs5 v0.7.1 |
1915 | 2025-07-18T16:21:52.684Z | Compiling dtrace-parser v0.2.0 |
1916 | 2025-07-18T16:21:52.894Z | Compiling http-body v1.0.1 |
1917 | 2025-07-18T16:21:53.133Z | Compiling heapless v0.7.17 |
1918 | 2025-07-18T16:21:54.015Z | Compiling thread-id v4.2.2 |
1919 | 2025-07-18T16:21:54.176Z | Compiling base64 v0.22.1 |
1920 | 2025-07-18T16:21:54.414Z | Compiling atomic-waker v1.1.2 |
1921 | 2025-07-18T16:21:54.444Z | Compiling zstd-safe v7.2.3 |
1922 | 2025-07-18T16:21:54.546Z | Compiling num_threads v0.1.7 |
1923 | 2025-07-18T16:21:54.789Z | Compiling signal-hook v0.3.17 |
1924 | 2025-07-18T16:21:54.835Z | Compiling time v0.3.36 |
1925 | 2025-07-18T16:21:56.269Z | Compiling pkcs8 v0.10.2 |
1926 | 2025-07-18T16:21:56.909Z | Compiling ident_case v1.0.1 |
1927 | 2025-07-18T16:21:56.962Z | Compiling tower-service v0.3.3 |
1928 | 2025-07-18T16:21:57.130Z | Compiling tinyvec_macros v0.1.1 |
1929 | 2025-07-18T16:21:57.888Z | Compiling try-lock v0.2.5 |
1930 | 2025-07-18T16:21:58.096Z | Compiling want v0.3.1 |
1931 | 2025-07-18T16:21:58.398Z | Compiling tinyvec v1.8.0 |
1932 | 2025-07-18T16:21:59.898Z | Compiling h2 v0.4.6 |
1933 | 2025-07-18T16:22:01.651Z | Compiling rand_core v0.9.2 |
1934 | 2025-07-18T16:22:02.044Z | Compiling curve25519-dalek v4.1.3 |
1935 | 2025-07-18T16:22:02.504Z | Compiling ipnet v2.11.0 |
1936 | 2025-07-18T16:22:02.555Z | Compiling async-trait v0.1.88 |
1937 | 2025-07-18T16:22:04.587Z | Compiling memoffset v0.9.1 |
1938 | 2025-07-18T16:22:04.771Z | Compiling num-bigint-dig v0.8.4 |
1939 | 2025-07-18T16:22:05.090Z | Compiling openssl-probe v0.1.5 |
1940 | 2025-07-18T16:22:05.389Z | Compiling foreign-types-shared v0.1.1 |
1941 | 2025-07-18T16:22:05.532Z | Compiling smoltcp v0.9.1 |
1942 | 2025-07-18T16:22:05.578Z | Compiling gimli v0.31.1 |
1943 | 2025-07-18T16:22:06.318Z | Compiling httpdate v1.0.3 |
1944 | 2025-07-18T16:22:06.773Z | Compiling foreign-types v0.3.2 |
1945 | 2025-07-18T16:22:08.145Z | Compiling hyper v1.6.0 |
1946 | 2025-07-18T16:22:11.443Z | Compiling addr2line v0.24.2 |
1947 | 2025-07-18T16:22:13.949Z | Compiling rand_chacha v0.9.0 |
1948 | 2025-07-18T16:22:14.862Z | Compiling usdt-attr-macro v0.5.0 |
1949 | 2025-07-18T16:22:15.717Z | Compiling usdt-macro v0.5.0 |
1950 | 2025-07-18T16:22:17.605Z | Compiling strum_macros v0.26.4 |
1951 | 2025-07-18T16:22:19.534Z | Compiling ipnetwork v0.21.1 |
1952 | 2025-07-18T16:22:20.872Z | Compiling daft-derive v0.1.4 |
1953 | 2025-07-18T16:22:21.423Z | Compiling object v0.36.5 |
1954 | 2025-07-18T16:22:21.627Z | Compiling cfg_aliases v0.2.1 |
1955 | 2025-07-18T16:22:21.750Z | Compiling rustc-demangle v0.1.24 |
1956 | 2025-07-18T16:22:23.948Z | Compiling nix v0.29.0 |
1957 | 2025-07-18T16:22:26.332Z | Compiling rand v0.9.1 |
1958 | 2025-07-18T16:22:27.599Z | Compiling crossbeam-epoch v0.9.18 |
1959 | 2025-07-18T16:22:28.219Z | Compiling hyper-util v0.1.14 |
1960 | 2025-07-18T16:22:29.894Z | Compiling backtrace v0.3.74 |
1961 | 2025-07-18T16:22:31.382Z | Compiling unicode-normalization v0.1.24 |
1962 | 2025-07-18T16:22:32.760Z | Compiling strum_macros v0.27.1 |
1963 | 2025-07-18T16:22:34.926Z | Compiling hubpack_derive v0.1.1 |
1964 | 2025-07-18T16:22:35.275Z | Compiling signature v2.2.0 |
1965 | 2025-07-18T16:22:35.531Z | Compiling openapiv3 v2.2.0 |
1966 | 2025-07-18T16:22:35.817Z | Compiling curve25519-dalek-derive v0.1.1 |
1967 | 2025-07-18T16:22:37.318Z | Compiling fs-err v3.1.1 |
1968 | 2025-07-18T16:22:37.672Z | Compiling ahash v0.8.11 |
1969 | 2025-07-18T16:22:38.067Z | Compiling crc32fast v1.4.2 |
1970 | 2025-07-18T16:22:38.392Z | Compiling siphasher v0.3.11 |
1971 | 2025-07-18T16:22:38.801Z | Compiling anstyle v1.0.11 |
1972 | 2025-07-18T16:22:39.431Z | Compiling zlib-rs v0.5.1 |
1973 | 2025-07-18T16:22:39.514Z | Compiling utf8parse v0.2.2 |
1974 | 2025-07-18T16:22:39.714Z | Compiling buf-list v1.0.3 |
1975 | 2025-07-18T16:22:40.108Z | Compiling unicode-bidi v0.3.17 |
1976 | 2025-07-18T16:22:40.276Z | Compiling unicode-properties v0.1.3 |
1977 | 2025-07-18T16:22:40.323Z | Compiling anstyle-parse v0.2.5 |
1978 | 2025-07-18T16:22:41.164Z | Compiling stringprep v0.1.5 |
1979 | 2025-07-18T16:22:42.014Z | Compiling phf_shared v0.11.2 |
1980 | 2025-07-18T16:22:44.282Z | Compiling libz-rs-sys v0.5.1 |
1981 | 2025-07-18T16:22:48.037Z | Compiling crossbeam-deque v0.8.5 |
1982 | 2025-07-18T16:22:49.130Z | Compiling http-body-util v0.1.3 |
1983 | 2025-07-18T16:22:49.709Z | Compiling rand_chacha v0.3.1 |
1984 | 2025-07-18T16:22:50.043Z | Compiling sync_wrapper v1.0.1 |
1985 | 2025-07-18T16:22:50.227Z | Compiling md-5 v0.10.6 |
1986 | 2025-07-18T16:22:50.547Z | Compiling num-integer v0.1.46 |
1987 | 2025-07-18T16:22:50.842Z | Compiling hash32 v0.2.1 |
1988 | 2025-07-18T16:22:51.214Z | Compiling ff v0.13.0 |
1989 | 2025-07-18T16:22:51.237Z | Compiling encoding_rs v0.8.34 |
1990 | 2025-07-18T16:22:51.463Z | Compiling tower-layer v0.3.3 |
1991 | 2025-07-18T16:22:51.524Z | Compiling mime v0.3.17 |
1992 | 2025-07-18T16:22:51.771Z | Compiling base16ct v0.2.0 |
1993 | 2025-07-18T16:22:51.993Z | Compiling is_terminal_polyfill v1.70.1 |
1994 | 2025-07-18T16:22:52.065Z | Compiling anstyle-query v1.1.1 |
1995 | 2025-07-18T16:22:52.146Z | Compiling psl-types v2.0.11 |
1996 | 2025-07-18T16:22:52.453Z | Compiling fallible-iterator v0.2.0 |
1997 | 2025-07-18T16:22:52.929Z | Compiling colorchoice v1.0.2 |
1998 | 2025-07-18T16:22:53.118Z | Compiling anstream v0.6.18 |
1999 | 2025-07-18T16:22:53.122Z | Compiling postgres-protocol v0.6.8 |
2000 | 2025-07-18T16:22:53.742Z | Compiling tower v0.5.2 |
2001 | 2025-07-18T16:22:54.239Z | Compiling publicsuffix v2.3.0 |
2002 | 2025-07-18T16:22:54.711Z | Compiling sec1 v0.7.3 |
2003 | 2025-07-18T16:22:55.245Z | Compiling group v0.13.0 |
2004 | 2025-07-18T16:22:55.749Z | Compiling num-iter v0.1.45 |
2005 | 2025-07-18T16:22:55.959Z | Compiling rand v0.8.5 |
2006 | 2025-07-18T16:22:58.746Z | Compiling tokio-native-tls v0.3.1 |
2007 | 2025-07-18T16:22:59.398Z | Compiling flate2 v1.1.2 |
2008 | 2025-07-18T16:23:00.359Z | Compiling rustls-native-certs v0.8.1 |
2009 | 2025-07-18T16:23:01.377Z | Compiling rustls-webpki v0.102.8 |
2010 | 2025-07-18T16:23:01.770Z | Compiling webpki-roots v1.0.1 |
2011 | 2025-07-18T16:23:02.219Z | Compiling hkdf v0.12.4 |
2012 | 2025-07-18T16:23:02.269Z | Compiling terminal_size v0.4.0 |
2013 | 2025-07-18T16:23:02.510Z | Compiling serde_urlencoded v0.7.1 |
2014 | 2025-07-18T16:23:02.670Z | Compiling clap_derive v4.5.40 |
2015 | 2025-07-18T16:23:02.735Z | Compiling enum-as-inner v0.6.1 |
2016 | 2025-07-18T16:23:02.976Z | Compiling crypto-bigint v0.5.5 |
2017 | 2025-07-18T16:23:03.072Z | Compiling serde_repr v0.1.19 |
2018 | 2025-07-18T16:23:04.137Z | Compiling unicode-width v0.2.0 |
2019 | 2025-07-18T16:23:04.680Z | Compiling simd-adler32 v0.3.7 |
2020 | 2025-07-18T16:23:05.182Z | Compiling bitflags v1.3.2 |
2021 | 2025-07-18T16:23:05.323Z | Compiling iri-string v0.7.8 |
2022 | 2025-07-18T16:23:06.188Z | Compiling clap_lex v0.7.4 |
2023 | 2025-07-18T16:23:06.591Z | Compiling managed v0.8.0 |
2024 | 2025-07-18T16:23:06.691Z | Compiling bumpalo v3.16.0 |
2025 | 2025-07-18T16:23:07.135Z | Compiling lockfree-object-pool v0.1.6 |
2026 | 2025-07-18T16:23:08.273Z | Compiling tower-http v0.6.6 |
2027 | 2025-07-18T16:23:09.229Z | Compiling tokio-rustls v0.26.0 |
2028 | 2025-07-18T16:23:09.692Z | Compiling hyper-rustls v0.27.7 |
2029 | 2025-07-18T16:23:10.639Z | Compiling zopfli v0.8.1 |
2030 | 2025-07-18T16:23:13.806Z | Compiling clap_builder v4.5.40 |
2031 | 2025-07-18T16:23:13.881Z | Compiling elliptic-curve v0.13.8 |
2032 | 2025-07-18T16:23:14.051Z | Compiling console v0.15.10 |
2033 | 2025-07-18T16:23:14.359Z | Compiling oxnet v0.1.2 |
2034 | 2025-07-18T16:23:14.411Z | Compiling hyper-tls v0.6.0 |
2035 | 2025-07-18T16:23:15.664Z | Compiling zstd v0.13.3 |
2036 | 2025-07-18T16:23:16.207Z | Compiling signal-hook-mio v0.2.4 |
2037 | 2025-07-18T16:23:16.406Z | Compiling rayon v1.10.0 |
2038 | 2025-07-18T16:23:16.729Z | Compiling cookie_store v0.21.1 |
2039 | 2025-07-18T16:23:17.778Z | Compiling postgres-types v0.2.9 |
2040 | 2025-07-18T16:23:18.479Z | Compiling phf v0.11.2 |
2041 | 2025-07-18T16:23:19.022Z | Compiling strum v0.27.1 |
2042 | 2025-07-18T16:23:19.166Z | Compiling hubpack v0.1.2 |
2043 | 2025-07-18T16:23:19.226Z | Compiling ed25519 v2.2.3 |
2044 | 2025-07-18T16:23:19.645Z | Compiling bzip2 v0.4.4 |
2045 | 2025-07-18T16:23:19.667Z | Compiling bzip2 v0.5.2 |
2046 | 2025-07-18T16:23:20.068Z | Compiling pkcs1 v0.7.5 |
2047 | 2025-07-18T16:23:20.862Z | Compiling rfc6979 v0.4.0 |
2048 | 2025-07-18T16:23:21.073Z | Compiling float-cmp v0.10.0 |
2049 | 2025-07-18T16:23:21.123Z | Compiling serde-big-array v0.5.1 |
2050 | 2025-07-18T16:23:21.192Z | Compiling bstr v1.10.0 |
2051 | 2025-07-18T16:23:21.327Z | Compiling regress v0.10.3 |
2052 | 2025-07-18T16:23:21.366Z | Compiling memmap v0.7.0 |
2053 | 2025-07-18T16:23:21.685Z | Compiling unicode-segmentation v1.12.0 |
2054 | 2025-07-18T16:23:22.057Z | Compiling data-encoding v2.9.0 |
2055 | 2025-07-18T16:23:22.566Z | Compiling precomputed-hash v0.1.1 |
2056 | 2025-07-18T16:23:22.599Z | Compiling whoami v1.5.2 |
2057 | 2025-07-18T16:23:23.002Z | Compiling winnow v0.7.10 |
2058 | 2025-07-18T16:23:23.114Z | Compiling normalize-line-endings v0.3.0 |
2059 | 2025-07-18T16:23:23.282Z | Compiling toml_write v0.1.2 |
2060 | 2025-07-18T16:23:23.407Z | Compiling predicates-core v1.0.8 |
2061 | 2025-07-18T16:23:23.541Z | Compiling new_debug_unreachable v1.0.6 |
2062 | 2025-07-18T16:23:23.675Z | Compiling number_prefix v0.4.0 |
2063 | 2025-07-18T16:23:23.697Z | Compiling fixedbitset v0.4.2 |
2064 | 2025-07-18T16:23:23.718Z | Compiling difflib v0.4.0 |
2065 | 2025-07-18T16:23:24.122Z | Compiling static_assertions v1.1.0 |
2066 | 2025-07-18T16:23:24.249Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2067 | 2025-07-18T16:23:24.397Z | Compiling reqwest v0.12.22 |
2068 | 2025-07-18T16:23:24.684Z | Compiling predicates v3.1.3 |
2069 | 2025-07-18T16:23:24.738Z | Compiling petgraph v0.6.5 |
2070 | 2025-07-18T16:23:25.749Z | Compiling typify-impl v0.3.0 |
2071 | 2025-07-18T16:23:25.988Z | Compiling indicatif v0.17.11 |
2072 | 2025-07-18T16:23:26.563Z | Compiling toml_edit v0.22.27 |
2073 | 2025-07-18T16:23:27.764Z | Compiling string_cache v0.8.9 |
2074 | 2025-07-18T16:23:28.197Z | Compiling tokio-postgres v0.7.13 |
2075 | 2025-07-18T16:23:30.791Z | Compiling hickory-proto v0.25.2 |
2076 | 2025-07-18T16:23:32.694Z | Compiling similar v2.7.0 |
2077 | 2025-07-18T16:23:33.229Z | Compiling usdt v0.5.0 |
2078 | 2025-07-18T16:23:34.422Z | Compiling ecdsa v0.16.9 |
2079 | 2025-07-18T16:23:34.473Z | Compiling rsa v0.9.6 |
2080 | 2025-07-18T16:23:35.258Z | Compiling zip v4.2.0 |
2081 | 2025-07-18T16:23:35.558Z | Compiling zip v0.6.6 |
2082 | 2025-07-18T16:23:35.935Z | Compiling ed25519-dalek v2.1.1 |
2083 | 2025-07-18T16:23:36.705Z | Compiling clap v4.5.40 |
2084 | 2025-07-18T16:23:36.842Z | Compiling crossterm v0.28.1 |
2085 | 2025-07-18T16:23:37.055Z | Compiling daft v0.1.4 |
2086 | 2025-07-18T16:23:37.224Z | Compiling strum v0.26.3 |
2087 | 2025-07-18T16:23:37.441Z | Compiling darling_core v0.21.0 |
2088 | 2025-07-18T16:23:37.575Z | Compiling tokio-stream v0.1.17 |
2089 | 2025-07-18T16:23:37.598Z | Compiling toml v0.7.8 |
2090 | 2025-07-18T16:23:38.536Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2091 | 2025-07-18T16:23:38.941Z | Compiling x509-cert v0.2.5 |
2092 | 2025-07-18T16:23:39.731Z | Compiling sha1 v0.10.6 |
2093 | 2025-07-18T16:23:40.130Z | Compiling itertools v0.13.0 |
2094 | 2025-07-18T16:23:42.862Z | Compiling itertools v0.10.5 |
2095 | 2025-07-18T16:23:43.039Z | Compiling winnow v0.6.26 |
2096 | 2025-07-18T16:23:44.166Z | Compiling unicode-xid v0.2.6 |
2097 | 2025-07-18T16:23:44.384Z | Compiling lalrpop-util v0.19.12 |
2098 | 2025-07-18T16:23:45.231Z | Compiling rustix v1.0.7 |
2099 | 2025-07-18T16:23:45.876Z | Compiling peg-runtime v0.8.5 |
2100 | 2025-07-18T16:23:46.143Z | Compiling rustc-hash v2.1.1 |
2101 | 2025-07-18T16:23:46.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2102 | 2025-07-18T16:23:46.528Z | Compiling darling_macro v0.21.0 |
2103 | 2025-07-18T16:23:47.168Z | Compiling typify-macro v0.3.0 |
2104 | 2025-07-18T16:23:53.015Z | Compiling camino v1.1.10 |
2105 | 2025-07-18T16:23:56.262Z | Compiling darling v0.21.0 |
2106 | 2025-07-18T16:23:57.419Z | Compiling proc-macro-crate v1.3.1 |
2107 | 2025-07-18T16:23:57.776Z | Compiling macaddr v1.0.1 |
2108 | 2025-07-18T16:23:58.142Z | Compiling structmeta-derive v0.3.0 |
2109 | 2025-07-18T16:23:59.998Z | Compiling itertools v0.14.0 |
2110 | 2025-07-18T16:24:00.699Z | Compiling heapless v0.8.0 |
2111 | 2025-07-18T16:24:01.118Z | Compiling fastrand v2.1.1 |
2112 | 2025-07-18T16:24:01.791Z | Compiling tempfile v3.20.0 |
2113 | 2025-07-18T16:24:02.934Z | Compiling ingot-macros v0.1.1 |
2114 | 2025-07-18T16:24:05.382Z | Compiling structmeta v0.3.0 |
2115 | 2025-07-18T16:24:06.080Z | Compiling num_enum_derive v0.5.11 |
2116 | 2025-07-18T16:24:09.808Z | Compiling hash32 v0.3.1 |
2117 | 2025-07-18T16:24:15.044Z | Compiling smoltcp v0.11.0 |
2118 | 2025-07-18T16:24:15.099Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2119 | 2025-07-18T16:24:23.326Z | Compiling ingot-types v0.1.2 |
2120 | 2025-07-18T16:24:24.698Z | Compiling num_enum v0.5.11 |
2121 | 2025-07-18T16:24:26.209Z | Compiling typify v0.3.0 |
2122 | 2025-07-18T16:24:30.761Z | Compiling darling_core v0.20.10 |
2123 | 2025-07-18T16:24:31.386Z | Compiling dirs-sys-next v0.1.2 |
2124 | 2025-07-18T16:24:31.600Z | Compiling proc-macro-error-attr v1.0.4 |
2125 | 2025-07-18T16:24:31.736Z | Compiling cobs v0.2.3 |
2126 | 2025-07-18T16:24:32.239Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2127 | 2025-07-18T16:24:32.456Z | Compiling unsafe-libyaml v0.2.11 |
2128 | 2025-07-18T16:24:33.307Z | Compiling rustls v0.22.4 |
2129 | 2025-07-18T16:24:34.796Z | Compiling serde_yaml v0.9.34+deprecated |
2130 | 2025-07-18T16:24:36.664Z | Compiling darling_macro v0.20.10 |
2131 | 2025-07-18T16:24:42.291Z | Compiling postcard v1.0.10 |
2132 | 2025-07-18T16:24:43.046Z | Compiling dirs-next v2.0.0 |
2133 | 2025-07-18T16:24:47.374Z | Compiling progenitor-impl v0.9.1 |
2134 | 2025-07-18T16:24:49.206Z | Compiling ingot v0.1.1 |
2135 | 2025-07-18T16:24:51.202Z | Compiling toml v0.8.23 |
2136 | 2025-07-18T16:24:58.591Z | Compiling futures-executor v0.3.31 |
2137 | 2025-07-18T16:24:58.591Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2138 | 2025-07-18T16:24:58.591Z | Compiling hex v0.4.3 |
2139 | 2025-07-18T16:24:58.591Z | Compiling foreign-types-macros v0.2.3 |
2140 | 2025-07-18T16:24:58.591Z | Compiling thread_local v1.1.8 |
2141 | 2025-07-18T16:24:58.591Z | Compiling wait-timeout v0.2.0 |
2142 | 2025-07-18T16:24:58.591Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2143 | 2025-07-18T16:24:58.591Z | Compiling proc-macro-error v1.0.4 |
2144 | 2025-07-18T16:24:58.591Z | Compiling multer v3.1.0 |
2145 | 2025-07-18T16:24:58.591Z | Compiling bit-vec v0.8.0 |
2146 | 2025-07-18T16:24:58.680Z | Compiling slog-async v2.8.0 |
2147 | 2025-07-18T16:24:58.776Z | Compiling unicode-width v0.1.14 |
2148 | 2025-07-18T16:24:58.944Z | Compiling match_cfg v0.1.0 |
2149 | 2025-07-18T16:24:58.996Z | Compiling foreign-types-shared v0.3.1 |
2150 | 2025-07-18T16:24:59.068Z | Compiling ref-cast v1.0.24 |
2151 | 2025-07-18T16:24:59.155Z | Compiling quick-error v1.2.3 |
2152 | 2025-07-18T16:24:59.349Z | Compiling rusty-fork v0.3.0 |
2153 | 2025-07-18T16:24:59.385Z | Compiling tabwriter v1.4.0 |
2154 | 2025-07-18T16:24:59.649Z | Compiling foreign-types v0.5.0 |
2155 | 2025-07-18T16:24:59.729Z | Compiling hostname v0.3.1 |
2156 | 2025-07-18T16:24:59.759Z | Compiling bit-set v0.8.0 |
2157 | 2025-07-18T16:25:00.059Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2158 | 2025-07-18T16:25:00.088Z | Compiling futures v0.3.31 |
2159 | 2025-07-18T16:25:00.134Z | Compiling progenitor-macro v0.9.1 |
2160 | 2025-07-18T16:25:00.239Z | Compiling term v0.7.0 |
2161 | 2025-07-18T16:25:04.069Z | Compiling darling v0.20.10 |
2162 | 2025-07-18T16:25:04.450Z | Compiling derive-ex v0.1.8 |
2163 | 2025-07-18T16:25:04.500Z | Compiling progenitor-client v0.9.1 |
2164 | 2025-07-18T16:25:05.218Z | Compiling slog-json v2.6.1 |
2165 | 2025-07-18T16:25:05.433Z | Compiling rand_xorshift v0.4.0 |
2166 | 2025-07-18T16:25:05.725Z | Compiling crossbeam-channel v0.5.15 |
2167 | 2025-07-18T16:25:05.750Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2168 | 2025-07-18T16:25:06.545Z | Compiling async-stream-impl v0.3.6 |
2169 | 2025-07-18T16:25:06.628Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2170 | 2025-07-18T16:25:07.243Z | Compiling ref-cast-impl v1.0.24 |
2171 | 2025-07-18T16:25:07.501Z | Compiling cstr-argument v0.1.2 |
2172 | 2025-07-18T16:25:07.681Z | Compiling is-terminal v0.4.13 |
2173 | 2025-07-18T16:25:07.815Z | Compiling dropshot v0.16.2 |
2174 | 2025-07-18T16:25:07.866Z | Compiling pretty-hex v0.2.1 |
2175 | 2025-07-18T16:25:08.142Z | Compiling unarray v0.1.4 |
2176 | 2025-07-18T16:25:08.188Z | Compiling take_mut v0.2.2 |
2177 | 2025-07-18T16:25:08.209Z | Compiling crucible-workspace-hack v0.1.0 |
2178 | 2025-07-18T16:25:08.269Z | Compiling typeid v1.0.3 |
2179 | 2025-07-18T16:25:08.388Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2180 | 2025-07-18T16:25:08.577Z | Compiling proptest v1.7.0 |
2181 | 2025-07-18T16:25:08.867Z | Compiling test-strategy v0.4.3 |
2182 | 2025-07-18T16:25:09.091Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2183 | 2025-07-18T16:25:09.530Z | Compiling slog-term v2.9.1 |
2184 | 2025-07-18T16:25:10.939Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2185 | 2025-07-18T16:25:11.101Z | Compiling progenitor v0.9.1 |
2186 | 2025-07-18T16:25:11.372Z | Compiling async-stream v0.3.6 |
2187 | 2025-07-18T16:25:11.803Z | Compiling tokio-rustls v0.25.0 |
2188 | 2025-07-18T16:25:11.999Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2189 | 2025-07-18T16:25:12.049Z | Compiling slog-bunyan v2.5.0 |
2190 | 2025-07-18T16:25:12.310Z | Compiling serde_with_macros v3.14.0 |
2191 | 2025-07-18T16:25:12.931Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2192 | 2025-07-18T16:25:13.164Z | Compiling parse-display-derive v0.10.0 |
2193 | 2025-07-18T16:25:13.534Z | Compiling colored v2.2.0 |
2194 | 2025-07-18T16:25:14.721Z | Compiling waitgroup v0.1.2 |
2195 | 2025-07-18T16:25:14.931Z | Compiling rustls-pemfile v2.2.0 |
2196 | 2025-07-18T16:25:14.958Z | Compiling dropshot_endpoint v0.16.2 |
2197 | 2025-07-18T16:25:15.002Z | Compiling serde_path_to_error v0.1.17 |
2198 | 2025-07-18T16:25:15.461Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2199 | 2025-07-18T16:25:15.988Z | Compiling derive-where v1.5.0 |
2200 | 2025-07-18T16:25:16.223Z | Compiling hostname v0.4.0 |
2201 | 2025-07-18T16:25:16.497Z | Compiling instant v0.1.13 |
2202 | 2025-07-18T16:25:16.699Z | Compiling heck v0.4.1 |
2203 | 2025-07-18T16:25:16.713Z | Compiling debug-ignore v1.0.5 |
2204 | 2025-07-18T16:25:16.895Z | Compiling parse-display v0.10.0 |
2205 | 2025-07-18T16:25:17.078Z | Compiling zone_cfg_derive v0.3.0 |
2206 | 2025-07-18T16:25:18.422Z | Compiling backoff v0.4.0 |
2207 | 2025-07-18T16:25:18.775Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2208 | 2025-07-18T16:25:18.840Z | Compiling serde_with v3.14.0 |
2209 | 2025-07-18T16:25:18.888Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2210 | 2025-07-18T16:25:19.024Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2211 | 2025-07-18T16:25:21.042Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2212 | 2025-07-18T16:25:22.261Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2213 | 2025-07-18T16:25:22.438Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2214 | 2025-07-18T16:25:23.005Z | Compiling iddqd v0.3.8 |
2215 | 2025-07-18T16:25:26.578Z | Compiling camino-tempfile v1.4.1 |
2216 | 2025-07-18T16:25:26.578Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2217 | 2025-07-18T16:25:26.699Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2218 | 2025-07-18T16:25:26.843Z | Compiling progenitor-client v0.10.0 |
2219 | 2025-07-18T16:25:27.713Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2220 | 2025-07-18T16:25:27.841Z | Compiling num-derive v0.4.2 |
2221 | 2025-07-18T16:25:28.430Z | Compiling sigpipe v0.1.3 |
2222 | 2025-07-18T16:25:28.580Z | Compiling libefi-sys v0.1.0 |
2223 | 2025-07-18T16:25:28.864Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2224 | 2025-07-18T16:25:28.946Z | Compiling jiff v0.2.15 |
2225 | 2025-07-18T16:25:29.943Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2226 | 2025-07-18T16:25:31.295Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2227 | 2025-07-18T16:25:31.353Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2228 | 2025-07-18T16:25:31.481Z | Compiling erased-serde v0.4.6 |
2229 | 2025-07-18T16:25:31.905Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2230 | 2025-07-18T16:25:32.962Z | Compiling zone v0.3.1 |
2231 | 2025-07-18T16:25:36.096Z | Compiling smf v0.2.3 |
2232 | 2025-07-18T16:25:37.129Z | Compiling bitfield-struct v0.6.2 |
2233 | 2025-07-18T16:25:38.133Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2234 | 2025-07-18T16:25:38.453Z | Compiling ordered-float v2.10.1 |
2235 | 2025-07-18T16:25:38.672Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2236 | 2025-07-18T16:25:38.870Z | Compiling blake3 v1.5.4 |
2237 | 2025-07-18T16:25:39.105Z | Compiling serde-value v0.7.0 |
2238 | 2025-07-18T16:25:39.258Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2239 | 2025-07-18T16:25:39.989Z | Compiling serde-untagged v0.1.7 |
2240 | 2025-07-18T16:25:40.356Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2241 | 2025-07-18T16:25:40.602Z | Compiling xattr v1.3.1 |
2242 | 2025-07-18T16:25:40.725Z | Compiling filetime v0.2.25 |
2243 | 2025-07-18T16:25:40.819Z | Compiling memmap2 v0.9.5 |
2244 | 2025-07-18T16:25:40.967Z | Compiling same-file v1.0.6 |
2245 | 2025-07-18T16:25:41.102Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2246 | 2025-07-18T16:25:41.253Z | Compiling arrayvec v0.7.6 |
2247 | 2025-07-18T16:25:41.279Z | Compiling arrayref v0.3.9 |
2248 | 2025-07-18T16:25:41.385Z | Compiling constant_time_eq v0.3.1 |
2249 | 2025-07-18T16:25:41.415Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2025-07-18T16:25:41.501Z | Compiling walkdir v2.5.0 |
2251 | 2025-07-18T16:25:41.591Z | Compiling tar v0.4.44 |
2252 | 2025-07-18T16:25:43.025Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2253 | 2025-07-18T16:25:43.175Z | Compiling cargo-util-schemas v0.2.0 |
2254 | 2025-07-18T16:25:43.470Z | Compiling tokio-dtrace v0.1.0 |
2255 | 2025-07-18T16:25:44.021Z | Compiling gethostname v0.5.0 |
2256 | 2025-07-18T16:25:44.144Z | Compiling cargo-platform v0.2.0 |
2257 | 2025-07-18T16:25:44.169Z | Compiling topological-sort v0.2.2 |
2258 | 2025-07-18T16:25:44.245Z | Compiling fixedbitset v0.5.7 |
2259 | 2025-07-18T16:25:44.505Z | Compiling omicron-zone-package v0.12.2 |
2260 | 2025-07-18T16:25:45.694Z | Compiling petgraph v0.8.2 |
2261 | 2025-07-18T16:25:47.343Z | Compiling cargo_metadata v0.20.0 |
2262 | 2025-07-18T16:25:51.539Z | Compiling oxide-tokio-rt v0.1.2 |
2263 | 2025-07-18T16:25:51.605Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2264 | 2025-07-18T16:25:51.605Z | Compiling shell-words v1.1.0 |
2265 | 2025-07-18T16:25:51.605Z | Compiling indent_write v2.2.0 |
2266 | 2025-07-18T16:25:51.632Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2267 | 2025-07-18T16:25:51.632Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2268 | 2025-07-18T16:25:56.537Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2269 | 2025-07-18T16:26:14.741Z | Finished `release` profile [optimized] target(s) in 5m 28s |
2270 | 2025-07-18T16:26:14.928Z | Running `target/release/omicron-package -t test target create -p dev` |
2271 | 2025-07-18T16:26:14.986Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2272 | 2025-07-18T16:26:14.990Z | Created new build target 'test' and set it as active |
2273 | 2025-07-18T16:26:14.990Z | |
2274 | 2025-07-18T16:26:14.990Z | real 5:29.284271619 |
2275 | 2025-07-18T16:26:14.990Z | user 37:58.639663362 |
2276 | 2025-07-18T16:26:14.990Z | sys 3:46.689063058 |
2277 | 2025-07-18T16:26:14.991Z | trap 1.232415399 |
2278 | 2025-07-18T16:26:14.991Z | tflt 1.851193742 |
2279 | 2025-07-18T16:26:14.991Z | dflt 1.068021018 |
2280 | 2025-07-18T16:26:14.991Z | kflt 0.000129933 |
2281 | 2025-07-18T16:26:14.991Z | lock 1:47:31.985787195 |
2282 | 2025-07-18T16:26:14.991Z | slp 2:34:56.432727878 |
2283 | 2025-07-18T16:26:14.991Z | lat 3:01.782688879 |
2284 | 2025-07-18T16:26:14.991Z | stop 5:31.604173418 |
2285 | 2025-07-18T16:26:14.991Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2286 | 2025-07-18T16:26:16.167Z | Finished `release` profile [optimized] target(s) in 1.12s |
2287 | 2025-07-18T16:26:16.229Z | Running `target/release/omicron-package -t test package` |
2288 | 2025-07-18T16:26:16.283Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2289 | 2025-07-18T16:26:18.082Z | Compiling typify-impl v0.4.1 |
2290 | 2025-07-18T16:26:18.316Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2291 | 2025-07-18T16:26:18.316Z | Compiling convert_case v0.4.0 |
2292 | 2025-07-18T16:26:18.320Z | Compiling num-rational v0.4.2 |
2293 | 2025-07-18T16:26:18.320Z | Compiling num-complex v0.4.6 |
2294 | 2025-07-18T16:26:18.320Z | Compiling dirs-sys-next v0.1.2 |
2295 | 2025-07-18T16:26:18.343Z | Compiling half v2.4.1 |
2296 | 2025-07-18T16:26:18.534Z | Compiling ciborium-io v0.2.2 |
2297 | 2025-07-18T16:26:18.729Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2298 | 2025-07-18T16:26:18.823Z | Compiling dirs-next v2.0.0 |
2299 | 2025-07-18T16:26:19.043Z | Compiling ciborium-ll v0.2.2 |
2300 | 2025-07-18T16:26:19.091Z | Compiling derive_more v0.99.20 |
2301 | 2025-07-18T16:26:19.125Z | Compiling float-ord v0.3.2 |
2302 | 2025-07-18T16:26:19.334Z | Compiling term v0.7.0 |
2303 | 2025-07-18T16:26:19.494Z | Compiling num v0.4.3 |
2304 | 2025-07-18T16:26:19.524Z | Compiling ciborium v0.2.2 |
2305 | 2025-07-18T16:26:19.580Z | Compiling is-terminal v0.4.13 |
2306 | 2025-07-18T16:26:19.628Z | Compiling bytecount v0.6.8 |
2307 | 2025-07-18T16:26:19.758Z | Compiling secrecy v0.10.3 |
2308 | 2025-07-18T16:26:19.989Z | Compiling camino v1.1.10 |
2309 | 2025-07-18T16:26:20.084Z | Compiling password-hash v0.5.0 |
2310 | 2025-07-18T16:26:20.426Z | Compiling blake2 v0.10.6 |
2311 | 2025-07-18T16:26:20.804Z | Compiling base64 v0.21.7 |
2312 | 2025-07-18T16:26:20.928Z | Compiling atomicwrites v0.4.4 |
2313 | 2025-07-18T16:26:21.477Z | Compiling argon2 v0.5.3 |
2314 | 2025-07-18T16:26:21.523Z | Compiling rustix v1.0.7 |
2315 | 2025-07-18T16:26:21.652Z | Compiling newline-converter v0.3.0 |
2316 | 2025-07-18T16:26:21.910Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2317 | 2025-07-18T16:26:21.922Z | Compiling fastrand v2.1.1 |
2318 | 2025-07-18T16:26:22.250Z | Compiling expectorate v1.2.0 |
2319 | 2025-07-18T16:26:22.298Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2320 | 2025-07-18T16:26:22.475Z | Compiling rustls v0.22.4 |
2321 | 2025-07-18T16:26:22.521Z | Compiling thread_local v1.1.8 |
2322 | 2025-07-18T16:26:22.663Z | Compiling wait-timeout v0.2.0 |
2323 | 2025-07-18T16:26:22.947Z | Compiling quick-error v1.2.3 |
2324 | 2025-07-18T16:26:22.999Z | Compiling bit-vec v0.8.0 |
2325 | 2025-07-18T16:26:23.125Z | Compiling match_cfg v0.1.0 |
2326 | 2025-07-18T16:26:23.152Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2327 | 2025-07-18T16:26:23.262Z | Compiling hostname v0.3.1 |
2328 | 2025-07-18T16:26:23.463Z | Compiling tempfile v3.20.0 |
2329 | 2025-07-18T16:26:23.493Z | Compiling bit-set v0.8.0 |
2330 | 2025-07-18T16:26:23.941Z | Compiling rusty-fork v0.3.0 |
2331 | 2025-07-18T16:26:24.187Z | Compiling ref-cast v1.0.24 |
2332 | 2025-07-18T16:26:24.278Z | Compiling multer v3.1.0 |
2333 | 2025-07-18T16:26:24.342Z | Compiling slog-async v2.8.0 |
2334 | 2025-07-18T16:26:24.378Z | Compiling progenitor-client v0.9.1 |
2335 | 2025-07-18T16:26:24.439Z | Compiling slog-json v2.6.1 |
2336 | 2025-07-18T16:26:24.515Z | Compiling crossbeam-channel v0.5.15 |
2337 | 2025-07-18T16:26:24.575Z | Compiling rand_xorshift v0.4.0 |
2338 | 2025-07-18T16:26:24.815Z | Compiling futures-executor v0.3.31 |
2339 | 2025-07-18T16:26:24.856Z | Compiling hex v0.4.3 |
2340 | 2025-07-18T16:26:24.936Z | Compiling owo-colors v4.2.2 |
2341 | 2025-07-18T16:26:25.309Z | Compiling unarray v0.1.4 |
2342 | 2025-07-18T16:26:25.475Z | Compiling take_mut v0.2.2 |
2343 | 2025-07-18T16:26:25.475Z | Compiling cancel-safe-futures v0.1.5 |
2344 | 2025-07-18T16:26:25.534Z | Compiling proptest v1.7.0 |
2345 | 2025-07-18T16:26:25.686Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2346 | 2025-07-18T16:26:25.873Z | Compiling futures v0.3.31 |
2347 | 2025-07-18T16:26:25.946Z | Compiling progenitor v0.9.1 |
2348 | 2025-07-18T16:26:26.032Z | Compiling slog-bunyan v2.5.0 |
2349 | 2025-07-18T16:26:26.454Z | Compiling slog-term v2.9.1 |
2350 | 2025-07-18T16:26:26.519Z | Compiling async-stream v0.3.6 |
2351 | 2025-07-18T16:26:26.827Z | Compiling dropshot v0.16.2 |
2352 | 2025-07-18T16:26:26.928Z | Compiling toml v0.8.23 |
2353 | 2025-07-18T16:26:27.053Z | Compiling waitgroup v0.1.2 |
2354 | 2025-07-18T16:26:27.302Z | Compiling rustls-pemfile v2.2.0 |
2355 | 2025-07-18T16:26:27.519Z | Compiling libsw-core v0.3.1 |
2356 | 2025-07-18T16:26:27.664Z | Compiling serde_path_to_error v0.1.17 |
2357 | 2025-07-18T16:26:27.864Z | Compiling hostname v0.4.0 |
2358 | 2025-07-18T16:26:28.137Z | Compiling tokio-rustls v0.25.0 |
2359 | 2025-07-18T16:26:28.228Z | Compiling typify-macro v0.4.1 |
2360 | 2025-07-18T16:26:28.273Z | Compiling instant v0.1.13 |
2361 | 2025-07-18T16:26:28.467Z | Compiling debug-ignore v1.0.5 |
2362 | 2025-07-18T16:26:28.495Z | Compiling backoff v0.4.0 |
2363 | 2025-07-18T16:26:28.609Z | Compiling libsw v3.5.0 |
2364 | 2025-07-18T16:26:28.891Z | Compiling iddqd v0.3.8 |
2365 | 2025-07-18T16:26:28.972Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2366 | 2025-07-18T16:26:31.114Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2367 | 2025-07-18T16:26:31.783Z | Compiling typify v0.4.1 |
2368 | 2025-07-18T16:26:31.982Z | Compiling progenitor-impl v0.10.0 |
2369 | 2025-07-18T16:26:33.181Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2370 | 2025-07-18T16:26:34.716Z | Compiling parse-display v0.10.0 |
2371 | 2025-07-18T16:26:35.114Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2372 | 2025-07-18T16:26:35.252Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2373 | 2025-07-18T16:26:35.342Z | Compiling serde_with v3.14.0 |
2374 | 2025-07-18T16:26:35.647Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2375 | 2025-07-18T16:26:36.171Z | Compiling progenitor-client v0.10.0 |
2376 | 2025-07-18T16:26:36.686Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2377 | 2025-07-18T16:26:37.636Z | Compiling progenitor-macro v0.10.0 |
2378 | 2025-07-18T16:26:37.751Z | Compiling macaddr v1.0.1 |
2379 | 2025-07-18T16:26:37.785Z | Compiling linear-map v1.2.0 |
2380 | 2025-07-18T16:26:38.193Z | Compiling swrite v0.1.0 |
2381 | 2025-07-18T16:26:38.226Z | Compiling utf-8 v0.7.6 |
2382 | 2025-07-18T16:26:38.399Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2383 | 2025-07-18T16:26:38.497Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2384 | 2025-07-18T16:26:38.675Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2385 | 2025-07-18T16:26:39.001Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2386 | 2025-07-18T16:26:41.444Z | Compiling async-recursion v1.1.1 |
2387 | 2025-07-18T16:26:42.763Z | Compiling keccak v0.1.5 |
2388 | 2025-07-18T16:26:44.042Z | Compiling sha3 v0.10.8 |
2389 | 2025-07-18T16:26:44.963Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2390 | 2025-07-18T16:26:46.287Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2391 | 2025-07-18T16:26:48.781Z | Compiling progenitor v0.10.0 |
2392 | 2025-07-18T16:26:49.077Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2393 | 2025-07-18T16:26:49.737Z | Compiling globset v0.4.15 |
2394 | 2025-07-18T16:26:52.725Z | Compiling prettyplease v0.2.35 |
2395 | 2025-07-18T16:26:54.269Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2396 | 2025-07-18T16:26:55.661Z | Compiling tungstenite v0.21.0 |
2397 | 2025-07-18T16:26:55.808Z | Compiling pem v3.0.5 |
2398 | 2025-07-18T16:26:57.296Z | Compiling pin-project-internal v1.1.6 |
2399 | 2025-07-18T16:26:58.112Z | Compiling tokio-tungstenite v0.21.0 |
2400 | 2025-07-18T16:26:58.875Z | Compiling papergrid v0.11.0 |
2401 | 2025-07-18T16:26:59.835Z | Compiling pin-project v1.1.6 |
2402 | 2025-07-18T16:27:00.042Z | Compiling tabled_derive v0.7.0 |
2403 | 2025-07-18T16:27:00.683Z | Compiling snafu-derive v0.8.5 |
2404 | 2025-07-18T16:27:02.258Z | Compiling highway v1.3.0 |
2405 | 2025-07-18T16:27:03.664Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2406 | 2025-07-18T16:27:04.923Z | Compiling snafu v0.8.5 |
2407 | 2025-07-18T16:27:06.193Z | Compiling tabled v0.15.0 |
2408 | 2025-07-18T16:27:08.752Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2409 | 2025-07-18T16:27:08.949Z | Compiling olpc-cjson v0.1.4 |
2410 | 2025-07-18T16:27:09.007Z | Compiling serde_plain v1.0.2 |
2411 | 2025-07-18T16:27:09.085Z | Compiling typed-path v0.9.3 |
2412 | 2025-07-18T16:27:09.298Z | Compiling semver v0.1.20 |
2413 | 2025-07-18T16:27:09.566Z | Compiling resolv-conf v0.7.0 |
2414 | 2025-07-18T16:27:09.861Z | Compiling rustc_version v0.1.7 |
2415 | 2025-07-18T16:27:10.278Z | Compiling newtype_derive v0.1.6 |
2416 | 2025-07-18T16:27:10.655Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2417 | 2025-07-18T16:27:11.133Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2418 | 2025-07-18T16:27:11.917Z | Compiling tough v0.20.0 |
2419 | 2025-07-18T16:27:13.613Z | Compiling universal-hash v0.5.1 |
2420 | 2025-07-18T16:27:13.920Z | Compiling thiserror-impl-no-std v2.0.2 |
2421 | 2025-07-18T16:27:14.504Z | Compiling opaque-debug v0.3.1 |
2422 | 2025-07-18T16:27:14.653Z | Compiling smawk v0.3.2 |
2423 | 2025-07-18T16:27:15.015Z | Compiling unicode-linebreak v0.1.5 |
2424 | 2025-07-18T16:27:15.046Z | Compiling poly1305 v0.8.0 |
2425 | 2025-07-18T16:27:15.640Z | Compiling textwrap v0.16.2 |
2426 | 2025-07-18T16:27:15.978Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2427 | 2025-07-18T16:27:16.316Z | Compiling thiserror-no-std v2.0.2 |
2428 | 2025-07-18T16:27:16.533Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2429 | 2025-07-18T16:27:16.571Z | Compiling chacha20 v0.9.1 |
2430 | 2025-07-18T16:27:16.894Z | Compiling aead v0.5.2 |
2431 | 2025-07-18T16:27:17.101Z | Compiling humantime v2.2.0 |
2432 | 2025-07-18T16:27:17.299Z | Compiling linked-hash-map v0.5.6 |
2433 | 2025-07-18T16:27:17.749Z | Compiling lru-cache v0.1.2 |
2434 | 2025-07-18T16:27:17.862Z | Compiling chacha20poly1305 v0.10.1 |
2435 | 2025-07-18T16:27:18.071Z | Compiling vsss-rs v3.3.4 |
2436 | 2025-07-18T16:27:18.134Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2437 | 2025-07-18T16:27:18.185Z | Compiling steno v0.4.1 |
2438 | 2025-07-18T16:27:19.155Z | Compiling hickory-proto v0.24.4 |
2439 | 2025-07-18T16:27:23.035Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2440 | 2025-07-18T16:27:25.134Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2441 | 2025-07-18T16:27:25.869Z | Compiling hickory-resolver v0.24.4 |
2442 | 2025-07-18T16:27:25.915Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2443 | 2025-07-18T16:27:30.873Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2444 | 2025-07-18T16:27:35.576Z | Compiling slog-dtrace v0.3.0 |
2445 | 2025-07-18T16:27:36.072Z | Compiling qorb v0.4.0 |
2446 | 2025-07-18T16:27:37.292Z | Compiling moka v0.12.10 |
2447 | 2025-07-18T16:27:38.976Z | Compiling tagptr v0.2.0 |
2448 | 2025-07-18T16:27:39.984Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2449 | 2025-07-18T16:27:42.728Z | Compiling hickory-resolver v0.25.2 |
2450 | 2025-07-18T16:27:45.626Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2451 | 2025-07-18T16:27:46.439Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2452 | 2025-07-18T16:27:46.722Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2453 | 2025-07-18T16:27:48.100Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2454 | 2025-07-18T16:27:53.395Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2455 | 2025-07-18T16:27:53.505Z | Compiling display-error-chain v0.2.2 |
2456 | 2025-07-18T16:27:53.583Z | Compiling radium v0.7.0 |
2457 | 2025-07-18T16:27:53.751Z | Compiling crunchy v0.2.2 |
2458 | 2025-07-18T16:27:53.918Z | Compiling maplit v1.0.2 |
2459 | 2025-07-18T16:27:54.086Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2460 | 2025-07-18T16:27:54.189Z | Compiling dsl_auto_type v0.1.2 |
2461 | 2025-07-18T16:27:54.333Z | Compiling scheduled-thread-pool v0.2.7 |
2462 | 2025-07-18T16:27:55.427Z | Compiling diesel_table_macro_syntax v0.2.0 |
2463 | 2025-07-18T16:27:55.682Z | Compiling zerocopy-derive v0.6.6 |
2464 | 2025-07-18T16:27:55.865Z | Compiling proc-macro-error-attr2 v2.0.0 |
2465 | 2025-07-18T16:27:56.637Z | Compiling maybe-uninit v2.0.0 |
2466 | 2025-07-18T16:27:57.168Z | Compiling tap v1.0.1 |
2467 | 2025-07-18T16:27:57.354Z | Compiling tiny-keccak v2.0.2 |
2468 | 2025-07-18T16:27:57.405Z | Compiling wyz v0.5.1 |
2469 | 2025-07-18T16:27:57.762Z | Compiling zerocopy v0.6.6 |
2470 | 2025-07-18T16:27:57.966Z | Compiling proc-macro-error2 v2.0.1 |
2471 | 2025-07-18T16:27:58.346Z | Compiling diesel_derives v2.2.3 |
2472 | 2025-07-18T16:27:58.577Z | Compiling r2d2 v0.8.10 |
2473 | 2025-07-18T16:27:59.166Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2474 | 2025-07-18T16:27:59.209Z | Compiling const_format_proc_macros v0.2.34 |
2475 | 2025-07-18T16:27:59.415Z | Compiling bit-vec v0.6.3 |
2476 | 2025-07-18T16:27:59.849Z | Compiling crc-catalog v2.4.0 |
2477 | 2025-07-18T16:28:00.053Z | Compiling packed_struct v0.10.1 |
2478 | 2025-07-18T16:28:00.533Z | Compiling funty v2.0.0 |
2479 | 2025-07-18T16:28:01.047Z | Compiling const_format v0.2.34 |
2480 | 2025-07-18T16:28:02.283Z | Compiling bitvec v1.0.1 |
2481 | 2025-07-18T16:28:03.426Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2482 | 2025-07-18T16:28:05.405Z | Compiling crc v3.2.1 |
2483 | 2025-07-18T16:28:05.437Z | Compiling bit-set v0.5.3 |
2484 | 2025-07-18T16:28:06.225Z | Compiling tabled_derive v0.10.0 |
2485 | 2025-07-18T16:28:06.586Z | Compiling ascii-canvas v3.0.0 |
2486 | 2025-07-18T16:28:06.632Z | Compiling papergrid v0.14.0 |
2487 | 2025-07-18T16:28:07.409Z | Compiling packed_struct_codegen v0.10.1 |
2488 | 2025-07-18T16:28:08.478Z | Compiling diesel v2.2.11 |
2489 | 2025-07-18T16:28:08.622Z | Compiling num-derive v0.3.3 |
2490 | 2025-07-18T16:28:09.742Z | Compiling ena v0.14.3 |
2491 | 2025-07-18T16:28:10.181Z | Compiling indexmap v1.9.3 |
2492 | 2025-07-18T16:28:10.588Z | Compiling regex-syntax v0.6.29 |
2493 | 2025-07-18T16:28:10.686Z | Compiling diff v0.1.13 |
2494 | 2025-07-18T16:28:11.195Z | Compiling bindgen v0.71.1 |
2495 | 2025-07-18T16:28:11.711Z | Compiling nodrop v0.1.14 |
2496 | 2025-07-18T16:28:11.900Z | Compiling array-init v0.0.4 |
2497 | 2025-07-18T16:28:16.229Z | Compiling lalrpop v0.19.12 |
2498 | 2025-07-18T16:28:19.674Z | Compiling libscf-sys v1.1.0 |
2499 | 2025-07-18T16:28:24.126Z | Compiling tabled v0.18.0 |
2500 | 2025-07-18T16:28:26.849Z | Compiling smallvec v0.6.14 |
2501 | 2025-07-18T16:28:27.397Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2502 | 2025-07-18T16:28:30.754Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2503 | 2025-07-18T16:28:31.841Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2504 | 2025-07-18T16:28:32.565Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2505 | 2025-07-18T16:28:33.624Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2506 | 2025-07-18T16:28:33.978Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2507 | 2025-07-18T16:28:34.367Z | Compiling bitfield v0.14.0 |
2508 | 2025-07-18T16:28:34.738Z | Compiling hashbrown v0.12.3 |
2509 | 2025-07-18T16:28:34.757Z | Compiling termcolor v1.4.1 |
2510 | 2025-07-18T16:28:35.273Z | Compiling env_logger v0.10.2 |
2511 | 2025-07-18T16:28:35.807Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2512 | 2025-07-18T16:28:36.589Z | Compiling polar-core v0.27.3 |
2513 | 2025-07-18T16:28:37.857Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2514 | 2025-07-18T16:28:39.586Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2515 | 2025-07-18T16:28:39.946Z | Compiling serde-hex v0.1.0 |
2516 | 2025-07-18T16:28:39.946Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2517 | 2025-07-18T16:28:43.165Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2518 | 2025-07-18T16:28:43.543Z | Compiling ron v0.8.1 |
2519 | 2025-07-18T16:28:43.747Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2520 | 2025-07-18T16:28:44.137Z | Compiling hashbrown v0.13.2 |
2521 | 2025-07-18T16:28:44.715Z | Compiling derive_builder_core v0.20.2 |
2522 | 2025-07-18T16:28:45.355Z | Compiling headers-core v0.3.0 |
2523 | 2025-07-18T16:28:45.583Z | Compiling phf_generator v0.11.2 |
2524 | 2025-07-18T16:28:45.825Z | Compiling libxml v0.3.3 |
2525 | 2025-07-18T16:28:46.279Z | Compiling crc-any v2.5.0 |
2526 | 2025-07-18T16:28:46.697Z | Compiling termtree v0.5.1 |
2527 | 2025-07-18T16:28:47.049Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2528 | 2025-07-18T16:28:47.190Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2529 | 2025-07-18T16:28:48.435Z | Compiling derive_builder_macro v0.20.2 |
2530 | 2025-07-18T16:28:49.353Z | Compiling phf_codegen v0.11.2 |
2531 | 2025-07-18T16:28:49.393Z | Compiling headers v0.4.1 |
2532 | 2025-07-18T16:28:49.609Z | Compiling object v0.30.4 |
2533 | 2025-07-18T16:28:52.549Z | Compiling samael v0.0.19 |
2534 | 2025-07-18T16:28:52.781Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2535 | 2025-07-18T16:28:54.268Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2536 | 2025-07-18T16:28:59.927Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2537 | 2025-07-18T16:29:01.547Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2538 | 2025-07-18T16:29:01.919Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2539 | 2025-07-18T16:29:01.998Z | Compiling strum_macros v0.24.3 |
2540 | 2025-07-18T16:29:02.715Z | Compiling parse-zoneinfo v0.3.1 |
2541 | 2025-07-18T16:29:02.787Z | Compiling indoc v1.0.9 |
2542 | 2025-07-18T16:29:03.362Z | Compiling path-slash v0.1.5 |
2543 | 2025-07-18T16:29:03.596Z | Compiling crc8 v0.1.1 |
2544 | 2025-07-18T16:29:03.670Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2545 | 2025-07-18T16:29:03.963Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2546 | 2025-07-18T16:29:04.058Z | Compiling chrono-tz-build v0.4.0 |
2547 | 2025-07-18T16:29:07.888Z | Compiling derive_builder v0.20.2 |
2548 | 2025-07-18T16:29:08.129Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2549 | 2025-07-18T16:29:08.221Z | Compiling oso-derive v0.27.3 |
2550 | 2025-07-18T16:29:08.499Z | Compiling impl-trait-for-tuples v0.2.2 |
2551 | 2025-07-18T16:29:09.215Z | Compiling quick-xml v0.37.2 |
2552 | 2025-07-18T16:29:09.621Z | Compiling vte_generate_state_changes v0.1.2 |
2553 | 2025-07-18T16:29:10.261Z | Compiling arc-swap v1.7.1 |
2554 | 2025-07-18T16:29:10.960Z | Compiling slog-scope v4.4.0 |
2555 | 2025-07-18T16:29:11.716Z | Compiling vte v0.11.1 |
2556 | 2025-07-18T16:29:13.457Z | Compiling chrono-tz v0.10.3 |
2557 | 2025-07-18T16:29:14.206Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2558 | 2025-07-18T16:29:14.425Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2559 | 2025-07-18T16:29:15.658Z | Compiling diesel-dtrace v0.4.2 |
2560 | 2025-07-18T16:29:16.054Z | Compiling unicase v2.7.0 |
2561 | 2025-07-18T16:29:16.461Z | Compiling oso v0.27.3 |
2562 | 2025-07-18T16:29:23.599Z | Compiling xshell-macros v0.2.7 |
2563 | 2025-07-18T16:29:23.688Z | Compiling xshell v0.2.7 |
2564 | 2025-07-18T16:29:23.708Z | Compiling strip-ansi-escapes v0.2.0 |
2565 | 2025-07-18T16:29:24.115Z | Compiling slog-stdlog v4.1.1 |
2566 | 2025-07-18T16:29:24.890Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2567 | 2025-07-18T16:29:25.729Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2568 | 2025-07-18T16:29:26.127Z | Compiling fd-lock v4.0.2 |
2569 | 2025-07-18T16:29:26.413Z | Compiling bb8 v0.8.5 |
2570 | 2025-07-18T16:29:29.796Z | Compiling peg-macros v0.8.5 |
2571 | 2025-07-18T16:29:30.970Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2572 | 2025-07-18T16:29:31.959Z | Compiling nu-ansi-term v0.50.1 |
2573 | 2025-07-18T16:29:32.681Z | Compiling reedline v0.40.0 |
2574 | 2025-07-18T16:29:33.233Z | Compiling peg v0.8.5 |
2575 | 2025-07-18T16:29:33.421Z | Compiling async-bb8-diesel v0.2.1 |
2576 | 2025-07-18T16:29:33.887Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2577 | 2025-07-18T16:29:34.277Z | Compiling slog-envlogger v2.2.0 |
2578 | 2025-07-18T16:29:38.731Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2579 | 2025-07-18T16:29:41.550Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2580 | 2025-07-18T16:29:41.924Z | Compiling typify-impl v0.2.0 |
2581 | 2025-07-18T16:29:49.232Z | Compiling bcs v0.1.6 |
2582 | 2025-07-18T16:29:50.087Z | Compiling fxhash v0.2.1 |
2583 | 2025-07-18T16:29:50.375Z | Compiling libz-sys v1.1.20 |
2584 | 2025-07-18T16:29:50.638Z | Compiling half v1.8.3 |
2585 | 2025-07-18T16:29:51.237Z | Compiling serde_cbor v0.11.2 |
2586 | 2025-07-18T16:29:51.768Z | Compiling typify-macro v0.2.0 |
2587 | 2025-07-18T16:29:53.832Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2588 | 2025-07-18T16:29:55.160Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2589 | 2025-07-18T16:29:56.202Z | Compiling kstat-rs v0.2.4 |
2590 | 2025-07-18T16:29:57.162Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2591 | 2025-07-18T16:29:58.044Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2592 | 2025-07-18T16:29:58.786Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2593 | 2025-07-18T16:29:59.405Z | Compiling nix v0.30.1 |
2594 | 2025-07-18T16:30:00.242Z | Compiling nanorand v0.7.0 |
2595 | 2025-07-18T16:30:00.944Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2596 | 2025-07-18T16:30:01.728Z | Compiling parking_lot_core v0.8.6 |
2597 | 2025-07-18T16:30:05.695Z | Compiling flume v0.11.1 |
2598 | 2025-07-18T16:30:06.503Z | Compiling mime_guess v2.0.5 |
2599 | 2025-07-18T16:30:08.001Z | Compiling ignore v0.4.23 |
2600 | 2025-07-18T16:30:15.195Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2601 | 2025-07-18T16:30:15.985Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2602 | 2025-07-18T16:30:18.114Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2603 | 2025-07-18T16:30:19.199Z | Compiling castaway v0.2.3 |
2604 | 2025-07-18T16:30:19.445Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2605 | 2025-07-18T16:30:19.831Z | Compiling fs-err v2.11.0 |
2606 | 2025-07-18T16:30:20.442Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2607 | 2025-07-18T16:30:21.544Z | Compiling compact_str v0.8.0 |
2608 | 2025-07-18T16:30:21.613Z | Compiling globwalk v0.9.1 |
2609 | 2025-07-18T16:30:24.034Z | Compiling typify v0.2.0 |
2610 | 2025-07-18T16:30:24.254Z | Compiling predicates-tree v1.0.12 |
2611 | 2025-07-18T16:30:24.359Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2612 | 2025-07-18T16:30:25.127Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2613 | 2025-07-18T16:30:26.209Z | Compiling unicode-truncate v1.1.0 |
2614 | 2025-07-18T16:30:27.159Z | Compiling lru v0.12.5 |
2615 | 2025-07-18T16:30:27.596Z | Compiling vergen v8.3.2 |
2616 | 2025-07-18T16:30:27.984Z | Compiling nibble_vec v0.1.0 |
2617 | 2025-07-18T16:30:28.255Z | Compiling cargo-platform v0.1.8 |
2618 | 2025-07-18T16:30:28.765Z | Compiling instability v0.3.2 |
2619 | 2025-07-18T16:30:29.784Z | Compiling atty v0.2.14 |
2620 | 2025-07-18T16:30:30.012Z | Compiling endian-type v0.1.2 |
2621 | 2025-07-18T16:30:30.303Z | Compiling cassowary v0.3.0 |
2622 | 2025-07-18T16:30:30.996Z | Compiling http-range v0.1.5 |
2623 | 2025-07-18T16:30:32.428Z | Compiling salty v0.3.0 |
2624 | 2025-07-18T16:30:33.298Z | Compiling indoc v2.0.6 |
2625 | 2025-07-18T16:30:33.980Z | Compiling radix_trie v0.2.1 |
2626 | 2025-07-18T16:30:34.143Z | Compiling ratatui v0.29.0 |
2627 | 2025-07-18T16:30:34.914Z | Compiling cargo_metadata v0.18.1 |
2628 | 2025-07-18T16:30:37.644Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2629 | 2025-07-18T16:30:51.137Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2630 | 2025-07-18T16:30:53.187Z | Compiling camino-tempfile-ext v0.3.2 |
2631 | 2025-07-18T16:30:53.429Z | Compiling git2 v0.19.0 |
2632 | 2025-07-18T16:30:54.355Z | Compiling progenitor-impl v0.8.0 |
2633 | 2025-07-18T16:30:54.500Z | Compiling parking_lot v0.11.2 |
2634 | 2025-07-18T16:31:00.069Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2635 | 2025-07-18T16:31:01.381Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2636 | 2025-07-18T16:31:01.444Z | Compiling prefix-trie v0.7.0 |
2637 | 2025-07-18T16:31:02.493Z | Compiling rand_seeder v0.3.0 |
2638 | 2025-07-18T16:31:02.990Z | Compiling lzma-sys v0.1.20 |
2639 | 2025-07-18T16:31:03.746Z | Compiling rustls v0.21.12 |
2640 | 2025-07-18T16:31:04.021Z | Compiling parse-size v1.1.0 |
2641 | 2025-07-18T16:31:04.229Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2642 | 2025-07-18T16:31:04.377Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2643 | 2025-07-18T16:31:04.589Z | Compiling hickory-server v0.25.2 |
2644 | 2025-07-18T16:31:04.779Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2645 | 2025-07-18T16:31:09.522Z | Compiling progenitor-macro v0.8.0 |
2646 | 2025-07-18T16:31:16.623Z | Compiling hyper-staticfile v0.10.1 |
2647 | 2025-07-18T16:31:16.662Z | Compiling sled v0.34.7 |
2648 | 2025-07-18T16:31:19.189Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2649 | 2025-07-18T16:31:20.620Z | Compiling hickory-client v0.25.2 |
2650 | 2025-07-18T16:31:26.027Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2651 | 2025-07-18T16:31:26.314Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2652 | 2025-07-18T16:31:27.303Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2653 | 2025-07-18T16:31:27.556Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2654 | 2025-07-18T16:31:28.920Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2655 | 2025-07-18T16:31:29.392Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2656 | 2025-07-18T16:31:31.049Z | Compiling primeorder v0.13.6 |
2657 | 2025-07-18T16:31:31.700Z | Compiling progenitor-client v0.8.0 |
2658 | 2025-07-18T16:31:32.208Z | Compiling rustls-webpki v0.101.7 |
2659 | 2025-07-18T16:31:32.653Z | Compiling sct v0.7.1 |
2660 | 2025-07-18T16:31:33.080Z | Compiling heck v0.3.3 |
2661 | 2025-07-18T16:31:33.148Z | Compiling env_filter v0.1.2 |
2662 | 2025-07-18T16:31:33.463Z | Compiling csv-core v0.1.11 |
2663 | 2025-07-18T16:31:34.413Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2664 | 2025-07-18T16:31:34.785Z | Compiling void v1.0.2 |
2665 | 2025-07-18T16:31:34.914Z | Compiling csv v1.3.1 |
2666 | 2025-07-18T16:31:35.006Z | Compiling lzss v0.8.2 |
2667 | 2025-07-18T16:31:35.519Z | Compiling env_logger v0.11.5 |
2668 | 2025-07-18T16:31:35.948Z | Compiling zone_cfg_derive v0.1.2 |
2669 | 2025-07-18T16:31:37.154Z | Compiling progenitor v0.8.0 |
2670 | 2025-07-18T16:31:37.282Z | Compiling p384 v0.13.0 |
2671 | 2025-07-18T16:31:37.500Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2672 | 2025-07-18T16:31:41.375Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2673 | 2025-07-18T16:31:41.399Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2674 | 2025-07-18T16:31:43.311Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2675 | 2025-07-18T16:31:44.567Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2676 | 2025-07-18T16:31:46.762Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2677 | 2025-07-18T16:31:48.108Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2678 | 2025-07-18T16:31:53.109Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2679 | 2025-07-18T16:31:54.701Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2680 | 2025-07-18T16:31:55.071Z | Compiling tungstenite v0.23.0 |
2681 | 2025-07-18T16:31:55.580Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2682 | 2025-07-18T16:31:55.964Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2683 | 2025-07-18T16:31:56.352Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2684 | 2025-07-18T16:31:56.753Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2685 | 2025-07-18T16:31:57.506Z | Compiling nix v0.27.1 |
2686 | 2025-07-18T16:31:58.164Z | Compiling serde_bytes v0.11.17 |
2687 | 2025-07-18T16:31:58.719Z | Compiling base64 v0.13.1 |
2688 | 2025-07-18T16:31:59.315Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2689 | 2025-07-18T16:31:59.562Z | Compiling ron v0.7.1 |
2690 | 2025-07-18T16:32:00.305Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2691 | 2025-07-18T16:32:02.150Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2692 | 2025-07-18T16:32:03.531Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2693 | 2025-07-18T16:32:04.239Z | Compiling tokio-tungstenite v0.23.1 |
2694 | 2025-07-18T16:32:04.355Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2695 | 2025-07-18T16:32:04.713Z | Compiling xz2 v0.1.7 |
2696 | 2025-07-18T16:32:05.338Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2697 | 2025-07-18T16:32:06.330Z | Compiling tokio-rustls v0.24.1 |
2698 | 2025-07-18T16:32:06.639Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2699 | 2025-07-18T16:32:06.783Z | Compiling zone v0.1.8 |
2700 | 2025-07-18T16:32:10.231Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2701 | 2025-07-18T16:32:11.187Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2702 | 2025-07-18T16:32:11.786Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2703 | 2025-07-18T16:32:14.620Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2704 | 2025-07-18T16:32:19.158Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2705 | 2025-07-18T16:32:23.273Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2706 | 2025-07-18T16:32:26.432Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2707 | 2025-07-18T16:32:26.922Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2708 | 2025-07-18T16:32:28.396Z | Compiling rustls-pemfile v1.0.4 |
2709 | 2025-07-18T16:32:29.157Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2710 | 2025-07-18T16:32:29.533Z | Compiling signal-hook-tokio v0.3.1 |
2711 | 2025-07-18T16:32:29.824Z | Compiling twox-hash v2.1.0 |
2712 | 2025-07-18T16:32:30.888Z | Compiling yasna v0.5.2 |
2713 | 2025-07-18T16:32:32.762Z | Compiling secrecy v0.8.0 |
2714 | 2025-07-18T16:32:33.084Z | Compiling is_ci v1.2.0 |
2715 | 2025-07-18T16:32:33.420Z | Compiling supports-color v3.0.2 |
2716 | 2025-07-18T16:32:33.902Z | Compiling rcgen v0.12.1 |
2717 | 2025-07-18T16:32:35.787Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2718 | 2025-07-18T16:32:39.361Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2719 | 2025-07-18T16:32:44.586Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2720 | 2025-07-18T16:32:44.728Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2721 | 2025-07-18T16:32:51.832Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2722 | 2025-07-18T16:32:59.426Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2723 | 2025-07-18T16:33:04.284Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2724 | 2025-07-18T16:33:05.177Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2725 | 2025-07-18T16:33:06.586Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2726 | 2025-07-18T16:33:09.560Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2727 | 2025-07-18T16:33:12.573Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2728 | 2025-07-18T16:33:13.277Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2729 | 2025-07-18T16:33:20.764Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2730 | 2025-07-18T16:33:21.052Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2731 | 2025-07-18T16:33:21.137Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2732 | 2025-07-18T16:33:21.436Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2733 | 2025-07-18T16:33:23.188Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2734 | 2025-07-18T16:33:30.714Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2735 | 2025-07-18T16:33:30.747Z | Compiling fatfs v0.3.6 |
2736 | 2025-07-18T16:33:31.084Z | Compiling subprocess v0.2.9 |
2737 | 2025-07-18T16:33:31.575Z | Compiling rtoolbox v0.0.2 |
2738 | 2025-07-18T16:33:32.032Z | Compiling assert_matches v1.5.0 |
2739 | 2025-07-18T16:33:33.598Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2740 | 2025-07-18T16:33:35.060Z | Compiling rpassword v7.4.0 |
2741 | 2025-07-18T16:33:35.544Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2742 | 2025-07-18T16:33:35.829Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2743 | 2025-07-18T16:33:41.563Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2744 | 2025-07-18T16:33:47.353Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2745 | 2025-07-18T16:33:54.359Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2746 | 2025-07-18T16:34:15.623Z | Compiling tui-tree-widget v0.23.1 |
2747 | 2025-07-18T16:34:16.167Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2748 | 2025-07-18T16:34:19.123Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2749 | 2025-07-18T16:34:19.541Z | Compiling uzers v0.12.1 |
2750 | 2025-07-18T16:34:21.974Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2751 | 2025-07-18T16:34:22.639Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2752 | 2025-07-18T16:34:24.833Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2753 | 2025-07-18T16:34:43.639Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2754 | 2025-07-18T16:34:56.112Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2755 | 2025-07-18T16:34:57.541Z | Compiling support-bundle-viewer v0.1.2 |
2756 | 2025-07-18T16:35:00.881Z | Compiling multimap v0.10.1 |
2757 | 2025-07-18T16:37:15.137Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2758 | 2025-07-18T16:37:35.884Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2759 | 2025-07-18T16:45:43.559Z | Finished `release` profile [optimized] target(s) in 19m 26s |
2760 | 2025-07-18T16:46:39.535Z | |
2761 | 2025-07-18T16:46:39.539Z | real 20:24.260343907 |
2762 | 2025-07-18T16:46:39.539Z | user 2:26:54.360302775 |
2763 | 2025-07-18T16:46:39.539Z | sys 4:14.962140460 |
2764 | 2025-07-18T16:46:39.539Z | trap 4.000495350 |
2765 | 2025-07-18T16:46:39.539Z | tflt 2.350348577 |
2766 | 2025-07-18T16:46:39.539Z | dflt 5.786156164 |
2767 | 2025-07-18T16:46:39.539Z | kflt 0.078277749 |
2768 | 2025-07-18T16:46:39.539Z | lock 10:04:47.632665142 |
2769 | 2025-07-18T16:46:39.539Z | slp 7:38:05.488501372 |
2770 | 2025-07-18T16:46:39.539Z | lat 4:08.081380685 |
2771 | 2025-07-18T16:46:39.539Z | stop 4:03.308753644 |
2772 | 2025-07-18T16:46:39.539Z | + mapfile -t packages |
2773 | 2025-07-18T16:46:39.539Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2774 | 2025-07-18T16:46:40.859Z | Finished `release` profile [optimized] target(s) in 1.26s |
2775 | 2025-07-18T16:46:40.920Z | Running `target/release/omicron-package -t test list-outputs` |
2776 | 2025-07-18T16:46:40.976Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2777 | 2025-07-18T16:46:40.980Z | + ptime -m cargo build --locked --release -p xtask |
2778 | 2025-07-18T16:46:41.724Z | Compiling once_cell v1.21.3 |
2779 | 2025-07-18T16:46:41.724Z | Compiling serde v1.0.219 |
2780 | 2025-07-18T16:46:41.730Z | Compiling bitflags v2.9.1 |
2781 | 2025-07-18T16:46:41.730Z | Compiling syn v2.0.104 |
2782 | 2025-07-18T16:46:41.730Z | Compiling libc v0.2.174 |
2783 | 2025-07-18T16:46:41.730Z | Compiling serde_json v1.0.140 |
2784 | 2025-07-18T16:46:41.833Z | Compiling num-traits v0.2.19 |
2785 | 2025-07-18T16:46:41.845Z | Compiling hashbrown v0.15.4 |
2786 | 2025-07-18T16:46:42.211Z | Compiling rustix v0.38.37 |
2787 | 2025-07-18T16:46:42.256Z | Compiling smallvec v1.15.0 |
2788 | 2025-07-18T16:46:42.608Z | Compiling usdt-impl v0.5.0 |
2789 | 2025-07-18T16:46:42.669Z | Compiling syn v1.0.109 |
2790 | 2025-07-18T16:46:42.797Z | Compiling getrandom v0.3.1 |
2791 | 2025-07-18T16:46:43.206Z | Compiling indexmap v2.10.0 |
2792 | 2025-07-18T16:46:43.266Z | Compiling thread-id v4.2.2 |
2793 | 2025-07-18T16:46:43.311Z | Compiling log v0.4.27 |
2794 | 2025-07-18T16:46:43.330Z | Compiling percent-encoding v2.3.1 |
2795 | 2025-07-18T16:46:43.770Z | Compiling form_urlencoded v1.2.1 |
2796 | 2025-07-18T16:46:43.834Z | Compiling rustix v1.0.7 |
2797 | 2025-07-18T16:46:44.339Z | Compiling terminal_size v0.4.0 |
2798 | 2025-07-18T16:46:44.649Z | Compiling ordered-float v2.10.1 |
2799 | 2025-07-18T16:46:44.879Z | Compiling fs-err v3.1.1 |
2800 | 2025-07-18T16:46:44.923Z | Compiling anyhow v1.0.98 |
2801 | 2025-07-18T16:46:45.306Z | Compiling clap_builder v4.5.40 |
2802 | 2025-07-18T16:46:45.430Z | Compiling textwrap v0.16.2 |
2803 | 2025-07-18T16:46:45.997Z | Compiling tempfile v3.20.0 |
2804 | 2025-07-18T16:46:46.554Z | Compiling proc-macro-error v1.0.4 |
2805 | 2025-07-18T16:46:48.256Z | Compiling tabled_derive v0.7.0 |
2806 | 2025-07-18T16:46:48.587Z | Compiling synstructure v0.13.1 |
2807 | 2025-07-18T16:46:49.668Z | Compiling tabled v0.15.0 |
2808 | 2025-07-18T16:46:49.902Z | Compiling serde_derive v1.0.219 |
2809 | 2025-07-18T16:46:49.903Z | Compiling thiserror-impl v1.0.69 |
2810 | 2025-07-18T16:46:49.907Z | Compiling zerofrom-derive v0.1.4 |
2811 | 2025-07-18T16:46:49.907Z | Compiling yoke-derive v0.7.4 |
2812 | 2025-07-18T16:46:49.907Z | Compiling zerovec-derive v0.10.3 |
2813 | 2025-07-18T16:46:52.298Z | Compiling displaydoc v0.2.5 |
2814 | 2025-07-18T16:46:52.316Z | Compiling zerocopy-derive v0.7.35 |
2815 | 2025-07-18T16:46:52.575Z | Compiling thiserror v1.0.69 |
2816 | 2025-07-18T16:46:52.764Z | Compiling pest v2.7.14 |
2817 | 2025-07-18T16:46:52.907Z | Compiling zerofrom v0.1.4 |
2818 | 2025-07-18T16:46:53.201Z | Compiling yoke v0.7.4 |
2819 | 2025-07-18T16:46:53.620Z | Compiling zerovec v0.10.4 |
2820 | 2025-07-18T16:46:53.711Z | Compiling icu_provider_macros v1.5.0 |
2821 | 2025-07-18T16:46:54.314Z | Compiling zerocopy v0.7.35 |
2822 | 2025-07-18T16:46:54.756Z | Compiling scroll_derive v0.12.0 |
2823 | 2025-07-18T16:46:55.783Z | Compiling tinystr v0.7.6 |
2824 | 2025-07-18T16:46:55.801Z | Compiling pest_meta v2.7.14 |
2825 | 2025-07-18T16:46:56.151Z | Compiling icu_locid v1.5.0 |
2826 | 2025-07-18T16:46:56.238Z | Compiling icu_collections v1.5.0 |
2827 | 2025-07-18T16:46:56.675Z | Compiling scroll v0.12.0 |
2828 | 2025-07-18T16:46:57.366Z | Compiling pest_generator v2.7.14 |
2829 | 2025-07-18T16:46:58.995Z | Compiling icu_provider v1.5.0 |
2830 | 2025-07-18T16:46:59.358Z | Compiling pest_derive v2.7.14 |
2831 | 2025-07-18T16:47:00.218Z | Compiling icu_locid_transform v1.5.0 |
2832 | 2025-07-18T16:47:01.264Z | Compiling dtrace-parser v0.2.0 |
2833 | 2025-07-18T16:47:02.809Z | Compiling icu_properties v1.5.1 |
2834 | 2025-07-18T16:47:03.054Z | Compiling toml_datetime v0.6.11 |
2835 | 2025-07-18T16:47:03.575Z | Compiling serde_spanned v0.6.9 |
2836 | 2025-07-18T16:47:03.892Z | Compiling toml_edit v0.22.27 |
2837 | 2025-07-18T16:47:05.981Z | Compiling serde_tokenstream v0.2.2 |
2838 | 2025-07-18T16:47:06.601Z | Compiling erased-serde v0.4.6 |
2839 | 2025-07-18T16:47:07.345Z | Compiling icu_normalizer v1.5.0 |
2840 | 2025-07-18T16:47:08.180Z | Compiling dof v0.3.0 |
2841 | 2025-07-18T16:47:09.048Z | Compiling idna_adapter v1.2.0 |
2842 | 2025-07-18T16:47:09.326Z | Compiling idna v1.0.3 |
2843 | 2025-07-18T16:47:09.348Z | Compiling toml v0.8.23 |
2844 | 2025-07-18T16:47:09.676Z | Compiling goblin v0.8.2 |
2845 | 2025-07-18T16:47:12.032Z | Compiling url v2.5.4 |
2846 | 2025-07-18T16:47:12.826Z | Compiling serde-untagged v0.1.7 |
2847 | 2025-07-18T16:47:14.118Z | Compiling semver v1.0.26 |
2848 | 2025-07-18T16:47:14.744Z | Compiling camino v1.1.10 |
2849 | 2025-07-18T16:47:15.163Z | Compiling serde-value v0.7.0 |
2850 | 2025-07-18T16:47:15.547Z | Compiling thiserror-impl v2.0.12 |
2851 | 2025-07-18T16:47:16.018Z | Compiling cargo-util-schemas v0.2.0 |
2852 | 2025-07-18T16:47:17.572Z | Compiling usdt-macro v0.5.0 |
2853 | 2025-07-18T16:47:18.424Z | Compiling thiserror v2.0.12 |
2854 | 2025-07-18T16:47:18.792Z | Compiling usdt-attr-macro v0.5.0 |
2855 | 2025-07-18T16:47:19.581Z | Compiling cargo-platform v0.2.0 |
2856 | 2025-07-18T16:47:20.161Z | Compiling clap_derive v4.5.40 |
2857 | 2025-07-18T16:47:20.797Z | Compiling usdt v0.5.0 |
2858 | 2025-07-18T16:47:21.675Z | Compiling cargo_metadata v0.20.0 |
2859 | 2025-07-18T16:47:22.167Z | Compiling camino-tempfile v1.4.1 |
2860 | 2025-07-18T16:47:22.571Z | Compiling cargo_toml v0.21.0 |
2861 | 2025-07-18T16:47:23.022Z | Compiling macaddr v1.0.1 |
2862 | 2025-07-18T16:47:24.481Z | Compiling clap v4.5.40 |
2863 | 2025-07-18T16:47:34.607Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2864 | 2025-07-18T16:47:40.663Z | Finished `release` profile [optimized] target(s) in 59.61s |
2865 | 2025-07-18T16:47:40.810Z | |
2866 | 2025-07-18T16:47:40.813Z | real 59.780607104 |
2867 | 2025-07-18T16:47:40.814Z | user 6:28.949324976 |
2868 | 2025-07-18T16:47:40.814Z | sys 27.971930189 |
2869 | 2025-07-18T16:47:40.814Z | trap 0.213459885 |
2870 | 2025-07-18T16:47:40.814Z | tflt 0.301061429 |
2871 | 2025-07-18T16:47:40.814Z | dflt 0.519376748 |
2872 | 2025-07-18T16:47:40.814Z | kflt 0.000030793 |
2873 | 2025-07-18T16:47:40.814Z | lock 19:19.878483483 |
2874 | 2025-07-18T16:47:40.814Z | slp 21:53.994668173 |
2875 | 2025-07-18T16:47:40.814Z | lat 25.526029273 |
2876 | 2025-07-18T16:47:40.814Z | stop 32.231422788 |
2877 | 2025-07-18T16:47:40.814Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2878 | 2025-07-18T16:47:40.814Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2879 | 2025-07-18T16:47:40.814Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2880 | 2025-07-18T16:47:40.814Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2881 | 2025-07-18T16:47:40.814Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2882 | 2025-07-18T16:47:42.075Z | Compiling regress v0.10.3 |
2883 | 2025-07-18T16:47:42.246Z | Compiling ident_case v1.0.1 |
2884 | 2025-07-18T16:47:42.246Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2885 | 2025-07-18T16:47:42.249Z | Compiling unsafe-libyaml v0.2.11 |
2886 | 2025-07-18T16:47:42.302Z | Compiling match_cfg v0.1.0 |
2887 | 2025-07-18T16:47:42.326Z | Compiling rustix v1.0.7 |
2888 | 2025-07-18T16:47:42.349Z | Compiling quick-error v1.2.3 |
2889 | 2025-07-18T16:47:42.353Z | Compiling progenitor-client v0.10.0 |
2890 | 2025-07-18T16:47:42.433Z | Compiling hostname v0.3.1 |
2891 | 2025-07-18T16:47:42.480Z | Compiling darling_core v0.20.10 |
2892 | 2025-07-18T16:47:42.530Z | Compiling structmeta-derive v0.3.0 |
2893 | 2025-07-18T16:47:42.670Z | Compiling rustls v0.22.4 |
2894 | 2025-07-18T16:47:42.763Z | Compiling hex v0.4.3 |
2895 | 2025-07-18T16:47:42.930Z | Compiling multer v3.1.0 |
2896 | 2025-07-18T16:47:43.047Z | Compiling debug-ignore v1.0.5 |
2897 | 2025-07-18T16:47:43.378Z | Compiling toml v0.8.23 |
2898 | 2025-07-18T16:47:43.399Z | Compiling slog-json v2.6.1 |
2899 | 2025-07-18T16:47:43.774Z | Compiling serde_yaml v0.9.34+deprecated |
2900 | 2025-07-18T16:47:44.048Z | Compiling macaddr v1.0.1 |
2901 | 2025-07-18T16:47:44.516Z | Compiling tempfile v3.20.0 |
2902 | 2025-07-18T16:47:44.548Z | Compiling async-stream-impl v0.3.6 |
2903 | 2025-07-18T16:47:44.971Z | Compiling dropshot v0.16.2 |
2904 | 2025-07-18T16:47:45.116Z | Compiling structmeta v0.3.0 |
2905 | 2025-07-18T16:47:45.392Z | Compiling slog-bunyan v2.5.0 |
2906 | 2025-07-18T16:47:45.547Z | Compiling waitgroup v0.1.2 |
2907 | 2025-07-18T16:47:45.630Z | Compiling rustls-pemfile v2.2.0 |
2908 | 2025-07-18T16:47:45.795Z | Compiling dropshot_endpoint v0.16.2 |
2909 | 2025-07-18T16:47:45.859Z | Compiling async-stream v0.3.6 |
2910 | 2025-07-18T16:47:46.004Z | Compiling typify-impl v0.3.0 |
2911 | 2025-07-18T16:47:46.199Z | Compiling serde_path_to_error v0.1.17 |
2912 | 2025-07-18T16:47:46.414Z | Compiling wait-timeout v0.2.0 |
2913 | 2025-07-18T16:47:46.959Z | Compiling hostname v0.4.0 |
2914 | 2025-07-18T16:47:46.986Z | Compiling bit-vec v0.8.0 |
2915 | 2025-07-18T16:47:47.011Z | Compiling rusty-fork v0.3.0 |
2916 | 2025-07-18T16:47:47.222Z | Compiling derive-ex v0.1.8 |
2917 | 2025-07-18T16:47:47.362Z | Compiling rand_xorshift v0.4.0 |
2918 | 2025-07-18T16:47:47.511Z | Compiling bit-set v0.8.0 |
2919 | 2025-07-18T16:47:47.667Z | Compiling tokio-rustls v0.25.0 |
2920 | 2025-07-18T16:47:47.701Z | Compiling instant v0.1.13 |
2921 | 2025-07-18T16:47:47.793Z | Compiling unarray v0.1.4 |
2922 | 2025-07-18T16:47:47.879Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2923 | 2025-07-18T16:47:48.002Z | Compiling proptest v1.7.0 |
2924 | 2025-07-18T16:47:48.092Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2925 | 2025-07-18T16:47:48.126Z | Compiling progenitor-client v0.9.1 |
2926 | 2025-07-18T16:47:48.760Z | Compiling darling_macro v0.20.10 |
2927 | 2025-07-18T16:47:48.770Z | Compiling derive-where v1.5.0 |
2928 | 2025-07-18T16:47:48.834Z | Compiling ref-cast v1.0.24 |
2929 | 2025-07-18T16:47:49.285Z | Compiling darling v0.20.10 |
2930 | 2025-07-18T16:47:49.451Z | Compiling serde_with_macros v3.14.0 |
2931 | 2025-07-18T16:47:49.481Z | Compiling ref-cast-impl v1.0.24 |
2932 | 2025-07-18T16:47:50.912Z | Compiling parse-display-derive v0.10.0 |
2933 | 2025-07-18T16:47:51.510Z | Compiling test-strategy v0.4.3 |
2934 | 2025-07-18T16:47:51.779Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2935 | 2025-07-18T16:47:52.016Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2936 | 2025-07-18T16:47:52.151Z | Compiling serde_with v3.14.0 |
2937 | 2025-07-18T16:47:52.403Z | Compiling iddqd v0.3.8 |
2938 | 2025-07-18T16:47:52.633Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2939 | 2025-07-18T16:47:52.856Z | Compiling backoff v0.4.0 |
2940 | 2025-07-18T16:47:53.279Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2941 | 2025-07-18T16:47:54.121Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2942 | 2025-07-18T16:47:54.726Z | Compiling itertools v0.14.0 |
2943 | 2025-07-18T16:47:55.097Z | Compiling parse-display v0.10.0 |
2944 | 2025-07-18T16:47:55.260Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2945 | 2025-07-18T16:47:55.330Z | Compiling darling_core v0.21.0 |
2946 | 2025-07-18T16:47:55.740Z | Compiling proc-macro-crate v1.3.1 |
2947 | 2025-07-18T16:47:56.377Z | Compiling proc-macro-error v1.0.4 |
2948 | 2025-07-18T16:47:56.416Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2949 | 2025-07-18T16:47:56.680Z | Compiling num_enum_derive v0.5.11 |
2950 | 2025-07-18T16:47:56.838Z | Compiling crucible-workspace-hack v0.1.0 |
2951 | 2025-07-18T16:47:57.097Z | Compiling typify-impl v0.4.1 |
2952 | 2025-07-18T16:47:57.260Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2953 | 2025-07-18T16:47:57.622Z | Compiling heapless v0.8.0 |
2954 | 2025-07-18T16:47:58.013Z | Compiling hash32 v0.3.1 |
2955 | 2025-07-18T16:47:58.317Z | Compiling foreign-types-macros v0.2.3 |
2956 | 2025-07-18T16:47:58.582Z | Compiling foreign-types-shared v0.3.1 |
2957 | 2025-07-18T16:47:58.754Z | Compiling smoltcp v0.11.0 |
2958 | 2025-07-18T16:47:59.022Z | Compiling num_enum v0.5.11 |
2959 | 2025-07-18T16:47:59.599Z | Compiling tabwriter v1.4.0 |
2960 | 2025-07-18T16:47:59.640Z | Compiling foreign-types v0.5.0 |
2961 | 2025-07-18T16:47:59.700Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2962 | 2025-07-18T16:47:59.788Z | Compiling cstr-argument v0.1.2 |
2963 | 2025-07-18T16:48:00.106Z | Compiling pretty-hex v0.2.1 |
2964 | 2025-07-18T16:48:00.132Z | Compiling cobs v0.2.3 |
2965 | 2025-07-18T16:48:00.260Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2966 | 2025-07-18T16:48:00.353Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2967 | 2025-07-18T16:48:00.478Z | Compiling postcard v1.0.10 |
2968 | 2025-07-18T16:48:00.601Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2969 | 2025-07-18T16:48:00.628Z | Compiling typify-macro v0.3.0 |
2970 | 2025-07-18T16:48:00.735Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2971 | 2025-07-18T16:48:00.820Z | Compiling colored v2.2.0 |
2972 | 2025-07-18T16:48:01.132Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2973 | 2025-07-18T16:48:01.270Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2974 | 2025-07-18T16:48:01.677Z | Compiling darling_macro v0.21.0 |
2975 | 2025-07-18T16:48:01.804Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2976 | 2025-07-18T16:48:01.828Z | Compiling camino-tempfile v1.4.1 |
2977 | 2025-07-18T16:48:02.319Z | Compiling smf v0.2.3 |
2978 | 2025-07-18T16:48:02.638Z | Compiling darling v0.21.0 |
2979 | 2025-07-18T16:48:02.803Z | Compiling ingot-macros v0.1.1 |
2980 | 2025-07-18T16:48:02.829Z | Compiling zone_cfg_derive v0.3.0 |
2981 | 2025-07-18T16:48:03.592Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2982 | 2025-07-18T16:48:04.039Z | Compiling num-derive v0.4.2 |
2983 | 2025-07-18T16:48:04.280Z | Compiling sigpipe v0.1.3 |
2984 | 2025-07-18T16:48:04.445Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2985 | 2025-07-18T16:48:04.868Z | Compiling typify v0.3.0 |
2986 | 2025-07-18T16:48:04.871Z | Compiling jiff v0.2.15 |
2987 | 2025-07-18T16:48:05.098Z | Compiling progenitor-impl v0.9.1 |
2988 | 2025-07-18T16:48:05.243Z | Compiling zone v0.3.1 |
2989 | 2025-07-18T16:48:05.376Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2990 | 2025-07-18T16:48:05.856Z | Compiling num-rational v0.4.2 |
2991 | 2025-07-18T16:48:06.490Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2992 | 2025-07-18T16:48:06.716Z | Compiling universal-hash v0.5.1 |
2993 | 2025-07-18T16:48:06.967Z | Compiling num-complex v0.4.6 |
2994 | 2025-07-18T16:48:07.353Z | Compiling opaque-debug v0.3.1 |
2995 | 2025-07-18T16:48:07.379Z | Compiling half v2.4.1 |
2996 | 2025-07-18T16:48:07.507Z | Compiling ciborium-io v0.2.2 |
2997 | 2025-07-18T16:48:07.697Z | Compiling float-ord v0.3.2 |
2998 | 2025-07-18T16:48:07.924Z | Compiling num v0.4.3 |
2999 | 2025-07-18T16:48:07.952Z | Compiling ciborium-ll v0.2.2 |
3000 | 2025-07-18T16:48:07.994Z | Compiling secrecy v0.10.3 |
3001 | 2025-07-18T16:48:08.074Z | Compiling aead v0.5.2 |
3002 | 2025-07-18T16:48:08.302Z | Compiling ciborium v0.2.2 |
3003 | 2025-07-18T16:48:08.399Z | Compiling utf-8 v0.7.6 |
3004 | 2025-07-18T16:48:08.474Z | Compiling convert_case v0.4.0 |
3005 | 2025-07-18T16:48:08.764Z | Compiling keccak v0.1.5 |
3006 | 2025-07-18T16:48:09.312Z | Compiling derive_more v0.99.20 |
3007 | 2025-07-18T16:48:09.689Z | Compiling sha3 v0.10.8 |
3008 | 2025-07-18T16:48:10.029Z | Compiling ingot-types v0.1.2 |
3009 | 2025-07-18T16:48:10.056Z | Compiling tungstenite v0.21.0 |
3010 | 2025-07-18T16:48:10.798Z | Compiling poly1305 v0.8.0 |
3011 | 2025-07-18T16:48:10.994Z | Compiling ingot v0.1.1 |
3012 | 2025-07-18T16:48:11.969Z | Compiling typify-macro v0.4.1 |
3013 | 2025-07-18T16:48:12.077Z | Compiling password-hash v0.5.0 |
3014 | 2025-07-18T16:48:12.103Z | Compiling progenitor-macro v0.9.1 |
3015 | 2025-07-18T16:48:12.465Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3016 | 2025-07-18T16:48:12.991Z | Compiling chacha20 v0.9.1 |
3017 | 2025-07-18T16:48:13.539Z | Compiling blake2 v0.10.6 |
3018 | 2025-07-18T16:48:13.823Z | Compiling tokio-tungstenite v0.21.0 |
3019 | 2025-07-18T16:48:14.486Z | Compiling argon2 v0.5.3 |
3020 | 2025-07-18T16:48:14.800Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
3021 | 2025-07-18T16:48:14.839Z | Compiling base64 v0.21.7 |
3022 | 2025-07-18T16:48:15.184Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3023 | 2025-07-18T16:48:15.569Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3024 | 2025-07-18T16:48:15.938Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3025 | 2025-07-18T16:48:16.019Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3026 | 2025-07-18T16:48:16.058Z | Compiling typify v0.4.1 |
3027 | 2025-07-18T16:48:16.086Z | Compiling thiserror-impl-no-std v2.0.2 |
3028 | 2025-07-18T16:48:16.265Z | Compiling progenitor-impl v0.10.0 |
3029 | 2025-07-18T16:48:16.330Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3030 | 2025-07-18T16:48:16.765Z | Compiling cancel-safe-futures v0.1.5 |
3031 | 2025-07-18T16:48:17.046Z | Compiling owo-colors v4.2.2 |
3032 | 2025-07-18T16:48:17.192Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3033 | 2025-07-18T16:48:17.335Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3034 | 2025-07-18T16:48:17.460Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3035 | 2025-07-18T16:48:17.617Z | Compiling atomicwrites v0.4.4 |
3036 | 2025-07-18T16:48:17.716Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
3037 | 2025-07-18T16:48:17.919Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3038 | 2025-07-18T16:48:17.982Z | Compiling libsw-core v0.3.1 |
3039 | 2025-07-18T16:48:17.985Z | Compiling fixedbitset v0.5.7 |
3040 | 2025-07-18T16:48:18.171Z | Compiling semver v0.1.20 |
3041 | 2025-07-18T16:48:18.327Z | Compiling libsw v3.5.0 |
3042 | 2025-07-18T16:48:18.662Z | Compiling rustc_version v0.1.7 |
3043 | 2025-07-18T16:48:18.689Z | Compiling petgraph v0.8.2 |
3044 | 2025-07-18T16:48:18.878Z | Compiling thiserror-no-std v2.0.2 |
3045 | 2025-07-18T16:48:19.050Z | Compiling vsss-rs v3.3.4 |
3046 | 2025-07-18T16:48:20.046Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
3047 | 2025-07-18T16:48:20.574Z | Compiling chacha20poly1305 v0.10.1 |
3048 | 2025-07-18T16:48:20.877Z | Compiling typify-impl v0.2.0 |
3049 | 2025-07-18T16:48:20.986Z | Compiling resolv-conf v0.7.0 |
3050 | 2025-07-18T16:48:21.741Z | Compiling newline-converter v0.3.0 |
3051 | 2025-07-18T16:48:21.962Z | Compiling primeorder v0.13.6 |
3052 | 2025-07-18T16:48:21.988Z | Compiling moka v0.12.10 |
3053 | 2025-07-18T16:48:22.051Z | Compiling libefi-sys v0.1.0 |
3054 | 2025-07-18T16:48:22.340Z | Compiling linear-map v1.2.0 |
3055 | 2025-07-18T16:48:22.418Z | Compiling indent_write v2.2.0 |
3056 | 2025-07-18T16:48:22.592Z | Compiling expectorate v1.2.0 |
3057 | 2025-07-18T16:48:22.681Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3058 | 2025-07-18T16:48:22.712Z | Compiling newtype_derive v0.1.6 |
3059 | 2025-07-18T16:48:22.885Z | Compiling pem v3.0.5 |
3060 | 2025-07-18T16:48:22.987Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3061 | 2025-07-18T16:48:23.108Z | Compiling bitfield-struct v0.6.2 |
3062 | 2025-07-18T16:48:23.177Z | Compiling progenitor-macro v0.10.0 |
3063 | 2025-07-18T16:48:23.351Z | Compiling pin-project-internal v1.1.6 |
3064 | 2025-07-18T16:48:23.431Z | Compiling unicase v2.7.0 |
3065 | 2025-07-18T16:48:23.562Z | Compiling same-file v1.0.6 |
3066 | 2025-07-18T16:48:23.833Z | Compiling tagptr v0.2.0 |
3067 | 2025-07-18T16:48:23.892Z | Compiling arc-swap v1.7.1 |
3068 | 2025-07-18T16:48:24.458Z | Compiling slog-scope v4.4.0 |
3069 | 2025-07-18T16:48:24.489Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3070 | 2025-07-18T16:48:25.210Z | Compiling walkdir v2.5.0 |
3071 | 2025-07-18T16:48:25.299Z | Compiling progenitor v0.9.1 |
3072 | 2025-07-18T16:48:25.564Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3073 | 2025-07-18T16:48:25.830Z | Compiling polyval v0.6.2 |
3074 | 2025-07-18T16:48:25.876Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3075 | 2025-07-18T16:48:25.919Z | Compiling hickory-proto v0.24.4 |
3076 | 2025-07-18T16:48:26.144Z | Compiling pin-project v1.1.6 |
3077 | 2025-07-18T16:48:26.270Z | Compiling snafu-derive v0.8.5 |
3078 | 2025-07-18T16:48:26.334Z | Compiling proc-macro-error-attr2 v2.0.0 |
3079 | 2025-07-18T16:48:26.507Z | Compiling salty v0.3.0 |
3080 | 2025-07-18T16:48:26.535Z | Compiling parking_lot_core v0.8.6 |
3081 | 2025-07-18T16:48:27.031Z | Compiling linked-hash-map v0.5.6 |
3082 | 2025-07-18T16:48:27.185Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3083 | 2025-07-18T16:48:27.237Z | Compiling proc-macro-error2 v2.0.1 |
3084 | 2025-07-18T16:48:27.310Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3085 | 2025-07-18T16:48:27.412Z | Compiling lru-cache v0.1.2 |
3086 | 2025-07-18T16:48:27.812Z | Compiling ghash v0.5.1 |
3087 | 2025-07-18T16:48:28.060Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3088 | 2025-07-18T16:48:28.086Z | Compiling hickory-resolver v0.25.2 |
3089 | 2025-07-18T16:48:28.479Z | Compiling slog-stdlog v4.1.1 |
3090 | 2025-07-18T16:48:28.832Z | Compiling p384 v0.13.0 |
3091 | 2025-07-18T16:48:28.883Z | Compiling tabled_derive v0.7.0 |
3092 | 2025-07-18T16:48:30.433Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3093 | 2025-07-18T16:48:30.985Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3094 | 2025-07-18T16:48:31.208Z | Compiling snafu v0.8.5 |
3095 | 2025-07-18T16:48:31.467Z | Compiling globset v0.4.15 |
3096 | 2025-07-18T16:48:31.987Z | Compiling olpc-cjson v0.1.4 |
3097 | 2025-07-18T16:48:32.321Z | Compiling num-derive v0.3.3 |
3098 | 2025-07-18T16:48:32.652Z | Compiling ctr v0.9.2 |
3099 | 2025-07-18T16:48:32.979Z | Compiling gethostname v0.5.0 |
3100 | 2025-07-18T16:48:33.053Z | Compiling lzma-sys v0.1.20 |
3101 | 2025-07-18T16:48:33.076Z | Compiling serde_plain v1.0.2 |
3102 | 2025-07-18T16:48:33.197Z | Compiling async-recursion v1.1.1 |
3103 | 2025-07-18T16:48:33.477Z | Compiling slog-dtrace v0.3.0 |
3104 | 2025-07-18T16:48:33.721Z | Compiling xshell-macros v0.2.7 |
3105 | 2025-07-18T16:48:33.830Z | Compiling highway v1.3.0 |
3106 | 2025-07-18T16:48:33.857Z | Compiling typed-path v0.9.3 |
3107 | 2025-07-18T16:48:34.445Z | Compiling textwrap v0.16.2 |
3108 | 2025-07-18T16:48:34.480Z | Compiling xshell v0.2.7 |
3109 | 2025-07-18T16:48:34.601Z | Compiling libscf-sys v1.1.0 |
3110 | 2025-07-18T16:48:34.882Z | Compiling aes-gcm v0.10.3 |
3111 | 2025-07-18T16:48:34.908Z | Compiling tabled v0.15.0 |
3112 | 2025-07-18T16:48:34.993Z | Compiling typify-macro v0.2.0 |
3113 | 2025-07-18T16:48:35.277Z | Compiling hickory-resolver v0.24.4 |
3114 | 2025-07-18T16:48:35.597Z | Compiling mime_guess v2.0.5 |
3115 | 2025-07-18T16:48:35.659Z | Compiling slog-envlogger v2.2.0 |
3116 | 2025-07-18T16:48:36.352Z | Compiling progenitor v0.10.0 |
3117 | 2025-07-18T16:48:36.531Z | Compiling tough v0.20.0 |
3118 | 2025-07-18T16:48:36.560Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3119 | 2025-07-18T16:48:36.753Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3120 | 2025-07-18T16:48:36.903Z | Compiling steno v0.4.1 |
3121 | 2025-07-18T16:48:38.495Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3122 | 2025-07-18T16:48:39.098Z | Compiling typify v0.2.0 |
3123 | 2025-07-18T16:48:39.314Z | Compiling progenitor-impl v0.8.0 |
3124 | 2025-07-18T16:48:40.308Z | Compiling tabled_derive v0.10.0 |
3125 | 2025-07-18T16:48:41.578Z | Compiling papergrid v0.14.0 |
3126 | 2025-07-18T16:48:41.895Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3127 | 2025-07-18T16:48:42.205Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3128 | 2025-07-18T16:48:43.061Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3129 | 2025-07-18T16:48:43.131Z | Compiling tokio-dtrace v0.1.0 |
3130 | 2025-07-18T16:48:43.349Z | Compiling heck v0.3.3 |
3131 | 2025-07-18T16:48:43.386Z | Compiling progenitor-client v0.8.0 |
3132 | 2025-07-18T16:48:43.757Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3133 | 2025-07-18T16:48:43.898Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3134 | 2025-07-18T16:48:45.438Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3135 | 2025-07-18T16:48:45.501Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3136 | 2025-07-18T16:48:46.255Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3137 | 2025-07-18T16:48:46.301Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3138 | 2025-07-18T16:48:46.373Z | Compiling progenitor-macro v0.8.0 |
3139 | 2025-07-18T16:48:47.263Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3140 | 2025-07-18T16:48:47.470Z | Compiling ssh-encoding v0.2.0 |
3141 | 2025-07-18T16:48:48.029Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3142 | 2025-07-18T16:48:49.075Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3143 | 2025-07-18T16:48:50.243Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3144 | 2025-07-18T16:48:50.611Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3145 | 2025-07-18T16:48:51.520Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3146 | 2025-07-18T16:48:51.776Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3147 | 2025-07-18T16:48:52.123Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3148 | 2025-07-18T16:48:52.340Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3149 | 2025-07-18T16:48:54.158Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3150 | 2025-07-18T16:48:54.531Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3151 | 2025-07-18T16:48:55.226Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3152 | 2025-07-18T16:48:55.508Z | Compiling blowfish v0.9.1 |
3153 | 2025-07-18T16:48:55.998Z | Compiling env_filter v0.1.2 |
3154 | 2025-07-18T16:48:56.707Z | Compiling nibble_vec v0.1.0 |
3155 | 2025-07-18T16:48:56.972Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3156 | 2025-07-18T16:48:57.128Z | Compiling humantime v2.2.0 |
3157 | 2025-07-18T16:48:57.354Z | Compiling endian-type v0.1.2 |
3158 | 2025-07-18T16:48:57.627Z | Compiling radix_trie v0.2.1 |
3159 | 2025-07-18T16:48:57.801Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3160 | 2025-07-18T16:48:58.311Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3161 | 2025-07-18T16:48:58.345Z | Compiling env_logger v0.11.5 |
3162 | 2025-07-18T16:48:59.063Z | Compiling bcrypt-pbkdf v0.10.0 |
3163 | 2025-07-18T16:48:59.090Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3164 | 2025-07-18T16:48:59.184Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3165 | 2025-07-18T16:48:59.369Z | Compiling progenitor v0.8.0 |
3166 | 2025-07-18T16:48:59.669Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3167 | 2025-07-18T16:48:59.751Z | Compiling ssh-cipher v0.2.0 |
3168 | 2025-07-18T16:49:00.093Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3169 | 2025-07-18T16:49:00.646Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3170 | 2025-07-18T16:49:01.244Z | Compiling zone_cfg_derive v0.1.2 |
3171 | 2025-07-18T16:49:01.342Z | Compiling tabled v0.18.0 |
3172 | 2025-07-18T16:49:02.730Z | Compiling oxide-tokio-rt v0.1.2 |
3173 | 2025-07-18T16:49:03.113Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3174 | 2025-07-18T16:49:03.217Z | Compiling parking_lot v0.11.2 |
3175 | 2025-07-18T16:49:04.000Z | Compiling qorb v0.4.0 |
3176 | 2025-07-18T16:49:04.161Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3177 | 2025-07-18T16:49:04.520Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3178 | 2025-07-18T16:49:05.227Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3179 | 2025-07-18T16:49:05.404Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3180 | 2025-07-18T16:49:05.436Z | Compiling prefix-trie v0.7.0 |
3181 | 2025-07-18T16:49:05.834Z | Compiling password-hash v0.4.2 |
3182 | 2025-07-18T16:49:05.876Z | Compiling fxhash v0.2.1 |
3183 | 2025-07-18T16:49:06.161Z | Compiling base64 v0.13.1 |
3184 | 2025-07-18T16:49:06.325Z | Compiling http-range v0.1.5 |
3185 | 2025-07-18T16:49:06.703Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3186 | 2025-07-18T16:49:06.731Z | Compiling ron v0.7.1 |
3187 | 2025-07-18T16:49:06.734Z | Compiling pbkdf2 v0.11.0 |
3188 | 2025-07-18T16:49:07.119Z | Compiling hickory-server v0.25.2 |
3189 | 2025-07-18T16:49:07.166Z | Compiling sled v0.34.7 |
3190 | 2025-07-18T16:49:07.936Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3191 | 2025-07-18T16:49:08.290Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3192 | 2025-07-18T16:49:08.870Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3193 | 2025-07-18T16:49:08.922Z | Compiling xz2 v0.1.7 |
3194 | 2025-07-18T16:49:09.470Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3195 | 2025-07-18T16:49:10.408Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3196 | 2025-07-18T16:49:11.698Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3197 | 2025-07-18T16:49:11.721Z | Compiling zone v0.1.8 |
3198 | 2025-07-18T16:49:11.995Z | Compiling ssh-key v0.6.6 |
3199 | 2025-07-18T16:49:12.182Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3200 | 2025-07-18T16:49:12.778Z | Compiling hickory-client v0.25.2 |
3201 | 2025-07-18T16:49:13.153Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3202 | 2025-07-18T16:49:13.493Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3203 | 2025-07-18T16:49:13.704Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3204 | 2025-07-18T16:49:14.328Z | Compiling p521 v0.13.3 |
3205 | 2025-07-18T16:49:15.245Z | Compiling p256 v0.13.2 |
3206 | 2025-07-18T16:49:16.119Z | Compiling yasna v0.5.2 |
3207 | 2025-07-18T16:49:16.206Z | Compiling headers-core v0.3.0 |
3208 | 2025-07-18T16:49:16.454Z | Compiling kstat-rs v0.2.4 |
3209 | 2025-07-18T16:49:16.637Z | Compiling secrecy v0.8.0 |
3210 | 2025-07-18T16:49:16.832Z | Compiling nanorand v0.7.0 |
3211 | 2025-07-18T16:49:16.946Z | Compiling russh-cryptovec v0.7.3 |
3212 | 2025-07-18T16:49:17.076Z | Compiling atty v0.2.14 |
3213 | 2025-07-18T16:49:17.156Z | Compiling md5 v0.7.0 |
3214 | 2025-07-18T16:49:17.288Z | Compiling crc8 v0.1.1 |
3215 | 2025-07-18T16:49:17.330Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3216 | 2025-07-18T16:49:17.406Z | Compiling flume v0.11.1 |
3217 | 2025-07-18T16:49:17.522Z | Compiling russh-keys v0.45.0 |
3218 | 2025-07-18T16:49:17.585Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3219 | 2025-07-18T16:49:17.759Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3220 | 2025-07-18T16:49:18.052Z | Compiling rcgen v0.12.1 |
3221 | 2025-07-18T16:49:20.147Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3222 | 2025-07-18T16:49:21.193Z | Compiling headers v0.4.1 |
3223 | 2025-07-18T16:49:21.222Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3224 | 2025-07-18T16:49:22.990Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3225 | 2025-07-18T16:49:23.017Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3226 | 2025-07-18T16:49:24.202Z | Compiling hyper-staticfile v0.10.1 |
3227 | 2025-07-18T16:49:24.489Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3228 | 2025-07-18T16:49:24.908Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3229 | 2025-07-18T16:49:25.090Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3230 | 2025-07-18T16:49:25.246Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3231 | 2025-07-18T16:49:25.798Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3232 | 2025-07-18T16:49:26.325Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3233 | 2025-07-18T16:49:27.198Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3234 | 2025-07-18T16:49:28.853Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3235 | 2025-07-18T16:49:28.986Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3236 | 2025-07-18T16:49:29.747Z | Compiling num-bigint v0.4.6 |
3237 | 2025-07-18T16:49:30.445Z | Compiling des v0.8.1 |
3238 | 2025-07-18T16:49:30.848Z | Compiling subprocess v0.2.9 |
3239 | 2025-07-18T16:49:31.246Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3240 | 2025-07-18T16:49:32.199Z | Compiling hex-literal v0.4.1 |
3241 | 2025-07-18T16:49:32.427Z | Compiling display-error-chain v0.2.2 |
3242 | 2025-07-18T16:49:32.574Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3243 | 2025-07-18T16:49:32.698Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3244 | 2025-07-18T16:49:33.309Z | Compiling russh v0.45.0 |
3245 | 2025-07-18T16:49:35.568Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3246 | 2025-07-18T16:49:35.673Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3247 | 2025-07-18T16:49:35.762Z | Compiling internet-checksum v0.2.1 |
3248 | 2025-07-18T16:49:38.745Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3249 | 2025-07-18T16:49:40.794Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3250 | 2025-07-18T16:50:07.578Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3251 | 2025-07-18T16:50:34.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s |
3252 | 2025-07-18T16:50:34.404Z | |
3253 | 2025-07-18T16:50:34.404Z | real 2:53.495229901 |
3254 | 2025-07-18T16:50:34.404Z | user 15:49.882219986 |
3255 | 2025-07-18T16:50:34.404Z | sys 2:14.409898711 |
3256 | 2025-07-18T16:50:34.404Z | trap 0.514634367 |
3257 | 2025-07-18T16:50:34.404Z | tflt 0.230608659 |
3258 | 2025-07-18T16:50:34.404Z | dflt 1.241468515 |
3259 | 2025-07-18T16:50:34.404Z | kflt 0.000036842 |
3260 | 2025-07-18T16:50:34.408Z | lock 43:10.549015805 |
3261 | 2025-07-18T16:50:34.408Z | slp 57:53.647656076 |
3262 | 2025-07-18T16:50:34.408Z | lat 55.181462378 |
3263 | 2025-07-18T16:50:34.408Z | stop 2:23.184077490 |
3264 | 2025-07-18T16:50:34.408Z | + mkdir tests |
3265 | 2025-07-18T16:50:34.412Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3266 | 2025-07-18T16:50:34.412Z | + xargs -I '{}' -t cp '{}' tests/ |
3267 | 2025-07-18T16:50:34.452Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5ebd6d92daba20bd tests/ |
3268 | 2025-07-18T16:50:34.480Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0475c9d74c3b1c63 tests/ |
3269 | 2025-07-18T16:50:34.505Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-cac5147583770bcc tests/ |
3270 | 2025-07-18T16:50:34.537Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-01cfe3e16a30235b tests/ |
3271 | 2025-07-18T16:50:34.863Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
3272 | 2025-07-18T16:50:34.866Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-0475c9d74c3b1c63 tests/commtest-cac5147583770bcc tests/dhcp_server-5ebd6d92daba20bd tests/end_to_end_tests-01cfe3e16a30235b out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
3273 | 2025-07-18T16:52:11.102Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3274 | 2025-07-18T16:52:11.102Z | a .github/buildomat/ci-env.sh 1K |
3275 | 2025-07-18T16:52:11.104Z | a out/target/test 1K |
3276 | 2025-07-18T16:52:11.104Z | a out/npuzone/npuzone 23144K |
3277 | 2025-07-18T16:52:11.104Z | a package-manifest.toml 34K |
3278 | 2025-07-18T16:52:11.104Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3279 | 2025-07-18T16:52:11.104Z | a target/release/omicron-package 40896K |
3280 | 2025-07-18T16:52:11.104Z | a target/release/xtask 11595K |
3281 | 2025-07-18T16:52:11.104Z | a target/debug/bootstrap 243654K |
3282 | 2025-07-18T16:52:11.104Z | a tests/bootstrap-0475c9d74c3b1c63 23336K |
3283 | 2025-07-18T16:52:11.104Z | a tests/commtest-cac5147583770bcc 29495K |
3284 | 2025-07-18T16:52:11.104Z | a tests/dhcp_server-5ebd6d92daba20bd 23336K |
3285 | 2025-07-18T16:52:11.104Z | a tests/end_to_end_tests-01cfe3e16a30235b 332516K |
3286 | 2025-07-18T16:52:11.104Z | a out/clickhouse.tar.gz 320033K |
3287 | 2025-07-18T16:52:11.104Z | a out/clickhouse_keeper.tar.gz 303886K |
3288 | 2025-07-18T16:52:11.104Z | a out/clickhouse_server.tar.gz 320032K |
3289 | 2025-07-18T16:52:11.104Z | a out/cockroachdb.tar.gz 162581K |
3290 | 2025-07-18T16:52:11.104Z | a out/crucible-dtrace.tar 98K |
3291 | 2025-07-18T16:52:11.104Z | a out/crucible-pantry-zone.tar.gz 38983K |
3292 | 2025-07-18T16:52:11.104Z | a out/crucible-zone.tar.gz 48866K |
3293 | 2025-07-18T16:52:11.104Z | a out/external-dns.tar.gz 50589K |
3294 | 2025-07-18T16:52:11.104Z | a out/internal-dns.tar.gz 50589K |
3295 | 2025-07-18T16:52:11.104Z | a out/mg-ddm-gz.tar 90846K |
3296 | 2025-07-18T16:52:11.105Z | a out/nexus.tar.gz 132580K |
3297 | 2025-07-18T16:52:11.105Z | a out/ntp.tar.gz 33051K |
3298 | 2025-07-18T16:52:11.105Z | a out/omicron-gateway-softnpu.tar.gz 30678K |
3299 | 2025-07-18T16:52:11.105Z | a out/omicron-sled-agent.tar 140437K |
3300 | 2025-07-18T16:52:11.105Z | a out/overlay.tar.gz 3K |
3301 | 2025-07-18T16:52:11.105Z | a out/oximeter.tar.gz 64074K |
3302 | 2025-07-18T16:52:11.105Z | a out/oxlog.tar 3950K |
3303 | 2025-07-18T16:52:11.105Z | a out/probe.tar.gz 3037K |
3304 | 2025-07-18T16:52:11.105Z | a out/propolis-server.tar.gz 68537K |
3305 | 2025-07-18T16:52:11.105Z | a out/pumpkind-gz.tar 26648K |
3306 | 2025-07-18T16:52:11.105Z | a out/switch-softnpu.tar.gz 338539K |
3307 | 2025-07-18T16:52:11.109Z | |
3308 | 2025-07-18T16:52:11.109Z | real 1:36.213868490 |
3309 | 2025-07-18T16:52:11.110Z | user 1:32.035321082 |
3310 | 2025-07-18T16:52:11.110Z | sys 6.208289018 |
3311 | 2025-07-18T16:52:11.110Z | trap 0.025677880 |
3312 | 2025-07-18T16:52:11.110Z | tflt 0.000000000 |
3313 | 2025-07-18T16:52:11.110Z | dflt 0.000000000 |
3314 | 2025-07-18T16:52:11.110Z | kflt 0.000000000 |
3315 | 2025-07-18T16:52:11.110Z | lock 0.000000000 |
3316 | 2025-07-18T16:52:11.110Z | slp 1:31.637689870 |
3317 | 2025-07-18T16:52:11.110Z | lat 2.515099917 |
3318 | 2025-07-18T16:52:11.110Z | stop 0.000496456 |
3319 | 2025-07-18T16:52:11.110Z | process exited: duration 2167287 ms, exit code 0 |
|
3320 | 2025-07-18T16:52:11.127Z | found 1 output files |
3321 | 2025-07-18T16:52:11.127Z | uploading: /work/package.tar.gz (2237018767 bytes) |
3322 | 2025-07-18T16:53:07.713Z | uploaded: /work/package.tar.gz |