|
|
|
1 | 2025-03-25T22:09:21.065Z | job assigned to worker 01JQ7NKCS2J3AFWJV2Q1PE3CJ9 [factory aws, i-01b4fb36cec852469] (queued for 55 s) |
|
2 | 2025-03-25T22:09:29.228Z | starting task 0: "setup" |
3 | 2025-03-25T22:09:29.235Z | ++ uname -s |
4 | 2025-03-25T22:09:29.240Z | + kern=SunOS |
5 | 2025-03-25T22:09:29.240Z | + build_user=build |
6 | 2025-03-25T22:09:29.240Z | + build_uid=12345 |
7 | 2025-03-25T22:09:29.240Z | + work_dir=/work |
8 | 2025-03-25T22:09:29.242Z | + input_dir=/input |
9 | 2025-03-25T22:09:29.242Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T22:09:29.242Z | + case "$kern" in |
11 | 2025-03-25T22:09:29.242Z | + groupadd -g 12345 build |
12 | 2025-03-25T22:09:29.242Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T22:09:31.282Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T22:09:31.400Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T22:09:31.407Z | + home_fs=zfs |
16 | 2025-03-25T22:09:31.407Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T22:09:31.407Z | + mkdir -p /home/build |
18 | 2025-03-25T22:09:31.407Z | + chown build:build /home/build /work |
19 | 2025-03-25T22:09:33.439Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T22:09:33.458Z | process exited: duration 4142 ms, exit code 0 |
|
21 | 2025-03-25T22:09:33.471Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T22:09:33.895Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T22:09:33.895Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T22:09:33.895Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-25T22:09:33.895Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-25T22:09:33.895Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T22:09:33.895Z | * rust toolchain profile = "default" |
28 | 2025-03-25T22:09:33.895Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T22:09:33.895Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T22:09:33.904Z | info: downloading installer |
31 | 2025-03-25T22:09:34.963Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T22:09:34.963Z | warn: /opt/ooce/bin |
33 | 2025-03-25T22:09:34.963Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T22:09:34.963Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T22:09:34.963Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T22:09:34.963Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T22:09:34.963Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T22:09:34.963Z | error: cannot install while Rust is installed |
39 | 2025-03-25T22:09:34.963Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T22:09:34.980Z | info: profile set to 'default' |
41 | 2025-03-25T22:09:34.981Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T22:09:34.986Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T22:09:35.154Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T22:09:35.155Z | info: downloading component 'cargo' |
45 | 2025-03-25T22:09:36.221Z | info: downloading component 'clippy' |
46 | 2025-03-25T22:09:36.580Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T22:09:37.935Z | info: downloading component 'rust-std' |
48 | 2025-03-25T22:09:40.260Z | info: downloading component 'rustc' |
49 | 2025-03-25T22:09:45.951Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T22:09:49.744Z | info: installing component 'cargo' |
51 | 2025-03-25T22:09:51.142Z | info: installing component 'clippy' |
52 | 2025-03-25T22:09:51.142Z | info: installing component 'rust-docs' |
53 | 2025-03-25T22:09:51.142Z | info: installing component 'rust-std' |
54 | 2025-03-25T22:09:51.261Z | info: installing component 'rustc' |
55 | 2025-03-25T22:09:57.175Z | info: installing component 'rustfmt' |
56 | 2025-03-25T22:09:57.508Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T22:09:57.509Z | |
58 | 2025-03-25T22:09:57.875Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T22:09:57.875Z | |
60 | 2025-03-25T22:09:57.878Z | |
61 | 2025-03-25T22:09:57.878Z | Rust is installed now. Great! |
62 | 2025-03-25T22:09:57.878Z | |
63 | 2025-03-25T22:09:57.878Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T22:09:57.878Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T22:09:57.878Z | |
66 | 2025-03-25T22:09:57.878Z | To configure your current shell, you need to source |
67 | 2025-03-25T22:09:57.878Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T22:09:57.878Z | |
69 | 2025-03-25T22:09:57.878Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T22:09:57.878Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T22:09:57.878Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T22:09:57.878Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T22:09:57.953Z | + rustup --version |
74 | 2025-03-25T22:09:57.964Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T22:09:57.968Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T22:09:57.993Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T22:09:57.996Z | + cargo --version |
78 | 2025-03-25T22:09:58.015Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T22:09:58.018Z | + rustc --version |
80 | 2025-03-25T22:09:58.044Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T22:09:58.048Z | process exited: duration 24160 ms, exit code 0 |
|
82 | 2025-03-25T22:09:58.066Z | starting task 2: "authentication" |
83 | 2025-03-25T22:09:58.083Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-25T22:09:58.091Z | starting task 3: "clone repository" |
85 | 2025-03-25T22:09:58.096Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T22:09:58.100Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T22:09:58.137Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T22:10:05.122Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T22:10:05.122Z | + git fetch origin 29582a66bc0dec2b1045c85b0e054cce3e49059b |
90 | 2025-03-25T22:10:05.408Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T22:10:05.408Z | * branch 29582a66bc0dec2b1045c85b0e054cce3e49059b -> FETCH_HEAD |
92 | 2025-03-25T22:10:05.420Z | + [[ -n omdb_sagas_part_1 ]] |
93 | 2025-03-25T22:10:05.423Z | ++ git branch --show-current |
94 | 2025-03-25T22:10:05.427Z | + current=main |
95 | 2025-03-25T22:10:05.427Z | + [[ main != omdb_sagas_part_1 ]] |
96 | 2025-03-25T22:10:05.427Z | + git branch -f omdb_sagas_part_1 29582a66bc0dec2b1045c85b0e054cce3e49059b |
97 | 2025-03-25T22:10:05.431Z | + git checkout -f omdb_sagas_part_1 |
98 | 2025-03-25T22:10:05.622Z | Switched to branch 'omdb_sagas_part_1' |
99 | 2025-03-25T22:10:05.626Z | + git reset --hard 29582a66bc0dec2b1045c85b0e054cce3e49059b |
100 | 2025-03-25T22:10:05.637Z | HEAD is now at 29582a66b Merge branch 'main' into omdb_sagas_part_1 |
101 | 2025-03-25T22:10:05.642Z | process exited: duration 7420 ms, exit code 0 |
|
102 | 2025-03-25T22:10:05.650Z | starting task 4: "build" |
103 | 2025-03-25T22:10:05.655Z | + source ./env.sh |
104 | 2025-03-25T22:10:05.659Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-25T22:10:05.659Z | ++ set -o xtrace |
106 | 2025-03-25T22:10:05.659Z | ++++ dirname ./env.sh |
107 | 2025-03-25T22:10:05.664Z | +++ readlink -f . |
108 | 2025-03-25T22:10:05.664Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-25T22:10:05.664Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-03-25T22:10:05.664Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-25T22:10:05.665Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-03-25T22:10:05.665Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-03-25T22:10:05.665Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-03-25T22:10:05.665Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-03-25T22:10:05.665Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-03-25T22:10:05.666Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-03-25T22:10:05.666Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-25T22:10:05.666Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-25T22:10:05.666Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-25T22:10:05.666Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-25T22:10:05.667Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-25T22:10:05.667Z | + cargo --version |
123 | 2025-03-25T22:10:05.719Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-25T22:10:05.723Z | + rustc --version |
125 | 2025-03-25T22:10:05.790Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-25T22:10:05.794Z | + banner prerequisites |
127 | 2025-03-25T22:10:05.798Z | |
128 | 2025-03-25T22:10:05.798Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-25T22:10:05.798Z | # # # # # # # # # # # # # # # |
130 | 2025-03-25T22:10:05.799Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-25T22:10:05.799Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-25T22:10:05.799Z | # # # # # # # # # # # # # # # |
133 | 2025-03-25T22:10:05.799Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-25T22:10:05.799Z | |
135 | 2025-03-25T22:10:05.799Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-25T22:10:07.392Z | pkg list: illegal option -- F |
137 | 2025-03-25T22:10:07.392Z | Usage: |
138 | 2025-03-25T22:10:07.399Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-25T22:10:07.400Z | [pkg_fmri_pattern ...] |
140 | 2025-03-25T22:10:08.253Z | pkg list: illegal option -- F |
141 | 2025-03-25T22:10:08.253Z | Usage: |
142 | 2025-03-25T22:10:08.259Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-25T22:10:08.259Z | [pkg_fmri_pattern ...] |
144 | 2025-03-25T22:10:18.923Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-25T22:10:20.956Z | Startup: Caching catalogs ... Done |
146 | 2025-03-25T22:10:36.235Z | Planning: Solver setup ... Done (14.009s) |
147 | 2025-03-25T22:10:36.402Z | Planning: Running solver ... Done (0.171s) |
148 | 2025-03-25T22:10:36.560Z | Planning: Finding local manifests ... Done (0.007s) |
149 | 2025-03-25T22:10:36.581Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-25T22:10:38.018Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-25T22:10:38.285Z | Planning: Package planning ... Done (0.120s) |
152 | 2025-03-25T22:10:38.739Z | Planning: Merging actions ... Done (0.063s) |
153 | 2025-03-25T22:10:39.140Z | Planning: Checking for conflicting actions ... Done (0.205s) |
154 | 2025-03-25T22:10:40.429Z | Planning: Consolidating action changes ... Done (2.131s) |
155 | 2025-03-25T22:10:40.883Z | Planning: Evaluating mediators ... Done (0.458s) |
156 | 2025-03-25T22:10:40.964Z | Planning: Planning completed in 19.92 seconds |
157 | 2025-03-25T22:10:40.979Z | Packages to install: 4 |
158 | 2025-03-25T22:10:40.979Z | Packages to update: 3 |
159 | 2025-03-25T22:10:40.979Z | Mediators to change: 2 |
160 | 2025-03-25T22:10:40.979Z | Services to change: 1 |
161 | 2025-03-25T22:10:40.979Z | Estimated space available: 155.59 GB |
162 | 2025-03-25T22:10:40.979Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-25T22:10:40.980Z | Create boot environment: No |
164 | 2025-03-25T22:10:40.980Z | Create backup boot environment: Yes |
165 | 2025-03-25T22:10:40.980Z | Rebuild boot archive: No |
166 | 2025-03-25T22:10:40.981Z | |
167 | 2025-03-25T22:10:40.981Z | Changed mediators: |
168 | 2025-03-25T22:10:40.981Z | mediator clang: |
169 | 2025-03-25T22:10:40.981Z | version: None -> 15 (system default) |
170 | 2025-03-25T22:10:40.981Z | |
171 | 2025-03-25T22:10:40.981Z | mediator llvm: |
172 | 2025-03-25T22:10:40.981Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-25T22:10:40.981Z | |
174 | 2025-03-25T22:10:40.981Z | Changed packages: |
175 | 2025-03-25T22:10:40.981Z | helios-dev |
176 | 2025-03-25T22:10:40.981Z | developer/build-essential |
177 | 2025-03-25T22:10:40.982Z | None -> 11-2.0 |
178 | 2025-03-25T22:10:40.982Z | library/libxmlsec1 |
179 | 2025-03-25T22:10:40.982Z | None -> 1.2.35-2.0 |
180 | 2025-03-25T22:10:40.982Z | ooce/developer/clang-15 |
181 | 2025-03-25T22:10:40.982Z | None -> 15.0.7-2.0 |
182 | 2025-03-25T22:10:40.982Z | ooce/developer/llvm-15 |
183 | 2025-03-25T22:10:40.982Z | None -> 15.0.7-2.0 |
184 | 2025-03-25T22:10:40.982Z | package/pkg |
185 | 2025-03-25T22:10:40.982Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-25T22:10:40.983Z | system/library/g++-runtime |
187 | 2025-03-25T22:10:40.983Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-25T22:10:40.983Z | system/library/gcc-runtime |
189 | 2025-03-25T22:10:40.983Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-25T22:10:40.983Z | |
191 | 2025-03-25T22:10:40.983Z | Services: |
192 | 2025-03-25T22:10:40.983Z | restart_fmri: |
193 | 2025-03-25T22:10:40.983Z | svc:/system/update-man-index:default |
194 | 2025-03-25T22:10:40.984Z | |
195 | 2025-03-25T22:10:40.984Z | Editable files to change: |
196 | 2025-03-25T22:10:40.984Z | Update: |
197 | 2025-03-25T22:10:40.984Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-25T22:10:41.048Z | |
199 | 2025-03-25T22:10:41.048Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-25T22:10:45.862Z | Download: 841/4301 items 18.8/225.4MB 8% complete (3.8M/s) |
201 | 2025-03-25T22:10:50.646Z | Download: 1987/4301 items 118.7/225.4MB 52% complete (12.0M/s) |
202 | 2025-03-25T22:10:55.409Z | Download: 2889/4301 items 121.2/225.4MB 53% complete (10.2M/s) |
203 | 2025-03-25T22:11:00.281Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (8.7M/s) |
204 | 2025-03-25T22:11:08.258Z | Download: 3287/4301 items 210.2/225.4MB 93% complete (8.7M/s) |
205 | 2025-03-25T22:11:13.387Z | Download: 3950/4301 items 217.9/225.4MB 96% complete (881k/s) |
206 | 2025-03-25T22:11:20.065Z | Download: 4201/4301 items 220.6/225.4MB 97% complete (1.3M/s) |
207 | 2025-03-25T22:11:25.863Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (1.1M/s) |
208 | 2025-03-25T22:11:40.879Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
209 | 2025-03-25T22:11:47.038Z | Download: 4282/4301 items 221.5/225.4MB 98% complete (836k/s) |
210 | 2025-03-25T22:11:49.937Z | Download: Completed 225.42 MB in 69.36 seconds (3.2M/s) |
211 | 2025-03-25T22:11:52.039Z | Actions: 1/5122 actions (Removing old actions) |
212 | 2025-03-25T22:11:52.060Z | Actions: 194/5122 actions (Installing new actions) |
213 | 2025-03-25T22:11:56.851Z | Actions: 4267/5122 actions (Updating modified actions) |
214 | 2025-03-25T22:11:57.208Z | Actions: Completed 5122 actions in 5.08 seconds. |
215 | 2025-03-25T22:11:57.455Z | Done (0.234s) |
216 | 2025-03-25T22:11:57.458Z | Done (0.001s) |
217 | 2025-03-25T22:11:58.102Z | Done (0.635s) |
218 | 2025-03-25T22:12:02.867Z | Done (4.451s) |
219 | 2025-03-25T22:12:02.959Z | Done (0.017s) |
220 | 2025-03-25T22:12:02.963Z | Done (0.000s) |
221 | 2025-03-25T22:12:03.128Z | Done (0.000s) |
222 | 2025-03-25T22:12:03.894Z | Planning: Evaluating mediator changes ... Done |
223 | 2025-03-25T22:12:04.057Z | Planning: Checking for conflicting actions ... Done |
224 | 2025-03-25T22:12:04.061Z | Planning: Consolidating action changes ... Done |
225 | 2025-03-25T22:12:04.332Z | Planning: Evaluating mediators ... Done |
226 | 2025-03-25T22:12:04.335Z | Planning: Planning completed in 0.43 seconds |
227 | 2025-03-25T22:12:04.373Z | Mediators to change: 2 |
228 | 2025-03-25T22:12:04.373Z | Create boot environment: No |
229 | 2025-03-25T22:12:04.377Z | Create backup boot environment: No |
230 | 2025-03-25T22:12:04.447Z | Done |
231 | 2025-03-25T22:12:04.447Z | Done |
232 | 2025-03-25T22:12:04.916Z | Done |
233 | 2025-03-25T22:12:08.665Z | Done |
234 | 2025-03-25T22:12:08.765Z | Done |
235 | 2025-03-25T22:12:08.769Z | Done |
236 | 2025-03-25T22:12:08.903Z | Done |
237 | 2025-03-25T22:12:09.549Z | Planning: Evaluating mediator changes ... Done |
238 | 2025-03-25T22:12:09.552Z | Planning: Merging actions ... Done |
239 | 2025-03-25T22:12:09.751Z | Planning: Checking for conflicting actions ... Done |
240 | 2025-03-25T22:12:09.754Z | Planning: Consolidating action changes ... Done |
241 | 2025-03-25T22:12:10.047Z | Planning: Evaluating mediators ... Done |
242 | 2025-03-25T22:12:10.108Z | Planning: Planning completed in 0.80 seconds |
243 | 2025-03-25T22:12:10.152Z | Packages to change: 1 |
244 | 2025-03-25T22:12:10.152Z | Mediators to change: 1 |
245 | 2025-03-25T22:12:10.152Z | Services to change: 1 |
246 | 2025-03-25T22:12:10.156Z | Create boot environment: No |
247 | 2025-03-25T22:12:10.156Z | Create backup boot environment: Yes |
248 | 2025-03-25T22:12:12.379Z | Actions: 1/6 actions (Updating modified actions) |
249 | 2025-03-25T22:12:12.382Z | Actions: Completed 6 actions in 0.00 seconds. |
250 | 2025-03-25T22:12:12.382Z | Done |
251 | 2025-03-25T22:12:12.382Z | Done |
252 | 2025-03-25T22:12:12.512Z | Done |
253 | 2025-03-25T22:12:16.351Z | Done |
254 | 2025-03-25T22:12:16.446Z | Done |
255 | 2025-03-25T22:12:16.450Z | Done |
256 | 2025-03-25T22:12:16.603Z | Done |
257 | 2025-03-25T22:12:17.069Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
258 | 2025-03-25T22:12:17.069Z | clang system 15 system |
259 | 2025-03-25T22:12:17.069Z | csh system system illumos |
260 | 2025-03-25T22:12:17.069Z | ctags system system illumos |
261 | 2025-03-25T22:12:17.069Z | gcc vendor 12 vendor |
262 | 2025-03-25T22:12:17.069Z | gcc system 10 system |
263 | 2025-03-25T22:12:17.069Z | gcc system 7 system |
264 | 2025-03-25T22:12:17.069Z | go system 1.20 system |
265 | 2025-03-25T22:12:17.069Z | go system 1.19 system |
266 | 2025-03-25T22:12:17.069Z | llvm system 15 system |
267 | 2025-03-25T22:12:17.069Z | llvm system 14 system |
268 | 2025-03-25T22:12:17.069Z | mariadb system 10.6 system |
269 | 2025-03-25T22:12:17.069Z | mta vendor vendor dma |
270 | 2025-03-25T22:12:17.069Z | openjdk system 17 system |
271 | 2025-03-25T22:12:17.069Z | openjdk system 11 system |
272 | 2025-03-25T22:12:17.069Z | openjdk system 1.8 system |
273 | 2025-03-25T22:12:17.069Z | openssl vendor 3 vendor |
274 | 2025-03-25T22:12:17.069Z | perl system 5.36 system |
275 | 2025-03-25T22:12:17.069Z | postgresql system 15 system |
276 | 2025-03-25T22:12:17.069Z | postgresql system 13 system |
277 | 2025-03-25T22:12:17.069Z | python vendor 3 vendor |
278 | 2025-03-25T22:12:17.069Z | python system 2 system |
279 | 2025-03-25T22:12:17.069Z | python3 system 3.11 system |
280 | 2025-03-25T22:12:17.070Z | ruby system 3.0 system |
281 | 2025-03-25T22:12:17.070Z | words vendor vendor american-english |
282 | 2025-03-25T22:12:17.070Z | words system system australian-english |
283 | 2025-03-25T22:12:17.070Z | words system system british-english |
284 | 2025-03-25T22:12:17.070Z | words system system canadian-english |
285 | 2025-03-25T22:12:17.070Z | words system system french |
286 | 2025-03-25T22:12:17.070Z | words system system italian |
287 | 2025-03-25T22:12:17.070Z | words system system ngerman |
288 | 2025-03-25T22:12:17.070Z | words system system ogerman |
289 | 2025-03-25T22:12:17.070Z | words system system spanish |
290 | 2025-03-25T22:12:17.441Z | PUBLISHER TYPE STATUS P LOCATION |
291 | 2025-03-25T22:12:17.441Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
292 | 2025-03-25T22:12:20.691Z | FMRI IFO |
293 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
294 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
295 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
296 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
297 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
298 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
299 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
300 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
301 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
302 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
303 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
304 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
305 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
306 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
307 | 2025-03-25T22:12:20.691Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
308 | 2025-03-25T22:12:21.599Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
309 | 2025-03-25T22:12:21.868Z | Updating crates.io index |
310 | 2025-03-25T22:12:21.923Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
311 | 2025-03-25T22:12:22.510Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
312 | 2025-03-25T22:12:22.784Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
313 | 2025-03-25T22:12:23.063Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
314 | 2025-03-25T22:12:23.334Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
315 | 2025-03-25T22:12:24.378Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
316 | 2025-03-25T22:12:26.171Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2025-03-25T22:12:26.899Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
318 | 2025-03-25T22:12:27.593Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
319 | 2025-03-25T22:12:27.841Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
320 | 2025-03-25T22:12:28.165Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
321 | 2025-03-25T22:12:28.936Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
322 | 2025-03-25T22:12:29.440Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
323 | 2025-03-25T22:12:29.775Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
324 | 2025-03-25T22:12:30.068Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
325 | 2025-03-25T22:12:30.335Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
326 | 2025-03-25T22:12:30.603Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
327 | 2025-03-25T22:12:30.858Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
328 | 2025-03-25T22:12:31.157Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
329 | 2025-03-25T22:12:31.465Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
330 | 2025-03-25T22:12:31.830Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
331 | 2025-03-25T22:12:32.128Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
332 | 2025-03-25T22:12:32.528Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
333 | 2025-03-25T22:12:32.802Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
334 | 2025-03-25T22:12:33.374Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
335 | 2025-03-25T22:12:33.763Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
336 | 2025-03-25T22:12:34.172Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
337 | 2025-03-25T22:12:34.560Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
338 | 2025-03-25T22:12:34.862Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2025-03-25T22:12:35.092Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
340 | 2025-03-25T22:12:35.373Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2025-03-25T22:12:36.816Z | Downloading crates ... |
342 | 2025-03-25T22:12:36.909Z | Downloaded anstyle v1.0.10 |
343 | 2025-03-25T22:12:36.912Z | Downloaded block-buffer v0.10.4 |
344 | 2025-03-25T22:12:36.915Z | Downloaded bitflags v1.3.2 |
345 | 2025-03-25T22:12:36.918Z | Downloaded anstyle-query v1.1.1 |
346 | 2025-03-25T22:12:36.921Z | Downloaded dtrace-parser v0.2.0 |
347 | 2025-03-25T22:12:36.927Z | Downloaded equivalent v1.0.1 |
348 | 2025-03-25T22:12:36.933Z | Downloaded swrite v0.1.0 |
349 | 2025-03-25T22:12:36.936Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2025-03-25T22:12:36.942Z | Downloaded fastrand v2.1.1 |
351 | 2025-03-25T22:12:36.946Z | Downloaded version_check v0.9.5 |
352 | 2025-03-25T22:12:36.946Z | Downloaded memmap v0.7.0 |
353 | 2025-03-25T22:12:36.949Z | Downloaded winnow v0.7.3 |
354 | 2025-03-25T22:12:36.959Z | Downloaded scroll_derive v0.12.0 |
355 | 2025-03-25T22:12:36.962Z | Downloaded usdt-macro v0.5.0 |
356 | 2025-03-25T22:12:36.962Z | Downloaded cfg-if v1.0.0 |
357 | 2025-03-25T22:12:36.968Z | Downloaded dof v0.3.0 |
358 | 2025-03-25T22:12:36.971Z | Downloaded heck v0.5.0 |
359 | 2025-03-25T22:12:36.971Z | Downloaded autocfg v1.4.0 |
360 | 2025-03-25T22:12:36.974Z | Downloaded digest v0.10.7 |
361 | 2025-03-25T22:12:36.977Z | Downloaded bitflags v2.6.0 |
362 | 2025-03-25T22:12:36.983Z | Downloaded colorchoice v1.0.2 |
363 | 2025-03-25T22:12:36.986Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-03-25T22:12:36.986Z | Downloaded serde_spanned v0.6.8 |
365 | 2025-03-25T22:12:36.989Z | Downloaded macaddr v1.0.1 |
366 | 2025-03-25T22:12:36.989Z | Downloaded itoa v1.0.11 |
367 | 2025-03-25T22:12:36.993Z | Downloaded fnv v1.0.7 |
368 | 2025-03-25T22:12:36.993Z | Downloaded smawk v0.3.2 |
369 | 2025-03-25T22:12:36.993Z | Downloaded toml_datetime v0.6.8 |
370 | 2025-03-25T22:12:36.996Z | Downloaded bytecount v0.6.8 |
371 | 2025-03-25T22:12:36.996Z | Downloaded thiserror-impl v1.0.69 |
372 | 2025-03-25T22:12:36.999Z | Downloaded terminal_size v0.2.6 |
373 | 2025-03-25T22:12:36.999Z | Downloaded is_terminal_polyfill v1.70.1 |
374 | 2025-03-25T22:12:37.002Z | Downloaded thiserror-impl v2.0.12 |
375 | 2025-03-25T22:12:37.002Z | Downloaded plain v0.2.3 |
376 | 2025-03-25T22:12:37.002Z | Downloaded generic-array v0.14.7 |
377 | 2025-03-25T22:12:37.005Z | Downloaded thiserror v1.0.69 |
378 | 2025-03-25T22:12:37.010Z | Downloaded strsim v0.11.1 |
379 | 2025-03-25T22:12:37.013Z | Downloaded proc-macro-error-attr v1.0.4 |
380 | 2025-03-25T22:12:37.013Z | Downloaded terminal_size v0.4.0 |
381 | 2025-03-25T22:12:37.014Z | Downloaded fs-err v2.11.0 |
382 | 2025-03-25T22:12:37.017Z | Downloaded clap_lex v0.7.4 |
383 | 2025-03-25T22:12:37.017Z | Downloaded utf8parse v0.2.2 |
384 | 2025-03-25T22:12:37.022Z | Downloaded cargo_toml v0.21.0 |
385 | 2025-03-25T22:12:37.022Z | Downloaded cargo_metadata v0.19.2 |
386 | 2025-03-25T22:12:37.023Z | Downloaded quote v1.0.39 |
387 | 2025-03-25T22:12:37.027Z | Downloaded cargo-platform v0.1.8 |
388 | 2025-03-25T22:12:37.027Z | Downloaded proc-macro-error v1.0.4 |
389 | 2025-03-25T22:12:37.030Z | Downloaded heck v0.4.1 |
390 | 2025-03-25T22:12:37.030Z | Downloaded crypto-common v0.1.6 |
391 | 2025-03-25T22:12:37.031Z | Downloaded cpufeatures v0.2.14 |
392 | 2025-03-25T22:12:37.031Z | Downloaded pretty-hex v0.4.1 |
393 | 2025-03-25T22:12:37.036Z | Downloaded clap_derive v4.5.32 |
394 | 2025-03-25T22:12:37.036Z | Downloaded usdt v0.5.0 |
395 | 2025-03-25T22:12:37.036Z | Downloaded camino v1.1.9 |
396 | 2025-03-25T22:12:37.039Z | Downloaded anstream v0.6.15 |
397 | 2025-03-25T22:12:37.040Z | Downloaded thread-id v4.2.2 |
398 | 2025-03-25T22:12:37.045Z | Downloaded tabled_derive v0.7.0 |
399 | 2025-03-25T22:12:37.045Z | Downloaded unicode-ident v1.0.14 |
400 | 2025-03-25T22:12:37.048Z | Downloaded io-lifetimes v1.0.11 |
401 | 2025-03-25T22:12:37.048Z | Downloaded semver v1.0.25 |
402 | 2025-03-25T22:12:37.048Z | Downloaded pest_generator v2.7.14 |
403 | 2025-03-25T22:12:37.052Z | Downloaded usdt-impl v0.5.0 |
404 | 2025-03-25T22:12:37.052Z | Downloaded errno v0.3.9 |
405 | 2025-03-25T22:12:37.055Z | Downloaded pest_derive v2.7.14 |
406 | 2025-03-25T22:12:37.055Z | Downloaded byteorder v1.5.0 |
407 | 2025-03-25T22:12:37.058Z | Downloaded once_cell v1.20.3 |
408 | 2025-03-25T22:12:37.059Z | Downloaded unicode-linebreak v0.1.5 |
409 | 2025-03-25T22:12:37.063Z | Downloaded camino-tempfile v1.1.1 |
410 | 2025-03-25T22:12:37.063Z | Downloaded pest_meta v2.7.14 |
411 | 2025-03-25T22:12:37.066Z | Downloaded anstyle-parse v0.2.5 |
412 | 2025-03-25T22:12:37.066Z | Downloaded thiserror v2.0.12 |
413 | 2025-03-25T22:12:37.070Z | Downloaded scroll v0.12.0 |
414 | 2025-03-25T22:12:37.075Z | Downloaded tempfile v3.13.0 |
415 | 2025-03-25T22:12:37.075Z | Downloaded anyhow v1.0.97 |
416 | 2025-03-25T22:12:37.080Z | Downloaded ucd-trie v0.1.7 |
417 | 2025-03-25T22:12:37.085Z | Downloaded toml v0.8.20 |
418 | 2025-03-25T22:12:37.089Z | Downloaded log v0.4.22 |
419 | 2025-03-25T22:12:37.089Z | Downloaded typenum v1.17.0 |
420 | 2025-03-25T22:12:37.092Z | Downloaded zerocopy-derive v0.7.35 |
421 | 2025-03-25T22:12:37.098Z | Downloaded serde_derive v1.0.218 |
422 | 2025-03-25T22:12:37.106Z | Downloaded proc-macro2 v1.0.94 |
423 | 2025-03-25T22:12:37.106Z | Downloaded sha2 v0.10.8 |
424 | 2025-03-25T22:12:37.106Z | Downloaded clap v4.5.32 |
425 | 2025-03-25T22:12:37.110Z | Downloaded ryu v1.0.18 |
426 | 2025-03-25T22:12:37.113Z | Downloaded textwrap v0.16.1 |
427 | 2025-03-25T22:12:37.117Z | Downloaded papergrid v0.11.0 |
428 | 2025-03-25T22:12:37.131Z | Downloaded serde v1.0.218 |
429 | 2025-03-25T22:12:37.138Z | Downloaded memchr v2.7.4 |
430 | 2025-03-25T22:12:37.143Z | Downloaded indexmap v2.7.1 |
431 | 2025-03-25T22:12:37.155Z | Downloaded toml_edit v0.22.24 |
432 | 2025-03-25T22:12:37.175Z | Downloaded pest v2.7.14 |
433 | 2025-03-25T22:12:37.180Z | Downloaded hashbrown v0.15.1 |
434 | 2025-03-25T22:12:37.184Z | Downloaded serde_json v1.0.139 |
435 | 2025-03-25T22:12:37.200Z | Downloaded zerocopy v0.7.35 |
436 | 2025-03-25T22:12:37.214Z | Downloaded goblin v0.8.2 |
437 | 2025-03-25T22:12:37.219Z | Downloaded clap_builder v4.5.32 |
438 | 2025-03-25T22:12:37.225Z | Downloaded tabled v0.15.0 |
439 | 2025-03-25T22:12:37.240Z | Downloaded syn v1.0.109 |
440 | 2025-03-25T22:12:37.258Z | Downloaded unicode-width v0.1.14 |
441 | 2025-03-25T22:12:37.267Z | Downloaded syn v2.0.98 |
442 | 2025-03-25T22:12:37.277Z | Downloaded rustix v0.37.28 |
443 | 2025-03-25T22:12:37.295Z | Downloaded rustix v0.38.37 |
444 | 2025-03-25T22:12:37.316Z | Downloaded libc v0.2.170 |
445 | 2025-03-25T22:12:37.465Z | Compiling proc-macro2 v1.0.94 |
446 | 2025-03-25T22:12:37.465Z | Compiling unicode-ident v1.0.14 |
447 | 2025-03-25T22:12:37.468Z | Compiling libc v0.2.170 |
448 | 2025-03-25T22:12:37.468Z | Compiling serde v1.0.218 |
449 | 2025-03-25T22:12:37.468Z | Compiling version_check v0.9.5 |
450 | 2025-03-25T22:12:37.468Z | Compiling memchr v2.7.4 |
451 | 2025-03-25T22:12:37.468Z | Compiling thiserror v1.0.69 |
452 | 2025-03-25T22:12:37.501Z | Compiling ryu v1.0.18 |
453 | 2025-03-25T22:12:37.756Z | Compiling ucd-trie v0.1.7 |
454 | 2025-03-25T22:12:37.885Z | Compiling itoa v1.0.11 |
455 | 2025-03-25T22:12:38.213Z | Compiling once_cell v1.20.3 |
456 | 2025-03-25T22:12:38.271Z | Compiling byteorder v1.5.0 |
457 | 2025-03-25T22:12:38.300Z | Compiling rustix v0.38.37 |
458 | 2025-03-25T22:12:38.619Z | Compiling serde_json v1.0.139 |
459 | 2025-03-25T22:12:38.692Z | Compiling bitflags v2.6.0 |
460 | 2025-03-25T22:12:39.013Z | Compiling usdt-impl v0.5.0 |
461 | 2025-03-25T22:12:39.090Z | Compiling proc-macro-error-attr v1.0.4 |
462 | 2025-03-25T22:12:39.115Z | Compiling syn v1.0.109 |
463 | 2025-03-25T22:12:39.139Z | Compiling io-lifetimes v1.0.11 |
464 | 2025-03-25T22:12:39.159Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-03-25T22:12:39.374Z | Compiling quote v1.0.39 |
466 | 2025-03-25T22:12:39.482Z | Compiling errno v0.3.9 |
467 | 2025-03-25T22:12:39.652Z | Compiling hashbrown v0.15.1 |
468 | 2025-03-25T22:12:39.741Z | Compiling syn v2.0.98 |
469 | 2025-03-25T22:12:39.792Z | Compiling camino v1.1.9 |
470 | 2025-03-25T22:12:39.938Z | Compiling thread-id v4.2.2 |
471 | 2025-03-25T22:12:40.004Z | Compiling equivalent v1.0.1 |
472 | 2025-03-25T22:12:40.034Z | Compiling plain v0.2.3 |
473 | 2025-03-25T22:12:40.057Z | Compiling rustix v0.37.28 |
474 | 2025-03-25T22:12:40.141Z | Compiling utf8parse v0.2.2 |
475 | 2025-03-25T22:12:40.164Z | Compiling log v0.4.22 |
476 | 2025-03-25T22:12:40.312Z | Compiling anstyle-parse v0.2.5 |
477 | 2025-03-25T22:12:40.664Z | Compiling indexmap v2.7.1 |
478 | 2025-03-25T22:12:40.732Z | Compiling winnow v0.7.3 |
479 | 2025-03-25T22:12:40.976Z | Compiling colorchoice v1.0.2 |
480 | 2025-03-25T22:12:41.009Z | Compiling unicode-width v0.1.14 |
481 | 2025-03-25T22:12:41.166Z | Compiling is_terminal_polyfill v1.70.1 |
482 | 2025-03-25T22:12:41.190Z | Compiling autocfg v1.4.0 |
483 | 2025-03-25T22:12:41.323Z | Compiling anstyle v1.0.10 |
484 | 2025-03-25T22:12:41.520Z | Compiling anstyle-query v1.1.1 |
485 | 2025-03-25T22:12:41.700Z | Compiling pretty-hex v0.4.1 |
486 | 2025-03-25T22:12:41.791Z | Compiling semver v1.0.25 |
487 | 2025-03-25T22:12:41.829Z | Compiling thiserror v2.0.12 |
488 | 2025-03-25T22:12:41.983Z | Compiling bitflags v1.3.2 |
489 | 2025-03-25T22:12:42.195Z | Compiling fs-err v2.11.0 |
490 | 2025-03-25T22:12:42.346Z | Compiling anstream v0.6.15 |
491 | 2025-03-25T22:12:42.398Z | Compiling terminal_size v0.4.0 |
492 | 2025-03-25T22:12:42.696Z | Compiling anyhow v1.0.97 |
493 | 2025-03-25T22:12:42.774Z | Compiling heck v0.5.0 |
494 | 2025-03-25T22:12:42.890Z | Compiling fastrand v2.1.1 |
495 | 2025-03-25T22:12:42.992Z | Compiling cfg-if v1.0.0 |
496 | 2025-03-25T22:12:43.117Z | Compiling bytecount v0.6.8 |
497 | 2025-03-25T22:12:43.359Z | Compiling heck v0.4.1 |
498 | 2025-03-25T22:12:43.413Z | Compiling strsim v0.11.1 |
499 | 2025-03-25T22:12:43.448Z | Compiling fnv v1.0.7 |
500 | 2025-03-25T22:12:43.611Z | Compiling clap_lex v0.7.4 |
501 | 2025-03-25T22:12:43.723Z | Compiling tempfile v3.13.0 |
502 | 2025-03-25T22:12:43.780Z | Compiling papergrid v0.11.0 |
503 | 2025-03-25T22:12:43.901Z | Compiling clap_builder v4.5.32 |
504 | 2025-03-25T22:12:44.163Z | Compiling terminal_size v0.2.6 |
505 | 2025-03-25T22:12:44.387Z | Compiling memmap v0.7.0 |
506 | 2025-03-25T22:12:44.486Z | Compiling smawk v0.3.2 |
507 | 2025-03-25T22:12:44.513Z | Compiling unicode-linebreak v0.1.5 |
508 | 2025-03-25T22:12:44.755Z | Compiling swrite v0.1.0 |
509 | 2025-03-25T22:12:44.920Z | Compiling textwrap v0.16.1 |
510 | 2025-03-25T22:12:45.448Z | Compiling tabled_derive v0.7.0 |
511 | 2025-03-25T22:12:46.929Z | Compiling tabled v0.15.0 |
512 | 2025-03-25T22:12:47.027Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-25T22:12:47.030Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-25T22:12:47.030Z | Compiling zerocopy-derive v0.7.35 |
515 | 2025-03-25T22:12:47.030Z | Compiling scroll_derive v0.12.0 |
516 | 2025-03-25T22:12:47.030Z | Compiling thiserror-impl v2.0.12 |
517 | 2025-03-25T22:12:47.030Z | Compiling clap_derive v4.5.32 |
518 | 2025-03-25T22:12:48.504Z | Compiling scroll v0.12.0 |
519 | 2025-03-25T22:12:49.045Z | Compiling goblin v0.8.2 |
520 | 2025-03-25T22:12:49.105Z | Compiling zerocopy v0.7.35 |
521 | 2025-03-25T22:12:50.177Z | Compiling pest v2.7.14 |
522 | 2025-03-25T22:12:51.434Z | Compiling clap v4.5.32 |
523 | 2025-03-25T22:12:52.499Z | Compiling pest_meta v2.7.14 |
524 | 2025-03-25T22:12:53.425Z | Compiling pest_generator v2.7.14 |
525 | 2025-03-25T22:12:54.831Z | Compiling pest_derive v2.7.14 |
526 | 2025-03-25T22:12:55.478Z | Compiling dtrace-parser v0.2.0 |
527 | 2025-03-25T22:12:56.307Z | Compiling toml_datetime v0.6.8 |
528 | 2025-03-25T22:12:56.311Z | Compiling serde_spanned v0.6.8 |
529 | 2025-03-25T22:12:56.311Z | Compiling cargo-platform v0.1.8 |
530 | 2025-03-25T22:12:56.591Z | Compiling serde_tokenstream v0.2.2 |
531 | 2025-03-25T22:12:56.640Z | Compiling macaddr v1.0.1 |
532 | 2025-03-25T22:12:56.845Z | Compiling toml_edit v0.22.24 |
533 | 2025-03-25T22:12:56.923Z | Compiling camino-tempfile v1.1.1 |
534 | 2025-03-25T22:12:57.734Z | Compiling dof v0.3.0 |
535 | 2025-03-25T22:12:57.734Z | Compiling cargo_metadata v0.19.2 |
536 | 2025-03-25T22:12:59.369Z | Compiling usdt-attr-macro v0.5.0 |
537 | 2025-03-25T22:12:59.372Z | Compiling usdt-macro v0.5.0 |
538 | 2025-03-25T22:12:59.538Z | Compiling toml v0.8.20 |
539 | 2025-03-25T22:13:00.431Z | Compiling cargo_toml v0.21.0 |
540 | 2025-03-25T22:13:00.683Z | Compiling usdt v0.5.0 |
541 | 2025-03-25T22:13:03.194Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
542 | 2025-03-25T22:13:06.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.33s |
543 | 2025-03-25T22:13:06.673Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
544 | 2025-03-25T22:13:07.261Z | Downloading crates ... |
545 | 2025-03-25T22:13:07.396Z | Downloaded ciborium-io v0.2.2 |
546 | 2025-03-25T22:13:07.399Z | Downloaded atty v0.2.14 |
547 | 2025-03-25T22:13:07.399Z | Downloaded cstr-argument v0.1.2 |
548 | 2025-03-25T22:13:07.404Z | Downloaded atomicwrites v0.4.4 |
549 | 2025-03-25T22:13:07.411Z | Downloaded assert_matches v1.5.0 |
550 | 2025-03-25T22:13:07.419Z | Downloaded crunchy v0.2.2 |
551 | 2025-03-25T22:13:07.422Z | Downloaded cfg_aliases v0.2.1 |
552 | 2025-03-25T22:13:07.422Z | Downloaded async-stream-impl v0.3.6 |
553 | 2025-03-25T22:13:07.425Z | Downloaded crucible-workspace-hack v0.1.0 |
554 | 2025-03-25T22:13:07.429Z | Downloaded cfg_aliases v0.1.1 |
555 | 2025-03-25T22:13:07.429Z | Downloaded addr2line v0.24.2 |
556 | 2025-03-25T22:13:07.435Z | Downloaded aead v0.5.2 |
557 | 2025-03-25T22:13:07.439Z | Downloaded bit-set v0.8.0 |
558 | 2025-03-25T22:13:07.439Z | Downloaded adler2 v2.0.0 |
559 | 2025-03-25T22:13:07.442Z | Downloaded buf-list v1.0.3 |
560 | 2025-03-25T22:13:07.445Z | Downloaded ciborium-ll v0.2.2 |
561 | 2025-03-25T22:13:07.448Z | Downloaded chacha20 v0.9.1 |
562 | 2025-03-25T22:13:07.451Z | Downloaded convert_case v0.4.0 |
563 | 2025-03-25T22:13:07.455Z | Downloaded cipher v0.4.4 |
564 | 2025-03-25T22:13:07.458Z | Downloaded cassowary v0.3.0 |
565 | 2025-03-25T22:13:07.458Z | Downloaded crc-catalog v2.4.0 |
566 | 2025-03-25T22:13:07.461Z | Downloaded crc v3.2.1 |
567 | 2025-03-25T22:13:07.467Z | Downloaded async-stream v0.3.6 |
568 | 2025-03-25T22:13:07.468Z | Downloaded http-range v0.1.5 |
569 | 2025-03-25T22:13:07.471Z | Downloaded http-body v1.0.1 |
570 | 2025-03-25T22:13:07.471Z | Downloaded hubpack_derive v0.1.1 |
571 | 2025-03-25T22:13:07.471Z | Downloaded bb8 v0.8.5 |
572 | 2025-03-25T22:13:07.471Z | Downloaded async-recursion v1.1.1 |
573 | 2025-03-25T22:13:07.475Z | Downloaded cmake v0.1.51 |
574 | 2025-03-25T22:13:07.478Z | Downloaded headers-core v0.3.0 |
575 | 2025-03-25T22:13:07.482Z | Downloaded bitfield-struct v0.6.2 |
576 | 2025-03-25T22:13:07.483Z | Downloaded constant_time_eq v0.3.1 |
577 | 2025-03-25T22:13:07.488Z | Downloaded cobs v0.2.3 |
578 | 2025-03-25T22:13:07.488Z | Downloaded bitfield v0.14.0 |
579 | 2025-03-25T22:13:07.488Z | Downloaded hostname v0.3.1 |
580 | 2025-03-25T22:13:07.494Z | Downloaded humantime v2.1.0 |
581 | 2025-03-25T22:13:07.494Z | Downloaded hubpack v0.1.2 |
582 | 2025-03-25T22:13:07.494Z | Downloaded httpdate v1.0.3 |
583 | 2025-03-25T22:13:07.497Z | Downloaded http-body-util v0.1.2 |
584 | 2025-03-25T22:13:07.497Z | Downloaded hyper-tls v0.6.0 |
585 | 2025-03-25T22:13:07.497Z | Downloaded chrono-tz-build v0.4.0 |
586 | 2025-03-25T22:13:07.500Z | Downloaded hex-literal v0.4.1 |
587 | 2025-03-25T22:13:07.500Z | Downloaded hex v0.4.3 |
588 | 2025-03-25T22:13:07.504Z | Downloaded progenitor-client v0.8.0 |
589 | 2025-03-25T22:13:07.504Z | Downloaded crossbeam-deque v0.8.5 |
590 | 2025-03-25T22:13:07.507Z | Downloaded hostname v0.4.0 |
591 | 2025-03-25T22:13:07.510Z | Downloaded highway v1.3.0 |
592 | 2025-03-25T22:13:07.514Z | Downloaded httparse v1.9.5 |
593 | 2025-03-25T22:13:07.517Z | Downloaded const_format_proc_macros v0.2.34 |
594 | 2025-03-25T22:13:07.521Z | Downloaded cexpr v0.6.0 |
595 | 2025-03-25T22:13:07.521Z | Downloaded instant v0.1.13 |
596 | 2025-03-25T22:13:07.525Z | Downloaded ciborium v0.2.2 |
597 | 2025-03-25T22:13:07.529Z | Downloaded icu_provider_macros v1.5.0 |
598 | 2025-03-25T22:13:07.529Z | Downloaded hyper-staticfile v0.10.1 |
599 | 2025-03-25T22:13:07.535Z | Downloaded bzip2 v0.4.4 |
600 | 2025-03-25T22:13:07.535Z | Downloaded csv-core v0.1.11 |
601 | 2025-03-25T22:13:07.540Z | Downloaded cookie_store v0.21.1 |
602 | 2025-03-25T22:13:07.540Z | Downloaded rustc_version v0.4.1 |
603 | 2025-03-25T22:13:07.540Z | Downloaded is_ci v1.2.0 |
604 | 2025-03-25T22:13:07.544Z | Downloaded backoff v0.4.0 |
605 | 2025-03-25T22:13:07.544Z | Downloaded hyper-rustls v0.27.3 |
606 | 2025-03-25T22:13:07.547Z | Downloaded bit-vec v0.8.0 |
607 | 2025-03-25T22:13:07.551Z | Downloaded arc-swap v1.7.1 |
608 | 2025-03-25T22:13:07.554Z | Downloaded proc-macro-crate v1.3.1 |
609 | 2025-03-25T22:13:07.558Z | Downloaded sync_wrapper v1.0.1 |
610 | 2025-03-25T22:13:07.558Z | Downloaded sync-ptr v0.1.1 |
611 | 2025-03-25T22:13:07.558Z | Downloaded sqlparser_derive v0.2.2 |
612 | 2025-03-25T22:13:07.561Z | Downloaded radium v0.7.0 |
613 | 2025-03-25T22:13:07.561Z | Downloaded thread_local v1.1.8 |
614 | 2025-03-25T22:13:07.564Z | Downloaded crc-any v2.5.0 |
615 | 2025-03-25T22:13:07.564Z | Downloaded cancel-safe-futures v0.1.5 |
616 | 2025-03-25T22:13:07.570Z | Downloaded rtoolbox v0.0.2 |
617 | 2025-03-25T22:13:07.574Z | Downloaded indoc v1.0.9 |
618 | 2025-03-25T22:13:07.579Z | Downloaded idna_adapter v1.2.0 |
619 | 2025-03-25T22:13:07.579Z | Downloaded inout v0.1.3 |
620 | 2025-03-25T22:13:07.579Z | Downloaded is-terminal v0.4.13 |
621 | 2025-03-25T22:13:07.583Z | Downloaded indoc v2.0.6 |
622 | 2025-03-25T22:13:07.583Z | Downloaded kstat-rs v0.2.4 |
623 | 2025-03-25T22:13:07.586Z | Downloaded write16 v1.0.0 |
624 | 2025-03-25T22:13:07.586Z | Downloaded crc32fast v1.4.2 |
625 | 2025-03-25T22:13:07.589Z | Downloaded hickory-client v0.24.4 |
626 | 2025-03-25T22:13:07.594Z | Downloaded internet-checksum v0.2.1 |
627 | 2025-03-25T22:13:07.594Z | Downloaded secrecy v0.8.0 |
628 | 2025-03-25T22:13:07.597Z | Downloaded sec1 v0.7.3 |
629 | 2025-03-25T22:13:07.597Z | Downloaded scrypt v0.11.0 |
630 | 2025-03-25T22:13:07.597Z | Downloaded linked-hash-map v0.5.6 |
631 | 2025-03-25T22:13:07.600Z | Downloaded zone_cfg_derive v0.1.2 |
632 | 2025-03-25T22:13:07.600Z | Downloaded libsw-core v0.3.1 |
633 | 2025-03-25T22:13:07.616Z | Downloaded lru v0.12.5 |
634 | 2025-03-25T22:13:07.616Z | Downloaded lazy_static v1.5.0 |
635 | 2025-03-25T22:13:07.621Z | Downloaded signal-hook-mio v0.2.4 |
636 | 2025-03-25T22:13:07.621Z | Downloaded zone_cfg_derive v0.3.0 |
637 | 2025-03-25T22:13:07.621Z | Downloaded toolchain_find v0.4.0 |
638 | 2025-03-25T22:13:07.621Z | Downloaded tokio-macros v2.5.0 |
639 | 2025-03-25T22:13:07.621Z | Downloaded zerofrom v0.1.4 |
640 | 2025-03-25T22:13:07.621Z | Downloaded thiserror-no-std v2.0.2 |
641 | 2025-03-25T22:13:07.621Z | Downloaded chacha20poly1305 v0.10.1 |
642 | 2025-03-25T22:13:07.621Z | Downloaded libefi-sys v0.1.0 |
643 | 2025-03-25T22:13:07.621Z | Downloaded ident_case v1.0.1 |
644 | 2025-03-25T22:13:07.621Z | Downloaded maplit v1.0.2 |
645 | 2025-03-25T22:13:07.625Z | Downloaded libsw v3.4.0 |
646 | 2025-03-25T22:13:07.625Z | Downloaded lalrpop-util v0.19.12 |
647 | 2025-03-25T22:13:07.625Z | Downloaded instability v0.3.2 |
648 | 2025-03-25T22:13:07.630Z | Downloaded managed v0.8.0 |
649 | 2025-03-25T22:13:07.630Z | Downloaded lazycell v1.3.0 |
650 | 2025-03-25T22:13:07.633Z | Downloaded lru-cache v0.1.2 |
651 | 2025-03-25T22:13:07.633Z | Downloaded keccak v0.1.5 |
652 | 2025-03-25T22:13:07.633Z | Downloaded base64 v0.13.1 |
653 | 2025-03-25T22:13:07.637Z | Downloaded memoffset v0.9.1 |
654 | 2025-03-25T22:13:07.641Z | Downloaded md-5 v0.10.6 |
655 | 2025-03-25T22:13:07.644Z | Downloaded opaque-debug v0.3.1 |
656 | 2025-03-25T22:13:07.644Z | Downloaded rusty-fork v0.3.0 |
657 | 2025-03-25T22:13:07.647Z | Downloaded zerofrom-derive v0.1.4 |
658 | 2025-03-25T22:13:07.647Z | Downloaded icu_locid_transform v1.5.0 |
659 | 2025-03-25T22:13:07.650Z | Downloaded writeable v0.5.5 |
660 | 2025-03-25T22:13:07.653Z | Downloaded wyz v0.5.1 |
661 | 2025-03-25T22:13:07.653Z | Downloaded maybe-uninit v2.0.0 |
662 | 2025-03-25T22:13:07.657Z | Downloaded hyper-util v0.1.10 |
663 | 2025-03-25T22:13:07.661Z | Downloaded new_debug_unreachable v1.0.6 |
664 | 2025-03-25T22:13:07.665Z | Downloaded funty v2.0.0 |
665 | 2025-03-25T22:13:07.665Z | Downloaded daft v0.1.2 |
666 | 2025-03-25T22:13:07.668Z | Downloaded fragile v2.0.0 |
667 | 2025-03-25T22:13:07.668Z | Downloaded form_urlencoded v1.2.1 |
668 | 2025-03-25T22:13:07.671Z | Downloaded ff v0.13.0 |
669 | 2025-03-25T22:13:07.674Z | Downloaded strip-ansi-escapes v0.2.0 |
670 | 2025-03-25T22:13:07.675Z | Downloaded base64 v0.22.1 |
671 | 2025-03-25T22:13:07.682Z | Downloaded group v0.13.0 |
672 | 2025-03-25T22:13:07.693Z | Downloaded const_format v0.2.34 |
673 | 2025-03-25T22:13:07.697Z | Downloaded tokio-tungstenite v0.23.1 |
674 | 2025-03-25T22:13:07.697Z | Downloaded smallvec v0.6.14 |
675 | 2025-03-25T22:13:07.697Z | Downloaded crypto-bigint v0.5.5 |
676 | 2025-03-25T22:13:07.700Z | Downloaded semver v0.1.20 |
677 | 2025-03-25T22:13:07.700Z | Downloaded take_mut v0.2.2 |
678 | 2025-03-25T22:13:07.700Z | Downloaded bytes v1.10.1 |
679 | 2025-03-25T22:13:07.704Z | Downloaded num v0.4.3 |
680 | 2025-03-25T22:13:07.708Z | Downloaded litemap v0.7.3 |
681 | 2025-03-25T22:13:07.713Z | Downloaded memmap2 v0.9.5 |
682 | 2025-03-25T22:13:07.719Z | Downloaded icu_locid_transform_data v1.5.0 |
683 | 2025-03-25T22:13:07.719Z | Downloaded pem v3.0.5 |
684 | 2025-03-25T22:13:07.719Z | Downloaded signal-hook v0.3.17 |
685 | 2025-03-25T22:13:07.722Z | Downloaded fixedbitset v0.4.2 |
686 | 2025-03-25T22:13:07.722Z | Downloaded heapless v0.7.17 |
687 | 2025-03-25T22:13:07.725Z | Downloaded sigpipe v0.1.3 |
688 | 2025-03-25T22:13:07.736Z | Downloaded pbkdf2 v0.11.0 |
689 | 2025-03-25T22:13:07.740Z | Downloaded phf v0.11.2 |
690 | 2025-03-25T22:13:07.740Z | Downloaded scopeguard v1.2.0 |
691 | 2025-03-25T22:13:07.740Z | Downloaded want v0.3.1 |
692 | 2025-03-25T22:13:07.740Z | Downloaded rustc_version v0.1.7 |
693 | 2025-03-25T22:13:07.740Z | Downloaded rustc-hash v2.1.1 |
694 | 2025-03-25T22:13:07.740Z | Downloaded psl-types v2.0.11 |
695 | 2025-03-25T22:13:07.740Z | Downloaded progenitor-macro v0.9.1 |
696 | 2025-03-25T22:13:07.740Z | Downloaded cc v1.2.15 |
697 | 2025-03-25T22:13:07.745Z | Downloaded litrs v0.4.1 |
698 | 2025-03-25T22:13:07.749Z | Downloaded slog-bunyan v2.5.0 |
699 | 2025-03-25T22:13:07.749Z | Downloaded signature v2.2.0 |
700 | 2025-03-25T22:13:07.752Z | Downloaded tap v1.0.1 |
701 | 2025-03-25T22:13:07.764Z | Downloaded parse-size v1.1.0 |
702 | 2025-03-25T22:13:07.770Z | Downloaded backtrace v0.3.74 |
703 | 2025-03-25T22:13:07.770Z | Downloaded openssl-probe v0.1.5 |
704 | 2025-03-25T22:13:07.773Z | Downloaded downcast v0.11.0 |
705 | 2025-03-25T22:13:07.774Z | Downloaded rustversion v1.0.17 |
706 | 2025-03-25T22:13:07.777Z | Downloaded daft-derive v0.1.2 |
707 | 2025-03-25T22:13:07.782Z | Downloaded wait-timeout v0.2.0 |
708 | 2025-03-25T22:13:07.787Z | Downloaded aes-gcm v0.10.3 |
709 | 2025-03-25T22:13:07.791Z | Downloaded endian-type v0.1.2 |
710 | 2025-03-25T22:13:07.791Z | Downloaded env_logger v0.11.5 |
711 | 2025-03-25T22:13:07.791Z | Downloaded icu_normalizer_data v1.5.0 |
712 | 2025-03-25T22:13:07.794Z | Downloaded num-conv v0.1.0 |
713 | 2025-03-25T22:13:07.794Z | Downloaded num_threads v0.1.7 |
714 | 2025-03-25T22:13:07.797Z | Downloaded futures-io v0.3.31 |
715 | 2025-03-25T22:13:07.797Z | Downloaded filetime v0.2.25 |
716 | 2025-03-25T22:13:07.800Z | Downloaded futures-core v0.3.31 |
717 | 2025-03-25T22:13:07.800Z | Downloaded futures v0.3.31 |
718 | 2025-03-25T22:13:07.805Z | Downloaded precomputed-hash v0.1.1 |
719 | 2025-03-25T22:13:07.808Z | Downloaded num_enum_derive v0.5.11 |
720 | 2025-03-25T22:13:07.809Z | Downloaded parse-display v0.10.0 |
721 | 2025-03-25T22:13:07.813Z | Downloaded tabled_derive v0.10.0 |
722 | 2025-03-25T22:13:07.813Z | Downloaded heapless v0.8.0 |
723 | 2025-03-25T22:13:07.816Z | Downloaded termios v0.3.3 |
724 | 2025-03-25T22:13:07.819Z | Downloaded string_cache v0.8.7 |
725 | 2025-03-25T22:13:07.819Z | Downloaded parse-display-derive v0.10.0 |
726 | 2025-03-25T22:13:07.824Z | Downloaded omicron-zone-package v0.12.0 |
727 | 2025-03-25T22:13:07.827Z | Downloaded tower-service v0.3.3 |
728 | 2025-03-25T22:13:07.827Z | Downloaded tower-layer v0.3.3 |
729 | 2025-03-25T22:13:07.827Z | Downloaded zone v0.3.0 |
730 | 2025-03-25T22:13:07.830Z | Downloaded rand_chacha v0.3.1 |
731 | 2025-03-25T22:13:07.830Z | Downloaded zone v0.1.8 |
732 | 2025-03-25T22:13:07.830Z | Downloaded hickory-server v0.24.4 |
733 | 2025-03-25T22:13:07.837Z | Downloaded diesel_table_macro_syntax v0.2.0 |
734 | 2025-03-25T22:13:07.840Z | Downloaded difflib v0.4.0 |
735 | 2025-03-25T22:13:07.840Z | Downloaded toml v0.7.8 |
736 | 2025-03-25T22:13:07.843Z | Downloaded progenitor-impl v0.9.1 |
737 | 2025-03-25T22:13:07.846Z | Downloaded simd-adler32 v0.3.7 |
738 | 2025-03-25T22:13:07.849Z | Downloaded try-lock v0.2.5 |
739 | 2025-03-25T22:13:07.849Z | Downloaded icu_collections v1.5.0 |
740 | 2025-03-25T22:13:07.854Z | Downloaded vergen v8.3.2 |
741 | 2025-03-25T22:13:07.860Z | Downloaded newline-converter v0.3.0 |
742 | 2025-03-25T22:13:07.863Z | Downloaded strum v0.26.3 |
743 | 2025-03-25T22:13:07.863Z | Downloaded ssh-encoding v0.2.0 |
744 | 2025-03-25T22:13:07.863Z | Downloaded mockall v0.13.1 |
745 | 2025-03-25T22:13:07.867Z | Downloaded serde_urlencoded v0.7.1 |
746 | 2025-03-25T22:13:07.872Z | Downloaded password-hash v0.4.2 |
747 | 2025-03-25T22:13:07.872Z | Downloaded parking_lot_core v0.9.10 |
748 | 2025-03-25T22:13:07.872Z | Downloaded newtype_derive v0.1.6 |
749 | 2025-03-25T22:13:07.875Z | Downloaded parking_lot_core v0.8.6 |
750 | 2025-03-25T22:13:07.875Z | Downloaded icu_locid v1.5.0 |
751 | 2025-03-25T22:13:07.881Z | Downloaded dunce v1.0.5 |
752 | 2025-03-25T22:13:07.887Z | Downloaded xz2 v0.1.7 |
753 | 2025-03-25T22:13:07.887Z | Downloaded xattr v1.3.1 |
754 | 2025-03-25T22:13:07.890Z | Downloaded which v4.4.2 |
755 | 2025-03-25T22:13:07.890Z | Downloaded normalize-line-endings v0.3.0 |
756 | 2025-03-25T22:13:07.890Z | Downloaded p256 v0.13.2 |
757 | 2025-03-25T22:13:07.893Z | Downloaded nodrop v0.1.14 |
758 | 2025-03-25T22:13:07.893Z | Downloaded fxhash v0.2.1 |
759 | 2025-03-25T22:13:07.897Z | Downloaded embedded-io v0.4.0 |
760 | 2025-03-25T22:13:07.900Z | Downloaded rustc-hash v1.1.0 |
761 | 2025-03-25T22:13:07.900Z | Downloaded walkdir v2.5.0 |
762 | 2025-03-25T22:13:07.900Z | Downloaded typify v0.2.0 |
763 | 2025-03-25T22:13:07.903Z | Downloaded futures-task v0.3.31 |
764 | 2025-03-25T22:13:07.907Z | Downloaded embedded-io v0.6.1 |
765 | 2025-03-25T22:13:07.907Z | Downloaded snafu v0.8.5 |
766 | 2025-03-25T22:13:07.913Z | Downloaded schemars v0.8.22 |
767 | 2025-03-25T22:13:07.929Z | Downloaded newtype-uuid v1.2.1 |
768 | 2025-03-25T22:13:07.929Z | Downloaded salsa20 v0.10.2 |
769 | 2025-03-25T22:13:07.932Z | Downloaded nanorand v0.7.0 |
770 | 2025-03-25T22:13:07.932Z | Downloaded tinystr v0.7.6 |
771 | 2025-03-25T22:13:07.935Z | Downloaded tracing-attributes v0.1.27 |
772 | 2025-03-25T22:13:07.938Z | Downloaded env_filter v0.1.2 |
773 | 2025-03-25T22:13:07.941Z | Downloaded crossterm v0.28.1 |
774 | 2025-03-25T22:13:07.947Z | Downloaded olpc-cjson v0.1.4 |
775 | 2025-03-25T22:13:07.952Z | Downloaded zip v0.6.6 |
776 | 2025-03-25T22:13:07.955Z | Downloaded num-iter v0.1.45 |
777 | 2025-03-25T22:13:07.955Z | Downloaded rand_xorshift v0.3.0 |
778 | 2025-03-25T22:13:07.955Z | Downloaded ena v0.14.3 |
779 | 2025-03-25T22:13:07.959Z | Downloaded tls_codec v0.4.1 |
780 | 2025-03-25T22:13:07.962Z | Downloaded yoke-derive v0.7.4 |
781 | 2025-03-25T22:13:07.962Z | Downloaded nibble_vec v0.1.0 |
782 | 2025-03-25T22:13:07.962Z | Downloaded ron v0.7.1 |
783 | 2025-03-25T22:13:07.966Z | Downloaded pretty_assertions v1.4.1 |
784 | 2025-03-25T22:13:07.971Z | Downloaded path-slash v0.1.5 |
785 | 2025-03-25T22:13:07.974Z | Downloaded utf-8 v0.7.6 |
786 | 2025-03-25T22:13:07.974Z | Downloaded smallvec v1.14.0 |
787 | 2025-03-25T22:13:07.974Z | Downloaded slog-term v2.9.1 |
788 | 2025-03-25T22:13:07.977Z | Downloaded tinyvec_macros v0.1.1 |
789 | 2025-03-25T22:13:07.980Z | Downloaded proc-macro-error-attr2 v2.0.0 |
790 | 2025-03-25T22:13:07.980Z | Downloaded primeorder v0.13.6 |
791 | 2025-03-25T22:13:07.983Z | Downloaded half v2.4.1 |
792 | 2025-03-25T22:13:07.987Z | Downloaded defmt-macros v0.3.9 |
793 | 2025-03-25T22:13:07.990Z | Downloaded native-tls v0.2.12 |
794 | 2025-03-25T22:13:07.990Z | Downloaded unicode-segmentation v1.12.0 |
795 | 2025-03-25T22:13:07.994Z | Downloaded darling_macro v0.20.10 |
796 | 2025-03-25T22:13:07.997Z | Downloaded derive_builder_core v0.20.2 |
797 | 2025-03-25T22:13:07.997Z | Downloaded quinn v0.11.5 |
798 | 2025-03-25T22:13:08.001Z | Downloaded hash32 v0.3.1 |
799 | 2025-03-25T22:13:08.004Z | Downloaded hash32 v0.2.1 |
800 | 2025-03-25T22:13:08.004Z | Downloaded float-ord v0.3.2 |
801 | 2025-03-25T22:13:08.008Z | Downloaded futures-sink v0.3.31 |
802 | 2025-03-25T22:13:08.008Z | Downloaded ssh-cipher v0.2.0 |
803 | 2025-03-25T22:13:08.011Z | Downloaded same-file v1.0.6 |
804 | 2025-03-25T22:13:08.011Z | Downloaded rand_core v0.9.2 |
805 | 2025-03-25T22:13:08.012Z | Downloaded aes v0.8.4 |
806 | 2025-03-25T22:13:08.015Z | Downloaded flume v0.11.1 |
807 | 2025-03-25T22:13:08.020Z | Downloaded thiserror-impl-no-std v2.0.2 |
808 | 2025-03-25T22:13:08.023Z | Downloaded phf_shared v0.10.0 |
809 | 2025-03-25T22:13:08.023Z | Downloaded pin-utils v0.1.0 |
810 | 2025-03-25T22:13:08.026Z | Downloaded russh-keys v0.45.0 |
811 | 2025-03-25T22:13:08.026Z | Downloaded russh v0.45.0 |
812 | 2025-03-25T22:13:08.033Z | Downloaded rand_chacha v0.9.0 |
813 | 2025-03-25T22:13:08.036Z | Downloaded deranged v0.3.11 |
814 | 2025-03-25T22:13:08.036Z | Downloaded mockall_derive v0.13.1 |
815 | 2025-03-25T22:13:08.039Z | Downloaded tokio-util v0.7.13 |
816 | 2025-03-25T22:13:08.045Z | Downloaded tiny-keccak v2.0.2 |
817 | 2025-03-25T22:13:08.048Z | Downloaded mio v1.0.2 |
818 | 2025-03-25T22:13:08.054Z | Downloaded diesel-dtrace v0.4.2 |
819 | 2025-03-25T22:13:08.057Z | Downloaded yasna v0.5.2 |
820 | 2025-03-25T22:13:08.060Z | Downloaded foreign-types-shared v0.1.1 |
821 | 2025-03-25T22:13:08.060Z | Downloaded ref-cast v1.0.23 |
822 | 2025-03-25T22:13:08.062Z | Downloaded paste v1.0.15 |
823 | 2025-03-25T22:13:08.066Z | Downloaded gethostname v0.5.0 |
824 | 2025-03-25T22:13:08.068Z | Downloaded postcard v1.0.10 |
825 | 2025-03-25T22:13:08.072Z | Downloaded proc-macro-error2 v2.0.1 |
826 | 2025-03-25T22:13:08.075Z | Downloaded toml_edit v0.19.15 |
827 | 2025-03-25T22:13:08.091Z | Downloaded ghash v0.5.1 |
828 | 2025-03-25T22:13:08.095Z | Downloaded foreign-types-shared v0.3.1 |
829 | 2025-03-25T22:13:08.096Z | Downloaded vte_generate_state_changes v0.1.2 |
830 | 2025-03-25T22:13:08.096Z | Downloaded signal-hook-tokio v0.3.1 |
831 | 2025-03-25T22:13:08.101Z | Downloaded untrusted v0.7.1 |
832 | 2025-03-25T22:13:08.102Z | Downloaded unicode-xid v0.2.6 |
833 | 2025-03-25T22:13:08.102Z | Downloaded phf_shared v0.11.2 |
834 | 2025-03-25T22:13:08.106Z | Downloaded rand_core v0.6.4 |
835 | 2025-03-25T22:13:08.106Z | Downloaded qorb v0.2.1 |
836 | 2025-03-25T22:13:08.109Z | Downloaded steno v0.4.1 |
837 | 2025-03-25T22:13:08.112Z | Downloaded minimal-lexical v0.2.1 |
838 | 2025-03-25T22:13:08.116Z | Downloaded time-core v0.1.2 |
839 | 2025-03-25T22:13:08.119Z | Downloaded serde_repr v0.1.19 |
840 | 2025-03-25T22:13:08.119Z | Downloaded serde_with_macros v3.12.0 |
841 | 2025-03-25T22:13:08.122Z | Downloaded structmeta-derive v0.3.0 |
842 | 2025-03-25T22:13:08.125Z | Downloaded aho-corasick v1.1.3 |
843 | 2025-03-25T22:13:08.130Z | Downloaded oso-derive v0.27.3 |
844 | 2025-03-25T22:13:08.133Z | Downloaded pbkdf2 v0.12.2 |
845 | 2025-03-25T22:13:08.133Z | Downloaded pkg-config v0.3.31 |
846 | 2025-03-25T22:13:08.136Z | Downloaded num-derive v0.4.2 |
847 | 2025-03-25T22:13:08.140Z | Downloaded password-hash v0.5.0 |
848 | 2025-03-25T22:13:08.140Z | Downloaded rustls-pemfile v1.0.4 |
849 | 2025-03-25T22:13:08.143Z | Downloaded getrandom v0.2.15 |
850 | 2025-03-25T22:13:08.146Z | Downloaded des v0.8.1 |
851 | 2025-03-25T22:13:08.149Z | Downloaded fallible-iterator v0.2.0 |
852 | 2025-03-25T22:13:08.150Z | Downloaded utf16_iter v1.0.5 |
853 | 2025-03-25T22:13:08.153Z | Downloaded serde_path_to_error v0.1.16 |
854 | 2025-03-25T22:13:08.153Z | Downloaded tinyvec v1.8.0 |
855 | 2025-03-25T22:13:08.156Z | Downloaded progenitor v0.9.1 |
856 | 2025-03-25T22:13:08.159Z | Downloaded pin-project-internal v1.1.6 |
857 | 2025-03-25T22:13:08.162Z | Downloaded pkcs5 v0.7.1 |
858 | 2025-03-25T22:13:08.168Z | Downloaded zeroize v1.8.1 |
859 | 2025-03-25T22:13:08.171Z | Downloaded aws-lc-rs v1.12.4 |
860 | 2025-03-25T22:13:08.178Z | Downloaded termtree v0.4.1 |
861 | 2025-03-25T22:13:08.181Z | Downloaded tokio-native-tls v0.3.1 |
862 | 2025-03-25T22:13:08.184Z | Downloaded termtree v0.5.1 |
863 | 2025-03-25T22:13:08.184Z | Downloaded itertools v0.10.5 |
864 | 2025-03-25T22:13:08.191Z | Downloaded progenitor-client v0.9.1 |
865 | 2025-03-25T22:13:08.195Z | Downloaded rand v0.9.0 |
866 | 2025-03-25T22:13:08.198Z | Downloaded ecdsa v0.16.9 |
867 | 2025-03-25T22:13:08.201Z | Downloaded ppv-lite86 v0.2.20 |
868 | 2025-03-25T22:13:08.201Z | Downloaded powerfmt v0.2.0 |
869 | 2025-03-25T22:13:08.204Z | Downloaded x509-cert v0.2.5 |
870 | 2025-03-25T22:13:08.209Z | Downloaded peg-runtime v0.8.5 |
871 | 2025-03-25T22:13:08.212Z | Downloaded serde_plain v1.0.2 |
872 | 2025-03-25T22:13:08.212Z | Downloaded openssl-macros v0.1.1 |
873 | 2025-03-25T22:13:08.215Z | Downloaded quick-xml v0.37.2 |
874 | 2025-03-25T22:13:08.219Z | Downloaded rustfmt-wrapper v0.2.1 |
875 | 2025-03-25T22:13:08.222Z | Downloaded samael v0.0.18 |
876 | 2025-03-25T22:13:08.227Z | Downloaded number_prefix v0.4.0 |
877 | 2025-03-25T22:13:08.230Z | Downloaded tokio-stream v0.1.17 |
878 | 2025-03-25T22:13:08.234Z | Downloaded rpassword v7.3.1 |
879 | 2025-03-25T22:13:08.237Z | Downloaded yansi v1.0.1 |
880 | 2025-03-25T22:13:08.241Z | Downloaded r2d2 v0.8.10 |
881 | 2025-03-25T22:13:08.242Z | Downloaded untrusted v0.9.0 |
882 | 2025-03-25T22:13:08.246Z | Downloaded tracing v0.1.40 |
883 | 2025-03-25T22:13:08.249Z | Downloaded serde-big-array v0.5.1 |
884 | 2025-03-25T22:13:08.249Z | Downloaded defmt-parser v0.3.4 |
885 | 2025-03-25T22:13:08.249Z | Downloaded num-complex v0.4.6 |
886 | 2025-03-25T22:13:08.253Z | Downloaded der_derive v0.7.3 |
887 | 2025-03-25T22:13:08.256Z | Downloaded num_enum v0.5.11 |
888 | 2025-03-25T22:13:08.260Z | Downloaded getrandom v0.3.1 |
889 | 2025-03-25T22:13:08.264Z | Downloaded darling_core v0.20.10 |
890 | 2025-03-25T22:13:08.267Z | Downloaded dropshot_endpoint v0.16.0 |
891 | 2025-03-25T22:13:08.271Z | Downloaded slog-dtrace v0.3.0 |
892 | 2025-03-25T22:13:08.274Z | Downloaded libxml v0.3.3 |
893 | 2025-03-25T22:13:08.279Z | Downloaded foreign-types v0.3.2 |
894 | 2025-03-25T22:13:08.282Z | Downloaded foldhash v0.1.3 |
895 | 2025-03-25T22:13:08.282Z | Downloaded stringprep v0.1.5 |
896 | 2025-03-25T22:13:08.285Z | Downloaded tui-tree-widget v0.23.0 |
897 | 2025-03-25T22:13:08.285Z | Downloaded fd-lock v4.0.2 |
898 | 2025-03-25T22:13:08.288Z | Downloaded packed_struct_codegen v0.10.1 |
899 | 2025-03-25T22:13:08.288Z | Downloaded test-strategy v0.4.0 |
900 | 2025-03-25T22:13:08.293Z | Downloaded bitvec v1.0.1 |
901 | 2025-03-25T22:13:08.310Z | Downloaded progenitor v0.8.0 |
902 | 2025-03-25T22:13:08.313Z | Downloaded hkdf v0.12.4 |
903 | 2025-03-25T22:13:08.313Z | Downloaded pretty-hex v0.2.1 |
904 | 2025-03-25T22:13:08.316Z | Downloaded slog-json v2.6.1 |
905 | 2025-03-25T22:13:08.316Z | Downloaded zerovec-derive v0.10.3 |
906 | 2025-03-25T22:13:08.319Z | Downloaded zeroize_derive v1.4.2 |
907 | 2025-03-25T22:13:08.319Z | Downloaded utf8_iter v1.0.4 |
908 | 2025-03-25T22:13:08.324Z | Downloaded typify-macro v0.2.0 |
909 | 2025-03-25T22:13:08.324Z | Downloaded pem-rfc7468 v0.7.0 |
910 | 2025-03-25T22:13:08.324Z | Downloaded peg v0.8.5 |
911 | 2025-03-25T22:13:08.327Z | Downloaded rustyline v14.0.0 |
912 | 2025-03-25T22:13:08.334Z | Downloaded resolv-conf v0.7.0 |
913 | 2025-03-25T22:13:08.338Z | Downloaded bindgen v0.71.1 |
914 | 2025-03-25T22:13:08.342Z | Downloaded rfc6979 v0.4.0 |
915 | 2025-03-25T22:13:08.345Z | Downloaded tokio-tungstenite v0.21.0 |
916 | 2025-03-25T22:13:08.348Z | Downloaded rustls-pemfile v2.2.0 |
917 | 2025-03-25T22:13:08.348Z | Downloaded itertools v0.14.0 |
918 | 2025-03-25T22:13:08.356Z | Downloaded predicates-tree v1.0.11 |
919 | 2025-03-25T22:13:08.359Z | Downloaded bindgen v0.69.5 |
920 | 2025-03-25T22:13:08.367Z | Downloaded darling v0.20.10 |
921 | 2025-03-25T22:13:08.370Z | Downloaded typed-path v0.9.3 |
922 | 2025-03-25T22:13:08.377Z | Downloaded twox-hash v2.1.0 |
923 | 2025-03-25T22:13:08.380Z | Downloaded fixedbitset v0.5.7 |
924 | 2025-03-25T22:13:08.382Z | Downloaded serde-hex v0.1.0 |
925 | 2025-03-25T22:13:08.386Z | Downloaded static_assertions v1.1.0 |
926 | 2025-03-25T22:13:08.386Z | Downloaded spki v0.7.3 |
927 | 2025-03-25T22:13:08.390Z | Downloaded slog-scope v4.4.0 |
928 | 2025-03-25T22:13:08.390Z | Downloaded zerocopy v0.6.6 |
929 | 2025-03-25T22:13:08.394Z | Downloaded serde_with v3.12.0 |
930 | 2025-03-25T22:13:08.400Z | Downloaded percent-encoding v2.3.1 |
931 | 2025-03-25T22:13:08.404Z | Downloaded expectorate v1.1.0 |
932 | 2025-03-25T22:13:08.408Z | Downloaded portable-atomic v1.9.0 |
933 | 2025-03-25T22:13:08.412Z | Downloaded tungstenite v0.21.0 |
934 | 2025-03-25T22:13:08.414Z | Downloaded env_logger v0.10.2 |
935 | 2025-03-25T22:13:08.417Z | Downloaded salty v0.3.0 |
936 | 2025-03-25T22:13:08.425Z | Downloaded derive_builder v0.20.2 |
937 | 2025-03-25T22:13:08.430Z | Downloaded tower v0.5.2 |
938 | 2025-03-25T22:13:08.450Z | Downloaded spin v0.9.8 |
939 | 2025-03-25T22:13:08.454Z | Downloaded der v0.7.9 |
940 | 2025-03-25T22:13:08.454Z | Downloaded num-bigint-dig v0.8.4 |
941 | 2025-03-25T22:13:08.459Z | Downloaded serde_derive_internals v0.29.1 |
942 | 2025-03-25T22:13:08.459Z | Downloaded derive-where v1.2.7 |
943 | 2025-03-25T22:13:08.463Z | Downloaded url v2.5.3 |
944 | 2025-03-25T22:13:08.467Z | Downloaded zerocopy-derive v0.8.10 |
945 | 2025-03-25T22:13:08.470Z | Downloaded p384 v0.13.0 |
946 | 2025-03-25T22:13:08.477Z | Downloaded smf v0.2.3 |
947 | 2025-03-25T22:13:08.480Z | Downloaded dropshot_endpoint v0.12.0 |
948 | 2025-03-25T22:13:08.483Z | Downloaded ssh-key v0.6.6 |
949 | 2025-03-25T22:13:08.488Z | Downloaded papergrid v0.14.0 |
950 | 2025-03-25T22:13:08.493Z | Downloaded oso v0.27.3 |
951 | 2025-03-25T22:13:08.497Z | Downloaded unicode-bidi v0.3.17 |
952 | 2025-03-25T22:13:08.500Z | Downloaded rayon v1.10.0 |
953 | 2025-03-25T22:13:08.510Z | Downloaded time v0.3.36 |
954 | 2025-03-25T22:13:08.518Z | Downloaded diesel_derives v2.2.3 |
955 | 2025-03-25T22:13:08.523Z | Downloaded tough v0.19.0 |
956 | 2025-03-25T22:13:08.531Z | Downloaded tungstenite v0.23.0 |
957 | 2025-03-25T22:13:08.534Z | Downloaded tabled v0.18.0 |
958 | 2025-03-25T22:13:08.554Z | Downloaded zerovec v0.10.4 |
959 | 2025-03-25T22:13:08.559Z | Downloaded nom v7.1.3 |
960 | 2025-03-25T22:13:08.568Z | Downloaded reqwest v0.12.12 |
961 | 2025-03-25T22:13:08.576Z | Downloaded ed25519-dalek v2.1.1 |
962 | 2025-03-25T22:13:08.579Z | Downloaded tokio-postgres v0.7.13 |
963 | 2025-03-25T22:13:08.584Z | Downloaded curve25519-dalek v4.1.3 |
964 | 2025-03-25T22:13:08.592Z | Downloaded polar-core v0.27.3 |
965 | 2025-03-25T22:13:08.601Z | Downloaded nix v0.27.1 |
966 | 2025-03-25T22:13:08.613Z | Downloaded rand v0.8.5 |
967 | 2025-03-25T22:13:08.617Z | Downloaded futures-util v0.3.31 |
968 | 2025-03-25T22:13:08.630Z | Downloaded sqlparser v0.45.0 |
969 | 2025-03-25T22:13:08.638Z | Downloaded regex-syntax v0.8.5 |
970 | 2025-03-25T22:13:08.645Z | Downloaded vcpkg v0.2.15 |
971 | 2025-03-25T22:13:08.684Z | Downloaded quinn-proto v0.11.8 |
972 | 2025-03-25T22:13:08.691Z | Downloaded openssl v0.10.71 |
973 | 2025-03-25T22:13:08.701Z | Downloaded icu_properties_data v1.5.0 |
974 | 2025-03-25T22:13:08.712Z | Downloaded rsa v0.9.6 |
975 | 2025-03-25T22:13:08.718Z | Downloaded flate2 v1.1.0 |
976 | 2025-03-25T22:13:08.723Z | Downloaded p521 v0.13.3 |
977 | 2025-03-25T22:13:08.727Z | Downloaded regex v1.11.1 |
978 | 2025-03-25T22:13:08.743Z | Downloaded smoltcp v0.9.1 |
979 | 2025-03-25T22:13:08.752Z | Downloaded openapiv3 v2.0.0 |
980 | 2025-03-25T22:13:08.765Z | Downloaded rustls v0.22.4 |
981 | 2025-03-25T22:13:08.779Z | Downloaded rustls v0.21.12 |
982 | 2025-03-25T22:13:08.791Z | Downloaded rustls v0.23.19 |
983 | 2025-03-25T22:13:08.804Z | Downloaded webpki-roots v0.26.6 |
984 | 2025-03-25T22:13:08.807Z | Downloaded lalrpop v0.19.12 |
985 | 2025-03-25T22:13:08.819Z | Downloaded petname v2.0.2 |
986 | 2025-03-25T22:13:08.825Z | Downloaded sled v0.34.7 |
987 | 2025-03-25T22:13:08.836Z | Downloaded zerocopy v0.8.10 |
988 | 2025-03-25T22:13:08.862Z | Downloaded git2 v0.19.0 |
989 | 2025-03-25T22:13:08.870Z | Downloaded dropshot v0.12.0 |
990 | 2025-03-25T22:13:08.890Z | Downloaded ratatui v0.29.0 |
991 | 2025-03-25T22:13:08.913Z | Downloaded regex-syntax v0.6.29 |
992 | 2025-03-25T22:13:08.936Z | Downloaded nix v0.28.0 |
993 | 2025-03-25T22:13:08.941Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2025-03-25T22:13:08.944Z | Downloaded zerocopy-derive v0.6.6 |
995 | 2025-03-25T22:13:08.956Z | Downloaded regress v0.10.3 |
996 | 2025-03-25T22:13:08.964Z | Downloaded gimli v0.31.1 |
997 | 2025-03-25T22:13:08.973Z | Downloaded unicode-width v0.2.0 |
998 | 2025-03-25T22:13:08.990Z | Downloaded object v0.30.4 |
999 | 2025-03-25T22:13:08.993Z | Downloaded nix v0.29.0 |
1000 | 2025-03-25T22:13:08.998Z | Downloaded regex-automata v0.4.8 |
1001 | 2025-03-25T22:13:09.016Z | Downloaded hickory-proto v0.24.4 |
1002 | 2025-03-25T22:13:09.031Z | Downloaded diesel v2.2.8 |
1003 | 2025-03-25T22:13:09.050Z | Downloaded smoltcp v0.11.0 |
1004 | 2025-03-25T22:13:09.063Z | Downloaded petgraph v0.6.5 |
1005 | 2025-03-25T22:13:09.081Z | Downloaded object v0.36.5 |
1006 | 2025-03-25T22:13:09.092Z | Downloaded dropshot v0.16.0 |
1007 | 2025-03-25T22:13:09.115Z | Downloaded bstr v1.10.0 |
1008 | 2025-03-25T22:13:09.125Z | Downloaded typify-impl v0.2.0 |
1009 | 2025-03-25T22:13:09.141Z | Downloaded csv v1.3.1 |
1010 | 2025-03-25T22:13:09.162Z | Downloaded chrono-tz v0.10.1 |
1011 | 2025-03-25T22:13:09.170Z | Downloaded rustls-webpki v0.102.8 |
1012 | 2025-03-25T22:13:09.189Z | Downloaded typify-impl v0.3.0 |
1013 | 2025-03-25T22:13:09.204Z | Downloaded rustls-webpki v0.101.7 |
1014 | 2025-03-25T22:13:09.218Z | Downloaded h2 v0.4.6 |
1015 | 2025-03-25T22:13:09.225Z | Downloaded parking_lot v0.12.3 |
1016 | 2025-03-25T22:13:09.228Z | Downloaded winnow v0.6.20 |
1017 | 2025-03-25T22:13:09.236Z | Downloaded winnow v0.5.40 |
1018 | 2025-03-25T22:13:09.245Z | Downloaded radix_trie v0.2.1 |
1019 | 2025-03-25T22:13:09.251Z | Downloaded itertools v0.13.0 |
1020 | 2025-03-25T22:13:09.258Z | Downloaded ref-cast-impl v1.0.23 |
1021 | 2025-03-25T22:13:09.261Z | Downloaded progenitor-impl v0.8.0 |
1022 | 2025-03-25T22:13:09.264Z | Downloaded parking_lot v0.11.2 |
1023 | 2025-03-25T22:13:09.264Z | Downloaded ed25519 v2.2.3 |
1024 | 2025-03-25T22:13:09.267Z | Downloaded vte v0.11.1 |
1025 | 2025-03-25T22:13:09.267Z | Downloaded value-bag v1.9.0 |
1026 | 2025-03-25T22:13:09.270Z | Downloaded uzers v0.12.1 |
1027 | 2025-03-25T22:13:09.274Z | Downloaded defmt v0.3.8 |
1028 | 2025-03-25T22:13:09.276Z | Downloaded unicase v2.7.0 |
1029 | 2025-03-25T22:13:09.280Z | Downloaded num-bigint v0.4.6 |
1030 | 2025-03-25T22:13:09.283Z | Downloaded quick-error v1.2.3 |
1031 | 2025-03-25T22:13:09.285Z | Downloaded flagset v0.4.6 |
1032 | 2025-03-25T22:13:09.285Z | Downloaded ron v0.8.1 |
1033 | 2025-03-25T22:13:09.290Z | Downloaded chrono v0.4.40 |
1034 | 2025-03-25T22:13:09.298Z | Downloaded reedline v0.38.0 |
1035 | 2025-03-25T22:13:09.306Z | Downloaded proptest v1.6.0 |
1036 | 2025-03-25T22:13:09.315Z | Downloaded lzma-sys v0.1.20 |
1037 | 2025-03-25T22:13:09.345Z | Downloaded num-integer v0.1.46 |
1038 | 2025-03-25T22:13:09.348Z | Downloaded globset v0.4.15 |
1039 | 2025-03-25T22:13:09.352Z | Downloaded peg-macros v0.8.5 |
1040 | 2025-03-25T22:13:09.355Z | Downloaded fatfs v0.3.6 |
1041 | 2025-03-25T22:13:09.358Z | Downloaded tokio-rustls v0.24.1 |
1042 | 2025-03-25T22:13:09.358Z | Downloaded subprocess v0.2.9 |
1043 | 2025-03-25T22:13:09.361Z | Downloaded hashbrown v0.13.2 |
1044 | 2025-03-25T22:13:09.365Z | Downloaded debug-ignore v1.0.5 |
1045 | 2025-03-25T22:13:09.368Z | Downloaded tokio v1.43.0 |
1046 | 2025-03-25T22:13:09.407Z | Downloaded petgraph v0.7.1 |
1047 | 2025-03-25T22:13:09.426Z | Downloaded libz-sys v1.1.20 |
1048 | 2025-03-25T22:13:09.447Z | Downloaded ring v0.17.11 |
1049 | 2025-03-25T22:13:09.490Z | Downloaded pin-project v1.1.6 |
1050 | 2025-03-25T22:13:09.500Z | Downloaded hashbrown v0.12.3 |
1051 | 2025-03-25T22:13:09.504Z | Downloaded itertools v0.12.1 |
1052 | 2025-03-25T22:13:09.511Z | Downloaded sha3 v0.10.8 |
1053 | 2025-03-25T22:13:09.516Z | Downloaded serde_yaml v0.9.34+deprecated |
1054 | 2025-03-25T22:13:09.521Z | Downloaded glob v0.3.2 |
1055 | 2025-03-25T22:13:09.524Z | Downloaded idna v1.0.3 |
1056 | 2025-03-25T22:13:09.527Z | Downloaded russh-cryptovec v0.7.3 |
1057 | 2025-03-25T22:13:09.527Z | Downloaded quinn-udp v0.5.5 |
1058 | 2025-03-25T22:13:09.530Z | Downloaded float-cmp v0.10.0 |
1059 | 2025-03-25T22:13:09.530Z | Downloaded snafu-derive v0.8.5 |
1060 | 2025-03-25T22:13:09.530Z | Downloaded postgres-types v0.2.9 |
1061 | 2025-03-25T22:13:09.533Z | Downloaded postgres-protocol v0.6.8 |
1062 | 2025-03-25T22:13:09.536Z | Downloaded pkcs8 v0.10.2 |
1063 | 2025-03-25T22:13:09.539Z | Downloaded rayon-core v1.12.1 |
1064 | 2025-03-25T22:13:09.542Z | Downloaded strum_macros v0.26.4 |
1065 | 2025-03-25T22:13:09.545Z | Downloaded siphasher v0.3.11 |
1066 | 2025-03-25T22:13:09.545Z | Downloaded tracing-core v0.1.32 |
1067 | 2025-03-25T22:13:09.548Z | Downloaded parse-zoneinfo v0.3.1 |
1068 | 2025-03-25T22:13:09.551Z | Downloaded publicsuffix v2.3.0 |
1069 | 2025-03-25T22:13:09.554Z | Downloaded tls_codec_derive v0.4.1 |
1070 | 2025-03-25T22:13:09.557Z | Downloaded slog v2.7.0 |
1071 | 2025-03-25T22:13:09.557Z | Downloaded blake3 v1.5.4 |
1072 | 2025-03-25T22:13:09.566Z | Downloaded pkcs1 v0.7.5 |
1073 | 2025-03-25T22:13:09.569Z | Downloaded slab v0.4.9 |
1074 | 2025-03-25T22:13:09.569Z | Downloaded zip v2.1.3 |
1075 | 2025-03-25T22:13:09.573Z | Downloaded libm v0.2.8 |
1076 | 2025-03-25T22:13:09.581Z | Downloaded unicode_categories v0.1.1 |
1077 | 2025-03-25T22:13:09.584Z | Downloaded typify-macro v0.3.0 |
1078 | 2025-03-25T22:13:09.584Z | Downloaded encoding_rs v0.8.34 |
1079 | 2025-03-25T22:13:09.605Z | Downloaded time-macros v0.2.18 |
1080 | 2025-03-25T22:13:09.609Z | Downloaded uuid v1.15.1 |
1081 | 2025-03-25T22:13:09.612Z | Downloaded unicode-normalization v0.1.24 |
1082 | 2025-03-25T22:13:09.615Z | Downloaded packed_struct v0.10.1 |
1083 | 2025-03-25T22:13:09.619Z | Downloaded foreign-types-macros v0.2.3 |
1084 | 2025-03-25T22:13:09.619Z | Downloaded foreign-types v0.5.0 |
1085 | 2025-03-25T22:13:09.619Z | Downloaded dyn-clone v1.0.19 |
1086 | 2025-03-25T22:13:09.624Z | Downloaded dsl_auto_type v0.1.2 |
1087 | 2025-03-25T22:13:09.624Z | Downloaded data-encoding v2.6.0 |
1088 | 2025-03-25T22:13:09.624Z | Downloaded yoke v0.7.4 |
1089 | 2025-03-25T22:13:09.627Z | Downloaded derive_more v0.99.19 |
1090 | 2025-03-25T22:13:09.630Z | Downloaded shlex v1.3.0 |
1091 | 2025-03-25T22:13:09.630Z | Downloaded shell-words v1.1.0 |
1092 | 2025-03-25T22:13:09.633Z | Downloaded sha1 v0.10.6 |
1093 | 2025-03-25T22:13:09.633Z | Downloaded pin-project-lite v0.2.14 |
1094 | 2025-03-25T22:13:09.636Z | Downloaded typify v0.3.0 |
1095 | 2025-03-25T22:13:09.640Z | Downloaded tokio-rustls v0.25.0 |
1096 | 2025-03-25T22:13:09.643Z | Downloaded slog-async v2.8.0 |
1097 | 2025-03-25T22:13:09.643Z | Downloaded elliptic-curve v0.13.8 |
1098 | 2025-03-25T22:13:09.647Z | Downloaded tokio-rustls v0.26.0 |
1099 | 2025-03-25T22:13:09.650Z | Downloaded socket2 v0.5.8 |
1100 | 2025-03-25T22:13:09.653Z | Downloaded similar v2.7.0 |
1101 | 2025-03-25T22:13:09.664Z | Downloaded diff v0.1.13 |
1102 | 2025-03-25T22:13:09.664Z | Downloaded prettyplease v0.2.30 |
1103 | 2025-03-25T22:13:09.664Z | Downloaded hyper v1.6.0 |
1104 | 2025-03-25T22:13:09.670Z | Downloaded unsafe-libyaml v0.2.11 |
1105 | 2025-03-25T22:13:09.673Z | Downloaded openssl-sys v0.9.106 |
1106 | 2025-03-25T22:13:09.678Z | Downloaded icu_properties v1.5.1 |
1107 | 2025-03-25T22:13:09.681Z | Downloaded strum_macros v0.25.3 |
1108 | 2025-03-25T22:13:09.685Z | Downloaded strum_macros v0.24.3 |
1109 | 2025-03-25T22:13:09.685Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1110 | 2025-03-25T22:13:09.740Z | Downloaded slog-stdlog v4.1.1 |
1111 | 2025-03-25T22:13:09.744Z | Downloaded tar v0.4.44 |
1112 | 2025-03-25T22:13:09.748Z | Downloaded poly1305 v0.8.0 |
1113 | 2025-03-25T22:13:09.748Z | Downloaded indicatif v0.17.11 |
1114 | 2025-03-25T22:13:09.752Z | Downloaded rustc-demangle v0.1.24 |
1115 | 2025-03-25T22:13:09.752Z | Downloaded predicates v3.1.3 |
1116 | 2025-03-25T22:13:09.755Z | Downloaded term v0.7.0 |
1117 | 2025-03-25T22:13:09.758Z | Downloaded sqlformat v0.2.6 |
1118 | 2025-03-25T22:13:09.758Z | Downloaded either v1.14.0 |
1119 | 2025-03-25T22:13:09.761Z | Downloaded predicates-core v1.0.8 |
1120 | 2025-03-25T22:13:09.761Z | Downloaded http v1.2.0 |
1121 | 2025-03-25T22:13:09.764Z | Downloaded whoami v1.5.2 |
1122 | 2025-03-25T22:13:09.767Z | Downloaded multimap v0.10.0 |
1123 | 2025-03-25T22:13:09.767Z | Downloaded multer v3.1.0 |
1124 | 2025-03-25T22:13:09.771Z | Downloaded futures-macro v0.3.31 |
1125 | 2025-03-25T22:13:09.771Z | Downloaded futures-executor v0.3.31 |
1126 | 2025-03-25T22:13:09.774Z | Downloaded miniz_oxide v0.8.5 |
1127 | 2025-03-25T22:13:09.774Z | Downloaded futures-channel v0.3.31 |
1128 | 2025-03-25T22:13:09.777Z | Downloaded num-traits v0.2.19 |
1129 | 2025-03-25T22:13:09.780Z | Downloaded termcolor v1.4.1 |
1130 | 2025-03-25T22:13:09.780Z | Downloaded enum-as-inner v0.6.1 |
1131 | 2025-03-25T22:13:09.783Z | Downloaded icu_normalizer v1.5.0 |
1132 | 2025-03-25T22:13:09.786Z | Downloaded unarray v0.1.4 |
1133 | 2025-03-25T22:13:09.786Z | Downloaded owo-colors v4.2.0 |
1134 | 2025-03-25T22:13:09.789Z | Downloaded zopfli v0.8.1 |
1135 | 2025-03-25T22:13:09.792Z | Downloaded vsss-rs v3.3.4 |
1136 | 2025-03-25T22:13:09.795Z | Downloaded derive_builder_macro v0.20.2 |
1137 | 2025-03-25T22:13:09.795Z | Downloaded waitgroup v0.1.2 |
1138 | 2025-03-25T22:13:09.795Z | Downloaded universal-hash v0.5.1 |
1139 | 2025-03-25T22:13:09.795Z | Downloaded tabwriter v1.4.0 |
1140 | 2025-03-25T22:13:09.799Z | Downloaded subtle v2.6.1 |
1141 | 2025-03-25T22:13:09.800Z | Downloaded polyval v0.6.2 |
1142 | 2025-03-25T22:13:09.803Z | Downloaded phf_codegen v0.11.2 |
1143 | 2025-03-25T22:13:09.803Z | Downloaded num-rational v0.4.2 |
1144 | 2025-03-25T22:13:09.803Z | Downloaded nu-ansi-term v0.50.1 |
1145 | 2025-03-25T22:13:09.806Z | Downloaded unicode-properties v0.1.3 |
1146 | 2025-03-25T22:13:09.806Z | Downloaded icu_provider v1.5.0 |
1147 | 2025-03-25T22:13:09.809Z | Downloaded phf_generator v0.11.2 |
1148 | 2025-03-25T22:13:09.812Z | Downloaded topological-sort v0.2.2 |
1149 | 2025-03-25T22:13:09.812Z | Downloaded schemars_derive v0.8.22 |
1150 | 2025-03-25T22:13:09.812Z | Downloaded crossbeam-channel v0.5.13 |
1151 | 2025-03-25T22:13:09.816Z | Downloaded bumpalo v3.16.0 |
1152 | 2025-03-25T22:13:09.819Z | Downloaded progenitor-macro v0.8.0 |
1153 | 2025-03-25T22:13:09.822Z | Downloaded rcgen v0.12.1 |
1154 | 2025-03-25T22:13:09.822Z | Downloaded oxnet v0.1.1 |
1155 | 2025-03-25T22:13:09.825Z | Downloaded fs_extra v1.3.0 |
1156 | 2025-03-25T22:13:09.829Z | Downloaded displaydoc v0.2.5 |
1157 | 2025-03-25T22:13:09.829Z | Downloaded hickory-resolver v0.24.4 |
1158 | 2025-03-25T22:13:09.832Z | Downloaded indexmap v1.9.3 |
1159 | 2025-03-25T22:13:09.837Z | Downloaded mime_guess v2.0.5 |
1160 | 2025-03-25T22:13:09.840Z | Downloaded headers v0.4.0 |
1161 | 2025-03-25T22:13:09.843Z | Downloaded base64 v0.21.7 |
1162 | 2025-03-25T22:13:09.847Z | Downloaded lock_api v0.4.12 |
1163 | 2025-03-25T22:13:09.847Z | Downloaded unicode-truncate v1.1.0 |
1164 | 2025-03-25T22:13:09.851Z | Downloaded rustls-pki-types v1.10.0 |
1165 | 2025-03-25T22:13:09.854Z | Downloaded ipnet v2.11.0 |
1166 | 2025-03-25T22:13:09.854Z | Downloaded document-features v0.2.10 |
1167 | 2025-03-25T22:13:09.854Z | Downloaded display-error-chain v0.2.2 |
1168 | 2025-03-25T22:13:09.857Z | Downloaded dirs-sys-next v0.1.2 |
1169 | 2025-03-25T22:13:09.857Z | Downloaded dirs-next v2.0.0 |
1170 | 2025-03-25T22:13:09.857Z | Downloaded supports-color v3.0.2 |
1171 | 2025-03-25T22:13:09.861Z | Downloaded curve25519-dalek-derive v0.1.1 |
1172 | 2025-03-25T22:13:09.861Z | Downloaded libloading v0.8.5 |
1173 | 2025-03-25T22:13:09.861Z | Downloaded jobserver v0.1.32 |
1174 | 2025-03-25T22:13:09.864Z | Downloaded slog-envlogger v2.2.0 |
1175 | 2025-03-25T22:13:09.864Z | Downloaded sct v0.7.1 |
1176 | 2025-03-25T22:13:09.867Z | Downloaded mime v0.3.17 |
1177 | 2025-03-25T22:13:09.870Z | Downloaded ipnetwork v0.21.1 |
1178 | 2025-03-25T22:13:09.870Z | Downloaded lockfree-object-pool v0.1.6 |
1179 | 2025-03-25T22:13:09.873Z | Downloaded linear-map v1.2.0 |
1180 | 2025-03-25T22:13:09.873Z | Downloaded compact_str v0.8.0 |
1181 | 2025-03-25T22:13:09.876Z | Downloaded iana-time-zone v0.1.61 |
1182 | 2025-03-25T22:13:09.879Z | Downloaded synstructure v0.13.1 |
1183 | 2025-03-25T22:13:09.882Z | Downloaded structmeta v0.3.0 |
1184 | 2025-03-25T22:13:09.882Z | Downloaded stable_deref_trait v1.2.0 |
1185 | 2025-03-25T22:13:09.882Z | Downloaded signal-hook-registry v1.4.2 |
1186 | 2025-03-25T22:13:09.882Z | Downloaded scheduled-thread-pool v0.2.7 |
1187 | 2025-03-25T22:13:09.885Z | Downloaded rand_seeder v0.3.0 |
1188 | 2025-03-25T22:13:09.885Z | Downloaded indent_write v2.2.0 |
1189 | 2025-03-25T22:13:09.885Z | Downloaded allocator-api2 v0.2.18 |
1190 | 2025-03-25T22:13:09.889Z | Downloaded crossbeam-utils v0.8.20 |
1191 | 2025-03-25T22:13:09.892Z | Downloaded impl-trait-for-tuples v0.2.2 |
1192 | 2025-03-25T22:13:09.894Z | Downloaded crossbeam-epoch v0.9.18 |
1193 | 2025-03-25T22:13:09.898Z | Downloaded cookie v0.18.1 |
1194 | 2025-03-25T22:13:09.898Z | Downloaded clang-sys v1.8.1 |
1195 | 2025-03-25T22:13:09.901Z | Downloaded blake2 v0.10.6 |
1196 | 2025-03-25T22:13:09.904Z | Downloaded atomic-waker v1.1.2 |
1197 | 2025-03-25T22:13:09.904Z | Downloaded const-oid v0.9.6 |
1198 | 2025-03-25T22:13:09.907Z | Downloaded md5 v0.7.0 |
1199 | 2025-03-25T22:13:09.907Z | Downloaded match_cfg v0.1.0 |
1200 | 2025-03-25T22:13:09.907Z | Downloaded ahash v0.8.11 |
1201 | 2025-03-25T22:13:09.910Z | Downloaded ascii-canvas v3.0.0 |
1202 | 2025-03-25T22:13:09.910Z | Downloaded hmac v0.12.1 |
1203 | 2025-03-25T22:13:09.913Z | Downloaded cbc v0.1.2 |
1204 | 2025-03-25T22:13:09.913Z | Downloaded cargo_metadata v0.18.1 |
1205 | 2025-03-25T22:13:09.917Z | Downloaded async-trait v0.1.87 |
1206 | 2025-03-25T22:13:09.920Z | Downloaded bcs v0.1.6 |
1207 | 2025-03-25T22:13:09.920Z | Downloaded base64ct v1.6.0 |
1208 | 2025-03-25T22:13:09.924Z | Downloaded arrayvec v0.7.6 |
1209 | 2025-03-25T22:13:09.924Z | Downloaded arrayref v0.3.9 |
1210 | 2025-03-25T22:13:09.927Z | Downloaded console v0.15.10 |
1211 | 2025-03-25T22:13:09.930Z | Downloaded colored v2.2.0 |
1212 | 2025-03-25T22:13:09.930Z | Downloaded blowfish v0.9.1 |
1213 | 2025-03-25T22:13:09.933Z | Downloaded block-padding v0.3.3 |
1214 | 2025-03-25T22:13:09.933Z | Downloaded async-bb8-diesel v0.2.1 |
1215 | 2025-03-25T22:13:09.933Z | Downloaded castaway v0.2.3 |
1216 | 2025-03-25T22:13:09.939Z | Downloaded heck v0.3.3 |
1217 | 2025-03-25T22:13:09.941Z | Downloaded bit-vec v0.6.3 |
1218 | 2025-03-25T22:13:09.945Z | Downloaded argon2 v0.5.3 |
1219 | 2025-03-25T22:13:09.945Z | Downloaded bit-set v0.5.3 |
1220 | 2025-03-25T22:13:09.945Z | Downloaded base16ct v0.2.0 |
1221 | 2025-03-25T22:13:09.945Z | Downloaded home v0.5.9 |
1222 | 2025-03-25T22:13:09.945Z | Downloaded bcrypt-pbkdf v0.10.0 |
1223 | 2025-03-25T22:13:09.945Z | Downloaded array-init v0.0.4 |
1224 | 2025-03-25T22:13:09.945Z | Downloaded ctr v0.9.2 |
1225 | 2025-03-25T22:13:10.195Z | Downloaded aws-lc-sys v0.26.0 |
1226 | 2025-03-25T22:13:10.518Z | Compiling serde v1.0.218 |
1227 | 2025-03-25T22:13:10.521Z | Compiling value-bag v1.9.0 |
1228 | 2025-03-25T22:13:10.521Z | Compiling lock_api v0.4.12 |
1229 | 2025-03-25T22:13:10.521Z | Compiling scopeguard v1.2.0 |
1230 | 2025-03-25T22:13:10.521Z | Compiling shlex v1.3.0 |
1231 | 2025-03-25T22:13:10.668Z | Compiling typenum v1.17.0 |
1232 | 2025-03-25T22:13:10.711Z | Compiling syn v2.0.98 |
1233 | 2025-03-25T22:13:10.727Z | Compiling getrandom v0.2.15 |
1234 | 2025-03-25T22:13:10.840Z | Compiling jobserver v0.1.32 |
1235 | 2025-03-25T22:13:11.033Z | Compiling log v0.4.22 |
1236 | 2025-03-25T22:13:11.152Z | Compiling rand_core v0.6.4 |
1237 | 2025-03-25T22:13:11.171Z | Compiling generic-array v0.14.7 |
1238 | 2025-03-25T22:13:11.243Z | Compiling cc v1.2.15 |
1239 | 2025-03-25T22:13:11.622Z | Compiling subtle v2.6.1 |
1240 | 2025-03-25T22:13:11.649Z | Compiling smallvec v1.14.0 |
1241 | 2025-03-25T22:13:11.652Z | Compiling const-oid v0.9.6 |
1242 | 2025-03-25T22:13:11.685Z | Compiling pin-project-lite v0.2.14 |
1243 | 2025-03-25T22:13:11.754Z | Compiling rustix v0.38.37 |
1244 | 2025-03-25T22:13:11.823Z | Compiling parking_lot_core v0.9.10 |
1245 | 2025-03-25T22:13:11.975Z | Compiling spin v0.9.8 |
1246 | 2025-03-25T22:13:12.033Z | Compiling signal-hook-registry v1.4.2 |
1247 | 2025-03-25T22:13:12.375Z | Compiling futures-core v0.3.31 |
1248 | 2025-03-25T22:13:12.734Z | Compiling mio v1.0.2 |
1249 | 2025-03-25T22:13:12.766Z | Compiling aho-corasick v1.1.3 |
1250 | 2025-03-25T22:13:12.893Z | Compiling parking_lot v0.12.3 |
1251 | 2025-03-25T22:13:12.997Z | Compiling either v1.14.0 |
1252 | 2025-03-25T22:13:13.369Z | Compiling serde_json v1.0.139 |
1253 | 2025-03-25T22:13:13.449Z | Compiling regex-syntax v0.8.5 |
1254 | 2025-03-25T22:13:13.760Z | Compiling stable_deref_trait v1.2.0 |
1255 | 2025-03-25T22:13:13.784Z | Compiling glob v0.3.2 |
1256 | 2025-03-25T22:13:13.871Z | Compiling socket2 v0.5.8 |
1257 | 2025-03-25T22:13:13.892Z | Compiling futures-sink v0.3.31 |
1258 | 2025-03-25T22:13:13.941Z | Compiling prettyplease v0.2.30 |
1259 | 2025-03-25T22:13:14.076Z | Compiling libm v0.2.8 |
1260 | 2025-03-25T22:13:14.300Z | Compiling cpufeatures v0.2.14 |
1261 | 2025-03-25T22:13:14.471Z | Compiling lazy_static v1.5.0 |
1262 | 2025-03-25T22:13:14.492Z | Compiling slab v0.4.9 |
1263 | 2025-03-25T22:13:14.621Z | Compiling num-traits v0.2.19 |
1264 | 2025-03-25T22:13:14.640Z | Compiling clang-sys v1.8.1 |
1265 | 2025-03-25T22:13:14.812Z | Compiling minimal-lexical v0.2.1 |
1266 | 2025-03-25T22:13:15.256Z | Compiling nom v7.1.3 |
1267 | 2025-03-25T22:13:15.317Z | Compiling libloading v0.8.5 |
1268 | 2025-03-25T22:13:15.382Z | Compiling home v0.5.9 |
1269 | 2025-03-25T22:13:15.406Z | Compiling pkg-config v0.3.31 |
1270 | 2025-03-25T22:13:15.622Z | Compiling getrandom v0.3.1 |
1271 | 2025-03-25T22:13:15.720Z | Compiling foldhash v0.1.3 |
1272 | 2025-03-25T22:13:16.042Z | Compiling allocator-api2 v0.2.18 |
1273 | 2025-03-25T22:13:16.335Z | Compiling bindgen v0.69.5 |
1274 | 2025-03-25T22:13:16.772Z | Compiling hashbrown v0.15.1 |
1275 | 2025-03-25T22:13:17.576Z | Compiling regex-automata v0.4.8 |
1276 | 2025-03-25T22:13:17.607Z | Compiling itertools v0.12.1 |
1277 | 2025-03-25T22:13:18.045Z | Compiling lazycell v1.3.0 |
1278 | 2025-03-25T22:13:18.185Z | Compiling synstructure v0.13.1 |
1279 | 2025-03-25T22:13:18.736Z | Compiling cexpr v0.6.0 |
1280 | 2025-03-25T22:13:19.608Z | Compiling rustc-hash v1.1.0 |
1281 | 2025-03-25T22:13:19.803Z | Compiling futures-channel v0.3.31 |
1282 | 2025-03-25T22:13:20.210Z | Compiling cmake v0.1.51 |
1283 | 2025-03-25T22:13:20.236Z | Compiling futures-task v0.3.31 |
1284 | 2025-03-25T22:13:20.341Z | Compiling futures-io v0.3.31 |
1285 | 2025-03-25T22:13:20.476Z | Compiling pin-utils v0.1.0 |
1286 | 2025-03-25T22:13:20.547Z | Compiling fs_extra v1.3.0 |
1287 | 2025-03-25T22:13:20.591Z | Compiling dunce v1.0.5 |
1288 | 2025-03-25T22:13:20.627Z | Compiling base64ct v1.6.0 |
1289 | 2025-03-25T22:13:20.732Z | Compiling paste v1.0.15 |
1290 | 2025-03-25T22:13:21.074Z | Compiling ring v0.17.11 |
1291 | 2025-03-25T22:13:21.096Z | Compiling flagset v0.4.6 |
1292 | 2025-03-25T22:13:21.099Z | Compiling pem-rfc7468 v0.7.0 |
1293 | 2025-03-25T22:13:21.214Z | Compiling writeable v0.5.5 |
1294 | 2025-03-25T22:13:21.312Z | Compiling litemap v0.7.3 |
1295 | 2025-03-25T22:13:21.716Z | Compiling aws-lc-rs v1.12.4 |
1296 | 2025-03-25T22:13:21.753Z | Compiling icu_locid_transform_data v1.5.0 |
1297 | 2025-03-25T22:13:21.774Z | Compiling crossbeam-utils v0.8.20 |
1298 | 2025-03-25T22:13:21.861Z | Compiling vcpkg v0.2.15 |
1299 | 2025-03-25T22:13:22.168Z | Compiling rustls-pki-types v1.10.0 |
1300 | 2025-03-25T22:13:22.337Z | Compiling tracing-core v0.1.32 |
1301 | 2025-03-25T22:13:22.401Z | Compiling icu_properties_data v1.5.0 |
1302 | 2025-03-25T22:13:22.721Z | Compiling regex v1.11.1 |
1303 | 2025-03-25T22:13:23.102Z | Compiling httparse v1.9.5 |
1304 | 2025-03-25T22:13:23.396Z | Compiling serde_derive v1.0.218 |
1305 | 2025-03-25T22:13:23.569Z | Compiling zeroize_derive v1.4.2 |
1306 | 2025-03-25T22:13:23.587Z | Compiling zerocopy-derive v0.7.35 |
1307 | 2025-03-25T22:13:23.685Z | Compiling tokio-macros v2.5.0 |
1308 | 2025-03-25T22:13:23.765Z | Compiling zerofrom-derive v0.1.4 |
1309 | 2025-03-25T22:13:24.961Z | Compiling zeroize v1.8.1 |
1310 | 2025-03-25T22:13:25.145Z | Compiling yoke-derive v0.7.4 |
1311 | 2025-03-25T22:13:25.531Z | Compiling zerocopy v0.7.35 |
1312 | 2025-03-25T22:13:26.404Z | Compiling zerovec-derive v0.10.3 |
1313 | 2025-03-25T22:13:26.589Z | Compiling crypto-common v0.1.6 |
1314 | 2025-03-25T22:13:26.838Z | Compiling block-buffer v0.10.4 |
1315 | 2025-03-25T22:13:26.868Z | Compiling block-padding v0.3.3 |
1316 | 2025-03-25T22:13:27.099Z | Compiling digest v0.10.7 |
1317 | 2025-03-25T22:13:27.115Z | Compiling zerofrom v0.1.4 |
1318 | 2025-03-25T22:13:27.115Z | Compiling displaydoc v0.2.5 |
1319 | 2025-03-25T22:13:27.165Z | Compiling inout v0.1.3 |
1320 | 2025-03-25T22:13:27.328Z | Compiling thiserror-impl v1.0.69 |
1321 | 2025-03-25T22:13:27.435Z | Compiling futures-macro v0.3.31 |
1322 | 2025-03-25T22:13:27.513Z | Compiling hmac v0.12.1 |
1323 | 2025-03-25T22:13:27.753Z | Compiling sha2 v0.10.8 |
1324 | 2025-03-25T22:13:27.772Z | Compiling yoke v0.7.4 |
1325 | 2025-03-25T22:13:27.810Z | Compiling cipher v0.4.4 |
1326 | 2025-03-25T22:13:28.141Z | Compiling der_derive v0.7.3 |
1327 | 2025-03-25T22:13:28.374Z | Compiling icu_provider_macros v1.5.0 |
1328 | 2025-03-25T22:13:28.800Z | Compiling salsa20 v0.10.2 |
1329 | 2025-03-25T22:13:28.866Z | Compiling zerovec v0.10.4 |
1330 | 2025-03-25T22:13:29.057Z | Compiling pbkdf2 v0.12.2 |
1331 | 2025-03-25T22:13:29.245Z | Compiling ppv-lite86 v0.2.20 |
1332 | 2025-03-25T22:13:29.366Z | Compiling futures-util v0.3.31 |
1333 | 2025-03-25T22:13:29.505Z | Compiling scrypt v0.11.0 |
1334 | 2025-03-25T22:13:30.015Z | Compiling aes v0.8.4 |
1335 | 2025-03-25T22:13:30.050Z | Compiling cbc v0.1.2 |
1336 | 2025-03-25T22:13:30.312Z | Compiling thiserror v1.0.69 |
1337 | 2025-03-25T22:13:30.315Z | Compiling openssl-sys v0.9.106 |
1338 | 2025-03-25T22:13:30.437Z | Compiling der v0.7.9 |
1339 | 2025-03-25T22:13:30.471Z | Compiling pest v2.7.14 |
1340 | 2025-03-25T22:13:30.901Z | Compiling tinystr v0.7.6 |
1341 | 2025-03-25T22:13:31.300Z | Compiling icu_locid v1.5.0 |
1342 | 2025-03-25T22:13:31.320Z | Compiling icu_collections v1.5.0 |
1343 | 2025-03-25T22:13:31.407Z | Compiling tracing-attributes v0.1.27 |
1344 | 2025-03-25T22:13:32.612Z | Compiling icu_provider v1.5.0 |
1345 | 2025-03-25T22:13:32.847Z | Compiling spki v0.7.3 |
1346 | 2025-03-25T22:13:33.252Z | Compiling untrusted v0.9.0 |
1347 | 2025-03-25T22:13:33.350Z | Compiling time-core v0.1.2 |
1348 | 2025-03-25T22:13:33.391Z | Compiling icu_locid_transform v1.5.0 |
1349 | 2025-03-25T22:13:33.451Z | Compiling untrusted v0.7.1 |
1350 | 2025-03-25T22:13:33.543Z | Compiling powerfmt v0.2.0 |
1351 | 2025-03-25T22:13:33.617Z | Compiling num-conv v0.1.0 |
1352 | 2025-03-25T22:13:33.640Z | Compiling percent-encoding v2.3.1 |
1353 | 2025-03-25T22:13:33.664Z | Compiling iana-time-zone v0.1.61 |
1354 | 2025-03-25T22:13:33.901Z | Compiling time-macros v0.2.18 |
1355 | 2025-03-25T22:13:33.922Z | Compiling deranged v0.3.11 |
1356 | 2025-03-25T22:13:34.030Z | Compiling pest_meta v2.7.14 |
1357 | 2025-03-25T22:13:34.737Z | Compiling tracing v0.1.40 |
1358 | 2025-03-25T22:13:34.771Z | Compiling icu_properties v1.5.1 |
1359 | 2025-03-25T22:13:35.258Z | Compiling pkcs5 v0.7.1 |
1360 | 2025-03-25T22:13:35.464Z | Compiling scroll_derive v0.12.0 |
1361 | 2025-03-25T22:13:36.380Z | Compiling bitflags v2.6.0 |
1362 | 2025-03-25T22:13:36.522Z | Compiling bytes v1.10.1 |
1363 | 2025-03-25T22:13:36.924Z | Compiling semver v1.0.25 |
1364 | 2025-03-25T22:13:36.943Z | Compiling indexmap v2.7.1 |
1365 | 2025-03-25T22:13:37.649Z | Compiling tokio v1.43.0 |
1366 | 2025-03-25T22:13:38.021Z | Compiling http v1.2.0 |
1367 | 2025-03-25T22:13:38.296Z | Compiling rustc_version v0.4.1 |
1368 | 2025-03-25T22:13:38.326Z | Compiling uuid v1.15.1 |
1369 | 2025-03-25T22:13:38.364Z | Compiling chrono v0.4.40 |
1370 | 2025-03-25T22:13:39.006Z | Compiling utf16_iter v1.0.5 |
1371 | 2025-03-25T22:13:39.231Z | Compiling icu_normalizer_data v1.5.0 |
1372 | 2025-03-25T22:13:39.366Z | Compiling utf8_iter v1.0.4 |
1373 | 2025-03-25T22:13:39.544Z | Compiling write16 v1.0.0 |
1374 | 2025-03-25T22:13:39.620Z | Compiling zerocopy v0.8.10 |
1375 | 2025-03-25T22:13:39.688Z | Compiling num_threads v0.1.7 |
1376 | 2025-03-25T22:13:39.797Z | Compiling atomic-waker v1.1.2 |
1377 | 2025-03-25T22:13:39.841Z | Compiling time v0.3.36 |
1378 | 2025-03-25T22:13:39.891Z | Compiling icu_normalizer v1.5.0 |
1379 | 2025-03-25T22:13:40.005Z | Compiling http-body v1.0.1 |
1380 | 2025-03-25T22:13:40.192Z | Compiling scroll v0.12.0 |
1381 | 2025-03-25T22:13:40.246Z | Compiling pkcs8 v0.10.2 |
1382 | 2025-03-25T22:13:40.497Z | Compiling which v4.4.2 |
1383 | 2025-03-25T22:13:41.033Z | Compiling pest_generator v2.7.14 |
1384 | 2025-03-25T22:13:41.439Z | Compiling zerocopy-derive v0.8.10 |
1385 | 2025-03-25T22:13:41.616Z | Compiling serde_derive_internals v0.29.1 |
1386 | 2025-03-25T22:13:41.651Z | Compiling tinyvec_macros v0.1.1 |
1387 | 2025-03-25T22:13:41.760Z | Compiling schemars v0.8.22 |
1388 | 2025-03-25T22:13:41.763Z | Compiling try-lock v0.2.5 |
1389 | 2025-03-25T22:13:41.935Z | Compiling slog v2.7.0 |
1390 | 2025-03-25T22:13:42.137Z | Compiling want v0.3.1 |
1391 | 2025-03-25T22:13:42.436Z | Compiling goblin v0.8.2 |
1392 | 2025-03-25T22:13:42.556Z | Compiling tinyvec v1.8.0 |
1393 | 2025-03-25T22:13:42.874Z | Compiling pest_derive v2.7.14 |
1394 | 2025-03-25T22:13:43.742Z | Compiling idna_adapter v1.2.0 |
1395 | 2025-03-25T22:13:43.881Z | Compiling schemars_derive v0.8.22 |
1396 | 2025-03-25T22:13:43.980Z | Compiling form_urlencoded v1.2.1 |
1397 | 2025-03-25T22:13:44.111Z | Compiling openssl v0.10.71 |
1398 | 2025-03-25T22:13:44.331Z | Compiling foreign-types-shared v0.1.1 |
1399 | 2025-03-25T22:13:44.462Z | Compiling rustversion v1.0.17 |
1400 | 2025-03-25T22:13:44.482Z | Compiling adler2 v2.0.0 |
1401 | 2025-03-25T22:13:44.555Z | Compiling dyn-clone v1.0.19 |
1402 | 2025-03-25T22:13:44.702Z | Compiling tower-service v0.3.3 |
1403 | 2025-03-25T22:13:44.776Z | Compiling httpdate v1.0.3 |
1404 | 2025-03-25T22:13:44.841Z | Compiling miniz_oxide v0.8.5 |
1405 | 2025-03-25T22:13:45.242Z | Compiling foreign-types v0.3.2 |
1406 | 2025-03-25T22:13:45.263Z | Compiling idna v1.0.3 |
1407 | 2025-03-25T22:13:45.359Z | Compiling dtrace-parser v0.2.0 |
1408 | 2025-03-25T22:13:46.372Z | Compiling tokio-util v0.7.13 |
1409 | 2025-03-25T22:13:47.183Z | Compiling rand_core v0.9.2 |
1410 | 2025-03-25T22:13:47.321Z | Compiling h2 v0.4.6 |
1411 | 2025-03-25T22:13:47.527Z | Compiling serde_tokenstream v0.2.2 |
1412 | 2025-03-25T22:13:47.630Z | Compiling serde_spanned v0.6.8 |
1413 | 2025-03-25T22:13:47.649Z | Compiling toml_datetime v0.6.8 |
1414 | 2025-03-25T22:13:48.151Z | Compiling openssl-macros v0.1.1 |
1415 | 2025-03-25T22:13:48.170Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2025-03-25T22:13:48.673Z | Compiling dof v0.3.0 |
1417 | 2025-03-25T22:13:48.916Z | Compiling siphasher v0.3.11 |
1418 | 2025-03-25T22:13:49.179Z | Compiling rustls v0.23.19 |
1419 | 2025-03-25T22:13:49.302Z | Compiling base64 v0.22.1 |
1420 | 2025-03-25T22:13:49.487Z | Compiling syn v1.0.109 |
1421 | 2025-03-25T22:13:50.222Z | Compiling native-tls v0.2.12 |
1422 | 2025-03-25T22:13:50.229Z | Compiling usdt-impl v0.5.0 |
1423 | 2025-03-25T22:13:50.465Z | Compiling rand_chacha v0.9.0 |
1424 | 2025-03-25T22:13:51.505Z | Compiling unicode-normalization v0.1.24 |
1425 | 2025-03-25T22:13:51.593Z | Compiling heapless v0.7.17 |
1426 | 2025-03-25T22:13:52.017Z | Compiling crossbeam-epoch v0.9.18 |
1427 | 2025-03-25T22:13:52.048Z | Compiling rand_chacha v0.3.1 |
1428 | 2025-03-25T22:13:52.125Z | Compiling signature v2.2.0 |
1429 | 2025-03-25T22:13:52.447Z | Compiling dirs-sys-next v0.1.2 |
1430 | 2025-03-25T22:13:52.520Z | Compiling cookie v0.18.1 |
1431 | 2025-03-25T22:13:52.622Z | Compiling crc32fast v1.4.2 |
1432 | 2025-03-25T22:13:52.673Z | Compiling unicode-bidi v0.3.17 |
1433 | 2025-03-25T22:13:52.861Z | Compiling signal-hook v0.3.17 |
1434 | 2025-03-25T22:13:52.953Z | Compiling unicode-properties v0.1.3 |
1435 | 2025-03-25T22:13:52.983Z | Compiling openssl-probe v0.1.5 |
1436 | 2025-03-25T22:13:53.203Z | Compiling rustls v0.22.4 |
1437 | 2025-03-25T22:13:53.300Z | Compiling rayon-core v1.12.1 |
1438 | 2025-03-25T22:13:53.477Z | Compiling stringprep v0.1.5 |
1439 | 2025-03-25T22:13:53.654Z | Compiling dirs-next v2.0.0 |
1440 | 2025-03-25T22:13:53.682Z | Compiling rand v0.8.5 |
1441 | 2025-03-25T22:13:53.863Z | Compiling crossbeam-deque v0.8.5 |
1442 | 2025-03-25T22:13:54.215Z | Compiling rand v0.9.0 |
1443 | 2025-03-25T22:13:54.486Z | Compiling url v2.5.3 |
1444 | 2025-03-25T22:13:54.560Z | Compiling hyper v1.6.0 |
1445 | 2025-03-25T22:13:55.746Z | Compiling http-body-util v0.1.2 |
1446 | 2025-03-25T22:13:56.187Z | Compiling curve25519-dalek v4.1.3 |
1447 | 2025-03-25T22:13:56.242Z | Compiling md-5 v0.10.6 |
1448 | 2025-03-25T22:13:56.540Z | Compiling async-trait v0.1.87 |
1449 | 2025-03-25T22:13:56.579Z | Compiling num-integer v0.1.46 |
1450 | 2025-03-25T22:13:56.884Z | Compiling ff v0.13.0 |
1451 | 2025-03-25T22:13:57.143Z | Compiling hyper-util v0.1.10 |
1452 | 2025-03-25T22:13:57.328Z | Compiling hash32 v0.2.1 |
1453 | 2025-03-25T22:13:57.495Z | Compiling thread_local v1.1.8 |
1454 | 2025-03-25T22:13:57.697Z | Compiling multer v3.1.0 |
1455 | 2025-03-25T22:13:57.993Z | Compiling encoding_rs v0.8.34 |
1456 | 2025-03-25T22:13:58.023Z | Compiling memoffset v0.9.1 |
1457 | 2025-03-25T22:13:58.043Z | Compiling fallible-iterator v0.2.0 |
1458 | 2025-03-25T22:13:58.277Z | Compiling slog-async v2.8.0 |
1459 | 2025-03-25T22:13:58.385Z | Compiling gimli v0.31.1 |
1460 | 2025-03-25T22:13:58.690Z | Compiling cfg_aliases v0.2.1 |
1461 | 2025-03-25T22:13:58.811Z | Compiling smoltcp v0.9.1 |
1462 | 2025-03-25T22:13:58.832Z | Compiling litrs v0.4.1 |
1463 | 2025-03-25T22:13:58.999Z | Compiling num-bigint-dig v0.8.4 |
1464 | 2025-03-25T22:13:59.338Z | Compiling portable-atomic v1.9.0 |
1465 | 2025-03-25T22:13:59.467Z | Compiling match_cfg v0.1.0 |
1466 | 2025-03-25T22:13:59.587Z | Compiling newtype-uuid v1.2.1 |
1467 | 2025-03-25T22:13:59.909Z | Compiling psl-types v2.0.11 |
1468 | 2025-03-25T22:13:59.966Z | Compiling mime v0.3.17 |
1469 | 2025-03-25T22:14:00.106Z | Compiling base16ct v0.2.0 |
1470 | 2025-03-25T22:14:00.128Z | Compiling toml_edit v0.22.24 |
1471 | 2025-03-25T22:14:00.399Z | Compiling sec1 v0.7.3 |
1472 | 2025-03-25T22:14:00.456Z | Compiling publicsuffix v2.3.0 |
1473 | 2025-03-25T22:14:00.478Z | Compiling document-features v0.2.10 |
1474 | 2025-03-25T22:14:00.805Z | Compiling hostname v0.3.1 |
1475 | 2025-03-25T22:14:01.071Z | Compiling nix v0.29.0 |
1476 | 2025-03-25T22:14:01.119Z | Compiling postgres-protocol v0.6.8 |
1477 | 2025-03-25T22:14:01.993Z | Compiling group v0.13.0 |
1478 | 2025-03-25T22:14:02.115Z | Compiling num-iter v0.1.45 |
1479 | 2025-03-25T22:14:02.342Z | Compiling tokio-native-tls v0.3.1 |
1480 | 2025-03-25T22:14:02.441Z | Compiling bzip2 v0.4.4 |
1481 | 2025-03-25T22:14:02.642Z | Compiling addr2line v0.24.2 |
1482 | 2025-03-25T22:14:02.842Z | Compiling term v0.7.0 |
1483 | 2025-03-25T22:14:03.345Z | Compiling flate2 v1.1.0 |
1484 | 2025-03-25T22:14:03.937Z | Compiling usdt-attr-macro v0.5.0 |
1485 | 2025-03-25T22:14:03.962Z | Compiling usdt-macro v0.5.0 |
1486 | 2025-03-25T22:14:04.032Z | Compiling phf_shared v0.11.2 |
1487 | 2025-03-25T22:14:04.162Z | Compiling ipnetwork v0.21.1 |
1488 | 2025-03-25T22:14:04.263Z | Compiling slog-json v2.6.1 |
1489 | 2025-03-25T22:14:04.386Z | Compiling serde_urlencoded v0.7.1 |
1490 | 2025-03-25T22:14:04.639Z | Compiling terminal_size v0.4.0 |
1491 | 2025-03-25T22:14:04.861Z | Compiling crossbeam-channel v0.5.13 |
1492 | 2025-03-25T22:14:04.916Z | Compiling futures-executor v0.3.31 |
1493 | 2025-03-25T22:14:04.972Z | Compiling hkdf v0.12.4 |
1494 | 2025-03-25T22:14:05.258Z | Compiling crypto-bigint v0.5.5 |
1495 | 2025-03-25T22:14:05.393Z | Compiling async-stream-impl v0.3.6 |
1496 | 2025-03-25T22:14:05.420Z | Compiling curve25519-dalek-derive v0.1.1 |
1497 | 2025-03-25T22:14:05.474Z | Compiling zerocopy-derive v0.6.6 |
1498 | 2025-03-25T22:14:05.901Z | Compiling rustls-pemfile v2.2.0 |
1499 | 2025-03-25T22:14:06.253Z | Compiling webpki-roots v0.26.6 |
1500 | 2025-03-25T22:14:06.366Z | Compiling hubpack_derive v0.1.1 |
1501 | 2025-03-25T22:14:06.481Z | Compiling sync_wrapper v1.0.1 |
1502 | 2025-03-25T22:14:06.618Z | Compiling is-terminal v0.4.13 |
1503 | 2025-03-25T22:14:06.663Z | Compiling ahash v0.8.11 |
1504 | 2025-03-25T22:14:06.780Z | Compiling object v0.36.5 |
1505 | 2025-03-25T22:14:06.852Z | Compiling fs-err v2.11.0 |
1506 | 2025-03-25T22:14:07.047Z | Compiling dropshot v0.12.0 |
1507 | 2025-03-25T22:14:07.178Z | Compiling buf-list v1.0.3 |
1508 | 2025-03-25T22:14:07.201Z | Compiling simd-adler32 v0.3.7 |
1509 | 2025-03-25T22:14:07.327Z | Compiling unicode-width v0.2.0 |
1510 | 2025-03-25T22:14:07.379Z | Compiling lockfree-object-pool v0.1.6 |
1511 | 2025-03-25T22:14:07.401Z | Compiling bumpalo v3.16.0 |
1512 | 2025-03-25T22:14:07.655Z | Compiling anyhow v1.0.97 |
1513 | 2025-03-25T22:14:07.705Z | Compiling rustc-demangle v0.1.24 |
1514 | 2025-03-25T22:14:07.785Z | Compiling zip v2.1.3 |
1515 | 2025-03-25T22:14:07.828Z | Compiling take_mut v0.2.2 |
1516 | 2025-03-25T22:14:07.852Z | Compiling winnow v0.5.40 |
1517 | 2025-03-25T22:14:08.009Z | Compiling managed v0.8.0 |
1518 | 2025-03-25T22:14:08.101Z | Compiling ipnet v2.11.0 |
1519 | 2025-03-25T22:14:08.270Z | Compiling tower-layer v0.3.3 |
1520 | 2025-03-25T22:14:08.601Z | Compiling tower v0.5.2 |
1521 | 2025-03-25T22:14:08.622Z | Compiling elliptic-curve v0.13.8 |
1522 | 2025-03-25T22:14:09.613Z | Compiling console v0.15.10 |
1523 | 2025-03-25T22:14:09.695Z | Compiling zopfli v0.8.1 |
1524 | 2025-03-25T22:14:10.459Z | Compiling clap_builder v4.5.32 |
1525 | 2025-03-25T22:14:10.543Z | Compiling zerocopy v0.6.6 |
1526 | 2025-03-25T22:14:11.034Z | Compiling strum_macros v0.25.3 |
1527 | 2025-03-25T22:14:11.315Z | Compiling toml_edit v0.19.15 |
1528 | 2025-03-25T22:14:11.336Z | Compiling hubpack v0.1.2 |
1529 | 2025-03-25T22:14:11.604Z | Compiling slog-term v2.9.1 |
1530 | 2025-03-25T22:14:11.776Z | Compiling usdt v0.5.0 |
1531 | 2025-03-25T22:14:12.250Z | Compiling async-stream v0.3.6 |
1532 | 2025-03-25T22:14:12.555Z | Compiling futures v0.3.31 |
1533 | 2025-03-25T22:14:12.684Z | Compiling oxnet v0.1.1 |
1534 | 2025-03-25T22:14:12.779Z | Compiling slog-bunyan v2.5.0 |
1535 | 2025-03-25T22:14:13.013Z | Compiling phf v0.11.2 |
1536 | 2025-03-25T22:14:13.306Z | Compiling backtrace v0.3.74 |
1537 | 2025-03-25T22:14:13.412Z | Compiling toml v0.8.20 |
1538 | 2025-03-25T22:14:13.928Z | Compiling signal-hook-mio v0.2.4 |
1539 | 2025-03-25T22:14:14.129Z | Compiling cookie_store v0.21.1 |
1540 | 2025-03-25T22:14:14.820Z | Compiling rayon v1.10.0 |
1541 | 2025-03-25T22:14:14.939Z | Compiling hyper-tls v0.6.0 |
1542 | 2025-03-25T22:14:16.258Z | Compiling postgres-types v0.2.9 |
1543 | 2025-03-25T22:14:16.565Z | Compiling camino v1.1.9 |
1544 | 2025-03-25T22:14:17.847Z | Compiling ed25519 v2.2.3 |
1545 | 2025-03-25T22:14:18.443Z | Compiling phf_shared v0.10.0 |
1546 | 2025-03-25T22:14:18.465Z | Compiling dropshot_endpoint v0.12.0 |
1547 | 2025-03-25T22:14:18.857Z | Compiling pkcs1 v0.7.5 |
1548 | 2025-03-25T22:14:18.954Z | Compiling waitgroup v0.1.2 |
1549 | 2025-03-25T22:14:19.196Z | Compiling enum-as-inner v0.6.1 |
1550 | 2025-03-25T22:14:19.265Z | Compiling clap_derive v4.5.32 |
1551 | 2025-03-25T22:14:19.727Z | Compiling openapiv3 v2.0.0 |
1552 | 2025-03-25T22:14:19.748Z | Compiling serde_path_to_error v0.1.16 |
1553 | 2025-03-25T22:14:19.770Z | Compiling serde-big-array v0.5.1 |
1554 | 2025-03-25T22:14:20.016Z | Compiling rfc6979 v0.4.0 |
1555 | 2025-03-25T22:14:20.231Z | Compiling sha1 v0.10.6 |
1556 | 2025-03-25T22:14:20.275Z | Compiling serde_repr v0.1.19 |
1557 | 2025-03-25T22:14:20.555Z | Compiling daft-derive v0.1.2 |
1558 | 2025-03-25T22:14:20.678Z | Compiling bstr v1.10.0 |
1559 | 2025-03-25T22:14:21.396Z | Compiling float-cmp v0.10.0 |
1560 | 2025-03-25T22:14:21.673Z | Compiling hostname v0.4.0 |
1561 | 2025-03-25T22:14:21.886Z | Compiling precomputed-hash v0.1.1 |
1562 | 2025-03-25T22:14:22.052Z | Compiling number_prefix v0.4.0 |
1563 | 2025-03-25T22:14:22.160Z | Compiling new_debug_unreachable v1.0.6 |
1564 | 2025-03-25T22:14:22.272Z | Compiling debug-ignore v1.0.5 |
1565 | 2025-03-25T22:14:22.299Z | Compiling whoami v1.5.2 |
1566 | 2025-03-25T22:14:22.352Z | Compiling difflib v0.4.0 |
1567 | 2025-03-25T22:14:22.436Z | Compiling static_assertions v1.1.0 |
1568 | 2025-03-25T22:14:22.564Z | Compiling unicode-segmentation v1.12.0 |
1569 | 2025-03-25T22:14:22.625Z | Compiling data-encoding v2.6.0 |
1570 | 2025-03-25T22:14:22.886Z | Compiling fixedbitset v0.4.2 |
1571 | 2025-03-25T22:14:23.342Z | Compiling predicates-core v1.0.8 |
1572 | 2025-03-25T22:14:23.458Z | Compiling normalize-line-endings v0.3.0 |
1573 | 2025-03-25T22:14:23.613Z | Compiling predicates v3.1.3 |
1574 | 2025-03-25T22:14:23.671Z | Compiling similar v2.7.0 |
1575 | 2025-03-25T22:14:23.708Z | Compiling hickory-proto v0.24.4 |
1576 | 2025-03-25T22:14:23.743Z | Compiling petgraph v0.6.5 |
1577 | 2025-03-25T22:14:23.921Z | Compiling clap v4.5.32 |
1578 | 2025-03-25T22:14:24.047Z | Compiling tokio-postgres v0.7.13 |
1579 | 2025-03-25T22:14:24.648Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1580 | 2025-03-25T22:14:25.131Z | Compiling indicatif v0.17.11 |
1581 | 2025-03-25T22:14:25.820Z | Compiling string_cache v0.8.7 |
1582 | 2025-03-25T22:14:26.271Z | Compiling daft v0.1.2 |
1583 | 2025-03-25T22:14:26.783Z | Compiling ecdsa v0.16.9 |
1584 | 2025-03-25T22:14:27.139Z | Compiling rsa v0.9.6 |
1585 | 2025-03-25T22:14:27.450Z | Compiling ed25519-dalek v2.1.1 |
1586 | 2025-03-25T22:14:28.772Z | Compiling toml v0.7.8 |
1587 | 2025-03-25T22:14:29.701Z | Compiling crossterm v0.28.1 |
1588 | 2025-03-25T22:14:30.842Z | Compiling zip v0.6.6 |
1589 | 2025-03-25T22:14:31.095Z | Compiling tokio-stream v0.1.17 |
1590 | 2025-03-25T22:14:31.114Z | Compiling hex v0.4.3 |
1591 | 2025-03-25T22:14:31.718Z | Compiling x509-cert v0.2.5 |
1592 | 2025-03-25T22:14:32.026Z | Compiling itertools v0.10.5 |
1593 | 2025-03-25T22:14:32.175Z | Compiling unicode-xid v0.2.6 |
1594 | 2025-03-25T22:14:32.301Z | Compiling peg-runtime v0.8.5 |
1595 | 2025-03-25T22:14:32.376Z | Compiling lalrpop-util v0.19.12 |
1596 | 2025-03-25T22:14:32.770Z | Compiling strum_macros v0.26.4 |
1597 | 2025-03-25T22:14:32.870Z | Compiling xattr v1.3.1 |
1598 | 2025-03-25T22:14:32.874Z | Compiling filetime v0.2.25 |
1599 | 2025-03-25T22:14:33.154Z | Compiling tar v0.4.44 |
1600 | 2025-03-25T22:14:37.705Z | Compiling strum v0.26.3 |
1601 | 2025-03-25T22:14:40.321Z | Compiling aws-lc-sys v0.26.0 |
1602 | 2025-03-25T22:15:10.790Z | Compiling rustls-webpki v0.102.8 |
1603 | 2025-03-25T22:15:14.151Z | Compiling tokio-rustls v0.25.0 |
1604 | 2025-03-25T22:15:15.893Z | Compiling tokio-rustls v0.26.0 |
1605 | 2025-03-25T22:15:16.166Z | Compiling hyper-rustls v0.27.3 |
1606 | 2025-03-25T22:15:16.568Z | Compiling reqwest v0.12.12 |
1607 | 2025-03-25T22:15:20.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2025-03-25T22:15:20.652Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2025-03-25T22:15:25.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1610 | 2025-03-25T22:15:25.457Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1611 | 2025-03-25T22:15:25.510Z | Mar 25 22:15:24.523 INFO Starting download, target: Console |
1612 | 2025-03-25T22:15:25.510Z | Mar 25 22:15:24.523 INFO Starting download, target: Cockroach |
1613 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.523 INFO Starting download, target: Clickhouse |
1614 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.523 INFO Starting download, target: DendriteOpenapi |
1615 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.524 INFO Starting download, target: DendriteStub |
1616 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.524 INFO Starting download, target: MaghemiteMgd |
1617 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.524 INFO Starting download, target: TransceiverControl |
1618 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.524 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi |
1619 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.524 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1620 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.524 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1621 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.524 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1622 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.524 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1623 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.525 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1624 | 2025-03-25T22:15:25.514Z | Mar 25 22:15:24.525 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1625 | 2025-03-25T22:15:25.668Z | Mar 25 22:15:24.667 INFO Download complete, target: DendriteOpenapi |
1626 | 2025-03-25T22:15:25.832Z | Mar 25 22:15:24.829 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1627 | 2025-03-25T22:15:26.111Z | Mar 25 22:15:25.107 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1628 | 2025-03-25T22:15:26.247Z | Mar 25 22:15:25.242 INFO Download complete, target: TransceiverControl |
1629 | 2025-03-25T22:15:26.516Z | Mar 25 22:15:25.498 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1630 | 2025-03-25T22:15:26.541Z | Mar 25 22:15:25.535 INFO Download complete, target: Console |
1631 | 2025-03-25T22:15:26.635Z | Mar 25 22:15:25.628 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1632 | 2025-03-25T22:15:27.192Z | Mar 25 22:15:26.176 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1633 | 2025-03-25T22:15:27.192Z | Mar 25 22:15:26.176 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1634 | 2025-03-25T22:15:27.689Z | Mar 25 22:15:26.666 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1635 | 2025-03-25T22:15:29.001Z | Mar 25 22:15:27.955 INFO Download complete, target: MaghemiteMgd |
1636 | 2025-03-25T22:15:29.584Z | Mar 25 22:15:28.528 INFO Download complete, target: DendriteStub |
1637 | 2025-03-25T22:15:33.872Z | Mar 25 22:15:32.743 INFO Checking that binary works, target: Cockroach |
1638 | 2025-03-25T22:15:34.040Z | Mar 25 22:15:32.908 INFO Download complete, target: Cockroach |
1639 | 2025-03-25T22:15:38.511Z | Mar 25 22:15:37.305 INFO Checking that binary works, target: Clickhouse |
1640 | 2025-03-25T22:15:38.650Z | Mar 25 22:15:37.441 INFO Download complete, target: Clickhouse |
1641 | 2025-03-25T22:15:38.671Z | All builder prerequisites installed successfully, and PATH looks valid |
1642 | 2025-03-25T22:15:38.675Z | |
1643 | 2025-03-25T22:15:38.675Z | real 5:27.246307059 |
1644 | 2025-03-25T22:15:38.675Z | user 15:42.084297828 |
1645 | 2025-03-25T22:15:38.675Z | sys 2:11.243980678 |
1646 | 2025-03-25T22:15:38.675Z | trap 0.601496161 |
1647 | 2025-03-25T22:15:38.675Z | tflt 0.973477215 |
1648 | 2025-03-25T22:15:38.676Z | dflt 1.177636989 |
1649 | 2025-03-25T22:15:38.676Z | kflt 0.027349223 |
1650 | 2025-03-25T22:15:38.676Z | lock 24:11.478885957 |
1651 | 2025-03-25T22:15:38.676Z | slp 57:14.476974596 |
1652 | 2025-03-25T22:15:38.676Z | lat 1:04.405409315 |
1653 | 2025-03-25T22:15:38.676Z | stop 2:29.075128095 |
1654 | 2025-03-25T22:15:38.676Z | + banner clippy |
1655 | 2025-03-25T22:15:38.679Z | |
1656 | 2025-03-25T22:15:38.679Z | #### # # ##### ##### # # |
1657 | 2025-03-25T22:15:38.679Z | # # # # # # # # # # |
1658 | 2025-03-25T22:15:38.679Z | # # # # # # # # |
1659 | 2025-03-25T22:15:38.679Z | # # # ##### ##### # |
1660 | 2025-03-25T22:15:38.679Z | # # # # # # # |
1661 | 2025-03-25T22:15:38.679Z | #### ###### # # # # |
1662 | 2025-03-25T22:15:38.679Z | |
1663 | 2025-03-25T22:15:38.679Z | + export CARGO_INCREMENTAL=0 |
1664 | 2025-03-25T22:15:38.679Z | + CARGO_INCREMENTAL=0 |
1665 | 2025-03-25T22:15:38.679Z | + ptime -m cargo xtask clippy |
1666 | 2025-03-25T22:15:39.289Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1667 | 2025-03-25T22:15:42.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
1668 | 2025-03-25T22:15:42.354Z | Running `target/debug/xtask clippy` |
1669 | 2025-03-25T22:15:42.380Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1670 | 2025-03-25T22:15:43.118Z | Downloading crates ... |
1671 | 2025-03-25T22:15:43.470Z | Downloaded async-lock v3.4.0 |
1672 | 2025-03-25T22:15:43.473Z | Downloaded assert_cmd v2.0.16 |
1673 | 2025-03-25T22:15:43.486Z | Downloaded doc-comment v0.3.3 |
1674 | 2025-03-25T22:15:43.490Z | Downloaded plotters-svg v0.3.7 |
1675 | 2025-03-25T22:15:43.509Z | Downloaded nested v0.1.1 |
1676 | 2025-03-25T22:15:43.512Z | Downloaded async-attributes v1.1.2 |
1677 | 2025-03-25T22:15:43.512Z | Downloaded target-triple v0.1.3 |
1678 | 2025-03-25T22:15:43.515Z | Downloaded guppy-workspace-hack v0.1.0 |
1679 | 2025-03-25T22:15:43.515Z | Downloaded async-object-pool v0.1.5 |
1680 | 2025-03-25T22:15:43.515Z | Downloaded async-executor v1.13.1 |
1681 | 2025-03-25T22:15:43.520Z | Downloaded similar-asserts v1.7.0 |
1682 | 2025-03-25T22:15:43.523Z | Downloaded serde_regex v1.1.0 |
1683 | 2025-03-25T22:15:43.526Z | Downloaded anes v0.1.6 |
1684 | 2025-03-25T22:15:43.526Z | Downloaded parking v2.2.1 |
1685 | 2025-03-25T22:15:43.529Z | Downloaded concurrent-queue v2.5.0 |
1686 | 2025-03-25T22:15:43.529Z | Downloaded async-channel v1.9.0 |
1687 | 2025-03-25T22:15:43.529Z | Downloaded proc-macro-crate v3.2.0 |
1688 | 2025-03-25T22:15:43.532Z | Downloaded path-tree v0.8.1 |
1689 | 2025-03-25T22:15:43.532Z | Downloaded event-listener-strategy v0.5.2 |
1690 | 2025-03-25T22:15:43.535Z | Downloaded relative-path v1.9.3 |
1691 | 2025-03-25T22:15:43.535Z | Downloaded approx v0.5.1 |
1692 | 2025-03-25T22:15:43.540Z | Downloaded futures-timer v3.0.3 |
1693 | 2025-03-25T22:15:43.543Z | Downloaded stringmetrics v2.2.2 |
1694 | 2025-03-25T22:15:43.546Z | Downloaded piper v0.2.4 |
1695 | 2025-03-25T22:15:43.546Z | Downloaded pathdiff v0.2.3 |
1696 | 2025-03-25T22:15:43.546Z | Downloaded oorandom v11.1.4 |
1697 | 2025-03-25T22:15:43.549Z | Downloaded async-channel v2.3.1 |
1698 | 2025-03-25T22:15:43.549Z | Downloaded blocking v1.6.1 |
1699 | 2025-03-25T22:15:43.552Z | Downloaded async-global-executor v2.4.1 |
1700 | 2025-03-25T22:15:43.552Z | Downloaded async-signal v0.2.10 |
1701 | 2025-03-25T22:15:43.555Z | Downloaded assert-json-diff v2.0.2 |
1702 | 2025-03-25T22:15:43.562Z | Downloaded kv-log-macro v1.0.7 |
1703 | 2025-03-25T22:15:43.566Z | Downloaded plotters-backend v0.3.7 |
1704 | 2025-03-25T22:15:43.570Z | Downloaded httptest v0.16.3 |
1705 | 2025-03-25T22:15:43.573Z | Downloaded tinytemplate v1.2.1 |
1706 | 2025-03-25T22:15:43.577Z | Downloaded rustls-native-certs v0.7.3 |
1707 | 2025-03-25T22:15:43.577Z | Downloaded partial-io v0.5.4 |
1708 | 2025-03-25T22:15:43.580Z | Downloaded event-listener v2.5.3 |
1709 | 2025-03-25T22:15:43.580Z | Downloaded cast v0.3.0 |
1710 | 2025-03-25T22:15:43.583Z | Downloaded target-spec v3.4.2 |
1711 | 2025-03-25T22:15:43.583Z | Downloaded rust-argon2 v2.1.0 |
1712 | 2025-03-25T22:15:43.586Z | Downloaded async-task v4.7.1 |
1713 | 2025-03-25T22:15:43.591Z | Downloaded criterion-plot v0.5.0 |
1714 | 2025-03-25T22:15:43.591Z | Downloaded blake2b_simd v1.0.2 |
1715 | 2025-03-25T22:15:43.591Z | Downloaded async-process v2.3.0 |
1716 | 2025-03-25T22:15:43.595Z | Downloaded target-lexicon v0.13.2 |
1717 | 2025-03-25T22:15:43.595Z | Downloaded trybuild v1.0.103 |
1718 | 2025-03-25T22:15:43.598Z | Downloaded event-listener v5.3.1 |
1719 | 2025-03-25T22:15:43.601Z | Downloaded cfg-expr v0.18.0 |
1720 | 2025-03-25T22:15:43.604Z | Downloaded rstest v0.24.0 |
1721 | 2025-03-25T22:15:43.608Z | Downloaded polling v3.7.3 |
1722 | 2025-03-25T22:15:43.613Z | Downloaded async-io v2.3.4 |
1723 | 2025-03-25T22:15:43.617Z | Downloaded rstest_macros v0.24.0 |
1724 | 2025-03-25T22:15:43.620Z | Downloaded futures-lite v2.3.0 |
1725 | 2025-03-25T22:15:43.620Z | Downloaded rand_distr v0.4.3 |
1726 | 2025-03-25T22:15:43.623Z | Downloaded hyper-rustls v0.26.0 |
1727 | 2025-03-25T22:15:43.626Z | Downloaded criterion v0.5.1 |
1728 | 2025-03-25T22:15:43.636Z | Downloaded plotters v0.3.7 |
1729 | 2025-03-25T22:15:43.642Z | Downloaded guppy v0.17.17 |
1730 | 2025-03-25T22:15:43.648Z | Downloaded async-std v1.13.0 |
1731 | 2025-03-25T22:15:43.741Z | Downloaded httpmock v0.8.0-alpha.1 |
1732 | 2025-03-25T22:15:44.383Z | Checking cfg-if v1.0.0 |
1733 | 2025-03-25T22:15:44.553Z | Checking libc v0.2.170 |
1734 | 2025-03-25T22:15:44.578Z | Checking serde v1.0.218 |
1735 | 2025-03-25T22:15:44.603Z | Checking memchr v2.7.4 |
1736 | 2025-03-25T22:15:44.627Z | Checking value-bag v1.9.0 |
1737 | 2025-03-25T22:15:44.661Z | Checking itoa v1.0.11 |
1738 | 2025-03-25T22:15:44.686Z | Checking zeroize v1.8.1 |
1739 | 2025-03-25T22:15:44.714Z | Checking smallvec v1.14.0 |
1740 | 2025-03-25T22:15:44.717Z | Checking scopeguard v1.2.0 |
1741 | 2025-03-25T22:15:44.887Z | Checking pin-project-lite v0.2.14 |
1742 | 2025-03-25T22:15:44.924Z | Checking lock_api v0.4.12 |
1743 | 2025-03-25T22:15:44.970Z | Checking subtle v2.6.1 |
1744 | 2025-03-25T22:15:45.005Z | Checking log v0.4.22 |
1745 | 2025-03-25T22:15:45.037Z | Checking once_cell v1.20.3 |
1746 | 2025-03-25T22:15:45.063Z | Checking libm v0.2.8 |
1747 | 2025-03-25T22:15:45.265Z | Checking ryu v1.0.18 |
1748 | 2025-03-25T22:15:45.300Z | Checking byteorder v1.5.0 |
1749 | 2025-03-25T22:15:45.353Z | Checking typenum v1.17.0 |
1750 | 2025-03-25T22:15:45.485Z | Checking futures-core v0.3.31 |
1751 | 2025-03-25T22:15:45.526Z | Checking thiserror v1.0.69 |
1752 | 2025-03-25T22:15:45.558Z | Checking futures-io v0.3.31 |
1753 | 2025-03-25T22:15:45.587Z | Checking getrandom v0.2.15 |
1754 | 2025-03-25T22:15:45.680Z | Checking signal-hook-registry v1.4.2 |
1755 | 2025-03-25T22:15:45.711Z | Checking parking_lot_core v0.9.10 |
1756 | 2025-03-25T22:15:45.740Z | Checking mio v1.0.2 |
1757 | 2025-03-25T22:15:45.743Z | Checking socket2 v0.5.8 |
1758 | 2025-03-25T22:15:45.844Z | Checking rand_core v0.6.4 |
1759 | 2025-03-25T22:15:45.960Z | Checking num-traits v0.2.19 |
1760 | 2025-03-25T22:15:45.987Z | Checking const-oid v0.9.6 |
1761 | 2025-03-25T22:15:46.056Z | Checking parking_lot v0.12.3 |
1762 | 2025-03-25T22:15:46.187Z | Checking slab v0.4.9 |
1763 | 2025-03-25T22:15:46.250Z | Checking allocator-api2 v0.2.18 |
1764 | 2025-03-25T22:15:46.317Z | Checking equivalent v1.0.1 |
1765 | 2025-03-25T22:15:46.427Z | Checking foldhash v0.1.3 |
1766 | 2025-03-25T22:15:46.461Z | Checking zerocopy v0.7.35 |
1767 | 2025-03-25T22:15:46.493Z | Checking generic-array v0.14.7 |
1768 | 2025-03-25T22:15:46.523Z | Checking futures-sink v0.3.31 |
1769 | 2025-03-25T22:15:46.679Z | Checking getrandom v0.3.1 |
1770 | 2025-03-25T22:15:46.713Z | Checking iana-time-zone v0.1.61 |
1771 | 2025-03-25T22:15:46.843Z | Checking hashbrown v0.15.1 |
1772 | 2025-03-25T22:15:46.910Z | Checking cpufeatures v0.2.14 |
1773 | 2025-03-25T22:15:46.943Z | Checking pin-utils v0.1.0 |
1774 | 2025-03-25T22:15:47.024Z | Checking futures-channel v0.3.31 |
1775 | 2025-03-25T22:15:47.074Z | Checking futures-task v0.3.31 |
1776 | 2025-03-25T22:15:47.339Z | Checking stable_deref_trait v1.2.0 |
1777 | 2025-03-25T22:15:47.421Z | Checking futures-util v0.3.31 |
1778 | 2025-03-25T22:15:47.458Z | Checking fnv v1.0.7 |
1779 | 2025-03-25T22:15:47.490Z | Checking errno v0.3.9 |
1780 | 2025-03-25T22:15:47.610Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1781 | 2025-03-25T22:15:47.639Z | Checking crypto-common v0.1.6 |
1782 | 2025-03-25T22:15:47.689Z | Checking block-buffer v0.10.4 |
1783 | 2025-03-25T22:15:47.736Z | Checking dyn-clone v1.0.19 |
1784 | 2025-03-25T22:15:47.803Z | Checking tracing-core v0.1.32 |
1785 | 2025-03-25T22:15:47.839Z | Checking ppv-lite86 v0.2.20 |
1786 | 2025-03-25T22:15:47.905Z | Checking zerofrom v0.1.4 |
1787 | 2025-03-25T22:15:47.932Z | Checking digest v0.10.7 |
1788 | 2025-03-25T22:15:47.965Z | Checking litemap v0.7.3 |
1789 | 2025-03-25T22:15:48.033Z | Checking writeable v0.5.5 |
1790 | 2025-03-25T22:15:48.132Z | Checking yoke v0.7.4 |
1791 | 2025-03-25T22:15:48.305Z | Checking percent-encoding v2.3.1 |
1792 | 2025-03-25T22:15:48.340Z | Checking block-padding v0.3.3 |
1793 | 2025-03-25T22:15:48.404Z | Checking crossbeam-utils v0.8.20 |
1794 | 2025-03-25T22:15:48.439Z | Checking tracing v0.1.40 |
1795 | 2025-03-25T22:15:48.505Z | Checking zerovec v0.10.4 |
1796 | 2025-03-25T22:15:48.548Z | Checking icu_locid_transform_data v1.5.0 |
1797 | 2025-03-25T22:15:48.580Z | Checking rand_chacha v0.3.1 |
1798 | 2025-03-25T22:15:48.609Z | Checking inout v0.1.3 |
1799 | 2025-03-25T22:15:48.666Z | Checking form_urlencoded v1.2.1 |
1800 | 2025-03-25T22:15:48.816Z | Checking regex-syntax v0.8.5 |
1801 | 2025-03-25T22:15:48.861Z | Checking cipher v0.4.4 |
1802 | 2025-03-25T22:15:48.900Z | Checking icu_properties_data v1.5.0 |
1803 | 2025-03-25T22:15:49.024Z | Checking rand v0.8.5 |
1804 | 2025-03-25T22:15:49.055Z | Checking bytes v1.10.1 |
1805 | 2025-03-25T22:15:49.130Z | Checking bitflags v2.6.0 |
1806 | 2025-03-25T22:15:49.158Z | Checking serde_json v1.0.139 |
1807 | 2025-03-25T22:15:49.272Z | Checking chrono v0.4.40 |
1808 | 2025-03-25T22:15:49.466Z | Checking semver v1.0.25 |
1809 | 2025-03-25T22:15:49.912Z | Checking uuid v1.15.1 |
1810 | 2025-03-25T22:15:50.079Z | Checking indexmap v2.7.1 |
1811 | 2025-03-25T22:15:50.114Z | Checking tokio v1.43.0 |
1812 | 2025-03-25T22:15:50.226Z | Checking rustix v0.38.37 |
1813 | 2025-03-25T22:15:50.585Z | Checking http v1.2.0 |
1814 | 2025-03-25T22:15:50.711Z | Checking tinystr v0.7.6 |
1815 | 2025-03-25T22:15:51.080Z | Checking icu_locid v1.5.0 |
1816 | 2025-03-25T22:15:51.253Z | Checking icu_collections v1.5.0 |
1817 | 2025-03-25T22:15:51.258Z | Checking schemars v0.8.22 |
1818 | 2025-03-25T22:15:51.908Z | Checking atomic-waker v1.1.2 |
1819 | 2025-03-25T22:15:51.912Z | Checking spin v0.9.8 |
1820 | 2025-03-25T22:15:52.040Z | Checking utf16_iter v1.0.5 |
1821 | 2025-03-25T22:15:52.072Z | Checking write16 v1.0.0 |
1822 | 2025-03-25T22:15:52.075Z | Checking icu_provider v1.5.0 |
1823 | 2025-03-25T22:15:52.118Z | Checking powerfmt v0.2.0 |
1824 | 2025-03-25T22:15:52.220Z | Checking untrusted v0.9.0 |
1825 | 2025-03-25T22:15:52.250Z | Checking icu_normalizer_data v1.5.0 |
1826 | 2025-03-25T22:15:52.284Z | Checking utf8_iter v1.0.4 |
1827 | 2025-03-25T22:15:52.364Z | Checking aho-corasick v1.1.3 |
1828 | 2025-03-25T22:15:52.395Z | Checking deranged v0.3.11 |
1829 | 2025-03-25T22:15:52.424Z | Checking ring v0.17.11 |
1830 | 2025-03-25T22:15:52.496Z | Checking httparse v1.9.5 |
1831 | 2025-03-25T22:15:52.752Z | Checking icu_locid_transform v1.5.0 |
1832 | 2025-03-25T22:15:52.937Z | Checking num_threads v0.1.7 |
1833 | 2025-03-25T22:15:52.967Z | Checking unicode-ident v1.0.14 |
1834 | 2025-03-25T22:15:53.085Z | Checking num-conv v0.1.0 |
1835 | 2025-03-25T22:15:53.172Z | Checking time-core v0.1.2 |
1836 | 2025-03-25T22:15:53.365Z | Checking base64ct v1.6.0 |
1837 | 2025-03-25T22:15:53.369Z | Checking proc-macro2 v1.0.94 |
1838 | 2025-03-25T22:15:53.570Z | Checking sha2 v0.10.8 |
1839 | 2025-03-25T22:15:53.703Z | Checking time v0.3.36 |
1840 | 2025-03-25T22:15:53.821Z | Checking icu_properties v1.5.1 |
1841 | 2025-03-25T22:15:53.882Z | Checking hmac v0.12.1 |
1842 | 2025-03-25T22:15:53.957Z | Checking regex-automata v0.4.8 |
1843 | 2025-03-25T22:15:54.123Z | Checking adler2 v2.0.0 |
1844 | 2025-03-25T22:15:54.126Z | Checking quote v1.0.39 |
1845 | 2025-03-25T22:15:54.167Z | Checking rustls-pki-types v1.10.0 |
1846 | 2025-03-25T22:15:54.299Z | Checking miniz_oxide v0.8.5 |
1847 | 2025-03-25T22:15:54.492Z | Checking syn v2.0.98 |
1848 | 2025-03-25T22:15:54.682Z | Checking http-body v1.0.1 |
1849 | 2025-03-25T22:15:54.751Z | Checking aws-lc-sys v0.26.0 |
1850 | 2025-03-25T22:15:54.927Z | Checking base64 v0.22.1 |
1851 | 2025-03-25T22:15:55.063Z | Checking httpdate v1.0.3 |
1852 | 2025-03-25T22:15:55.359Z | Checking try-lock v0.2.5 |
1853 | 2025-03-25T22:15:55.400Z | Checking untrusted v0.7.1 |
1854 | 2025-03-25T22:15:55.535Z | Checking want v0.3.1 |
1855 | 2025-03-25T22:15:55.600Z | Checking pem-rfc7468 v0.7.0 |
1856 | 2025-03-25T22:15:55.740Z | Checking tower-service v0.3.3 |
1857 | 2025-03-25T22:15:55.901Z | Checking slog v2.7.0 |
1858 | 2025-03-25T22:15:55.904Z | Checking flagset v0.4.6 |
1859 | 2025-03-25T22:15:56.160Z | Checking der v0.7.9 |
1860 | 2025-03-25T22:15:56.261Z | Checking pbkdf2 v0.12.2 |
1861 | 2025-03-25T22:15:56.417Z | Checking aes v0.8.4 |
1862 | 2025-03-25T22:15:56.458Z | Checking gimli v0.31.1 |
1863 | 2025-03-25T22:15:56.912Z | Checking aws-lc-rs v1.12.4 |
1864 | 2025-03-25T22:15:57.134Z | Checking tokio-util v0.7.13 |
1865 | 2025-03-25T22:15:57.165Z | Checking icu_normalizer v1.5.0 |
1866 | 2025-03-25T22:15:57.336Z | Checking mime v0.3.17 |
1867 | 2025-03-25T22:15:57.687Z | Checking lazy_static v1.5.0 |
1868 | 2025-03-25T22:15:57.843Z | Checking cbc v0.1.2 |
1869 | 2025-03-25T22:15:57.911Z | Checking idna_adapter v1.2.0 |
1870 | 2025-03-25T22:15:57.944Z | Checking regex v1.11.1 |
1871 | 2025-03-25T22:15:57.947Z | Checking spki v0.7.3 |
1872 | 2025-03-25T22:15:58.019Z | Checking h2 v0.4.6 |
1873 | 2025-03-25T22:15:58.067Z | Checking salsa20 v0.10.2 |
1874 | 2025-03-25T22:15:58.109Z | Checking idna v1.0.3 |
1875 | 2025-03-25T22:15:58.269Z | Checking object v0.36.5 |
1876 | 2025-03-25T22:15:58.306Z | Checking rustc-demangle v0.1.24 |
1877 | 2025-03-25T22:15:58.599Z | Checking scrypt v0.11.0 |
1878 | 2025-03-25T22:15:58.646Z | Checking url v2.5.3 |
1879 | 2025-03-25T22:15:58.749Z | Checking rustls-webpki v0.102.8 |
1880 | 2025-03-25T22:15:58.796Z | Checking http-body-util v0.1.2 |
1881 | 2025-03-25T22:15:58.833Z | Checking ipnet v2.11.0 |
1882 | 2025-03-25T22:15:59.214Z | Checking foreign-types-shared v0.1.1 |
1883 | 2025-03-25T22:15:59.288Z | Checking openssl-probe v0.1.5 |
1884 | 2025-03-25T22:15:59.351Z | Checking utf8parse v0.2.2 |
1885 | 2025-03-25T22:15:59.460Z | Checking foreign-types v0.3.2 |
1886 | 2025-03-25T22:15:59.533Z | Checking pkcs5 v0.7.1 |
1887 | 2025-03-25T22:15:59.536Z | Checking rustls-pemfile v2.2.0 |
1888 | 2025-03-25T22:15:59.590Z | Checking openssl-sys v0.9.106 |
1889 | 2025-03-25T22:15:59.593Z | Checking futures-executor v0.3.31 |
1890 | 2025-03-25T22:15:59.785Z | Checking serde_urlencoded v0.7.1 |
1891 | 2025-03-25T22:15:59.859Z | Checking encoding_rs v0.8.34 |
1892 | 2025-03-25T22:16:00.086Z | Checking pkcs8 v0.10.2 |
1893 | 2025-03-25T22:16:00.219Z | Checking anstyle v1.0.10 |
1894 | 2025-03-25T22:16:00.284Z | Checking addr2line v0.24.2 |
1895 | 2025-03-25T22:16:00.412Z | Checking futures v0.3.31 |
1896 | 2025-03-25T22:16:00.554Z | Checking rustls v0.23.19 |
1897 | 2025-03-25T22:16:00.584Z | Checking toml_datetime v0.6.8 |
1898 | 2025-03-25T22:16:00.588Z | Checking serde_spanned v0.6.8 |
1899 | 2025-03-25T22:16:00.792Z | Checking either v1.14.0 |
1900 | 2025-03-25T22:16:00.833Z | Checking psl-types v2.0.11 |
1901 | 2025-03-25T22:16:00.865Z | Checking openssl v0.10.71 |
1902 | 2025-03-25T22:16:00.896Z | Checking anstyle-parse v0.2.5 |
1903 | 2025-03-25T22:16:01.034Z | Checking publicsuffix v2.3.0 |
1904 | 2025-03-25T22:16:01.186Z | Checking cookie v0.18.1 |
1905 | 2025-03-25T22:16:01.215Z | Checking webpki-roots v0.26.6 |
1906 | 2025-03-25T22:16:01.329Z | Checking sync_wrapper v1.0.1 |
1907 | 2025-03-25T22:16:01.456Z | Checking colorchoice v1.0.2 |
1908 | 2025-03-25T22:16:01.492Z | Checking anstyle-query v1.1.1 |
1909 | 2025-03-25T22:16:01.620Z | Checking is_terminal_polyfill v1.70.1 |
1910 | 2025-03-25T22:16:01.653Z | Checking tower-layer v0.3.3 |
1911 | 2025-03-25T22:16:01.682Z | Checking cookie_store v0.21.1 |
1912 | 2025-03-25T22:16:01.756Z | Checking anstream v0.6.15 |
1913 | 2025-03-25T22:16:01.930Z | Checking tower v0.5.2 |
1914 | 2025-03-25T22:16:02.145Z | Checking terminal_size v0.4.0 |
1915 | 2025-03-25T22:16:02.187Z | Checking is-terminal v0.4.13 |
1916 | 2025-03-25T22:16:02.337Z | Checking clap_lex v0.7.4 |
1917 | 2025-03-25T22:16:02.367Z | Checking strsim v0.11.1 |
1918 | 2025-03-25T22:16:02.394Z | Checking ipnetwork v0.21.1 |
1919 | 2025-03-25T22:16:02.625Z | Checking openapiv3 v2.0.0 |
1920 | 2025-03-25T22:16:02.664Z | Checking signature v2.2.0 |
1921 | 2025-03-25T22:16:02.694Z | Checking clap_builder v4.5.32 |
1922 | 2025-03-25T22:16:02.793Z | Checking data-encoding v2.6.0 |
1923 | 2025-03-25T22:16:02.894Z | Checking camino v1.1.9 |
1924 | 2025-03-25T22:16:03.414Z | Checking bitflags v1.3.2 |
1925 | 2025-03-25T22:16:03.495Z | Checking tinyvec_macros v0.1.1 |
1926 | 2025-03-25T22:16:03.544Z | Checking sha1 v0.10.6 |
1927 | 2025-03-25T22:16:03.616Z | Checking tinyvec v1.8.0 |
1928 | 2025-03-25T22:16:03.884Z | Checking scroll v0.12.0 |
1929 | 2025-03-25T22:16:04.194Z | Checking hyper v1.6.0 |
1930 | 2025-03-25T22:16:04.335Z | Checking backtrace v0.3.74 |
1931 | 2025-03-25T22:16:04.396Z | Checking ucd-trie v0.1.7 |
1932 | 2025-03-25T22:16:04.652Z | Checking plain v0.2.3 |
1933 | 2025-03-25T22:16:04.848Z | Checking goblin v0.8.2 |
1934 | 2025-03-25T22:16:04.913Z | Checking pest v2.7.14 |
1935 | 2025-03-25T22:16:04.953Z | Checking anyhow v1.0.97 |
1936 | 2025-03-25T22:16:05.372Z | Checking num-integer v0.1.46 |
1937 | 2025-03-25T22:16:05.701Z | Checking clap v4.5.32 |
1938 | 2025-03-25T22:16:05.828Z | Checking tokio-rustls v0.26.0 |
1939 | 2025-03-25T22:16:05.859Z | Checking dirs-sys-next v0.1.2 |
1940 | 2025-03-25T22:16:05.862Z | Checking pretty-hex v0.4.1 |
1941 | 2025-03-25T22:16:05.973Z | Checking crossbeam-channel v0.5.13 |
1942 | 2025-03-25T22:16:06.051Z | Checking dirs-next v2.0.0 |
1943 | 2025-03-25T22:16:06.082Z | Checking thread-id v4.2.2 |
1944 | 2025-03-25T22:16:06.086Z | Checking native-tls v0.2.12 |
1945 | 2025-03-25T22:16:06.165Z | Checking hyper-util v0.1.10 |
1946 | 2025-03-25T22:16:06.208Z | Checking thread_local v1.1.8 |
1947 | 2025-03-25T22:16:06.212Z | Checking crc32fast v1.4.2 |
1948 | 2025-03-25T22:16:06.253Z | Checking base16ct v0.2.0 |
1949 | 2025-03-25T22:16:06.449Z | Checking tokio-native-tls v0.3.1 |
1950 | 2025-03-25T22:16:06.480Z | Checking winnow v0.7.3 |
1951 | 2025-03-25T22:16:06.505Z | Checking sec1 v0.7.3 |
1952 | 2025-03-25T22:16:06.534Z | Checking term v0.7.0 |
1953 | 2025-03-25T22:16:06.696Z | Checking ff v0.13.0 |
1954 | 2025-03-25T22:16:06.726Z | Checking memmap v0.7.0 |
1955 | 2025-03-25T22:16:06.925Z | Checking zerocopy v0.8.10 |
1956 | 2025-03-25T22:16:06.953Z | Checking take_mut v0.2.2 |
1957 | 2025-03-25T22:16:06.958Z | Checking group v0.13.0 |
1958 | 2025-03-25T22:16:07.006Z | Checking slog-term v2.9.1 |
1959 | 2025-03-25T22:16:07.119Z | Checking slog-async v2.8.0 |
1960 | 2025-03-25T22:16:07.258Z | Checking num-iter v0.1.45 |
1961 | 2025-03-25T22:16:07.452Z | Checking hkdf v0.12.4 |
1962 | 2025-03-25T22:16:07.483Z | Checking hex v0.4.3 |
1963 | 2025-03-25T22:16:07.488Z | Checking dtrace-parser v0.2.0 |
1964 | 2025-03-25T22:16:07.488Z | Checking crypto-bigint v0.5.5 |
1965 | 2025-03-25T22:16:07.696Z | Checking unicode-width v0.2.0 |
1966 | 2025-03-25T22:16:07.992Z | Checking static_assertions v1.1.0 |
1967 | 2025-03-25T22:16:08.021Z | Checking match_cfg v0.1.0 |
1968 | 2025-03-25T22:16:08.113Z | Checking oxnet v0.1.1 |
1969 | 2025-03-25T22:16:08.146Z | Checking hostname v0.3.1 |
1970 | 2025-03-25T22:16:08.150Z | Checking hyper-rustls v0.27.3 |
1971 | 2025-03-25T22:16:08.192Z | Checking hyper-tls v0.6.0 |
1972 | 2025-03-25T22:16:08.286Z | Checking bstr v1.10.0 |
1973 | 2025-03-25T22:16:08.497Z | Checking winnow v0.5.40 |
1974 | 2025-03-25T22:16:08.501Z | Checking unicode-segmentation v1.12.0 |
1975 | 2025-03-25T22:16:08.545Z | Checking reqwest v0.12.12 |
1976 | 2025-03-25T22:16:09.262Z | Checking num-bigint-dig v0.8.4 |
1977 | 2025-03-25T22:16:09.265Z | Checking flate2 v1.1.0 |
1978 | 2025-03-25T22:16:09.318Z | Checking toml_edit v0.22.24 |
1979 | 2025-03-25T22:16:09.728Z | Checking dof v0.3.0 |
1980 | 2025-03-25T22:16:09.756Z | Checking pkcs1 v0.7.5 |
1981 | 2025-03-25T22:16:09.952Z | Checking crossbeam-epoch v0.9.18 |
1982 | 2025-03-25T22:16:10.200Z | Checking zerocopy v0.6.6 |
1983 | 2025-03-25T22:16:10.345Z | Checking unicode-normalization v0.1.24 |
1984 | 2025-03-25T22:16:10.376Z | Checking elliptic-curve v0.13.8 |
1985 | 2025-03-25T22:16:10.407Z | Checking usdt-impl v0.5.0 |
1986 | 2025-03-25T22:16:10.411Z | Checking rfc6979 v0.4.0 |
1987 | 2025-03-25T22:16:10.597Z | Checking hubpack v0.1.2 |
1988 | 2025-03-25T22:16:10.917Z | Checking debug-ignore v1.0.5 |
1989 | 2025-03-25T22:16:10.944Z | Checking managed v0.8.0 |
1990 | 2025-03-25T22:16:10.978Z | Checking usdt v0.5.0 |
1991 | 2025-03-25T22:16:11.009Z | Checking ecdsa v0.16.9 |
1992 | 2025-03-25T22:16:11.089Z | Checking crossbeam-deque v0.8.5 |
1993 | 2025-03-25T22:16:11.273Z | Checking x509-cert v0.2.5 |
1994 | 2025-03-25T22:16:11.303Z | Checking slog-json v2.6.1 |
1995 | 2025-03-25T22:16:11.307Z | Checking rsa v0.9.6 |
1996 | 2025-03-25T22:16:11.352Z | Checking toml_edit v0.19.15 |
1997 | 2025-03-25T22:16:11.355Z | Checking curve25519-dalek v4.1.3 |
1998 | 2025-03-25T22:16:11.440Z | Checking ahash v0.8.11 |
1999 | 2025-03-25T22:16:11.583Z | Checking bzip2-sys v0.1.11+1.0.8 |
2000 | 2025-03-25T22:16:11.674Z | Checking siphasher v0.3.11 |
2001 | 2025-03-25T22:16:11.729Z | Checking bzip2 v0.4.4 |
2002 | 2025-03-25T22:16:11.960Z | Checking slog-bunyan v2.5.0 |
2003 | 2025-03-25T22:16:12.002Z | Checking rayon-core v1.12.1 |
2004 | 2025-03-25T22:16:12.046Z | Checking ed25519 v2.2.3 |
2005 | 2025-03-25T22:16:12.076Z | Checking toml v0.8.20 |
2006 | 2025-03-25T22:16:12.598Z | Checking rustls v0.22.4 |
2007 | 2025-03-25T22:16:12.630Z | Checking newtype-uuid v1.2.1 |
2008 | 2025-03-25T22:16:12.630Z | Checking serde_path_to_error v0.1.16 |
2009 | 2025-03-25T22:16:12.667Z | Checking signal-hook v0.3.17 |
2010 | 2025-03-25T22:16:12.672Z | Checking daft v0.1.2 |
2011 | 2025-03-25T22:16:12.759Z | Checking rand_core v0.9.2 |
2012 | 2025-03-25T22:16:12.816Z | Checking console v0.15.10 |
2013 | 2025-03-25T22:16:12.968Z | Checking hickory-proto v0.24.4 |
2014 | 2025-03-25T22:16:12.999Z | Checking itertools v0.10.5 |
2015 | 2025-03-25T22:16:13.071Z | Checking memoffset v0.9.1 |
2016 | 2025-03-25T22:16:13.142Z | Checking rand_chacha v0.9.0 |
2017 | 2025-03-25T22:16:13.175Z | Checking ed25519-dalek v2.1.1 |
2018 | 2025-03-25T22:16:13.208Z | Checking signal-hook-mio v0.2.4 |
2019 | 2025-03-25T22:16:13.374Z | Checking zip v0.6.6 |
2020 | 2025-03-25T22:16:13.404Z | Checking multer v3.1.0 |
2021 | 2025-03-25T22:16:13.567Z | Checking fs-err v2.11.0 |
2022 | 2025-03-25T22:16:13.599Z | Checking waitgroup v0.1.2 |
2023 | 2025-03-25T22:16:13.756Z | Checking async-stream v0.3.6 |
2024 | 2025-03-25T22:16:13.822Z | Checking toml v0.7.8 |
2025 | 2025-03-25T22:16:13.851Z | Checking hash32 v0.2.1 |
2026 | 2025-03-25T22:16:13.985Z | Checking hostname v0.4.0 |
2027 | 2025-03-25T22:16:14.102Z | Checking lockfree-object-pool v0.1.6 |
2028 | 2025-03-25T22:16:14.136Z | Checking unicode-bidi v0.3.17 |
2029 | 2025-03-25T22:16:14.164Z | Checking simd-adler32 v0.3.7 |
2030 | 2025-03-25T22:16:14.192Z | Checking predicates-core v1.0.8 |
2031 | 2025-03-25T22:16:14.373Z | Checking unicode-properties v0.1.3 |
2032 | 2025-03-25T22:16:14.406Z | Checking bumpalo v3.16.0 |
2033 | 2025-03-25T22:16:14.504Z | Checking heapless v0.7.17 |
2034 | 2025-03-25T22:16:14.537Z | Checking rand v0.9.0 |
2035 | 2025-03-25T22:16:14.762Z | Checking zopfli v0.8.1 |
2036 | 2025-03-25T22:16:14.791Z | Checking crossterm v0.28.1 |
2037 | 2025-03-25T22:16:14.795Z | Checking stringprep v0.1.5 |
2038 | 2025-03-25T22:16:15.091Z | Checking rayon v1.10.0 |
2039 | 2025-03-25T22:16:15.137Z | Checking phf_shared v0.11.2 |
2040 | 2025-03-25T22:16:15.441Z | Checking similar v2.7.0 |
2041 | 2025-03-25T22:16:15.467Z | Checking tokio-stream v0.1.17 |
2042 | 2025-03-25T22:16:15.471Z | Checking md-5 v0.10.6 |
2043 | 2025-03-25T22:16:15.596Z | Checking float-cmp v0.10.0 |
2044 | 2025-03-25T22:16:15.631Z | Checking tokio-rustls v0.25.0 |
2045 | 2025-03-25T22:16:15.720Z | Checking difflib v0.4.0 |
2046 | 2025-03-25T22:16:15.816Z | Checking fallible-iterator v0.2.0 |
2047 | 2025-03-25T22:16:16.034Z | Checking normalize-line-endings v0.3.0 |
2048 | 2025-03-25T22:16:16.078Z | Checking dropshot v0.12.0 |
2049 | 2025-03-25T22:16:16.183Z | Checking predicates v3.1.3 |
2050 | 2025-03-25T22:16:16.246Z | Checking zip v2.1.3 |
2051 | 2025-03-25T22:16:16.251Z | Checking smoltcp v0.9.1 |
2052 | 2025-03-25T22:16:16.431Z | Checking postgres-protocol v0.6.8 |
2053 | 2025-03-25T22:16:16.470Z | Checking phf v0.11.2 |
2054 | 2025-03-25T22:16:16.767Z | Checking nix v0.29.0 |
2055 | 2025-03-25T22:16:16.824Z | Checking phf_shared v0.10.0 |
2056 | 2025-03-25T22:16:17.108Z | Checking buf-list v1.0.3 |
2057 | 2025-03-25T22:16:17.139Z | Checking serde-big-array v0.5.1 |
2058 | 2025-03-25T22:16:17.346Z | Checking portable-atomic v1.9.0 |
2059 | 2025-03-25T22:16:17.376Z | Checking new_debug_unreachable v1.0.6 |
2060 | 2025-03-25T22:16:17.458Z | Checking lalrpop-util v0.19.12 |
2061 | 2025-03-25T22:16:17.489Z | Checking minimal-lexical v0.2.1 |
2062 | 2025-03-25T22:16:17.646Z | Checking fixedbitset v0.4.2 |
2063 | 2025-03-25T22:16:17.676Z | Checking precomputed-hash v0.1.1 |
2064 | 2025-03-25T22:16:17.771Z | Checking number_prefix v0.4.0 |
2065 | 2025-03-25T22:16:17.810Z | Checking string_cache v0.8.7 |
2066 | 2025-03-25T22:16:17.896Z | Checking nom v7.1.3 |
2067 | 2025-03-25T22:16:17.935Z | Checking petgraph v0.6.5 |
2068 | 2025-03-25T22:16:17.974Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2069 | 2025-03-25T22:16:18.115Z | Checking postgres-types v0.2.9 |
2070 | 2025-03-25T22:16:18.196Z | Checking itertools v0.12.1 |
2071 | 2025-03-25T22:16:18.389Z | Checking heck v0.4.1 |
2072 | 2025-03-25T22:16:18.643Z | Checking whoami v1.5.2 |
2073 | 2025-03-25T22:16:18.648Z | Checking indicatif v0.17.11 |
2074 | 2025-03-25T22:16:18.777Z | Checking peg-runtime v0.8.5 |
2075 | 2025-03-25T22:16:18.980Z | Checking tokio-postgres v0.7.13 |
2076 | 2025-03-25T22:16:19.062Z | Compiling thiserror-impl v2.0.12 |
2077 | 2025-03-25T22:16:19.583Z | Compiling regress v0.10.3 |
2078 | 2025-03-25T22:16:19.694Z | Compiling ident_case v1.0.1 |
2079 | 2025-03-25T22:16:19.902Z | Compiling darling_core v0.20.10 |
2080 | 2025-03-25T22:16:20.577Z | Compiling unsafe-libyaml v0.2.11 |
2081 | 2025-03-25T22:16:20.637Z | Checking heck v0.5.0 |
2082 | 2025-03-25T22:16:20.867Z | Checking fastrand v2.1.1 |
2083 | 2025-03-25T22:16:21.213Z | Compiling structmeta-derive v0.3.0 |
2084 | 2025-03-25T22:16:21.987Z | Compiling serde_yaml v0.9.34+deprecated |
2085 | 2025-03-25T22:16:22.281Z | Checking thiserror v2.0.12 |
2086 | 2025-03-25T22:16:22.452Z | Checking tempfile v3.13.0 |
2087 | 2025-03-25T22:16:22.481Z | Checking progenitor-client v0.9.1 |
2088 | 2025-03-25T22:16:22.867Z | Checking quick-error v1.2.3 |
2089 | 2025-03-25T22:16:22.918Z | Checking strum v0.26.3 |
2090 | 2025-03-25T22:16:23.037Z | Checking wait-timeout v0.2.0 |
2091 | 2025-03-25T22:16:23.098Z | Checking bit-vec v0.8.0 |
2092 | 2025-03-25T22:16:23.248Z | Checking rusty-fork v0.3.0 |
2093 | 2025-03-25T22:16:23.360Z | Compiling typify-impl v0.2.0 |
2094 | 2025-03-25T22:16:23.511Z | Checking bit-set v0.8.0 |
2095 | 2025-03-25T22:16:23.566Z | Checking rand_xorshift v0.3.0 |
2096 | 2025-03-25T22:16:23.772Z | Compiling dropshot v0.16.0 |
2097 | 2025-03-25T22:16:23.803Z | Checking unarray v0.1.4 |
2098 | 2025-03-25T22:16:23.838Z | Compiling structmeta v0.3.0 |
2099 | 2025-03-25T22:16:23.985Z | Checking proptest v1.6.0 |
2100 | 2025-03-25T22:16:24.225Z | Checking macaddr v1.0.1 |
2101 | 2025-03-25T22:16:24.286Z | Compiling parse-display-derive v0.10.0 |
2102 | 2025-03-25T22:16:24.330Z | Compiling test-strategy v0.4.0 |
2103 | 2025-03-25T22:16:24.597Z | Compiling dropshot_endpoint v0.16.0 |
2104 | 2025-03-25T22:16:25.593Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2105 | 2025-03-25T22:16:25.782Z | Compiling darling_macro v0.20.10 |
2106 | 2025-03-25T22:16:26.401Z | Checking progenitor-client v0.8.0 |
2107 | 2025-03-25T22:16:26.770Z | Compiling darling v0.20.10 |
2108 | 2025-03-25T22:16:26.799Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2109 | 2025-03-25T22:16:26.911Z | Compiling serde_with_macros v3.12.0 |
2110 | 2025-03-25T22:16:26.988Z | Checking instant v0.1.13 |
2111 | 2025-03-25T22:16:27.134Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2112 | 2025-03-25T22:16:27.281Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2113 | 2025-03-25T22:16:27.721Z | Checking backoff v0.4.0 |
2114 | 2025-03-25T22:16:27.875Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2115 | 2025-03-25T22:16:27.903Z | Checking camino-tempfile v1.1.1 |
2116 | 2025-03-25T22:16:28.026Z | Checking unicode-width v0.1.14 |
2117 | 2025-03-25T22:16:28.057Z | Compiling proc-macro-error v1.0.4 |
2118 | 2025-03-25T22:16:28.211Z | Checking parse-display v0.10.0 |
2119 | 2025-03-25T22:16:28.406Z | Compiling proc-macro-crate v1.3.1 |
2120 | 2025-03-25T22:16:28.478Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2121 | 2025-03-25T22:16:28.516Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2122 | 2025-03-25T22:16:28.594Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2123 | 2025-03-25T22:16:28.654Z | Checking tabwriter v1.4.0 |
2124 | 2025-03-25T22:16:28.907Z | Compiling foreign-types-macros v0.2.3 |
2125 | 2025-03-25T22:16:28.932Z | Checking foreign-types-shared v0.3.1 |
2126 | 2025-03-25T22:16:29.161Z | Checking cstr-argument v0.1.2 |
2127 | 2025-03-25T22:16:29.226Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2128 | 2025-03-25T22:16:29.289Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2129 | 2025-03-25T22:16:29.331Z | Compiling num_enum_derive v0.5.11 |
2130 | 2025-03-25T22:16:29.379Z | Checking pretty-hex v0.2.1 |
2131 | 2025-03-25T22:16:29.460Z | Checking serde_with v3.12.0 |
2132 | 2025-03-25T22:16:29.585Z | Checking colored v2.2.0 |
2133 | 2025-03-25T22:16:29.656Z | Checking winnow v0.6.20 |
2134 | 2025-03-25T22:16:29.991Z | Checking smf v0.2.3 |
2135 | 2025-03-25T22:16:30.065Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2136 | 2025-03-25T22:16:30.192Z | Checking foreign-types v0.5.0 |
2137 | 2025-03-25T22:16:30.234Z | Checking itertools v0.14.0 |
2138 | 2025-03-25T22:16:30.330Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2139 | 2025-03-25T22:16:30.456Z | Compiling typify-impl v0.3.0 |
2140 | 2025-03-25T22:16:30.674Z | Checking base64 v0.21.7 |
2141 | 2025-03-25T22:16:31.184Z | Compiling itertools v0.13.0 |
2142 | 2025-03-25T22:16:31.696Z | Checking num_enum v0.5.11 |
2143 | 2025-03-25T22:16:31.892Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2144 | 2025-03-25T22:16:32.218Z | Compiling crucible-workspace-hack v0.1.0 |
2145 | 2025-03-25T22:16:32.768Z | Compiling heapless v0.8.0 |
2146 | 2025-03-25T22:16:32.831Z | Checking hash32 v0.3.1 |
2147 | 2025-03-25T22:16:33.044Z | Compiling smoltcp v0.11.0 |
2148 | 2025-03-25T22:16:33.069Z | Checking cobs v0.2.3 |
2149 | 2025-03-25T22:16:33.275Z | Checking postcard v1.0.10 |
2150 | 2025-03-25T22:16:33.727Z | Checking sigpipe v0.1.3 |
2151 | 2025-03-25T22:16:33.864Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2152 | 2025-03-25T22:16:33.891Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2153 | 2025-03-25T22:16:34.073Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2154 | 2025-03-25T22:16:34.148Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2155 | 2025-03-25T22:16:34.302Z | Checking termtree v0.4.1 |
2156 | 2025-03-25T22:16:34.484Z | Compiling mockall_derive v0.13.1 |
2157 | 2025-03-25T22:16:34.564Z | Checking predicates-tree v1.0.11 |
2158 | 2025-03-25T22:16:34.752Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2159 | 2025-03-25T22:16:34.862Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2160 | 2025-03-25T22:16:35.084Z | Compiling zone_cfg_derive v0.3.0 |
2161 | 2025-03-25T22:16:35.120Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2162 | 2025-03-25T22:16:35.332Z | Compiling num-derive v0.4.2 |
2163 | 2025-03-25T22:16:35.488Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2164 | 2025-03-25T22:16:35.832Z | Checking fragile v2.0.0 |
2165 | 2025-03-25T22:16:36.117Z | Checking downcast v0.11.0 |
2166 | 2025-03-25T22:16:36.401Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2167 | 2025-03-25T22:16:36.456Z | Checking zone v0.3.0 |
2168 | 2025-03-25T22:16:36.695Z | Checking utf-8 v0.7.6 |
2169 | 2025-03-25T22:16:36.946Z | Checking atomicwrites v0.4.4 |
2170 | 2025-03-25T22:16:37.184Z | Compiling convert_case v0.4.0 |
2171 | 2025-03-25T22:16:37.271Z | Checking tungstenite v0.21.0 |
2172 | 2025-03-25T22:16:37.469Z | Checking newline-converter v0.3.0 |
2173 | 2025-03-25T22:16:37.644Z | Checking expectorate v1.1.0 |
2174 | 2025-03-25T22:16:37.732Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2175 | 2025-03-25T22:16:37.825Z | Compiling typify-macro v0.2.0 |
2176 | 2025-03-25T22:16:37.853Z | Compiling derive-where v1.2.7 |
2177 | 2025-03-25T22:16:37.985Z | Compiling derive_more v0.99.19 |
2178 | 2025-03-25T22:16:38.163Z | Checking tokio-tungstenite v0.21.0 |
2179 | 2025-03-25T22:16:38.190Z | Checking same-file v1.0.6 |
2180 | 2025-03-25T22:16:38.393Z | Checking walkdir v2.5.0 |
2181 | 2025-03-25T22:16:38.701Z | Checking arc-swap v1.7.1 |
2182 | 2025-03-25T22:16:38.728Z | Checking fixedbitset v0.5.7 |
2183 | 2025-03-25T22:16:39.141Z | Checking petgraph v0.7.1 |
2184 | 2025-03-25T22:16:39.168Z | Checking slog-scope v4.4.0 |
2185 | 2025-03-25T22:16:39.437Z | Checking slog-stdlog v4.1.1 |
2186 | 2025-03-25T22:16:39.648Z | Checking xattr v1.3.1 |
2187 | 2025-03-25T22:16:39.884Z | Checking filetime v0.2.25 |
2188 | 2025-03-25T22:16:40.131Z | Checking tar v0.4.44 |
2189 | 2025-03-25T22:16:40.816Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2190 | 2025-03-25T22:16:41.017Z | Checking slog-envlogger v2.2.0 |
2191 | 2025-03-25T22:16:41.108Z | Checking num-rational v0.4.2 |
2192 | 2025-03-25T22:16:41.268Z | Checking num-complex v0.4.6 |
2193 | 2025-03-25T22:16:41.496Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2194 | 2025-03-25T22:16:41.587Z | Compiling typify v0.2.0 |
2195 | 2025-03-25T22:16:41.770Z | Compiling progenitor-impl v0.8.0 |
2196 | 2025-03-25T22:16:42.076Z | Checking num v0.4.3 |
2197 | 2025-03-25T22:16:42.203Z | Checking float-ord v0.3.2 |
2198 | 2025-03-25T22:16:42.324Z | Checking mockall v0.13.1 |
2199 | 2025-03-25T22:16:42.328Z | Checking password-hash v0.5.0 |
2200 | 2025-03-25T22:16:42.382Z | Checking blake2 v0.10.6 |
2201 | 2025-03-25T22:16:42.574Z | Checking indent_write v2.2.0 |
2202 | 2025-03-25T22:16:42.802Z | Compiling owo-colors v4.2.0 |
2203 | 2025-03-25T22:16:42.829Z | Checking swrite v0.1.0 |
2204 | 2025-03-25T22:16:42.881Z | Checking argon2 v0.5.3 |
2205 | 2025-03-25T22:16:42.981Z | Compiling cancel-safe-futures v0.1.5 |
2206 | 2025-03-25T22:16:43.418Z | Checking libsw-core v0.3.1 |
2207 | 2025-03-25T22:16:43.543Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2208 | 2025-03-25T22:16:43.605Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2209 | 2025-03-25T22:16:43.672Z | Checking libsw v3.4.0 |
2210 | 2025-03-25T22:16:43.989Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2211 | 2025-03-25T22:16:44.307Z | Checking linear-map v1.2.0 |
2212 | 2025-03-25T22:16:44.404Z | Checking pem v3.0.5 |
2213 | 2025-03-25T22:16:44.705Z | Compiling lzma-sys v0.1.20 |
2214 | 2025-03-25T22:16:44.735Z | Checking headers-core v0.3.0 |
2215 | 2025-03-25T22:16:44.788Z | Compiling heck v0.3.3 |
2216 | 2025-03-25T22:16:44.919Z | Checking highway v1.3.0 |
2217 | 2025-03-25T22:16:44.981Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2218 | 2025-03-25T22:16:45.009Z | Compiling typify-macro v0.3.0 |
2219 | 2025-03-25T22:16:45.033Z | Checking headers v0.4.0 |
2220 | 2025-03-25T22:16:45.160Z | Compiling zone_cfg_derive v0.1.2 |
2221 | 2025-03-25T22:16:45.412Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2025-03-25T22:16:45.676Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2223 | 2025-03-25T22:16:45.703Z | Checking yasna v0.5.2 |
2224 | 2025-03-25T22:16:45.728Z | Checking base64 v0.13.1 |
2225 | 2025-03-25T22:16:46.031Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2226 | 2025-03-25T22:16:46.161Z | Checking ron v0.7.1 |
2227 | 2025-03-25T22:16:46.492Z | Checking xz2 v0.1.7 |
2228 | 2025-03-25T22:16:46.601Z | Checking rcgen v0.12.1 |
2229 | 2025-03-25T22:16:46.629Z | Checking zone v0.1.8 |
2230 | 2025-03-25T22:16:46.752Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2231 | 2025-03-25T22:16:46.794Z | Checking linked-hash-map v0.5.6 |
2232 | 2025-03-25T22:16:47.106Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2233 | 2025-03-25T22:16:47.138Z | Checking lru-cache v0.1.2 |
2234 | 2025-03-25T22:16:47.298Z | Checking subprocess v0.2.9 |
2235 | 2025-03-25T22:16:47.327Z | Checking resolv-conf v0.7.0 |
2236 | 2025-03-25T22:16:47.330Z | Checking humantime v2.1.0 |
2237 | 2025-03-25T22:16:47.379Z | Compiling semver v0.1.20 |
2238 | 2025-03-25T22:16:47.690Z | Checking half v2.4.1 |
2239 | 2025-03-25T22:16:47.718Z | Checking hickory-resolver v0.24.4 |
2240 | 2025-03-25T22:16:47.855Z | Compiling rustc_version v0.1.7 |
2241 | 2025-03-25T22:16:47.939Z | Checking ciborium-io v0.2.2 |
2242 | 2025-03-25T22:16:47.978Z | Checking prettyplease v0.2.30 |
2243 | 2025-03-25T22:16:48.175Z | Checking ciborium-ll v0.2.2 |
2244 | 2025-03-25T22:16:48.301Z | Compiling newtype_derive v0.1.6 |
2245 | 2025-03-25T22:16:48.458Z | Compiling progenitor-macro v0.8.0 |
2246 | 2025-03-25T22:16:48.483Z | Checking ciborium v0.2.2 |
2247 | 2025-03-25T22:16:48.730Z | Compiling typify v0.3.0 |
2248 | 2025-03-25T22:16:48.883Z | Compiling progenitor-impl v0.9.1 |
2249 | 2025-03-25T22:16:49.317Z | Checking qorb v0.2.1 |
2250 | 2025-03-25T22:16:49.762Z | Checking steno v0.4.1 |
2251 | 2025-03-25T22:16:49.900Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2252 | 2025-03-25T22:16:52.425Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2253 | 2025-03-25T22:16:53.142Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2254 | 2025-03-25T22:16:53.320Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2255 | 2025-03-25T22:16:53.579Z | Compiling slog-dtrace v0.3.0 |
2256 | 2025-03-25T22:16:53.606Z | Checking display-error-chain v0.2.2 |
2257 | 2025-03-25T22:16:53.805Z | Checking gethostname v0.5.0 |
2258 | 2025-03-25T22:16:53.949Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2259 | 2025-03-25T22:16:53.953Z | Checking keccak v0.1.5 |
2260 | 2025-03-25T22:16:54.351Z | Checking sha3 v0.10.8 |
2261 | 2025-03-25T22:16:54.451Z | Checking bytecount v0.6.8 |
2262 | 2025-03-25T22:16:54.633Z | Checking universal-hash v0.5.1 |
2263 | 2025-03-25T22:16:54.693Z | Checking secrecy v0.8.0 |
2264 | 2025-03-25T22:16:54.790Z | Checking opaque-debug v0.3.1 |
2265 | 2025-03-25T22:16:54.857Z | Checking nibble_vec v0.1.0 |
2266 | 2025-03-25T22:16:54.910Z | Compiling blake3 v1.5.4 |
2267 | 2025-03-25T22:16:54.937Z | Checking endian-type v0.1.2 |
2268 | 2025-03-25T22:16:55.096Z | Checking aead v0.5.2 |
2269 | 2025-03-25T22:16:55.182Z | Checking radix_trie v0.2.1 |
2270 | 2025-03-25T22:16:55.353Z | Checking poly1305 v0.8.0 |
2271 | 2025-03-25T22:16:55.895Z | Checking chacha20 v0.9.1 |
2272 | 2025-03-25T22:16:55.937Z | Compiling progenitor-macro v0.9.1 |
2273 | 2025-03-25T22:16:56.282Z | Compiling thiserror-impl-no-std v2.0.2 |
2274 | 2025-03-25T22:16:56.322Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2275 | 2025-03-25T22:16:56.396Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2276 | 2025-03-25T22:16:56.802Z | Checking chacha20poly1305 v0.10.1 |
2277 | 2025-03-25T22:16:57.012Z | Compiling memmap2 v0.9.5 |
2278 | 2025-03-25T22:16:57.033Z | Compiling arrayref v0.3.9 |
2279 | 2025-03-25T22:16:57.162Z | Compiling arrayvec v0.7.6 |
2280 | 2025-03-25T22:16:57.431Z | Compiling constant_time_eq v0.3.1 |
2281 | 2025-03-25T22:16:57.647Z | Compiling toolchain_find v0.4.0 |
2282 | 2025-03-25T22:16:58.149Z | Compiling topological-sort v0.2.2 |
2283 | 2025-03-25T22:16:58.280Z | Compiling rustfmt-wrapper v0.2.1 |
2284 | 2025-03-25T22:16:58.399Z | Compiling omicron-zone-package v0.12.0 |
2285 | 2025-03-25T22:16:58.731Z | Checking fxhash v0.2.1 |
2286 | 2025-03-25T22:16:58.876Z | Checking maplit v1.0.2 |
2287 | 2025-03-25T22:16:58.937Z | Compiling async-recursion v1.1.1 |
2288 | 2025-03-25T22:16:59.011Z | Compiling const_format_proc_macros v0.2.34 |
2289 | 2025-03-25T22:16:59.077Z | Checking thiserror-no-std v2.0.2 |
2290 | 2025-03-25T22:16:59.226Z | Checking vsss-rs v3.3.4 |
2291 | 2025-03-25T22:17:00.080Z | Compiling radium v0.7.0 |
2292 | 2025-03-25T22:17:00.307Z | Checking progenitor v0.8.0 |
2293 | 2025-03-25T22:17:00.450Z | Checking home v0.5.9 |
2294 | 2025-03-25T22:17:00.543Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2295 | 2025-03-25T22:17:00.637Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2296 | 2025-03-25T22:17:00.992Z | Checking const_format v0.2.34 |
2297 | 2025-03-25T22:17:01.497Z | Checking termcolor v1.4.1 |
2298 | 2025-03-25T22:17:01.989Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2299 | 2025-03-25T22:17:02.217Z | Checking kstat-rs v0.2.4 |
2300 | 2025-03-25T22:17:02.396Z | Compiling vte_generate_state_changes v0.1.2 |
2301 | 2025-03-25T22:17:02.594Z | Checking tap v1.0.1 |
2302 | 2025-03-25T22:17:02.797Z | Compiling maybe-uninit v2.0.0 |
2303 | 2025-03-25T22:17:03.079Z | Checking vte v0.11.1 |
2304 | 2025-03-25T22:17:03.438Z | Checking wyz v0.5.1 |
2305 | 2025-03-25T22:17:04.313Z | Checking fd-lock v4.0.2 |
2306 | 2025-03-25T22:17:04.339Z | Compiling packed_struct v0.10.1 |
2307 | 2025-03-25T22:17:04.536Z | Checking funty v2.0.0 |
2308 | 2025-03-25T22:17:04.778Z | Checking crc-catalog v2.4.0 |
2309 | 2025-03-25T22:17:04.882Z | Checking strip-ansi-escapes v0.2.0 |
2310 | 2025-03-25T22:17:04.964Z | Checking crc v3.2.1 |
2311 | 2025-03-25T22:17:05.050Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2312 | 2025-03-25T22:17:05.202Z | Compiling packed_struct_codegen v0.10.1 |
2313 | 2025-03-25T22:17:05.447Z | Compiling indexmap v1.9.3 |
2314 | 2025-03-25T22:17:05.475Z | Checking bitvec v1.0.1 |
2315 | 2025-03-25T22:17:05.624Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2316 | 2025-03-25T22:17:05.793Z | Checking nodrop v0.1.14 |
2317 | 2025-03-25T22:17:07.597Z | Checking nu-ansi-term v0.50.1 |
2318 | 2025-03-25T22:17:07.823Z | Checking array-init v0.0.4 |
2319 | 2025-03-25T22:17:07.967Z | Checking progenitor v0.9.1 |
2320 | 2025-03-25T22:17:08.083Z | Checking reedline v0.38.0 |
2321 | 2025-03-25T22:17:08.188Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2322 | 2025-03-25T22:17:08.251Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2323 | 2025-03-25T22:17:08.679Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2324 | 2025-03-25T22:17:10.812Z | Checking smallvec v0.6.14 |
2325 | 2025-03-25T22:17:11.236Z | Checking bitfield v0.14.0 |
2326 | 2025-03-25T22:17:11.564Z | Checking hashbrown v0.12.3 |
2327 | 2025-03-25T22:17:11.884Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2328 | 2025-03-25T22:17:12.392Z | Checking serde-hex v0.1.0 |
2329 | 2025-03-25T22:17:13.264Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2330 | 2025-03-25T22:17:13.567Z | Checking env_logger v0.10.2 |
2331 | 2025-03-25T22:17:13.996Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2332 | 2025-03-25T22:17:14.035Z | Checking ron v0.8.1 |
2333 | 2025-03-25T22:17:14.339Z | Checking hashbrown v0.13.2 |
2334 | 2025-03-25T22:17:15.319Z | Checking crc-any v2.5.0 |
2335 | 2025-03-25T22:17:15.348Z | Compiling libefi-sys v0.1.0 |
2336 | 2025-03-25T22:17:15.737Z | Checking object v0.30.4 |
2337 | 2025-03-25T22:17:15.762Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2338 | 2025-03-25T22:17:16.079Z | Compiling phf_generator v0.11.2 |
2339 | 2025-03-25T22:17:16.304Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2340 | 2025-03-25T22:17:16.503Z | Compiling bitfield-struct v0.6.2 |
2341 | 2025-03-25T22:17:16.703Z | Checking path-slash v0.1.5 |
2342 | 2025-03-25T22:17:16.861Z | Compiling phf_codegen v0.11.2 |
2343 | 2025-03-25T22:17:17.088Z | Checking papergrid v0.11.0 |
2344 | 2025-03-25T22:17:17.291Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2345 | 2025-03-25T22:17:17.641Z | Compiling tabled_derive v0.7.0 |
2346 | 2025-03-25T22:17:17.851Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2347 | 2025-03-25T22:17:18.419Z | Compiling parse-zoneinfo v0.3.1 |
2348 | 2025-03-25T22:17:18.459Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2349 | 2025-03-25T22:17:18.596Z | Compiling cfg_aliases v0.1.1 |
2350 | 2025-03-25T22:17:18.725Z | Compiling nix v0.28.0 |
2351 | 2025-03-25T22:17:19.538Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2352 | 2025-03-25T22:17:19.904Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2353 | 2025-03-25T22:17:20.186Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2354 | 2025-03-25T22:17:21.457Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2355 | 2025-03-25T22:17:22.708Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2356 | 2025-03-25T22:17:23.064Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2357 | 2025-03-25T22:17:23.511Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2358 | 2025-03-25T22:17:23.792Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2359 | 2025-03-25T22:17:24.127Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2360 | 2025-03-25T22:17:24.198Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2361 | 2025-03-25T22:17:24.888Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2362 | 2025-03-25T22:17:25.095Z | Checking tabled v0.15.0 |
2363 | 2025-03-25T22:17:25.356Z | Compiling chrono-tz-build v0.4.0 |
2364 | 2025-03-25T22:17:25.481Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2365 | 2025-03-25T22:17:26.074Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2366 | 2025-03-25T22:17:26.223Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2367 | 2025-03-25T22:17:26.507Z | Checking nanorand v0.7.0 |
2368 | 2025-03-25T22:17:26.592Z | Compiling parking_lot_core v0.8.6 |
2369 | 2025-03-25T22:17:26.753Z | Compiling chrono-tz v0.10.1 |
2370 | 2025-03-25T22:17:26.909Z | Checking flume v0.11.1 |
2371 | 2025-03-25T22:17:27.117Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2372 | 2025-03-25T22:17:27.444Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2373 | 2025-03-25T22:17:28.415Z | Compiling peg-macros v0.8.5 |
2374 | 2025-03-25T22:17:28.534Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2375 | 2025-03-25T22:17:28.998Z | Compiling sqlparser_derive v0.2.2 |
2376 | 2025-03-25T22:17:29.076Z | Checking glob v0.3.2 |
2377 | 2025-03-25T22:17:29.436Z | Checking unicode_categories v0.1.1 |
2378 | 2025-03-25T22:17:29.753Z | Checking sqlformat v0.2.6 |
2379 | 2025-03-25T22:17:29.957Z | Checking rustyline v14.0.0 |
2380 | 2025-03-25T22:17:29.989Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2381 | 2025-03-25T22:17:30.086Z | Checking sqlparser v0.45.0 |
2382 | 2025-03-25T22:17:31.538Z | Checking parking_lot v0.11.2 |
2383 | 2025-03-25T22:17:31.850Z | Checking peg v0.8.5 |
2384 | 2025-03-25T22:17:31.888Z | Checking bcs v0.1.6 |
2385 | 2025-03-25T22:17:31.975Z | Checking termtree v0.5.1 |
2386 | 2025-03-25T22:17:32.168Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2387 | 2025-03-25T22:17:32.229Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2388 | 2025-03-25T22:17:32.327Z | Checking sled v0.34.7 |
2389 | 2025-03-25T22:17:33.002Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2390 | 2025-03-25T22:17:34.524Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2391 | 2025-03-25T22:17:34.987Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2392 | 2025-03-25T22:17:35.186Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2393 | 2025-03-25T22:17:35.265Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2394 | 2025-03-25T22:17:35.722Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2025-03-25T22:17:36.354Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2396 | 2025-03-25T22:17:36.380Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2397 | 2025-03-25T22:17:36.886Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2398 | 2025-03-25T22:17:37.456Z | Checking hickory-client v0.24.4 |
2399 | 2025-03-25T22:17:37.507Z | Checking hickory-server v0.24.4 |
2400 | 2025-03-25T22:17:38.721Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2401 | 2025-03-25T22:17:39.819Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2402 | 2025-03-25T22:17:40.088Z | Compiling unicase v2.7.0 |
2403 | 2025-03-25T22:17:40.447Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2404 | 2025-03-25T22:17:40.697Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2405 | 2025-03-25T22:17:40.724Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2406 | 2025-03-25T22:17:41.442Z | Compiling dsl_auto_type v0.1.2 |
2407 | 2025-03-25T22:17:41.484Z | Checking scheduled-thread-pool v0.2.7 |
2408 | 2025-03-25T22:17:41.512Z | Compiling diesel_table_macro_syntax v0.2.0 |
2409 | 2025-03-25T22:17:41.749Z | Compiling crunchy v0.2.2 |
2410 | 2025-03-25T22:17:41.916Z | Checking r2d2 v0.8.10 |
2411 | 2025-03-25T22:17:41.941Z | Compiling tiny-keccak v2.0.2 |
2412 | 2025-03-25T22:17:42.260Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2413 | 2025-03-25T22:17:42.384Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2414 | 2025-03-25T22:17:42.434Z | Checking primeorder v0.13.6 |
2415 | 2025-03-25T22:17:42.676Z | Compiling bit-vec v0.6.3 |
2416 | 2025-03-25T22:17:42.707Z | Compiling diesel_derives v2.2.3 |
2417 | 2025-03-25T22:17:42.745Z | Compiling ref-cast v1.0.23 |
2418 | 2025-03-25T22:17:42.903Z | Compiling mime_guess v2.0.5 |
2419 | 2025-03-25T22:17:43.099Z | Compiling bit-set v0.5.3 |
2420 | 2025-03-25T22:17:43.398Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2421 | 2025-03-25T22:17:43.741Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2422 | 2025-03-25T22:17:44.077Z | Compiling ascii-canvas v3.0.0 |
2423 | 2025-03-25T22:17:44.113Z | Compiling ena v0.14.3 |
2424 | 2025-03-25T22:17:44.412Z | Compiling ref-cast-impl v1.0.23 |
2425 | 2025-03-25T22:17:44.544Z | Compiling diff v0.1.13 |
2426 | 2025-03-25T22:17:44.568Z | Compiling bindgen v0.71.1 |
2427 | 2025-03-25T22:17:44.897Z | Checking http-range v0.1.5 |
2428 | 2025-03-25T22:17:45.123Z | Compiling regex-syntax v0.6.29 |
2429 | 2025-03-25T22:17:45.237Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2430 | 2025-03-25T22:17:45.537Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2431 | 2025-03-25T22:17:45.761Z | Checking signal-hook-tokio v0.3.1 |
2432 | 2025-03-25T22:17:45.816Z | Checking atty v0.2.14 |
2433 | 2025-03-25T22:17:45.973Z | Compiling salty v0.3.0 |
2434 | 2025-03-25T22:17:46.000Z | Compiling rustc-hash v2.1.1 |
2435 | 2025-03-25T22:17:46.450Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2436 | 2025-03-25T22:17:46.806Z | Checking p384 v0.13.0 |
2437 | 2025-03-25T22:17:48.040Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2438 | 2025-03-25T22:17:48.271Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2439 | 2025-03-25T22:17:48.610Z | Compiling lalrpop v0.19.12 |
2440 | 2025-03-25T22:17:49.106Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2441 | 2025-03-25T22:17:49.248Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2442 | 2025-03-25T22:17:49.751Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2443 | 2025-03-25T22:17:50.086Z | Compiling derive_builder_core v0.20.2 |
2444 | 2025-03-25T22:17:50.158Z | Compiling libxml v0.3.3 |
2445 | 2025-03-25T22:17:50.354Z | Checking hyper-staticfile v0.10.1 |
2446 | 2025-03-25T22:17:50.634Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2447 | 2025-03-25T22:17:50.931Z | Checking tungstenite v0.23.0 |
2448 | 2025-03-25T22:17:51.002Z | Compiling strum_macros v0.24.3 |
2449 | 2025-03-25T22:17:51.123Z | Checking env_filter v0.1.2 |
2450 | 2025-03-25T22:17:51.390Z | Compiling indoc v1.0.9 |
2451 | 2025-03-25T22:17:51.851Z | Checking tokio-tungstenite v0.23.1 |
2452 | 2025-03-25T22:17:52.316Z | Checking env_logger v0.11.5 |
2453 | 2025-03-25T22:17:52.343Z | Compiling derive_builder_macro v0.20.2 |
2454 | 2025-03-25T22:17:52.385Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2455 | 2025-03-25T22:17:53.003Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2456 | 2025-03-25T22:17:53.264Z | Checking derive_builder v0.20.2 |
2457 | 2025-03-25T22:17:53.368Z | Checking quick-xml v0.37.2 |
2458 | 2025-03-25T22:17:53.460Z | Compiling oso-derive v0.27.3 |
2459 | 2025-03-25T22:17:54.192Z | Compiling impl-trait-for-tuples v0.2.2 |
2460 | 2025-03-25T22:17:54.228Z | Checking diesel v2.2.8 |
2461 | 2025-03-25T22:17:54.294Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2462 | 2025-03-25T22:17:54.488Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2463 | 2025-03-25T22:17:54.771Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2464 | 2025-03-25T22:17:54.884Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2465 | 2025-03-25T22:17:55.088Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2466 | 2025-03-25T22:17:55.387Z | Checking nix v0.27.1 |
2467 | 2025-03-25T22:17:55.467Z | Compiling diesel-dtrace v0.4.2 |
2468 | 2025-03-25T22:17:56.619Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2469 | 2025-03-25T22:17:56.702Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2470 | 2025-03-25T22:17:58.320Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2471 | 2025-03-25T22:17:58.913Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2472 | 2025-03-25T22:17:59.472Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2473 | 2025-03-25T22:17:59.516Z | Checking bb8 v0.8.5 |
2474 | 2025-03-25T22:17:59.867Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2475 | 2025-03-25T22:18:00.058Z | Compiling pin-project-internal v1.1.6 |
2476 | 2025-03-25T22:18:00.775Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2477 | 2025-03-25T22:18:00.930Z | Compiling snafu-derive v0.8.5 |
2478 | 2025-03-25T22:18:02.342Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2479 | 2025-03-25T22:18:02.368Z | Checking olpc-cjson v0.1.4 |
2480 | 2025-03-25T22:18:02.640Z | Checking globset v0.4.15 |
2481 | 2025-03-25T22:18:02.808Z | Checking pin-project v1.1.6 |
2482 | 2025-03-25T22:18:02.985Z | Checking serde_plain v1.0.2 |
2483 | 2025-03-25T22:18:03.194Z | Checking typed-path v0.9.3 |
2484 | 2025-03-25T22:18:03.273Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2485 | 2025-03-25T22:18:03.341Z | Checking parse-size v1.1.0 |
2486 | 2025-03-25T22:18:03.544Z | Checking assert_matches v1.5.0 |
2487 | 2025-03-25T22:18:03.667Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2488 | 2025-03-25T22:18:04.734Z | Checking rand_seeder v0.3.0 |
2489 | 2025-03-25T22:18:05.020Z | Compiling proc-macro-error-attr2 v2.0.0 |
2490 | 2025-03-25T22:18:05.212Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2491 | 2025-03-25T22:18:05.658Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2492 | 2025-03-25T22:18:05.873Z | Compiling proc-macro-error2 v2.0.1 |
2493 | 2025-03-25T22:18:05.913Z | Checking snafu v0.8.5 |
2494 | 2025-03-25T22:18:05.916Z | Checking papergrid v0.14.0 |
2495 | 2025-03-25T22:18:05.991Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2496 | 2025-03-25T22:18:06.429Z | Checking tough v0.19.0 |
2497 | 2025-03-25T22:18:06.519Z | Compiling tabled_derive v0.10.0 |
2498 | 2025-03-25T22:18:07.471Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2499 | 2025-03-25T22:18:07.847Z | Checking yansi v1.0.1 |
2500 | 2025-03-25T22:18:08.140Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2501 | 2025-03-25T22:18:08.446Z | Checking pretty_assertions v1.4.1 |
2502 | 2025-03-25T22:18:08.782Z | Checking io-lifetimes v1.0.11 |
2503 | 2025-03-25T22:18:08.990Z | Checking rustix v0.37.28 |
2504 | 2025-03-25T22:18:09.288Z | Checking tabled v0.18.0 |
2505 | 2025-03-25T22:18:10.036Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2506 | 2025-03-25T22:18:10.334Z | Checking is_ci v1.2.0 |
2507 | 2025-03-25T22:18:10.511Z | Checking supports-color v3.0.2 |
2508 | 2025-03-25T22:18:10.569Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2509 | 2025-03-25T22:18:10.735Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2025-03-25T22:18:11.124Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2511 | 2025-03-25T22:18:11.394Z | Checking terminal_size v0.2.6 |
2512 | 2025-03-25T22:18:11.609Z | Compiling libz-sys v1.1.20 |
2513 | 2025-03-25T22:18:11.902Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2514 | 2025-03-25T22:18:12.331Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2025-03-25T22:18:12.717Z | Compiling indoc v2.0.6 |
2516 | 2025-03-25T22:18:13.622Z | Checking unicode-linebreak v0.1.5 |
2517 | 2025-03-25T22:18:13.681Z | Checking smawk v0.3.2 |
2518 | 2025-03-25T22:18:13.994Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2519 | 2025-03-25T22:18:14.052Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2520 | 2025-03-25T22:18:14.090Z | Checking textwrap v0.16.1 |
2521 | 2025-03-25T22:18:14.511Z | Checking castaway v0.2.3 |
2522 | 2025-03-25T22:18:14.648Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2523 | 2025-03-25T22:18:14.696Z | Checking compact_str v0.8.0 |
2524 | 2025-03-25T22:18:15.553Z | Checking unicode-truncate v1.1.0 |
2525 | 2025-03-25T22:18:15.840Z | Checking lru v0.12.5 |
2526 | 2025-03-25T22:18:16.165Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2527 | 2025-03-25T22:18:16.241Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2528 | 2025-03-25T22:18:16.995Z | Compiling instability v0.3.2 |
2529 | 2025-03-25T22:18:17.313Z | Checking cassowary v0.3.0 |
2530 | 2025-03-25T22:18:17.630Z | Checking cargo-platform v0.1.8 |
2531 | 2025-03-25T22:18:17.758Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2532 | 2025-03-25T22:18:17.944Z | Checking cargo_metadata v0.19.2 |
2533 | 2025-03-25T22:18:17.997Z | Checking ratatui v0.29.0 |
2534 | 2025-03-25T22:18:19.122Z | Compiling vergen v8.3.2 |
2535 | 2025-03-25T22:18:19.686Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2536 | 2025-03-25T22:18:20.016Z | Compiling cargo_metadata v0.18.1 |
2537 | 2025-03-25T22:18:21.144Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2538 | 2025-03-25T22:18:22.343Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2539 | 2025-03-25T22:18:22.690Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2540 | 2025-03-25T22:18:22.796Z | Checking shell-words v1.1.0 |
2541 | 2025-03-25T22:18:23.009Z | Checking plotters-backend v0.3.7 |
2542 | 2025-03-25T22:18:23.034Z | Compiling rustls v0.21.12 |
2543 | 2025-03-25T22:18:23.191Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2544 | 2025-03-25T22:18:23.378Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2545 | 2025-03-25T22:18:23.404Z | Checking plotters-svg v0.3.7 |
2546 | 2025-03-25T22:18:23.643Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2547 | 2025-03-25T22:18:23.953Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2548 | 2025-03-25T22:18:24.014Z | Checking rustls-webpki v0.101.7 |
2549 | 2025-03-25T22:18:24.251Z | Checking sct v0.7.1 |
2550 | 2025-03-25T22:18:24.492Z | Checking cast v0.3.0 |
2551 | 2025-03-25T22:18:24.598Z | Checking plotters v0.3.7 |
2552 | 2025-03-25T22:18:24.795Z | Checking criterion-plot v0.5.0 |
2553 | 2025-03-25T22:18:25.294Z | Checking tinytemplate v1.2.1 |
2554 | 2025-03-25T22:18:25.718Z | Checking concurrent-queue v2.5.0 |
2555 | 2025-03-25T22:18:26.412Z | Checking async-bb8-diesel v0.2.1 |
2556 | 2025-03-25T22:18:26.472Z | Checking parking v2.2.1 |
2557 | 2025-03-25T22:18:26.675Z | Checking anes v0.1.6 |
2558 | 2025-03-25T22:18:27.057Z | Checking oorandom v11.1.4 |
2559 | 2025-03-25T22:18:27.102Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2560 | 2025-03-25T22:18:27.255Z | Checking criterion v0.5.1 |
2561 | 2025-03-25T22:18:27.413Z | Checking rustls-pemfile v1.0.4 |
2562 | 2025-03-25T22:18:27.637Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2563 | 2025-03-25T22:18:27.640Z | Checking tokio-rustls v0.24.1 |
2564 | 2025-03-25T22:18:27.998Z | Checking twox-hash v2.1.0 |
2565 | 2025-03-25T22:18:28.001Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2566 | 2025-03-25T22:18:28.686Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2567 | 2025-03-25T22:18:29.965Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2568 | 2025-03-25T22:18:30.337Z | Checking fatfs v0.3.6 |
2569 | 2025-03-25T22:18:31.373Z | Checking csv-core v0.1.11 |
2570 | 2025-03-25T22:18:31.620Z | Checking hex-literal v0.4.1 |
2571 | 2025-03-25T22:18:31.723Z | Checking csv v1.3.1 |
2572 | 2025-03-25T22:18:31.782Z | Checking event-listener v5.3.1 |
2573 | 2025-03-25T22:18:32.220Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2574 | 2025-03-25T22:18:32.626Z | Checking rtoolbox v0.0.2 |
2575 | 2025-03-25T22:18:32.879Z | Checking rpassword v7.3.1 |
2576 | 2025-03-25T22:18:33.071Z | Checking event-listener-strategy v0.5.2 |
2577 | 2025-03-25T22:18:33.311Z | Checking tui-tree-widget v0.23.0 |
2578 | 2025-03-25T22:18:33.687Z | Checking polyval v0.6.2 |
2579 | 2025-03-25T22:18:34.006Z | Checking ghash v0.5.1 |
2580 | 2025-03-25T22:18:34.216Z | Checking futures-lite v2.3.0 |
2581 | 2025-03-25T22:18:35.522Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2582 | 2025-03-25T22:18:36.076Z | Checking ctr v0.9.2 |
2583 | 2025-03-25T22:18:37.116Z | Checking aes-gcm v0.10.3 |
2584 | 2025-03-25T22:18:37.410Z | Checking ssh-encoding v0.2.0 |
2585 | 2025-03-25T22:18:37.782Z | Checking blowfish v0.9.1 |
2586 | 2025-03-25T22:18:38.062Z | Checking bcrypt-pbkdf v0.10.0 |
2587 | 2025-03-25T22:18:38.366Z | Checking ssh-cipher v0.2.0 |
2588 | 2025-03-25T22:18:38.656Z | Checking async-lock v3.4.0 |
2589 | 2025-03-25T22:18:38.784Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2590 | 2025-03-25T22:18:38.864Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2591 | 2025-03-25T22:18:39.449Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2592 | 2025-03-25T22:18:39.686Z | Checking password-hash v0.4.2 |
2593 | 2025-03-25T22:18:40.092Z | Checking polling v3.7.3 |
2594 | 2025-03-25T22:18:40.503Z | Checking async-io v2.3.4 |
2595 | 2025-03-25T22:18:40.797Z | Checking pbkdf2 v0.11.0 |
2596 | 2025-03-25T22:18:41.117Z | Checking ssh-key v0.6.6 |
2597 | 2025-03-25T22:18:41.452Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2598 | 2025-03-25T22:18:42.224Z | Checking p256 v0.13.2 |
2599 | 2025-03-25T22:18:42.766Z | Checking p521 v0.13.3 |
2600 | 2025-03-25T22:18:42.829Z | Checking russh-cryptovec v0.7.3 |
2601 | 2025-03-25T22:18:43.067Z | Checking md5 v0.7.0 |
2602 | 2025-03-25T22:18:43.406Z | Compiling target-lexicon v0.13.2 |
2603 | 2025-03-25T22:18:44.268Z | Checking async-task v4.7.1 |
2604 | 2025-03-25T22:18:44.550Z | Checking russh-keys v0.45.0 |
2605 | 2025-03-25T22:18:44.642Z | Checking async-channel v2.3.1 |
2606 | 2025-03-25T22:18:44.961Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2607 | 2025-03-25T22:18:44.986Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2608 | 2025-03-25T22:18:45.681Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2609 | 2025-03-25T22:18:45.891Z | Checking piper v0.2.4 |
2610 | 2025-03-25T22:18:46.159Z | Checking num-bigint v0.4.6 |
2611 | 2025-03-25T22:18:46.491Z | Checking des v0.8.1 |
2612 | 2025-03-25T22:18:46.620Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2613 | 2025-03-25T22:18:46.766Z | Compiling guppy-workspace-hack v0.1.0 |
2614 | 2025-03-25T22:18:47.100Z | Checking futures-timer v3.0.3 |
2615 | 2025-03-25T22:18:47.479Z | Checking blocking v1.6.1 |
2616 | 2025-03-25T22:18:47.513Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2617 | 2025-03-25T22:18:47.835Z | Checking async-executor v1.13.1 |
2618 | 2025-03-25T22:18:48.458Z | Checking russh v0.45.0 |
2619 | 2025-03-25T22:18:48.663Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2620 | 2025-03-25T22:18:49.009Z | Checking async-signal v0.2.10 |
2621 | 2025-03-25T22:18:49.199Z | Checking rustls-native-certs v0.7.3 |
2622 | 2025-03-25T22:18:49.275Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2623 | 2025-03-25T22:18:49.689Z | Checking internet-checksum v0.2.1 |
2624 | 2025-03-25T22:18:49.732Z | Compiling target-spec v3.4.2 |
2625 | 2025-03-25T22:18:49.907Z | Checking event-listener v2.5.3 |
2626 | 2025-03-25T22:18:50.171Z | Checking async-channel v1.9.0 |
2627 | 2025-03-25T22:18:50.458Z | Checking hyper-rustls v0.26.0 |
2628 | 2025-03-25T22:18:50.858Z | Checking async-process v2.3.0 |
2629 | 2025-03-25T22:18:50.883Z | Checking cfg-expr v0.18.0 |
2630 | 2025-03-25T22:18:51.300Z | Checking async-global-executor v2.4.1 |
2631 | 2025-03-25T22:18:51.757Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2632 | 2025-03-25T22:18:51.836Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2633 | 2025-03-25T22:18:52.546Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2634 | 2025-03-25T22:18:52.973Z | Checking httptest v0.16.3 |
2635 | 2025-03-25T22:18:53.380Z | Compiling petname v2.0.2 |
2636 | 2025-03-25T22:18:53.720Z | Checking kv-log-macro v1.0.7 |
2637 | 2025-03-25T22:18:53.891Z | Compiling async-attributes v1.1.2 |
2638 | 2025-03-25T22:18:54.789Z | Checking async-std v1.13.0 |
2639 | 2025-03-25T22:18:56.301Z | Checking pathdiff v0.2.3 |
2640 | 2025-03-25T22:18:56.494Z | Compiling rstest_macros v0.24.0 |
2641 | 2025-03-25T22:18:56.520Z | Compiling target-triple v0.1.3 |
2642 | 2025-03-25T22:18:57.033Z | Checking nested v0.1.1 |
2643 | 2025-03-25T22:18:57.085Z | Compiling doc-comment v0.3.3 |
2644 | 2025-03-25T22:18:57.280Z | Checking guppy v0.17.17 |
2645 | 2025-03-25T22:18:58.312Z | Checking async-object-pool v0.1.5 |
2646 | 2025-03-25T22:18:58.515Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2647 | 2025-03-25T22:18:58.836Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2648 | 2025-03-25T22:18:59.192Z | Checking similar-asserts v1.7.0 |
2649 | 2025-03-25T22:18:59.309Z | Checking serde_regex v1.1.0 |
2650 | 2025-03-25T22:18:59.459Z | Checking assert-json-diff v2.0.2 |
2651 | 2025-03-25T22:18:59.598Z | Compiling proc-macro-crate v3.2.0 |
2652 | 2025-03-25T22:18:59.783Z | Checking path-tree v0.8.1 |
2653 | 2025-03-25T22:19:00.171Z | Compiling assert_cmd v2.0.16 |
2654 | 2025-03-25T22:19:00.705Z | Checking stringmetrics v2.2.2 |
2655 | 2025-03-25T22:19:00.891Z | Checking sync-ptr v0.1.1 |
2656 | 2025-03-25T22:19:01.006Z | Compiling relative-path v1.9.3 |
2657 | 2025-03-25T22:19:01.131Z | Checking httpmock v0.8.0-alpha.1 |
2658 | 2025-03-25T22:19:01.762Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2659 | 2025-03-25T22:19:03.162Z | Checking blake2b_simd v1.0.2 |
2660 | 2025-03-25T22:19:04.086Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2661 | 2025-03-25T22:19:06.301Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2662 | 2025-03-25T22:19:06.667Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2663 | 2025-03-25T22:19:07.023Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2664 | 2025-03-25T22:19:07.359Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2665 | 2025-03-25T22:19:07.953Z | Checking serde_tokenstream v0.2.2 |
2666 | 2025-03-25T22:19:08.369Z | Checking uzers v0.12.1 |
2667 | 2025-03-25T22:19:09.028Z | Checking rust-argon2 v2.1.0 |
2668 | 2025-03-25T22:19:09.855Z | Compiling git2 v0.19.0 |
2669 | 2025-03-25T22:19:09.988Z | Checking trybuild v1.0.103 |
2670 | 2025-03-25T22:19:10.393Z | Checking rstest v0.24.0 |
2671 | 2025-03-25T22:19:10.635Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2672 | 2025-03-25T22:19:11.406Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2673 | 2025-03-25T22:19:11.896Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2674 | 2025-03-25T22:19:13.059Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2675 | 2025-03-25T22:19:13.900Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2676 | 2025-03-25T22:19:14.271Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2677 | 2025-03-25T22:19:14.616Z | Checking rand_distr v0.4.3 |
2678 | 2025-03-25T22:19:16.309Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2679 | 2025-03-25T22:19:17.111Z | Checking multimap v0.10.0 |
2680 | 2025-03-25T22:19:17.444Z | Checking approx v0.5.1 |
2681 | 2025-03-25T22:19:17.764Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2682 | 2025-03-25T22:19:18.360Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2683 | 2025-03-25T22:19:18.400Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2684 | 2025-03-25T22:19:18.633Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2685 | 2025-03-25T22:19:18.779Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2686 | 2025-03-25T22:19:19.610Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2687 | 2025-03-25T22:19:19.704Z | Checking partial-io v0.5.4 |
2688 | 2025-03-25T22:19:19.953Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2689 | 2025-03-25T22:19:20.110Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2690 | 2025-03-25T22:19:20.287Z | Checking cargo_toml v0.21.0 |
2691 | 2025-03-25T22:19:20.902Z | Compiling samael v0.0.18 |
2692 | 2025-03-25T22:19:21.056Z | Checking termios v0.3.3 |
2693 | 2025-03-25T22:19:21.352Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2694 | 2025-03-25T22:19:22.011Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2695 | 2025-03-25T22:19:22.656Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2696 | 2025-03-25T22:19:24.635Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2697 | 2025-03-25T22:19:42.712Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2698 | 2025-03-25T22:19:49.185Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2699 | 2025-03-25T22:20:14.943Z | Compiling polar-core v0.27.3 |
2700 | 2025-03-25T22:20:16.598Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2701 | 2025-03-25T22:20:16.648Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2702 | 2025-03-25T22:20:19.644Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2703 | 2025-03-25T22:20:26.134Z | Checking oso v0.27.3 |
2704 | 2025-03-25T22:21:09.104Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2705 | 2025-03-25T22:21:09.108Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2706 | 2025-03-25T22:21:09.108Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2707 | 2025-03-25T22:22:28.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 39s |
2708 | 2025-03-25T22:22:29.094Z | |
2709 | 2025-03-25T22:22:29.094Z | real 6:43.477945385 |
2710 | 2025-03-25T22:22:29.094Z | user 36:57.503766010 |
2711 | 2025-03-25T22:22:29.094Z | sys 5:19.700267442 |
2712 | 2025-03-25T22:22:29.094Z | trap 1.086962596 |
2713 | 2025-03-25T22:22:29.094Z | tflt 0.534400109 |
2714 | 2025-03-25T22:22:29.094Z | dflt 0.254201539 |
2715 | 2025-03-25T22:22:29.098Z | kflt 0.000937571 |
2716 | 2025-03-25T22:22:29.098Z | lock 53:46.102590750 |
2717 | 2025-03-25T22:22:29.098Z | slp 2:05:42.239856123 |
2718 | 2025-03-25T22:22:29.098Z | lat 1:47.800091162 |
2719 | 2025-03-25T22:22:29.098Z | stop 7:08.082821540 |
2720 | 2025-03-25T22:22:29.098Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2721 | 2025-03-25T22:22:29.098Z | + ptime -m cargo doc --workspace --no-deps |
2722 | 2025-03-25T22:22:30.249Z | warning: output filename collision. |
2723 | 2025-03-25T22:22:30.249Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2724 | 2025-03-25T22:22:30.249Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2725 | 2025-03-25T22:22:30.249Z | The targets should have unique names. |
2726 | 2025-03-25T22:22:30.250Z | This is a known bug where multiple crates with the same name use |
2727 | 2025-03-25T22:22:30.250Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2728 | 2025-03-25T22:22:30.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2729 | 2025-03-25T22:22:30.903Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2730 | 2025-03-25T22:22:30.924Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2731 | 2025-03-25T22:22:30.970Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2732 | 2025-03-25T22:22:30.997Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2733 | 2025-03-25T22:22:31.024Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2734 | 2025-03-25T22:22:31.024Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2735 | 2025-03-25T22:22:31.272Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2736 | 2025-03-25T22:22:31.310Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2737 | 2025-03-25T22:22:31.343Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2738 | 2025-03-25T22:22:31.404Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2739 | 2025-03-25T22:22:31.575Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2740 | 2025-03-25T22:22:31.687Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2741 | 2025-03-25T22:22:31.907Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2742 | 2025-03-25T22:22:32.024Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2743 | 2025-03-25T22:22:32.074Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2744 | 2025-03-25T22:22:32.324Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2745 | 2025-03-25T22:22:32.506Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2746 | 2025-03-25T22:22:33.203Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2747 | 2025-03-25T22:22:33.212Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2748 | 2025-03-25T22:22:33.212Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2749 | 2025-03-25T22:22:33.409Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2750 | 2025-03-25T22:22:33.518Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2751 | 2025-03-25T22:22:33.786Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2752 | 2025-03-25T22:22:33.908Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2753 | 2025-03-25T22:22:34.131Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2754 | 2025-03-25T22:22:34.557Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2755 | 2025-03-25T22:22:34.777Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2756 | 2025-03-25T22:22:34.972Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2757 | 2025-03-25T22:22:35.373Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2758 | 2025-03-25T22:22:35.471Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2759 | 2025-03-25T22:22:35.560Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2760 | 2025-03-25T22:22:35.607Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2761 | 2025-03-25T22:22:35.850Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2762 | 2025-03-25T22:22:35.892Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2763 | 2025-03-25T22:22:36.014Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2764 | 2025-03-25T22:22:36.214Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2765 | 2025-03-25T22:22:36.329Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2766 | 2025-03-25T22:22:36.391Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2767 | 2025-03-25T22:22:36.466Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2768 | 2025-03-25T22:22:36.687Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2769 | 2025-03-25T22:22:36.713Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2770 | 2025-03-25T22:22:36.972Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2771 | 2025-03-25T22:22:37.000Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2772 | 2025-03-25T22:22:37.065Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2773 | 2025-03-25T22:22:37.087Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2774 | 2025-03-25T22:22:37.267Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2775 | 2025-03-25T22:22:37.928Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2776 | 2025-03-25T22:22:38.531Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2777 | 2025-03-25T22:22:39.224Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2778 | 2025-03-25T22:22:40.534Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2779 | 2025-03-25T22:22:41.551Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2780 | 2025-03-25T22:22:41.580Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2781 | 2025-03-25T22:22:41.955Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2782 | 2025-03-25T22:22:42.552Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2783 | 2025-03-25T22:22:42.578Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2784 | 2025-03-25T22:22:43.378Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2785 | 2025-03-25T22:22:44.539Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2786 | 2025-03-25T22:22:45.163Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2787 | 2025-03-25T22:22:45.238Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2788 | 2025-03-25T22:22:45.841Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2789 | 2025-03-25T22:22:45.943Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2790 | 2025-03-25T22:22:46.048Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2791 | 2025-03-25T22:22:47.204Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2792 | 2025-03-25T22:22:47.237Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2793 | 2025-03-25T22:22:47.695Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2794 | 2025-03-25T22:22:48.593Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2795 | 2025-03-25T22:22:48.865Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2796 | 2025-03-25T22:22:49.300Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2797 | 2025-03-25T22:22:50.026Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2798 | 2025-03-25T22:22:50.547Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2799 | 2025-03-25T22:22:50.572Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2800 | 2025-03-25T22:22:51.042Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2801 | 2025-03-25T22:22:51.328Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2802 | 2025-03-25T22:22:51.392Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2803 | 2025-03-25T22:22:51.695Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2804 | 2025-03-25T22:22:53.205Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2805 | 2025-03-25T22:22:53.762Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2806 | 2025-03-25T22:22:53.875Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2807 | 2025-03-25T22:22:54.377Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2808 | 2025-03-25T22:22:55.090Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2809 | 2025-03-25T22:22:55.177Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2810 | 2025-03-25T22:22:56.346Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2025-03-25T22:22:56.557Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2812 | 2025-03-25T22:22:56.797Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2813 | 2025-03-25T22:22:57.068Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2814 | 2025-03-25T22:22:57.290Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2815 | 2025-03-25T22:22:57.649Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2816 | 2025-03-25T22:22:57.780Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2817 | 2025-03-25T22:22:58.034Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2818 | 2025-03-25T22:22:58.351Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2819 | 2025-03-25T22:22:58.375Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2820 | 2025-03-25T22:22:58.943Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2821 | 2025-03-25T22:22:59.202Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2822 | 2025-03-25T22:22:59.359Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2823 | 2025-03-25T22:22:59.505Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2824 | 2025-03-25T22:22:59.761Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2825 | 2025-03-25T22:22:59.927Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2826 | 2025-03-25T22:23:00.113Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2827 | 2025-03-25T22:23:00.659Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2828 | 2025-03-25T22:23:00.778Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2829 | 2025-03-25T22:23:01.095Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2830 | 2025-03-25T22:23:01.386Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2831 | 2025-03-25T22:23:01.574Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2832 | 2025-03-25T22:23:03.498Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2833 | 2025-03-25T22:23:03.840Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2834 | 2025-03-25T22:23:04.171Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2835 | 2025-03-25T22:23:05.564Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2836 | 2025-03-25T22:23:05.615Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2837 | 2025-03-25T22:23:05.987Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2838 | 2025-03-25T22:23:06.677Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2839 | 2025-03-25T22:23:06.700Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2840 | 2025-03-25T22:23:06.961Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2841 | 2025-03-25T22:23:07.252Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2842 | 2025-03-25T22:23:08.174Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2843 | 2025-03-25T22:23:08.874Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2844 | 2025-03-25T22:23:09.023Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2845 | 2025-03-25T22:23:09.092Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2846 | 2025-03-25T22:23:09.413Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2847 | 2025-03-25T22:23:09.416Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2848 | 2025-03-25T22:23:13.740Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2849 | 2025-03-25T22:23:13.978Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2850 | 2025-03-25T22:23:14.929Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2851 | 2025-03-25T22:23:15.142Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2852 | 2025-03-25T22:23:15.236Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2853 | 2025-03-25T22:23:15.424Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2854 | 2025-03-25T22:23:15.761Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2855 | 2025-03-25T22:23:16.387Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2856 | 2025-03-25T22:23:17.750Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2857 | 2025-03-25T22:23:19.024Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2858 | 2025-03-25T22:23:21.009Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2859 | 2025-03-25T22:23:21.542Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2860 | 2025-03-25T22:23:22.590Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2861 | 2025-03-25T22:23:24.920Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2862 | 2025-03-25T22:23:26.111Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2863 | 2025-03-25T22:23:29.286Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2864 | 2025-03-25T22:23:29.461Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2865 | 2025-03-25T22:23:34.478Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2866 | 2025-03-25T22:23:34.502Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2867 | 2025-03-25T22:23:35.356Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2868 | 2025-03-25T22:23:35.813Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2869 | 2025-03-25T22:23:38.554Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2870 | 2025-03-25T22:23:39.155Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2871 | 2025-03-25T22:23:39.837Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2872 | 2025-03-25T22:23:40.322Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2873 | 2025-03-25T22:23:40.483Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2874 | 2025-03-25T22:23:44.611Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2875 | 2025-03-25T22:23:45.903Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2876 | 2025-03-25T22:23:47.302Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2877 | 2025-03-25T22:23:49.384Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2878 | 2025-03-25T22:23:50.495Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2879 | 2025-03-25T22:23:50.859Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2880 | 2025-03-25T22:23:50.884Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2881 | 2025-03-25T22:23:51.040Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2882 | 2025-03-25T22:23:51.707Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2883 | 2025-03-25T22:23:54.613Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2884 | 2025-03-25T22:23:55.077Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2885 | 2025-03-25T22:23:55.940Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2886 | 2025-03-25T22:23:56.192Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2887 | 2025-03-25T22:23:56.215Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2888 | 2025-03-25T22:23:57.397Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2889 | 2025-03-25T22:23:58.649Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2890 | 2025-03-25T22:23:58.941Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2891 | 2025-03-25T22:24:00.198Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2892 | 2025-03-25T22:24:00.488Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2893 | 2025-03-25T22:24:00.881Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2894 | 2025-03-25T22:24:01.581Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2895 | 2025-03-25T22:24:02.389Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2896 | 2025-03-25T22:24:03.576Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2897 | 2025-03-25T22:24:04.767Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2898 | 2025-03-25T22:24:05.416Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2899 | 2025-03-25T22:24:05.499Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2900 | 2025-03-25T22:24:05.913Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2901 | 2025-03-25T22:24:07.062Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2902 | 2025-03-25T22:24:07.477Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2903 | 2025-03-25T22:24:08.775Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2904 | 2025-03-25T22:24:09.586Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2905 | 2025-03-25T22:24:11.265Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2906 | 2025-03-25T22:24:11.793Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2907 | 2025-03-25T22:24:13.094Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2908 | 2025-03-25T22:24:13.546Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2909 | 2025-03-25T22:24:15.064Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2910 | 2025-03-25T22:24:15.578Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2911 | 2025-03-25T22:24:16.998Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2912 | 2025-03-25T22:24:17.022Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2913 | 2025-03-25T22:24:17.309Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2914 | 2025-03-25T22:24:17.677Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2915 | 2025-03-25T22:24:18.963Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2916 | 2025-03-25T22:24:19.464Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2917 | 2025-03-25T22:24:20.802Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2918 | 2025-03-25T22:24:21.237Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2919 | 2025-03-25T22:24:21.289Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2920 | 2025-03-25T22:24:21.770Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2921 | 2025-03-25T22:24:24.799Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2922 | 2025-03-25T22:24:24.917Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2923 | 2025-03-25T22:24:25.047Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2924 | 2025-03-25T22:24:25.499Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2925 | 2025-03-25T22:24:27.641Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2926 | 2025-03-25T22:24:28.689Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2927 | 2025-03-25T22:24:29.168Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2928 | 2025-03-25T22:24:29.318Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2929 | 2025-03-25T22:24:29.907Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2930 | 2025-03-25T22:24:32.179Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2931 | 2025-03-25T22:24:32.538Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2932 | 2025-03-25T22:24:33.131Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2933 | 2025-03-25T22:24:33.751Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2934 | 2025-03-25T22:24:34.289Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2935 | 2025-03-25T22:24:35.673Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2936 | 2025-03-25T22:24:36.157Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2937 | 2025-03-25T22:24:36.655Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2938 | 2025-03-25T22:24:37.321Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2939 | 2025-03-25T22:24:37.345Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2940 | 2025-03-25T22:24:38.703Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2941 | 2025-03-25T22:24:39.293Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2942 | 2025-03-25T22:24:39.882Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2943 | 2025-03-25T22:24:40.358Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2944 | 2025-03-25T22:24:40.600Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2945 | 2025-03-25T22:24:41.290Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2946 | 2025-03-25T22:24:41.346Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2947 | 2025-03-25T22:24:41.736Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2948 | 2025-03-25T22:24:41.815Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2949 | 2025-03-25T22:24:42.753Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2950 | 2025-03-25T22:24:42.860Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2951 | 2025-03-25T22:24:42.888Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2952 | 2025-03-25T22:24:43.782Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2953 | 2025-03-25T22:24:43.953Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2954 | 2025-03-25T22:24:44.122Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2955 | 2025-03-25T22:25:03.539Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2956 | 2025-03-25T22:25:03.542Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2957 | 2025-03-25T22:25:03.542Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2958 | 2025-03-25T22:25:03.542Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2959 | 2025-03-25T22:25:04.441Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2960 | 2025-03-25T22:25:04.559Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2961 | 2025-03-25T22:25:04.644Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2962 | 2025-03-25T22:25:04.701Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2963 | 2025-03-25T22:25:06.874Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2964 | 2025-03-25T22:25:12.171Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2965 | 2025-03-25T22:25:12.838Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2966 | 2025-03-25T22:25:13.118Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2967 | 2025-03-25T22:25:59.504Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2968 | 2025-03-25T22:26:06.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s |
2969 | 2025-03-25T22:26:07.070Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2970 | 2025-03-25T22:26:07.147Z | |
2971 | 2025-03-25T22:26:07.151Z | real 3:34.315586318 |
2972 | 2025-03-25T22:26:07.151Z | user 18:51.263922718 |
2973 | 2025-03-25T22:26:07.151Z | sys 2:37.786479132 |
2974 | 2025-03-25T22:26:07.151Z | trap 0.541618934 |
2975 | 2025-03-25T22:26:07.151Z | tflt 0.107415819 |
2976 | 2025-03-25T22:26:07.151Z | dflt 0.071681859 |
2977 | 2025-03-25T22:26:07.151Z | kflt 0.000093164 |
2978 | 2025-03-25T22:26:07.151Z | lock 30:24.740288628 |
2979 | 2025-03-25T22:26:07.151Z | slp 52:42.022585013 |
2980 | 2025-03-25T22:26:07.151Z | lat 1:08.727152001 |
2981 | 2025-03-25T22:26:07.151Z | stop 1:23.248376914 |
2982 | 2025-03-25T22:26:07.151Z | process exited: duration 945244 ms, exit code 0 |
|
2983 | 2025-03-25T22:26:07.158Z | found 0 output files |