|
|
|
1 | 2025-02-01T00:07:54.300Z | job assigned to worker 01JJZDA9CKB917K3J7RPSBZ0TQ [factory aws, i-0fa37c08987ec7900] (queued for 1 m 4 s) |
|
2 | 2025-02-01T00:08:02.554Z | starting task 0: "setup" |
3 | 2025-02-01T00:08:02.562Z | ++ uname -s |
4 | 2025-02-01T00:08:02.565Z | + kern=SunOS |
5 | 2025-02-01T00:08:02.565Z | + build_user=build |
6 | 2025-02-01T00:08:02.565Z | + build_uid=12345 |
7 | 2025-02-01T00:08:02.565Z | + work_dir=/work |
8 | 2025-02-01T00:08:02.565Z | + input_dir=/input |
9 | 2025-02-01T00:08:02.565Z | + [[ 0 == 12345 ]] |
10 | 2025-02-01T00:08:02.565Z | + case "$kern" in |
11 | 2025-02-01T00:08:02.565Z | + groupadd -g 12345 build |
12 | 2025-02-01T00:08:02.569Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-01T00:08:04.574Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-01T00:08:04.699Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-01T00:08:04.702Z | + home_fs=zfs |
16 | 2025-02-01T00:08:04.702Z | + [[ zfs == autofs ]] |
17 | 2025-02-01T00:08:04.702Z | + mkdir -p /home/build |
18 | 2025-02-01T00:08:04.704Z | + chown build:build /home/build /work |
19 | 2025-02-01T00:08:06.705Z | + chmod 0700 /home/build /work |
20 | 2025-02-01T00:08:06.708Z | process exited: duration 4155 ms, exit code 0 |
|
21 | 2025-02-01T00:08:06.714Z | starting task 1: "rust-toolchain" |
22 | 2025-02-01T00:08:06.719Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-01T00:08:06.719Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-01T00:08:06.719Z | * rust toolchain channel = "1.84.0" |
25 | 2025-02-01T00:08:06.719Z | * rust toolchain profile = "default" |
26 | 2025-02-01T00:08:06.719Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-01T00:08:06.719Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-01T00:08:06.722Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-01T00:08:06.722Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-01T00:08:06.841Z | info: downloading installer |
31 | 2025-02-01T00:08:08.137Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-01T00:08:08.137Z | warning: /opt/ooce/bin |
33 | 2025-02-01T00:08:08.137Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-01T00:08:08.137Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-01T00:08:08.137Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-01T00:08:08.137Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-01T00:08:08.137Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-01T00:08:08.137Z | error: cannot install while Rust is installed |
39 | 2025-02-01T00:08:08.137Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-01T00:08:08.162Z | info: profile set to 'default' |
41 | 2025-02-01T00:08:08.162Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-01T00:08:08.164Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-01T00:08:08.321Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-01T00:08:08.321Z | info: downloading component 'cargo' |
45 | 2025-02-01T00:08:09.214Z | info: downloading component 'clippy' |
46 | 2025-02-01T00:08:09.553Z | info: downloading component 'rust-docs' |
47 | 2025-02-01T00:08:10.772Z | info: downloading component 'rust-std' |
48 | 2025-02-01T00:08:12.596Z | info: downloading component 'rustc' |
49 | 2025-02-01T00:08:19.523Z | info: downloading component 'rustfmt' |
50 | 2025-02-01T00:08:19.786Z | info: installing component 'cargo' |
51 | 2025-02-01T00:08:20.625Z | info: installing component 'clippy' |
52 | 2025-02-01T00:08:21.004Z | info: installing component 'rust-docs' |
53 | 2025-02-01T00:08:22.697Z | info: installing component 'rust-std' |
54 | 2025-02-01T00:08:24.427Z | info: installing component 'rustc' |
55 | 2025-02-01T00:08:30.416Z | info: installing component 'rustfmt' |
56 | 2025-02-01T00:08:30.743Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-01T00:08:30.743Z | |
58 | 2025-02-01T00:08:31.133Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-01T00:08:31.133Z | |
60 | 2025-02-01T00:08:31.136Z | |
61 | 2025-02-01T00:08:31.136Z | Rust is installed now. Great! |
62 | 2025-02-01T00:08:31.136Z | |
63 | 2025-02-01T00:08:31.136Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-01T00:08:31.136Z | environment variable. This has not been done automatically. |
65 | 2025-02-01T00:08:31.136Z | |
66 | 2025-02-01T00:08:31.136Z | To configure your current shell, you need to source |
67 | 2025-02-01T00:08:31.136Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-01T00:08:31.137Z | |
69 | 2025-02-01T00:08:31.137Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-01T00:08:31.137Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-01T00:08:31.137Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-01T00:08:31.214Z | + rustup --version |
73 | 2025-02-01T00:08:31.223Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-01T00:08:31.223Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-01T00:08:31.299Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-01T00:08:31.302Z | + cargo --version |
77 | 2025-02-01T00:08:31.360Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-01T00:08:31.363Z | + rustc --version |
79 | 2025-02-01T00:08:31.422Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-01T00:08:31.426Z | process exited: duration 24709 ms, exit code 0 |
|
81 | 2025-02-01T00:08:31.431Z | starting task 2: "authentication" |
82 | 2025-02-01T00:08:31.451Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-01T00:08:31.461Z | starting task 3: "clone repository" |
84 | 2025-02-01T00:08:31.465Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-01T00:08:31.469Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-01T00:08:31.575Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-01T00:08:40.501Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-01T00:08:40.501Z | + git fetch origin 58ebd65e4cfd1941044b09fa206a107fb0792247 |
89 | 2025-02-01T00:08:40.819Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-01T00:08:40.819Z | * branch 58ebd65e4cfd1941044b09fa206a107fb0792247 -> FETCH_HEAD |
91 | 2025-02-01T00:08:40.828Z | + [[ -n affinity-instance-integration ]] |
92 | 2025-02-01T00:08:40.831Z | ++ git branch --show-current |
93 | 2025-02-01T00:08:40.833Z | + current=main |
94 | 2025-02-01T00:08:40.833Z | + [[ main != affinity-instance-integration ]] |
95 | 2025-02-01T00:08:40.833Z | + git branch -f affinity-instance-integration 58ebd65e4cfd1941044b09fa206a107fb0792247 |
96 | 2025-02-01T00:08:40.836Z | + git checkout -f affinity-instance-integration |
97 | 2025-02-01T00:08:41.013Z | Switched to branch 'affinity-instance-integration' |
98 | 2025-02-01T00:08:41.016Z | + git reset --hard 58ebd65e4cfd1941044b09fa206a107fb0792247 |
99 | 2025-02-01T00:08:41.046Z | HEAD is now at 58ebd65e4 Merge branch 'affinity-db-crud' into affinity-instance-integration |
100 | 2025-02-01T00:08:41.050Z | process exited: duration 9586 ms, exit code 0 |
|
101 | 2025-02-01T00:08:41.059Z | starting task 4: "build" |
102 | 2025-02-01T00:08:41.064Z | + source ./env.sh |
103 | 2025-02-01T00:08:41.064Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-01T00:08:41.064Z | ++ set -o xtrace |
105 | 2025-02-01T00:08:41.070Z | ++++ dirname ./env.sh |
106 | 2025-02-01T00:08:41.073Z | +++ readlink -f . |
107 | 2025-02-01T00:08:41.073Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-01T00:08:41.073Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-02-01T00:08:41.073Z | ++ 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-02-01T00:08:41.073Z | ++ 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 |
111 | 2025-02-01T00:08:41.073Z | ++ 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-02-01T00:08:41.073Z | ++ 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 |
113 | 2025-02-01T00:08:41.073Z | ++ 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-02-01T00:08:41.073Z | ++ 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 |
115 | 2025-02-01T00:08:41.073Z | ++ 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-02-01T00:08:41.073Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-01T00:08:41.073Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-01T00:08:41.073Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-01T00:08:41.073Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-01T00:08:41.073Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-01T00:08:41.073Z | + cargo --version |
122 | 2025-02-01T00:08:41.124Z | cargo 1.84.0 (66221abde 2024-11-19) |
123 | 2025-02-01T00:08:41.128Z | + rustc --version |
124 | 2025-02-01T00:08:41.185Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
125 | 2025-02-01T00:08:41.187Z | + banner prerequisites |
126 | 2025-02-01T00:08:41.190Z | |
127 | 2025-02-01T00:08:41.190Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-01T00:08:41.190Z | # # # # # # # # # # # # # # # |
129 | 2025-02-01T00:08:41.190Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-01T00:08:41.190Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-01T00:08:41.190Z | # # # # # # # # # # # # # # # |
132 | 2025-02-01T00:08:41.190Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-01T00:08:41.190Z | |
134 | 2025-02-01T00:08:41.193Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-01T00:08:42.782Z | pkg list: illegal option -- F |
136 | 2025-02-01T00:08:42.782Z | Usage: |
137 | 2025-02-01T00:08:42.785Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-01T00:08:42.785Z | [pkg_fmri_pattern ...] |
139 | 2025-02-01T00:08:43.627Z | pkg list: illegal option -- F |
140 | 2025-02-01T00:08:43.627Z | Usage: |
141 | 2025-02-01T00:08:43.627Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-01T00:08:43.627Z | [pkg_fmri_pattern ...] |
143 | 2025-02-01T00:08:51.720Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-01T00:08:56.065Z | Startup: Caching catalogs ... Done |
145 | 2025-02-01T00:09:07.470Z | Planning: Solver setup ... Done (10.594s) |
146 | 2025-02-01T00:09:07.618Z | Planning: Running solver ... Done (0.149s) |
147 | 2025-02-01T00:09:07.936Z | Planning: Finding local manifests ... Done (0.211s) |
148 | 2025-02-01T00:09:08.376Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-01T00:09:08.750Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-01T00:09:09.376Z | Planning: Package planning ... Done (0.627s) |
151 | 2025-02-01T00:09:09.433Z | Planning: Merging actions ... Done (0.057s) |
152 | 2025-02-01T00:09:10.270Z | Planning: Checking for conflicting actions ... Done (0.837s) |
153 | 2025-02-01T00:09:15.894Z | Planning: Consolidating action changes ... Done (5.619s) |
154 | 2025-02-01T00:09:16.303Z | Planning: Evaluating mediators ... Done (0.412s) |
155 | 2025-02-01T00:09:16.383Z | Planning: Planning completed in 20.22 seconds |
156 | 2025-02-01T00:09:16.397Z | Packages to install: 4 |
157 | 2025-02-01T00:09:16.397Z | Packages to update: 3 |
158 | 2025-02-01T00:09:16.401Z | Mediators to change: 2 |
159 | 2025-02-01T00:09:16.401Z | Services to change: 1 |
160 | 2025-02-01T00:09:16.401Z | Estimated space available: 155.61 GB |
161 | 2025-02-01T00:09:16.401Z | Estimated space to be consumed: 1.65 GB |
162 | 2025-02-01T00:09:16.401Z | Create boot environment: No |
163 | 2025-02-01T00:09:16.401Z | Create backup boot environment: Yes |
164 | 2025-02-01T00:09:16.401Z | Rebuild boot archive: No |
165 | 2025-02-01T00:09:16.402Z | |
166 | 2025-02-01T00:09:16.402Z | Changed mediators: |
167 | 2025-02-01T00:09:16.402Z | mediator clang: |
168 | 2025-02-01T00:09:16.402Z | version: None -> 15 (system default) |
169 | 2025-02-01T00:09:16.402Z | |
170 | 2025-02-01T00:09:16.402Z | mediator llvm: |
171 | 2025-02-01T00:09:16.402Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-01T00:09:16.402Z | |
173 | 2025-02-01T00:09:16.402Z | Changed packages: |
174 | 2025-02-01T00:09:16.402Z | helios-dev |
175 | 2025-02-01T00:09:16.402Z | developer/build-essential |
176 | 2025-02-01T00:09:16.402Z | None -> 11-2.0 |
177 | 2025-02-01T00:09:16.402Z | library/libxmlsec1 |
178 | 2025-02-01T00:09:16.402Z | None -> 1.2.35-2.0 |
179 | 2025-02-01T00:09:16.402Z | ooce/developer/clang-15 |
180 | 2025-02-01T00:09:16.402Z | None -> 15.0.7-2.0 |
181 | 2025-02-01T00:09:16.402Z | ooce/developer/llvm-15 |
182 | 2025-02-01T00:09:16.402Z | None -> 15.0.7-2.0 |
183 | 2025-02-01T00:09:16.402Z | package/pkg |
184 | 2025-02-01T00:09:16.402Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-01T00:09:16.402Z | system/library/g++-runtime |
186 | 2025-02-01T00:09:16.402Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-01T00:09:16.402Z | system/library/gcc-runtime |
188 | 2025-02-01T00:09:16.402Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-01T00:09:16.402Z | |
190 | 2025-02-01T00:09:16.402Z | Services: |
191 | 2025-02-01T00:09:16.402Z | restart_fmri: |
192 | 2025-02-01T00:09:16.402Z | svc:/system/update-man-index:default |
193 | 2025-02-01T00:09:16.402Z | |
194 | 2025-02-01T00:09:16.402Z | Editable files to change: |
195 | 2025-02-01T00:09:16.402Z | Update: |
196 | 2025-02-01T00:09:16.402Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-01T00:09:16.701Z | |
198 | 2025-02-01T00:09:16.701Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-01T00:09:22.833Z | Download: 213/4301 items 1.3/225.4MB 0% complete (571k/s) |
200 | 2025-02-01T00:09:27.879Z | Download: 763/4301 items 18.5/225.4MB 8% complete (1.8M/s) |
201 | 2025-02-01T00:09:32.886Z | Download: 1167/4301 items 75.4/225.4MB 33% complete (7.4M/s) |
202 | 2025-02-01T00:09:40.011Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (6.8M/s) |
203 | 2025-02-01T00:09:45.014Z | Download: 1609/4301 items 117.8/225.4MB 52% complete (3.6M/s) |
204 | 2025-02-01T00:09:51.092Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (4.7M/s) |
205 | 2025-02-01T00:09:56.093Z | Download: 2809/4301 items 121.0/225.4MB 53% complete (240k/s) |
206 | 2025-02-01T00:10:01.111Z | Download: 3249/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
207 | 2025-02-01T00:10:06.138Z | Download: 3823/4301 items 217.3/225.4MB 96% complete (9.6M/s) |
208 | 2025-02-01T00:10:10.297Z | Download: Completed 225.42 MB in 53.59 seconds (4.2M/s) |
209 | 2025-02-01T00:10:12.380Z | Actions: 1/5122 actions (Removing old actions) |
210 | 2025-02-01T00:10:12.396Z | Actions: 194/5122 actions (Installing new actions) |
211 | 2025-02-01T00:10:17.281Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-02-01T00:10:17.632Z | Actions: Completed 5122 actions in 5.25 seconds. |
213 | 2025-02-01T00:10:18.036Z | Done (0.395s) |
214 | 2025-02-01T00:10:18.039Z | Done (0.001s) |
215 | 2025-02-01T00:10:18.622Z | Done (0.584s) |
216 | 2025-02-01T00:10:24.523Z | Done (5.660s) |
217 | 2025-02-01T00:10:24.864Z | Done (0.268s) |
218 | 2025-02-01T00:10:24.867Z | Done (0.000s) |
219 | 2025-02-01T00:10:25.048Z | Done (0.000s) |
220 | 2025-02-01T00:10:25.743Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-02-01T00:10:25.906Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-02-01T00:10:25.908Z | Planning: Consolidating action changes ... Done |
223 | 2025-02-01T00:10:26.179Z | Planning: Evaluating mediators ... Done |
224 | 2025-02-01T00:10:26.181Z | Planning: Planning completed in 0.44 seconds |
225 | 2025-02-01T00:10:26.220Z | Mediators to change: 2 |
226 | 2025-02-01T00:10:26.220Z | Create boot environment: No |
227 | 2025-02-01T00:10:26.227Z | Create backup boot environment: No |
228 | 2025-02-01T00:10:26.323Z | Done |
229 | 2025-02-01T00:10:26.323Z | Done |
230 | 2025-02-01T00:10:26.688Z | Done |
231 | 2025-02-01T00:10:30.350Z | Done |
232 | 2025-02-01T00:10:30.439Z | Done |
233 | 2025-02-01T00:10:30.441Z | Done |
234 | 2025-02-01T00:10:30.572Z | Done |
235 | 2025-02-01T00:10:31.195Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-02-01T00:10:31.198Z | Planning: Merging actions ... Done |
237 | 2025-02-01T00:10:31.396Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-02-01T00:10:31.398Z | Planning: Consolidating action changes ... Done |
239 | 2025-02-01T00:10:31.664Z | Planning: Evaluating mediators ... Done |
240 | 2025-02-01T00:10:31.720Z | Planning: Planning completed in 0.77 seconds |
241 | 2025-02-01T00:10:31.760Z | Packages to change: 1 |
242 | 2025-02-01T00:10:31.760Z | Mediators to change: 1 |
243 | 2025-02-01T00:10:31.762Z | Services to change: 1 |
244 | 2025-02-01T00:10:31.763Z | Create boot environment: No |
245 | 2025-02-01T00:10:31.763Z | Create backup boot environment: Yes |
246 | 2025-02-01T00:10:33.973Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-02-01T00:10:33.976Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-02-01T00:10:33.976Z | Done |
249 | 2025-02-01T00:10:33.976Z | Done |
250 | 2025-02-01T00:10:34.095Z | Done |
251 | 2025-02-01T00:10:37.768Z | Done |
252 | 2025-02-01T00:10:37.858Z | Done |
253 | 2025-02-01T00:10:37.860Z | Done |
254 | 2025-02-01T00:10:38.006Z | Done |
255 | 2025-02-01T00:10:38.439Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-02-01T00:10:38.439Z | clang system 15 system |
257 | 2025-02-01T00:10:38.439Z | csh system system illumos |
258 | 2025-02-01T00:10:38.439Z | ctags system system illumos |
259 | 2025-02-01T00:10:38.439Z | gcc vendor 12 vendor |
260 | 2025-02-01T00:10:38.439Z | gcc system 10 system |
261 | 2025-02-01T00:10:38.439Z | gcc system 7 system |
262 | 2025-02-01T00:10:38.439Z | go system 1.20 system |
263 | 2025-02-01T00:10:38.439Z | go system 1.19 system |
264 | 2025-02-01T00:10:38.439Z | llvm system 15 system |
265 | 2025-02-01T00:10:38.439Z | llvm system 14 system |
266 | 2025-02-01T00:10:38.439Z | mariadb system 10.6 system |
267 | 2025-02-01T00:10:38.439Z | mta vendor vendor dma |
268 | 2025-02-01T00:10:38.439Z | openjdk system 17 system |
269 | 2025-02-01T00:10:38.439Z | openjdk system 11 system |
270 | 2025-02-01T00:10:38.439Z | openjdk system 1.8 system |
271 | 2025-02-01T00:10:38.439Z | openssl vendor 3 vendor |
272 | 2025-02-01T00:10:38.439Z | perl system 5.36 system |
273 | 2025-02-01T00:10:38.439Z | postgresql system 15 system |
274 | 2025-02-01T00:10:38.439Z | postgresql system 13 system |
275 | 2025-02-01T00:10:38.439Z | python vendor 3 vendor |
276 | 2025-02-01T00:10:38.439Z | python system 2 system |
277 | 2025-02-01T00:10:38.439Z | python3 system 3.11 system |
278 | 2025-02-01T00:10:38.439Z | ruby system 3.0 system |
279 | 2025-02-01T00:10:38.439Z | words vendor vendor american-english |
280 | 2025-02-01T00:10:38.439Z | words system system australian-english |
281 | 2025-02-01T00:10:38.439Z | words system system british-english |
282 | 2025-02-01T00:10:38.439Z | words system system canadian-english |
283 | 2025-02-01T00:10:38.439Z | words system system french |
284 | 2025-02-01T00:10:38.439Z | words system system italian |
285 | 2025-02-01T00:10:38.439Z | words system system ngerman |
286 | 2025-02-01T00:10:38.439Z | words system system ogerman |
287 | 2025-02-01T00:10:38.439Z | words system system spanish |
288 | 2025-02-01T00:10:38.765Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-02-01T00:10:38.765Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-02-01T00:10:41.572Z | FMRI IFO |
291 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-02-01T00:10:41.573Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-02-01T00:10:42.333Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-02-01T00:10:42.599Z | Updating crates.io index |
308 | 2025-02-01T00:10:42.602Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
309 | 2025-02-01T00:10:43.075Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
310 | 2025-02-01T00:10:43.594Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
311 | 2025-02-01T00:10:43.831Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
312 | 2025-02-01T00:10:44.143Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
313 | 2025-02-01T00:10:44.401Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
314 | 2025-02-01T00:10:45.326Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
315 | 2025-02-01T00:10:47.073Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2025-02-01T00:10:47.771Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
317 | 2025-02-01T00:10:48.539Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
318 | 2025-02-01T00:10:48.775Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
319 | 2025-02-01T00:10:49.068Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
320 | 2025-02-01T00:10:50.160Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
321 | 2025-02-01T00:10:50.407Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
322 | 2025-02-01T00:10:50.758Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
323 | 2025-02-01T00:10:50.995Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
324 | 2025-02-01T00:10:51.269Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
325 | 2025-02-01T00:10:51.496Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
326 | 2025-02-01T00:10:51.802Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
327 | 2025-02-01T00:10:52.099Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
328 | 2025-02-01T00:10:52.414Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
329 | 2025-02-01T00:10:52.689Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
330 | 2025-02-01T00:10:53.102Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
331 | 2025-02-01T00:10:53.334Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
332 | 2025-02-01T00:10:53.940Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
333 | 2025-02-01T00:10:54.188Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
334 | 2025-02-01T00:10:54.539Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
335 | 2025-02-01T00:10:54.997Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
336 | 2025-02-01T00:10:55.341Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2025-02-01T00:10:55.593Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2025-02-01T00:10:55.876Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
339 | 2025-02-01T00:10:57.054Z | Downloading crates ... |
340 | 2025-02-01T00:10:57.125Z | Downloaded autocfg v1.4.0 |
341 | 2025-02-01T00:10:57.129Z | Downloaded anstream v0.6.15 |
342 | 2025-02-01T00:10:57.132Z | Downloaded block-buffer v0.10.4 |
343 | 2025-02-01T00:10:57.132Z | Downloaded bitflags v2.6.0 |
344 | 2025-02-01T00:10:57.135Z | Downloaded anyhow v1.0.95 |
345 | 2025-02-01T00:10:57.205Z | Downloaded bytecount v0.6.8 |
346 | 2025-02-01T00:10:57.210Z | Downloaded papergrid v0.11.0 |
347 | 2025-02-01T00:10:57.215Z | Downloaded pest_generator v2.7.14 |
348 | 2025-02-01T00:10:57.219Z | Downloaded pretty-hex v0.4.1 |
349 | 2025-02-01T00:10:57.227Z | Downloaded scroll v0.12.0 |
350 | 2025-02-01T00:10:57.230Z | Downloaded proc-macro-error-attr v1.0.4 |
351 | 2025-02-01T00:10:57.230Z | Downloaded plain v0.2.3 |
352 | 2025-02-01T00:10:57.232Z | Downloaded errno v0.3.9 |
353 | 2025-02-01T00:10:57.235Z | Downloaded proc-macro-error v1.0.4 |
354 | 2025-02-01T00:10:57.238Z | Downloaded serde_spanned v0.6.8 |
355 | 2025-02-01T00:10:57.240Z | Downloaded pest_meta v2.7.14 |
356 | 2025-02-01T00:10:57.243Z | Downloaded proc-macro2 v1.0.92 |
357 | 2025-02-01T00:10:57.245Z | Downloaded swrite v0.1.0 |
358 | 2025-02-01T00:10:57.245Z | Downloaded pest_derive v2.7.14 |
359 | 2025-02-01T00:10:57.248Z | Downloaded smawk v0.3.2 |
360 | 2025-02-01T00:10:57.252Z | Downloaded pest v2.7.14 |
361 | 2025-02-01T00:10:57.267Z | Downloaded scroll_derive v0.12.0 |
362 | 2025-02-01T00:10:57.274Z | Downloaded usdt-macro v0.5.0 |
363 | 2025-02-01T00:10:57.289Z | Downloaded strsim v0.11.1 |
364 | 2025-02-01T00:10:57.292Z | Downloaded ryu v1.0.18 |
365 | 2025-02-01T00:10:57.294Z | Downloaded textwrap v0.16.1 |
366 | 2025-02-01T00:10:57.301Z | Downloaded equivalent v1.0.1 |
367 | 2025-02-01T00:10:57.306Z | Downloaded terminal_size v0.4.0 |
368 | 2025-02-01T00:10:57.309Z | Downloaded dtrace-parser v0.2.0 |
369 | 2025-02-01T00:10:57.313Z | Downloaded serde_tokenstream v0.2.2 |
370 | 2025-02-01T00:10:57.313Z | Downloaded toml_datetime v0.6.8 |
371 | 2025-02-01T00:10:57.315Z | Downloaded thread-id v4.2.2 |
372 | 2025-02-01T00:10:57.315Z | Downloaded thiserror-impl v1.0.69 |
373 | 2025-02-01T00:10:57.318Z | Downloaded tabled_derive v0.7.0 |
374 | 2025-02-01T00:10:57.318Z | Downloaded anstyle-query v1.1.1 |
375 | 2025-02-01T00:10:57.321Z | Downloaded thiserror v1.0.69 |
376 | 2025-02-01T00:10:57.323Z | Downloaded anstyle-parse v0.2.5 |
377 | 2025-02-01T00:10:57.326Z | Downloaded usdt-attr-macro v0.5.0 |
378 | 2025-02-01T00:10:57.329Z | Downloaded usdt v0.5.0 |
379 | 2025-02-01T00:10:57.329Z | Downloaded fs-err v2.11.0 |
380 | 2025-02-01T00:10:57.329Z | Downloaded cargo-platform v0.1.8 |
381 | 2025-02-01T00:10:57.331Z | Downloaded anstyle v1.0.10 |
382 | 2025-02-01T00:10:57.331Z | Downloaded fastrand v2.1.1 |
383 | 2025-02-01T00:10:57.334Z | Downloaded cfg-if v1.0.0 |
384 | 2025-02-01T00:10:57.334Z | Downloaded heck v0.5.0 |
385 | 2025-02-01T00:10:57.337Z | Downloaded heck v0.4.1 |
386 | 2025-02-01T00:10:57.337Z | Downloaded fnv v1.0.7 |
387 | 2025-02-01T00:10:57.337Z | Downloaded cargo_metadata v0.18.1 |
388 | 2025-02-01T00:10:57.340Z | Downloaded serde_derive v1.0.217 |
389 | 2025-02-01T00:10:57.342Z | Downloaded macaddr v1.0.1 |
390 | 2025-02-01T00:10:57.344Z | Downloaded itoa v1.0.11 |
391 | 2025-02-01T00:10:57.345Z | Downloaded is_terminal_polyfill v1.70.1 |
392 | 2025-02-01T00:10:57.347Z | Downloaded dof v0.3.0 |
393 | 2025-02-01T00:10:57.347Z | Downloaded generic-array v0.14.7 |
394 | 2025-02-01T00:10:57.349Z | Downloaded digest v0.10.7 |
395 | 2025-02-01T00:10:57.349Z | Downloaded clap_lex v0.7.4 |
396 | 2025-02-01T00:10:57.353Z | Downloaded cpufeatures v0.2.14 |
397 | 2025-02-01T00:10:57.353Z | Downloaded memmap v0.7.0 |
398 | 2025-02-01T00:10:57.355Z | Downloaded crypto-common v0.1.6 |
399 | 2025-02-01T00:10:57.355Z | Downloaded colorchoice v1.0.2 |
400 | 2025-02-01T00:10:57.355Z | Downloaded utf8parse v0.2.2 |
401 | 2025-02-01T00:10:57.358Z | Downloaded tempfile v3.13.0 |
402 | 2025-02-01T00:10:57.358Z | Downloaded quote v1.0.38 |
403 | 2025-02-01T00:10:57.361Z | Downloaded version_check v0.9.5 |
404 | 2025-02-01T00:10:57.364Z | Downloaded byteorder v1.5.0 |
405 | 2025-02-01T00:10:57.364Z | Downloaded unicode-linebreak v0.1.5 |
406 | 2025-02-01T00:10:57.366Z | Downloaded semver v1.0.24 |
407 | 2025-02-01T00:10:57.367Z | Downloaded zerocopy-derive v0.7.35 |
408 | 2025-02-01T00:10:57.370Z | Downloaded camino v1.1.9 |
409 | 2025-02-01T00:10:57.372Z | Downloaded sha2 v0.10.8 |
410 | 2025-02-01T00:10:57.375Z | Downloaded serde v1.0.217 |
411 | 2025-02-01T00:10:57.381Z | Downloaded clap_derive v4.5.24 |
412 | 2025-02-01T00:10:57.384Z | Downloaded camino-tempfile v1.1.1 |
413 | 2025-02-01T00:10:57.384Z | Downloaded usdt-impl v0.5.0 |
414 | 2025-02-01T00:10:57.384Z | Downloaded once_cell v1.20.2 |
415 | 2025-02-01T00:10:57.390Z | Downloaded unicode-ident v1.0.14 |
416 | 2025-02-01T00:10:57.393Z | Downloaded typenum v1.17.0 |
417 | 2025-02-01T00:10:57.399Z | Downloaded clap v4.5.27 |
418 | 2025-02-01T00:10:57.407Z | Downloaded log v0.4.22 |
419 | 2025-02-01T00:10:57.409Z | Downloaded ucd-trie v0.1.7 |
420 | 2025-02-01T00:10:57.412Z | Downloaded toml v0.8.19 |
421 | 2025-02-01T00:10:57.416Z | Downloaded cargo_toml v0.20.5 |
422 | 2025-02-01T00:10:57.443Z | Downloaded indexmap v2.7.1 |
423 | 2025-02-01T00:10:57.459Z | Downloaded toml_edit v0.22.22 |
424 | 2025-02-01T00:10:57.478Z | Downloaded syn v1.0.109 |
425 | 2025-02-01T00:10:57.487Z | Downloaded memchr v2.7.4 |
426 | 2025-02-01T00:10:57.496Z | Downloaded hashbrown v0.15.1 |
427 | 2025-02-01T00:10:57.504Z | Downloaded serde_json v1.0.135 |
428 | 2025-02-01T00:10:57.514Z | Downloaded zerocopy v0.7.35 |
429 | 2025-02-01T00:10:57.528Z | Downloaded winnow v0.6.20 |
430 | 2025-02-01T00:10:57.536Z | Downloaded clap_builder v4.5.27 |
431 | 2025-02-01T00:10:57.544Z | Downloaded goblin v0.8.2 |
432 | 2025-02-01T00:10:57.548Z | Downloaded tabled v0.15.0 |
433 | 2025-02-01T00:10:57.564Z | Downloaded syn v2.0.96 |
434 | 2025-02-01T00:10:57.575Z | Downloaded unicode-width v0.1.14 |
435 | 2025-02-01T00:10:57.581Z | Downloaded rustix v0.38.37 |
436 | 2025-02-01T00:10:57.622Z | Downloaded libc v0.2.169 |
437 | 2025-02-01T00:10:57.937Z | Compiling proc-macro2 v1.0.92 |
438 | 2025-02-01T00:10:57.937Z | Compiling unicode-ident v1.0.14 |
439 | 2025-02-01T00:10:57.940Z | Compiling version_check v0.9.5 |
440 | 2025-02-01T00:10:57.940Z | Compiling serde v1.0.217 |
441 | 2025-02-01T00:10:57.940Z | Compiling memchr v2.7.4 |
442 | 2025-02-01T00:10:57.975Z | Compiling thiserror v1.0.69 |
443 | 2025-02-01T00:10:57.978Z | Compiling libc v0.2.169 |
444 | 2025-02-01T00:10:57.978Z | Compiling itoa v1.0.11 |
445 | 2025-02-01T00:10:58.211Z | Compiling ucd-trie v0.1.7 |
446 | 2025-02-01T00:10:58.250Z | Compiling ryu v1.0.18 |
447 | 2025-02-01T00:10:58.627Z | Compiling once_cell v1.20.2 |
448 | 2025-02-01T00:10:58.714Z | Compiling byteorder v1.5.0 |
449 | 2025-02-01T00:10:59.041Z | Compiling serde_json v1.0.135 |
450 | 2025-02-01T00:10:59.115Z | Compiling rustix v0.38.37 |
451 | 2025-02-01T00:10:59.212Z | Compiling bitflags v2.6.0 |
452 | 2025-02-01T00:10:59.419Z | Compiling proc-macro-error-attr v1.0.4 |
453 | 2025-02-01T00:10:59.454Z | Compiling usdt-impl v0.5.0 |
454 | 2025-02-01T00:10:59.621Z | Compiling syn v1.0.109 |
455 | 2025-02-01T00:10:59.731Z | Compiling proc-macro-error v1.0.4 |
456 | 2025-02-01T00:10:59.837Z | Compiling plain v0.2.3 |
457 | 2025-02-01T00:10:59.914Z | Compiling log v0.4.22 |
458 | 2025-02-01T00:10:59.946Z | Compiling hashbrown v0.15.1 |
459 | 2025-02-01T00:10:59.999Z | Compiling equivalent v1.0.1 |
460 | 2025-02-01T00:11:00.025Z | Compiling utf8parse v0.2.2 |
461 | 2025-02-01T00:11:00.148Z | Compiling quote v1.0.38 |
462 | 2025-02-01T00:11:00.177Z | Compiling errno v0.3.9 |
463 | 2025-02-01T00:11:00.268Z | Compiling camino v1.1.9 |
464 | 2025-02-01T00:11:00.292Z | Compiling anstyle-parse v0.2.5 |
465 | 2025-02-01T00:11:00.445Z | Compiling thread-id v4.2.2 |
466 | 2025-02-01T00:11:00.579Z | Compiling syn v2.0.96 |
467 | 2025-02-01T00:11:00.799Z | Compiling anstyle v1.0.10 |
468 | 2025-02-01T00:11:00.830Z | Compiling semver v1.0.24 |
469 | 2025-02-01T00:11:00.950Z | Compiling indexmap v2.7.1 |
470 | 2025-02-01T00:11:01.004Z | Compiling autocfg v1.4.0 |
471 | 2025-02-01T00:11:01.245Z | Compiling is_terminal_polyfill v1.70.1 |
472 | 2025-02-01T00:11:01.298Z | Compiling anstyle-query v1.1.1 |
473 | 2025-02-01T00:11:01.394Z | Compiling unicode-width v0.1.14 |
474 | 2025-02-01T00:11:01.468Z | Compiling winnow v0.6.20 |
475 | 2025-02-01T00:11:01.628Z | Compiling colorchoice v1.0.2 |
476 | 2025-02-01T00:11:01.826Z | Compiling pretty-hex v0.4.1 |
477 | 2025-02-01T00:11:01.951Z | Compiling anstream v0.6.15 |
478 | 2025-02-01T00:11:01.985Z | Compiling fs-err v2.11.0 |
479 | 2025-02-01T00:11:02.287Z | Compiling bytecount v0.6.8 |
480 | 2025-02-01T00:11:02.313Z | Compiling terminal_size v0.4.0 |
481 | 2025-02-01T00:11:02.523Z | Compiling heck v0.4.1 |
482 | 2025-02-01T00:11:02.551Z | Compiling heck v0.5.0 |
483 | 2025-02-01T00:11:02.577Z | Compiling strsim v0.11.1 |
484 | 2025-02-01T00:11:02.746Z | Compiling clap_lex v0.7.4 |
485 | 2025-02-01T00:11:02.934Z | Compiling fnv v1.0.7 |
486 | 2025-02-01T00:11:02.969Z | Compiling cfg-if v1.0.0 |
487 | 2025-02-01T00:11:03.080Z | Compiling fastrand v2.1.1 |
488 | 2025-02-01T00:11:03.106Z | Compiling anyhow v1.0.95 |
489 | 2025-02-01T00:11:03.109Z | Compiling clap_builder v4.5.27 |
490 | 2025-02-01T00:11:03.392Z | Compiling papergrid v0.11.0 |
491 | 2025-02-01T00:11:03.594Z | Compiling tempfile v3.13.0 |
492 | 2025-02-01T00:11:04.044Z | Compiling memmap v0.7.0 |
493 | 2025-02-01T00:11:04.110Z | Compiling smawk v0.3.2 |
494 | 2025-02-01T00:11:04.349Z | Compiling unicode-linebreak v0.1.5 |
495 | 2025-02-01T00:11:04.833Z | Compiling textwrap v0.16.1 |
496 | 2025-02-01T00:11:04.857Z | Compiling swrite v0.1.0 |
497 | 2025-02-01T00:11:05.533Z | Compiling tabled_derive v0.7.0 |
498 | 2025-02-01T00:11:07.051Z | Compiling tabled v0.15.0 |
499 | 2025-02-01T00:11:07.333Z | Compiling serde_derive v1.0.217 |
500 | 2025-02-01T00:11:07.341Z | Compiling thiserror-impl v1.0.69 |
501 | 2025-02-01T00:11:07.355Z | Compiling zerocopy-derive v0.7.35 |
502 | 2025-02-01T00:11:07.580Z | Compiling scroll_derive v0.12.0 |
503 | 2025-02-01T00:11:07.844Z | Compiling clap_derive v4.5.24 |
504 | 2025-02-01T00:11:08.993Z | Compiling scroll v0.12.0 |
505 | 2025-02-01T00:11:09.016Z | Compiling zerocopy v0.7.35 |
506 | 2025-02-01T00:11:09.376Z | Compiling goblin v0.8.2 |
507 | 2025-02-01T00:11:09.581Z | Compiling pest v2.7.14 |
508 | 2025-02-01T00:11:10.920Z | Compiling clap v4.5.27 |
509 | 2025-02-01T00:11:11.897Z | Compiling pest_meta v2.7.14 |
510 | 2025-02-01T00:11:12.772Z | Compiling pest_generator v2.7.14 |
511 | 2025-02-01T00:11:14.166Z | Compiling pest_derive v2.7.14 |
512 | 2025-02-01T00:11:14.903Z | Compiling dtrace-parser v0.2.0 |
513 | 2025-02-01T00:11:15.953Z | Compiling serde_tokenstream v0.2.2 |
514 | 2025-02-01T00:11:16.048Z | Compiling serde_spanned v0.6.8 |
515 | 2025-02-01T00:11:16.048Z | Compiling toml_datetime v0.6.8 |
516 | 2025-02-01T00:11:16.158Z | Compiling cargo-platform v0.1.8 |
517 | 2025-02-01T00:11:16.328Z | Compiling macaddr v1.0.1 |
518 | 2025-02-01T00:11:16.495Z | Compiling toml_edit v0.22.22 |
519 | 2025-02-01T00:11:16.678Z | Compiling camino-tempfile v1.1.1 |
520 | 2025-02-01T00:11:17.324Z | Compiling dof v0.3.0 |
521 | 2025-02-01T00:11:17.515Z | Compiling cargo_metadata v0.18.1 |
522 | 2025-02-01T00:11:18.735Z | Compiling usdt-macro v0.5.0 |
523 | 2025-02-01T00:11:18.735Z | Compiling usdt-attr-macro v0.5.0 |
524 | 2025-02-01T00:11:19.282Z | Compiling toml v0.8.19 |
525 | 2025-02-01T00:11:19.803Z | Compiling usdt v0.5.0 |
526 | 2025-02-01T00:11:20.067Z | Compiling cargo_toml v0.20.5 |
527 | 2025-02-01T00:11:22.741Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
528 | 2025-02-01T00:11:25.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.82s |
529 | 2025-02-01T00:11:26.212Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
530 | 2025-02-01T00:11:26.741Z | Downloading crates ... |
531 | 2025-02-01T00:11:26.864Z | Downloaded arrayvec v0.7.6 |
532 | 2025-02-01T00:11:26.868Z | Downloaded arrayref v0.3.9 |
533 | 2025-02-01T00:11:26.881Z | Downloaded heck v0.3.3 |
534 | 2025-02-01T00:11:26.883Z | Downloaded atomicwrites v0.4.4 |
535 | 2025-02-01T00:11:26.888Z | Downloaded darling v0.20.10 |
536 | 2025-02-01T00:11:26.892Z | Downloaded hubpack_derive v0.1.1 |
537 | 2025-02-01T00:11:26.895Z | Downloaded hex v0.4.3 |
538 | 2025-02-01T00:11:26.895Z | Downloaded crunchy v0.2.2 |
539 | 2025-02-01T00:11:26.898Z | Downloaded http-body-util v0.1.2 |
540 | 2025-02-01T00:11:26.898Z | Downloaded convert_case v0.4.0 |
541 | 2025-02-01T00:11:26.901Z | Downloaded hostname v0.4.0 |
542 | 2025-02-01T00:11:26.904Z | Downloaded ciborium-io v0.2.2 |
543 | 2025-02-01T00:11:26.904Z | Downloaded async-stream-impl v0.3.6 |
544 | 2025-02-01T00:11:26.909Z | Downloaded mirai-annotations v1.12.0 |
545 | 2025-02-01T00:11:26.909Z | Downloaded ident_case v1.0.1 |
546 | 2025-02-01T00:11:26.912Z | Downloaded cfg_aliases v0.2.1 |
547 | 2025-02-01T00:11:26.915Z | Downloaded md5 v0.7.0 |
548 | 2025-02-01T00:11:26.917Z | Downloaded crucible-workspace-hack v0.1.0 |
549 | 2025-02-01T00:11:26.917Z | Downloaded cfg_aliases v0.1.1 |
550 | 2025-02-01T00:11:26.917Z | Downloaded assert_matches v1.5.0 |
551 | 2025-02-01T00:11:26.920Z | Downloaded atty v0.2.14 |
552 | 2025-02-01T00:11:26.920Z | Downloaded array-init v0.0.4 |
553 | 2025-02-01T00:11:26.923Z | Downloaded cbc v0.1.2 |
554 | 2025-02-01T00:11:26.926Z | Downloaded hyper-tls v0.6.0 |
555 | 2025-02-01T00:11:26.928Z | Downloaded hostname v0.3.1 |
556 | 2025-02-01T00:11:26.931Z | Downloaded httpdate v1.0.3 |
557 | 2025-02-01T00:11:26.933Z | Downloaded aead v0.5.2 |
558 | 2025-02-01T00:11:26.933Z | Downloaded adler2 v2.0.0 |
559 | 2025-02-01T00:11:26.936Z | Downloaded const_format_proc_macros v0.2.34 |
560 | 2025-02-01T00:11:26.939Z | Downloaded http-range v0.1.5 |
561 | 2025-02-01T00:11:26.941Z | Downloaded http-body v1.0.1 |
562 | 2025-02-01T00:11:26.941Z | Downloaded cstr-argument v0.1.2 |
563 | 2025-02-01T00:11:26.944Z | Downloaded chrono-tz-build v0.4.0 |
564 | 2025-02-01T00:11:26.944Z | Downloaded blowfish v0.9.1 |
565 | 2025-02-01T00:11:26.946Z | Downloaded match_cfg v0.1.0 |
566 | 2025-02-01T00:11:26.946Z | Downloaded chacha20 v0.9.1 |
567 | 2025-02-01T00:11:26.949Z | Downloaded linked-hash-map v0.5.6 |
568 | 2025-02-01T00:11:26.952Z | Downloaded ctr v0.9.2 |
569 | 2025-02-01T00:11:26.955Z | Downloaded impl-trait-for-tuples v0.2.2 |
570 | 2025-02-01T00:11:26.957Z | Downloaded mime v0.3.17 |
571 | 2025-02-01T00:11:26.960Z | Downloaded lazy_static v1.5.0 |
572 | 2025-02-01T00:11:26.965Z | Downloaded cmake v0.1.51 |
573 | 2025-02-01T00:11:26.965Z | Downloaded instability v0.3.2 |
574 | 2025-02-01T00:11:26.969Z | Downloaded hex-literal v0.4.1 |
575 | 2025-02-01T00:11:26.969Z | Downloaded colored v2.1.0 |
576 | 2025-02-01T00:11:26.972Z | Downloaded cexpr v0.6.0 |
577 | 2025-02-01T00:11:26.972Z | Downloaded instant v0.1.13 |
578 | 2025-02-01T00:11:26.974Z | Downloaded icu_provider_macros v1.5.0 |
579 | 2025-02-01T00:11:26.974Z | Downloaded is_ci v1.2.0 |
580 | 2025-02-01T00:11:26.975Z | Downloaded cassowary v0.3.0 |
581 | 2025-02-01T00:11:26.977Z | Downloaded bb8 v0.8.5 |
582 | 2025-02-01T00:11:26.980Z | Downloaded httparse v1.9.5 |
583 | 2025-02-01T00:11:26.983Z | Downloaded memoffset v0.9.1 |
584 | 2025-02-01T00:11:26.983Z | Downloaded managed v0.8.0 |
585 | 2025-02-01T00:11:26.986Z | Downloaded curve25519-dalek-derive v0.1.1 |
586 | 2025-02-01T00:11:26.989Z | Downloaded bitfield-struct v0.6.2 |
587 | 2025-02-01T00:11:26.989Z | Downloaded backoff v0.4.0 |
588 | 2025-02-01T00:11:26.991Z | Downloaded addr2line v0.24.2 |
589 | 2025-02-01T00:11:26.996Z | Downloaded litemap v0.7.3 |
590 | 2025-02-01T00:11:27.002Z | Downloaded ciborium v0.2.2 |
591 | 2025-02-01T00:11:27.005Z | Downloaded rand_seeder v0.3.0 |
592 | 2025-02-01T00:11:27.005Z | Downloaded hickory-client v0.24.2 |
593 | 2025-02-01T00:11:27.005Z | Downloaded idna_adapter v1.2.0 |
594 | 2025-02-01T00:11:27.008Z | Downloaded cookie_store v0.21.1 |
595 | 2025-02-01T00:11:27.010Z | Downloaded async-bb8-diesel v0.2.1 |
596 | 2025-02-01T00:11:27.013Z | Downloaded lockfree-object-pool v0.1.6 |
597 | 2025-02-01T00:11:27.015Z | Downloaded memmap2 v0.9.5 |
598 | 2025-02-01T00:11:27.018Z | Downloaded lock_api v0.4.12 |
599 | 2025-02-01T00:11:27.021Z | Downloaded libloading v0.8.5 |
600 | 2025-02-01T00:11:27.023Z | Downloaded multer v3.1.0 |
601 | 2025-02-01T00:11:27.026Z | Downloaded lru v0.12.5 |
602 | 2025-02-01T00:11:27.030Z | Downloaded cancel-safe-futures v0.1.5 |
603 | 2025-02-01T00:11:27.035Z | Downloaded md-5 v0.10.6 |
604 | 2025-02-01T00:11:27.039Z | Downloaded maplit v1.0.2 |
605 | 2025-02-01T00:11:27.039Z | Downloaded internet-checksum v0.2.1 |
606 | 2025-02-01T00:11:27.039Z | Downloaded indent_write v2.2.0 |
607 | 2025-02-01T00:11:27.039Z | Downloaded hmac v0.12.1 |
608 | 2025-02-01T00:11:27.044Z | Downloaded sync_wrapper v1.0.1 |
609 | 2025-02-01T00:11:27.045Z | Downloaded multimap v0.10.0 |
610 | 2025-02-01T00:11:27.052Z | Downloaded mockall v0.13.0 |
611 | 2025-02-01T00:11:27.052Z | Downloaded progenitor-macro v0.9.1 |
612 | 2025-02-01T00:11:27.052Z | Downloaded cobs v0.2.3 |
613 | 2025-02-01T00:11:27.052Z | Downloaded icu_locid_transform_data v1.5.0 |
614 | 2025-02-01T00:11:27.056Z | Downloaded console v0.15.10 |
615 | 2025-02-01T00:11:27.056Z | Downloaded maybe-uninit v2.0.0 |
616 | 2025-02-01T00:11:27.056Z | Downloaded libsw v3.3.1 |
617 | 2025-02-01T00:11:27.060Z | Downloaded try-lock v0.2.5 |
618 | 2025-02-01T00:11:27.060Z | Downloaded crossbeam-epoch v0.9.18 |
619 | 2025-02-01T00:11:27.064Z | Downloaded crc-any v2.5.0 |
620 | 2025-02-01T00:11:27.069Z | Downloaded const-oid v0.9.6 |
621 | 2025-02-01T00:11:27.069Z | Downloaded scheduled-thread-pool v0.2.7 |
622 | 2025-02-01T00:11:27.071Z | Downloaded hyper-staticfile v0.10.1 |
623 | 2025-02-01T00:11:27.071Z | Downloaded waitgroup v0.1.2 |
624 | 2025-02-01T00:11:27.074Z | Downloaded bzip2 v0.4.4 |
625 | 2025-02-01T00:11:27.076Z | Downloaded downcast v0.11.0 |
626 | 2025-02-01T00:11:27.076Z | Downloaded diesel_table_macro_syntax v0.2.0 |
627 | 2025-02-01T00:11:27.079Z | Downloaded rfc6979 v0.4.0 |
628 | 2025-02-01T00:11:27.079Z | Downloaded indexmap v1.9.3 |
629 | 2025-02-01T00:11:27.083Z | Downloaded radium v0.7.0 |
630 | 2025-02-01T00:11:27.085Z | Downloaded highway v1.2.0 |
631 | 2025-02-01T00:11:27.088Z | Downloaded csv-core v0.1.11 |
632 | 2025-02-01T00:11:27.091Z | Downloaded nodrop v0.1.14 |
633 | 2025-02-01T00:11:27.094Z | Downloaded thiserror-impl-no-std v2.0.2 |
634 | 2025-02-01T00:11:27.094Z | Downloaded structmeta-derive v0.3.0 |
635 | 2025-02-01T00:11:27.097Z | Downloaded siphasher v0.3.11 |
636 | 2025-02-01T00:11:27.097Z | Downloaded serde_urlencoded v0.7.1 |
637 | 2025-02-01T00:11:27.099Z | Downloaded miniz_oxide v0.8.0 |
638 | 2025-02-01T00:11:27.102Z | Downloaded mime_guess v2.0.5 |
639 | 2025-02-01T00:11:27.105Z | Downloaded allocator-api2 v0.2.18 |
640 | 2025-02-01T00:11:27.107Z | Downloaded slog-stdlog v4.1.1 |
641 | 2025-02-01T00:11:27.110Z | Downloaded icu_provider v1.5.0 |
642 | 2025-02-01T00:11:27.113Z | Downloaded compact_str v0.8.0 |
643 | 2025-02-01T00:11:27.116Z | Downloaded want v0.3.1 |
644 | 2025-02-01T00:11:27.119Z | Downloaded untrusted v0.9.0 |
645 | 2025-02-01T00:11:27.121Z | Downloaded number_prefix v0.4.0 |
646 | 2025-02-01T00:11:27.121Z | Downloaded cookie v0.18.1 |
647 | 2025-02-01T00:11:27.124Z | Downloaded progenitor-client v0.9.1 |
648 | 2025-02-01T00:11:27.126Z | Downloaded serde-big-array v0.5.1 |
649 | 2025-02-01T00:11:27.129Z | Downloaded russh-cryptovec v0.7.3 |
650 | 2025-02-01T00:11:27.129Z | Downloaded openssl-probe v0.1.5 |
651 | 2025-02-01T00:11:27.131Z | Downloaded num-conv v0.1.0 |
652 | 2025-02-01T00:11:27.131Z | Downloaded mockall_derive v0.13.0 |
653 | 2025-02-01T00:11:27.134Z | Downloaded zerovec-derive v0.10.3 |
654 | 2025-02-01T00:11:27.137Z | Downloaded walkdir v2.5.0 |
655 | 2025-02-01T00:11:27.140Z | Downloaded path-slash v0.1.5 |
656 | 2025-02-01T00:11:27.140Z | Downloaded filetime v0.2.25 |
657 | 2025-02-01T00:11:27.143Z | Downloaded icu_normalizer v1.5.0 |
658 | 2025-02-01T00:11:27.146Z | Downloaded rustc-demangle v0.1.24 |
659 | 2025-02-01T00:11:27.150Z | Downloaded icu_locid v1.5.0 |
660 | 2025-02-01T00:11:27.154Z | Downloaded strum v0.26.3 |
661 | 2025-02-01T00:11:27.157Z | Downloaded bytes v1.9.0 |
662 | 2025-02-01T00:11:27.162Z | Downloaded foreign-types v0.5.0 |
663 | 2025-02-01T00:11:27.170Z | Downloaded foldhash v0.1.3 |
664 | 2025-02-01T00:11:27.170Z | Downloaded glob v0.3.2 |
665 | 2025-02-01T00:11:27.170Z | Downloaded indicatif v0.17.11 |
666 | 2025-02-01T00:11:27.173Z | Downloaded sqlparser_derive v0.2.2 |
667 | 2025-02-01T00:11:27.173Z | Downloaded clang-sys v1.8.1 |
668 | 2025-02-01T00:11:27.175Z | Downloaded time-macros v0.2.18 |
669 | 2025-02-01T00:11:27.179Z | Downloaded pin-utils v0.1.0 |
670 | 2025-02-01T00:11:27.182Z | Downloaded tracing-attributes v0.1.27 |
671 | 2025-02-01T00:11:27.182Z | Downloaded pbkdf2 v0.12.2 |
672 | 2025-02-01T00:11:27.186Z | Downloaded bumpalo v3.16.0 |
673 | 2025-02-01T00:11:27.189Z | Downloaded term v0.7.0 |
674 | 2025-02-01T00:11:27.192Z | Downloaded quinn-udp v0.5.5 |
675 | 2025-02-01T00:11:27.195Z | Downloaded signal-hook-tokio v0.3.1 |
676 | 2025-02-01T00:11:27.195Z | Downloaded packed_struct_codegen v0.10.1 |
677 | 2025-02-01T00:11:27.198Z | Downloaded uzers v0.12.1 |
678 | 2025-02-01T00:11:27.202Z | Downloaded der_derive v0.7.3 |
679 | 2025-02-01T00:11:27.206Z | Downloaded yoke v0.7.4 |
680 | 2025-02-01T00:11:27.206Z | Downloaded vte_generate_state_changes v0.1.2 |
681 | 2025-02-01T00:11:27.206Z | Downloaded icu_collections v1.5.0 |
682 | 2025-02-01T00:11:27.214Z | Downloaded foreign-types-shared v0.3.1 |
683 | 2025-02-01T00:11:27.218Z | Downloaded rtoolbox v0.0.2 |
684 | 2025-02-01T00:11:27.218Z | Downloaded paste v1.0.15 |
685 | 2025-02-01T00:11:27.221Z | Downloaded slog-dtrace v0.3.0 |
686 | 2025-02-01T00:11:27.221Z | Downloaded cc v1.1.30 |
687 | 2025-02-01T00:11:27.224Z | Downloaded base64 v0.21.7 |
688 | 2025-02-01T00:11:27.230Z | Downloaded nanorand v0.7.0 |
689 | 2025-02-01T00:11:27.233Z | Downloaded precomputed-hash v0.1.1 |
690 | 2025-02-01T00:11:27.237Z | Downloaded rcgen v0.12.1 |
691 | 2025-02-01T00:11:27.241Z | Downloaded termios v0.3.3 |
692 | 2025-02-01T00:11:27.241Z | Downloaded structmeta v0.3.0 |
693 | 2025-02-01T00:11:27.241Z | Downloaded const_format v0.2.34 |
694 | 2025-02-01T00:11:27.247Z | Downloaded newtype_derive v0.1.6 |
695 | 2025-02-01T00:11:27.250Z | Downloaded aes-gcm v0.10.3 |
696 | 2025-02-01T00:11:27.252Z | Downloaded data-encoding v2.6.0 |
697 | 2025-02-01T00:11:27.255Z | Downloaded diesel-dtrace v0.4.2 |
698 | 2025-02-01T00:11:27.259Z | Downloaded phf_shared v0.10.0 |
699 | 2025-02-01T00:11:27.259Z | Downloaded termcolor v1.4.1 |
700 | 2025-02-01T00:11:27.265Z | Downloaded tap v1.0.1 |
701 | 2025-02-01T00:11:27.265Z | Downloaded uuid v1.12.0 |
702 | 2025-02-01T00:11:27.269Z | Downloaded unicase v2.7.0 |
703 | 2025-02-01T00:11:27.269Z | Downloaded unarray v0.1.4 |
704 | 2025-02-01T00:11:27.269Z | Downloaded typify-macro v0.3.0 |
705 | 2025-02-01T00:11:27.273Z | Downloaded zeroize_derive v1.4.2 |
706 | 2025-02-01T00:11:27.273Z | Downloaded zeroize v1.8.1 |
707 | 2025-02-01T00:11:27.273Z | Downloaded typify-macro v0.2.0 |
708 | 2025-02-01T00:11:27.278Z | Downloaded embedded-io v0.6.1 |
709 | 2025-02-01T00:11:27.284Z | Downloaded form_urlencoded v1.2.1 |
710 | 2025-02-01T00:11:27.289Z | Downloaded derive_builder_core v0.20.2 |
711 | 2025-02-01T00:11:27.292Z | Downloaded toolchain_find v0.4.0 |
712 | 2025-02-01T00:11:27.292Z | Downloaded debug-ignore v1.0.5 |
713 | 2025-02-01T00:11:27.292Z | Downloaded minimal-lexical v0.2.1 |
714 | 2025-02-01T00:11:27.297Z | Downloaded zone_cfg_derive v0.3.0 |
715 | 2025-02-01T00:11:27.300Z | Downloaded zone_cfg_derive v0.1.2 |
716 | 2025-02-01T00:11:27.300Z | Downloaded gethostname v0.5.0 |
717 | 2025-02-01T00:11:27.304Z | Downloaded futures-macro v0.3.31 |
718 | 2025-02-01T00:11:27.304Z | Downloaded peg v0.8.4 |
719 | 2025-02-01T00:11:27.308Z | Downloaded tokio-tungstenite v0.24.0 |
720 | 2025-02-01T00:11:27.310Z | Downloaded tracing-core v0.1.32 |
721 | 2025-02-01T00:11:27.313Z | Downloaded num_threads v0.1.7 |
722 | 2025-02-01T00:11:27.316Z | Downloaded phf_generator v0.11.2 |
723 | 2025-02-01T00:11:27.318Z | Downloaded tokio-rustls v0.25.0 |
724 | 2025-02-01T00:11:27.319Z | Downloaded endian-type v0.1.2 |
725 | 2025-02-01T00:11:27.321Z | Downloaded rusty-fork v0.3.0 |
726 | 2025-02-01T00:11:27.321Z | Downloaded fxhash v0.2.1 |
727 | 2025-02-01T00:11:27.324Z | Downloaded scopeguard v1.2.0 |
728 | 2025-02-01T00:11:27.324Z | Downloaded env_logger v0.10.2 |
729 | 2025-02-01T00:11:27.327Z | Downloaded russh-keys v0.45.0 |
730 | 2025-02-01T00:11:27.331Z | Downloaded signature v2.2.0 |
731 | 2025-02-01T00:11:27.334Z | Downloaded primeorder v0.13.6 |
732 | 2025-02-01T00:11:27.337Z | Downloaded phf_shared v0.11.2 |
733 | 2025-02-01T00:11:27.337Z | Downloaded hickory-resolver v0.24.2 |
734 | 2025-02-01T00:11:27.342Z | Downloaded thiserror-impl v2.0.11 |
735 | 2025-02-01T00:11:27.345Z | Downloaded smallvec v0.6.14 |
736 | 2025-02-01T00:11:27.348Z | Downloaded num-iter v0.1.45 |
737 | 2025-02-01T00:11:27.348Z | Downloaded openssl-sys v0.9.104 |
738 | 2025-02-01T00:11:27.354Z | Downloaded http v1.2.0 |
739 | 2025-02-01T00:11:27.360Z | Downloaded tinystr v0.7.6 |
740 | 2025-02-01T00:11:27.362Z | Downloaded tiny-keccak v2.0.2 |
741 | 2025-02-01T00:11:27.365Z | Downloaded xz2 v0.1.7 |
742 | 2025-02-01T00:11:27.368Z | Downloaded tinyvec v1.8.0 |
743 | 2025-02-01T00:11:27.372Z | Downloaded peg-macros v0.8.4 |
744 | 2025-02-01T00:11:27.377Z | Downloaded funty v2.0.0 |
745 | 2025-02-01T00:11:27.377Z | Downloaded env_filter v0.1.2 |
746 | 2025-02-01T00:11:27.379Z | Downloaded display-error-chain v0.2.2 |
747 | 2025-02-01T00:11:27.379Z | Downloaded group v0.13.0 |
748 | 2025-02-01T00:11:27.380Z | Downloaded num_enum_derive v0.5.11 |
749 | 2025-02-01T00:11:27.382Z | Downloaded darling_macro v0.20.10 |
750 | 2025-02-01T00:11:27.382Z | Downloaded time-core v0.1.2 |
751 | 2025-02-01T00:11:27.382Z | Downloaded termtree v0.4.1 |
752 | 2025-02-01T00:11:27.385Z | Downloaded num_enum v0.5.11 |
753 | 2025-02-01T00:11:27.391Z | Downloaded yoke-derive v0.7.4 |
754 | 2025-02-01T00:11:27.394Z | Downloaded ghash v0.5.1 |
755 | 2025-02-01T00:11:27.394Z | Downloaded document-features v0.2.10 |
756 | 2025-02-01T00:11:27.397Z | Downloaded rustls-pemfile v2.2.0 |
757 | 2025-02-01T00:11:27.402Z | Downloaded smf v0.2.3 |
758 | 2025-02-01T00:11:27.402Z | Downloaded smallvec v1.13.2 |
759 | 2025-02-01T00:11:27.407Z | Downloaded flume v0.11.1 |
760 | 2025-02-01T00:11:27.410Z | Downloaded psl-types v2.0.11 |
761 | 2025-02-01T00:11:27.410Z | Downloaded peg-runtime v0.8.3 |
762 | 2025-02-01T00:11:27.410Z | Downloaded num-integer v0.1.46 |
763 | 2025-02-01T00:11:27.412Z | Downloaded pkg-config v0.3.31 |
764 | 2025-02-01T00:11:27.412Z | Downloaded aes v0.8.4 |
765 | 2025-02-01T00:11:27.417Z | Downloaded rustls-pemfile v1.0.4 |
766 | 2025-02-01T00:11:27.419Z | Downloaded rustfmt-wrapper v0.2.1 |
767 | 2025-02-01T00:11:27.422Z | Downloaded subtle v2.6.1 |
768 | 2025-02-01T00:11:27.425Z | Downloaded itertools v0.12.1 |
769 | 2025-02-01T00:11:27.431Z | Downloaded libm v0.2.8 |
770 | 2025-02-01T00:11:27.440Z | Downloaded newline-converter v0.3.0 |
771 | 2025-02-01T00:11:27.443Z | Downloaded shell-words v1.1.0 |
772 | 2025-02-01T00:11:27.443Z | Downloaded zone v0.1.8 |
773 | 2025-02-01T00:11:27.445Z | Downloaded zerofrom-derive v0.1.4 |
774 | 2025-02-01T00:11:27.445Z | Downloaded slab v0.4.9 |
775 | 2025-02-01T00:11:27.449Z | Downloaded idna v1.0.3 |
776 | 2025-02-01T00:11:27.452Z | Downloaded zip v2.1.3 |
777 | 2025-02-01T00:11:27.457Z | Downloaded utf8_iter v1.0.4 |
778 | 2025-02-01T00:11:27.460Z | Downloaded itertools v0.10.5 |
779 | 2025-02-01T00:11:27.467Z | Downloaded newtype-uuid v1.2.1 |
780 | 2025-02-01T00:11:27.469Z | Downloaded crossterm v0.28.1 |
781 | 2025-02-01T00:11:27.477Z | Downloaded tinyvec_macros v0.1.1 |
782 | 2025-02-01T00:11:27.480Z | Downloaded rustversion v1.0.17 |
783 | 2025-02-01T00:11:27.482Z | Downloaded foreign-types-shared v0.1.1 |
784 | 2025-02-01T00:11:27.482Z | Downloaded progenitor-macro v0.8.0 |
785 | 2025-02-01T00:11:27.482Z | Downloaded progenitor v0.9.1 |
786 | 2025-02-01T00:11:27.486Z | Downloaded fallible-streaming-iterator v0.1.9 |
787 | 2025-02-01T00:11:27.488Z | Downloaded packed_struct v0.10.1 |
788 | 2025-02-01T00:11:27.488Z | Downloaded dunce v1.0.5 |
789 | 2025-02-01T00:11:27.492Z | Downloaded postgres-protocol v0.6.7 |
790 | 2025-02-01T00:11:27.492Z | Downloaded postcard v1.0.10 |
791 | 2025-02-01T00:11:27.495Z | Downloaded parse-size v1.1.0 |
792 | 2025-02-01T00:11:27.495Z | Downloaded fallible-iterator v0.2.0 |
793 | 2025-02-01T00:11:27.498Z | Downloaded toml v0.7.8 |
794 | 2025-02-01T00:11:27.500Z | Downloaded num-traits v0.2.19 |
795 | 2025-02-01T00:11:27.504Z | Downloaded num-rational v0.4.2 |
796 | 2025-02-01T00:11:27.506Z | Downloaded zopfli v0.8.1 |
797 | 2025-02-01T00:11:27.509Z | Downloaded slog v2.7.0 |
798 | 2025-02-01T00:11:27.512Z | Downloaded structmeta v0.2.0 |
799 | 2025-02-01T00:11:27.514Z | Downloaded tokio-native-tls v0.3.1 |
800 | 2025-02-01T00:11:27.517Z | Downloaded strip-ansi-escapes v0.2.0 |
801 | 2025-02-01T00:11:27.519Z | Downloaded stringprep v0.1.5 |
802 | 2025-02-01T00:11:27.519Z | Downloaded value-bag v1.9.0 |
803 | 2025-02-01T00:11:27.523Z | Downloaded prettyplease v0.2.25 |
804 | 2025-02-01T00:11:27.528Z | Downloaded p256 v0.13.2 |
805 | 2025-02-01T00:11:27.531Z | Downloaded tokio-rustls v0.26.0 |
806 | 2025-02-01T00:11:27.533Z | Downloaded sigpipe v0.1.3 |
807 | 2025-02-01T00:11:27.535Z | Downloaded owo-colors v4.1.0 |
808 | 2025-02-01T00:11:27.539Z | Downloaded normalize-line-endings v0.3.0 |
809 | 2025-02-01T00:11:27.542Z | Downloaded fragile v2.0.0 |
810 | 2025-02-01T00:11:27.542Z | Downloaded polyval v0.6.2 |
811 | 2025-02-01T00:11:27.545Z | Downloaded num v0.4.3 |
812 | 2025-02-01T00:11:27.547Z | Downloaded ssh-key v0.6.6 |
813 | 2025-02-01T00:11:27.554Z | Downloaded supports-color v3.0.1 |
814 | 2025-02-01T00:11:27.557Z | Downloaded sqlformat v0.2.6 |
815 | 2025-02-01T00:11:27.559Z | Downloaded reedline v0.35.0 |
816 | 2025-02-01T00:11:27.567Z | Downloaded poly1305 v0.8.0 |
817 | 2025-02-01T00:11:27.569Z | Downloaded spin v0.9.8 |
818 | 2025-02-01T00:11:27.571Z | Downloaded spki v0.7.3 |
819 | 2025-02-01T00:11:27.577Z | Downloaded write16 v1.0.0 |
820 | 2025-02-01T00:11:27.577Z | Downloaded powerfmt v0.2.0 |
821 | 2025-02-01T00:11:27.577Z | Downloaded untrusted v0.7.1 |
822 | 2025-02-01T00:11:27.580Z | Downloaded percent-encoding v2.3.1 |
823 | 2025-02-01T00:11:27.580Z | Downloaded unicode-truncate v1.1.0 |
824 | 2025-02-01T00:11:27.588Z | Downloaded float-cmp v0.9.0 |
825 | 2025-02-01T00:11:27.588Z | Downloaded ed25519 v2.2.3 |
826 | 2025-02-01T00:11:27.593Z | Downloaded tokio-tungstenite v0.23.1 |
827 | 2025-02-01T00:11:27.594Z | Downloaded tokio-tungstenite v0.21.0 |
828 | 2025-02-01T00:11:27.594Z | Downloaded tokio-rustls v0.24.1 |
829 | 2025-02-01T00:11:27.596Z | Downloaded tokio-stream v0.1.16 |
830 | 2025-02-01T00:11:27.599Z | Downloaded rustyline v14.0.0 |
831 | 2025-02-01T00:11:27.607Z | Downloaded rpassword v7.3.1 |
832 | 2025-02-01T00:11:27.610Z | Downloaded hyper v1.5.2 |
833 | 2025-02-01T00:11:27.614Z | Downloaded rand_xorshift v0.3.0 |
834 | 2025-02-01T00:11:27.616Z | Downloaded nu-ansi-term v0.50.1 |
835 | 2025-02-01T00:11:27.619Z | Downloaded aho-corasick v1.1.3 |
836 | 2025-02-01T00:11:27.625Z | Downloaded writeable v0.5.5 |
837 | 2025-02-01T00:11:27.628Z | Downloaded whoami v1.5.2 |
838 | 2025-02-01T00:11:27.630Z | Downloaded progenitor-impl v0.8.0 |
839 | 2025-02-01T00:11:27.633Z | Downloaded resolv-conf v0.7.0 |
840 | 2025-02-01T00:11:27.635Z | Downloaded postgres-types v0.2.8 |
841 | 2025-02-01T00:11:27.638Z | Downloaded fatfs v0.3.6 |
842 | 2025-02-01T00:11:27.641Z | Downloaded zerovec v0.10.4 |
843 | 2025-02-01T00:11:27.648Z | Downloaded pretty-hex v0.2.1 |
844 | 2025-02-01T00:11:27.650Z | Downloaded phf_codegen v0.11.2 |
845 | 2025-02-01T00:11:27.650Z | Downloaded utf16_iter v1.0.5 |
846 | 2025-02-01T00:11:27.653Z | Downloaded parse-display v0.10.0 |
847 | 2025-02-01T00:11:27.653Z | Downloaded ecdsa v0.16.9 |
848 | 2025-02-01T00:11:27.656Z | Downloaded expectorate v1.1.0 |
849 | 2025-02-01T00:11:27.658Z | Downloaded tungstenite v0.23.0 |
850 | 2025-02-01T00:11:27.662Z | Downloaded tungstenite v0.21.0 |
851 | 2025-02-01T00:11:27.667Z | Downloaded string_cache v0.8.7 |
852 | 2025-02-01T00:11:27.669Z | Downloaded thiserror-no-std v2.0.2 |
853 | 2025-02-01T00:11:27.673Z | Downloaded zerofrom v0.1.4 |
854 | 2025-02-01T00:11:27.676Z | Downloaded utf-8 v0.7.6 |
855 | 2025-02-01T00:11:27.676Z | Downloaded dropshot_endpoint v0.12.0 |
856 | 2025-02-01T00:11:27.679Z | Downloaded oso-derive v0.27.3 |
857 | 2025-02-01T00:11:27.679Z | Downloaded signal-hook-registry v1.4.2 |
858 | 2025-02-01T00:11:27.683Z | Downloaded thread_local v1.1.8 |
859 | 2025-02-01T00:11:27.683Z | Downloaded same-file v1.0.6 |
860 | 2025-02-01T00:11:27.688Z | Downloaded serde_with v3.11.0 |
861 | 2025-02-01T00:11:27.693Z | Downloaded signal-hook-mio v0.2.4 |
862 | 2025-02-01T00:11:27.695Z | Downloaded rand_chacha v0.3.1 |
863 | 2025-02-01T00:11:27.698Z | Downloaded r2d2 v0.8.10 |
864 | 2025-02-01T00:11:27.698Z | Downloaded sha1 v0.10.6 |
865 | 2025-02-01T00:11:27.701Z | Downloaded unicode_categories v0.1.1 |
866 | 2025-02-01T00:11:27.702Z | Downloaded toml_edit v0.19.15 |
867 | 2025-02-01T00:11:27.720Z | Downloaded openssl-macros v0.1.1 |
868 | 2025-02-01T00:11:27.724Z | Downloaded fixedbitset v0.4.2 |
869 | 2025-02-01T00:11:27.724Z | Downloaded static_assertions v1.1.0 |
870 | 2025-02-01T00:11:27.728Z | Downloaded secrecy v0.8.0 |
871 | 2025-02-01T00:11:27.728Z | Downloaded dirs-sys-next v0.1.2 |
872 | 2025-02-01T00:11:27.728Z | Downloaded dirs-next v2.0.0 |
873 | 2025-02-01T00:11:27.731Z | Downloaded phf v0.11.2 |
874 | 2025-02-01T00:11:27.731Z | Downloaded snafu v0.8.5 |
875 | 2025-02-01T00:11:27.737Z | Downloaded dropshot_endpoint v0.15.1 |
876 | 2025-02-01T00:11:27.739Z | Downloaded opaque-debug v0.3.1 |
877 | 2025-02-01T00:11:27.742Z | Downloaded futures-channel v0.3.31 |
878 | 2025-02-01T00:11:27.744Z | Downloaded thiserror v2.0.11 |
879 | 2025-02-01T00:11:27.749Z | Downloaded serde_repr v0.1.19 |
880 | 2025-02-01T00:11:27.751Z | Downloaded serde_plain v1.0.2 |
881 | 2025-02-01T00:11:27.755Z | Downloaded semver v0.1.20 |
882 | 2025-02-01T00:11:27.755Z | Downloaded ssh-cipher v0.2.0 |
883 | 2025-02-01T00:11:27.757Z | Downloaded wait-timeout v0.2.0 |
884 | 2025-02-01T00:11:27.757Z | Downloaded parse-display-derive v0.10.0 |
885 | 2025-02-01T00:11:27.761Z | Downloaded strum_macros v0.24.3 |
886 | 2025-02-01T00:11:27.761Z | Downloaded typify v0.2.0 |
887 | 2025-02-01T00:11:27.764Z | Downloaded diff v0.1.13 |
888 | 2025-02-01T00:11:27.767Z | Downloaded unicode-properties v0.1.3 |
889 | 2025-02-01T00:11:27.772Z | Downloaded subprocess v0.2.9 |
890 | 2025-02-01T00:11:27.774Z | Downloaded tokio-util v0.7.12 |
891 | 2025-02-01T00:11:27.779Z | Downloaded sync-ptr v0.1.1 |
892 | 2025-02-01T00:11:27.782Z | Downloaded oso v0.27.3 |
893 | 2025-02-01T00:11:27.786Z | Downloaded strum_macros v0.25.3 |
894 | 2025-02-01T00:11:27.788Z | Downloaded pem v3.0.4 |
895 | 2025-02-01T00:11:27.788Z | Downloaded futures-sink v0.3.31 |
896 | 2025-02-01T00:11:27.788Z | Downloaded futures-task v0.3.31 |
897 | 2025-02-01T00:11:27.792Z | Downloaded tokio-postgres v0.7.12 |
898 | 2025-02-01T00:11:27.795Z | Downloaded hkdf v0.12.4 |
899 | 2025-02-01T00:11:27.798Z | Downloaded typify v0.3.0 |
900 | 2025-02-01T00:11:27.803Z | Downloaded predicates-tree v1.0.11 |
901 | 2025-02-01T00:11:27.805Z | Downloaded difflib v0.4.0 |
902 | 2025-02-01T00:11:27.805Z | Downloaded rusqlite v0.32.1 |
903 | 2025-02-01T00:11:27.812Z | Downloaded defmt-macros v0.3.9 |
904 | 2025-02-01T00:11:27.814Z | Downloaded bindgen v0.69.5 |
905 | 2025-02-01T00:11:27.822Z | Downloaded predicates-core v1.0.8 |
906 | 2025-02-01T00:11:27.827Z | Downloaded hash32 v0.3.1 |
907 | 2025-02-01T00:11:27.829Z | Downloaded rand_core v0.6.4 |
908 | 2025-02-01T00:11:27.829Z | Downloaded p521 v0.13.3 |
909 | 2025-02-01T00:11:27.832Z | Downloaded signal-hook v0.3.17 |
910 | 2025-02-01T00:11:27.836Z | Downloaded deranged v0.3.11 |
911 | 2025-02-01T00:11:27.839Z | Downloaded vsss-rs v3.3.4 |
912 | 2025-02-01T00:11:27.839Z | Downloaded parking_lot_core v0.9.10 |
913 | 2025-02-01T00:11:27.842Z | Downloaded typed-path v0.9.3 |
914 | 2025-02-01T00:11:27.847Z | Downloaded samael v0.0.17 |
915 | 2025-02-01T00:11:27.854Z | Downloaded omicron-zone-package v0.12.0 |
916 | 2025-02-01T00:11:27.858Z | Downloaded password-hash v0.4.2 |
917 | 2025-02-01T00:11:27.863Z | Downloaded derive_builder v0.20.2 |
918 | 2025-02-01T00:11:27.865Z | Downloaded rsa v0.9.6 |
919 | 2025-02-01T00:11:27.871Z | Downloaded derive-where v1.2.7 |
920 | 2025-02-01T00:11:27.874Z | Downloaded predicates v3.1.2 |
921 | 2025-02-01T00:11:27.878Z | Downloaded hashlink v0.9.1 |
922 | 2025-02-01T00:11:27.880Z | Downloaded num-bigint v0.4.6 |
923 | 2025-02-01T00:11:27.885Z | Downloaded publicsuffix v2.3.0 |
924 | 2025-02-01T00:11:27.892Z | Downloaded either v1.13.0 |
925 | 2025-02-01T00:11:27.895Z | Downloaded hash32 v0.2.1 |
926 | 2025-02-01T00:11:27.895Z | Downloaded ed25519-dalek v2.1.1 |
927 | 2025-02-01T00:11:27.895Z | Downloaded serde_yaml v0.9.34+deprecated |
928 | 2025-02-01T00:11:27.913Z | Downloaded icu_properties_data v1.5.0 |
929 | 2025-02-01T00:11:27.918Z | Downloaded vergen v8.3.2 |
930 | 2025-02-01T00:11:27.921Z | Downloaded bitvec v1.0.1 |
931 | 2025-02-01T00:11:27.942Z | Downloaded zerocopy v0.6.6 |
932 | 2025-02-01T00:11:27.945Z | Downloaded lalrpop v0.19.12 |
933 | 2025-02-01T00:11:27.957Z | Downloaded hashbrown v0.12.3 |
934 | 2025-02-01T00:11:27.962Z | Downloaded parse-zoneinfo v0.3.1 |
935 | 2025-02-01T00:11:27.965Z | Downloaded num-bigint-dig v0.8.4 |
936 | 2025-02-01T00:11:27.969Z | Downloaded rayon v1.10.0 |
937 | 2025-02-01T00:11:27.977Z | Downloaded elliptic-curve v0.13.8 |
938 | 2025-02-01T00:11:27.980Z | Downloaded sqlparser v0.45.0 |
939 | 2025-02-01T00:11:27.986Z | Downloaded half v2.4.1 |
940 | 2025-02-01T00:11:27.988Z | Downloaded zerocopy-derive v0.8.10 |
941 | 2025-02-01T00:11:27.994Z | Downloaded url v2.5.3 |
942 | 2025-02-01T00:11:28.001Z | Downloaded unicode-segmentation v1.12.0 |
943 | 2025-02-01T00:11:28.001Z | Downloaded tough v0.19.0 |
944 | 2025-02-01T00:11:28.008Z | Downloaded time v0.3.36 |
945 | 2025-02-01T00:11:28.014Z | Downloaded x509-cert v0.2.5 |
946 | 2025-02-01T00:11:28.020Z | Downloaded steno v0.4.1 |
947 | 2025-02-01T00:11:28.024Z | Downloaded git2 v0.19.0 |
948 | 2025-02-01T00:11:28.032Z | Downloaded headers-core v0.3.0 |
949 | 2025-02-01T00:11:28.035Z | Downloaded headers v0.4.0 |
950 | 2025-02-01T00:11:28.038Z | Downloaded h2 v0.4.6 |
951 | 2025-02-01T00:11:28.045Z | Downloaded unicode-normalization v0.1.24 |
952 | 2025-02-01T00:11:28.050Z | Downloaded object v0.30.4 |
953 | 2025-02-01T00:11:28.057Z | Downloaded portable-atomic v1.9.0 |
954 | 2025-02-01T00:11:28.064Z | Downloaded zerocopy v0.8.10 |
955 | 2025-02-01T00:11:28.089Z | Downloaded native-tls v0.2.12 |
956 | 2025-02-01T00:11:28.091Z | Downloaded curve25519-dalek v4.1.3 |
957 | 2025-02-01T00:11:28.100Z | Downloaded vcpkg v0.2.15 |
958 | 2025-02-01T00:11:28.140Z | Downloaded synstructure v0.13.1 |
959 | 2025-02-01T00:11:28.143Z | Downloaded p384 v0.13.0 |
960 | 2025-02-01T00:11:28.147Z | Downloaded reqwest v0.12.9 |
961 | 2025-02-01T00:11:28.157Z | Downloaded rustls-webpki v0.102.8 |
962 | 2025-02-01T00:11:28.177Z | Downloaded futures-util v0.3.31 |
963 | 2025-02-01T00:11:28.189Z | Downloaded openssl v0.10.66 |
964 | 2025-02-01T00:11:28.199Z | Downloaded unicode-width v0.2.0 |
965 | 2025-02-01T00:11:28.205Z | Downloaded smoltcp v0.9.1 |
966 | 2025-02-01T00:11:28.216Z | Downloaded chrono-tz v0.10.1 |
967 | 2025-02-01T00:11:28.225Z | Downloaded regex v1.11.1 |
968 | 2025-02-01T00:11:28.238Z | Downloaded petname v2.0.2 |
969 | 2025-02-01T00:11:28.243Z | Downloaded radix_trie v0.2.1 |
970 | 2025-02-01T00:11:28.248Z | Downloaded dropshot v0.15.1 |
971 | 2025-02-01T00:11:28.273Z | Downloaded rustls v0.22.4 |
972 | 2025-02-01T00:11:28.285Z | Downloaded smoltcp v0.11.0 |
973 | 2025-02-01T00:11:28.299Z | Downloaded webpki-roots v0.26.6 |
974 | 2025-02-01T00:11:28.302Z | Downloaded polar-core v0.27.3 |
975 | 2025-02-01T00:11:28.310Z | Downloaded regress v0.9.1 |
976 | 2025-02-01T00:11:28.319Z | Downloaded regex-syntax v0.6.29 |
977 | 2025-02-01T00:11:28.327Z | Downloaded regress v0.10.1 |
978 | 2025-02-01T00:11:28.335Z | Downloaded rustls v0.23.19 |
979 | 2025-02-01T00:11:28.348Z | Downloaded regex-syntax v0.8.5 |
980 | 2025-02-01T00:11:28.357Z | Downloaded gimli v0.31.1 |
981 | 2025-02-01T00:11:28.367Z | Downloaded object v0.36.5 |
982 | 2025-02-01T00:11:28.377Z | Downloaded diesel v2.2.6 |
983 | 2025-02-01T00:11:28.395Z | Downloaded openapiv3 v2.0.0 |
984 | 2025-02-01T00:11:28.406Z | Downloaded bstr v1.10.0 |
985 | 2025-02-01T00:11:28.417Z | Downloaded nix v0.28.0 |
986 | 2025-02-01T00:11:28.430Z | Downloaded nix v0.27.1 |
987 | 2025-02-01T00:11:28.441Z | Downloaded nix v0.29.0 |
988 | 2025-02-01T00:11:28.453Z | Downloaded sled v0.34.7 |
989 | 2025-02-01T00:11:28.465Z | Downloaded typify-impl v0.3.0 |
990 | 2025-02-01T00:11:28.478Z | Downloaded typify-impl v0.2.0 |
991 | 2025-02-01T00:11:28.493Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
992 | 2025-02-01T00:11:28.506Z | Downloaded ratatui v0.28.1 |
993 | 2025-02-01T00:11:28.527Z | Downloaded zerocopy-derive v0.6.6 |
994 | 2025-02-01T00:11:28.537Z | Downloaded hickory-proto v0.24.2 |
995 | 2025-02-01T00:11:28.552Z | Downloaded lzma-sys v0.1.20 |
996 | 2025-02-01T00:11:28.582Z | Downloaded libz-sys v1.1.20 |
997 | 2025-02-01T00:11:28.604Z | Downloaded dropshot v0.12.0 |
998 | 2025-02-01T00:11:28.622Z | Downloaded rustls v0.21.12 |
999 | 2025-02-01T00:11:28.634Z | Downloaded regex-automata v0.4.8 |
1000 | 2025-02-01T00:11:28.652Z | Downloaded petgraph v0.6.5 |
1001 | 2025-02-01T00:11:28.669Z | Downloaded winnow v0.5.40 |
1002 | 2025-02-01T00:11:28.677Z | Downloaded salty v0.3.0 |
1003 | 2025-02-01T00:11:28.685Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2025-02-01T00:11:28.700Z | Downloaded proptest v1.5.0 |
1005 | 2025-02-01T00:11:28.709Z | Downloaded csv v1.3.1 |
1006 | 2025-02-01T00:11:28.730Z | Downloaded tokio v1.43.0 |
1007 | 2025-02-01T00:11:28.771Z | Downloaded qorb v0.2.1 |
1008 | 2025-02-01T00:11:28.777Z | Downloaded flate2 v1.0.35 |
1009 | 2025-02-01T00:11:28.780Z | Downloaded sha3 v0.10.8 |
1010 | 2025-02-01T00:11:28.788Z | Downloaded nom v7.1.3 |
1011 | 2025-02-01T00:11:28.791Z | Downloaded quinn-proto v0.11.8 |
1012 | 2025-02-01T00:11:28.799Z | Downloaded futures v0.3.31 |
1013 | 2025-02-01T00:11:28.803Z | Downloaded parking_lot v0.12.3 |
1014 | 2025-02-01T00:11:28.806Z | Downloaded sct v0.7.1 |
1015 | 2025-02-01T00:11:28.808Z | Downloaded pkcs8 v0.10.2 |
1016 | 2025-02-01T00:11:28.811Z | Downloaded ssh-encoding v0.2.0 |
1017 | 2025-02-01T00:11:28.815Z | Downloaded der v0.7.9 |
1018 | 2025-02-01T00:11:28.818Z | Downloaded hashbrown v0.14.5 |
1019 | 2025-02-01T00:11:28.824Z | Downloaded chrono v0.4.39 |
1020 | 2025-02-01T00:11:28.832Z | Downloaded aws-lc-rs v1.10.0 |
1021 | 2025-02-01T00:11:28.842Z | Downloaded unsafe-libyaml v0.2.11 |
1022 | 2025-02-01T00:11:28.846Z | Downloaded ppv-lite86 v0.2.20 |
1023 | 2025-02-01T00:11:28.849Z | Downloaded defmt v0.3.8 |
1024 | 2025-02-01T00:11:28.851Z | Downloaded parking_lot_core v0.8.6 |
1025 | 2025-02-01T00:11:28.854Z | Downloaded dsl_auto_type v0.1.2 |
1026 | 2025-02-01T00:11:28.856Z | Downloaded test-strategy v0.3.1 |
1027 | 2025-02-01T00:11:28.861Z | Downloaded ron v0.8.1 |
1028 | 2025-02-01T00:11:28.866Z | Downloaded ron v0.7.1 |
1029 | 2025-02-01T00:11:28.870Z | Downloaded quick-xml v0.33.0 |
1030 | 2025-02-01T00:11:28.877Z | Downloaded pem-rfc7468 v0.7.0 |
1031 | 2025-02-01T00:11:28.881Z | Downloaded darling_core v0.20.10 |
1032 | 2025-02-01T00:11:28.885Z | Downloaded hashbrown v0.13.2 |
1033 | 2025-02-01T00:11:28.891Z | Downloaded olpc-cjson v0.1.4 |
1034 | 2025-02-01T00:11:28.891Z | Downloaded num-complex v0.4.6 |
1035 | 2025-02-01T00:11:28.894Z | Downloaded russh v0.45.0 |
1036 | 2025-02-01T00:11:28.898Z | Downloaded futures-io v0.3.31 |
1037 | 2025-02-01T00:11:28.898Z | Downloaded futures-executor v0.3.31 |
1038 | 2025-02-01T00:11:28.900Z | Downloaded futures-core v0.3.31 |
1039 | 2025-02-01T00:11:28.900Z | Downloaded termtree v0.5.1 |
1040 | 2025-02-01T00:11:28.900Z | Downloaded tabwriter v1.4.0 |
1041 | 2025-02-01T00:11:28.903Z | Downloaded strum_macros v0.26.4 |
1042 | 2025-02-01T00:11:28.908Z | Downloaded tungstenite v0.24.0 |
1043 | 2025-02-01T00:11:28.912Z | Downloaded progenitor-impl v0.9.1 |
1044 | 2025-02-01T00:11:28.912Z | Downloaded itertools v0.13.0 |
1045 | 2025-02-01T00:11:28.917Z | Downloaded encoding_rs v0.8.34 |
1046 | 2025-02-01T00:11:28.941Z | Downloaded rand v0.8.5 |
1047 | 2025-02-01T00:11:28.944Z | Downloaded blake3 v1.5.4 |
1048 | 2025-02-01T00:11:28.951Z | Downloaded dyn-clone v1.0.17 |
1049 | 2025-02-01T00:11:28.954Z | Downloaded universal-hash v0.5.1 |
1050 | 2025-02-01T00:11:28.957Z | Downloaded flagset v0.4.6 |
1051 | 2025-02-01T00:11:28.957Z | Downloaded rustls-pki-types v1.10.0 |
1052 | 2025-02-01T00:11:28.960Z | Downloaded ena v0.14.3 |
1053 | 2025-02-01T00:11:28.962Z | Downloaded salsa20 v0.10.2 |
1054 | 2025-02-01T00:11:28.962Z | Downloaded defmt-parser v0.3.4 |
1055 | 2025-02-01T00:11:28.962Z | Downloaded password-hash v0.5.0 |
1056 | 2025-02-01T00:11:28.966Z | Downloaded schemars v0.8.21 |
1057 | 2025-02-01T00:11:28.974Z | Downloaded ff v0.13.0 |
1058 | 2025-02-01T00:11:28.980Z | Downloaded fd-lock v4.0.2 |
1059 | 2025-02-01T00:11:28.983Z | Downloaded libxml v0.3.3 |
1060 | 2025-02-01T00:11:28.987Z | Downloaded fs_extra v1.3.0 |
1061 | 2025-02-01T00:11:28.987Z | Downloaded simd-adler32 v0.3.7 |
1062 | 2025-02-01T00:11:28.991Z | Downloaded shlex v1.3.0 |
1063 | 2025-02-01T00:11:28.991Z | Downloaded env_logger v0.11.5 |
1064 | 2025-02-01T00:11:28.994Z | Downloaded unicode-bidi v0.3.17 |
1065 | 2025-02-01T00:11:28.994Z | Downloaded quinn v0.11.5 |
1066 | 2025-02-01T00:11:28.998Z | Downloaded new_debug_unreachable v1.0.6 |
1067 | 2025-02-01T00:11:29.000Z | Downloaded rustc_version v0.4.1 |
1068 | 2025-02-01T00:11:29.000Z | Downloaded displaydoc v0.2.5 |
1069 | 2025-02-01T00:11:29.002Z | Downloaded progenitor v0.8.0 |
1070 | 2025-02-01T00:11:29.005Z | Downloaded derive_more v0.99.18 |
1071 | 2025-02-01T00:11:29.009Z | Downloaded heapless v0.7.17 |
1072 | 2025-02-01T00:11:29.013Z | Downloaded slog-scope v4.4.0 |
1073 | 2025-02-01T00:11:29.017Z | Downloaded pin-project v1.1.6 |
1074 | 2025-02-01T00:11:29.025Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1075 | 2025-02-01T00:11:29.085Z | Downloaded des v0.8.1 |
1076 | 2025-02-01T00:11:29.088Z | Downloaded vte v0.11.1 |
1077 | 2025-02-01T00:11:29.091Z | Downloaded zip v0.6.6 |
1078 | 2025-02-01T00:11:29.094Z | Downloaded xattr v1.3.1 |
1079 | 2025-02-01T00:11:29.096Z | Downloaded which v4.4.2 |
1080 | 2025-02-01T00:11:29.100Z | Downloaded twox-hash v2.1.0 |
1081 | 2025-02-01T00:11:29.102Z | Downloaded zone v0.3.0 |
1082 | 2025-02-01T00:11:29.102Z | Downloaded pkcs5 v0.7.1 |
1083 | 2025-02-01T00:11:29.105Z | Downloaded topological-sort v0.2.2 |
1084 | 2025-02-01T00:11:29.108Z | Downloaded getrandom v0.2.15 |
1085 | 2025-02-01T00:11:29.110Z | Downloaded tracing v0.1.40 |
1086 | 2025-02-01T00:11:29.114Z | Downloaded slog-json v2.6.1 |
1087 | 2025-02-01T00:11:29.117Z | Downloaded slog-envlogger v2.2.0 |
1088 | 2025-02-01T00:11:29.117Z | Downloaded rayon-core v1.12.1 |
1089 | 2025-02-01T00:11:29.120Z | Downloaded take_mut v0.2.2 |
1090 | 2025-02-01T00:11:29.123Z | Downloaded scrypt v0.11.0 |
1091 | 2025-02-01T00:11:29.123Z | Downloaded ref-cast-impl v1.0.23 |
1092 | 2025-02-01T00:11:29.123Z | Downloaded diesel_derives v2.2.3 |
1093 | 2025-02-01T00:11:29.126Z | Downloaded mio v1.0.2 |
1094 | 2025-02-01T00:11:29.131Z | Downloaded hickory-server v0.24.2 |
1095 | 2025-02-01T00:11:29.139Z | Downloaded heapless v0.8.0 |
1096 | 2025-02-01T00:11:29.143Z | Downloaded base64 v0.22.1 |
1097 | 2025-02-01T00:11:29.146Z | Downloaded schemars_derive v0.8.21 |
1098 | 2025-02-01T00:11:29.146Z | Downloaded rustc_version v0.1.7 |
1099 | 2025-02-01T00:11:29.146Z | Downloaded ref-cast v1.0.23 |
1100 | 2025-02-01T00:11:29.149Z | Downloaded proc-macro-crate v1.3.1 |
1101 | 2025-02-01T00:11:29.152Z | Downloaded wyz v0.5.1 |
1102 | 2025-02-01T00:11:29.152Z | Downloaded nibble_vec v0.1.0 |
1103 | 2025-02-01T00:11:29.152Z | Downloaded tar v0.4.42 |
1104 | 2025-02-01T00:11:29.155Z | Downloaded crossbeam-channel v0.5.13 |
1105 | 2025-02-01T00:11:29.160Z | Downloaded slog-async v2.8.0 |
1106 | 2025-02-01T00:11:29.162Z | Downloaded similar v2.6.0 |
1107 | 2025-02-01T00:11:29.166Z | Downloaded pbkdf2 v0.11.0 |
1108 | 2025-02-01T00:11:29.169Z | Downloaded rustc-hash v1.1.0 |
1109 | 2025-02-01T00:11:29.169Z | Downloaded crypto-bigint v0.5.5 |
1110 | 2025-02-01T00:11:29.172Z | Downloaded pkcs1 v0.7.5 |
1111 | 2025-02-01T00:11:29.174Z | Downloaded pin-project-lite v0.2.14 |
1112 | 2025-02-01T00:11:29.178Z | Downloaded pin-project-internal v1.1.6 |
1113 | 2025-02-01T00:11:29.181Z | Downloaded parking_lot v0.11.2 |
1114 | 2025-02-01T00:11:29.184Z | Downloaded globset v0.4.15 |
1115 | 2025-02-01T00:11:29.184Z | Downloaded slog-bunyan v2.5.0 |
1116 | 2025-02-01T00:11:29.186Z | Downloaded serde_path_to_error v0.1.16 |
1117 | 2025-02-01T00:11:29.187Z | Downloaded foreign-types-macros v0.2.3 |
1118 | 2025-02-01T00:11:29.189Z | Downloaded hyper-util v0.1.10 |
1119 | 2025-02-01T00:11:29.192Z | Downloaded backtrace v0.3.74 |
1120 | 2025-02-01T00:11:29.195Z | Downloaded arc-swap v1.7.1 |
1121 | 2025-02-01T00:11:29.198Z | Downloaded socket2 v0.5.7 |
1122 | 2025-02-01T00:11:29.202Z | Downloaded base64 v0.13.1 |
1123 | 2025-02-01T00:11:29.204Z | Downloaded yasna v0.5.2 |
1124 | 2025-02-01T00:11:29.208Z | Downloaded tls_codec v0.4.1 |
1125 | 2025-02-01T00:11:29.220Z | Downloaded serde-hex v0.1.0 |
1126 | 2025-02-01T00:11:29.220Z | Downloaded rustc-hash v2.0.0 |
1127 | 2025-02-01T00:11:29.220Z | Downloaded quick-error v1.2.3 |
1128 | 2025-02-01T00:11:29.220Z | Downloaded num-derive v0.4.2 |
1129 | 2025-02-01T00:11:29.220Z | Downloaded structmeta-derive v0.2.0 |
1130 | 2025-02-01T00:11:29.220Z | Downloaded slog-term v2.9.1 |
1131 | 2025-02-01T00:11:29.223Z | Downloaded float-ord v0.3.2 |
1132 | 2025-02-01T00:11:29.223Z | Downloaded fallible-iterator v0.3.0 |
1133 | 2025-02-01T00:11:29.223Z | Downloaded snafu-derive v0.8.5 |
1134 | 2025-02-01T00:11:29.223Z | Downloaded serde_with_macros v3.11.0 |
1135 | 2025-02-01T00:11:29.223Z | Downloaded icu_properties v1.5.1 |
1136 | 2025-02-01T00:11:29.226Z | Downloaded enum-as-inner v0.6.1 |
1137 | 2025-02-01T00:11:29.228Z | Downloaded icu_normalizer_data v1.5.0 |
1138 | 2025-02-01T00:11:29.228Z | Downloaded blake2 v0.10.6 |
1139 | 2025-02-01T00:11:29.231Z | Downloaded embedded-io v0.4.0 |
1140 | 2025-02-01T00:11:29.233Z | Downloaded serde_derive_internals v0.29.1 |
1141 | 2025-02-01T00:11:29.233Z | Downloaded tls_codec_derive v0.4.1 |
1142 | 2025-02-01T00:11:29.235Z | Downloaded unicode-xid v0.2.6 |
1143 | 2025-02-01T00:11:29.235Z | Downloaded progenitor-client v0.8.0 |
1144 | 2025-02-01T00:11:29.238Z | Downloaded tokio-macros v2.5.0 |
1145 | 2025-02-01T00:11:29.238Z | Downloaded tui-tree-widget v0.22.0 |
1146 | 2025-02-01T00:11:29.240Z | Downloaded chacha20poly1305 v0.10.1 |
1147 | 2025-02-01T00:11:29.240Z | Downloaded ahash v0.8.11 |
1148 | 2025-02-01T00:11:29.243Z | Downloaded sec1 v0.7.3 |
1149 | 2025-02-01T00:11:29.245Z | Downloaded icu_locid_transform v1.5.0 |
1150 | 2025-02-01T00:11:29.248Z | Downloaded stable_deref_trait v1.2.0 |
1151 | 2025-02-01T00:11:29.248Z | Downloaded lazycell v1.3.0 |
1152 | 2025-02-01T00:11:29.251Z | Downloaded hyper-rustls v0.27.3 |
1153 | 2025-02-01T00:11:29.251Z | Downloaded foreign-types v0.3.2 |
1154 | 2025-02-01T00:11:29.254Z | Downloaded crossbeam-utils v0.8.20 |
1155 | 2025-02-01T00:11:29.256Z | Downloaded derive_builder_macro v0.20.2 |
1156 | 2025-02-01T00:11:29.256Z | Downloaded tower-service v0.3.3 |
1157 | 2025-02-01T00:11:29.256Z | Downloaded litrs v0.4.1 |
1158 | 2025-02-01T00:11:29.258Z | Downloaded is-terminal v0.4.13 |
1159 | 2025-02-01T00:11:29.258Z | Downloaded inout v0.1.3 |
1160 | 2025-02-01T00:11:29.261Z | Downloaded bit-set v0.5.3 |
1161 | 2025-02-01T00:11:29.261Z | Downloaded async-trait v0.1.85 |
1162 | 2025-02-01T00:11:29.264Z | Downloaded bcs v0.1.6 |
1163 | 2025-02-01T00:11:29.266Z | Downloaded libefi-sys v0.1.0 |
1164 | 2025-02-01T00:11:29.267Z | Downloaded lalrpop-util v0.19.12 |
1165 | 2025-02-01T00:11:29.267Z | Downloaded hubpack v0.1.2 |
1166 | 2025-02-01T00:11:29.269Z | Downloaded iana-time-zone v0.1.61 |
1167 | 2025-02-01T00:11:29.273Z | Downloaded jobserver v0.1.32 |
1168 | 2025-02-01T00:11:29.273Z | Downloaded ipnet v2.10.1 |
1169 | 2025-02-01T00:11:29.276Z | Downloaded crc32fast v1.4.2 |
1170 | 2025-02-01T00:11:29.276Z | Downloaded crc v3.2.1 |
1171 | 2025-02-01T00:11:29.278Z | Downloaded ciborium-ll v0.2.2 |
1172 | 2025-02-01T00:11:29.278Z | Downloaded base16ct v0.2.0 |
1173 | 2025-02-01T00:11:29.281Z | Downloaded bcrypt-pbkdf v0.10.0 |
1174 | 2025-02-01T00:11:29.281Z | Downloaded base64ct v1.6.0 |
1175 | 2025-02-01T00:11:29.284Z | Downloaded bit-vec v0.6.3 |
1176 | 2025-02-01T00:11:29.284Z | Downloaded argon2 v0.5.3 |
1177 | 2025-02-01T00:11:29.286Z | Downloaded linear-map v1.2.0 |
1178 | 2025-02-01T00:11:29.286Z | Downloaded keccak v0.1.5 |
1179 | 2025-02-01T00:11:29.289Z | Downloaded constant_time_eq v0.3.1 |
1180 | 2025-02-01T00:11:29.289Z | Downloaded async-recursion v1.1.1 |
1181 | 2025-02-01T00:11:29.292Z | Downloaded ascii-canvas v3.0.0 |
1182 | 2025-02-01T00:11:29.294Z | Downloaded bitflags v1.3.2 |
1183 | 2025-02-01T00:11:29.296Z | Downloaded indoc v1.0.9 |
1184 | 2025-02-01T00:11:29.299Z | Downloaded home v0.5.9 |
1185 | 2025-02-01T00:11:29.299Z | Downloaded buf-list v1.0.3 |
1186 | 2025-02-01T00:11:29.302Z | Downloaded cipher v0.4.4 |
1187 | 2025-02-01T00:11:29.302Z | Downloaded atomic-waker v1.1.2 |
1188 | 2025-02-01T00:11:29.304Z | Downloaded lru-cache v0.1.2 |
1189 | 2025-02-01T00:11:29.304Z | Downloaded kstat-rs v0.2.4 |
1190 | 2025-02-01T00:11:29.305Z | Downloaded ipnetwork v0.20.0 |
1191 | 2025-02-01T00:11:29.309Z | Downloaded crossbeam-deque v0.8.5 |
1192 | 2025-02-01T00:11:29.310Z | Downloaded crc-catalog v2.4.0 |
1193 | 2025-02-01T00:11:29.314Z | Downloaded async-stream v0.3.6 |
1194 | 2025-02-01T00:11:29.314Z | Downloaded bitfield v0.14.0 |
1195 | 2025-02-01T00:11:29.314Z | Downloaded castaway v0.2.3 |
1196 | 2025-02-01T00:11:29.314Z | Downloaded humantime v2.1.0 |
1197 | 2025-02-01T00:11:29.316Z | Downloaded block-padding v0.3.3 |
1198 | 2025-02-01T00:11:29.425Z | Downloaded ring v0.17.8 |
1199 | 2025-02-01T00:11:29.538Z | Downloaded libsqlite3-sys v0.30.1 |
1200 | 2025-02-01T00:11:29.712Z | Downloaded aws-lc-sys v0.22.0 |
1201 | 2025-02-01T00:11:30.016Z | Compiling serde v1.0.217 |
1202 | 2025-02-01T00:11:30.032Z | Compiling lock_api v0.4.12 |
1203 | 2025-02-01T00:11:30.032Z | Compiling value-bag v1.9.0 |
1204 | 2025-02-01T00:11:30.032Z | Compiling scopeguard v1.2.0 |
1205 | 2025-02-01T00:11:30.032Z | Compiling typenum v1.17.0 |
1206 | 2025-02-01T00:11:30.032Z | Compiling generic-array v0.14.7 |
1207 | 2025-02-01T00:11:30.238Z | Compiling syn v2.0.96 |
1208 | 2025-02-01T00:11:30.256Z | Compiling getrandom v0.2.15 |
1209 | 2025-02-01T00:11:30.398Z | Compiling shlex v1.3.0 |
1210 | 2025-02-01T00:11:30.551Z | Compiling rand_core v0.6.4 |
1211 | 2025-02-01T00:11:30.665Z | Compiling log v0.4.22 |
1212 | 2025-02-01T00:11:30.737Z | Compiling subtle v2.6.1 |
1213 | 2025-02-01T00:11:30.757Z | Compiling jobserver v0.1.32 |
1214 | 2025-02-01T00:11:30.773Z | Compiling smallvec v1.13.2 |
1215 | 2025-02-01T00:11:31.006Z | Compiling const-oid v0.9.6 |
1216 | 2025-02-01T00:11:31.051Z | Compiling pin-project-lite v0.2.14 |
1217 | 2025-02-01T00:11:31.071Z | Compiling rustix v0.38.37 |
1218 | 2025-02-01T00:11:31.135Z | Compiling cc v1.1.30 |
1219 | 2025-02-01T00:11:31.191Z | Compiling spin v0.9.8 |
1220 | 2025-02-01T00:11:31.415Z | Compiling parking_lot_core v0.9.10 |
1221 | 2025-02-01T00:11:31.583Z | Compiling futures-core v0.3.31 |
1222 | 2025-02-01T00:11:31.601Z | Compiling signal-hook-registry v1.4.2 |
1223 | 2025-02-01T00:11:31.830Z | Compiling mio v1.0.2 |
1224 | 2025-02-01T00:11:31.854Z | Compiling aho-corasick v1.1.3 |
1225 | 2025-02-01T00:11:32.346Z | Compiling parking_lot v0.12.3 |
1226 | 2025-02-01T00:11:32.428Z | Compiling either v1.13.0 |
1227 | 2025-02-01T00:11:32.446Z | Compiling cpufeatures v0.2.14 |
1228 | 2025-02-01T00:11:32.560Z | Compiling stable_deref_trait v1.2.0 |
1229 | 2025-02-01T00:11:32.680Z | Compiling regex-syntax v0.8.5 |
1230 | 2025-02-01T00:11:32.834Z | Compiling glob v0.3.2 |
1231 | 2025-02-01T00:11:32.888Z | Compiling futures-sink v0.3.31 |
1232 | 2025-02-01T00:11:33.152Z | Compiling socket2 v0.5.7 |
1233 | 2025-02-01T00:11:33.201Z | Compiling slab v0.4.9 |
1234 | 2025-02-01T00:11:33.271Z | Compiling prettyplease v0.2.25 |
1235 | 2025-02-01T00:11:33.618Z | Compiling lazy_static v1.5.0 |
1236 | 2025-02-01T00:11:33.664Z | Compiling minimal-lexical v0.2.1 |
1237 | 2025-02-01T00:11:33.763Z | Compiling serde_json v1.0.135 |
1238 | 2025-02-01T00:11:33.875Z | Compiling clang-sys v1.8.1 |
1239 | 2025-02-01T00:11:34.113Z | Compiling nom v7.1.3 |
1240 | 2025-02-01T00:11:34.187Z | Compiling libloading v0.8.5 |
1241 | 2025-02-01T00:11:34.364Z | Compiling home v0.5.9 |
1242 | 2025-02-01T00:11:34.587Z | Compiling bindgen v0.69.5 |
1243 | 2025-02-01T00:11:34.607Z | Compiling futures-channel v0.3.31 |
1244 | 2025-02-01T00:11:35.048Z | Compiling itertools v0.12.1 |
1245 | 2025-02-01T00:11:35.102Z | Compiling rustc-hash v1.1.0 |
1246 | 2025-02-01T00:11:35.281Z | Compiling pin-utils v0.1.0 |
1247 | 2025-02-01T00:11:35.389Z | Compiling libm v0.2.8 |
1248 | 2025-02-01T00:11:35.476Z | Compiling foldhash v0.1.3 |
1249 | 2025-02-01T00:11:35.724Z | Compiling allocator-api2 v0.2.18 |
1250 | 2025-02-01T00:11:35.799Z | Compiling lazycell v1.3.0 |
1251 | 2025-02-01T00:11:36.007Z | Compiling futures-io v0.3.31 |
1252 | 2025-02-01T00:11:36.264Z | Compiling futures-task v0.3.31 |
1253 | 2025-02-01T00:11:36.500Z | Compiling regex-automata v0.4.8 |
1254 | 2025-02-01T00:11:36.567Z | Compiling hashbrown v0.15.1 |
1255 | 2025-02-01T00:11:36.766Z | Compiling cmake v0.1.51 |
1256 | 2025-02-01T00:11:37.501Z | Compiling cexpr v0.6.0 |
1257 | 2025-02-01T00:11:37.628Z | Compiling synstructure v0.13.1 |
1258 | 2025-02-01T00:11:37.894Z | Compiling num-traits v0.2.19 |
1259 | 2025-02-01T00:11:38.194Z | Compiling dunce v1.0.5 |
1260 | 2025-02-01T00:11:38.332Z | Compiling fs_extra v1.3.0 |
1261 | 2025-02-01T00:11:38.876Z | Compiling pkg-config v0.3.31 |
1262 | 2025-02-01T00:11:39.174Z | Compiling writeable v0.5.5 |
1263 | 2025-02-01T00:11:39.361Z | Compiling litemap v0.7.3 |
1264 | 2025-02-01T00:11:39.712Z | Compiling ring v0.17.8 |
1265 | 2025-02-01T00:11:39.748Z | Compiling paste v1.0.15 |
1266 | 2025-02-01T00:11:40.235Z | Compiling base64ct v1.6.0 |
1267 | 2025-02-01T00:11:40.553Z | Compiling icu_locid_transform_data v1.5.0 |
1268 | 2025-02-01T00:11:40.587Z | Compiling flagset v0.4.6 |
1269 | 2025-02-01T00:11:40.675Z | Compiling pem-rfc7468 v0.7.0 |
1270 | 2025-02-01T00:11:40.777Z | Compiling httparse v1.9.5 |
1271 | 2025-02-01T00:11:40.809Z | Compiling aws-lc-rs v1.10.0 |
1272 | 2025-02-01T00:11:41.334Z | Compiling tracing-core v0.1.32 |
1273 | 2025-02-01T00:11:41.438Z | Compiling crossbeam-utils v0.8.20 |
1274 | 2025-02-01T00:11:41.835Z | Compiling icu_properties_data v1.5.0 |
1275 | 2025-02-01T00:11:41.944Z | Compiling regex v1.11.1 |
1276 | 2025-02-01T00:11:42.080Z | Compiling rustls-pki-types v1.10.0 |
1277 | 2025-02-01T00:11:42.150Z | Compiling percent-encoding v2.3.1 |
1278 | 2025-02-01T00:11:42.514Z | Compiling time-core v0.1.2 |
1279 | 2025-02-01T00:11:42.687Z | Compiling vcpkg v0.2.15 |
1280 | 2025-02-01T00:11:42.831Z | Compiling utf16_iter v1.0.5 |
1281 | 2025-02-01T00:11:43.052Z | Compiling powerfmt v0.2.0 |
1282 | 2025-02-01T00:11:43.075Z | Compiling num-conv v0.1.0 |
1283 | 2025-02-01T00:11:43.094Z | Compiling serde_derive v1.0.217 |
1284 | 2025-02-01T00:11:43.192Z | Compiling zeroize_derive v1.4.2 |
1285 | 2025-02-01T00:11:43.348Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2025-02-01T00:11:43.415Z | Compiling zerofrom-derive v0.1.4 |
1287 | 2025-02-01T00:11:44.427Z | Compiling tokio-macros v2.5.0 |
1288 | 2025-02-01T00:11:44.562Z | Compiling zeroize v1.8.1 |
1289 | 2025-02-01T00:11:45.285Z | Compiling zerocopy v0.7.35 |
1290 | 2025-02-01T00:11:45.305Z | Compiling yoke-derive v0.7.4 |
1291 | 2025-02-01T00:11:45.901Z | Compiling zerovec-derive v0.10.3 |
1292 | 2025-02-01T00:11:46.164Z | Compiling crypto-common v0.1.6 |
1293 | 2025-02-01T00:11:46.387Z | Compiling block-buffer v0.10.4 |
1294 | 2025-02-01T00:11:46.636Z | Compiling digest v0.10.7 |
1295 | 2025-02-01T00:11:46.681Z | Compiling thiserror-impl v1.0.69 |
1296 | 2025-02-01T00:11:46.829Z | Compiling zerofrom v0.1.4 |
1297 | 2025-02-01T00:11:47.066Z | Compiling hmac v0.12.1 |
1298 | 2025-02-01T00:11:47.111Z | Compiling futures-macro v0.3.31 |
1299 | 2025-02-01T00:11:47.320Z | Compiling displaydoc v0.2.5 |
1300 | 2025-02-01T00:11:47.411Z | Compiling block-padding v0.3.3 |
1301 | 2025-02-01T00:11:47.648Z | Compiling inout v0.1.3 |
1302 | 2025-02-01T00:11:47.916Z | Compiling yoke v0.7.4 |
1303 | 2025-02-01T00:11:47.959Z | Compiling cipher v0.4.4 |
1304 | 2025-02-01T00:11:48.297Z | Compiling sha2 v0.10.8 |
1305 | 2025-02-01T00:11:48.379Z | Compiling zerovec v0.10.4 |
1306 | 2025-02-01T00:11:48.465Z | Compiling icu_provider_macros v1.5.0 |
1307 | 2025-02-01T00:11:48.879Z | Compiling ppv-lite86 v0.2.20 |
1308 | 2025-02-01T00:11:48.944Z | Compiling futures-util v0.3.31 |
1309 | 2025-02-01T00:11:49.460Z | Compiling der_derive v0.7.3 |
1310 | 2025-02-01T00:11:49.581Z | Compiling rand_chacha v0.3.1 |
1311 | 2025-02-01T00:11:49.676Z | Compiling thiserror v1.0.69 |
1312 | 2025-02-01T00:11:49.830Z | Compiling tracing-attributes v0.1.27 |
1313 | 2025-02-01T00:11:49.941Z | Compiling tinystr v0.7.6 |
1314 | 2025-02-01T00:11:50.270Z | Compiling icu_locid v1.5.0 |
1315 | 2025-02-01T00:11:50.309Z | Compiling icu_collections v1.5.0 |
1316 | 2025-02-01T00:11:51.592Z | Compiling icu_provider v1.5.0 |
1317 | 2025-02-01T00:11:51.729Z | Compiling der v0.7.9 |
1318 | 2025-02-01T00:11:51.798Z | Compiling rand v0.8.5 |
1319 | 2025-02-01T00:11:51.853Z | Compiling pest v2.7.14 |
1320 | 2025-02-01T00:11:52.377Z | Compiling icu_locid_transform v1.5.0 |
1321 | 2025-02-01T00:11:52.569Z | Compiling salsa20 v0.10.2 |
1322 | 2025-02-01T00:11:52.810Z | Compiling pbkdf2 v0.12.2 |
1323 | 2025-02-01T00:11:53.015Z | Compiling write16 v1.0.0 |
1324 | 2025-02-01T00:11:53.172Z | Compiling icu_normalizer_data v1.5.0 |
1325 | 2025-02-01T00:11:53.219Z | Compiling tracing v0.1.40 |
1326 | 2025-02-01T00:11:53.283Z | Compiling untrusted v0.9.0 |
1327 | 2025-02-01T00:11:53.477Z | Compiling mirai-annotations v1.12.0 |
1328 | 2025-02-01T00:11:53.678Z | Compiling icu_properties v1.5.1 |
1329 | 2025-02-01T00:11:53.716Z | Compiling spki v0.7.3 |
1330 | 2025-02-01T00:11:53.820Z | Compiling untrusted v0.7.1 |
1331 | 2025-02-01T00:11:54.024Z | Compiling utf8_iter v1.0.4 |
1332 | 2025-02-01T00:11:54.237Z | Compiling scrypt v0.11.0 |
1333 | 2025-02-01T00:11:54.264Z | Compiling aes v0.8.4 |
1334 | 2025-02-01T00:11:54.697Z | Compiling pest_meta v2.7.14 |
1335 | 2025-02-01T00:11:54.763Z | Compiling cbc v0.1.2 |
1336 | 2025-02-01T00:11:54.791Z | Compiling openssl-sys v0.9.104 |
1337 | 2025-02-01T00:11:54.940Z | Compiling time-macros v0.2.18 |
1338 | 2025-02-01T00:11:55.004Z | Compiling deranged v0.3.11 |
1339 | 2025-02-01T00:11:55.853Z | Compiling bitflags v2.6.0 |
1340 | 2025-02-01T00:11:56.102Z | Compiling bytes v1.9.0 |
1341 | 2025-02-01T00:11:57.103Z | Compiling tokio v1.43.0 |
1342 | 2025-02-01T00:11:57.325Z | Compiling indexmap v2.7.1 |
1343 | 2025-02-01T00:11:57.488Z | Compiling http v1.2.0 |
1344 | 2025-02-01T00:11:57.935Z | Compiling semver v1.0.24 |
1345 | 2025-02-01T00:11:58.264Z | Compiling icu_normalizer v1.5.0 |
1346 | 2025-02-01T00:11:58.644Z | Compiling rustc_version v0.4.1 |
1347 | 2025-02-01T00:11:58.687Z | Compiling scroll_derive v0.12.0 |
1348 | 2025-02-01T00:11:59.345Z | Compiling num_threads v0.1.7 |
1349 | 2025-02-01T00:11:59.379Z | Compiling atomic-waker v1.1.2 |
1350 | 2025-02-01T00:11:59.490Z | Compiling tinyvec_macros v0.1.1 |
1351 | 2025-02-01T00:11:59.578Z | Compiling tinyvec v1.8.0 |
1352 | 2025-02-01T00:11:59.600Z | Compiling time v0.3.36 |
1353 | 2025-02-01T00:11:59.731Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-02-01T00:11:59.948Z | Compiling which v4.4.2 |
1355 | 2025-02-01T00:12:00.050Z | Compiling scroll v0.12.0 |
1356 | 2025-02-01T00:12:00.112Z | Compiling http-body v1.0.1 |
1357 | 2025-02-01T00:12:00.365Z | Compiling pest_generator v2.7.14 |
1358 | 2025-02-01T00:12:00.584Z | Compiling pkcs5 v0.7.1 |
1359 | 2025-02-01T00:12:00.606Z | Compiling form_urlencoded v1.2.1 |
1360 | 2025-02-01T00:12:00.933Z | Compiling try-lock v0.2.5 |
1361 | 2025-02-01T00:12:01.035Z | Compiling slog v2.7.0 |
1362 | 2025-02-01T00:12:01.057Z | Compiling goblin v0.8.2 |
1363 | 2025-02-01T00:12:01.098Z | Compiling want v0.3.1 |
1364 | 2025-02-01T00:12:01.398Z | Compiling pkcs8 v0.10.2 |
1365 | 2025-02-01T00:12:01.590Z | Compiling idna v1.0.3 |
1366 | 2025-02-01T00:12:01.669Z | Compiling uuid v1.12.0 |
1367 | 2025-02-01T00:12:02.067Z | Compiling iana-time-zone v0.1.61 |
1368 | 2025-02-01T00:12:02.201Z | Compiling pest_derive v2.7.14 |
1369 | 2025-02-01T00:12:02.454Z | Compiling httpdate v1.0.3 |
1370 | 2025-02-01T00:12:02.933Z | Compiling chrono v0.4.39 |
1371 | 2025-02-01T00:12:03.031Z | Compiling dtrace-parser v0.2.0 |
1372 | 2025-02-01T00:12:03.184Z | Compiling serde_tokenstream v0.2.2 |
1373 | 2025-02-01T00:12:03.805Z | Compiling serde_spanned v0.6.8 |
1374 | 2025-02-01T00:12:03.893Z | Compiling toml_datetime v0.6.8 |
1375 | 2025-02-01T00:12:04.051Z | Compiling openssl v0.10.66 |
1376 | 2025-02-01T00:12:04.293Z | Compiling foreign-types-shared v0.1.1 |
1377 | 2025-02-01T00:12:04.375Z | Compiling base64 v0.22.1 |
1378 | 2025-02-01T00:12:04.426Z | Compiling tower-service v0.3.3 |
1379 | 2025-02-01T00:12:04.463Z | Compiling match_cfg v0.1.0 |
1380 | 2025-02-01T00:12:04.565Z | Compiling rustversion v1.0.17 |
1381 | 2025-02-01T00:12:04.568Z | Compiling adler2 v2.0.0 |
1382 | 2025-02-01T00:12:04.806Z | Compiling miniz_oxide v0.8.0 |
1383 | 2025-02-01T00:12:04.905Z | Compiling hostname v0.3.1 |
1384 | 2025-02-01T00:12:05.043Z | Compiling tokio-util v0.7.12 |
1385 | 2025-02-01T00:12:05.155Z | Compiling foreign-types v0.3.2 |
1386 | 2025-02-01T00:12:05.266Z | Compiling url v2.5.3 |
1387 | 2025-02-01T00:12:06.238Z | Compiling h2 v0.4.6 |
1388 | 2025-02-01T00:12:06.294Z | Compiling async-trait v0.1.85 |
1389 | 2025-02-01T00:12:06.365Z | Compiling openssl-macros v0.1.1 |
1390 | 2025-02-01T00:12:06.521Z | Compiling serde_derive_internals v0.29.1 |
1391 | 2025-02-01T00:12:07.086Z | Compiling dof v0.3.0 |
1392 | 2025-02-01T00:12:07.126Z | Compiling dirs-sys-next v0.1.2 |
1393 | 2025-02-01T00:12:07.643Z | Compiling rustls v0.23.19 |
1394 | 2025-02-01T00:12:07.957Z | Compiling usdt-impl v0.5.0 |
1395 | 2025-02-01T00:12:08.920Z | Compiling siphasher v0.3.11 |
1396 | 2025-02-01T00:12:08.943Z | Compiling native-tls v0.2.12 |
1397 | 2025-02-01T00:12:08.978Z | Compiling syn v1.0.109 |
1398 | 2025-02-01T00:12:09.281Z | Compiling schemars v0.8.21 |
1399 | 2025-02-01T00:12:09.301Z | Compiling rustls v0.22.4 |
1400 | 2025-02-01T00:12:09.364Z | Compiling data-encoding v2.6.0 |
1401 | 2025-02-01T00:12:09.651Z | Compiling schemars_derive v0.8.21 |
1402 | 2025-02-01T00:12:09.671Z | Compiling dirs-next v2.0.0 |
1403 | 2025-02-01T00:12:10.420Z | Compiling unicode-normalization v0.1.24 |
1404 | 2025-02-01T00:12:10.521Z | Compiling http-body-util v0.1.2 |
1405 | 2025-02-01T00:12:11.006Z | Compiling crossbeam-epoch v0.9.18 |
1406 | 2025-02-01T00:12:11.165Z | Compiling heapless v0.7.17 |
1407 | 2025-02-01T00:12:11.412Z | Compiling sha1 v0.10.6 |
1408 | 2025-02-01T00:12:11.489Z | Compiling signature v2.2.0 |
1409 | 2025-02-01T00:12:11.605Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2025-02-01T00:12:11.692Z | Compiling thread_local v1.1.8 |
1411 | 2025-02-01T00:12:11.785Z | Compiling cookie v0.18.1 |
1412 | 2025-02-01T00:12:11.823Z | Compiling multer v3.1.0 |
1413 | 2025-02-01T00:12:12.080Z | Compiling encoding_rs v0.8.34 |
1414 | 2025-02-01T00:12:12.083Z | Compiling openssl-probe v0.1.5 |
1415 | 2025-02-01T00:12:12.123Z | Compiling dyn-clone v1.0.17 |
1416 | 2025-02-01T00:12:12.176Z | Compiling slog-async v2.8.0 |
1417 | 2025-02-01T00:12:12.330Z | Compiling signal-hook v0.3.17 |
1418 | 2025-02-01T00:12:12.387Z | Compiling ipnet v2.10.1 |
1419 | 2025-02-01T00:12:12.599Z | Compiling unicode-bidi v0.3.17 |
1420 | 2025-02-01T00:12:12.657Z | Compiling mime v0.3.17 |
1421 | 2025-02-01T00:12:12.660Z | Compiling gimli v0.31.1 |
1422 | 2025-02-01T00:12:13.253Z | Compiling hyper v1.5.2 |
1423 | 2025-02-01T00:12:13.495Z | Compiling unicode-properties v0.1.3 |
1424 | 2025-02-01T00:12:13.895Z | Compiling rayon-core v1.12.1 |
1425 | 2025-02-01T00:12:13.937Z | Compiling toml_edit v0.22.22 |
1426 | 2025-02-01T00:12:14.206Z | Compiling stringprep v0.1.5 |
1427 | 2025-02-01T00:12:15.893Z | Compiling hyper-util v0.1.10 |
1428 | 2025-02-01T00:12:16.922Z | Compiling addr2line v0.24.2 |
1429 | 2025-02-01T00:12:17.459Z | Compiling crossbeam-deque v0.8.5 |
1430 | 2025-02-01T00:12:17.480Z | Compiling usdt-macro v0.5.0 |
1431 | 2025-02-01T00:12:17.532Z | Compiling usdt-attr-macro v0.5.0 |
1432 | 2025-02-01T00:12:17.801Z | Compiling term v0.7.0 |
1433 | 2025-02-01T00:12:18.700Z | Compiling slog-json v2.6.1 |
1434 | 2025-02-01T00:12:18.924Z | Compiling serde_urlencoded v0.7.1 |
1435 | 2025-02-01T00:12:19.081Z | Compiling crossbeam-channel v0.5.13 |
1436 | 2025-02-01T00:12:19.104Z | Compiling curve25519-dalek v4.1.3 |
1437 | 2025-02-01T00:12:19.124Z | Compiling futures-executor v0.3.31 |
1438 | 2025-02-01T00:12:19.409Z | Compiling md-5 v0.10.6 |
1439 | 2025-02-01T00:12:19.566Z | Compiling enum-as-inner v0.6.1 |
1440 | 2025-02-01T00:12:19.625Z | Compiling async-stream-impl v0.3.6 |
1441 | 2025-02-01T00:12:19.690Z | Compiling rustls-pemfile v2.2.0 |
1442 | 2025-02-01T00:12:19.789Z | Compiling num-integer v0.1.46 |
1443 | 2025-02-01T00:12:20.026Z | Compiling hash32 v0.2.1 |
1444 | 2025-02-01T00:12:20.066Z | Compiling ff v0.13.0 |
1445 | 2025-02-01T00:12:20.302Z | Compiling is-terminal v0.4.13 |
1446 | 2025-02-01T00:12:20.380Z | Compiling dropshot v0.12.0 |
1447 | 2025-02-01T00:12:20.448Z | Compiling object v0.36.5 |
1448 | 2025-02-01T00:12:20.540Z | Compiling utf-8 v0.7.6 |
1449 | 2025-02-01T00:12:20.621Z | Compiling portable-atomic v1.9.0 |
1450 | 2025-02-01T00:12:20.676Z | Compiling anyhow v1.0.95 |
1451 | 2025-02-01T00:12:20.850Z | Compiling rustc-demangle v0.1.24 |
1452 | 2025-02-01T00:12:20.903Z | Compiling base16ct v0.2.0 |
1453 | 2025-02-01T00:12:21.245Z | Compiling litrs v0.4.1 |
1454 | 2025-02-01T00:12:21.270Z | Compiling quick-error v1.2.3 |
1455 | 2025-02-01T00:12:21.330Z | Compiling fallible-iterator v0.2.0 |
1456 | 2025-02-01T00:12:21.431Z | Compiling smoltcp v0.9.1 |
1457 | 2025-02-01T00:12:21.579Z | Compiling num-bigint-dig v0.8.4 |
1458 | 2025-02-01T00:12:21.802Z | Compiling psl-types v2.0.11 |
1459 | 2025-02-01T00:12:21.887Z | Compiling linked-hash-map v0.5.6 |
1460 | 2025-02-01T00:12:21.985Z | Compiling take_mut v0.2.2 |
1461 | 2025-02-01T00:12:22.008Z | Compiling publicsuffix v2.3.0 |
1462 | 2025-02-01T00:12:22.063Z | Compiling postgres-protocol v0.6.7 |
1463 | 2025-02-01T00:12:22.209Z | Compiling lru-cache v0.1.2 |
1464 | 2025-02-01T00:12:22.373Z | Compiling document-features v0.2.10 |
1465 | 2025-02-01T00:12:22.399Z | Compiling resolv-conf v0.7.0 |
1466 | 2025-02-01T00:12:22.804Z | Compiling sec1 v0.7.3 |
1467 | 2025-02-01T00:12:23.110Z | Compiling async-stream v0.3.6 |
1468 | 2025-02-01T00:12:23.247Z | Compiling tungstenite v0.24.0 |
1469 | 2025-02-01T00:12:23.401Z | Compiling hickory-proto v0.24.2 |
1470 | 2025-02-01T00:12:23.423Z | Compiling slog-term v2.9.1 |
1471 | 2025-02-01T00:12:23.445Z | Compiling usdt v0.5.0 |
1472 | 2025-02-01T00:12:23.950Z | Compiling num-iter v0.1.45 |
1473 | 2025-02-01T00:12:24.147Z | Compiling group v0.13.0 |
1474 | 2025-02-01T00:12:24.514Z | Compiling futures v0.3.31 |
1475 | 2025-02-01T00:12:24.581Z | Compiling slog-bunyan v2.5.0 |
1476 | 2025-02-01T00:12:24.749Z | Compiling toml v0.8.19 |
1477 | 2025-02-01T00:12:26.187Z | Compiling camino v1.1.9 |
1478 | 2025-02-01T00:12:26.254Z | Compiling tokio-native-tls v0.3.1 |
1479 | 2025-02-01T00:12:26.275Z | Compiling phf_shared v0.11.2 |
1480 | 2025-02-01T00:12:26.541Z | Compiling dropshot_endpoint v0.12.0 |
1481 | 2025-02-01T00:12:26.618Z | Compiling terminal_size v0.4.0 |
1482 | 2025-02-01T00:12:26.711Z | Compiling waitgroup v0.1.2 |
1483 | 2025-02-01T00:12:26.851Z | Compiling openapiv3 v2.0.0 |
1484 | 2025-02-01T00:12:26.942Z | Compiling backtrace v0.3.74 |
1485 | 2025-02-01T00:12:27.043Z | Compiling serde_path_to_error v0.1.16 |
1486 | 2025-02-01T00:12:27.601Z | Compiling hkdf v0.12.4 |
1487 | 2025-02-01T00:12:27.820Z | Compiling crypto-bigint v0.5.5 |
1488 | 2025-02-01T00:12:27.866Z | Compiling zerocopy-derive v0.6.6 |
1489 | 2025-02-01T00:12:29.919Z | Compiling curve25519-dalek-derive v0.1.1 |
1490 | 2025-02-01T00:12:29.985Z | Compiling webpki-roots v0.26.6 |
1491 | 2025-02-01T00:12:30.206Z | Compiling hostname v0.4.0 |
1492 | 2025-02-01T00:12:30.443Z | Compiling crc32fast v1.4.2 |
1493 | 2025-02-01T00:12:30.505Z | Compiling hubpack_derive v0.1.1 |
1494 | 2025-02-01T00:12:30.789Z | Compiling ahash v0.8.11 |
1495 | 2025-02-01T00:12:30.810Z | Compiling fs-err v2.11.0 |
1496 | 2025-02-01T00:12:30.909Z | Compiling bitflags v1.3.2 |
1497 | 2025-02-01T00:12:31.019Z | Compiling newtype-uuid v1.2.1 |
1498 | 2025-02-01T00:12:31.099Z | Compiling unicode-width v0.2.0 |
1499 | 2025-02-01T00:12:31.125Z | Compiling managed v0.8.0 |
1500 | 2025-02-01T00:12:31.262Z | Compiling debug-ignore v1.0.5 |
1501 | 2025-02-01T00:12:31.304Z | Compiling winnow v0.5.40 |
1502 | 2025-02-01T00:12:31.355Z | Compiling clap_builder v4.5.27 |
1503 | 2025-02-01T00:12:31.420Z | Compiling hubpack v0.1.2 |
1504 | 2025-02-01T00:12:31.643Z | Compiling console v0.15.10 |
1505 | 2025-02-01T00:12:31.855Z | Compiling strum_macros v0.25.3 |
1506 | 2025-02-01T00:12:33.294Z | Compiling elliptic-curve v0.13.8 |
1507 | 2025-02-01T00:12:33.486Z | Compiling flate2 v1.0.35 |
1508 | 2025-02-01T00:12:33.828Z | Compiling zerocopy v0.6.6 |
1509 | 2025-02-01T00:12:34.110Z | Compiling hickory-resolver v0.24.2 |
1510 | 2025-02-01T00:12:34.568Z | Compiling toml_edit v0.19.15 |
1511 | 2025-02-01T00:12:34.735Z | Compiling phf v0.11.2 |
1512 | 2025-02-01T00:12:35.024Z | Compiling hyper-tls v0.6.0 |
1513 | 2025-02-01T00:12:35.201Z | Compiling signal-hook-mio v0.2.4 |
1514 | 2025-02-01T00:12:35.409Z | Compiling rayon v1.10.0 |
1515 | 2025-02-01T00:12:35.412Z | Compiling cookie_store v0.21.1 |
1516 | 2025-02-01T00:12:35.673Z | Compiling bzip2 v0.4.4 |
1517 | 2025-02-01T00:12:36.070Z | Compiling tokio-tungstenite v0.24.0 |
1518 | 2025-02-01T00:12:36.893Z | Compiling postgres-types v0.2.8 |
1519 | 2025-02-01T00:12:39.514Z | Compiling ed25519 v2.2.3 |
1520 | 2025-02-01T00:12:39.630Z | Compiling phf_shared v0.10.0 |
1521 | 2025-02-01T00:12:39.693Z | Compiling tokio-stream v0.1.16 |
1522 | 2025-02-01T00:12:39.967Z | Compiling pkcs1 v0.7.5 |
1523 | 2025-02-01T00:12:40.025Z | Compiling serde-big-array v0.5.1 |
1524 | 2025-02-01T00:12:40.265Z | Compiling rfc6979 v0.4.0 |
1525 | 2025-02-01T00:12:40.470Z | Compiling serde_repr v0.1.19 |
1526 | 2025-02-01T00:12:40.606Z | Compiling clap_derive v4.5.24 |
1527 | 2025-02-01T00:12:40.641Z | Compiling derive-where v1.2.7 |
1528 | 2025-02-01T00:12:40.883Z | Compiling bstr v1.10.0 |
1529 | 2025-02-01T00:12:41.317Z | Compiling float-cmp v0.9.0 |
1530 | 2025-02-01T00:12:41.552Z | Compiling sync_wrapper v1.0.1 |
1531 | 2025-02-01T00:12:41.898Z | Compiling whoami v1.5.2 |
1532 | 2025-02-01T00:12:41.932Z | Compiling static_assertions v1.1.0 |
1533 | 2025-02-01T00:12:41.932Z | Compiling normalize-line-endings v0.3.0 |
1534 | 2025-02-01T00:12:41.932Z | Compiling number_prefix v0.4.0 |
1535 | 2025-02-01T00:12:41.935Z | Compiling difflib v0.4.0 |
1536 | 2025-02-01T00:12:42.063Z | Compiling predicates-core v1.0.8 |
1537 | 2025-02-01T00:12:42.198Z | Compiling bit-vec v0.6.3 |
1538 | 2025-02-01T00:12:42.380Z | Compiling fixedbitset v0.4.2 |
1539 | 2025-02-01T00:12:42.514Z | Compiling precomputed-hash v0.1.1 |
1540 | 2025-02-01T00:12:42.606Z | Compiling new_debug_unreachable v1.0.6 |
1541 | 2025-02-01T00:12:42.648Z | Compiling unicode-segmentation v1.12.0 |
1542 | 2025-02-01T00:12:42.715Z | Compiling string_cache v0.8.7 |
1543 | 2025-02-01T00:12:42.823Z | Compiling petgraph v0.6.5 |
1544 | 2025-02-01T00:12:43.189Z | Compiling bit-set v0.5.3 |
1545 | 2025-02-01T00:12:43.311Z | Compiling predicates v3.1.2 |
1546 | 2025-02-01T00:12:43.486Z | Compiling similar v2.6.0 |
1547 | 2025-02-01T00:12:43.557Z | Compiling indicatif v0.17.11 |
1548 | 2025-02-01T00:12:43.764Z | Compiling tokio-postgres v0.7.12 |
1549 | 2025-02-01T00:12:44.763Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1550 | 2025-02-01T00:12:45.264Z | Compiling clap v4.5.27 |
1551 | 2025-02-01T00:12:45.397Z | Compiling ecdsa v0.16.9 |
1552 | 2025-02-01T00:12:45.585Z | Compiling rsa v0.9.6 |
1553 | 2025-02-01T00:12:45.604Z | Compiling ed25519-dalek v2.1.1 |
1554 | 2025-02-01T00:12:46.192Z | Compiling toml v0.7.8 |
1555 | 2025-02-01T00:12:46.333Z | Compiling zip v0.6.6 |
1556 | 2025-02-01T00:12:46.876Z | Compiling crossterm v0.28.1 |
1557 | 2025-02-01T00:12:48.475Z | Compiling hex v0.4.3 |
1558 | 2025-02-01T00:12:48.607Z | Compiling x509-cert v0.2.5 |
1559 | 2025-02-01T00:12:49.060Z | Compiling itertools v0.10.5 |
1560 | 2025-02-01T00:12:49.376Z | Compiling peg-runtime v0.8.3 |
1561 | 2025-02-01T00:12:49.979Z | Compiling lalrpop-util v0.19.12 |
1562 | 2025-02-01T00:12:50.193Z | Compiling unicode-xid v0.2.6 |
1563 | 2025-02-01T00:12:50.345Z | Compiling strum_macros v0.26.4 |
1564 | 2025-02-01T00:12:50.396Z | Compiling xattr v1.3.1 |
1565 | 2025-02-01T00:12:50.518Z | Compiling filetime v0.2.25 |
1566 | 2025-02-01T00:12:50.848Z | Compiling tar v0.4.42 |
1567 | 2025-02-01T00:12:55.053Z | Compiling strum v0.26.3 |
1568 | 2025-02-01T00:12:57.967Z | Compiling aws-lc-sys v0.22.0 |
1569 | 2025-02-01T00:13:25.730Z | Compiling rustls-webpki v0.102.8 |
1570 | 2025-02-01T00:13:29.176Z | Compiling tokio-rustls v0.25.0 |
1571 | 2025-02-01T00:13:30.609Z | Compiling tokio-rustls v0.26.0 |
1572 | 2025-02-01T00:13:30.933Z | Compiling hyper-rustls v0.27.3 |
1573 | 2025-02-01T00:13:31.296Z | Compiling reqwest v0.12.9 |
1574 | 2025-02-01T00:13:32.524Z | Compiling qorb v0.2.1 |
1575 | 2025-02-01T00:13:35.679Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1576 | 2025-02-01T00:13:35.924Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1577 | 2025-02-01T00:13:40.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1578 | 2025-02-01T00:13:40.544Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1579 | 2025-02-01T00:13:40.595Z | Feb 01 00:13:39.782 INFO Starting download, target: Clickhouse |
1580 | 2025-02-01T00:13:40.595Z | Feb 01 00:13:39.782 INFO Starting download, target: Cockroach |
1581 | 2025-02-01T00:13:40.595Z | Feb 01 00:13:39.782 INFO Starting download, target: Console |
1582 | 2025-02-01T00:13:40.595Z | Feb 01 00:13:39.782 INFO Starting download, target: DendriteOpenapi |
1583 | 2025-02-01T00:13:40.595Z | Feb 01 00:13:39.782 INFO Starting download, target: DendriteStub |
1584 | 2025-02-01T00:13:40.595Z | Feb 01 00:13:39.782 INFO Starting download, target: MaghemiteMgd |
1585 | 2025-02-01T00:13:40.598Z | Feb 01 00:13:39.782 INFO Starting download, target: TransceiverControl |
1586 | 2025-02-01T00:13:40.598Z | Feb 01 00:13:39.783 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1587 | 2025-02-01T00:13:40.598Z | Feb 01 00:13:39.783 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1588 | 2025-02-01T00:13:40.598Z | Feb 01 00:13:39.783 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1589 | 2025-02-01T00:13:40.598Z | Feb 01 00:13:39.783 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1590 | 2025-02-01T00:13:40.598Z | Feb 01 00:13:39.783 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1591 | 2025-02-01T00:13:40.598Z | Feb 01 00:13:39.783 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1592 | 2025-02-01T00:13:40.598Z | Feb 01 00:13:39.783 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1593 | 2025-02-01T00:13:40.797Z | Feb 01 00:13:39.969 INFO Download complete, target: DendriteOpenapi |
1594 | 2025-02-01T00:13:40.978Z | Feb 01 00:13:40.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1595 | 2025-02-01T00:13:41.118Z | Feb 01 00:13:40.304 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1596 | 2025-02-01T00:13:41.502Z | Feb 01 00:13:40.671 INFO Download complete, target: TransceiverControl |
1597 | 2025-02-01T00:13:41.525Z | Feb 01 00:13:40.676 INFO Download complete, target: Console |
1598 | 2025-02-01T00:13:41.631Z | Feb 01 00:13:40.813 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1599 | 2025-02-01T00:13:41.793Z | Feb 01 00:13:40.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1600 | 2025-02-01T00:13:42.063Z | Feb 01 00:13:41.250 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1601 | 2025-02-01T00:13:42.063Z | Feb 01 00:13:41.250 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1602 | 2025-02-01T00:13:42.466Z | Feb 01 00:13:41.653 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1603 | 2025-02-01T00:13:44.514Z | Feb 01 00:13:43.701 INFO Download complete, target: DendriteStub |
1604 | 2025-02-01T00:13:44.810Z | Feb 01 00:13:43.995 INFO Download complete, target: MaghemiteMgd |
1605 | 2025-02-01T00:13:49.560Z | Feb 01 00:13:48.745 INFO Checking that binary works, target: Cockroach |
1606 | 2025-02-01T00:13:49.721Z | Feb 01 00:13:48.907 INFO Download complete, target: Cockroach |
1607 | 2025-02-01T00:13:55.084Z | Feb 01 00:13:54.270 INFO Checking that binary works, target: Clickhouse |
1608 | 2025-02-01T00:13:55.196Z | Feb 01 00:13:54.381 INFO Download complete, target: Clickhouse |
1609 | 2025-02-01T00:13:55.216Z | All builder prerequisites installed successfully, and PATH looks valid |
1610 | 2025-02-01T00:13:55.218Z | |
1611 | 2025-02-01T00:13:55.218Z | real 5:13.991560952 |
1612 | 2025-02-01T00:13:55.218Z | user 15:43.340771536 |
1613 | 2025-02-01T00:13:55.219Z | sys 2:04.843143294 |
1614 | 2025-02-01T00:13:55.219Z | trap 0.564714141 |
1615 | 2025-02-01T00:13:55.219Z | tflt 4.307282516 |
1616 | 2025-02-01T00:13:55.219Z | dflt 3.161987545 |
1617 | 2025-02-01T00:13:55.219Z | kflt 0.034996400 |
1618 | 2025-02-01T00:13:55.219Z | lock 24:52.642109761 |
1619 | 2025-02-01T00:13:55.219Z | slp 56:01.687415247 |
1620 | 2025-02-01T00:13:55.219Z | lat 56.889528566 |
1621 | 2025-02-01T00:13:55.219Z | stop 2:22.371300623 |
1622 | 2025-02-01T00:13:55.219Z | + banner clippy |
1623 | 2025-02-01T00:13:55.222Z | |
1624 | 2025-02-01T00:13:55.222Z | #### # # ##### ##### # # |
1625 | 2025-02-01T00:13:55.222Z | # # # # # # # # # # |
1626 | 2025-02-01T00:13:55.222Z | # # # # # # # # |
1627 | 2025-02-01T00:13:55.222Z | # # # ##### ##### # |
1628 | 2025-02-01T00:13:55.222Z | # # # # # # # |
1629 | 2025-02-01T00:13:55.222Z | #### ###### # # # # |
1630 | 2025-02-01T00:13:55.222Z | |
1631 | 2025-02-01T00:13:55.222Z | + export CARGO_INCREMENTAL=0 |
1632 | 2025-02-01T00:13:55.222Z | + CARGO_INCREMENTAL=0 |
1633 | 2025-02-01T00:13:55.222Z | + ptime -m cargo xtask clippy |
1634 | 2025-02-01T00:13:55.748Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1635 | 2025-02-01T00:13:58.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
1636 | 2025-02-01T00:13:58.665Z | Running `target/debug/xtask clippy` |
1637 | 2025-02-01T00:13:58.687Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1638 | 2025-02-01T00:13:59.304Z | Downloading crates ... |
1639 | 2025-02-01T00:13:59.596Z | Downloaded async-object-pool v0.1.5 |
1640 | 2025-02-01T00:13:59.605Z | Downloaded async-lock v3.4.0 |
1641 | 2025-02-01T00:13:59.608Z | Downloaded approx v0.5.1 |
1642 | 2025-02-01T00:13:59.610Z | Downloaded async-process v2.3.0 |
1643 | 2025-02-01T00:13:59.614Z | Downloaded nested v0.1.1 |
1644 | 2025-02-01T00:13:59.622Z | Downloaded pathdiff v0.2.2 |
1645 | 2025-02-01T00:13:59.624Z | Downloaded guppy-workspace-hack v0.1.0 |
1646 | 2025-02-01T00:13:59.631Z | Downloaded escape8259 v0.5.3 |
1647 | 2025-02-01T00:13:59.634Z | Downloaded plotters-svg v0.3.7 |
1648 | 2025-02-01T00:13:59.634Z | Downloaded target-triple v0.1.3 |
1649 | 2025-02-01T00:13:59.641Z | Downloaded doc-comment v0.3.3 |
1650 | 2025-02-01T00:13:59.650Z | Downloaded proc-macro-crate v3.2.0 |
1651 | 2025-02-01T00:13:59.653Z | Downloaded async-attributes v1.1.2 |
1652 | 2025-02-01T00:13:59.653Z | Downloaded anes v0.1.6 |
1653 | 2025-02-01T00:13:59.656Z | Downloaded parking v2.2.1 |
1654 | 2025-02-01T00:13:59.659Z | Downloaded criterion-plot v0.5.0 |
1655 | 2025-02-01T00:13:59.659Z | Downloaded blocking v1.6.1 |
1656 | 2025-02-01T00:13:59.661Z | Downloaded oorandom v11.1.4 |
1657 | 2025-02-01T00:13:59.661Z | Downloaded indoc v2.0.5 |
1658 | 2025-02-01T00:13:59.664Z | Downloaded path-tree v0.8.1 |
1659 | 2025-02-01T00:13:59.667Z | Downloaded threadpool v1.8.1 |
1660 | 2025-02-01T00:13:59.667Z | Downloaded kv-log-macro v1.0.7 |
1661 | 2025-02-01T00:13:59.669Z | Downloaded num_cpus v1.16.0 |
1662 | 2025-02-01T00:13:59.672Z | Downloaded target-spec v3.2.2 |
1663 | 2025-02-01T00:13:59.672Z | Downloaded assert_cmd v2.0.16 |
1664 | 2025-02-01T00:13:59.674Z | Downloaded similar-asserts v1.6.0 |
1665 | 2025-02-01T00:13:59.677Z | Downloaded serde_regex v1.1.0 |
1666 | 2025-02-01T00:13:59.677Z | Downloaded futures-timer v3.0.3 |
1667 | 2025-02-01T00:13:59.679Z | Downloaded relative-path v1.9.3 |
1668 | 2025-02-01T00:13:59.680Z | Downloaded event-listener-strategy v0.5.2 |
1669 | 2025-02-01T00:13:59.682Z | Downloaded async-signal v0.2.10 |
1670 | 2025-02-01T00:13:59.682Z | Downloaded cast v0.3.0 |
1671 | 2025-02-01T00:13:59.685Z | Downloaded piper v0.2.4 |
1672 | 2025-02-01T00:13:59.685Z | Downloaded event-listener v2.5.3 |
1673 | 2025-02-01T00:13:59.687Z | Downloaded datatest-stable v0.2.9 |
1674 | 2025-02-01T00:13:59.687Z | Downloaded stringmetrics v2.2.2 |
1675 | 2025-02-01T00:13:59.690Z | Downloaded async-channel v1.9.0 |
1676 | 2025-02-01T00:13:59.692Z | Downloaded concurrent-queue v2.5.0 |
1677 | 2025-02-01T00:13:59.692Z | Downloaded rustls-native-certs v0.7.3 |
1678 | 2025-02-01T00:13:59.695Z | Downloaded async-channel v2.3.1 |
1679 | 2025-02-01T00:13:59.697Z | Downloaded assert-json-diff v2.0.2 |
1680 | 2025-02-01T00:13:59.697Z | Downloaded partial-io v0.5.4 |
1681 | 2025-02-01T00:13:59.700Z | Downloaded plotters-backend v0.3.7 |
1682 | 2025-02-01T00:13:59.702Z | Downloaded async-executor v1.13.1 |
1683 | 2025-02-01T00:13:59.702Z | Downloaded async-global-executor v2.4.1 |
1684 | 2025-02-01T00:13:59.705Z | Downloaded tinytemplate v1.2.1 |
1685 | 2025-02-01T00:13:59.708Z | Downloaded rust-argon2 v2.1.0 |
1686 | 2025-02-01T00:13:59.710Z | Downloaded libtest-mimic v0.7.3 |
1687 | 2025-02-01T00:13:59.713Z | Downloaded hyper-rustls v0.26.0 |
1688 | 2025-02-01T00:13:59.715Z | Downloaded futures-lite v2.3.0 |
1689 | 2025-02-01T00:13:59.718Z | Downloaded event-listener v5.3.1 |
1690 | 2025-02-01T00:13:59.718Z | Downloaded rstest v0.23.0 |
1691 | 2025-02-01T00:13:59.723Z | Downloaded async-task v4.7.1 |
1692 | 2025-02-01T00:13:59.727Z | Downloaded trybuild v1.0.101 |
1693 | 2025-02-01T00:13:59.730Z | Downloaded rstest_macros v0.23.0 |
1694 | 2025-02-01T00:13:59.732Z | Downloaded target-lexicon v0.12.16 |
1695 | 2025-02-01T00:13:59.735Z | Downloaded rand_distr v0.4.3 |
1696 | 2025-02-01T00:13:59.738Z | Downloaded yansi v1.0.1 |
1697 | 2025-02-01T00:13:59.740Z | Downloaded pretty_assertions v1.4.1 |
1698 | 2025-02-01T00:13:59.743Z | Downloaded polling v3.7.3 |
1699 | 2025-02-01T00:13:59.746Z | Downloaded fancy-regex v0.13.0 |
1700 | 2025-02-01T00:13:59.749Z | Downloaded cfg-expr v0.17.0 |
1701 | 2025-02-01T00:13:59.753Z | Downloaded async-io v2.3.4 |
1702 | 2025-02-01T00:13:59.756Z | Downloaded blake2b_simd v1.0.2 |
1703 | 2025-02-01T00:13:59.756Z | Downloaded criterion v0.5.1 |
1704 | 2025-02-01T00:13:59.762Z | Downloaded guppy v0.17.8 |
1705 | 2025-02-01T00:13:59.768Z | Downloaded plotters v0.3.7 |
1706 | 2025-02-01T00:13:59.792Z | Downloaded httptest v0.16.1 |
1707 | 2025-02-01T00:13:59.795Z | Downloaded async-std v1.13.0 |
1708 | 2025-02-01T00:13:59.890Z | Downloaded httpmock v0.8.0-alpha.1 |
1709 | 2025-02-01T00:14:00.667Z | Checking cfg-if v1.0.0 |
1710 | 2025-02-01T00:14:00.747Z | Checking libc v0.2.169 |
1711 | 2025-02-01T00:14:00.767Z | Checking serde v1.0.217 |
1712 | 2025-02-01T00:14:00.791Z | Checking memchr v2.7.4 |
1713 | 2025-02-01T00:14:00.816Z | Checking value-bag v1.9.0 |
1714 | 2025-02-01T00:14:00.841Z | Checking scopeguard v1.2.0 |
1715 | 2025-02-01T00:14:00.867Z | Checking zeroize v1.8.1 |
1716 | 2025-02-01T00:14:00.891Z | Checking itoa v1.0.11 |
1717 | 2025-02-01T00:14:00.917Z | Checking smallvec v1.13.2 |
1718 | 2025-02-01T00:14:00.997Z | Checking lock_api v0.4.12 |
1719 | 2025-02-01T00:14:01.128Z | Checking byteorder v1.5.0 |
1720 | 2025-02-01T00:14:01.152Z | Checking once_cell v1.20.2 |
1721 | 2025-02-01T00:14:01.211Z | Checking log v0.4.22 |
1722 | 2025-02-01T00:14:01.257Z | Checking pin-project-lite v0.2.14 |
1723 | 2025-02-01T00:14:01.404Z | Checking subtle v2.6.1 |
1724 | 2025-02-01T00:14:01.437Z | Checking typenum v1.17.0 |
1725 | 2025-02-01T00:14:01.465Z | Checking libm v0.2.8 |
1726 | 2025-02-01T00:14:01.563Z | Checking ryu v1.0.18 |
1727 | 2025-02-01T00:14:01.591Z | Checking futures-core v0.3.31 |
1728 | 2025-02-01T00:14:01.661Z | Checking zerocopy v0.7.35 |
1729 | 2025-02-01T00:14:01.695Z | Checking thiserror v1.0.69 |
1730 | 2025-02-01T00:14:01.722Z | Checking getrandom v0.2.15 |
1731 | 2025-02-01T00:14:01.771Z | Checking signal-hook-registry v1.4.2 |
1732 | 2025-02-01T00:14:01.806Z | Checking parking_lot_core v0.9.10 |
1733 | 2025-02-01T00:14:01.840Z | Checking mio v1.0.2 |
1734 | 2025-02-01T00:14:01.981Z | Checking rand_core v0.6.4 |
1735 | 2025-02-01T00:14:02.029Z | Checking socket2 v0.5.7 |
1736 | 2025-02-01T00:14:02.150Z | Checking parking_lot v0.12.3 |
1737 | 2025-02-01T00:14:02.301Z | Checking num-traits v0.2.19 |
1738 | 2025-02-01T00:14:02.335Z | Checking const-oid v0.9.6 |
1739 | 2025-02-01T00:14:02.425Z | Checking allocator-api2 v0.2.18 |
1740 | 2025-02-01T00:14:02.492Z | Checking spin v0.9.8 |
1741 | 2025-02-01T00:14:02.518Z | Checking generic-array v0.14.7 |
1742 | 2025-02-01T00:14:02.544Z | Checking futures-io v0.3.31 |
1743 | 2025-02-01T00:14:02.754Z | Checking slab v0.4.9 |
1744 | 2025-02-01T00:14:02.839Z | Checking cpufeatures v0.2.14 |
1745 | 2025-02-01T00:14:02.956Z | Checking futures-sink v0.3.31 |
1746 | 2025-02-01T00:14:02.989Z | Checking equivalent v1.0.1 |
1747 | 2025-02-01T00:14:03.016Z | Checking foldhash v0.1.3 |
1748 | 2025-02-01T00:14:03.045Z | Checking pin-utils v0.1.0 |
1749 | 2025-02-01T00:14:03.176Z | Checking iana-time-zone v0.1.61 |
1750 | 2025-02-01T00:14:03.242Z | Checking futures-channel v0.3.31 |
1751 | 2025-02-01T00:14:03.276Z | Checking futures-task v0.3.31 |
1752 | 2025-02-01T00:14:03.326Z | Checking hashbrown v0.15.1 |
1753 | 2025-02-01T00:14:03.387Z | Checking stable_deref_trait v1.2.0 |
1754 | 2025-02-01T00:14:03.472Z | Checking fnv v1.0.7 |
1755 | 2025-02-01T00:14:03.501Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1756 | 2025-02-01T00:14:03.572Z | Checking futures-util v0.3.31 |
1757 | 2025-02-01T00:14:03.599Z | Checking crypto-common v0.1.6 |
1758 | 2025-02-01T00:14:03.625Z | Checking block-buffer v0.10.4 |
1759 | 2025-02-01T00:14:03.791Z | Checking tracing-core v0.1.32 |
1760 | 2025-02-01T00:14:03.820Z | Checking dyn-clone v1.0.17 |
1761 | 2025-02-01T00:14:03.865Z | Checking ppv-lite86 v0.2.20 |
1762 | 2025-02-01T00:14:03.893Z | Checking errno v0.3.9 |
1763 | 2025-02-01T00:14:04.003Z | Checking zerofrom v0.1.4 |
1764 | 2025-02-01T00:14:04.097Z | Checking crossbeam-utils v0.8.20 |
1765 | 2025-02-01T00:14:04.229Z | Checking yoke v0.7.4 |
1766 | 2025-02-01T00:14:04.233Z | Checking digest v0.10.7 |
1767 | 2025-02-01T00:14:04.351Z | Checking writeable v0.5.5 |
1768 | 2025-02-01T00:14:04.378Z | Checking tracing v0.1.40 |
1769 | 2025-02-01T00:14:04.579Z | Checking zerovec v0.10.4 |
1770 | 2025-02-01T00:14:04.606Z | Checking rand_chacha v0.3.1 |
1771 | 2025-02-01T00:14:04.632Z | Checking percent-encoding v2.3.1 |
1772 | 2025-02-01T00:14:04.665Z | Checking litemap v0.7.3 |
1773 | 2025-02-01T00:14:04.730Z | Checking block-padding v0.3.3 |
1774 | 2025-02-01T00:14:04.779Z | Checking httparse v1.9.5 |
1775 | 2025-02-01T00:14:04.851Z | Checking unicode-ident v1.0.14 |
1776 | 2025-02-01T00:14:04.945Z | Checking inout v0.1.3 |
1777 | 2025-02-01T00:14:04.993Z | Checking rand v0.8.5 |
1778 | 2025-02-01T00:14:05.020Z | Checking regex-syntax v0.8.5 |
1779 | 2025-02-01T00:14:05.043Z | Checking atomic-waker v1.1.2 |
1780 | 2025-02-01T00:14:05.142Z | Checking bytes v1.9.0 |
1781 | 2025-02-01T00:14:05.173Z | Checking bitflags v2.6.0 |
1782 | 2025-02-01T00:14:05.199Z | Checking serde_json v1.0.135 |
1783 | 2025-02-01T00:14:05.225Z | Checking chrono v0.4.39 |
1784 | 2025-02-01T00:14:05.478Z | Checking indexmap v2.7.1 |
1785 | 2025-02-01T00:14:05.966Z | Checking tokio v1.43.0 |
1786 | 2025-02-01T00:14:06.139Z | Checking uuid v1.12.0 |
1787 | 2025-02-01T00:14:06.218Z | Checking http v1.2.0 |
1788 | 2025-02-01T00:14:06.634Z | Checking rustix v0.38.37 |
1789 | 2025-02-01T00:14:06.714Z | Checking tinystr v0.7.6 |
1790 | 2025-02-01T00:14:06.785Z | Checking icu_locid_transform_data v1.5.0 |
1791 | 2025-02-01T00:14:06.903Z | Checking icu_collections v1.5.0 |
1792 | 2025-02-01T00:14:07.074Z | Checking icu_locid v1.5.0 |
1793 | 2025-02-01T00:14:07.178Z | Checking schemars v0.8.21 |
1794 | 2025-02-01T00:14:07.457Z | Checking cipher v0.4.4 |
1795 | 2025-02-01T00:14:07.572Z | Checking form_urlencoded v1.2.1 |
1796 | 2025-02-01T00:14:07.782Z | Checking icu_properties_data v1.5.0 |
1797 | 2025-02-01T00:14:07.869Z | Checking untrusted v0.9.0 |
1798 | 2025-02-01T00:14:08.028Z | Checking aho-corasick v1.1.3 |
1799 | 2025-02-01T00:14:08.059Z | Checking ring v0.17.8 |
1800 | 2025-02-01T00:14:08.062Z | Checking icu_provider v1.5.0 |
1801 | 2025-02-01T00:14:08.062Z | Checking utf8_iter v1.0.4 |
1802 | 2025-02-01T00:14:08.256Z | Checking powerfmt v0.2.0 |
1803 | 2025-02-01T00:14:08.283Z | Checking utf16_iter v1.0.5 |
1804 | 2025-02-01T00:14:08.471Z | Checking write16 v1.0.0 |
1805 | 2025-02-01T00:14:08.547Z | Checking icu_normalizer_data v1.5.0 |
1806 | 2025-02-01T00:14:08.625Z | Checking deranged v0.3.11 |
1807 | 2025-02-01T00:14:08.670Z | Checking proc-macro2 v1.0.92 |
1808 | 2025-02-01T00:14:08.700Z | Checking base64ct v1.6.0 |
1809 | 2025-02-01T00:14:08.744Z | Checking icu_locid_transform v1.5.0 |
1810 | 2025-02-01T00:14:09.170Z | Checking time-core v0.1.2 |
1811 | 2025-02-01T00:14:09.356Z | Checking num-conv v0.1.0 |
1812 | 2025-02-01T00:14:09.360Z | Checking num_threads v0.1.7 |
1813 | 2025-02-01T00:14:09.511Z | Checking quote v1.0.38 |
1814 | 2025-02-01T00:14:09.580Z | Checking regex-automata v0.4.8 |
1815 | 2025-02-01T00:14:09.622Z | Checking hmac v0.12.1 |
1816 | 2025-02-01T00:14:09.765Z | Checking icu_properties v1.5.1 |
1817 | 2025-02-01T00:14:09.817Z | Checking sha2 v0.10.8 |
1818 | 2025-02-01T00:14:09.846Z | Checking rustls-pki-types v1.10.0 |
1819 | 2025-02-01T00:14:09.872Z | Checking adler2 v2.0.0 |
1820 | 2025-02-01T00:14:09.875Z | Checking syn v2.0.96 |
1821 | 2025-02-01T00:14:09.943Z | Checking time v0.3.36 |
1822 | 2025-02-01T00:14:10.042Z | Checking miniz_oxide v0.8.0 |
1823 | 2025-02-01T00:14:10.381Z | Checking http-body v1.0.1 |
1824 | 2025-02-01T00:14:10.408Z | Checking aws-lc-sys v0.22.0 |
1825 | 2025-02-01T00:14:10.603Z | Checking base64 v0.22.1 |
1826 | 2025-02-01T00:14:10.794Z | Checking mirai-annotations v1.12.0 |
1827 | 2025-02-01T00:14:11.001Z | Checking httpdate v1.0.3 |
1828 | 2025-02-01T00:14:11.111Z | Checking try-lock v0.2.5 |
1829 | 2025-02-01T00:14:11.265Z | Checking untrusted v0.7.1 |
1830 | 2025-02-01T00:14:11.294Z | Checking want v0.3.1 |
1831 | 2025-02-01T00:14:11.460Z | Checking ahash v0.8.11 |
1832 | 2025-02-01T00:14:11.498Z | Checking pem-rfc7468 v0.7.0 |
1833 | 2025-02-01T00:14:11.842Z | Checking tower-service v0.3.3 |
1834 | 2025-02-01T00:14:12.005Z | Checking slog v2.7.0 |
1835 | 2025-02-01T00:14:12.097Z | Checking mime v0.3.17 |
1836 | 2025-02-01T00:14:12.284Z | Checking flagset v0.4.6 |
1837 | 2025-02-01T00:14:12.334Z | Checking pbkdf2 v0.12.2 |
1838 | 2025-02-01T00:14:12.408Z | Checking aes v0.8.4 |
1839 | 2025-02-01T00:14:12.477Z | Checking gimli v0.31.1 |
1840 | 2025-02-01T00:14:12.502Z | Checking der v0.7.9 |
1841 | 2025-02-01T00:14:12.529Z | Checking aws-lc-rs v1.10.0 |
1842 | 2025-02-01T00:14:12.581Z | Checking tokio-util v0.7.12 |
1843 | 2025-02-01T00:14:12.896Z | Checking icu_normalizer v1.5.0 |
1844 | 2025-02-01T00:14:13.311Z | Checking http-body-util v0.1.2 |
1845 | 2025-02-01T00:14:13.400Z | Checking h2 v0.4.6 |
1846 | 2025-02-01T00:14:13.726Z | Checking salsa20 v0.10.2 |
1847 | 2025-02-01T00:14:13.729Z | Checking idna_adapter v1.2.0 |
1848 | 2025-02-01T00:14:13.958Z | Checking idna v1.0.3 |
1849 | 2025-02-01T00:14:13.961Z | Checking regex v1.11.1 |
1850 | 2025-02-01T00:14:13.961Z | Checking cbc v0.1.2 |
1851 | 2025-02-01T00:14:14.201Z | Checking semver v1.0.24 |
1852 | 2025-02-01T00:14:14.230Z | Checking spki v0.7.3 |
1853 | 2025-02-01T00:14:14.258Z | Checking rustls-webpki v0.102.8 |
1854 | 2025-02-01T00:14:14.444Z | Checking url v2.5.3 |
1855 | 2025-02-01T00:14:14.501Z | Checking lazy_static v1.5.0 |
1856 | 2025-02-01T00:14:14.590Z | Checking object v0.36.5 |
1857 | 2025-02-01T00:14:14.633Z | Checking rustc-demangle v0.1.24 |
1858 | 2025-02-01T00:14:14.659Z | Checking scrypt v0.11.0 |
1859 | 2025-02-01T00:14:14.899Z | Checking rustls-pemfile v2.2.0 |
1860 | 2025-02-01T00:14:15.030Z | Checking openssl-probe v0.1.5 |
1861 | 2025-02-01T00:14:15.085Z | Checking ipnet v2.10.1 |
1862 | 2025-02-01T00:14:15.135Z | Checking foreign-types-shared v0.1.1 |
1863 | 2025-02-01T00:14:15.200Z | Checking pkcs5 v0.7.1 |
1864 | 2025-02-01T00:14:15.266Z | Checking futures-executor v0.3.31 |
1865 | 2025-02-01T00:14:15.269Z | Checking foreign-types v0.3.2 |
1866 | 2025-02-01T00:14:15.404Z | Checking serde_urlencoded v0.7.1 |
1867 | 2025-02-01T00:14:15.515Z | Checking openssl-sys v0.9.104 |
1868 | 2025-02-01T00:14:15.541Z | Checking encoding_rs v0.8.34 |
1869 | 2025-02-01T00:14:15.691Z | Checking utf8parse v0.2.2 |
1870 | 2025-02-01T00:14:15.838Z | Checking pkcs8 v0.10.2 |
1871 | 2025-02-01T00:14:15.872Z | Checking futures v0.3.31 |
1872 | 2025-02-01T00:14:15.875Z | Checking toml_datetime v0.6.8 |
1873 | 2025-02-01T00:14:16.002Z | Checking serde_spanned v0.6.8 |
1874 | 2025-02-01T00:14:16.106Z | Checking addr2line v0.24.2 |
1875 | 2025-02-01T00:14:16.143Z | Checking rustls v0.23.19 |
1876 | 2025-02-01T00:14:16.461Z | Checking either v1.13.0 |
1877 | 2025-02-01T00:14:16.480Z | Checking data-encoding v2.6.0 |
1878 | 2025-02-01T00:14:16.580Z | Checking anstyle v1.0.10 |
1879 | 2025-02-01T00:14:16.617Z | Checking openssl v0.10.66 |
1880 | 2025-02-01T00:14:16.662Z | Checking openapiv3 v2.0.0 |
1881 | 2025-02-01T00:14:16.826Z | Checking sha1 v0.10.6 |
1882 | 2025-02-01T00:14:16.936Z | Checking psl-types v2.0.11 |
1883 | 2025-02-01T00:14:17.127Z | Checking publicsuffix v2.3.0 |
1884 | 2025-02-01T00:14:17.156Z | Checking cookie v0.18.1 |
1885 | 2025-02-01T00:14:17.443Z | Checking webpki-roots v0.26.6 |
1886 | 2025-02-01T00:14:17.714Z | Checking cookie_store v0.21.1 |
1887 | 2025-02-01T00:14:17.714Z | Checking anstyle-parse v0.2.5 |
1888 | 2025-02-01T00:14:17.797Z | Checking camino v1.1.9 |
1889 | 2025-02-01T00:14:17.912Z | Checking sync_wrapper v1.0.1 |
1890 | 2025-02-01T00:14:18.074Z | Checking is-terminal v0.4.13 |
1891 | 2025-02-01T00:14:18.219Z | Checking winnow v0.6.20 |
1892 | 2025-02-01T00:14:18.335Z | Checking is_terminal_polyfill v1.70.1 |
1893 | 2025-02-01T00:14:18.358Z | Checking anstyle-query v1.1.1 |
1894 | 2025-02-01T00:14:18.477Z | Checking colorchoice v1.0.2 |
1895 | 2025-02-01T00:14:18.511Z | Checking terminal_size v0.4.0 |
1896 | 2025-02-01T00:14:18.633Z | Checking anstream v0.6.15 |
1897 | 2025-02-01T00:14:18.708Z | Checking signature v2.2.0 |
1898 | 2025-02-01T00:14:18.931Z | Checking clap_lex v0.7.4 |
1899 | 2025-02-01T00:14:19.017Z | Checking strsim v0.11.1 |
1900 | 2025-02-01T00:14:19.213Z | Checking scroll v0.12.0 |
1901 | 2025-02-01T00:14:19.329Z | Checking clap_builder v4.5.27 |
1902 | 2025-02-01T00:14:19.428Z | Checking hyper v1.5.2 |
1903 | 2025-02-01T00:14:19.700Z | Checking ucd-trie v0.1.7 |
1904 | 2025-02-01T00:14:19.862Z | Checking plain v0.2.3 |
1905 | 2025-02-01T00:14:19.933Z | Checking tinyvec_macros v0.1.1 |
1906 | 2025-02-01T00:14:20.031Z | Checking goblin v0.8.2 |
1907 | 2025-02-01T00:14:20.058Z | Checking tinyvec v1.8.0 |
1908 | 2025-02-01T00:14:20.343Z | Checking backtrace v0.3.74 |
1909 | 2025-02-01T00:14:20.912Z | Checking anyhow v1.0.95 |
1910 | 2025-02-01T00:14:20.940Z | Checking pest v2.7.14 |
1911 | 2025-02-01T00:14:21.220Z | Checking tokio-rustls v0.26.0 |
1912 | 2025-02-01T00:14:21.300Z | Checking dirs-sys-next v0.1.2 |
1913 | 2025-02-01T00:14:21.352Z | Checking hyper-util v0.1.10 |
1914 | 2025-02-01T00:14:21.382Z | Checking base16ct v0.2.0 |
1915 | 2025-02-01T00:14:21.499Z | Checking pretty-hex v0.4.1 |
1916 | 2025-02-01T00:14:21.612Z | Checking dirs-next v2.0.0 |
1917 | 2025-02-01T00:14:21.640Z | Checking sec1 v0.7.3 |
1918 | 2025-02-01T00:14:21.693Z | Checking crossbeam-channel v0.5.13 |
1919 | 2025-02-01T00:14:21.774Z | Checking num-integer v0.1.46 |
1920 | 2025-02-01T00:14:21.777Z | Checking native-tls v0.2.12 |
1921 | 2025-02-01T00:14:22.016Z | Checking ff v0.13.0 |
1922 | 2025-02-01T00:14:22.103Z | Checking tokio-native-tls v0.3.1 |
1923 | 2025-02-01T00:14:22.239Z | Checking thread-id v4.2.2 |
1924 | 2025-02-01T00:14:22.277Z | Checking clap v4.5.27 |
1925 | 2025-02-01T00:14:22.298Z | Checking thread_local v1.1.8 |
1926 | 2025-02-01T00:14:22.389Z | Checking group v0.13.0 |
1927 | 2025-02-01T00:14:22.472Z | Checking term v0.7.0 |
1928 | 2025-02-01T00:14:22.472Z | Checking toml_edit v0.22.22 |
1929 | 2025-02-01T00:14:22.472Z | Checking hkdf v0.12.4 |
1930 | 2025-02-01T00:14:22.639Z | Checking crypto-bigint v0.5.5 |
1931 | 2025-02-01T00:14:22.659Z | Checking memmap v0.7.0 |
1932 | 2025-02-01T00:14:22.659Z | Checking crc32fast v1.4.2 |
1933 | 2025-02-01T00:14:22.803Z | Checking match_cfg v0.1.0 |
1934 | 2025-02-01T00:14:22.883Z | Checking utf-8 v0.7.6 |
1935 | 2025-02-01T00:14:22.943Z | Checking take_mut v0.2.2 |
1936 | 2025-02-01T00:14:22.983Z | Checking bitflags v1.3.2 |
1937 | 2025-02-01T00:14:23.053Z | Checking hostname v0.3.1 |
1938 | 2025-02-01T00:14:23.077Z | Checking slog-term v2.9.1 |
1939 | 2025-02-01T00:14:23.084Z | Checking slog-async v2.8.0 |
1940 | 2025-02-01T00:14:23.207Z | Checking unicode-segmentation v1.12.0 |
1941 | 2025-02-01T00:14:23.264Z | Checking hyper-tls v0.6.0 |
1942 | 2025-02-01T00:14:23.409Z | Checking hyper-rustls v0.27.3 |
1943 | 2025-02-01T00:14:23.442Z | Checking dtrace-parser v0.2.0 |
1944 | 2025-02-01T00:14:23.555Z | Checking num-iter v0.1.45 |
1945 | 2025-02-01T00:14:23.589Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2025-02-01T00:14:23.745Z | Checking static_assertions v1.1.0 |
1947 | 2025-02-01T00:14:23.772Z | Checking reqwest v0.12.9 |
1948 | 2025-02-01T00:14:23.861Z | Checking itertools v0.10.5 |
1949 | 2025-02-01T00:14:23.892Z | Checking bstr v1.10.0 |
1950 | 2025-02-01T00:14:23.918Z | Checking slog-json v2.6.1 |
1951 | 2025-02-01T00:14:24.015Z | Checking rfc6979 v0.4.0 |
1952 | 2025-02-01T00:14:24.178Z | Checking hex v0.4.3 |
1953 | 2025-02-01T00:14:24.209Z | Checking winnow v0.5.40 |
1954 | 2025-02-01T00:14:24.691Z | Checking managed v0.8.0 |
1955 | 2025-02-01T00:14:24.727Z | Checking dof v0.3.0 |
1956 | 2025-02-01T00:14:24.761Z | Checking slog-bunyan v2.5.0 |
1957 | 2025-02-01T00:14:24.933Z | Checking crossbeam-deque v0.8.5 |
1958 | 2025-02-01T00:14:24.963Z | Checking toml v0.8.19 |
1959 | 2025-02-01T00:14:25.081Z | Checking num-bigint-dig v0.8.4 |
1960 | 2025-02-01T00:14:25.265Z | Checking elliptic-curve v0.13.8 |
1961 | 2025-02-01T00:14:25.301Z | Checking flate2 v1.0.35 |
1962 | 2025-02-01T00:14:25.323Z | Checking usdt-impl v0.5.0 |
1963 | 2025-02-01T00:14:25.516Z | Checking pkcs1 v0.7.5 |
1964 | 2025-02-01T00:14:25.751Z | Checking rustls v0.22.4 |
1965 | 2025-02-01T00:14:25.871Z | Checking usdt v0.5.0 |
1966 | 2025-02-01T00:14:25.910Z | Checking curve25519-dalek v4.1.3 |
1967 | 2025-02-01T00:14:25.943Z | Checking ecdsa v0.16.9 |
1968 | 2025-02-01T00:14:25.955Z | Checking zerocopy v0.6.6 |
1969 | 2025-02-01T00:14:25.967Z | Checking siphasher v0.3.11 |
1970 | 2025-02-01T00:14:26.112Z | Checking rayon-core v1.12.1 |
1971 | 2025-02-01T00:14:26.259Z | Checking unicode-normalization v0.1.24 |
1972 | 2025-02-01T00:14:26.604Z | Checking ed25519 v2.2.3 |
1973 | 2025-02-01T00:14:26.633Z | Checking signal-hook v0.3.17 |
1974 | 2025-02-01T00:14:26.788Z | Checking quick-error v1.2.3 |
1975 | 2025-02-01T00:14:26.892Z | Checking toml_edit v0.19.15 |
1976 | 2025-02-01T00:14:26.936Z | Checking debug-ignore v1.0.5 |
1977 | 2025-02-01T00:14:26.966Z | Checking hickory-proto v0.24.2 |
1978 | 2025-02-01T00:14:26.969Z | Checking multer v3.1.0 |
1979 | 2025-02-01T00:14:27.087Z | Checking rsa v0.9.6 |
1980 | 2025-02-01T00:14:27.117Z | Checking x509-cert v0.2.5 |
1981 | 2025-02-01T00:14:27.179Z | Checking waitgroup v0.1.2 |
1982 | 2025-02-01T00:14:27.335Z | Checking hubpack v0.1.2 |
1983 | 2025-02-01T00:14:27.390Z | Checking serde_path_to_error v0.1.16 |
1984 | 2025-02-01T00:14:27.638Z | Checking bzip2-sys v0.1.11+1.0.8 |
1985 | 2025-02-01T00:14:27.708Z | Checking ed25519-dalek v2.1.1 |
1986 | 2025-02-01T00:14:27.778Z | Checking async-stream v0.3.6 |
1987 | 2025-02-01T00:14:27.978Z | Checking hostname v0.4.0 |
1988 | 2025-02-01T00:14:28.004Z | Checking bit-vec v0.6.3 |
1989 | 2025-02-01T00:14:28.086Z | Checking unicode-width v0.2.0 |
1990 | 2025-02-01T00:14:28.134Z | Checking bzip2 v0.4.4 |
1991 | 2025-02-01T00:14:28.164Z | Checking signal-hook-mio v0.2.4 |
1992 | 2025-02-01T00:14:28.327Z | Checking hash32 v0.2.1 |
1993 | 2025-02-01T00:14:28.355Z | Checking bit-set v0.5.3 |
1994 | 2025-02-01T00:14:28.431Z | Checking linked-hash-map v0.5.6 |
1995 | 2025-02-01T00:14:28.601Z | Checking unicode-bidi v0.3.17 |
1996 | 2025-02-01T00:14:28.603Z | Checking console v0.15.10 |
1997 | 2025-02-01T00:14:28.652Z | Checking unicode-properties v0.1.3 |
1998 | 2025-02-01T00:14:28.674Z | Checking predicates-core v1.0.8 |
1999 | 2025-02-01T00:14:28.725Z | Checking lru-cache v0.1.2 |
2000 | 2025-02-01T00:14:28.893Z | Checking heapless v0.7.17 |
2001 | 2025-02-01T00:14:28.927Z | Checking crossterm v0.28.1 |
2002 | 2025-02-01T00:14:29.015Z | Checking rayon v1.10.0 |
2003 | 2025-02-01T00:14:29.052Z | Checking tokio-rustls v0.25.0 |
2004 | 2025-02-01T00:14:29.145Z | Checking phf_shared v0.11.2 |
2005 | 2025-02-01T00:14:29.231Z | Checking stringprep v0.1.5 |
2006 | 2025-02-01T00:14:29.308Z | Checking toml v0.7.8 |
2007 | 2025-02-01T00:14:29.405Z | Checking dropshot v0.12.0 |
2008 | 2025-02-01T00:14:29.432Z | Checking similar v2.6.0 |
2009 | 2025-02-01T00:14:29.543Z | Checking tokio-stream v0.1.16 |
2010 | 2025-02-01T00:14:29.778Z | Checking newtype-uuid v1.2.1 |
2011 | 2025-02-01T00:14:29.987Z | Checking md-5 v0.10.6 |
2012 | 2025-02-01T00:14:30.054Z | Checking float-cmp v0.9.0 |
2013 | 2025-02-01T00:14:30.218Z | Checking fixedbitset v0.4.2 |
2014 | 2025-02-01T00:14:30.256Z | Checking fallible-iterator v0.2.0 |
2015 | 2025-02-01T00:14:30.286Z | Checking normalize-line-endings v0.3.0 |
2016 | 2025-02-01T00:14:30.337Z | Checking difflib v0.4.0 |
2017 | 2025-02-01T00:14:30.427Z | Checking smoltcp v0.9.1 |
2018 | 2025-02-01T00:14:30.492Z | Checking petgraph v0.6.5 |
2019 | 2025-02-01T00:14:30.639Z | Checking phf v0.11.2 |
2020 | 2025-02-01T00:14:30.693Z | Checking predicates v3.1.2 |
2021 | 2025-02-01T00:14:30.845Z | Checking postgres-protocol v0.6.7 |
2022 | 2025-02-01T00:14:30.920Z | Checking zip v0.6.6 |
2023 | 2025-02-01T00:14:31.343Z | Checking resolv-conf v0.7.0 |
2024 | 2025-02-01T00:14:31.481Z | Checking phf_shared v0.10.0 |
2025 | 2025-02-01T00:14:31.483Z | Checking tungstenite v0.24.0 |
2026 | 2025-02-01T00:14:31.578Z | Checking fs-err v2.11.0 |
2027 | 2025-02-01T00:14:31.729Z | Checking serde-big-array v0.5.1 |
2028 | 2025-02-01T00:14:31.771Z | Checking portable-atomic v1.9.0 |
2029 | 2025-02-01T00:14:31.799Z | Checking precomputed-hash v0.1.1 |
2030 | 2025-02-01T00:14:31.937Z | Checking lalrpop-util v0.19.12 |
2031 | 2025-02-01T00:14:31.968Z | Checking minimal-lexical v0.2.1 |
2032 | 2025-02-01T00:14:32.103Z | Checking new_debug_unreachable v1.0.6 |
2033 | 2025-02-01T00:14:32.211Z | Checking number_prefix v0.4.0 |
2034 | 2025-02-01T00:14:32.239Z | Checking string_cache v0.8.7 |
2035 | 2025-02-01T00:14:32.370Z | Checking tokio-tungstenite v0.24.0 |
2036 | 2025-02-01T00:14:32.398Z | Checking nom v7.1.3 |
2037 | 2025-02-01T00:14:32.427Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2038 | 2025-02-01T00:14:32.431Z | Checking hickory-resolver v0.24.2 |
2039 | 2025-02-01T00:14:32.529Z | Checking postgres-types v0.2.8 |
2040 | 2025-02-01T00:14:32.781Z | Checking indicatif v0.17.11 |
2041 | 2025-02-01T00:14:32.810Z | Checking itertools v0.12.1 |
2042 | 2025-02-01T00:14:32.838Z | Checking peg-runtime v0.8.3 |
2043 | 2025-02-01T00:14:33.090Z | Checking whoami v1.5.2 |
2044 | 2025-02-01T00:14:33.308Z | Compiling hashbrown v0.14.5 |
2045 | 2025-02-01T00:14:33.398Z | Checking tokio-postgres v0.7.12 |
2046 | 2025-02-01T00:14:33.446Z | Compiling thiserror v2.0.11 |
2047 | 2025-02-01T00:14:33.575Z | Compiling thiserror-impl v2.0.11 |
2048 | 2025-02-01T00:14:34.012Z | Checking qorb v0.2.1 |
2049 | 2025-02-01T00:14:34.448Z | Compiling regress v0.10.1 |
2050 | 2025-02-01T00:14:34.515Z | Compiling ident_case v1.0.1 |
2051 | 2025-02-01T00:14:34.726Z | Compiling darling_core v0.20.10 |
2052 | 2025-02-01T00:14:34.931Z | Compiling unsafe-libyaml v0.2.11 |
2053 | 2025-02-01T00:14:36.239Z | Compiling serde_yaml v0.9.34+deprecated |
2054 | 2025-02-01T00:14:36.278Z | Checking heck v0.5.0 |
2055 | 2025-02-01T00:14:36.514Z | Checking fastrand v2.1.1 |
2056 | 2025-02-01T00:14:36.815Z | Checking ipnetwork v0.20.0 |
2057 | 2025-02-01T00:14:36.843Z | Checking progenitor-client v0.9.1 |
2058 | 2025-02-01T00:14:37.068Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2059 | 2025-02-01T00:14:37.171Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2060 | 2025-02-01T00:14:37.220Z | Compiling structmeta-derive v0.3.0 |
2061 | 2025-02-01T00:14:37.393Z | Checking strum v0.26.3 |
2062 | 2025-02-01T00:14:37.525Z | Compiling dropshot v0.15.1 |
2063 | 2025-02-01T00:14:37.579Z | Checking macaddr v1.0.1 |
2064 | 2025-02-01T00:14:37.924Z | Compiling dropshot_endpoint v0.15.1 |
2065 | 2025-02-01T00:14:37.927Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2025-02-01T00:14:38.295Z | Compiling typify-impl v0.2.0 |
2067 | 2025-02-01T00:14:38.696Z | Checking tempfile v3.13.0 |
2068 | 2025-02-01T00:14:39.095Z | Checking progenitor-client v0.8.0 |
2069 | 2025-02-01T00:14:39.288Z | Checking instant v0.1.13 |
2070 | 2025-02-01T00:14:39.427Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2071 | 2025-02-01T00:14:39.454Z | Checking regress v0.9.1 |
2072 | 2025-02-01T00:14:39.687Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2073 | 2025-02-01T00:14:39.889Z | Compiling structmeta v0.3.0 |
2074 | 2025-02-01T00:14:40.017Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2075 | 2025-02-01T00:14:40.306Z | Compiling parse-display-derive v0.10.0 |
2076 | 2025-02-01T00:14:40.418Z | Checking backoff v0.4.0 |
2077 | 2025-02-01T00:14:40.450Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2025-02-01T00:14:40.621Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2079 | 2025-02-01T00:14:40.728Z | Checking wait-timeout v0.2.0 |
2080 | 2025-02-01T00:14:40.754Z | Compiling darling_macro v0.20.10 |
2081 | 2025-02-01T00:14:40.790Z | Checking rand_xorshift v0.3.0 |
2082 | 2025-02-01T00:14:40.928Z | Checking rusty-fork v0.3.0 |
2083 | 2025-02-01T00:14:41.000Z | Checking unarray v0.1.4 |
2084 | 2025-02-01T00:14:41.172Z | Compiling structmeta-derive v0.2.0 |
2085 | 2025-02-01T00:14:41.248Z | Checking proptest v1.5.0 |
2086 | 2025-02-01T00:14:41.681Z | Compiling darling v0.20.10 |
2087 | 2025-02-01T00:14:41.821Z | Compiling serde_with_macros v3.11.0 |
2088 | 2025-02-01T00:14:42.464Z | Checking camino-tempfile v1.1.1 |
2089 | 2025-02-01T00:14:42.766Z | Checking unicode-width v0.1.14 |
2090 | 2025-02-01T00:14:42.920Z | Compiling proc-macro-error v1.0.4 |
2091 | 2025-02-01T00:14:43.329Z | Compiling proc-macro-crate v1.3.1 |
2092 | 2025-02-01T00:14:43.611Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2093 | 2025-02-01T00:14:43.892Z | Compiling structmeta v0.2.0 |
2094 | 2025-02-01T00:14:43.995Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2095 | 2025-02-01T00:14:44.288Z | Compiling num_enum_derive v0.5.11 |
2096 | 2025-02-01T00:14:44.315Z | Compiling test-strategy v0.3.1 |
2097 | 2025-02-01T00:14:44.362Z | Checking parse-display v0.10.0 |
2098 | 2025-02-01T00:14:44.388Z | Checking serde_with v3.11.0 |
2099 | 2025-02-01T00:14:44.392Z | Compiling foreign-types-macros v0.2.3 |
2100 | 2025-02-01T00:14:44.586Z | Checking foreign-types-shared v0.3.1 |
2101 | 2025-02-01T00:14:45.093Z | Checking tabwriter v1.4.0 |
2102 | 2025-02-01T00:14:45.357Z | Checking cstr-argument v0.1.2 |
2103 | 2025-02-01T00:14:45.565Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2104 | 2025-02-01T00:14:45.639Z | Checking foreign-types v0.5.0 |
2105 | 2025-02-01T00:14:45.663Z | Checking pretty-hex v0.2.1 |
2106 | 2025-02-01T00:14:45.757Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2107 | 2025-02-01T00:14:45.855Z | Checking colored v2.1.0 |
2108 | 2025-02-01T00:14:46.159Z | Checking smf v0.2.3 |
2109 | 2025-02-01T00:14:46.218Z | Checking itertools v0.13.0 |
2110 | 2025-02-01T00:14:46.243Z | Checking base64 v0.21.7 |
2111 | 2025-02-01T00:14:46.388Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2112 | 2025-02-01T00:14:46.549Z | Checking num_enum v0.5.11 |
2113 | 2025-02-01T00:14:46.576Z | Compiling typify-impl v0.3.0 |
2114 | 2025-02-01T00:14:46.624Z | Compiling crucible-workspace-hack v0.1.0 |
2115 | 2025-02-01T00:14:46.683Z | Compiling zerocopy v0.8.10 |
2116 | 2025-02-01T00:14:46.728Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2117 | 2025-02-01T00:14:47.073Z | Checking atomicwrites v0.4.4 |
2118 | 2025-02-01T00:14:47.340Z | Compiling zerocopy-derive v0.8.10 |
2119 | 2025-02-01T00:14:47.572Z | Compiling heapless v0.8.0 |
2120 | 2025-02-01T00:14:47.768Z | Checking termtree v0.4.1 |
2121 | 2025-02-01T00:14:47.992Z | Checking predicates-tree v1.0.11 |
2122 | 2025-02-01T00:14:48.238Z | Checking hash32 v0.3.1 |
2123 | 2025-02-01T00:14:48.461Z | Compiling smoltcp v0.11.0 |
2124 | 2025-02-01T00:14:48.724Z | Checking cobs v0.2.3 |
2125 | 2025-02-01T00:14:48.938Z | Checking postcard v1.0.10 |
2126 | 2025-02-01T00:14:49.144Z | Checking sigpipe v0.1.3 |
2127 | 2025-02-01T00:14:49.280Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2128 | 2025-02-01T00:14:49.478Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2129 | 2025-02-01T00:14:49.642Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2130 | 2025-02-01T00:14:49.668Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2131 | 2025-02-01T00:14:49.713Z | Compiling mockall_derive v0.13.0 |
2132 | 2025-02-01T00:14:50.005Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2133 | 2025-02-01T00:14:50.062Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2134 | 2025-02-01T00:14:50.154Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2135 | 2025-02-01T00:14:50.443Z | Compiling zone_cfg_derive v0.3.0 |
2136 | 2025-02-01T00:14:51.803Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2137 | 2025-02-01T00:14:52.143Z | Compiling num-derive v0.4.2 |
2138 | 2025-02-01T00:14:52.168Z | Checking downcast v0.11.0 |
2139 | 2025-02-01T00:14:52.255Z | Checking fragile v2.0.0 |
2140 | 2025-02-01T00:14:52.394Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2141 | 2025-02-01T00:14:52.537Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2142 | 2025-02-01T00:14:52.744Z | Checking zone v0.3.0 |
2143 | 2025-02-01T00:14:52.816Z | Compiling convert_case v0.4.0 |
2144 | 2025-02-01T00:14:53.033Z | Checking tungstenite v0.21.0 |
2145 | 2025-02-01T00:14:53.537Z | Checking newline-converter v0.3.0 |
2146 | 2025-02-01T00:14:53.659Z | Compiling typify-macro v0.2.0 |
2147 | 2025-02-01T00:14:53.688Z | Compiling derive_more v0.99.18 |
2148 | 2025-02-01T00:14:53.722Z | Checking expectorate v1.1.0 |
2149 | 2025-02-01T00:14:53.905Z | Checking same-file v1.0.6 |
2150 | 2025-02-01T00:14:54.010Z | Checking tokio-tungstenite v0.21.0 |
2151 | 2025-02-01T00:14:54.112Z | Checking walkdir v2.5.0 |
2152 | 2025-02-01T00:14:54.380Z | Checking arc-swap v1.7.1 |
2153 | 2025-02-01T00:14:54.407Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2154 | 2025-02-01T00:14:54.494Z | Checking xattr v1.3.1 |
2155 | 2025-02-01T00:14:54.717Z | Checking filetime v0.2.25 |
2156 | 2025-02-01T00:14:54.783Z | Checking slog-scope v4.4.0 |
2157 | 2025-02-01T00:14:54.871Z | Checking num-rational v0.4.2 |
2158 | 2025-02-01T00:14:54.941Z | Checking tar v0.4.42 |
2159 | 2025-02-01T00:14:55.001Z | Checking slog-stdlog v4.1.1 |
2160 | 2025-02-01T00:14:55.196Z | Checking slog-envlogger v2.2.0 |
2161 | 2025-02-01T00:14:55.443Z | Checking num-complex v0.4.6 |
2162 | 2025-02-01T00:14:55.509Z | Checking float-ord v0.3.2 |
2163 | 2025-02-01T00:14:55.686Z | Checking indent_write v2.2.0 |
2164 | 2025-02-01T00:14:55.760Z | Compiling cancel-safe-futures v0.1.5 |
2165 | 2025-02-01T00:14:55.909Z | Compiling owo-colors v4.1.0 |
2166 | 2025-02-01T00:14:56.099Z | Checking swrite v0.1.0 |
2167 | 2025-02-01T00:14:56.294Z | Checking num v0.4.3 |
2168 | 2025-02-01T00:14:56.414Z | Checking libsw v3.3.1 |
2169 | 2025-02-01T00:14:56.699Z | Checking password-hash v0.5.0 |
2170 | 2025-02-01T00:14:56.742Z | Checking blake2 v0.10.6 |
2171 | 2025-02-01T00:14:56.944Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2172 | 2025-02-01T00:14:57.157Z | Checking linear-map v1.2.0 |
2173 | 2025-02-01T00:14:57.206Z | Checking argon2 v0.5.3 |
2174 | 2025-02-01T00:14:57.396Z | Compiling typify v0.2.0 |
2175 | 2025-02-01T00:14:57.559Z | Compiling progenitor-impl v0.8.0 |
2176 | 2025-02-01T00:14:57.629Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2177 | 2025-02-01T00:14:57.718Z | Checking mockall v0.13.0 |
2178 | 2025-02-01T00:14:57.752Z | Checking pem v3.0.4 |
2179 | 2025-02-01T00:14:57.897Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2180 | 2025-02-01T00:14:57.955Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2181 | 2025-02-01T00:14:58.026Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2182 | 2025-02-01T00:14:58.420Z | Compiling lzma-sys v0.1.20 |
2183 | 2025-02-01T00:14:58.827Z | Checking headers-core v0.3.0 |
2184 | 2025-02-01T00:14:58.998Z | Compiling heck v0.3.3 |
2185 | 2025-02-01T00:14:59.251Z | Checking highway v1.2.0 |
2186 | 2025-02-01T00:14:59.376Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2187 | 2025-02-01T00:14:59.552Z | Compiling zone_cfg_derive v0.1.2 |
2188 | 2025-02-01T00:14:59.732Z | Checking headers v0.4.0 |
2189 | 2025-02-01T00:14:59.808Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2190 | 2025-02-01T00:14:59.853Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2025-02-01T00:15:00.158Z | Checking yasna v0.5.2 |
2192 | 2025-02-01T00:15:00.487Z | Checking base64 v0.13.1 |
2193 | 2025-02-01T00:15:00.766Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2025-02-01T00:15:00.901Z | Checking ron v0.7.1 |
2195 | 2025-02-01T00:15:00.960Z | Checking zone v0.1.8 |
2196 | 2025-02-01T00:15:01.069Z | Checking rcgen v0.12.1 |
2197 | 2025-02-01T00:15:01.139Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2198 | 2025-02-01T00:15:01.239Z | Checking xz2 v0.1.7 |
2199 | 2025-02-01T00:15:01.583Z | Checking subprocess v0.2.9 |
2200 | 2025-02-01T00:15:01.665Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2201 | 2025-02-01T00:15:01.701Z | Checking humantime v2.1.0 |
2202 | 2025-02-01T00:15:01.767Z | Compiling typify-macro v0.3.0 |
2203 | 2025-02-01T00:15:02.000Z | Compiling semver v0.1.20 |
2204 | 2025-02-01T00:15:02.025Z | Checking prettyplease v0.2.25 |
2205 | 2025-02-01T00:15:02.108Z | Checking half v2.4.1 |
2206 | 2025-02-01T00:15:18.919Z | Compiling rustc_version v0.1.7 |
2207 | 2025-02-01T00:15:19.018Z | Checking ciborium-io v0.2.2 |
2208 | 2025-02-01T00:15:19.018Z | Checking ciborium-ll v0.2.2 |
2209 | 2025-02-01T00:15:19.018Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2210 | 2025-02-01T00:15:19.018Z | Compiling newtype_derive v0.1.6 |
2211 | 2025-02-01T00:15:19.096Z | Checking ciborium v0.2.2 |
2212 | 2025-02-01T00:15:19.096Z | Checking steno v0.4.1 |
2213 | 2025-02-01T00:15:19.096Z | Compiling progenitor-macro v0.8.0 |
2214 | 2025-02-01T00:15:19.096Z | Compiling typify v0.3.0 |
2215 | 2025-02-01T00:15:19.096Z | Compiling progenitor-impl v0.9.1 |
2216 | 2025-02-01T00:15:19.096Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2217 | 2025-02-01T00:15:19.096Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2218 | 2025-02-01T00:15:19.096Z | Compiling slog-dtrace v0.3.0 |
2219 | 2025-02-01T00:15:19.096Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2220 | 2025-02-01T00:15:19.096Z | Checking display-error-chain v0.2.2 |
2221 | 2025-02-01T00:15:19.096Z | Checking gethostname v0.5.0 |
2222 | 2025-02-01T00:15:19.096Z | Checking nibble_vec v0.1.0 |
2223 | 2025-02-01T00:15:19.096Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2224 | 2025-02-01T00:15:19.096Z | Compiling blake3 v1.5.4 |
2225 | 2025-02-01T00:15:19.096Z | Checking keccak v0.1.5 |
2226 | 2025-02-01T00:15:19.096Z | Checking endian-type v0.1.2 |
2227 | 2025-02-01T00:15:19.096Z | Checking radix_trie v0.2.1 |
2228 | 2025-02-01T00:15:19.096Z | Checking sha3 v0.10.8 |
2229 | 2025-02-01T00:15:19.096Z | Checking universal-hash v0.5.1 |
2230 | 2025-02-01T00:15:19.096Z | Checking secrecy v0.8.0 |
2231 | 2025-02-01T00:15:19.096Z | Checking opaque-debug v0.3.1 |
2232 | 2025-02-01T00:15:19.096Z | Checking aead v0.5.2 |
2233 | 2025-02-01T00:15:19.096Z | Checking poly1305 v0.8.0 |
2234 | 2025-02-01T00:15:19.096Z | Checking chacha20 v0.9.1 |
2235 | 2025-02-01T00:15:19.096Z | Compiling memmap2 v0.9.5 |
2236 | 2025-02-01T00:15:19.096Z | Compiling constant_time_eq v0.3.1 |
2237 | 2025-02-01T00:15:19.096Z | Compiling arrayref v0.3.9 |
2238 | 2025-02-01T00:15:19.097Z | Compiling arrayvec v0.7.6 |
2239 | 2025-02-01T00:15:19.097Z | Compiling toolchain_find v0.4.0 |
2240 | 2025-02-01T00:15:19.097Z | Compiling thiserror-impl-no-std v2.0.2 |
2241 | 2025-02-01T00:15:19.097Z | Compiling topological-sort v0.2.2 |
2242 | 2025-02-01T00:15:19.097Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2243 | 2025-02-01T00:15:19.097Z | Compiling rustfmt-wrapper v0.2.1 |
2244 | 2025-02-01T00:15:19.097Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2245 | 2025-02-01T00:15:19.097Z | Compiling omicron-zone-package v0.12.0 |
2246 | 2025-02-01T00:15:19.097Z | Checking chacha20poly1305 v0.10.1 |
2247 | 2025-02-01T00:15:19.097Z | Compiling async-recursion v1.1.1 |
2248 | 2025-02-01T00:15:19.097Z | Checking fxhash v0.2.1 |
2249 | 2025-02-01T00:15:19.097Z | Checking lockfree-object-pool v0.1.6 |
2250 | 2025-02-01T00:15:19.097Z | Checking simd-adler32 v0.3.7 |
2251 | 2025-02-01T00:15:19.097Z | Checking bumpalo v3.16.0 |
2252 | 2025-02-01T00:15:19.097Z | Compiling zip v2.1.3 |
2253 | 2025-02-01T00:15:19.097Z | Checking zopfli v0.8.1 |
2254 | 2025-02-01T00:15:19.097Z | Checking termcolor v1.4.1 |
2255 | 2025-02-01T00:15:19.097Z | Checking maplit v1.0.2 |
2256 | 2025-02-01T00:15:19.097Z | Compiling radium v0.7.0 |
2257 | 2025-02-01T00:15:19.097Z | Compiling const_format_proc_macros v0.2.34 |
2258 | 2025-02-01T00:15:19.097Z | Checking tap v1.0.1 |
2259 | 2025-02-01T00:15:19.097Z | Compiling maybe-uninit v2.0.0 |
2260 | 2025-02-01T00:15:19.097Z | Compiling progenitor-macro v0.9.1 |
2261 | 2025-02-01T00:15:19.097Z | Checking thiserror-no-std v2.0.2 |
2262 | 2025-02-01T00:15:19.097Z | Checking vsss-rs v3.3.4 |
2263 | 2025-02-01T00:15:19.097Z | Checking wyz v0.5.1 |
2264 | 2025-02-01T00:15:19.097Z | Checking crc-catalog v2.4.0 |
2265 | 2025-02-01T00:15:19.097Z | Checking funty v2.0.0 |
2266 | 2025-02-01T00:15:19.097Z | Checking home v0.5.9 |
2267 | 2025-02-01T00:15:19.097Z | Compiling packed_struct v0.10.1 |
2268 | 2025-02-01T00:15:19.097Z | Checking crc v3.2.1 |
2269 | 2025-02-01T00:15:19.097Z | Checking kstat-rs v0.2.4 |
2270 | 2025-02-01T00:15:19.097Z | Compiling packed_struct_codegen v0.10.1 |
2271 | 2025-02-01T00:15:19.097Z | Checking bitvec v1.0.1 |
2272 | 2025-02-01T00:15:19.097Z | Checking const_format v0.2.34 |
2273 | 2025-02-01T00:15:19.097Z | Compiling vte_generate_state_changes v0.1.2 |
2274 | 2025-02-01T00:15:19.097Z | Compiling indexmap v1.9.3 |
2275 | 2025-02-01T00:15:19.097Z | Compiling libefi-sys v0.1.0 |
2276 | 2025-02-01T00:15:19.098Z | Checking nodrop v0.1.14 |
2277 | 2025-02-01T00:15:19.098Z | Checking array-init v0.0.4 |
2278 | 2025-02-01T00:15:19.098Z | Checking vte v0.11.1 |
2279 | 2025-02-01T00:15:19.098Z | Checking smallvec v0.6.14 |
2280 | 2025-02-01T00:15:19.098Z | Checking fd-lock v4.0.2 |
2281 | 2025-02-01T00:15:19.098Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2282 | 2025-02-01T00:15:19.098Z | Compiling bitfield-struct v0.6.2 |
2283 | 2025-02-01T00:15:19.098Z | Checking bitfield v0.14.0 |
2284 | 2025-02-01T00:15:19.098Z | Checking hashbrown v0.12.3 |
2285 | 2025-02-01T00:15:19.098Z | Checking serde-hex v0.1.0 |
2286 | 2025-02-01T00:15:19.098Z | Checking strip-ansi-escapes v0.2.0 |
2287 | 2025-02-01T00:15:19.098Z | Checking progenitor v0.8.0 |
2288 | 2025-02-01T00:15:19.098Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2289 | 2025-02-01T00:15:19.098Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2290 | 2025-02-01T00:15:19.098Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2291 | 2025-02-01T00:15:19.098Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2292 | 2025-02-01T00:15:19.098Z | Checking env_logger v0.10.2 |
2293 | 2025-02-01T00:15:19.098Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2294 | 2025-02-01T00:15:19.195Z | Checking ron v0.8.1 |
2295 | 2025-02-01T00:15:19.266Z | Checking hashbrown v0.13.2 |
2296 | 2025-02-01T00:15:20.230Z | Checking crc-any v2.5.0 |
2297 | 2025-02-01T00:15:20.430Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2298 | 2025-02-01T00:15:20.564Z | Checking nu-ansi-term v0.50.1 |
2299 | 2025-02-01T00:15:20.598Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2300 | 2025-02-01T00:15:20.601Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2301 | 2025-02-01T00:15:20.973Z | Checking reedline v0.35.0 |
2302 | 2025-02-01T00:15:21.066Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2303 | 2025-02-01T00:15:21.090Z | Checking object v0.30.4 |
2304 | 2025-02-01T00:15:21.621Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2305 | 2025-02-01T00:15:21.708Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2306 | 2025-02-01T00:15:21.876Z | Compiling parking_lot_core v0.8.6 |
2307 | 2025-02-01T00:15:22.197Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2308 | 2025-02-01T00:15:22.312Z | Checking path-slash v0.1.5 |
2309 | 2025-02-01T00:15:23.459Z | Compiling phf_generator v0.11.2 |
2310 | 2025-02-01T00:15:23.668Z | Checking bytecount v0.6.8 |
2311 | 2025-02-01T00:15:23.850Z | Checking glob v0.3.2 |
2312 | 2025-02-01T00:15:24.080Z | Checking papergrid v0.11.0 |
2313 | 2025-02-01T00:15:24.175Z | Compiling phf_codegen v0.11.2 |
2314 | 2025-02-01T00:15:24.422Z | Checking parking_lot v0.11.2 |
2315 | 2025-02-01T00:15:24.798Z | Compiling tabled_derive v0.7.0 |
2316 | 2025-02-01T00:15:25.241Z | Compiling parse-zoneinfo v0.3.1 |
2317 | 2025-02-01T00:15:25.510Z | Compiling cfg_aliases v0.1.1 |
2318 | 2025-02-01T00:15:25.631Z | Compiling nix v0.28.0 |
2319 | 2025-02-01T00:15:25.677Z | Checking progenitor v0.9.1 |
2320 | 2025-02-01T00:15:25.908Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2321 | 2025-02-01T00:15:26.419Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2322 | 2025-02-01T00:15:26.955Z | Compiling chrono-tz-build v0.4.0 |
2323 | 2025-02-01T00:15:27.060Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2324 | 2025-02-01T00:15:27.083Z | Checking tabled v0.15.0 |
2325 | 2025-02-01T00:15:28.268Z | Checking sled v0.34.7 |
2326 | 2025-02-01T00:15:29.882Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2327 | 2025-02-01T00:15:30.269Z | Checking hickory-client v0.24.2 |
2328 | 2025-02-01T00:15:30.944Z | Checking hickory-server v0.24.2 |
2329 | 2025-02-01T00:15:31.005Z | Compiling chrono-tz v0.10.1 |
2330 | 2025-02-01T00:15:31.087Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2331 | 2025-02-01T00:15:31.352Z | Compiling unicase v2.7.0 |
2332 | 2025-02-01T00:15:31.645Z | Compiling buf-list v1.0.3 |
2333 | 2025-02-01T00:15:31.972Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2334 | 2025-02-01T00:15:32.352Z | Compiling peg-macros v0.8.4 |
2335 | 2025-02-01T00:15:33.034Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2336 | 2025-02-01T00:15:33.591Z | Compiling sqlparser_derive v0.2.2 |
2337 | 2025-02-01T00:15:34.157Z | Checking unicode_categories v0.1.1 |
2338 | 2025-02-01T00:15:34.248Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2339 | 2025-02-01T00:15:34.458Z | Checking sqlformat v0.2.6 |
2340 | 2025-02-01T00:15:34.516Z | Checking rustyline v14.0.0 |
2341 | 2025-02-01T00:15:34.615Z | Checking sqlparser v0.45.0 |
2342 | 2025-02-01T00:15:35.866Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2343 | 2025-02-01T00:15:36.070Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2344 | 2025-02-01T00:15:37.818Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2345 | 2025-02-01T00:15:38.991Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2025-02-01T00:15:39.015Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2347 | 2025-02-01T00:15:40.090Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2348 | 2025-02-01T00:15:40.234Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2349 | 2025-02-01T00:15:41.086Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2350 | 2025-02-01T00:15:41.807Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2351 | 2025-02-01T00:15:41.856Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2352 | 2025-02-01T00:15:42.228Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2353 | 2025-02-01T00:15:42.686Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2354 | 2025-02-01T00:15:42.873Z | Checking peg v0.8.4 |
2355 | 2025-02-01T00:15:42.991Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2356 | 2025-02-01T00:15:43.663Z | Checking bcs v0.1.6 |
2357 | 2025-02-01T00:15:43.739Z | Checking termtree v0.5.1 |
2358 | 2025-02-01T00:15:44.121Z | Checking primeorder v0.13.6 |
2359 | 2025-02-01T00:15:44.155Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2360 | 2025-02-01T00:15:44.355Z | Compiling mime_guess v2.0.5 |
2361 | 2025-02-01T00:15:44.591Z | Checking nanorand v0.7.0 |
2362 | 2025-02-01T00:15:44.755Z | Checking http-range v0.1.5 |
2363 | 2025-02-01T00:15:44.952Z | Checking flume v0.11.1 |
2364 | 2025-02-01T00:15:44.980Z | Checking atty v0.2.14 |
2365 | 2025-02-01T00:15:45.143Z | Compiling salty v0.3.0 |
2366 | 2025-02-01T00:15:45.405Z | Checking p384 v0.13.0 |
2367 | 2025-02-01T00:15:45.590Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2368 | 2025-02-01T00:15:46.160Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2369 | 2025-02-01T00:15:46.231Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2370 | 2025-02-01T00:15:46.524Z | Checking hyper-staticfile v0.10.1 |
2371 | 2025-02-01T00:15:46.746Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2372 | 2025-02-01T00:15:47.064Z | Compiling dsl_auto_type v0.1.2 |
2373 | 2025-02-01T00:15:47.203Z | Checking scheduled-thread-pool v0.2.7 |
2374 | 2025-02-01T00:15:47.234Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2375 | 2025-02-01T00:15:47.259Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2376 | 2025-02-01T00:15:47.285Z | Checking env_filter v0.1.2 |
2377 | 2025-02-01T00:15:47.437Z | Compiling diesel_table_macro_syntax v0.2.0 |
2378 | 2025-02-01T00:15:47.524Z | Compiling crunchy v0.2.2 |
2379 | 2025-02-01T00:15:47.873Z | Checking env_logger v0.11.5 |
2380 | 2025-02-01T00:15:48.035Z | Checking r2d2 v0.8.10 |
2381 | 2025-02-01T00:15:48.060Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2025-02-01T00:15:48.402Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2383 | 2025-02-01T00:15:48.507Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2384 | 2025-02-01T00:15:48.536Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2385 | 2025-02-01T00:15:48.703Z | Compiling diesel_derives v2.2.3 |
2386 | 2025-02-01T00:15:49.181Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2387 | 2025-02-01T00:15:49.354Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2388 | 2025-02-01T00:15:49.951Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2389 | 2025-02-01T00:15:49.976Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2390 | 2025-02-01T00:15:50.070Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2391 | 2025-02-01T00:15:51.002Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2392 | 2025-02-01T00:15:51.962Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2393 | 2025-02-01T00:15:53.507Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2394 | 2025-02-01T00:15:53.835Z | Compiling tiny-keccak v2.0.2 |
2395 | 2025-02-01T00:15:54.047Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2396 | 2025-02-01T00:15:54.215Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2397 | 2025-02-01T00:15:54.466Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2398 | 2025-02-01T00:15:54.568Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2399 | 2025-02-01T00:15:54.712Z | Compiling ref-cast v1.0.23 |
2400 | 2025-02-01T00:15:55.391Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2401 | 2025-02-01T00:15:55.538Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2402 | 2025-02-01T00:15:55.981Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2403 | 2025-02-01T00:15:56.128Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2404 | 2025-02-01T00:15:56.319Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2405 | 2025-02-01T00:15:56.624Z | Compiling ascii-canvas v3.0.0 |
2406 | 2025-02-01T00:15:56.669Z | Compiling ena v0.14.3 |
2407 | 2025-02-01T00:15:57.071Z | Compiling ref-cast-impl v1.0.23 |
2408 | 2025-02-01T00:15:57.140Z | Compiling diff v0.1.13 |
2409 | 2025-02-01T00:15:57.190Z | Compiling regex-syntax v0.6.29 |
2410 | 2025-02-01T00:15:57.776Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2411 | 2025-02-01T00:15:58.467Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2412 | 2025-02-01T00:15:58.923Z | Compiling pin-project-internal v1.1.6 |
2413 | 2025-02-01T00:15:59.745Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2414 | 2025-02-01T00:16:00.062Z | Compiling derive_builder_core v0.20.2 |
2415 | 2025-02-01T00:16:00.217Z | Checking diesel v2.2.6 |
2416 | 2025-02-01T00:16:00.245Z | Compiling libxml v0.3.3 |
2417 | 2025-02-01T00:16:00.621Z | Compiling lalrpop v0.19.12 |
2418 | 2025-02-01T00:16:01.478Z | Checking signal-hook-tokio v0.3.1 |
2419 | 2025-02-01T00:16:01.672Z | Compiling strum_macros v0.24.3 |
2420 | 2025-02-01T00:16:01.695Z | Checking pin-project v1.1.6 |
2421 | 2025-02-01T00:16:01.845Z | Compiling samael v0.0.17 |
2422 | 2025-02-01T00:16:02.311Z | Compiling derive_builder_macro v0.20.2 |
2423 | 2025-02-01T00:16:02.749Z | Compiling snafu-derive v0.8.5 |
2424 | 2025-02-01T00:16:02.850Z | Compiling indoc v1.0.9 |
2425 | 2025-02-01T00:16:03.139Z | Checking derive_builder v0.20.2 |
2426 | 2025-02-01T00:16:03.821Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2427 | 2025-02-01T00:16:04.834Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2428 | 2025-02-01T00:16:05.008Z | Checking olpc-cjson v0.1.4 |
2429 | 2025-02-01T00:16:05.030Z | Checking globset v0.4.15 |
2430 | 2025-02-01T00:16:05.129Z | Checking serde_plain v1.0.2 |
2431 | 2025-02-01T00:16:05.247Z | Checking quick-xml v0.33.0 |
2432 | 2025-02-01T00:16:05.393Z | Compiling oso-derive v0.27.3 |
2433 | 2025-02-01T00:16:05.548Z | Compiling impl-trait-for-tuples v0.2.2 |
2434 | 2025-02-01T00:16:05.815Z | Compiling memoffset v0.9.1 |
2435 | 2025-02-01T00:16:06.166Z | Checking typed-path v0.9.3 |
2436 | 2025-02-01T00:16:06.588Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2437 | 2025-02-01T00:16:07.728Z | Checking snafu v0.8.5 |
2438 | 2025-02-01T00:16:07.977Z | Checking tungstenite v0.23.0 |
2439 | 2025-02-01T00:16:08.197Z | Checking tough v0.19.0 |
2440 | 2025-02-01T00:16:08.252Z | Compiling diesel-dtrace v0.4.2 |
2441 | 2025-02-01T00:16:08.565Z | Checking parse-size v1.1.0 |
2442 | 2025-02-01T00:16:08.903Z | Checking tokio-tungstenite v0.23.1 |
2443 | 2025-02-01T00:16:09.008Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2444 | 2025-02-01T00:16:09.316Z | Checking bb8 v0.8.5 |
2445 | 2025-02-01T00:16:09.343Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2446 | 2025-02-01T00:16:09.785Z | Checking nix v0.27.1 |
2447 | 2025-02-01T00:16:09.822Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2448 | 2025-02-01T00:16:10.111Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2449 | 2025-02-01T00:16:12.363Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2450 | 2025-02-01T00:16:12.606Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2451 | 2025-02-01T00:16:12.683Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2452 | 2025-02-01T00:16:12.756Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2453 | 2025-02-01T00:16:12.822Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2454 | 2025-02-01T00:16:13.080Z | Checking heck v0.4.1 |
2455 | 2025-02-01T00:16:13.324Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2456 | 2025-02-01T00:16:13.749Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2457 | 2025-02-01T00:16:13.778Z | Checking rand_seeder v0.3.0 |
2458 | 2025-02-01T00:16:14.047Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2459 | 2025-02-01T00:16:14.275Z | Checking assert_matches v1.5.0 |
2460 | 2025-02-01T00:16:14.394Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2461 | 2025-02-01T00:16:14.557Z | Compiling libz-sys v1.1.20 |
2462 | 2025-02-01T00:16:14.635Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2463 | 2025-02-01T00:16:14.655Z | Checking castaway v0.2.3 |
2464 | 2025-02-01T00:16:14.768Z | Checking is_ci v1.2.0 |
2465 | 2025-02-01T00:16:14.828Z | Checking compact_str v0.8.0 |
2466 | 2025-02-01T00:16:14.933Z | Checking supports-color v3.0.1 |
2467 | 2025-02-01T00:16:15.158Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2468 | 2025-02-01T00:16:15.354Z | Checking unicode-truncate v1.1.0 |
2469 | 2025-02-01T00:16:15.628Z | Checking lru v0.12.5 |
2470 | 2025-02-01T00:16:15.683Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2471 | 2025-02-01T00:16:15.722Z | Compiling instability v0.3.2 |
2472 | 2025-02-01T00:16:15.910Z | Checking cassowary v0.3.0 |
2473 | 2025-02-01T00:16:16.153Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2474 | 2025-02-01T00:16:16.517Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2475 | 2025-02-01T00:16:16.704Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2476 | 2025-02-01T00:16:16.786Z | Checking ratatui v0.28.1 |
2477 | 2025-02-01T00:16:17.234Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2478 | 2025-02-01T00:16:17.563Z | Compiling vergen v8.3.2 |
2479 | 2025-02-01T00:16:17.883Z | Compiling cargo-platform v0.1.8 |
2480 | 2025-02-01T00:16:17.932Z | Checking unicode-linebreak v0.1.5 |
2481 | 2025-02-01T00:16:18.415Z | Checking smawk v0.3.2 |
2482 | 2025-02-01T00:16:18.439Z | Compiling cargo_metadata v0.18.1 |
2483 | 2025-02-01T00:16:18.655Z | Checking textwrap v0.16.1 |
2484 | 2025-02-01T00:16:19.108Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2025-02-01T00:16:19.470Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2486 | 2025-02-01T00:16:19.688Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2487 | 2025-02-01T00:16:20.323Z | Compiling libsqlite3-sys v0.30.1 |
2488 | 2025-02-01T00:16:20.863Z | Compiling cfg_aliases v0.2.1 |
2489 | 2025-02-01T00:16:20.969Z | Compiling rustls v0.21.12 |
2490 | 2025-02-01T00:16:20.996Z | Checking shell-words v1.1.0 |
2491 | 2025-02-01T00:16:21.193Z | Compiling nix v0.29.0 |
2492 | 2025-02-01T00:16:21.471Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2493 | 2025-02-01T00:16:21.504Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2494 | 2025-02-01T00:16:21.786Z | Checking sct v0.7.1 |
2495 | 2025-02-01T00:16:21.809Z | Checking rustls-webpki v0.101.7 |
2496 | 2025-02-01T00:16:22.122Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2497 | 2025-02-01T00:16:22.454Z | Checking hashlink v0.9.1 |
2498 | 2025-02-01T00:16:22.494Z | Checking concurrent-queue v2.5.0 |
2499 | 2025-02-01T00:16:22.767Z | Checking plotters-backend v0.3.7 |
2500 | 2025-02-01T00:16:22.840Z | Checking fallible-iterator v0.3.0 |
2501 | 2025-02-01T00:16:22.995Z | Checking parking v2.2.1 |
2502 | 2025-02-01T00:16:23.150Z | Checking fallible-streaming-iterator v0.1.9 |
2503 | 2025-02-01T00:16:23.203Z | Checking plotters-svg v0.3.7 |
2504 | 2025-02-01T00:16:23.359Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2505 | 2025-02-01T00:16:23.404Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2506 | 2025-02-01T00:16:23.482Z | Checking rusqlite v0.32.1 |
2507 | 2025-02-01T00:16:23.947Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2508 | 2025-02-01T00:16:24.486Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2025-02-01T00:16:24.717Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2510 | 2025-02-01T00:16:24.824Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2511 | 2025-02-01T00:16:25.313Z | Checking tokio-rustls v0.24.1 |
2512 | 2025-02-01T00:16:25.678Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2513 | 2025-02-01T00:16:25.879Z | Checking rustls-pemfile v1.0.4 |
2514 | 2025-02-01T00:16:25.981Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2515 | 2025-02-01T00:16:26.070Z | Checking twox-hash v2.1.0 |
2516 | 2025-02-01T00:16:26.108Z | Checking cast v0.3.0 |
2517 | 2025-02-01T00:16:26.334Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2518 | 2025-02-01T00:16:26.426Z | Checking criterion-plot v0.5.0 |
2519 | 2025-02-01T00:16:26.718Z | Checking plotters v0.3.7 |
2520 | 2025-02-01T00:16:26.916Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2521 | 2025-02-01T00:16:28.411Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2522 | 2025-02-01T00:16:28.439Z | Checking fatfs v0.3.6 |
2523 | 2025-02-01T00:16:28.827Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2524 | 2025-02-01T00:16:29.398Z | Checking tinytemplate v1.2.1 |
2525 | 2025-02-01T00:16:29.783Z | Checking csv-core v0.1.11 |
2526 | 2025-02-01T00:16:29.815Z | Checking hex-literal v0.4.1 |
2527 | 2025-02-01T00:16:29.942Z | Checking oorandom v11.1.4 |
2528 | 2025-02-01T00:16:29.966Z | Checking anes v0.1.6 |
2529 | 2025-02-01T00:16:30.125Z | Checking csv v1.3.1 |
2530 | 2025-02-01T00:16:30.149Z | Checking event-listener v5.3.1 |
2531 | 2025-02-01T00:16:30.294Z | Checking async-bb8-diesel v0.2.1 |
2532 | 2025-02-01T00:16:30.907Z | Checking criterion v0.5.1 |
2533 | 2025-02-01T00:16:30.943Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2534 | 2025-02-01T00:16:30.977Z | Checking rtoolbox v0.0.2 |
2535 | 2025-02-01T00:16:31.210Z | Checking rpassword v7.3.1 |
2536 | 2025-02-01T00:16:31.388Z | Checking event-listener-strategy v0.5.2 |
2537 | 2025-02-01T00:16:31.615Z | Checking tui-tree-widget v0.22.0 |
2538 | 2025-02-01T00:16:31.965Z | Checking polyval v0.6.2 |
2539 | 2025-02-01T00:16:32.268Z | Checking ghash v0.5.1 |
2540 | 2025-02-01T00:16:32.461Z | Checking futures-lite v2.3.0 |
2541 | 2025-02-01T00:16:33.619Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2542 | 2025-02-01T00:16:33.762Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2543 | 2025-02-01T00:16:34.297Z | Checking ctr v0.9.2 |
2544 | 2025-02-01T00:16:34.876Z | Checking yansi v1.0.1 |
2545 | 2025-02-01T00:16:35.001Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2546 | 2025-02-01T00:16:35.026Z | Checking aes-gcm v0.10.3 |
2547 | 2025-02-01T00:16:35.283Z | Checking ssh-encoding v0.2.0 |
2548 | 2025-02-01T00:16:35.402Z | Checking pretty_assertions v1.4.1 |
2549 | 2025-02-01T00:16:35.640Z | Checking blowfish v0.9.1 |
2550 | 2025-02-01T00:16:35.664Z | Checking ssh-cipher v0.2.0 |
2551 | 2025-02-01T00:16:35.894Z | Checking bcrypt-pbkdf v0.10.0 |
2552 | 2025-02-01T00:16:35.963Z | Checking async-lock v3.4.0 |
2553 | 2025-02-01T00:16:36.197Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2554 | 2025-02-01T00:16:36.779Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2555 | 2025-02-01T00:16:37.068Z | Checking polling v3.7.3 |
2556 | 2025-02-01T00:16:37.467Z | Checking password-hash v0.4.2 |
2557 | 2025-02-01T00:16:37.876Z | Checking pbkdf2 v0.11.0 |
2558 | 2025-02-01T00:16:38.111Z | Checking async-io v2.3.4 |
2559 | 2025-02-01T00:16:38.161Z | Checking ssh-key v0.6.6 |
2560 | 2025-02-01T00:16:38.957Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2561 | 2025-02-01T00:16:39.683Z | Checking p256 v0.13.2 |
2562 | 2025-02-01T00:16:39.706Z | Checking p521 v0.13.3 |
2563 | 2025-02-01T00:16:40.183Z | Checking russh-cryptovec v0.7.3 |
2564 | 2025-02-01T00:16:40.406Z | Compiling doc-comment v0.3.3 |
2565 | 2025-02-01T00:16:40.969Z | Checking md5 v0.7.0 |
2566 | 2025-02-01T00:16:40.991Z | Checking async-task v4.7.1 |
2567 | 2025-02-01T00:16:41.098Z | Compiling target-lexicon v0.12.16 |
2568 | 2025-02-01T00:16:41.248Z | Checking russh-keys v0.45.0 |
2569 | 2025-02-01T00:16:41.579Z | Checking async-channel v2.3.1 |
2570 | 2025-02-01T00:16:41.881Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2571 | 2025-02-01T00:16:42.027Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2572 | 2025-02-01T00:16:42.611Z | Checking piper v0.2.4 |
2573 | 2025-02-01T00:16:42.812Z | Checking num-bigint v0.4.6 |
2574 | 2025-02-01T00:16:42.849Z | Checking des v0.8.1 |
2575 | 2025-02-01T00:16:43.141Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2576 | 2025-02-01T00:16:43.389Z | Compiling guppy-workspace-hack v0.1.0 |
2577 | 2025-02-01T00:16:43.687Z | Checking futures-timer v3.0.3 |
2578 | 2025-02-01T00:16:43.989Z | Compiling assert_cmd v2.0.16 |
2579 | 2025-02-01T00:16:44.037Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2580 | 2025-02-01T00:16:44.456Z | Checking blocking v1.6.1 |
2581 | 2025-02-01T00:16:45.109Z | Checking russh v0.45.0 |
2582 | 2025-02-01T00:16:45.339Z | Checking async-executor v1.13.1 |
2583 | 2025-02-01T00:16:45.363Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2584 | 2025-02-01T00:16:45.694Z | Checking async-signal v0.2.10 |
2585 | 2025-02-01T00:16:45.918Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2586 | 2025-02-01T00:16:46.246Z | Checking event-listener v2.5.3 |
2587 | 2025-02-01T00:16:46.332Z | Compiling target-spec v3.2.2 |
2588 | 2025-02-01T00:16:46.486Z | Checking internet-checksum v0.2.1 |
2589 | 2025-02-01T00:16:46.688Z | Checking async-channel v1.9.0 |
2590 | 2025-02-01T00:16:46.942Z | Checking async-process v2.3.0 |
2591 | 2025-02-01T00:16:47.304Z | Checking async-global-executor v2.4.1 |
2592 | 2025-02-01T00:16:47.601Z | Checking cfg-expr v0.17.0 |
2593 | 2025-02-01T00:16:47.932Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2594 | 2025-02-01T00:16:48.038Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2595 | 2025-02-01T00:16:48.399Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2596 | 2025-02-01T00:16:48.810Z | Checking httptest v0.16.1 |
2597 | 2025-02-01T00:16:49.192Z | Checking rustls-native-certs v0.7.3 |
2598 | 2025-02-01T00:16:49.255Z | Compiling petname v2.0.2 |
2599 | 2025-02-01T00:16:49.396Z | Checking num_cpus v1.16.0 |
2600 | 2025-02-01T00:16:49.466Z | Checking kv-log-macro v1.0.7 |
2601 | 2025-02-01T00:16:49.532Z | Compiling async-attributes v1.1.2 |
2602 | 2025-02-01T00:16:50.380Z | Checking async-std v1.13.0 |
2603 | 2025-02-01T00:16:50.517Z | Checking threadpool v1.8.1 |
2604 | 2025-02-01T00:16:50.743Z | Checking hyper-rustls v0.26.0 |
2605 | 2025-02-01T00:16:51.405Z | Checking pathdiff v0.2.2 |
2606 | 2025-02-01T00:16:51.589Z | Compiling rstest_macros v0.23.0 |
2607 | 2025-02-01T00:16:51.661Z | Checking escape8259 v0.5.3 |
2608 | 2025-02-01T00:16:51.767Z | Checking nested v0.1.1 |
2609 | 2025-02-01T00:16:51.876Z | Compiling target-triple v0.1.3 |
2610 | 2025-02-01T00:16:52.003Z | Checking guppy v0.17.8 |
2611 | 2025-02-01T00:16:52.225Z | Checking libtest-mimic v0.7.3 |
2612 | 2025-02-01T00:16:52.454Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2613 | 2025-02-01T00:16:53.491Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2614 | 2025-02-01T00:16:53.716Z | Checking similar-asserts v1.6.0 |
2615 | 2025-02-01T00:16:53.828Z | Checking async-object-pool v0.1.5 |
2616 | 2025-02-01T00:16:53.977Z | Checking fancy-regex v0.13.0 |
2617 | 2025-02-01T00:16:54.021Z | Checking serde_regex v1.1.0 |
2618 | 2025-02-01T00:16:54.055Z | Checking assert-json-diff v2.0.2 |
2619 | 2025-02-01T00:16:54.283Z | Compiling proc-macro-crate v3.2.0 |
2620 | 2025-02-01T00:16:54.342Z | Checking path-tree v0.8.1 |
2621 | 2025-02-01T00:16:54.656Z | Checking stringmetrics v2.2.2 |
2622 | 2025-02-01T00:16:54.690Z | Checking sync-ptr v0.1.1 |
2623 | 2025-02-01T00:16:54.904Z | Compiling relative-path v1.9.3 |
2624 | 2025-02-01T00:16:54.925Z | Checking httpmock v0.8.0-alpha.1 |
2625 | 2025-02-01T00:16:55.071Z | Checking datatest-stable v0.2.9 |
2626 | 2025-02-01T00:16:55.448Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2627 | 2025-02-01T00:16:55.517Z | Checking blake2b_simd v1.0.2 |
2628 | 2025-02-01T00:16:56.352Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2629 | 2025-02-01T00:16:56.771Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2630 | 2025-02-01T00:16:57.096Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2631 | 2025-02-01T00:16:57.411Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2632 | 2025-02-01T00:16:57.702Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2633 | 2025-02-01T00:16:58.269Z | Checking serde_tokenstream v0.2.2 |
2634 | 2025-02-01T00:16:58.694Z | Checking uzers v0.12.1 |
2635 | 2025-02-01T00:16:59.244Z | Checking rust-argon2 v2.1.0 |
2636 | 2025-02-01T00:16:59.700Z | Checking trybuild v1.0.101 |
2637 | 2025-02-01T00:16:59.798Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2638 | 2025-02-01T00:17:00.956Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2639 | 2025-02-01T00:17:00.958Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2640 | 2025-02-01T00:17:02.206Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2641 | 2025-02-01T00:17:02.515Z | Checking rand_distr v0.4.3 |
2642 | 2025-02-01T00:17:03.257Z | Checking multimap v0.10.0 |
2643 | 2025-02-01T00:17:03.599Z | Checking approx v0.5.1 |
2644 | 2025-02-01T00:17:03.912Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2645 | 2025-02-01T00:17:04.443Z | Checking rstest v0.23.0 |
2646 | 2025-02-01T00:17:04.678Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2647 | 2025-02-01T00:17:05.461Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2648 | 2025-02-01T00:17:05.847Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2649 | 2025-02-01T00:17:06.685Z | Checking partial-io v0.5.4 |
2650 | 2025-02-01T00:17:06.772Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2651 | 2025-02-01T00:17:06.986Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2652 | 2025-02-01T00:17:07.009Z | Checking cargo_toml v0.20.5 |
2653 | 2025-02-01T00:17:07.084Z | Checking termios v0.3.3 |
2654 | 2025-02-01T00:17:07.316Z | Compiling indoc v2.0.5 |
2655 | 2025-02-01T00:17:08.182Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2656 | 2025-02-01T00:17:08.945Z | Compiling git2 v0.19.0 |
2657 | 2025-02-01T00:17:08.989Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2658 | 2025-02-01T00:17:11.006Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2659 | 2025-02-01T00:17:12.735Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2660 | 2025-02-01T00:17:17.362Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2661 | 2025-02-01T00:17:26.817Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2662 | 2025-02-01T00:17:30.491Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2663 | 2025-02-01T00:17:38.621Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2664 | 2025-02-01T00:18:04.606Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2665 | 2025-02-01T00:18:08.116Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2666 | 2025-02-01T00:18:08.652Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2667 | 2025-02-01T00:18:23.164Z | Compiling polar-core v0.27.3 |
2668 | 2025-02-01T00:18:30.671Z | Checking oso v0.27.3 |
2669 | 2025-02-01T00:19:05.481Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2670 | 2025-02-01T00:19:05.484Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2671 | 2025-02-01T00:19:05.484Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2672 | 2025-02-01T00:20:16.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s |
2673 | 2025-02-01T00:20:16.706Z | |
2674 | 2025-02-01T00:20:16.706Z | real 6:21.445723503 |
2675 | 2025-02-01T00:20:16.706Z | user 33:37.396575956 |
2676 | 2025-02-01T00:20:16.706Z | sys 5:06.498751530 |
2677 | 2025-02-01T00:20:16.706Z | trap 0.984263004 |
2678 | 2025-02-01T00:20:16.706Z | tflt 1.956673939 |
2679 | 2025-02-01T00:20:16.706Z | dflt 0.397608786 |
2680 | 2025-02-01T00:20:16.706Z | kflt 0.000950602 |
2681 | 2025-02-01T00:20:16.709Z | lock 47:10.753739558 |
2682 | 2025-02-01T00:20:16.709Z | slp 1:54:00.938671261 |
2683 | 2025-02-01T00:20:16.709Z | lat 1:44.457158921 |
2684 | 2025-02-01T00:20:16.709Z | stop 6:44.059521826 |
2685 | 2025-02-01T00:20:16.709Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2686 | 2025-02-01T00:20:16.709Z | + ptime -m cargo doc --workspace --no-deps |
2687 | 2025-02-01T00:20:17.884Z | warning: output filename collision. |
2688 | 2025-02-01T00:20:17.885Z | 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)`. |
2689 | 2025-02-01T00:20:17.885Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2690 | 2025-02-01T00:20:17.885Z | The targets should have unique names. |
2691 | 2025-02-01T00:20:17.885Z | This is a known bug where multiple crates with the same name use |
2692 | 2025-02-01T00:20:17.885Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2693 | 2025-02-01T00:20:18.365Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2694 | 2025-02-01T00:20:18.437Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2695 | 2025-02-01T00:20:18.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2696 | 2025-02-01T00:20:18.500Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2697 | 2025-02-01T00:20:18.522Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2698 | 2025-02-01T00:20:18.549Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2699 | 2025-02-01T00:20:18.549Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2700 | 2025-02-01T00:20:18.785Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2701 | 2025-02-01T00:20:18.809Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2702 | 2025-02-01T00:20:18.847Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2703 | 2025-02-01T00:20:18.901Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2704 | 2025-02-01T00:20:19.071Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2705 | 2025-02-01T00:20:19.104Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2706 | 2025-02-01T00:20:19.210Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2707 | 2025-02-01T00:20:19.520Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2708 | 2025-02-01T00:20:19.543Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2709 | 2025-02-01T00:20:19.971Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2710 | 2025-02-01T00:20:20.209Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2711 | 2025-02-01T00:20:20.285Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2712 | 2025-02-01T00:20:20.546Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2713 | 2025-02-01T00:20:20.662Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2714 | 2025-02-01T00:20:20.888Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2715 | 2025-02-01T00:20:21.008Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2716 | 2025-02-01T00:20:21.388Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2717 | 2025-02-01T00:20:21.933Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2718 | 2025-02-01T00:20:21.968Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2719 | 2025-02-01T00:20:22.331Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2720 | 2025-02-01T00:20:22.468Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2721 | 2025-02-01T00:20:22.490Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2722 | 2025-02-01T00:20:22.550Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2723 | 2025-02-01T00:20:22.755Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2724 | 2025-02-01T00:20:22.798Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2725 | 2025-02-01T00:20:22.945Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2726 | 2025-02-01T00:20:22.966Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2727 | 2025-02-01T00:20:23.083Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2728 | 2025-02-01T00:20:23.330Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2729 | 2025-02-01T00:20:23.415Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2730 | 2025-02-01T00:20:23.542Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2731 | 2025-02-01T00:20:23.676Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2732 | 2025-02-01T00:20:23.910Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2733 | 2025-02-01T00:20:23.913Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2734 | 2025-02-01T00:20:23.931Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2735 | 2025-02-01T00:20:24.011Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2736 | 2025-02-01T00:20:24.799Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2737 | 2025-02-01T00:20:25.228Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2738 | 2025-02-01T00:20:25.495Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2739 | 2025-02-01T00:20:26.601Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2740 | 2025-02-01T00:20:27.087Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2741 | 2025-02-01T00:20:27.816Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2742 | 2025-02-01T00:20:28.857Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2743 | 2025-02-01T00:20:29.535Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2744 | 2025-02-01T00:20:29.609Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2745 | 2025-02-01T00:20:30.691Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2746 | 2025-02-01T00:20:30.776Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2747 | 2025-02-01T00:20:31.127Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2748 | 2025-02-01T00:20:32.264Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2749 | 2025-02-01T00:20:32.349Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2750 | 2025-02-01T00:20:33.008Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2751 | 2025-02-01T00:20:33.153Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2752 | 2025-02-01T00:20:34.014Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2753 | 2025-02-01T00:20:34.622Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2754 | 2025-02-01T00:20:35.002Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2755 | 2025-02-01T00:20:35.468Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2756 | 2025-02-01T00:20:35.678Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2757 | 2025-02-01T00:20:40.286Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2758 | 2025-02-01T00:20:40.820Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2759 | 2025-02-01T00:20:40.943Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2760 | 2025-02-01T00:20:41.719Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2761 | 2025-02-01T00:20:42.000Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2762 | 2025-02-01T00:20:42.138Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2763 | 2025-02-01T00:20:42.953Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2764 | 2025-02-01T00:20:43.341Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2765 | 2025-02-01T00:20:43.368Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2766 | 2025-02-01T00:20:43.471Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2767 | 2025-02-01T00:20:44.117Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2768 | 2025-02-01T00:20:44.680Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2769 | 2025-02-01T00:20:44.772Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2770 | 2025-02-01T00:20:45.538Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2771 | 2025-02-01T00:20:45.636Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2772 | 2025-02-01T00:20:45.797Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2773 | 2025-02-01T00:20:45.987Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2774 | 2025-02-01T00:20:46.081Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2775 | 2025-02-01T00:20:46.196Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2776 | 2025-02-01T00:20:47.440Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2777 | 2025-02-01T00:20:47.564Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2778 | 2025-02-01T00:20:47.712Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2779 | 2025-02-01T00:20:48.001Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2780 | 2025-02-01T00:20:48.488Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2781 | 2025-02-01T00:20:49.045Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2782 | 2025-02-01T00:20:49.068Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2783 | 2025-02-01T00:20:49.200Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2784 | 2025-02-01T00:20:50.232Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2785 | 2025-02-01T00:20:50.246Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2786 | 2025-02-01T00:20:50.324Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2787 | 2025-02-01T00:20:50.502Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2788 | 2025-02-01T00:20:50.523Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2789 | 2025-02-01T00:20:50.726Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2790 | 2025-02-01T00:20:51.015Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2791 | 2025-02-01T00:20:51.070Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2792 | 2025-02-01T00:20:51.567Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2793 | 2025-02-01T00:20:51.916Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2794 | 2025-02-01T00:20:52.166Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2795 | 2025-02-01T00:20:52.316Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2796 | 2025-02-01T00:20:52.453Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2797 | 2025-02-01T00:20:52.740Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2798 | 2025-02-01T00:20:53.813Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2799 | 2025-02-01T00:20:54.696Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2800 | 2025-02-01T00:20:55.236Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2801 | 2025-02-01T00:20:55.519Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2802 | 2025-02-01T00:20:55.972Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2803 | 2025-02-01T00:20:56.638Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2804 | 2025-02-01T00:20:57.051Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2805 | 2025-02-01T00:20:57.131Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2806 | 2025-02-01T00:20:57.186Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2807 | 2025-02-01T00:20:57.604Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2808 | 2025-02-01T00:20:57.874Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2809 | 2025-02-01T00:20:57.925Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2810 | 2025-02-01T00:20:58.250Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2811 | 2025-02-01T00:21:00.669Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2812 | 2025-02-01T00:21:01.026Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2813 | 2025-02-01T00:21:01.921Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2814 | 2025-02-01T00:21:01.953Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2815 | 2025-02-01T00:21:01.999Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2816 | 2025-02-01T00:21:02.124Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2817 | 2025-02-01T00:21:02.366Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2818 | 2025-02-01T00:21:03.046Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2819 | 2025-02-01T00:21:03.252Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2820 | 2025-02-01T00:21:04.268Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2821 | 2025-02-01T00:21:06.001Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2822 | 2025-02-01T00:21:06.383Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2823 | 2025-02-01T00:21:06.989Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2824 | 2025-02-01T00:21:13.576Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2825 | 2025-02-01T00:21:16.477Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2826 | 2025-02-01T00:21:16.858Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2827 | 2025-02-01T00:21:17.317Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2828 | 2025-02-01T00:21:22.422Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2829 | 2025-02-01T00:21:22.739Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2830 | 2025-02-01T00:21:22.800Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2831 | 2025-02-01T00:21:23.232Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2832 | 2025-02-01T00:21:23.256Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2833 | 2025-02-01T00:21:25.041Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2834 | 2025-02-01T00:21:26.298Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2835 | 2025-02-01T00:21:27.297Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2836 | 2025-02-01T00:21:27.641Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2837 | 2025-02-01T00:21:28.009Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2838 | 2025-02-01T00:21:31.872Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2839 | 2025-02-01T00:21:32.933Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2840 | 2025-02-01T00:21:33.036Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2841 | 2025-02-01T00:21:34.261Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2842 | 2025-02-01T00:21:34.761Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2843 | 2025-02-01T00:21:35.549Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2844 | 2025-02-01T00:21:36.152Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2845 | 2025-02-01T00:21:36.697Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2846 | 2025-02-01T00:21:37.659Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2847 | 2025-02-01T00:21:39.091Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2848 | 2025-02-01T00:21:39.498Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2849 | 2025-02-01T00:21:40.392Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2850 | 2025-02-01T00:21:40.902Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2851 | 2025-02-01T00:21:41.267Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2852 | 2025-02-01T00:21:42.687Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2853 | 2025-02-01T00:21:43.562Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2854 | 2025-02-01T00:21:44.202Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2855 | 2025-02-01T00:21:44.814Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2856 | 2025-02-01T00:21:44.836Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2857 | 2025-02-01T00:21:46.807Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2858 | 2025-02-01T00:21:47.280Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2859 | 2025-02-01T00:21:47.726Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2860 | 2025-02-01T00:21:47.910Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2861 | 2025-02-01T00:21:48.329Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2862 | 2025-02-01T00:21:49.250Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2863 | 2025-02-01T00:21:51.256Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2864 | 2025-02-01T00:21:51.698Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2865 | 2025-02-01T00:21:51.882Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2866 | 2025-02-01T00:21:52.789Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2867 | 2025-02-01T00:21:53.182Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2868 | 2025-02-01T00:21:53.758Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2869 | 2025-02-01T00:21:54.704Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2870 | 2025-02-01T00:21:55.198Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2871 | 2025-02-01T00:21:55.746Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2872 | 2025-02-01T00:21:57.728Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2873 | 2025-02-01T00:21:58.240Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2874 | 2025-02-01T00:21:58.826Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2875 | 2025-02-01T00:21:59.829Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2876 | 2025-02-01T00:22:00.195Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2877 | 2025-02-01T00:22:00.995Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2878 | 2025-02-01T00:22:01.928Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2879 | 2025-02-01T00:22:02.112Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2880 | 2025-02-01T00:22:02.326Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2025-02-01T00:22:04.141Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2882 | 2025-02-01T00:22:05.949Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2883 | 2025-02-01T00:22:06.523Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2884 | 2025-02-01T00:22:07.118Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2885 | 2025-02-01T00:22:08.549Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2886 | 2025-02-01T00:22:09.119Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2887 | 2025-02-01T00:22:10.675Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2888 | 2025-02-01T00:22:11.315Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2889 | 2025-02-01T00:22:11.879Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2890 | 2025-02-01T00:22:12.211Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2891 | 2025-02-01T00:22:12.466Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2892 | 2025-02-01T00:22:14.329Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2893 | 2025-02-01T00:22:15.001Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2894 | 2025-02-01T00:22:15.712Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2895 | 2025-02-01T00:22:16.582Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2896 | 2025-02-01T00:22:16.898Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2897 | 2025-02-01T00:22:18.166Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2898 | 2025-02-01T00:22:18.588Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2899 | 2025-02-01T00:22:19.232Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2900 | 2025-02-01T00:22:20.293Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2901 | 2025-02-01T00:22:21.386Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2902 | 2025-02-01T00:22:21.723Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2903 | 2025-02-01T00:22:22.441Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2904 | 2025-02-01T00:22:23.425Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2905 | 2025-02-01T00:22:23.667Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2906 | 2025-02-01T00:22:23.804Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2907 | 2025-02-01T00:22:24.979Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2908 | 2025-02-01T00:22:24.985Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2909 | 2025-02-01T00:22:24.985Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2910 | 2025-02-01T00:22:25.787Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2911 | 2025-02-01T00:22:26.107Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2912 | 2025-02-01T00:22:26.234Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2913 | 2025-02-01T00:22:27.044Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2914 | 2025-02-01T00:22:27.280Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2915 | 2025-02-01T00:22:27.301Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2916 | 2025-02-01T00:22:27.491Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2917 | 2025-02-01T00:22:43.797Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2918 | 2025-02-01T00:22:43.800Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2919 | 2025-02-01T00:22:43.800Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2920 | 2025-02-01T00:22:43.800Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2921 | 2025-02-01T00:22:44.713Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2922 | 2025-02-01T00:22:44.771Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2923 | 2025-02-01T00:22:44.810Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2924 | 2025-02-01T00:22:44.956Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2925 | 2025-02-01T00:22:46.815Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2926 | 2025-02-01T00:22:52.012Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2927 | 2025-02-01T00:22:52.585Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2928 | 2025-02-01T00:23:32.317Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2929 | 2025-02-01T00:23:38.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s |
2930 | 2025-02-01T00:23:39.115Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2931 | 2025-02-01T00:23:39.183Z | |
2932 | 2025-02-01T00:23:39.185Z | real 3:22.412153014 |
2933 | 2025-02-01T00:23:39.185Z | user 17:45.711174245 |
2934 | 2025-02-01T00:23:39.185Z | sys 2:32.583087365 |
2935 | 2025-02-01T00:23:39.185Z | trap 0.497677774 |
2936 | 2025-02-01T00:23:39.186Z | tflt 0.269384338 |
2937 | 2025-02-01T00:23:39.186Z | dflt 0.104134793 |
2938 | 2025-02-01T00:23:39.186Z | kflt 0.000191000 |
2939 | 2025-02-01T00:23:39.186Z | lock 28:13.372063571 |
2940 | 2025-02-01T00:23:39.186Z | slp 50:10.634973926 |
2941 | 2025-02-01T00:23:39.186Z | lat 1:11.495833155 |
2942 | 2025-02-01T00:23:39.186Z | stop 1:17.143302198 |
2943 | 2025-02-01T00:23:39.186Z | process exited: duration 898037 ms, exit code 0 |
|
2944 | 2025-02-01T00:23:39.192Z | found 0 output files |