|
|
|
1 | 2025-01-25T04:21:54.402Z | job assigned to worker 01JJDV2E9SXN23JKCXFVWHVMJT [factory aws, i-083b15406ac382467] (queued for 55 s) |
|
2 | 2025-01-25T04:22:02.473Z | starting task 0: "setup" |
3 | 2025-01-25T04:22:02.488Z | ++ uname -s |
4 | 2025-01-25T04:22:02.488Z | + kern=SunOS |
5 | 2025-01-25T04:22:02.488Z | + case "$kern" in |
6 | 2025-01-25T04:22:02.488Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:22:02.488Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:22:04.582Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:22:04.591Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:22:04.591Z | + home_fs=zfs |
11 | 2025-01-25T04:22:04.591Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:22:04.591Z | + mkdir -p /home/build |
13 | 2025-01-25T04:22:04.591Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:22:05.597Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:22:05.616Z | process exited: duration 3157 ms, exit code 0 |
|
16 | 2025-01-25T04:22:05.778Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:22:05.817Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:22:05.817Z | * toolchain channel = "1.84.0" |
19 | 2025-01-25T04:22:05.819Z | ' 1.84.0 |
20 | 2025-01-25T04:22:05.820Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-25T04:22:05.820Z | ' default |
22 | 2025-01-25T04:22:05.820Z | * toolchain profile = "default" |
23 | 2025-01-25T04:22:05.820Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:22:05.820Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:22:05.820Z | info: downloading installer |
26 | 2025-01-25T04:22:07.135Z | info: profile set to 'default' |
27 | 2025-01-25T04:22:07.135Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:22:07.159Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:22:07.255Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:22:07.255Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:22:07.984Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:22:08.265Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:22:09.350Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:22:10.846Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:22:16.465Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:22:16.632Z | info: installing component 'cargo' |
37 | 2025-01-25T04:22:17.470Z | info: installing component 'clippy' |
38 | 2025-01-25T04:22:17.841Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:22:19.503Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:22:21.258Z | info: installing component 'rustc' |
41 | 2025-01-25T04:22:27.328Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:22:27.668Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:22:27.668Z | |
44 | 2025-01-25T04:22:28.058Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:22:28.058Z | |
46 | 2025-01-25T04:22:28.060Z | |
47 | 2025-01-25T04:22:28.060Z | Rust is installed now. Great! |
48 | 2025-01-25T04:22:28.061Z | |
49 | 2025-01-25T04:22:28.061Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:22:28.061Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:22:28.061Z | |
52 | 2025-01-25T04:22:28.061Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:22:28.061Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:22:28.061Z | |
55 | 2025-01-25T04:22:28.061Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:22:28.061Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:22:28.061Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:22:28.137Z | + rustc --version |
59 | 2025-01-25T04:22:28.204Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:22:28.208Z | process exited: duration 22549 ms, exit code 0 |
|
61 | 2025-01-25T04:22:28.215Z | starting task 2: "authentication" |
62 | 2025-01-25T04:22:28.232Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2025-01-25T04:22:32.328Z | process exited: duration 4112 ms, exit code 0 |
|
64 | 2025-01-25T04:22:32.333Z | starting task 3: "clone repository" |
65 | 2025-01-25T04:22:32.340Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2025-01-25T04:22:32.342Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2025-01-25T04:22:32.384Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2025-01-25T04:22:40.458Z | + cd /work/oxidecomputer/omicron |
69 | 2025-01-25T04:22:40.458Z | + git fetch origin ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
70 | 2025-01-25T04:22:40.748Z | From https://github.com/oxidecomputer/omicron |
71 | 2025-01-25T04:22:40.748Z | * branch ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 -> FETCH_HEAD |
72 | 2025-01-25T04:22:40.759Z | + [[ -n renovate/csv-1.x ]] |
73 | 2025-01-25T04:22:40.762Z | ++ git branch --show-current |
74 | 2025-01-25T04:22:40.764Z | + current=main |
75 | 2025-01-25T04:22:40.764Z | + [[ main != renovate/csv-1.x ]] |
76 | 2025-01-25T04:22:40.764Z | + git branch -f renovate/csv-1.x ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
77 | 2025-01-25T04:22:40.767Z | + git checkout -f renovate/csv-1.x |
78 | 2025-01-25T04:22:40.954Z | Switched to branch 'renovate/csv-1.x' |
79 | 2025-01-25T04:22:40.958Z | + git reset --hard ffe7acf48bbd8001e3ba53754bfc1c727ed69e51 |
80 | 2025-01-25T04:22:40.965Z | HEAD is now at ffe7acf48 Update Rust crate csv to 1.3.1 |
81 | 2025-01-25T04:22:40.968Z | process exited: duration 8632 ms, exit code 0 |
|
82 | 2025-01-25T04:22:40.973Z | starting task 4: "build" |
83 | 2025-01-25T04:22:40.978Z | + source ./env.sh |
84 | 2025-01-25T04:22:40.978Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2025-01-25T04:22:40.978Z | ++ set -o xtrace |
86 | 2025-01-25T04:22:40.983Z | ++++ dirname ./env.sh |
87 | 2025-01-25T04:22:40.987Z | +++ readlink -f . |
88 | 2025-01-25T04:22:40.989Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2025-01-25T04:22:40.989Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-25T04:22:40.990Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-25T04:22:40.990Z | ++ 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 |
92 | 2025-01-25T04:22:40.990Z | ++ 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 |
93 | 2025-01-25T04:22:40.990Z | ++ 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 |
94 | 2025-01-25T04:22:40.990Z | ++ 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 |
95 | 2025-01-25T04:22:40.990Z | ++ 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 |
96 | 2025-01-25T04:22:40.990Z | ++ 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 |
97 | 2025-01-25T04:22:40.990Z | ++ case $OLD_SHELL_OPTS in |
98 | 2025-01-25T04:22:40.990Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2025-01-25T04:22:40.990Z | + source .github/buildomat/ci-env.sh |
100 | 2025-01-25T04:22:40.990Z | ++ export CARGO_TERM_COLOR=always |
101 | 2025-01-25T04:22:40.991Z | ++ CARGO_TERM_COLOR=always |
102 | 2025-01-25T04:22:40.991Z | + cargo --version |
103 | 2025-01-25T04:22:41.048Z | cargo 1.84.0 (66221abde 2024-11-19) |
104 | 2025-01-25T04:22:41.056Z | + rustc --version |
105 | 2025-01-25T04:22:41.130Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
106 | 2025-01-25T04:22:41.152Z | + banner prerequisites |
107 | 2025-01-25T04:22:41.152Z | |
108 | 2025-01-25T04:22:41.153Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2025-01-25T04:22:41.153Z | # # # # # # # # # # # # # # # |
110 | 2025-01-25T04:22:41.153Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2025-01-25T04:22:41.153Z | ##### ##### # ##### # # # # # # # # # |
112 | 2025-01-25T04:22:41.153Z | # # # # # # # # # # # # # # # |
113 | 2025-01-25T04:22:41.153Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2025-01-25T04:22:41.153Z | |
115 | 2025-01-25T04:22:41.153Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2025-01-25T04:22:42.804Z | pkg list: illegal option -- F |
117 | 2025-01-25T04:22:42.804Z | Usage: |
118 | 2025-01-25T04:22:42.830Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
119 | 2025-01-25T04:22:42.830Z | [pkg_fmri_pattern ...] |
120 | 2025-01-25T04:22:43.642Z | pkg list: illegal option -- F |
121 | 2025-01-25T04:22:43.642Z | Usage: |
122 | 2025-01-25T04:22:43.642Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
123 | 2025-01-25T04:22:43.642Z | [pkg_fmri_pattern ...] |
124 | 2025-01-25T04:22:52.758Z | Startup: Refreshing catalog 'helios-dev' ... Done |
125 | 2025-01-25T04:22:56.888Z | Startup: Caching catalogs ... Done |
126 | 2025-01-25T04:23:08.504Z | Planning: Solver setup ... Done (10.800s) |
127 | 2025-01-25T04:23:08.651Z | Planning: Running solver ... Done (0.148s) |
128 | 2025-01-25T04:23:08.767Z | Planning: Finding local manifests ... Done (0.007s) |
129 | 2025-01-25T04:23:10.170Z | Planning: Fetching manifests: 0/7 0% complete |
130 | 2025-01-25T04:23:13.145Z | Planning: Fetching manifests: 7/7 100% complete |
131 | 2025-01-25T04:23:13.273Z | Planning: Package planning ... Done (0.109s) |
132 | 2025-01-25T04:23:13.441Z | Planning: Merging actions ... Done (0.057s) |
133 | 2025-01-25T04:23:13.640Z | Planning: Checking for conflicting actions ... Done (0.196s) |
134 | 2025-01-25T04:23:15.419Z | Planning: Consolidating action changes ... Done (1.974s) |
135 | 2025-01-25T04:23:15.853Z | Planning: Evaluating mediators ... Done (0.434s) |
136 | 2025-01-25T04:23:15.934Z | Planning: Planning completed in 18.95 seconds |
137 | 2025-01-25T04:23:15.950Z | Packages to install: 4 |
138 | 2025-01-25T04:23:15.950Z | Packages to update: 3 |
139 | 2025-01-25T04:23:15.954Z | Mediators to change: 2 |
140 | 2025-01-25T04:23:15.954Z | Services to change: 1 |
141 | 2025-01-25T04:23:15.954Z | Estimated space available: 155.61 GB |
142 | 2025-01-25T04:23:15.954Z | Estimated space to be consumed: 1.64 GB |
143 | 2025-01-25T04:23:15.954Z | Create boot environment: No |
144 | 2025-01-25T04:23:15.954Z | Create backup boot environment: Yes |
145 | 2025-01-25T04:23:15.954Z | Rebuild boot archive: No |
146 | 2025-01-25T04:23:15.954Z | |
147 | 2025-01-25T04:23:15.954Z | Changed mediators: |
148 | 2025-01-25T04:23:15.954Z | mediator clang: |
149 | 2025-01-25T04:23:15.954Z | version: None -> 15 (system default) |
150 | 2025-01-25T04:23:15.955Z | |
151 | 2025-01-25T04:23:15.955Z | mediator llvm: |
152 | 2025-01-25T04:23:15.955Z | version: 14 (system default) -> 15 (system default) |
153 | 2025-01-25T04:23:15.955Z | |
154 | 2025-01-25T04:23:15.955Z | Changed packages: |
155 | 2025-01-25T04:23:15.955Z | helios-dev |
156 | 2025-01-25T04:23:15.955Z | developer/build-essential |
157 | 2025-01-25T04:23:15.955Z | None -> 11-2.0 |
158 | 2025-01-25T04:23:15.955Z | library/libxmlsec1 |
159 | 2025-01-25T04:23:15.955Z | None -> 1.2.35-2.0 |
160 | 2025-01-25T04:23:15.955Z | ooce/developer/clang-15 |
161 | 2025-01-25T04:23:15.955Z | None -> 15.0.7-2.0 |
162 | 2025-01-25T04:23:15.955Z | ooce/developer/llvm-15 |
163 | 2025-01-25T04:23:15.955Z | None -> 15.0.7-2.0 |
164 | 2025-01-25T04:23:15.955Z | package/pkg |
165 | 2025-01-25T04:23:15.955Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
166 | 2025-01-25T04:23:15.955Z | system/library/g++-runtime |
167 | 2025-01-25T04:23:15.956Z | 13-2.0 -> 14-2.0 |
168 | 2025-01-25T04:23:15.956Z | system/library/gcc-runtime |
169 | 2025-01-25T04:23:15.956Z | 13-2.0 -> 14-2.0 |
170 | 2025-01-25T04:23:15.956Z | |
171 | 2025-01-25T04:23:15.956Z | Services: |
172 | 2025-01-25T04:23:15.956Z | restart_fmri: |
173 | 2025-01-25T04:23:15.956Z | svc:/system/update-man-index:default |
174 | 2025-01-25T04:23:15.956Z | |
175 | 2025-01-25T04:23:15.956Z | Editable files to change: |
176 | 2025-01-25T04:23:15.956Z | Update: |
177 | 2025-01-25T04:23:15.956Z | usr/share/lib/pkg/web/config.shtml |
178 | 2025-01-25T04:23:16.031Z | |
179 | 2025-01-25T04:23:16.031Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
180 | 2025-01-25T04:23:21.086Z | Download: 150/4301 items 0.4/225.4MB 0% complete (98.5k/s) |
181 | 2025-01-25T04:23:28.573Z | Download: 211/4301 items 1.3/225.4MB 0% complete (160k/s) |
182 | 2025-01-25T04:23:33.691Z | Download: 331/4301 items 16.5/225.4MB 7% complete (1.6M/s) |
183 | 2025-01-25T04:23:38.710Z | Download: 456/4301 items 16.9/225.4MB 7% complete (1.8M/s) |
184 | 2025-01-25T04:23:43.788Z | Download: 627/4301 items 17.9/225.4MB 7% complete (295k/s) |
185 | 2025-01-25T04:23:48.819Z | Download: 810/4301 items 18.6/225.4MB 8% complete (167k/s) |
186 | 2025-01-25T04:23:53.842Z | Download: 940/4301 items 19.0/225.4MB 8% complete (119k/s) |
187 | 2025-01-25T04:23:58.890Z | Download: 1073/4301 items 19.7/225.4MB 8% complete (122k/s) |
188 | 2025-01-25T04:24:04.732Z | Download: 1193/4301 items 83.5/225.4MB 37% complete (6.4M/s) |
189 | 2025-01-25T04:24:16.483Z | Download: 1194/4301 items 83.5/225.4MB 37% complete |
190 | 2025-01-25T04:24:22.917Z | Download: 1195/4301 items 83.5/225.4MB 37% complete |
191 | 2025-01-25T04:24:27.922Z | Download: 1478/4301 items 117.3/225.4MB 52% complete (7.2M/s) |
192 | 2025-01-25T04:24:33.051Z | Download: 1748/4301 items 118.2/225.4MB 52% complete (3.8M/s) |
193 | 2025-01-25T04:24:38.084Z | Download: 1935/4301 items 118.6/225.4MB 52% complete (159k/s) |
194 | 2025-01-25T04:24:43.137Z | Download: 2098/4301 items 118.8/225.4MB 52% complete (68.6k/s) |
195 | 2025-01-25T04:24:48.957Z | Download: 2215/4301 items 119.2/225.4MB 52% complete (64.7k/s) |
196 | 2025-01-25T04:24:57.564Z | Download: 2219/4301 items 119.2/225.4MB 52% complete (61.7k/s) |
197 | 2025-01-25T04:25:06.889Z | Download: 2222/4301 items 119.2/225.4MB 52% complete |
198 | 2025-01-25T04:25:11.896Z | Download: 2381/4301 items 119.8/225.4MB 53% complete (67.8k/s) |
199 | 2025-01-25T04:25:16.931Z | Download: 2722/4301 items 120.8/225.4MB 53% complete (162k/s) |
200 | 2025-01-25T04:25:21.970Z | Download: 3037/4301 items 121.4/225.4MB 53% complete (161k/s) |
201 | 2025-01-25T04:25:27.249Z | Download: 3242/4301 items 202.5/225.4MB 89% complete (8.1M/s) |
202 | 2025-01-25T04:25:32.389Z | Download: 3273/4301 items 207.9/225.4MB 92% complete (8.6M/s) |
203 | 2025-01-25T04:25:38.061Z | Download: 3289/4301 items 212.4/225.4MB 94% complete (5.4M/s) |
204 | 2025-01-25T04:25:43.085Z | Download: 4196/4301 items 220.5/225.4MB 97% complete (1.1M/s) |
205 | 2025-01-25T04:25:48.463Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (1.1M/s) |
206 | 2025-01-25T04:25:52.729Z | Download: Completed 225.42 MB in 156.69 seconds (1.4M/s) |
207 | 2025-01-25T04:25:54.834Z | Actions: 1/5122 actions (Removing old actions) |
208 | 2025-01-25T04:25:54.996Z | Actions: 194/5122 actions (Installing new actions) |
209 | 2025-01-25T04:25:59.549Z | Actions: 4267/5122 actions (Updating modified actions) |
210 | 2025-01-25T04:25:59.900Z | Actions: Completed 5122 actions in 5.08 seconds. |
211 | 2025-01-25T04:26:00.314Z | Done (0.405s) |
212 | 2025-01-25T04:26:00.316Z | Done (0.001s) |
213 | 2025-01-25T04:26:00.911Z | Done (0.595s) |
214 | 2025-01-25T04:26:05.583Z | Done (4.435s) |
215 | 2025-01-25T04:26:05.672Z | Done (0.018s) |
216 | 2025-01-25T04:26:05.674Z | Done (0.000s) |
217 | 2025-01-25T04:26:05.844Z | Done (0.000s) |
218 | 2025-01-25T04:26:06.537Z | Planning: Evaluating mediator changes ... Done |
219 | 2025-01-25T04:26:06.698Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-01-25T04:26:06.702Z | Planning: Consolidating action changes ... Done |
221 | 2025-01-25T04:26:06.970Z | Planning: Evaluating mediators ... Done |
222 | 2025-01-25T04:26:06.974Z | Planning: Planning completed in 0.43 seconds |
223 | 2025-01-25T04:26:07.014Z | Mediators to change: 2 |
224 | 2025-01-25T04:26:07.014Z | Create boot environment: No |
225 | 2025-01-25T04:26:07.019Z | Create backup boot environment: No |
226 | 2025-01-25T04:26:07.114Z | Done |
227 | 2025-01-25T04:26:07.114Z | Done |
228 | 2025-01-25T04:26:07.483Z | Done |
229 | 2025-01-25T04:26:11.263Z | Done |
230 | 2025-01-25T04:26:11.354Z | Done |
231 | 2025-01-25T04:26:11.357Z | Done |
232 | 2025-01-25T04:26:11.476Z | Done |
233 | 2025-01-25T04:26:12.105Z | Planning: Evaluating mediator changes ... Done |
234 | 2025-01-25T04:26:12.108Z | Planning: Merging actions ... Done |
235 | 2025-01-25T04:26:12.300Z | Planning: Checking for conflicting actions ... Done |
236 | 2025-01-25T04:26:12.302Z | Planning: Consolidating action changes ... Done |
237 | 2025-01-25T04:26:12.583Z | Planning: Evaluating mediators ... Done |
238 | 2025-01-25T04:26:12.642Z | Planning: Planning completed in 0.78 seconds |
239 | 2025-01-25T04:26:12.776Z | Packages to change: 1 |
240 | 2025-01-25T04:26:12.776Z | Mediators to change: 1 |
241 | 2025-01-25T04:26:12.776Z | Services to change: 1 |
242 | 2025-01-25T04:26:12.776Z | Create boot environment: No |
243 | 2025-01-25T04:26:12.785Z | Create backup boot environment: Yes |
244 | 2025-01-25T04:26:15.004Z | Actions: 1/6 actions (Updating modified actions) |
245 | 2025-01-25T04:26:15.017Z | Actions: Completed 6 actions in 0.00 seconds. |
246 | 2025-01-25T04:26:15.017Z | Done |
247 | 2025-01-25T04:26:15.017Z | Done |
248 | 2025-01-25T04:26:15.033Z | Done |
249 | 2025-01-25T04:26:18.862Z | Done |
250 | 2025-01-25T04:26:18.953Z | Done |
251 | 2025-01-25T04:26:18.956Z | Done |
252 | 2025-01-25T04:26:19.091Z | Done |
253 | 2025-01-25T04:26:19.578Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
254 | 2025-01-25T04:26:19.579Z | clang system 15 system |
255 | 2025-01-25T04:26:19.579Z | csh system system illumos |
256 | 2025-01-25T04:26:19.579Z | ctags system system illumos |
257 | 2025-01-25T04:26:19.579Z | gcc vendor 12 vendor |
258 | 2025-01-25T04:26:19.579Z | gcc system 10 system |
259 | 2025-01-25T04:26:19.579Z | gcc system 7 system |
260 | 2025-01-25T04:26:19.579Z | go system 1.20 system |
261 | 2025-01-25T04:26:19.579Z | go system 1.19 system |
262 | 2025-01-25T04:26:19.579Z | llvm system 15 system |
263 | 2025-01-25T04:26:19.579Z | llvm system 14 system |
264 | 2025-01-25T04:26:19.579Z | mariadb system 10.6 system |
265 | 2025-01-25T04:26:19.579Z | mta vendor vendor dma |
266 | 2025-01-25T04:26:19.579Z | openjdk system 17 system |
267 | 2025-01-25T04:26:19.579Z | openjdk system 11 system |
268 | 2025-01-25T04:26:19.579Z | openjdk system 1.8 system |
269 | 2025-01-25T04:26:19.579Z | openssl vendor 3 vendor |
270 | 2025-01-25T04:26:19.579Z | perl system 5.36 system |
271 | 2025-01-25T04:26:19.579Z | postgresql system 15 system |
272 | 2025-01-25T04:26:19.579Z | postgresql system 13 system |
273 | 2025-01-25T04:26:19.579Z | python vendor 3 vendor |
274 | 2025-01-25T04:26:19.579Z | python system 2 system |
275 | 2025-01-25T04:26:19.579Z | python3 system 3.11 system |
276 | 2025-01-25T04:26:19.579Z | ruby system 3.0 system |
277 | 2025-01-25T04:26:19.579Z | words vendor vendor american-english |
278 | 2025-01-25T04:26:19.579Z | words system system australian-english |
279 | 2025-01-25T04:26:19.579Z | words system system british-english |
280 | 2025-01-25T04:26:19.579Z | words system system canadian-english |
281 | 2025-01-25T04:26:19.579Z | words system system french |
282 | 2025-01-25T04:26:19.580Z | words system system italian |
283 | 2025-01-25T04:26:19.580Z | words system system ngerman |
284 | 2025-01-25T04:26:19.580Z | words system system ogerman |
285 | 2025-01-25T04:26:19.580Z | words system system spanish |
286 | 2025-01-25T04:26:19.892Z | PUBLISHER TYPE STATUS P LOCATION |
287 | 2025-01-25T04:26:19.892Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
288 | 2025-01-25T04:26:22.737Z | FMRI IFO |
289 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
290 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
291 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
292 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
293 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
294 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
295 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
296 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
297 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
298 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
299 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
300 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
301 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
302 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
303 | 2025-01-25T04:26:22.737Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
304 | 2025-01-25T04:26:23.533Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
305 | 2025-01-25T04:26:23.782Z | Updating crates.io index |
306 | 2025-01-25T04:26:23.785Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
307 | 2025-01-25T04:26:24.122Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
308 | 2025-01-25T04:26:24.599Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
309 | 2025-01-25T04:26:24.873Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-01-25T04:26:25.129Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-01-25T04:26:25.302Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
312 | 2025-01-25T04:26:26.300Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2025-01-25T04:26:27.953Z | Updating git repository `https://github.com/oxidecomputer/opte` |
314 | 2025-01-25T04:26:28.525Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
315 | 2025-01-25T04:26:29.267Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
316 | 2025-01-25T04:26:29.583Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
317 | 2025-01-25T04:26:29.764Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
318 | 2025-01-25T04:26:30.338Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
319 | 2025-01-25T04:26:30.687Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
320 | 2025-01-25T04:26:30.935Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
321 | 2025-01-25T04:26:31.171Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
322 | 2025-01-25T04:26:31.429Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
323 | 2025-01-25T04:26:31.652Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
324 | 2025-01-25T04:26:31.881Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
325 | 2025-01-25T04:26:32.209Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
326 | 2025-01-25T04:26:32.465Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
327 | 2025-01-25T04:26:32.761Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
328 | 2025-01-25T04:26:33.071Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
329 | 2025-01-25T04:26:33.365Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
330 | 2025-01-25T04:26:33.837Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
331 | 2025-01-25T04:26:34.109Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
332 | 2025-01-25T04:26:34.439Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
333 | 2025-01-25T04:26:34.773Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
334 | 2025-01-25T04:26:35.137Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2025-01-25T04:26:35.304Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
336 | 2025-01-25T04:26:35.559Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
337 | 2025-01-25T04:26:36.745Z | Downloading crates ... |
338 | 2025-01-25T04:26:36.807Z | Downloaded anstyle-query v1.1.1 |
339 | 2025-01-25T04:26:36.810Z | Downloaded anstyle-parse v0.2.5 |
340 | 2025-01-25T04:26:36.810Z | Downloaded pretty-hex v0.4.1 |
341 | 2025-01-25T04:26:36.813Z | Downloaded itoa v1.0.11 |
342 | 2025-01-25T04:26:36.813Z | Downloaded anstyle v1.0.10 |
343 | 2025-01-25T04:26:36.817Z | Downloaded dof v0.3.0 |
344 | 2025-01-25T04:26:36.830Z | Downloaded scroll_derive v0.12.0 |
345 | 2025-01-25T04:26:36.833Z | Downloaded equivalent v1.0.1 |
346 | 2025-01-25T04:26:36.836Z | Downloaded heck v0.5.0 |
347 | 2025-01-25T04:26:36.836Z | Downloaded heck v0.4.1 |
348 | 2025-01-25T04:26:36.836Z | Downloaded bytecount v0.6.8 |
349 | 2025-01-25T04:26:36.839Z | Downloaded usdt-macro v0.5.0 |
350 | 2025-01-25T04:26:36.842Z | Downloaded crypto-common v0.1.6 |
351 | 2025-01-25T04:26:36.845Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-01-25T04:26:36.845Z | Downloaded memmap v0.7.0 |
353 | 2025-01-25T04:26:36.847Z | Downloaded is_terminal_polyfill v1.70.1 |
354 | 2025-01-25T04:26:36.850Z | Downloaded generic-array v0.14.7 |
355 | 2025-01-25T04:26:36.855Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2025-01-25T04:26:36.858Z | Downloaded dtrace-parser v0.2.0 |
357 | 2025-01-25T04:26:36.862Z | Downloaded clap_lex v0.7.2 |
358 | 2025-01-25T04:26:36.864Z | Downloaded terminal_size v0.4.0 |
359 | 2025-01-25T04:26:36.864Z | Downloaded plain v0.2.3 |
360 | 2025-01-25T04:26:36.867Z | Downloaded fs-err v2.11.0 |
361 | 2025-01-25T04:26:36.870Z | Downloaded cfg-if v1.0.0 |
362 | 2025-01-25T04:26:36.870Z | Downloaded block-buffer v0.10.4 |
363 | 2025-01-25T04:26:36.870Z | Downloaded autocfg v1.4.0 |
364 | 2025-01-25T04:26:36.872Z | Downloaded fastrand v2.1.1 |
365 | 2025-01-25T04:26:36.876Z | Downloaded serde_tokenstream v0.2.2 |
366 | 2025-01-25T04:26:36.879Z | Downloaded thiserror-impl v1.0.69 |
367 | 2025-01-25T04:26:36.882Z | Downloaded digest v0.10.7 |
368 | 2025-01-25T04:26:36.885Z | Downloaded thread-id v4.2.2 |
369 | 2025-01-25T04:26:36.885Z | Downloaded usdt-impl v0.5.0 |
370 | 2025-01-25T04:26:36.888Z | Downloaded serde_spanned v0.6.8 |
371 | 2025-01-25T04:26:36.888Z | Downloaded swrite v0.1.0 |
372 | 2025-01-25T04:26:36.891Z | Downloaded fnv v1.0.7 |
373 | 2025-01-25T04:26:36.894Z | Downloaded pest_generator v2.7.14 |
374 | 2025-01-25T04:26:36.894Z | Downloaded macaddr v1.0.1 |
375 | 2025-01-25T04:26:36.896Z | Downloaded zerocopy-derive v0.7.35 |
376 | 2025-01-25T04:26:36.899Z | Downloaded tempfile v3.13.0 |
377 | 2025-01-25T04:26:36.901Z | Downloaded quote v1.0.38 |
378 | 2025-01-25T04:26:36.904Z | Downloaded camino v1.1.9 |
379 | 2025-01-25T04:26:36.913Z | Downloaded usdt v0.5.0 |
380 | 2025-01-25T04:26:36.916Z | Downloaded colorchoice v1.0.2 |
381 | 2025-01-25T04:26:36.916Z | Downloaded unicode-linebreak v0.1.5 |
382 | 2025-01-25T04:26:36.919Z | Downloaded strsim v0.11.1 |
383 | 2025-01-25T04:26:36.921Z | Downloaded toml_datetime v0.6.8 |
384 | 2025-01-25T04:26:36.924Z | Downloaded version_check v0.9.5 |
385 | 2025-01-25T04:26:36.924Z | Downloaded thiserror v1.0.69 |
386 | 2025-01-25T04:26:36.928Z | Downloaded utf8parse v0.2.2 |
387 | 2025-01-25T04:26:36.932Z | Downloaded sha2 v0.10.8 |
388 | 2025-01-25T04:26:36.932Z | Downloaded clap_derive v4.5.18 |
389 | 2025-01-25T04:26:36.935Z | Downloaded tabled_derive v0.7.0 |
390 | 2025-01-25T04:26:36.935Z | Downloaded cpufeatures v0.2.14 |
391 | 2025-01-25T04:26:36.935Z | Downloaded byteorder v1.5.0 |
392 | 2025-01-25T04:26:36.938Z | Downloaded errno v0.3.9 |
393 | 2025-01-25T04:26:36.941Z | Downloaded anyhow v1.0.95 |
394 | 2025-01-25T04:26:36.943Z | Downloaded bitflags v2.6.0 |
395 | 2025-01-25T04:26:36.948Z | Downloaded semver v1.0.24 |
396 | 2025-01-25T04:26:36.951Z | Downloaded pest_meta v2.7.14 |
397 | 2025-01-25T04:26:36.951Z | Downloaded cargo_toml v0.20.5 |
398 | 2025-01-25T04:26:36.953Z | Downloaded camino-tempfile v1.1.1 |
399 | 2025-01-25T04:26:36.953Z | Downloaded unicode-ident v1.0.14 |
400 | 2025-01-25T04:26:36.957Z | Downloaded proc-macro-error v1.0.4 |
401 | 2025-01-25T04:26:36.960Z | Downloaded proc-macro2 v1.0.92 |
402 | 2025-01-25T04:26:36.963Z | Downloaded cargo-platform v0.1.8 |
403 | 2025-01-25T04:26:36.963Z | Downloaded pest_derive v2.7.14 |
404 | 2025-01-25T04:26:36.965Z | Downloaded cargo_metadata v0.18.1 |
405 | 2025-01-25T04:26:36.966Z | Downloaded textwrap v0.16.1 |
406 | 2025-01-25T04:26:36.968Z | Downloaded clap v4.5.21 |
407 | 2025-01-25T04:26:36.975Z | Downloaded typenum v1.17.0 |
408 | 2025-01-25T04:26:36.978Z | Downloaded scroll v0.12.0 |
409 | 2025-01-25T04:26:36.980Z | Downloaded ryu v1.0.18 |
410 | 2025-01-25T04:26:36.983Z | Downloaded toml v0.8.19 |
411 | 2025-01-25T04:26:36.985Z | Downloaded serde v1.0.217 |
412 | 2025-01-25T04:26:36.988Z | Downloaded serde_derive v1.0.217 |
413 | 2025-01-25T04:26:36.994Z | Downloaded log v0.4.22 |
414 | 2025-01-25T04:26:36.997Z | Downloaded anstream v0.6.15 |
415 | 2025-01-25T04:26:36.997Z | Downloaded once_cell v1.20.2 |
416 | 2025-01-25T04:26:36.997Z | Downloaded ucd-trie v0.1.7 |
417 | 2025-01-25T04:26:36.999Z | Downloaded papergrid v0.11.0 |
418 | 2025-01-25T04:26:37.002Z | Downloaded smawk v0.3.2 |
419 | 2025-01-25T04:26:37.012Z | Downloaded indexmap v2.7.0 |
420 | 2025-01-25T04:26:37.016Z | Downloaded toml_edit v0.22.22 |
421 | 2025-01-25T04:26:37.037Z | Downloaded memchr v2.7.4 |
422 | 2025-01-25T04:26:37.040Z | Downloaded hashbrown v0.15.1 |
423 | 2025-01-25T04:26:37.055Z | Downloaded pest v2.7.14 |
424 | 2025-01-25T04:26:37.059Z | Downloaded zerocopy v0.7.35 |
425 | 2025-01-25T04:26:37.073Z | Downloaded clap_builder v4.5.21 |
426 | 2025-01-25T04:26:37.079Z | Downloaded winnow v0.6.20 |
427 | 2025-01-25T04:26:37.086Z | Downloaded tabled v0.15.0 |
428 | 2025-01-25T04:26:37.100Z | Downloaded goblin v0.8.2 |
429 | 2025-01-25T04:26:37.105Z | Downloaded serde_json v1.0.135 |
430 | 2025-01-25T04:26:37.113Z | Downloaded syn v1.0.109 |
431 | 2025-01-25T04:26:37.130Z | Downloaded unicode-width v0.1.14 |
432 | 2025-01-25T04:26:37.135Z | Downloaded syn v2.0.96 |
433 | 2025-01-25T04:26:37.148Z | Downloaded rustix v0.38.37 |
434 | 2025-01-25T04:26:37.175Z | Downloaded libc v0.2.169 |
435 | 2025-01-25T04:26:37.489Z | Compiling proc-macro2 v1.0.92 |
436 | 2025-01-25T04:26:37.489Z | Compiling unicode-ident v1.0.14 |
437 | 2025-01-25T04:26:37.493Z | Compiling serde v1.0.217 |
438 | 2025-01-25T04:26:37.493Z | Compiling version_check v0.9.5 |
439 | 2025-01-25T04:26:37.493Z | Compiling thiserror v1.0.69 |
440 | 2025-01-25T04:26:37.524Z | Compiling memchr v2.7.4 |
441 | 2025-01-25T04:26:37.527Z | Compiling libc v0.2.169 |
442 | 2025-01-25T04:26:37.543Z | Compiling ucd-trie v0.1.7 |
443 | 2025-01-25T04:26:37.778Z | Compiling itoa v1.0.11 |
444 | 2025-01-25T04:26:38.035Z | Compiling ryu v1.0.18 |
445 | 2025-01-25T04:26:38.257Z | Compiling once_cell v1.20.2 |
446 | 2025-01-25T04:26:38.307Z | Compiling byteorder v1.5.0 |
447 | 2025-01-25T04:26:38.564Z | Compiling rustix v0.38.37 |
448 | 2025-01-25T04:26:38.632Z | Compiling serde_json v1.0.135 |
449 | 2025-01-25T04:26:38.706Z | Compiling bitflags v2.6.0 |
450 | 2025-01-25T04:26:39.032Z | Compiling usdt-impl v0.5.0 |
451 | 2025-01-25T04:26:39.118Z | Compiling proc-macro-error-attr v1.0.4 |
452 | 2025-01-25T04:26:39.159Z | Compiling syn v1.0.109 |
453 | 2025-01-25T04:26:39.277Z | Compiling proc-macro-error v1.0.4 |
454 | 2025-01-25T04:26:39.392Z | Compiling quote v1.0.38 |
455 | 2025-01-25T04:26:39.606Z | Compiling errno v0.3.9 |
456 | 2025-01-25T04:26:39.622Z | Compiling camino v1.1.9 |
457 | 2025-01-25T04:26:39.622Z | Compiling plain v0.2.3 |
458 | 2025-01-25T04:26:39.764Z | Compiling utf8parse v0.2.2 |
459 | 2025-01-25T04:26:39.812Z | Compiling syn v2.0.96 |
460 | 2025-01-25T04:26:39.867Z | Compiling thread-id v4.2.2 |
461 | 2025-01-25T04:26:39.895Z | Compiling equivalent v1.0.1 |
462 | 2025-01-25T04:26:39.945Z | Compiling log v0.4.22 |
463 | 2025-01-25T04:26:39.992Z | Compiling hashbrown v0.15.1 |
464 | 2025-01-25T04:26:40.030Z | Compiling anstyle-parse v0.2.5 |
465 | 2025-01-25T04:26:40.343Z | Compiling autocfg v1.4.0 |
466 | 2025-01-25T04:26:40.438Z | Compiling semver v1.0.24 |
467 | 2025-01-25T04:26:40.714Z | Compiling winnow v0.6.20 |
468 | 2025-01-25T04:26:40.871Z | Compiling colorchoice v1.0.2 |
469 | 2025-01-25T04:26:40.923Z | Compiling pretty-hex v0.4.1 |
470 | 2025-01-25T04:26:41.038Z | Compiling indexmap v2.7.0 |
471 | 2025-01-25T04:26:41.065Z | Compiling anstyle-query v1.1.1 |
472 | 2025-01-25T04:26:41.172Z | Compiling anstyle v1.0.10 |
473 | 2025-01-25T04:26:41.244Z | Compiling is_terminal_polyfill v1.70.1 |
474 | 2025-01-25T04:26:41.337Z | Compiling unicode-width v0.1.14 |
475 | 2025-01-25T04:26:41.401Z | Compiling fs-err v2.11.0 |
476 | 2025-01-25T04:26:41.583Z | Compiling anstream v0.6.15 |
477 | 2025-01-25T04:26:41.815Z | Compiling terminal_size v0.4.0 |
478 | 2025-01-25T04:26:42.115Z | Compiling anyhow v1.0.95 |
479 | 2025-01-25T04:26:42.138Z | Compiling strsim v0.11.1 |
480 | 2025-01-25T04:26:42.215Z | Compiling heck v0.4.1 |
481 | 2025-01-25T04:26:42.248Z | Compiling fastrand v2.1.1 |
482 | 2025-01-25T04:26:42.698Z | Compiling fnv v1.0.7 |
483 | 2025-01-25T04:26:42.730Z | Compiling clap_lex v0.7.2 |
484 | 2025-01-25T04:26:42.778Z | Compiling cfg-if v1.0.0 |
485 | 2025-01-25T04:26:42.931Z | Compiling heck v0.5.0 |
486 | 2025-01-25T04:26:42.947Z | Compiling bytecount v0.6.8 |
487 | 2025-01-25T04:26:42.947Z | Compiling tempfile v3.13.0 |
488 | 2025-01-25T04:26:43.125Z | Compiling papergrid v0.11.0 |
489 | 2025-01-25T04:26:43.189Z | Compiling clap_builder v4.5.21 |
490 | 2025-01-25T04:26:43.487Z | Compiling memmap v0.7.0 |
491 | 2025-01-25T04:26:43.656Z | Compiling unicode-linebreak v0.1.5 |
492 | 2025-01-25T04:26:43.725Z | Compiling smawk v0.3.2 |
493 | 2025-01-25T04:26:44.173Z | Compiling textwrap v0.16.1 |
494 | 2025-01-25T04:26:44.201Z | Compiling swrite v0.1.0 |
495 | 2025-01-25T04:26:44.952Z | Compiling tabled_derive v0.7.0 |
496 | 2025-01-25T04:26:46.400Z | Compiling tabled v0.15.0 |
497 | 2025-01-25T04:26:46.836Z | Compiling serde_derive v1.0.217 |
498 | 2025-01-25T04:26:46.839Z | Compiling thiserror-impl v1.0.69 |
499 | 2025-01-25T04:26:46.839Z | Compiling zerocopy-derive v0.7.35 |
500 | 2025-01-25T04:26:46.839Z | Compiling scroll_derive v0.12.0 |
501 | 2025-01-25T04:26:46.839Z | Compiling clap_derive v4.5.18 |
502 | 2025-01-25T04:26:48.205Z | Compiling scroll v0.12.0 |
503 | 2025-01-25T04:26:48.720Z | Compiling goblin v0.8.2 |
504 | 2025-01-25T04:26:48.826Z | Compiling zerocopy v0.7.35 |
505 | 2025-01-25T04:26:49.916Z | Compiling pest v2.7.14 |
506 | 2025-01-25T04:26:50.545Z | Compiling clap v4.5.21 |
507 | 2025-01-25T04:26:52.021Z | Compiling pest_meta v2.7.14 |
508 | 2025-01-25T04:26:52.997Z | Compiling pest_generator v2.7.14 |
509 | 2025-01-25T04:26:54.359Z | Compiling pest_derive v2.7.14 |
510 | 2025-01-25T04:26:54.994Z | Compiling dtrace-parser v0.2.0 |
511 | 2025-01-25T04:26:55.662Z | Compiling serde_spanned v0.6.8 |
512 | 2025-01-25T04:26:55.685Z | Compiling toml_datetime v0.6.8 |
513 | 2025-01-25T04:26:55.911Z | Compiling serde_tokenstream v0.2.2 |
514 | 2025-01-25T04:26:55.918Z | Compiling cargo-platform v0.1.8 |
515 | 2025-01-25T04:26:56.084Z | Compiling toml_edit v0.22.22 |
516 | 2025-01-25T04:26:56.117Z | Compiling macaddr v1.0.1 |
517 | 2025-01-25T04:26:56.486Z | Compiling camino-tempfile v1.1.1 |
518 | 2025-01-25T04:26:57.006Z | Compiling dof v0.3.0 |
519 | 2025-01-25T04:26:57.006Z | Compiling cargo_metadata v0.18.1 |
520 | 2025-01-25T04:26:58.595Z | Compiling usdt-macro v0.5.0 |
521 | 2025-01-25T04:26:58.597Z | Compiling usdt-attr-macro v0.5.0 |
522 | 2025-01-25T04:26:58.819Z | Compiling toml v0.8.19 |
523 | 2025-01-25T04:26:59.677Z | Compiling cargo_toml v0.20.5 |
524 | 2025-01-25T04:26:59.848Z | Compiling usdt v0.5.0 |
525 | 2025-01-25T04:27:02.404Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
526 | 2025-01-25T04:27:05.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.32s |
527 | 2025-01-25T04:27:05.902Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
528 | 2025-01-25T04:27:06.422Z | Downloading crates ... |
529 | 2025-01-25T04:27:06.541Z | Downloaded arrayref v0.3.9 |
530 | 2025-01-25T04:27:06.544Z | Downloaded addr2line v0.24.2 |
531 | 2025-01-25T04:27:06.547Z | Downloaded atty v0.2.14 |
532 | 2025-01-25T04:27:06.552Z | Downloaded cstr-argument v0.1.2 |
533 | 2025-01-25T04:27:06.555Z | Downloaded ciborium-io v0.2.2 |
534 | 2025-01-25T04:27:06.557Z | Downloaded crucible-workspace-hack v0.1.0 |
535 | 2025-01-25T04:27:06.564Z | Downloaded ascii-canvas v3.0.0 |
536 | 2025-01-25T04:27:06.567Z | Downloaded httpdate v1.0.3 |
537 | 2025-01-25T04:27:06.567Z | Downloaded allocator-api2 v0.2.18 |
538 | 2025-01-25T04:27:06.567Z | Downloaded aead v0.5.2 |
539 | 2025-01-25T04:27:06.570Z | Downloaded array-init v0.0.4 |
540 | 2025-01-25T04:27:06.574Z | Downloaded http-body-util v0.1.2 |
541 | 2025-01-25T04:27:06.574Z | Downloaded adler2 v2.0.0 |
542 | 2025-01-25T04:27:06.576Z | Downloaded base16ct v0.2.0 |
543 | 2025-01-25T04:27:06.576Z | Downloaded bcrypt-pbkdf v0.10.0 |
544 | 2025-01-25T04:27:06.579Z | Downloaded assert_matches v1.5.0 |
545 | 2025-01-25T04:27:06.579Z | Downloaded crc-catalog v2.4.0 |
546 | 2025-01-25T04:27:06.581Z | Downloaded constant_time_eq v0.3.1 |
547 | 2025-01-25T04:27:06.581Z | Downloaded cassowary v0.3.0 |
548 | 2025-01-25T04:27:06.584Z | Downloaded argon2 v0.5.3 |
549 | 2025-01-25T04:27:06.586Z | Downloaded hubpack_derive v0.1.1 |
550 | 2025-01-25T04:27:06.586Z | Downloaded match_cfg v0.1.0 |
551 | 2025-01-25T04:27:06.589Z | Downloaded colored v2.1.0 |
552 | 2025-01-25T04:27:06.591Z | Downloaded http-body v1.0.1 |
553 | 2025-01-25T04:27:06.591Z | Downloaded convert_case v0.4.0 |
554 | 2025-01-25T04:27:06.591Z | Downloaded bit-set v0.5.3 |
555 | 2025-01-25T04:27:06.594Z | Downloaded ident_case v1.0.1 |
556 | 2025-01-25T04:27:06.597Z | Downloaded blowfish v0.9.1 |
557 | 2025-01-25T04:27:06.597Z | Downloaded async-stream-impl v0.3.6 |
558 | 2025-01-25T04:27:06.606Z | Downloaded home v0.5.9 |
559 | 2025-01-25T04:27:06.609Z | Downloaded mirai-annotations v1.12.0 |
560 | 2025-01-25T04:27:06.609Z | Downloaded block-padding v0.3.3 |
561 | 2025-01-25T04:27:06.609Z | Downloaded icu_provider_macros v1.5.0 |
562 | 2025-01-25T04:27:06.611Z | Downloaded http-range v0.1.5 |
563 | 2025-01-25T04:27:06.614Z | Downloaded crunchy v0.2.2 |
564 | 2025-01-25T04:27:06.617Z | Downloaded const_format_proc_macros v0.2.33 |
565 | 2025-01-25T04:27:06.620Z | Downloaded crc v3.2.1 |
566 | 2025-01-25T04:27:06.623Z | Downloaded atomic-waker v1.1.2 |
567 | 2025-01-25T04:27:06.623Z | Downloaded cfg_aliases v0.2.1 |
568 | 2025-01-25T04:27:06.628Z | Downloaded atomicwrites v0.4.4 |
569 | 2025-01-25T04:27:06.628Z | Downloaded cfg_aliases v0.1.1 |
570 | 2025-01-25T04:27:06.631Z | Downloaded cexpr v0.6.0 |
571 | 2025-01-25T04:27:06.631Z | Downloaded lazycell v1.3.0 |
572 | 2025-01-25T04:27:06.631Z | Downloaded bb8 v0.8.5 |
573 | 2025-01-25T04:27:06.631Z | Downloaded async-recursion v1.1.1 |
574 | 2025-01-25T04:27:06.635Z | Downloaded newline-converter v0.3.0 |
575 | 2025-01-25T04:27:06.637Z | Downloaded crc32fast v1.4.2 |
576 | 2025-01-25T04:27:06.637Z | Downloaded console v0.15.8 |
577 | 2025-01-25T04:27:06.640Z | Downloaded ahash v0.8.11 |
578 | 2025-01-25T04:27:06.643Z | Downloaded cbc v0.1.2 |
579 | 2025-01-25T04:27:06.645Z | Downloaded new_debug_unreachable v1.0.6 |
580 | 2025-01-25T04:27:06.648Z | Downloaded md5 v0.7.0 |
581 | 2025-01-25T04:27:06.648Z | Downloaded hubpack v0.1.2 |
582 | 2025-01-25T04:27:06.650Z | Downloaded crossbeam-deque v0.8.5 |
583 | 2025-01-25T04:27:06.650Z | Downloaded castaway v0.2.3 |
584 | 2025-01-25T04:27:06.653Z | Downloaded rand_seeder v0.3.0 |
585 | 2025-01-25T04:27:06.657Z | Downloaded curve25519-dalek-derive v0.1.1 |
586 | 2025-01-25T04:27:06.657Z | Downloaded internet-checksum v0.2.1 |
587 | 2025-01-25T04:27:06.657Z | Downloaded ctr v0.9.2 |
588 | 2025-01-25T04:27:06.660Z | Downloaded lazy_static v1.5.0 |
589 | 2025-01-25T04:27:06.660Z | Downloaded chrono-tz-build v0.4.0 |
590 | 2025-01-25T04:27:06.663Z | Downloaded bitfield-struct v0.6.2 |
591 | 2025-01-25T04:27:06.663Z | Downloaded inout v0.1.3 |
592 | 2025-01-25T04:27:06.668Z | Downloaded bit-vec v0.6.3 |
593 | 2025-01-25T04:27:06.668Z | Downloaded nanorand v0.7.0 |
594 | 2025-01-25T04:27:06.670Z | Downloaded indent_write v2.2.0 |
595 | 2025-01-25T04:27:06.670Z | Downloaded md-5 v0.10.6 |
596 | 2025-01-25T04:27:06.673Z | Downloaded impl-trait-for-tuples v0.2.2 |
597 | 2025-01-25T04:27:06.676Z | Downloaded async-stream v0.3.6 |
598 | 2025-01-25T04:27:06.676Z | Downloaded instant v0.1.13 |
599 | 2025-01-25T04:27:06.678Z | Downloaded bitfield v0.14.0 |
600 | 2025-01-25T04:27:06.678Z | Downloaded idna_adapter v1.2.0 |
601 | 2025-01-25T04:27:06.681Z | Downloaded indoc v1.0.9 |
602 | 2025-01-25T04:27:06.683Z | Downloaded async-bb8-diesel v0.2.1 |
603 | 2025-01-25T04:27:06.686Z | Downloaded maybe-uninit v2.0.0 |
604 | 2025-01-25T04:27:06.688Z | Downloaded mockall v0.13.0 |
605 | 2025-01-25T04:27:06.688Z | Downloaded bcs v0.1.6 |
606 | 2025-01-25T04:27:06.691Z | Downloaded lru v0.12.5 |
607 | 2025-01-25T04:27:06.693Z | Downloaded lockfree-object-pool v0.1.6 |
608 | 2025-01-25T04:27:06.696Z | Downloaded base64ct v1.6.0 |
609 | 2025-01-25T04:27:06.698Z | Downloaded arc-swap v1.7.1 |
610 | 2025-01-25T04:27:06.701Z | Downloaded quick-error v1.2.3 |
611 | 2025-01-25T04:27:06.703Z | Downloaded buf-list v1.0.3 |
612 | 2025-01-25T04:27:06.704Z | Downloaded mime v0.3.17 |
613 | 2025-01-25T04:27:06.706Z | Downloaded radium v0.7.0 |
614 | 2025-01-25T04:27:06.708Z | Downloaded lru-cache v0.1.2 |
615 | 2025-01-25T04:27:06.708Z | Downloaded libsw v3.3.1 |
616 | 2025-01-25T04:27:06.711Z | Downloaded tower-service v0.3.3 |
617 | 2025-01-25T04:27:06.711Z | Downloaded crossbeam-epoch v0.9.18 |
618 | 2025-01-25T04:27:06.714Z | Downloaded take_mut v0.2.2 |
619 | 2025-01-25T04:27:06.716Z | Downloaded sync-ptr v0.1.1 |
620 | 2025-01-25T04:27:06.716Z | Downloaded csv-core v0.1.11 |
621 | 2025-01-25T04:27:06.719Z | Downloaded humantime v2.1.0 |
622 | 2025-01-25T04:27:06.719Z | Downloaded backoff v0.4.0 |
623 | 2025-01-25T04:27:06.721Z | Downloaded hyper-tls v0.6.0 |
624 | 2025-01-25T04:27:06.724Z | Downloaded bytes v1.9.0 |
625 | 2025-01-25T04:27:06.727Z | Downloaded scheduled-thread-pool v0.2.7 |
626 | 2025-01-25T04:27:06.729Z | Downloaded crc-any v2.5.0 |
627 | 2025-01-25T04:27:06.732Z | Downloaded libloading v0.8.5 |
628 | 2025-01-25T04:27:06.736Z | Downloaded zerofrom v0.1.4 |
629 | 2025-01-25T04:27:06.736Z | Downloaded darling v0.20.10 |
630 | 2025-01-25T04:27:06.739Z | Downloaded spki v0.7.3 |
631 | 2025-01-25T04:27:06.741Z | Downloaded litemap v0.7.3 |
632 | 2025-01-25T04:27:06.744Z | Downloaded cookie_store v0.21.1 |
633 | 2025-01-25T04:27:06.747Z | Downloaded cancel-safe-futures v0.1.5 |
634 | 2025-01-25T04:27:06.749Z | Downloaded stable_deref_trait v1.2.0 |
635 | 2025-01-25T04:27:06.752Z | Downloaded simd-adler32 v0.3.7 |
636 | 2025-01-25T04:27:06.754Z | Downloaded serde_plain v1.0.2 |
637 | 2025-01-25T04:27:06.754Z | Downloaded memoffset v0.9.1 |
638 | 2025-01-25T04:27:06.757Z | Downloaded managed v0.8.0 |
639 | 2025-01-25T04:27:06.757Z | Downloaded foreign-types v0.5.0 |
640 | 2025-01-25T04:27:06.760Z | Downloaded hyper-staticfile v0.10.1 |
641 | 2025-01-25T04:27:06.762Z | Downloaded foreign-types-shared v0.1.1 |
642 | 2025-01-25T04:27:06.762Z | Downloaded lock_api v0.4.12 |
643 | 2025-01-25T04:27:06.767Z | Downloaded tls_codec_derive v0.4.1 |
644 | 2025-01-25T04:27:06.769Z | Downloaded tls_codec v0.4.1 |
645 | 2025-01-25T04:27:06.769Z | Downloaded clang-sys v1.8.1 |
646 | 2025-01-25T04:27:06.773Z | Downloaded icu_locid_transform v1.5.0 |
647 | 2025-01-25T04:27:06.776Z | Downloaded compact_str v0.8.0 |
648 | 2025-01-25T04:27:06.778Z | Downloaded typify-macro v0.2.0 |
649 | 2025-01-25T04:27:06.779Z | Downloaded rustc_version v0.1.7 |
650 | 2025-01-25T04:27:06.781Z | Downloaded untrusted v0.7.1 |
651 | 2025-01-25T04:27:06.781Z | Downloaded multer v3.1.0 |
652 | 2025-01-25T04:27:06.784Z | Downloaded newtype_derive v0.1.6 |
653 | 2025-01-25T04:27:06.784Z | Downloaded libefi-sys v0.1.0 |
654 | 2025-01-25T04:27:06.786Z | Downloaded jobserver v0.1.32 |
655 | 2025-01-25T04:27:06.789Z | Downloaded wyz v0.5.1 |
656 | 2025-01-25T04:27:06.789Z | Downloaded serde-hex v0.1.0 |
657 | 2025-01-25T04:27:06.794Z | Downloaded slog-bunyan v2.5.0 |
658 | 2025-01-25T04:27:06.796Z | Downloaded slog-async v2.8.0 |
659 | 2025-01-25T04:27:06.796Z | Downloaded tap v1.0.1 |
660 | 2025-01-25T04:27:06.796Z | Downloaded cookie v0.18.1 |
661 | 2025-01-25T04:27:06.799Z | Downloaded base64 v0.22.1 |
662 | 2025-01-25T04:27:06.802Z | Downloaded strum_macros v0.25.3 |
663 | 2025-01-25T04:27:06.805Z | Downloaded hmac v0.12.1 |
664 | 2025-01-25T04:27:06.808Z | Downloaded ipnet v2.10.1 |
665 | 2025-01-25T04:27:06.808Z | Downloaded iana-time-zone v0.1.61 |
666 | 2025-01-25T04:27:06.810Z | Downloaded fallible-streaming-iterator v0.1.9 |
667 | 2025-01-25T04:27:06.813Z | Downloaded litrs v0.4.1 |
668 | 2025-01-25T04:27:06.816Z | Downloaded precomputed-hash v0.1.1 |
669 | 2025-01-25T04:27:06.816Z | Downloaded openssl-macros v0.1.1 |
670 | 2025-01-25T04:27:06.816Z | Downloaded nibble_vec v0.1.0 |
671 | 2025-01-25T04:27:06.819Z | Downloaded base64 v0.13.1 |
672 | 2025-01-25T04:27:06.822Z | Downloaded serde-big-array v0.5.1 |
673 | 2025-01-25T04:27:06.827Z | Downloaded foreign-types-macros v0.2.3 |
674 | 2025-01-25T04:27:06.827Z | Downloaded crypto-bigint v0.5.5 |
675 | 2025-01-25T04:27:06.831Z | Downloaded sync_wrapper v1.0.1 |
676 | 2025-01-25T04:27:06.834Z | Downloaded defmt-parser v0.3.4 |
677 | 2025-01-25T04:27:06.834Z | Downloaded icu_normalizer_data v1.5.0 |
678 | 2025-01-25T04:27:06.839Z | Downloaded newtype-uuid v1.2.1 |
679 | 2025-01-25T04:27:06.839Z | Downloaded icu_locid v1.5.0 |
680 | 2025-01-25T04:27:06.841Z | Downloaded mockall_derive v0.13.0 |
681 | 2025-01-25T04:27:06.844Z | Downloaded pem v3.0.4 |
682 | 2025-01-25T04:27:06.848Z | Downloaded pem-rfc7468 v0.7.0 |
683 | 2025-01-25T04:27:06.848Z | Downloaded polyval v0.6.2 |
684 | 2025-01-25T04:27:06.852Z | Downloaded progenitor-macro v0.9.1 |
685 | 2025-01-25T04:27:06.852Z | Downloaded float-cmp v0.9.0 |
686 | 2025-01-25T04:27:06.852Z | Downloaded ghash v0.5.1 |
687 | 2025-01-25T04:27:06.855Z | Downloaded futures-sink v0.3.31 |
688 | 2025-01-25T04:27:06.855Z | Downloaded des v0.8.1 |
689 | 2025-01-25T04:27:06.855Z | Downloaded ena v0.14.3 |
690 | 2025-01-25T04:27:06.859Z | Downloaded time-core v0.1.2 |
691 | 2025-01-25T04:27:06.859Z | Downloaded fallible-iterator v0.3.0 |
692 | 2025-01-25T04:27:06.863Z | Downloaded bumpalo v3.16.0 |
693 | 2025-01-25T04:27:06.866Z | Downloaded base64 v0.21.7 |
694 | 2025-01-25T04:27:06.869Z | Downloaded rcgen v0.12.1 |
695 | 2025-01-25T04:27:06.869Z | Downloaded backtrace v0.3.74 |
696 | 2025-01-25T04:27:06.877Z | Downloaded static_assertions v1.1.0 |
697 | 2025-01-25T04:27:06.881Z | Downloaded tokio-tungstenite v0.23.1 |
698 | 2025-01-25T04:27:06.881Z | Downloaded crossbeam-channel v0.5.13 |
699 | 2025-01-25T04:27:06.884Z | Downloaded waitgroup v0.1.2 |
700 | 2025-01-25T04:27:06.887Z | Downloaded schemars v0.8.21 |
701 | 2025-01-25T04:27:06.896Z | Downloaded normalize-line-endings v0.3.0 |
702 | 2025-01-25T04:27:06.899Z | Downloaded num-complex v0.4.6 |
703 | 2025-01-25T04:27:06.899Z | Downloaded icu_properties v1.5.1 |
704 | 2025-01-25T04:27:06.902Z | Downloaded fixedbitset v0.4.2 |
705 | 2025-01-25T04:27:06.904Z | Downloaded rand_core v0.6.4 |
706 | 2025-01-25T04:27:06.907Z | Downloaded heapless v0.8.0 |
707 | 2025-01-25T04:27:06.910Z | Downloaded rustls-pemfile v1.0.4 |
708 | 2025-01-25T04:27:06.914Z | Downloaded rand_xorshift v0.3.0 |
709 | 2025-01-25T04:27:06.914Z | Downloaded rand_chacha v0.3.1 |
710 | 2025-01-25T04:27:06.919Z | Downloaded zone_cfg_derive v0.3.0 |
711 | 2025-01-25T04:27:06.919Z | Downloaded zone_cfg_derive v0.1.2 |
712 | 2025-01-25T04:27:06.919Z | Downloaded untrusted v0.9.0 |
713 | 2025-01-25T04:27:06.922Z | Downloaded deranged v0.3.11 |
714 | 2025-01-25T04:27:06.922Z | Downloaded miniz_oxide v0.8.0 |
715 | 2025-01-25T04:27:06.922Z | Downloaded thiserror-no-std v2.0.2 |
716 | 2025-01-25T04:27:06.926Z | Downloaded dyn-clone v1.0.17 |
717 | 2025-01-25T04:27:06.929Z | Downloaded dunce v1.0.5 |
718 | 2025-01-25T04:27:06.929Z | Downloaded derive_more v0.99.18 |
719 | 2025-01-25T04:27:06.935Z | Downloaded flagset v0.4.6 |
720 | 2025-01-25T04:27:06.938Z | Downloaded tiny-keccak v2.0.2 |
721 | 2025-01-25T04:27:06.942Z | Downloaded heck v0.3.3 |
722 | 2025-01-25T04:27:06.942Z | Downloaded time-macros v0.2.18 |
723 | 2025-01-25T04:27:06.946Z | Downloaded structmeta-derive v0.2.0 |
724 | 2025-01-25T04:27:06.946Z | Downloaded indexmap v1.9.3 |
725 | 2025-01-25T04:27:06.950Z | Downloaded write16 v1.0.0 |
726 | 2025-01-25T04:27:06.950Z | Downloaded percent-encoding v2.3.1 |
727 | 2025-01-25T04:27:06.954Z | Downloaded icu_collections v1.5.0 |
728 | 2025-01-25T04:27:06.960Z | Downloaded vte v0.11.1 |
729 | 2025-01-25T04:27:06.962Z | Downloaded uuid v1.12.0 |
730 | 2025-01-25T04:27:06.962Z | Downloaded packed_struct_codegen v0.10.1 |
731 | 2025-01-25T04:27:06.962Z | Downloaded wait-timeout v0.2.0 |
732 | 2025-01-25T04:27:06.967Z | Downloaded hickory-server v0.24.2 |
733 | 2025-01-25T04:27:06.979Z | Downloaded sqlparser_derive v0.2.2 |
734 | 2025-01-25T04:27:06.983Z | Downloaded num v0.4.3 |
735 | 2025-01-25T04:27:06.984Z | Downloaded hash32 v0.2.1 |
736 | 2025-01-25T04:27:06.988Z | Downloaded funty v2.0.0 |
737 | 2025-01-25T04:27:06.988Z | Downloaded olpc-cjson v0.1.4 |
738 | 2025-01-25T04:27:06.988Z | Downloaded ref-cast-impl v1.0.23 |
739 | 2025-01-25T04:27:06.990Z | Downloaded num-conv v0.1.0 |
740 | 2025-01-25T04:27:06.990Z | Downloaded string_cache v0.8.7 |
741 | 2025-01-25T04:27:06.990Z | Downloaded pkg-config v0.3.31 |
742 | 2025-01-25T04:27:06.993Z | Downloaded salsa20 v0.10.2 |
743 | 2025-01-25T04:27:06.993Z | Downloaded fs_extra v1.3.0 |
744 | 2025-01-25T04:27:06.995Z | Downloaded psl-types v2.0.11 |
745 | 2025-01-25T04:27:06.998Z | Downloaded oso-derive v0.27.3 |
746 | 2025-01-25T04:27:06.998Z | Downloaded openssl-probe v0.1.5 |
747 | 2025-01-25T04:27:06.999Z | Downloaded number_prefix v0.4.0 |
748 | 2025-01-25T04:27:07.002Z | Downloaded num_threads v0.1.7 |
749 | 2025-01-25T04:27:07.002Z | Downloaded tracing v0.1.40 |
750 | 2025-01-25T04:27:07.005Z | Downloaded termtree v0.5.1 |
751 | 2025-01-25T04:27:07.009Z | Downloaded ref-cast v1.0.23 |
752 | 2025-01-25T04:27:07.013Z | Downloaded debug-ignore v1.0.5 |
753 | 2025-01-25T04:27:07.013Z | Downloaded tinystr v0.7.6 |
754 | 2025-01-25T04:27:07.018Z | Downloaded num-rational v0.4.2 |
755 | 2025-01-25T04:27:07.018Z | Downloaded password-hash v0.5.0 |
756 | 2025-01-25T04:27:07.020Z | Downloaded aes v0.8.4 |
757 | 2025-01-25T04:27:07.023Z | Downloaded predicates-tree v1.0.11 |
758 | 2025-01-25T04:27:07.023Z | Downloaded futures-macro v0.3.31 |
759 | 2025-01-25T04:27:07.026Z | Downloaded either v1.13.0 |
760 | 2025-01-25T04:27:07.026Z | Downloaded ed25519 v2.2.3 |
761 | 2025-01-25T04:27:07.030Z | Downloaded dsl_auto_type v0.1.2 |
762 | 2025-01-25T04:27:07.030Z | Downloaded difflib v0.4.0 |
763 | 2025-01-25T04:27:07.034Z | Downloaded derive-where v1.2.7 |
764 | 2025-01-25T04:27:07.037Z | Downloaded sec1 v0.7.3 |
765 | 2025-01-25T04:27:07.037Z | Downloaded progenitor-macro v0.8.0 |
766 | 2025-01-25T04:27:07.037Z | Downloaded parking_lot_core v0.8.6 |
767 | 2025-01-25T04:27:07.040Z | Downloaded parking_lot v0.12.3 |
768 | 2025-01-25T04:27:07.042Z | Downloaded russh-cryptovec v0.7.3 |
769 | 2025-01-25T04:27:07.047Z | Downloaded termtree v0.4.1 |
770 | 2025-01-25T04:27:07.047Z | Downloaded scrypt v0.11.0 |
771 | 2025-01-25T04:27:07.049Z | Downloaded opaque-debug v0.3.1 |
772 | 2025-01-25T04:27:07.049Z | Downloaded aes-gcm v0.10.3 |
773 | 2025-01-25T04:27:07.052Z | Downloaded num_enum v0.5.11 |
774 | 2025-01-25T04:27:07.056Z | Downloaded endian-type v0.1.2 |
775 | 2025-01-25T04:27:07.060Z | Downloaded num_enum_derive v0.5.11 |
776 | 2025-01-25T04:27:07.060Z | Downloaded zerovec-derive v0.10.3 |
777 | 2025-01-25T04:27:07.060Z | Downloaded tokio-rustls v0.25.0 |
778 | 2025-01-25T04:27:07.062Z | Downloaded defmt v0.3.8 |
779 | 2025-01-25T04:27:07.067Z | Downloaded nu-ansi-term v0.50.1 |
780 | 2025-01-25T04:27:07.071Z | Downloaded x509-cert v0.2.5 |
781 | 2025-01-25T04:27:07.075Z | Downloaded fxhash v0.2.1 |
782 | 2025-01-25T04:27:07.082Z | Downloaded fragile v2.0.0 |
783 | 2025-01-25T04:27:07.083Z | Downloaded crossterm v0.28.1 |
784 | 2025-01-25T04:27:07.086Z | Downloaded shell-words v1.1.0 |
785 | 2025-01-25T04:27:07.086Z | Downloaded headers v0.4.0 |
786 | 2025-01-25T04:27:07.089Z | Downloaded rustls-pki-types v1.10.0 |
787 | 2025-01-25T04:27:07.092Z | Downloaded http v1.2.0 |
788 | 2025-01-25T04:27:07.097Z | Downloaded subtle v2.6.1 |
789 | 2025-01-25T04:27:07.102Z | Downloaded smf v0.2.3 |
790 | 2025-01-25T04:27:07.102Z | Downloaded smallvec v0.6.14 |
791 | 2025-01-25T04:27:07.108Z | Downloaded hex-literal v0.4.1 |
792 | 2025-01-25T04:27:07.108Z | Downloaded futures-task v0.3.31 |
793 | 2025-01-25T04:27:07.108Z | Downloaded zone v0.3.0 |
794 | 2025-01-25T04:27:07.108Z | Downloaded unicode-xid v0.2.6 |
795 | 2025-01-25T04:27:07.112Z | Downloaded ecdsa v0.16.9 |
796 | 2025-01-25T04:27:07.112Z | Downloaded futures-channel v0.3.31 |
797 | 2025-01-25T04:27:07.112Z | Downloaded try-lock v0.2.5 |
798 | 2025-01-25T04:27:07.112Z | Downloaded foreign-types v0.3.2 |
799 | 2025-01-25T04:27:07.115Z | Downloaded derive_builder_macro v0.20.2 |
800 | 2025-01-25T04:27:07.115Z | Downloaded signal-hook v0.3.17 |
801 | 2025-01-25T04:27:07.120Z | Downloaded sct v0.7.1 |
802 | 2025-01-25T04:27:07.123Z | Downloaded embedded-io v0.6.1 |
803 | 2025-01-25T04:27:07.123Z | Downloaded signal-hook-mio v0.2.4 |
804 | 2025-01-25T04:27:07.123Z | Downloaded rustyline v14.0.0 |
805 | 2025-01-25T04:27:07.130Z | Downloaded want v0.3.1 |
806 | 2025-01-25T04:27:07.133Z | Downloaded aho-corasick v1.1.3 |
807 | 2025-01-25T04:27:07.138Z | Downloaded gethostname v0.5.0 |
808 | 2025-01-25T04:27:07.143Z | Downloaded futures-io v0.3.31 |
809 | 2025-01-25T04:27:07.143Z | Downloaded futures-core v0.3.31 |
810 | 2025-01-25T04:27:07.143Z | Downloaded futures-executor v0.3.31 |
811 | 2025-01-25T04:27:07.143Z | Downloaded smallvec v1.13.2 |
812 | 2025-01-25T04:27:07.151Z | Downloaded dirs-sys-next v0.1.2 |
813 | 2025-01-25T04:27:07.152Z | Downloaded dropshot_endpoint v0.15.1 |
814 | 2025-01-25T04:27:07.159Z | Downloaded diesel_table_macro_syntax v0.2.0 |
815 | 2025-01-25T04:27:07.159Z | Downloaded omicron-zone-package v0.12.0 |
816 | 2025-01-25T04:27:07.159Z | Downloaded futures v0.3.31 |
817 | 2025-01-25T04:27:07.164Z | Downloaded slab v0.4.9 |
818 | 2025-01-25T04:27:07.164Z | Downloaded float-ord v0.3.2 |
819 | 2025-01-25T04:27:07.164Z | Downloaded hickory-client v0.24.2 |
820 | 2025-01-25T04:27:07.169Z | Downloaded parse-size v1.1.0 |
821 | 2025-01-25T04:27:07.169Z | Downloaded siphasher v0.3.11 |
822 | 2025-01-25T04:27:07.169Z | Downloaded heapless v0.7.17 |
823 | 2025-01-25T04:27:07.173Z | Downloaded headers-core v0.3.0 |
824 | 2025-01-25T04:27:07.173Z | Downloaded signal-hook-tokio v0.3.1 |
825 | 2025-01-25T04:27:07.173Z | Downloaded sigpipe v0.1.3 |
826 | 2025-01-25T04:27:07.177Z | Downloaded pin-project v1.1.6 |
827 | 2025-01-25T04:27:07.184Z | Downloaded foldhash v0.1.3 |
828 | 2025-01-25T04:27:07.189Z | Downloaded oso v0.27.3 |
829 | 2025-01-25T04:27:07.189Z | Downloaded sha1 v0.10.6 |
830 | 2025-01-25T04:27:07.193Z | Downloaded owo-colors v4.1.0 |
831 | 2025-01-25T04:27:07.193Z | Downloaded getrandom v0.2.15 |
832 | 2025-01-25T04:27:07.195Z | Downloaded tungstenite v0.24.0 |
833 | 2025-01-25T04:27:07.198Z | Downloaded darling_macro v0.20.10 |
834 | 2025-01-25T04:27:07.201Z | Downloaded term v0.7.0 |
835 | 2025-01-25T04:27:07.205Z | Downloaded tungstenite v0.23.0 |
836 | 2025-01-25T04:27:07.208Z | Downloaded tungstenite v0.21.0 |
837 | 2025-01-25T04:27:07.212Z | Downloaded toml v0.7.8 |
838 | 2025-01-25T04:27:07.215Z | Downloaded ssh-cipher v0.2.0 |
839 | 2025-01-25T04:27:07.215Z | Downloaded tinyvec_macros v0.1.1 |
840 | 2025-01-25T04:27:07.215Z | Downloaded rusty-fork v0.3.0 |
841 | 2025-01-25T04:27:07.218Z | Downloaded rtoolbox v0.0.2 |
842 | 2025-01-25T04:27:07.218Z | Downloaded libm v0.2.8 |
843 | 2025-01-25T04:27:07.226Z | Downloaded derive_builder v0.20.2 |
844 | 2025-01-25T04:27:07.232Z | Downloaded diesel-dtrace v0.4.2 |
845 | 2025-01-25T04:27:07.235Z | Downloaded peg-runtime v0.8.3 |
846 | 2025-01-25T04:27:07.235Z | Downloaded unicode-normalization v0.1.24 |
847 | 2025-01-25T04:27:07.238Z | Downloaded progenitor-client v0.8.0 |
848 | 2025-01-25T04:27:07.241Z | Downloaded tracing-attributes v0.1.27 |
849 | 2025-01-25T04:27:07.241Z | Downloaded paste v1.0.15 |
850 | 2025-01-25T04:27:07.245Z | Downloaded num-iter v0.1.45 |
851 | 2025-01-25T04:27:07.248Z | Downloaded num-integer v0.1.46 |
852 | 2025-01-25T04:27:07.248Z | Downloaded fallible-iterator v0.2.0 |
853 | 2025-01-25T04:27:07.248Z | Downloaded walkdir v2.5.0 |
854 | 2025-01-25T04:27:07.250Z | Downloaded pretty-hex v0.2.1 |
855 | 2025-01-25T04:27:07.255Z | Downloaded foreign-types-shared v0.3.1 |
856 | 2025-01-25T04:27:07.255Z | Downloaded globset v0.4.15 |
857 | 2025-01-25T04:27:07.262Z | Downloaded typed-path v0.9.3 |
858 | 2025-01-25T04:27:07.266Z | Downloaded progenitor v0.8.0 |
859 | 2025-01-25T04:27:07.266Z | Downloaded primeorder v0.13.6 |
860 | 2025-01-25T04:27:07.266Z | Downloaded proc-macro-crate v1.3.1 |
861 | 2025-01-25T04:27:07.266Z | Downloaded pin-utils v0.1.0 |
862 | 2025-01-25T04:27:07.269Z | Downloaded signature v2.2.0 |
863 | 2025-01-25T04:27:07.269Z | Downloaded signal-hook-registry v1.4.2 |
864 | 2025-01-25T04:27:07.269Z | Downloaded quinn-udp v0.5.5 |
865 | 2025-01-25T04:27:07.271Z | Downloaded postcard v1.0.10 |
866 | 2025-01-25T04:27:07.274Z | Downloaded slog-term v2.9.1 |
867 | 2025-01-25T04:27:07.277Z | Downloaded slog-stdlog v4.1.1 |
868 | 2025-01-25T04:27:07.277Z | Downloaded poly1305 v0.8.0 |
869 | 2025-01-25T04:27:07.280Z | Downloaded russh-keys v0.45.0 |
870 | 2025-01-25T04:27:07.283Z | Downloaded samael v0.0.17 |
871 | 2025-01-25T04:27:07.288Z | Downloaded xz2 v0.1.7 |
872 | 2025-01-25T04:27:07.291Z | Downloaded xattr v1.3.1 |
873 | 2025-01-25T04:27:07.291Z | Downloaded elliptic-curve v0.13.8 |
874 | 2025-01-25T04:27:07.294Z | Downloaded progenitor-client v0.9.1 |
875 | 2025-01-25T04:27:07.297Z | Downloaded yoke-derive v0.7.4 |
876 | 2025-01-25T04:27:07.297Z | Downloaded tokio-rustls v0.26.0 |
877 | 2025-01-25T04:27:07.300Z | Downloaded structmeta-derive v0.3.0 |
878 | 2025-01-25T04:27:07.306Z | Downloaded time v0.3.36 |
879 | 2025-01-25T04:27:07.309Z | Downloaded hashlink v0.9.1 |
880 | 2025-01-25T04:27:07.313Z | Downloaded peg v0.8.4 |
881 | 2025-01-25T04:27:07.316Z | Downloaded peg-macros v0.8.4 |
882 | 2025-01-25T04:27:07.316Z | Downloaded yoke v0.7.4 |
883 | 2025-01-25T04:27:07.320Z | Downloaded toml_edit v0.19.15 |
884 | 2025-01-25T04:27:07.332Z | Downloaded path-slash v0.1.5 |
885 | 2025-01-25T04:27:07.336Z | Downloaded idna v1.0.3 |
886 | 2025-01-25T04:27:07.341Z | Downloaded parse-display v0.10.0 |
887 | 2025-01-25T04:27:07.344Z | Downloaded form_urlencoded v1.2.1 |
888 | 2025-01-25T04:27:07.344Z | Downloaded snafu v0.8.5 |
889 | 2025-01-25T04:27:07.348Z | Downloaded serde_urlencoded v0.7.1 |
890 | 2025-01-25T04:27:07.348Z | Downloaded tokio-tungstenite v0.24.0 |
891 | 2025-01-25T04:27:07.351Z | Downloaded half v2.4.1 |
892 | 2025-01-25T04:27:07.354Z | Downloaded openssl-sys v0.9.103 |
893 | 2025-01-25T04:27:07.357Z | Downloaded pbkdf2 v0.12.2 |
894 | 2025-01-25T04:27:07.362Z | Downloaded pin-project-lite v0.2.14 |
895 | 2025-01-25T04:27:07.368Z | Downloaded serde_repr v0.1.19 |
896 | 2025-01-25T04:27:07.373Z | Downloaded zerocopy v0.6.6 |
897 | 2025-01-25T04:27:07.373Z | Downloaded unsafe-libyaml v0.2.11 |
898 | 2025-01-25T04:27:07.373Z | Downloaded topological-sort v0.2.2 |
899 | 2025-01-25T04:27:07.376Z | Downloaded pkcs1 v0.7.5 |
900 | 2025-01-25T04:27:07.376Z | Downloaded tracing-core v0.1.32 |
901 | 2025-01-25T04:27:07.380Z | Downloaded ron v0.8.1 |
902 | 2025-01-25T04:27:07.384Z | Downloaded tokio-native-tls v0.3.1 |
903 | 2025-01-25T04:27:07.388Z | Downloaded proptest v1.5.0 |
904 | 2025-01-25T04:27:07.394Z | Downloaded toolchain_find v0.4.0 |
905 | 2025-01-25T04:27:07.397Z | Downloaded aws-lc-rs v1.10.0 |
906 | 2025-01-25T04:27:07.403Z | Downloaded strum v0.26.3 |
907 | 2025-01-25T04:27:07.405Z | Downloaded rustfmt-wrapper v0.2.1 |
908 | 2025-01-25T04:27:07.405Z | Downloaded utf8_iter v1.0.4 |
909 | 2025-01-25T04:27:07.408Z | Downloaded yasna v0.5.2 |
910 | 2025-01-25T04:27:07.408Z | Downloaded num-derive v0.4.2 |
911 | 2025-01-25T04:27:07.414Z | Downloaded ssh-encoding v0.2.0 |
912 | 2025-01-25T04:27:07.414Z | Downloaded serde_yaml v0.9.34+deprecated |
913 | 2025-01-25T04:27:07.416Z | Downloaded which v4.4.2 |
914 | 2025-01-25T04:27:07.417Z | Downloaded rpassword v7.3.1 |
915 | 2025-01-25T04:27:07.419Z | Downloaded downcast v0.11.0 |
916 | 2025-01-25T04:27:07.419Z | Downloaded structmeta v0.2.0 |
917 | 2025-01-25T04:27:07.419Z | Downloaded secrecy v0.8.0 |
918 | 2025-01-25T04:27:07.422Z | Downloaded tinyvec v1.8.0 |
919 | 2025-01-25T04:27:07.426Z | Downloaded flume v0.11.1 |
920 | 2025-01-25T04:27:07.429Z | Downloaded document-features v0.2.10 |
921 | 2025-01-25T04:27:07.429Z | Downloaded env_logger v0.11.5 |
922 | 2025-01-25T04:27:07.435Z | Downloaded spin v0.9.8 |
923 | 2025-01-25T04:27:07.440Z | Downloaded r2d2 v0.8.10 |
924 | 2025-01-25T04:27:07.440Z | Downloaded socket2 v0.5.7 |
925 | 2025-01-25T04:27:07.440Z | Downloaded vsss-rs v3.3.4 |
926 | 2025-01-25T04:27:07.445Z | Downloaded phf_shared v0.10.0 |
927 | 2025-01-25T04:27:07.446Z | Downloaded thiserror v2.0.11 |
928 | 2025-01-25T04:27:07.448Z | Downloaded similar v2.6.0 |
929 | 2025-01-25T04:27:07.452Z | Downloaded data-encoding v2.6.0 |
930 | 2025-01-25T04:27:07.452Z | Downloaded rustversion v1.0.17 |
931 | 2025-01-25T04:27:07.457Z | Downloaded rustc_version v0.4.1 |
932 | 2025-01-25T04:27:07.457Z | Downloaded nodrop v0.1.14 |
933 | 2025-01-25T04:27:07.460Z | Downloaded tui-tree-widget v0.22.0 |
934 | 2025-01-25T04:27:07.460Z | Downloaded chrono v0.4.39 |
935 | 2025-01-25T04:27:07.463Z | Downloaded dirs-next v2.0.0 |
936 | 2025-01-25T04:27:07.466Z | Downloaded itertools v0.13.0 |
937 | 2025-01-25T04:27:07.471Z | Downloaded phf_generator v0.11.2 |
938 | 2025-01-25T04:27:07.474Z | Downloaded diesel_derives v2.2.3 |
939 | 2025-01-25T04:27:07.477Z | Downloaded zerovec v0.10.4 |
940 | 2025-01-25T04:27:07.482Z | Downloaded strum_macros v0.24.3 |
941 | 2025-01-25T04:27:07.486Z | Downloaded hyper v1.5.2 |
942 | 2025-01-25T04:27:07.492Z | Downloaded hex v0.4.3 |
943 | 2025-01-25T04:27:07.494Z | Downloaded diff v0.1.13 |
944 | 2025-01-25T04:27:07.497Z | Downloaded strum_macros v0.26.4 |
945 | 2025-01-25T04:27:07.502Z | Downloaded phf_codegen v0.11.2 |
946 | 2025-01-25T04:27:07.502Z | Downloaded serde_with_macros v3.11.0 |
947 | 2025-01-25T04:27:07.505Z | Downloaded num-traits v0.2.19 |
948 | 2025-01-25T04:27:07.505Z | Downloaded quinn v0.11.5 |
949 | 2025-01-25T04:27:07.507Z | Downloaded bindgen v0.69.5 |
950 | 2025-01-25T04:27:07.513Z | Downloaded prettyplease v0.2.25 |
951 | 2025-01-25T04:27:07.520Z | Downloaded expectorate v1.1.0 |
952 | 2025-01-25T04:27:07.524Z | Downloaded fatfs v0.3.6 |
953 | 2025-01-25T04:27:07.524Z | Downloaded phf v0.11.2 |
954 | 2025-01-25T04:27:07.528Z | Downloaded pkcs8 v0.10.2 |
955 | 2025-01-25T04:27:07.528Z | Downloaded flate2 v1.0.35 |
956 | 2025-01-25T04:27:07.531Z | Downloaded tokio-rustls v0.24.1 |
957 | 2025-01-25T04:27:07.534Z | Downloaded vergen v8.3.2 |
958 | 2025-01-25T04:27:07.538Z | Downloaded zopfli v0.8.1 |
959 | 2025-01-25T04:27:07.542Z | Downloaded rsa v0.9.6 |
960 | 2025-01-25T04:27:07.547Z | Downloaded unicase v2.7.0 |
961 | 2025-01-25T04:27:07.549Z | Downloaded hkdf v0.12.4 |
962 | 2025-01-25T04:27:07.549Z | Downloaded unarray v0.1.4 |
963 | 2025-01-25T04:27:07.549Z | Downloaded typify-macro v0.3.0 |
964 | 2025-01-25T04:27:07.557Z | Downloaded packed_struct v0.10.1 |
965 | 2025-01-25T04:27:07.557Z | Downloaded displaydoc v0.2.5 |
966 | 2025-01-25T04:27:07.662Z | Downloaded zerocopy-derive v0.8.10 |
967 | 2025-01-25T04:27:07.682Z | Downloaded tough v0.19.0 |
968 | 2025-01-25T04:27:07.683Z | Downloaded darling_core v0.20.10 |
969 | 2025-01-25T04:27:07.683Z | Downloaded unicode_categories v0.1.1 |
970 | 2025-01-25T04:27:07.683Z | Downloaded quinn-proto v0.11.8 |
971 | 2025-01-25T04:27:07.683Z | Downloaded derive_builder_core v0.20.2 |
972 | 2025-01-25T04:27:07.683Z | Downloaded pkcs5 v0.7.1 |
973 | 2025-01-25T04:27:07.683Z | Downloaded env_logger v0.10.2 |
974 | 2025-01-25T04:27:07.683Z | Downloaded parse-zoneinfo v0.3.1 |
975 | 2025-01-25T04:27:07.683Z | Downloaded embedded-io v0.4.0 |
976 | 2025-01-25T04:27:07.683Z | Downloaded rustc-hash v1.1.0 |
977 | 2025-01-25T04:27:07.683Z | Downloaded publicsuffix v2.3.0 |
978 | 2025-01-25T04:27:07.683Z | Downloaded hashbrown v0.12.3 |
979 | 2025-01-25T04:27:07.683Z | Downloaded pbkdf2 v0.11.0 |
980 | 2025-01-25T04:27:07.683Z | Downloaded tokio-stream v0.1.16 |
981 | 2025-01-25T04:27:07.683Z | Downloaded der v0.7.9 |
982 | 2025-01-25T04:27:07.683Z | Downloaded tokio-macros v2.5.0 |
983 | 2025-01-25T04:27:07.683Z | Downloaded qorb v0.2.1 |
984 | 2025-01-25T04:27:07.683Z | Downloaded unicode-bidi v0.3.17 |
985 | 2025-01-25T04:27:07.683Z | Downloaded rand v0.8.5 |
986 | 2025-01-25T04:27:07.683Z | Downloaded steno v0.4.1 |
987 | 2025-01-25T04:27:07.683Z | Downloaded zip v0.6.6 |
988 | 2025-01-25T04:27:07.683Z | Downloaded reedline v0.35.0 |
989 | 2025-01-25T04:27:07.683Z | Downloaded zip v2.1.3 |
990 | 2025-01-25T04:27:07.683Z | Downloaded tokio-postgres v0.7.12 |
991 | 2025-01-25T04:27:07.683Z | Downloaded url v2.5.3 |
992 | 2025-01-25T04:27:07.692Z | Downloaded zerocopy v0.8.10 |
993 | 2025-01-25T04:27:07.698Z | Downloaded reqwest v0.12.9 |
994 | 2025-01-25T04:27:07.705Z | Downloaded object v0.30.4 |
995 | 2025-01-25T04:27:07.714Z | Downloaded salty v0.3.0 |
996 | 2025-01-25T04:27:07.722Z | Downloaded futures-util v0.3.31 |
997 | 2025-01-25T04:27:07.737Z | Downloaded unicode-segmentation v1.12.0 |
998 | 2025-01-25T04:27:07.740Z | Downloaded openssl v0.10.66 |
999 | 2025-01-25T04:27:07.752Z | Downloaded p521 v0.13.3 |
1000 | 2025-01-25T04:27:07.757Z | Downloaded nom v7.1.3 |
1001 | 2025-01-25T04:27:07.762Z | Downloaded regex v1.11.1 |
1002 | 2025-01-25T04:27:07.776Z | Downloaded num-bigint-dig v0.8.4 |
1003 | 2025-01-25T04:27:07.781Z | Downloaded dropshot v0.12.0 |
1004 | 2025-01-25T04:27:07.803Z | Downloaded tokio-util v0.7.12 |
1005 | 2025-01-25T04:27:07.810Z | Downloaded vcpkg v0.2.15 |
1006 | 2025-01-25T04:27:07.854Z | Downloaded rustls-webpki v0.101.7 |
1007 | 2025-01-25T04:27:07.870Z | Downloaded dropshot v0.15.1 |
1008 | 2025-01-25T04:27:07.888Z | Downloaded rustls-webpki v0.102.8 |
1009 | 2025-01-25T04:27:07.909Z | Downloaded quick-xml v0.33.0 |
1010 | 2025-01-25T04:27:07.916Z | Downloaded bstr v1.10.0 |
1011 | 2025-01-25T04:27:07.927Z | Downloaded openapiv3 v2.0.0 |
1012 | 2025-01-25T04:27:07.942Z | Downloaded object v0.36.5 |
1013 | 2025-01-25T04:27:07.954Z | Downloaded unicode-width v0.2.0 |
1014 | 2025-01-25T04:27:07.960Z | Downloaded regress v0.9.1 |
1015 | 2025-01-25T04:27:07.971Z | Downloaded radix_trie v0.2.1 |
1016 | 2025-01-25T04:27:07.978Z | Downloaded regress v0.10.1 |
1017 | 2025-01-25T04:27:07.986Z | Downloaded nix v0.28.0 |
1018 | 2025-01-25T04:27:08.000Z | Downloaded polar-core v0.27.3 |
1019 | 2025-01-25T04:27:08.011Z | Downloaded rustls v0.23.19 |
1020 | 2025-01-25T04:27:08.021Z | Downloaded nix v0.29.0 |
1021 | 2025-01-25T04:27:08.040Z | Downloaded nix v0.27.1 |
1022 | 2025-01-25T04:27:08.046Z | Downloaded regex-syntax v0.8.5 |
1023 | 2025-01-25T04:27:08.055Z | Downloaded sled v0.34.7 |
1024 | 2025-01-25T04:27:08.066Z | Downloaded smoltcp v0.9.1 |
1025 | 2025-01-25T04:27:08.079Z | Downloaded webpki-roots v0.26.6 |
1026 | 2025-01-25T04:27:08.083Z | Downloaded zerocopy-derive v0.6.6 |
1027 | 2025-01-25T04:27:08.092Z | Downloaded regex-automata v0.4.8 |
1028 | 2025-01-25T04:27:08.111Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1029 | 2025-01-25T04:27:08.124Z | Downloaded smoltcp v0.11.0 |
1030 | 2025-01-25T04:27:08.137Z | Downloaded typify-impl v0.2.0 |
1031 | 2025-01-25T04:27:08.153Z | Downloaded diesel v2.2.6 |
1032 | 2025-01-25T04:27:08.175Z | Downloaded p384 v0.13.0 |
1033 | 2025-01-25T04:27:08.179Z | Downloaded rustls v0.22.4 |
1034 | 2025-01-25T04:27:08.193Z | Downloaded gimli v0.31.1 |
1035 | 2025-01-25T04:27:08.203Z | Downloaded chrono-tz v0.10.1 |
1036 | 2025-01-25T04:27:08.210Z | Downloaded hashbrown v0.14.5 |
1037 | 2025-01-25T04:27:08.216Z | Downloaded ratatui v0.28.1 |
1038 | 2025-01-25T04:27:08.237Z | Downloaded typify-impl v0.3.0 |
1039 | 2025-01-25T04:27:08.254Z | Downloaded petname v2.0.2 |
1040 | 2025-01-25T04:27:08.260Z | Downloaded rustls v0.21.12 |
1041 | 2025-01-25T04:27:08.271Z | Downloaded russh v0.45.0 |
1042 | 2025-01-25T04:27:08.278Z | Downloaded sqlparser v0.45.0 |
1043 | 2025-01-25T04:27:08.283Z | Downloaded csv v1.3.1 |
1044 | 2025-01-25T04:27:08.305Z | Downloaded tokio v1.43.0 |
1045 | 2025-01-25T04:27:08.343Z | Downloaded h2 v0.4.6 |
1046 | 2025-01-25T04:27:08.349Z | Downloaded git2 v0.19.0 |
1047 | 2025-01-25T04:27:08.357Z | Downloaded hickory-proto v0.24.2 |
1048 | 2025-01-25T04:27:08.373Z | Downloaded sha3 v0.10.8 |
1049 | 2025-01-25T04:27:08.378Z | Downloaded petgraph v0.6.5 |
1050 | 2025-01-25T04:27:08.395Z | Downloaded lzma-sys v0.1.20 |
1051 | 2025-01-25T04:27:08.428Z | Downloaded winnow v0.5.40 |
1052 | 2025-01-25T04:27:08.460Z | Downloaded ssh-key v0.6.6 |
1053 | 2025-01-25T04:27:08.460Z | Downloaded libz-sys v1.1.20 |
1054 | 2025-01-25T04:27:08.465Z | Downloaded serde_with v3.11.0 |
1055 | 2025-01-25T04:27:08.469Z | Downloaded portable-atomic v1.9.0 |
1056 | 2025-01-25T04:27:08.478Z | Downloaded regex-syntax v0.6.29 |
1057 | 2025-01-25T04:27:08.483Z | Downloaded curve25519-dalek v4.1.3 |
1058 | 2025-01-25T04:27:08.491Z | Downloaded lalrpop v0.19.12 |
1059 | 2025-01-25T04:27:08.503Z | Downloaded icu_properties_data v1.5.0 |
1060 | 2025-01-25T04:27:08.512Z | Downloaded rayon v1.10.0 |
1061 | 2025-01-25T04:27:08.521Z | Downloaded num-bigint v0.4.6 |
1062 | 2025-01-25T04:27:08.526Z | Downloaded pin-project-internal v1.1.6 |
1063 | 2025-01-25T04:27:08.528Z | Downloaded rustc-demangle v0.1.24 |
1064 | 2025-01-25T04:27:08.531Z | Downloaded p256 v0.13.2 |
1065 | 2025-01-25T04:27:08.534Z | Downloaded itertools v0.12.1 |
1066 | 2025-01-25T04:27:08.539Z | Downloaded bitvec v1.0.1 |
1067 | 2025-01-25T04:27:08.555Z | Downloaded hashbrown v0.13.2 |
1068 | 2025-01-25T04:27:08.558Z | Downloaded ff v0.13.0 |
1069 | 2025-01-25T04:27:08.561Z | Downloaded fd-lock v4.0.2 |
1070 | 2025-01-25T04:27:08.563Z | Downloaded sqlformat v0.2.6 |
1071 | 2025-01-25T04:27:08.566Z | Downloaded unicode-truncate v1.1.0 |
1072 | 2025-01-25T04:27:08.566Z | Downloaded progenitor v0.9.1 |
1073 | 2025-01-25T04:27:08.569Z | Downloaded snafu-derive v0.8.5 |
1074 | 2025-01-25T04:27:08.569Z | Downloaded postgres-types v0.2.8 |
1075 | 2025-01-25T04:27:08.572Z | Downloaded postgres-protocol v0.6.7 |
1076 | 2025-01-25T04:27:08.572Z | Downloaded ed25519-dalek v2.1.1 |
1077 | 2025-01-25T04:27:08.577Z | Downloaded libxml v0.3.3 |
1078 | 2025-01-25T04:27:08.581Z | Downloaded rusqlite v0.32.1 |
1079 | 2025-01-25T04:27:08.587Z | Downloaded whoami v1.5.2 |
1080 | 2025-01-25T04:27:08.589Z | Downloaded test-strategy v0.3.1 |
1081 | 2025-01-25T04:27:08.594Z | Downloaded blake3 v1.5.4 |
1082 | 2025-01-25T04:27:08.599Z | Downloaded rayon-core v1.12.1 |
1083 | 2025-01-25T04:27:08.604Z | Downloaded parse-display-derive v0.10.0 |
1084 | 2025-01-25T04:27:08.606Z | Downloaded progenitor-impl v0.9.1 |
1085 | 2025-01-25T04:27:08.606Z | Downloaded itertools v0.10.5 |
1086 | 2025-01-25T04:27:08.615Z | Downloaded subprocess v0.2.9 |
1087 | 2025-01-25T04:27:08.618Z | Downloaded filetime v0.2.25 |
1088 | 2025-01-25T04:27:08.618Z | Downloaded zone v0.1.8 |
1089 | 2025-01-25T04:27:08.618Z | Downloaded hash32 v0.3.1 |
1090 | 2025-01-25T04:27:08.621Z | Downloaded group v0.13.0 |
1091 | 2025-01-25T04:27:08.621Z | Downloaded glob v0.3.1 |
1092 | 2025-01-25T04:27:08.623Z | Downloaded progenitor-impl v0.8.0 |
1093 | 2025-01-25T04:27:08.623Z | Downloaded mio v1.0.2 |
1094 | 2025-01-25T04:27:08.629Z | Downloaded universal-hash v0.5.1 |
1095 | 2025-01-25T04:27:08.632Z | Downloaded termios v0.3.3 |
1096 | 2025-01-25T04:27:08.632Z | Downloaded termcolor v1.4.1 |
1097 | 2025-01-25T04:27:08.634Z | Downloaded supports-color v3.0.1 |
1098 | 2025-01-25T04:27:08.634Z | Downloaded twox-hash v1.6.3 |
1099 | 2025-01-25T04:27:08.637Z | Downloaded same-file v1.0.6 |
1100 | 2025-01-25T04:27:08.641Z | Downloaded utf16_iter v1.0.5 |
1101 | 2025-01-25T04:27:08.641Z | Downloaded utf-8 v0.7.6 |
1102 | 2025-01-25T04:27:08.641Z | Downloaded tabwriter v1.4.0 |
1103 | 2025-01-25T04:27:08.644Z | Downloaded stringprep v0.1.5 |
1104 | 2025-01-25T04:27:08.644Z | Downloaded schemars_derive v0.8.21 |
1105 | 2025-01-25T04:27:08.644Z | Downloaded env_filter v0.1.2 |
1106 | 2025-01-25T04:27:08.646Z | Downloaded unicode-properties v0.1.3 |
1107 | 2025-01-25T04:27:08.649Z | Downloaded hickory-resolver v0.24.2 |
1108 | 2025-01-25T04:27:08.652Z | Downloaded scopeguard v1.2.0 |
1109 | 2025-01-25T04:27:08.654Z | Downloaded tar v0.4.42 |
1110 | 2025-01-25T04:27:08.657Z | Downloaded minimal-lexical v0.2.1 |
1111 | 2025-01-25T04:27:08.659Z | Downloaded writeable v0.5.5 |
1112 | 2025-01-25T04:27:08.663Z | Downloaded password-hash v0.4.2 |
1113 | 2025-01-25T04:27:08.667Z | Downloaded typify v0.3.0 |
1114 | 2025-01-25T04:27:08.671Z | Downloaded predicates-core v1.0.8 |
1115 | 2025-01-25T04:27:08.671Z | Downloaded enum-as-inner v0.6.1 |
1116 | 2025-01-25T04:27:08.671Z | Downloaded display-error-chain v0.2.2 |
1117 | 2025-01-25T04:27:08.671Z | Downloaded der_derive v0.7.3 |
1118 | 2025-01-25T04:27:08.674Z | Downloaded ron v0.7.1 |
1119 | 2025-01-25T04:27:08.676Z | Downloaded predicates v3.1.2 |
1120 | 2025-01-25T04:27:08.679Z | Downloaded encoding_rs v0.8.34 |
1121 | 2025-01-25T04:27:08.782Z | Downloaded ppv-lite86 v0.2.20 |
1122 | 2025-01-25T04:27:08.793Z | Downloaded parking_lot_core v0.9.10 |
1123 | 2025-01-25T04:27:08.793Z | Downloaded parking_lot v0.11.2 |
1124 | 2025-01-25T04:27:08.793Z | Downloaded dropshot_endpoint v0.12.0 |
1125 | 2025-01-25T04:27:08.793Z | Downloaded synstructure v0.13.1 |
1126 | 2025-01-25T04:27:08.793Z | Downloaded structmeta v0.3.0 |
1127 | 2025-01-25T04:27:08.793Z | Downloaded slog-scope v4.4.0 |
1128 | 2025-01-25T04:27:08.793Z | Downloaded slog-json v2.6.1 |
1129 | 2025-01-25T04:27:08.793Z | Downloaded slog-envlogger v2.2.0 |
1130 | 2025-01-25T04:27:08.794Z | Downloaded slog-dtrace v0.3.0 |
1131 | 2025-01-25T04:27:08.794Z | Downloaded hyper-util v0.1.10 |
1132 | 2025-01-25T04:27:08.794Z | Downloaded thiserror-impl-no-std v2.0.2 |
1133 | 2025-01-25T04:27:08.794Z | Downloaded thiserror-impl v2.0.11 |
1134 | 2025-01-25T04:27:08.794Z | Downloaded phf_shared v0.11.2 |
1135 | 2025-01-25T04:27:08.794Z | Downloaded value-bag v1.9.0 |
1136 | 2025-01-25T04:27:08.794Z | Downloaded typify v0.2.0 |
1137 | 2025-01-25T04:27:08.794Z | Downloaded cc v1.1.30 |
1138 | 2025-01-25T04:27:08.794Z | Downloaded vte_generate_state_changes v0.1.2 |
1139 | 2025-01-25T04:27:08.794Z | Downloaded indicatif v0.17.9 |
1140 | 2025-01-25T04:27:08.794Z | Downloaded icu_provider v1.5.0 |
1141 | 2025-01-25T04:27:08.794Z | Downloaded shlex v1.3.0 |
1142 | 2025-01-25T04:27:08.794Z | Downloaded semver v0.1.20 |
1143 | 2025-01-25T04:27:08.794Z | Downloaded rfc6979 v0.4.0 |
1144 | 2025-01-25T04:27:08.794Z | Downloaded resolv-conf v0.7.0 |
1145 | 2025-01-25T04:27:08.794Z | Downloaded icu_normalizer v1.5.0 |
1146 | 2025-01-25T04:27:08.794Z | Downloaded chacha20poly1305 v0.10.1 |
1147 | 2025-01-25T04:27:08.794Z | Downloaded uzers v0.12.1 |
1148 | 2025-01-25T04:27:08.794Z | Downloaded slog v2.7.0 |
1149 | 2025-01-25T04:27:08.794Z | Downloaded powerfmt v0.2.0 |
1150 | 2025-01-25T04:27:08.794Z | Downloaded defmt-macros v0.3.9 |
1151 | 2025-01-25T04:27:08.794Z | Downloaded zeroize_derive v1.4.2 |
1152 | 2025-01-25T04:27:08.794Z | Downloaded zeroize v1.8.1 |
1153 | 2025-01-25T04:27:08.794Z | Downloaded zerofrom-derive v0.1.4 |
1154 | 2025-01-25T04:27:08.794Z | Downloaded rustls-pemfile v2.2.0 |
1155 | 2025-01-25T04:27:08.794Z | Downloaded native-tls v0.2.12 |
1156 | 2025-01-25T04:27:08.794Z | Downloaded icu_locid_transform_data v1.5.0 |
1157 | 2025-01-25T04:27:08.794Z | Downloaded tokio-tungstenite v0.21.0 |
1158 | 2025-01-25T04:27:08.794Z | Downloaded const_format v0.2.33 |
1159 | 2025-01-25T04:27:08.794Z | Downloaded strip-ansi-escapes v0.2.0 |
1160 | 2025-01-25T04:27:08.794Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1161 | 2025-01-25T04:27:08.832Z | Downloaded const-oid v0.9.6 |
1162 | 2025-01-25T04:27:08.836Z | Downloaded serde_derive_internals v0.29.1 |
1163 | 2025-01-25T04:27:08.842Z | Downloaded crossbeam-utils v0.8.20 |
1164 | 2025-01-25T04:27:08.842Z | Downloaded httparse v1.9.5 |
1165 | 2025-01-25T04:27:08.846Z | Downloaded thread_local v1.1.8 |
1166 | 2025-01-25T04:27:08.846Z | Downloaded kstat-rs v0.2.4 |
1167 | 2025-01-25T04:27:08.846Z | Downloaded blake2 v0.10.6 |
1168 | 2025-01-25T04:27:08.846Z | Downloaded serde_path_to_error v0.1.16 |
1169 | 2025-01-25T04:27:08.851Z | Downloaded mime_guess v2.0.5 |
1170 | 2025-01-25T04:27:08.851Z | Downloaded memmap2 v0.9.5 |
1171 | 2025-01-25T04:27:08.855Z | Downloaded ipnetwork v0.20.0 |
1172 | 2025-01-25T04:27:08.855Z | Downloaded hyper-rustls v0.27.3 |
1173 | 2025-01-25T04:27:08.855Z | Downloaded highway v1.2.0 |
1174 | 2025-01-25T04:27:08.859Z | Downloaded rustc-hash v2.0.0 |
1175 | 2025-01-25T04:27:08.859Z | Downloaded multimap v0.10.0 |
1176 | 2025-01-25T04:27:08.859Z | Downloaded maplit v1.0.2 |
1177 | 2025-01-25T04:27:08.863Z | Downloaded keccak v0.1.5 |
1178 | 2025-01-25T04:27:08.863Z | Downloaded cmake v0.1.51 |
1179 | 2025-01-25T04:27:08.863Z | Downloaded ciborium v0.2.2 |
1180 | 2025-01-25T04:27:08.868Z | Downloaded instability v0.3.2 |
1181 | 2025-01-25T04:27:08.868Z | Downloaded linked-hash-map v0.5.6 |
1182 | 2025-01-25T04:27:08.868Z | Downloaded lalrpop-util v0.19.12 |
1183 | 2025-01-25T04:27:08.868Z | Downloaded linear-map v1.2.0 |
1184 | 2025-01-25T04:27:08.872Z | Downloaded is_ci v1.2.0 |
1185 | 2025-01-25T04:27:08.872Z | Downloaded is-terminal v0.4.13 |
1186 | 2025-01-25T04:27:08.873Z | Downloaded cobs v0.2.3 |
1187 | 2025-01-25T04:27:08.873Z | Downloaded ciborium-ll v0.2.2 |
1188 | 2025-01-25T04:27:08.876Z | Downloaded arrayvec v0.7.6 |
1189 | 2025-01-25T04:27:08.876Z | Downloaded cipher v0.4.4 |
1190 | 2025-01-25T04:27:08.879Z | Downloaded bzip2 v0.4.4 |
1191 | 2025-01-25T04:27:08.883Z | Downloaded bitflags v1.3.2 |
1192 | 2025-01-25T04:27:08.887Z | Downloaded hostname v0.3.1 |
1193 | 2025-01-25T04:27:08.887Z | Downloaded hostname v0.4.0 |
1194 | 2025-01-25T04:27:08.887Z | Downloaded chacha20 v0.9.1 |
1195 | 2025-01-25T04:27:08.890Z | Downloaded async-trait v0.1.83 |
1196 | 2025-01-25T04:27:09.165Z | Downloaded aws-lc-sys v0.22.0 |
1197 | 2025-01-25T04:27:09.406Z | Downloaded ring v0.17.8 |
1198 | 2025-01-25T04:27:09.536Z | Downloaded libsqlite3-sys v0.30.1 |
1199 | 2025-01-25T04:27:09.714Z | Compiling serde v1.0.217 |
1200 | 2025-01-25T04:27:09.717Z | Compiling lock_api v0.4.12 |
1201 | 2025-01-25T04:27:09.717Z | Compiling scopeguard v1.2.0 |
1202 | 2025-01-25T04:27:09.717Z | Compiling value-bag v1.9.0 |
1203 | 2025-01-25T04:27:09.717Z | Compiling typenum v1.17.0 |
1204 | 2025-01-25T04:27:09.900Z | Compiling generic-array v0.14.7 |
1205 | 2025-01-25T04:27:09.918Z | Compiling syn v2.0.96 |
1206 | 2025-01-25T04:27:09.934Z | Compiling getrandom v0.2.15 |
1207 | 2025-01-25T04:27:10.080Z | Compiling shlex v1.3.0 |
1208 | 2025-01-25T04:27:10.261Z | Compiling rand_core v0.6.4 |
1209 | 2025-01-25T04:27:10.388Z | Compiling log v0.4.22 |
1210 | 2025-01-25T04:27:10.462Z | Compiling subtle v2.6.1 |
1211 | 2025-01-25T04:27:10.477Z | Compiling jobserver v0.1.32 |
1212 | 2025-01-25T04:27:10.508Z | Compiling smallvec v1.13.2 |
1213 | 2025-01-25T04:27:10.792Z | Compiling const-oid v0.9.6 |
1214 | 2025-01-25T04:27:10.817Z | Compiling spin v0.9.8 |
1215 | 2025-01-25T04:27:10.832Z | Compiling pin-project-lite v0.2.14 |
1216 | 2025-01-25T04:27:11.011Z | Compiling cc v1.1.30 |
1217 | 2025-01-25T04:27:11.015Z | Compiling rustix v0.38.37 |
1218 | 2025-01-25T04:27:11.181Z | Compiling parking_lot_core v0.9.10 |
1219 | 2025-01-25T04:27:11.202Z | Compiling futures-core v0.3.31 |
1220 | 2025-01-25T04:27:11.308Z | Compiling signal-hook-registry v1.4.2 |
1221 | 2025-01-25T04:27:11.464Z | Compiling mio v1.0.2 |
1222 | 2025-01-25T04:27:11.825Z | Compiling aho-corasick v1.1.3 |
1223 | 2025-01-25T04:27:12.139Z | Compiling parking_lot v0.12.3 |
1224 | 2025-01-25T04:27:12.294Z | Compiling either v1.13.0 |
1225 | 2025-01-25T04:27:12.321Z | Compiling regex-syntax v0.8.5 |
1226 | 2025-01-25T04:27:12.572Z | Compiling cpufeatures v0.2.14 |
1227 | 2025-01-25T04:27:12.683Z | Compiling stable_deref_trait v1.2.0 |
1228 | 2025-01-25T04:27:12.704Z | Compiling lazy_static v1.5.0 |
1229 | 2025-01-25T04:27:12.809Z | Compiling glob v0.3.1 |
1230 | 2025-01-25T04:27:12.841Z | Compiling futures-sink v0.3.31 |
1231 | 2025-01-25T04:27:12.861Z | Compiling socket2 v0.5.7 |
1232 | 2025-01-25T04:27:12.916Z | Compiling slab v0.4.9 |
1233 | 2025-01-25T04:27:13.003Z | Compiling prettyplease v0.2.25 |
1234 | 2025-01-25T04:27:13.348Z | Compiling serde_json v1.0.135 |
1235 | 2025-01-25T04:27:13.372Z | Compiling minimal-lexical v0.2.1 |
1236 | 2025-01-25T04:27:13.681Z | Compiling clang-sys v1.8.1 |
1237 | 2025-01-25T04:27:13.723Z | Compiling libloading v0.8.5 |
1238 | 2025-01-25T04:27:13.887Z | Compiling nom v7.1.3 |
1239 | 2025-01-25T04:27:13.983Z | Compiling home v0.5.9 |
1240 | 2025-01-25T04:27:14.156Z | Compiling bindgen v0.69.5 |
1241 | 2025-01-25T04:27:14.358Z | Compiling futures-channel v0.3.31 |
1242 | 2025-01-25T04:27:14.708Z | Compiling itertools v0.12.1 |
1243 | 2025-01-25T04:27:14.755Z | Compiling futures-task v0.3.31 |
1244 | 2025-01-25T04:27:15.018Z | Compiling lazycell v1.3.0 |
1245 | 2025-01-25T04:27:15.056Z | Compiling foldhash v0.1.3 |
1246 | 2025-01-25T04:27:15.208Z | Compiling rustc-hash v1.1.0 |
1247 | 2025-01-25T04:27:15.463Z | Compiling pin-utils v0.1.0 |
1248 | 2025-01-25T04:27:15.480Z | Compiling allocator-api2 v0.2.18 |
1249 | 2025-01-25T04:27:15.486Z | Compiling futures-io v0.3.31 |
1250 | 2025-01-25T04:27:15.765Z | Compiling libm v0.2.8 |
1251 | 2025-01-25T04:27:16.098Z | Compiling regex-automata v0.4.8 |
1252 | 2025-01-25T04:27:16.164Z | Compiling hashbrown v0.15.1 |
1253 | 2025-01-25T04:27:16.594Z | Compiling cmake v0.1.51 |
1254 | 2025-01-25T04:27:18.317Z | Compiling synstructure v0.13.1 |
1255 | 2025-01-25T04:27:18.319Z | Compiling cexpr v0.6.0 |
1256 | 2025-01-25T04:27:18.319Z | Compiling num-traits v0.2.19 |
1257 | 2025-01-25T04:27:18.319Z | Compiling dunce v1.0.5 |
1258 | 2025-01-25T04:27:18.319Z | Compiling fs_extra v1.3.0 |
1259 | 2025-01-25T04:27:18.609Z | Compiling pkg-config v0.3.31 |
1260 | 2025-01-25T04:27:18.877Z | Compiling litemap v0.7.3 |
1261 | 2025-01-25T04:27:19.137Z | Compiling writeable v0.5.5 |
1262 | 2025-01-25T04:27:19.303Z | Compiling ring v0.17.8 |
1263 | 2025-01-25T04:27:19.708Z | Compiling base64ct v1.6.0 |
1264 | 2025-01-25T04:27:20.134Z | Compiling paste v1.0.15 |
1265 | 2025-01-25T04:27:20.225Z | Compiling pem-rfc7468 v0.7.0 |
1266 | 2025-01-25T04:27:20.282Z | Compiling httparse v1.9.5 |
1267 | 2025-01-25T04:27:20.673Z | Compiling flagset v0.4.6 |
1268 | 2025-01-25T04:27:20.872Z | Compiling aws-lc-rs v1.10.0 |
1269 | 2025-01-25T04:27:20.892Z | Compiling icu_locid_transform_data v1.5.0 |
1270 | 2025-01-25T04:27:21.038Z | Compiling tracing-core v0.1.32 |
1271 | 2025-01-25T04:27:21.297Z | Compiling icu_properties_data v1.5.0 |
1272 | 2025-01-25T04:27:21.542Z | Compiling regex v1.11.1 |
1273 | 2025-01-25T04:27:21.628Z | Compiling percent-encoding v2.3.1 |
1274 | 2025-01-25T04:27:21.950Z | Compiling crossbeam-utils v0.8.20 |
1275 | 2025-01-25T04:27:22.145Z | Compiling rustls-pki-types v1.10.0 |
1276 | 2025-01-25T04:27:22.514Z | Compiling utf16_iter v1.0.5 |
1277 | 2025-01-25T04:27:22.535Z | Compiling powerfmt v0.2.0 |
1278 | 2025-01-25T04:27:22.689Z | Compiling serde_derive v1.0.217 |
1279 | 2025-01-25T04:27:22.710Z | Compiling zeroize_derive v1.4.2 |
1280 | 2025-01-25T04:27:22.889Z | Compiling zerocopy-derive v0.7.35 |
1281 | 2025-01-25T04:27:22.889Z | Compiling tokio-macros v2.5.0 |
1282 | 2025-01-25T04:27:23.000Z | Compiling zerofrom-derive v0.1.4 |
1283 | 2025-01-25T04:27:24.107Z | Compiling zeroize v1.8.1 |
1284 | 2025-01-25T04:27:24.467Z | Compiling yoke-derive v0.7.4 |
1285 | 2025-01-25T04:27:24.895Z | Compiling zerocopy v0.7.35 |
1286 | 2025-01-25T04:27:25.162Z | Compiling zerovec-derive v0.10.3 |
1287 | 2025-01-25T04:27:25.588Z | Compiling crypto-common v0.1.6 |
1288 | 2025-01-25T04:27:25.823Z | Compiling block-buffer v0.10.4 |
1289 | 2025-01-25T04:27:26.101Z | Compiling digest v0.10.7 |
1290 | 2025-01-25T04:27:26.205Z | Compiling thiserror-impl v1.0.69 |
1291 | 2025-01-25T04:27:26.318Z | Compiling displaydoc v0.2.5 |
1292 | 2025-01-25T04:27:26.633Z | Compiling hmac v0.12.1 |
1293 | 2025-01-25T04:27:26.654Z | Compiling zerofrom v0.1.4 |
1294 | 2025-01-25T04:27:26.811Z | Compiling futures-macro v0.3.31 |
1295 | 2025-01-25T04:27:26.830Z | Compiling block-padding v0.3.3 |
1296 | 2025-01-25T04:27:26.927Z | Compiling sha2 v0.10.8 |
1297 | 2025-01-25T04:27:27.092Z | Compiling inout v0.1.3 |
1298 | 2025-01-25T04:27:27.124Z | Compiling yoke v0.7.4 |
1299 | 2025-01-25T04:27:27.363Z | Compiling cipher v0.4.4 |
1300 | 2025-01-25T04:27:27.480Z | Compiling icu_provider_macros v1.5.0 |
1301 | 2025-01-25T04:27:27.554Z | Compiling zerovec v0.10.4 |
1302 | 2025-01-25T04:27:27.840Z | Compiling ppv-lite86 v0.2.20 |
1303 | 2025-01-25T04:27:27.867Z | Compiling der_derive v0.7.3 |
1304 | 2025-01-25T04:27:28.522Z | Compiling rand_chacha v0.3.1 |
1305 | 2025-01-25T04:27:28.576Z | Compiling tracing-attributes v0.1.27 |
1306 | 2025-01-25T04:27:28.711Z | Compiling futures-util v0.3.31 |
1307 | 2025-01-25T04:27:29.450Z | Compiling thiserror v1.0.69 |
1308 | 2025-01-25T04:27:29.463Z | Compiling tinystr v0.7.6 |
1309 | 2025-01-25T04:27:29.661Z | Compiling icu_collections v1.5.0 |
1310 | 2025-01-25T04:27:29.752Z | Compiling icu_locid v1.5.0 |
1311 | 2025-01-25T04:27:30.151Z | Compiling der v0.7.9 |
1312 | 2025-01-25T04:27:30.508Z | Compiling pest v2.7.14 |
1313 | 2025-01-25T04:27:31.952Z | Compiling icu_provider v1.5.0 |
1314 | 2025-01-25T04:27:31.955Z | Compiling rand v0.8.5 |
1315 | 2025-01-25T04:27:31.955Z | Compiling icu_locid_transform v1.5.0 |
1316 | 2025-01-25T04:27:31.955Z | Compiling salsa20 v0.10.2 |
1317 | 2025-01-25T04:27:31.955Z | Compiling tracing v0.1.40 |
1318 | 2025-01-25T04:27:32.118Z | Compiling spki v0.7.3 |
1319 | 2025-01-25T04:27:32.469Z | Compiling pbkdf2 v0.12.2 |
1320 | 2025-01-25T04:27:32.500Z | Compiling num-conv v0.1.0 |
1321 | 2025-01-25T04:27:32.659Z | Compiling mirai-annotations v1.12.0 |
1322 | 2025-01-25T04:27:32.799Z | Compiling untrusted v0.7.1 |
1323 | 2025-01-25T04:27:32.885Z | Compiling untrusted v0.9.0 |
1324 | 2025-01-25T04:27:32.943Z | Compiling write16 v1.0.0 |
1325 | 2025-01-25T04:27:32.994Z | Compiling time-core v0.1.2 |
1326 | 2025-01-25T04:27:33.077Z | Compiling icu_properties v1.5.1 |
1327 | 2025-01-25T04:27:33.077Z | Compiling utf8_iter v1.0.4 |
1328 | 2025-01-25T04:27:33.181Z | Compiling icu_normalizer_data v1.5.0 |
1329 | 2025-01-25T04:27:33.201Z | Compiling vcpkg v0.2.15 |
1330 | 2025-01-25T04:27:33.299Z | Compiling time-macros v0.2.18 |
1331 | 2025-01-25T04:27:33.434Z | Compiling pest_meta v2.7.14 |
1332 | 2025-01-25T04:27:33.930Z | Compiling scrypt v0.11.0 |
1333 | 2025-01-25T04:27:34.145Z | Compiling aes v0.8.4 |
1334 | 2025-01-25T04:27:34.548Z | Compiling cbc v0.1.2 |
1335 | 2025-01-25T04:27:34.762Z | Compiling deranged v0.3.11 |
1336 | 2025-01-25T04:27:35.162Z | Compiling openssl-sys v0.9.103 |
1337 | 2025-01-25T04:27:35.770Z | Compiling bitflags v2.6.0 |
1338 | 2025-01-25T04:27:36.189Z | Compiling bytes v1.9.0 |
1339 | 2025-01-25T04:27:36.380Z | Compiling indexmap v2.7.0 |
1340 | 2025-01-25T04:27:36.916Z | Compiling semver v1.0.24 |
1341 | 2025-01-25T04:27:37.055Z | Compiling tokio v1.43.0 |
1342 | 2025-01-25T04:27:37.362Z | Compiling http v1.2.0 |
1343 | 2025-01-25T04:27:37.605Z | Compiling rustc_version v0.4.1 |
1344 | 2025-01-25T04:27:37.685Z | Compiling icu_normalizer v1.5.0 |
1345 | 2025-01-25T04:27:37.722Z | Compiling scroll_derive v0.12.0 |
1346 | 2025-01-25T04:27:38.298Z | Compiling num_threads v0.1.7 |
1347 | 2025-01-25T04:27:38.441Z | Compiling atomic-waker v1.1.2 |
1348 | 2025-01-25T04:27:38.639Z | Compiling tinyvec_macros v0.1.1 |
1349 | 2025-01-25T04:27:38.747Z | Compiling tinyvec v1.8.0 |
1350 | 2025-01-25T04:27:39.090Z | Compiling http-body v1.0.1 |
1351 | 2025-01-25T04:27:39.139Z | Compiling idna_adapter v1.2.0 |
1352 | 2025-01-25T04:27:39.202Z | Compiling scroll v0.12.0 |
1353 | 2025-01-25T04:27:39.283Z | Compiling time v0.3.36 |
1354 | 2025-01-25T04:27:39.480Z | Compiling pkcs5 v0.7.1 |
1355 | 2025-01-25T04:27:39.502Z | Compiling pest_generator v2.7.14 |
1356 | 2025-01-25T04:27:39.583Z | Compiling form_urlencoded v1.2.1 |
1357 | 2025-01-25T04:27:39.757Z | Compiling which v4.4.2 |
1358 | 2025-01-25T04:27:39.895Z | Compiling try-lock v0.2.5 |
1359 | 2025-01-25T04:27:40.065Z | Compiling slog v2.7.0 |
1360 | 2025-01-25T04:27:40.298Z | Compiling pkcs8 v0.10.2 |
1361 | 2025-01-25T04:27:40.634Z | Compiling want v0.3.1 |
1362 | 2025-01-25T04:27:40.637Z | Compiling goblin v0.8.2 |
1363 | 2025-01-25T04:27:40.890Z | Compiling idna v1.0.3 |
1364 | 2025-01-25T04:27:40.925Z | Compiling uuid v1.12.0 |
1365 | 2025-01-25T04:27:40.960Z | Compiling httpdate v1.0.3 |
1366 | 2025-01-25T04:27:41.389Z | Compiling pest_derive v2.7.14 |
1367 | 2025-01-25T04:27:41.392Z | Compiling iana-time-zone v0.1.61 |
1368 | 2025-01-25T04:27:41.804Z | Compiling chrono v0.4.39 |
1369 | 2025-01-25T04:27:42.186Z | Compiling dtrace-parser v0.2.0 |
1370 | 2025-01-25T04:27:42.510Z | Compiling serde_tokenstream v0.2.2 |
1371 | 2025-01-25T04:27:43.085Z | Compiling toml_datetime v0.6.8 |
1372 | 2025-01-25T04:27:43.135Z | Compiling serde_spanned v0.6.8 |
1373 | 2025-01-25T04:27:43.382Z | Compiling openssl v0.10.66 |
1374 | 2025-01-25T04:27:43.583Z | Compiling tower-service v0.3.3 |
1375 | 2025-01-25T04:27:43.726Z | Compiling foreign-types-shared v0.1.1 |
1376 | 2025-01-25T04:27:43.805Z | Compiling adler2 v2.0.0 |
1377 | 2025-01-25T04:27:43.861Z | Compiling rustversion v1.0.17 |
1378 | 2025-01-25T04:27:43.957Z | Compiling match_cfg v0.1.0 |
1379 | 2025-01-25T04:27:44.068Z | Compiling base64 v0.22.1 |
1380 | 2025-01-25T04:27:44.088Z | Compiling hostname v0.3.1 |
1381 | 2025-01-25T04:27:44.118Z | Compiling miniz_oxide v0.8.0 |
1382 | 2025-01-25T04:27:44.311Z | Compiling foreign-types v0.3.2 |
1383 | 2025-01-25T04:27:44.453Z | Compiling url v2.5.3 |
1384 | 2025-01-25T04:27:44.745Z | Compiling async-trait v0.1.83 |
1385 | 2025-01-25T04:27:45.290Z | Compiling tokio-util v0.7.12 |
1386 | 2025-01-25T04:27:45.614Z | Compiling openssl-macros v0.1.1 |
1387 | 2025-01-25T04:27:45.883Z | Compiling serde_derive_internals v0.29.1 |
1388 | 2025-01-25T04:27:46.263Z | Compiling h2 v0.4.6 |
1389 | 2025-01-25T04:27:46.349Z | Compiling dirs-sys-next v0.1.2 |
1390 | 2025-01-25T04:27:46.568Z | Compiling dof v0.3.0 |
1391 | 2025-01-25T04:27:46.902Z | Compiling native-tls v0.2.12 |
1392 | 2025-01-25T04:27:47.172Z | Compiling rustls v0.22.4 |
1393 | 2025-01-25T04:27:47.240Z | Compiling syn v1.0.109 |
1394 | 2025-01-25T04:27:47.431Z | Compiling usdt-impl v0.5.0 |
1395 | 2025-01-25T04:27:47.829Z | Compiling rustls v0.23.19 |
1396 | 2025-01-25T04:27:48.125Z | Compiling data-encoding v2.6.0 |
1397 | 2025-01-25T04:27:48.209Z | Compiling siphasher v0.3.11 |
1398 | 2025-01-25T04:27:48.435Z | Compiling schemars v0.8.21 |
1399 | 2025-01-25T04:27:48.568Z | Compiling schemars_derive v0.8.21 |
1400 | 2025-01-25T04:27:48.875Z | Compiling dirs-next v2.0.0 |
1401 | 2025-01-25T04:27:50.024Z | Compiling unicode-normalization v0.1.24 |
1402 | 2025-01-25T04:27:50.227Z | Compiling http-body-util v0.1.2 |
1403 | 2025-01-25T04:27:50.351Z | Compiling crossbeam-epoch v0.9.18 |
1404 | 2025-01-25T04:27:50.371Z | Compiling heapless v0.7.17 |
1405 | 2025-01-25T04:27:50.707Z | Compiling sha1 v0.10.6 |
1406 | 2025-01-25T04:27:50.790Z | Compiling signature v2.2.0 |
1407 | 2025-01-25T04:27:51.045Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1408 | 2025-01-25T04:27:51.092Z | Compiling thread_local v1.1.8 |
1409 | 2025-01-25T04:27:51.112Z | Compiling cookie v0.18.1 |
1410 | 2025-01-25T04:27:51.141Z | Compiling multer v3.1.0 |
1411 | 2025-01-25T04:27:51.396Z | Compiling encoding_rs v0.8.34 |
1412 | 2025-01-25T04:27:51.439Z | Compiling dyn-clone v1.0.17 |
1413 | 2025-01-25T04:27:51.495Z | Compiling mime v0.3.17 |
1414 | 2025-01-25T04:27:51.617Z | Compiling ipnet v2.10.1 |
1415 | 2025-01-25T04:27:51.651Z | Compiling unicode-properties v0.1.3 |
1416 | 2025-01-25T04:27:51.670Z | Compiling signal-hook v0.3.17 |
1417 | 2025-01-25T04:27:51.950Z | Compiling slog-async v2.8.0 |
1418 | 2025-01-25T04:27:51.986Z | Compiling unicode-bidi v0.3.17 |
1419 | 2025-01-25T04:27:52.070Z | Compiling gimli v0.31.1 |
1420 | 2025-01-25T04:27:52.471Z | Compiling rayon-core v1.12.1 |
1421 | 2025-01-25T04:27:52.657Z | Compiling openssl-probe v0.1.5 |
1422 | 2025-01-25T04:27:52.769Z | Compiling stringprep v0.1.5 |
1423 | 2025-01-25T04:27:53.070Z | Compiling toml_edit v0.22.22 |
1424 | 2025-01-25T04:27:53.291Z | Compiling hyper v1.5.2 |
1425 | 2025-01-25T04:27:56.239Z | Compiling hyper-util v0.1.10 |
1426 | 2025-01-25T04:27:56.380Z | Compiling addr2line v0.24.2 |
1427 | 2025-01-25T04:27:57.044Z | Compiling crossbeam-deque v0.8.5 |
1428 | 2025-01-25T04:27:57.074Z | Compiling usdt-attr-macro v0.5.0 |
1429 | 2025-01-25T04:27:57.095Z | Compiling usdt-macro v0.5.0 |
1430 | 2025-01-25T04:27:57.314Z | Compiling term v0.7.0 |
1431 | 2025-01-25T04:27:58.234Z | Compiling slog-json v2.6.1 |
1432 | 2025-01-25T04:27:58.496Z | Compiling serde_urlencoded v0.7.1 |
1433 | 2025-01-25T04:27:58.596Z | Compiling crossbeam-channel v0.5.13 |
1434 | 2025-01-25T04:27:58.601Z | Compiling curve25519-dalek v4.1.3 |
1435 | 2025-01-25T04:27:58.639Z | Compiling futures-executor v0.3.31 |
1436 | 2025-01-25T04:27:59.006Z | Compiling enum-as-inner v0.6.1 |
1437 | 2025-01-25T04:27:59.068Z | Compiling md-5 v0.10.6 |
1438 | 2025-01-25T04:27:59.277Z | Compiling async-stream-impl v0.3.6 |
1439 | 2025-01-25T04:27:59.298Z | Compiling rustls-pemfile v2.2.0 |
1440 | 2025-01-25T04:27:59.339Z | Compiling num-integer v0.1.46 |
1441 | 2025-01-25T04:27:59.613Z | Compiling hash32 v0.2.1 |
1442 | 2025-01-25T04:27:59.642Z | Compiling ff v0.13.0 |
1443 | 2025-01-25T04:27:59.879Z | Compiling is-terminal v0.4.13 |
1444 | 2025-01-25T04:27:59.985Z | Compiling dropshot v0.12.0 |
1445 | 2025-01-25T04:28:00.015Z | Compiling object v0.36.5 |
1446 | 2025-01-25T04:28:00.060Z | Compiling base16ct v0.2.0 |
1447 | 2025-01-25T04:28:00.060Z | Compiling num-bigint-dig v0.8.4 |
1448 | 2025-01-25T04:28:00.275Z | Compiling fallible-iterator v0.2.0 |
1449 | 2025-01-25T04:28:00.400Z | Compiling anyhow v1.0.95 |
1450 | 2025-01-25T04:28:00.404Z | Compiling litrs v0.4.1 |
1451 | 2025-01-25T04:28:00.503Z | Compiling take_mut v0.2.2 |
1452 | 2025-01-25T04:28:00.596Z | Compiling portable-atomic v1.9.0 |
1453 | 2025-01-25T04:28:00.673Z | Compiling smoltcp v0.9.1 |
1454 | 2025-01-25T04:28:00.927Z | Compiling psl-types v2.0.11 |
1455 | 2025-01-25T04:28:00.985Z | Compiling quick-error v1.2.3 |
1456 | 2025-01-25T04:28:01.136Z | Compiling utf-8 v0.7.6 |
1457 | 2025-01-25T04:28:01.157Z | Compiling rustc-demangle v0.1.24 |
1458 | 2025-01-25T04:28:01.305Z | Compiling linked-hash-map v0.5.6 |
1459 | 2025-01-25T04:28:01.503Z | Compiling tungstenite v0.24.0 |
1460 | 2025-01-25T04:28:01.528Z | Compiling document-features v0.2.10 |
1461 | 2025-01-25T04:28:01.648Z | Compiling lru-cache v0.1.2 |
1462 | 2025-01-25T04:28:01.702Z | Compiling resolv-conf v0.7.0 |
1463 | 2025-01-25T04:28:01.865Z | Compiling publicsuffix v2.3.0 |
1464 | 2025-01-25T04:28:02.166Z | Compiling postgres-protocol v0.6.7 |
1465 | 2025-01-25T04:28:02.457Z | Compiling async-stream v0.3.6 |
1466 | 2025-01-25T04:28:02.725Z | Compiling sec1 v0.7.3 |
1467 | 2025-01-25T04:28:02.832Z | Compiling hickory-proto v0.24.2 |
1468 | 2025-01-25T04:28:03.311Z | Compiling slog-term v2.9.1 |
1469 | 2025-01-25T04:28:03.453Z | Compiling usdt v0.5.0 |
1470 | 2025-01-25T04:28:03.528Z | Compiling group v0.13.0 |
1471 | 2025-01-25T04:28:03.854Z | Compiling num-iter v0.1.45 |
1472 | 2025-01-25T04:28:04.054Z | Compiling futures v0.3.31 |
1473 | 2025-01-25T04:28:04.100Z | Compiling slog-bunyan v2.5.0 |
1474 | 2025-01-25T04:28:04.508Z | Compiling camino v1.1.9 |
1475 | 2025-01-25T04:28:05.360Z | Compiling toml v0.8.19 |
1476 | 2025-01-25T04:28:05.382Z | Compiling tokio-native-tls v0.3.1 |
1477 | 2025-01-25T04:28:05.667Z | Compiling phf_shared v0.11.2 |
1478 | 2025-01-25T04:28:05.949Z | Compiling dropshot_endpoint v0.12.0 |
1479 | 2025-01-25T04:28:06.011Z | Compiling terminal_size v0.4.0 |
1480 | 2025-01-25T04:28:06.249Z | Compiling waitgroup v0.1.2 |
1481 | 2025-01-25T04:28:06.313Z | Compiling openapiv3 v2.0.0 |
1482 | 2025-01-25T04:28:06.481Z | Compiling backtrace v0.3.74 |
1483 | 2025-01-25T04:28:06.866Z | Compiling serde_path_to_error v0.1.16 |
1484 | 2025-01-25T04:28:07.068Z | Compiling hkdf v0.12.4 |
1485 | 2025-01-25T04:28:07.275Z | Compiling crypto-bigint v0.5.5 |
1486 | 2025-01-25T04:28:07.660Z | Compiling zerocopy-derive v0.6.6 |
1487 | 2025-01-25T04:28:09.568Z | Compiling curve25519-dalek-derive v0.1.1 |
1488 | 2025-01-25T04:28:09.652Z | Compiling webpki-roots v0.26.6 |
1489 | 2025-01-25T04:28:09.736Z | Compiling hubpack_derive v0.1.1 |
1490 | 2025-01-25T04:28:09.861Z | Compiling hostname v0.4.0 |
1491 | 2025-01-25T04:28:10.093Z | Compiling ahash v0.8.11 |
1492 | 2025-01-25T04:28:10.172Z | Compiling crc32fast v1.4.2 |
1493 | 2025-01-25T04:28:10.482Z | Compiling fs-err v2.11.0 |
1494 | 2025-01-25T04:28:10.504Z | Compiling managed v0.8.0 |
1495 | 2025-01-25T04:28:10.547Z | Compiling bitflags v1.3.2 |
1496 | 2025-01-25T04:28:10.624Z | Compiling debug-ignore v1.0.5 |
1497 | 2025-01-25T04:28:10.678Z | Compiling newtype-uuid v1.2.1 |
1498 | 2025-01-25T04:28:10.761Z | Compiling winnow v0.5.40 |
1499 | 2025-01-25T04:28:10.831Z | Compiling clap_builder v4.5.21 |
1500 | 2025-01-25T04:28:11.121Z | Compiling strum_macros v0.25.3 |
1501 | 2025-01-25T04:28:12.133Z | Compiling console v0.15.8 |
1502 | 2025-01-25T04:28:12.808Z | Compiling hubpack v0.1.2 |
1503 | 2025-01-25T04:28:13.261Z | Compiling flate2 v1.0.35 |
1504 | 2025-01-25T04:28:13.314Z | Compiling elliptic-curve v0.13.8 |
1505 | 2025-01-25T04:28:13.505Z | Compiling zerocopy v0.6.6 |
1506 | 2025-01-25T04:28:14.130Z | Compiling toml_edit v0.19.15 |
1507 | 2025-01-25T04:28:14.180Z | Compiling hickory-resolver v0.24.2 |
1508 | 2025-01-25T04:28:14.297Z | Compiling phf v0.11.2 |
1509 | 2025-01-25T04:28:14.578Z | Compiling signal-hook-mio v0.2.4 |
1510 | 2025-01-25T04:28:14.769Z | Compiling hyper-tls v0.6.0 |
1511 | 2025-01-25T04:28:14.956Z | Compiling rayon v1.10.0 |
1512 | 2025-01-25T04:28:15.026Z | Compiling cookie_store v0.21.1 |
1513 | 2025-01-25T04:28:15.179Z | Compiling bzip2 v0.4.4 |
1514 | 2025-01-25T04:28:16.664Z | Compiling postgres-types v0.2.8 |
1515 | 2025-01-25T04:28:17.792Z | Compiling tokio-tungstenite v0.24.0 |
1516 | 2025-01-25T04:28:18.901Z | Compiling ed25519 v2.2.3 |
1517 | 2025-01-25T04:28:18.963Z | Compiling phf_shared v0.10.0 |
1518 | 2025-01-25T04:28:19.176Z | Compiling tokio-stream v0.1.16 |
1519 | 2025-01-25T04:28:19.403Z | Compiling pkcs1 v0.7.5 |
1520 | 2025-01-25T04:28:19.599Z | Compiling serde-big-array v0.5.1 |
1521 | 2025-01-25T04:28:19.847Z | Compiling clap_derive v4.5.18 |
1522 | 2025-01-25T04:28:20.156Z | Compiling rfc6979 v0.4.0 |
1523 | 2025-01-25T04:28:20.258Z | Compiling serde_repr v0.1.19 |
1524 | 2025-01-25T04:28:20.321Z | Compiling derive-where v1.2.7 |
1525 | 2025-01-25T04:28:20.364Z | Compiling float-cmp v0.9.0 |
1526 | 2025-01-25T04:28:20.589Z | Compiling bstr v1.10.0 |
1527 | 2025-01-25T04:28:20.813Z | Compiling sync_wrapper v1.0.1 |
1528 | 2025-01-25T04:28:20.982Z | Compiling fixedbitset v0.4.2 |
1529 | 2025-01-25T04:28:21.370Z | Compiling new_debug_unreachable v1.0.6 |
1530 | 2025-01-25T04:28:21.377Z | Compiling bit-vec v0.6.3 |
1531 | 2025-01-25T04:28:21.440Z | Compiling static_assertions v1.1.0 |
1532 | 2025-01-25T04:28:21.490Z | Compiling whoami v1.5.2 |
1533 | 2025-01-25T04:28:21.553Z | Compiling precomputed-hash v0.1.1 |
1534 | 2025-01-25T04:28:21.757Z | Compiling unicode-segmentation v1.12.0 |
1535 | 2025-01-25T04:28:21.776Z | Compiling predicates-core v1.0.8 |
1536 | 2025-01-25T04:28:22.059Z | Compiling difflib v0.4.0 |
1537 | 2025-01-25T04:28:22.106Z | Compiling unicode-width v0.2.0 |
1538 | 2025-01-25T04:28:22.188Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2025-01-25T04:28:22.335Z | Compiling number_prefix v0.4.0 |
1540 | 2025-01-25T04:28:22.558Z | Compiling predicates v3.1.2 |
1541 | 2025-01-25T04:28:22.578Z | Compiling similar v2.6.0 |
1542 | 2025-01-25T04:28:22.669Z | Compiling indicatif v0.17.9 |
1543 | 2025-01-25T04:28:23.414Z | Compiling tokio-postgres v0.7.12 |
1544 | 2025-01-25T04:28:23.571Z | Compiling bit-set v0.5.3 |
1545 | 2025-01-25T04:28:23.864Z | Compiling string_cache v0.8.7 |
1546 | 2025-01-25T04:28:24.109Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1547 | 2025-01-25T04:28:24.301Z | Compiling petgraph v0.6.5 |
1548 | 2025-01-25T04:28:24.377Z | Compiling clap v4.5.21 |
1549 | 2025-01-25T04:28:24.505Z | Compiling ecdsa v0.16.9 |
1550 | 2025-01-25T04:28:24.650Z | Compiling rsa v0.9.6 |
1551 | 2025-01-25T04:28:24.706Z | Compiling ed25519-dalek v2.1.1 |
1552 | 2025-01-25T04:28:25.310Z | Compiling toml v0.7.8 |
1553 | 2025-01-25T04:28:26.036Z | Compiling zip v0.6.6 |
1554 | 2025-01-25T04:28:26.839Z | Compiling crossterm v0.28.1 |
1555 | 2025-01-25T04:28:28.259Z | Compiling hex v0.4.3 |
1556 | 2025-01-25T04:28:28.708Z | Compiling x509-cert v0.2.5 |
1557 | 2025-01-25T04:28:28.878Z | Compiling itertools v0.10.5 |
1558 | 2025-01-25T04:28:29.080Z | Compiling peg-runtime v0.8.3 |
1559 | 2025-01-25T04:28:29.356Z | Compiling unicode-xid v0.2.6 |
1560 | 2025-01-25T04:28:29.558Z | Compiling lalrpop-util v0.19.12 |
1561 | 2025-01-25T04:28:29.722Z | Compiling strum_macros v0.26.4 |
1562 | 2025-01-25T04:28:29.923Z | Compiling xattr v1.3.1 |
1563 | 2025-01-25T04:28:30.126Z | Compiling filetime v0.2.25 |
1564 | 2025-01-25T04:28:30.444Z | Compiling tar v0.4.42 |
1565 | 2025-01-25T04:28:34.038Z | Compiling strum v0.26.3 |
1566 | 2025-01-25T04:28:37.469Z | Compiling aws-lc-sys v0.22.0 |
1567 | 2025-01-25T04:29:05.198Z | Compiling rustls-webpki v0.102.8 |
1568 | 2025-01-25T04:29:08.464Z | Compiling tokio-rustls v0.25.0 |
1569 | 2025-01-25T04:29:10.291Z | Compiling tokio-rustls v0.26.0 |
1570 | 2025-01-25T04:29:10.462Z | Compiling hyper-rustls v0.27.3 |
1571 | 2025-01-25T04:29:10.848Z | Compiling reqwest v0.12.9 |
1572 | 2025-01-25T04:29:12.227Z | Compiling qorb v0.2.1 |
1573 | 2025-01-25T04:29:15.388Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1574 | 2025-01-25T04:29:15.634Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1575 | 2025-01-25T04:29:20.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1576 | 2025-01-25T04:29:20.333Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1577 | 2025-01-25T04:29:20.386Z | Jan 25 04:29:19.861 INFO Starting download, target: Clickhouse |
1578 | 2025-01-25T04:29:20.387Z | Jan 25 04:29:19.861 INFO Starting download, target: Cockroach |
1579 | 2025-01-25T04:29:20.387Z | Jan 25 04:29:19.861 INFO Starting download, target: Console |
1580 | 2025-01-25T04:29:20.387Z | Jan 25 04:29:19.861 INFO Starting download, target: DendriteOpenapi |
1581 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.861 INFO Starting download, target: DendriteStub |
1582 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.861 INFO Starting download, target: MaghemiteMgd |
1583 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.861 INFO Starting download, target: TransceiverControl |
1584 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.862 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1585 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.862 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1586 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.862 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1587 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.862 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1588 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.862 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1589 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.863 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1590 | 2025-01-25T04:29:20.390Z | Jan 25 04:29:19.863 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1591 | 2025-01-25T04:29:20.531Z | Jan 25 04:29:19.997 INFO Download complete, target: DendriteOpenapi |
1592 | 2025-01-25T04:29:20.815Z | Jan 25 04:29:20.228 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1593 | 2025-01-25T04:29:20.855Z | Jan 25 04:29:20.318 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1594 | 2025-01-25T04:29:21.226Z | Jan 25 04:29:20.645 INFO Download complete, target: Console |
1595 | 2025-01-25T04:29:21.416Z | Jan 25 04:29:20.855 INFO Download complete, target: TransceiverControl |
1596 | 2025-01-25T04:29:22.052Z | Jan 25 04:29:21.520 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1597 | 2025-01-25T04:29:22.523Z | Jan 25 04:29:21.997 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1598 | 2025-01-25T04:29:22.914Z | Jan 25 04:29:22.384 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1599 | 2025-01-25T04:29:23.861Z | Jan 25 04:29:23.306 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1600 | 2025-01-25T04:29:23.862Z | Jan 25 04:29:23.306 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1601 | 2025-01-25T04:29:24.846Z | Jan 25 04:29:24.310 INFO Download complete, target: MaghemiteMgd |
1602 | 2025-01-25T04:29:25.891Z | Jan 25 04:29:25.365 INFO Download complete, target: DendriteStub |
1603 | 2025-01-25T04:29:31.373Z | Jan 25 04:29:30.748 INFO Checking that binary works, target: Cockroach |
1604 | 2025-01-25T04:29:31.438Z | Jan 25 04:29:30.910 INFO Download complete, target: Cockroach |
1605 | 2025-01-25T04:29:35.051Z | Jan 25 04:29:34.524 INFO Checking that binary works, target: Clickhouse |
1606 | 2025-01-25T04:29:35.174Z | Jan 25 04:29:34.644 INFO Download complete, target: Clickhouse |
1607 | 2025-01-25T04:29:35.191Z | All builder prerequisites installed successfully, and PATH looks valid |
1608 | 2025-01-25T04:29:35.193Z | |
1609 | 2025-01-25T04:29:35.193Z | real 6:54.033456461 |
1610 | 2025-01-25T04:29:35.193Z | user 15:51.096641927 |
1611 | 2025-01-25T04:29:35.193Z | sys 2:04.883133828 |
1612 | 2025-01-25T04:29:35.193Z | trap 0.579652897 |
1613 | 2025-01-25T04:29:35.193Z | tflt 1.568291359 |
1614 | 2025-01-25T04:29:35.193Z | dflt 1.623382513 |
1615 | 2025-01-25T04:29:35.193Z | kflt 0.029622375 |
1616 | 2025-01-25T04:29:35.193Z | lock 24:26.967908564 |
1617 | 2025-01-25T04:29:35.193Z | slp 59:24.039476981 |
1618 | 2025-01-25T04:29:35.193Z | lat 1:00.948737504 |
1619 | 2025-01-25T04:29:35.193Z | stop 2:29.249842445 |
1620 | 2025-01-25T04:29:35.193Z | + banner clippy |
1621 | 2025-01-25T04:29:35.195Z | |
1622 | 2025-01-25T04:29:35.195Z | #### # # ##### ##### # # |
1623 | 2025-01-25T04:29:35.195Z | # # # # # # # # # # |
1624 | 2025-01-25T04:29:35.195Z | # # # # # # # # |
1625 | 2025-01-25T04:29:35.195Z | # # # ##### ##### # |
1626 | 2025-01-25T04:29:35.195Z | # # # # # # # |
1627 | 2025-01-25T04:29:35.195Z | #### ###### # # # # |
1628 | 2025-01-25T04:29:35.195Z | |
1629 | 2025-01-25T04:29:35.195Z | + export CARGO_INCREMENTAL=0 |
1630 | 2025-01-25T04:29:35.195Z | + CARGO_INCREMENTAL=0 |
1631 | 2025-01-25T04:29:35.195Z | + ptime -m cargo xtask clippy |
1632 | 2025-01-25T04:29:35.805Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1633 | 2025-01-25T04:29:38.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
1634 | 2025-01-25T04:29:38.658Z | Running `target/debug/xtask clippy` |
1635 | 2025-01-25T04:29:38.678Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1636 | 2025-01-25T04:29:39.324Z | Downloading crates ... |
1637 | 2025-01-25T04:29:39.656Z | Downloaded assert-json-diff v2.0.2 |
1638 | 2025-01-25T04:29:39.659Z | Downloaded async-channel v1.9.0 |
1639 | 2025-01-25T04:29:39.669Z | Downloaded target-spec v3.2.2 |
1640 | 2025-01-25T04:29:39.672Z | Downloaded async-global-executor v2.4.1 |
1641 | 2025-01-25T04:29:39.679Z | Downloaded futures-timer v3.0.3 |
1642 | 2025-01-25T04:29:39.682Z | Downloaded num_cpus v1.16.0 |
1643 | 2025-01-25T04:29:39.685Z | Downloaded criterion-plot v0.5.0 |
1644 | 2025-01-25T04:29:39.685Z | Downloaded async-attributes v1.1.2 |
1645 | 2025-01-25T04:29:39.688Z | Downloaded guppy-workspace-hack v0.1.0 |
1646 | 2025-01-25T04:29:39.688Z | Downloaded anes v0.1.6 |
1647 | 2025-01-25T04:29:39.691Z | Downloaded escape8259 v0.5.3 |
1648 | 2025-01-25T04:29:39.691Z | Downloaded plotters-svg v0.3.7 |
1649 | 2025-01-25T04:29:39.694Z | Downloaded doc-comment v0.3.3 |
1650 | 2025-01-25T04:29:39.697Z | Downloaded async-object-pool v0.1.5 |
1651 | 2025-01-25T04:29:39.699Z | Downloaded path-tree v0.8.1 |
1652 | 2025-01-25T04:29:39.699Z | Downloaded indoc v2.0.5 |
1653 | 2025-01-25T04:29:39.702Z | Downloaded concurrent-queue v2.5.0 |
1654 | 2025-01-25T04:29:39.705Z | Downloaded async-channel v2.3.1 |
1655 | 2025-01-25T04:29:39.705Z | Downloaded async-task v4.7.1 |
1656 | 2025-01-25T04:29:39.708Z | Downloaded pathdiff v0.2.2 |
1657 | 2025-01-25T04:29:39.711Z | Downloaded nested v0.1.1 |
1658 | 2025-01-25T04:29:39.711Z | Downloaded target-triple v0.1.3 |
1659 | 2025-01-25T04:29:39.711Z | Downloaded parking v2.2.1 |
1660 | 2025-01-25T04:29:39.713Z | Downloaded proc-macro-crate v3.2.0 |
1661 | 2025-01-25T04:29:39.714Z | Downloaded similar-asserts v1.6.0 |
1662 | 2025-01-25T04:29:39.716Z | Downloaded event-listener-strategy v0.5.2 |
1663 | 2025-01-25T04:29:39.719Z | Downloaded plotters-backend v0.3.7 |
1664 | 2025-01-25T04:29:39.724Z | Downloaded cast v0.3.0 |
1665 | 2025-01-25T04:29:39.724Z | Downloaded kv-log-macro v1.0.7 |
1666 | 2025-01-25T04:29:39.727Z | Downloaded threadpool v1.8.1 |
1667 | 2025-01-25T04:29:39.727Z | Downloaded serde_regex v1.1.0 |
1668 | 2025-01-25T04:29:39.727Z | Downloaded datatest-stable v0.2.9 |
1669 | 2025-01-25T04:29:39.730Z | Downloaded blake2b_simd v1.0.2 |
1670 | 2025-01-25T04:29:39.730Z | Downloaded async-signal v0.2.10 |
1671 | 2025-01-25T04:29:39.733Z | Downloaded target-lexicon v0.12.16 |
1672 | 2025-01-25T04:29:39.735Z | Downloaded libtest-mimic v0.7.3 |
1673 | 2025-01-25T04:29:39.735Z | Downloaded stringmetrics v2.2.2 |
1674 | 2025-01-25T04:29:39.739Z | Downloaded oorandom v11.1.4 |
1675 | 2025-01-25T04:29:39.739Z | Downloaded event-listener v2.5.3 |
1676 | 2025-01-25T04:29:39.739Z | Downloaded blocking v1.6.1 |
1677 | 2025-01-25T04:29:39.741Z | Downloaded async-process v2.3.0 |
1678 | 2025-01-25T04:29:39.743Z | Downloaded approx v0.5.1 |
1679 | 2025-01-25T04:29:39.744Z | Downloaded piper v0.2.4 |
1680 | 2025-01-25T04:29:39.744Z | Downloaded httptest v0.16.1 |
1681 | 2025-01-25T04:29:39.746Z | Downloaded async-lock v3.4.0 |
1682 | 2025-01-25T04:29:39.749Z | Downloaded relative-path v1.9.3 |
1683 | 2025-01-25T04:29:39.751Z | Downloaded assert_cmd v2.0.16 |
1684 | 2025-01-25T04:29:39.753Z | Downloaded tinytemplate v1.2.1 |
1685 | 2025-01-25T04:29:39.755Z | Downloaded async-io v2.3.4 |
1686 | 2025-01-25T04:29:39.757Z | Downloaded partial-io v0.5.4 |
1687 | 2025-01-25T04:29:39.759Z | Downloaded rstest v0.23.0 |
1688 | 2025-01-25T04:29:39.780Z | Downloaded yansi v1.0.1 |
1689 | 2025-01-25T04:29:39.782Z | Downloaded cfg-expr v0.17.0 |
1690 | 2025-01-25T04:29:39.785Z | Downloaded trybuild v1.0.101 |
1691 | 2025-01-25T04:29:39.788Z | Downloaded rustls-native-certs v0.7.3 |
1692 | 2025-01-25T04:29:39.792Z | Downloaded polling v3.7.3 |
1693 | 2025-01-25T04:29:39.794Z | Downloaded hyper-rustls v0.26.0 |
1694 | 2025-01-25T04:29:39.796Z | Downloaded pretty_assertions v1.4.1 |
1695 | 2025-01-25T04:29:39.799Z | Downloaded fancy-regex v0.13.0 |
1696 | 2025-01-25T04:29:39.801Z | Downloaded event-listener v5.3.1 |
1697 | 2025-01-25T04:29:39.804Z | Downloaded criterion v0.5.1 |
1698 | 2025-01-25T04:29:39.809Z | Downloaded plotters v0.3.7 |
1699 | 2025-01-25T04:29:39.818Z | Downloaded guppy v0.17.8 |
1700 | 2025-01-25T04:29:39.823Z | Downloaded rstest_macros v0.23.0 |
1701 | 2025-01-25T04:29:39.826Z | Downloaded rand_distr v0.4.3 |
1702 | 2025-01-25T04:29:39.828Z | Downloaded async-std v1.13.0 |
1703 | 2025-01-25T04:29:39.846Z | Downloaded async-executor v1.13.1 |
1704 | 2025-01-25T04:29:39.848Z | Downloaded futures-lite v2.3.0 |
1705 | 2025-01-25T04:29:39.851Z | Downloaded rust-argon2 v2.1.0 |
1706 | 2025-01-25T04:29:39.903Z | Downloaded httpmock v0.8.0-alpha.1 |
1707 | 2025-01-25T04:29:40.698Z | Checking cfg-if v1.0.0 |
1708 | 2025-01-25T04:29:40.779Z | Checking libc v0.2.169 |
1709 | 2025-01-25T04:29:40.799Z | Checking serde v1.0.217 |
1710 | 2025-01-25T04:29:40.821Z | Checking memchr v2.7.4 |
1711 | 2025-01-25T04:29:40.843Z | Checking value-bag v1.9.0 |
1712 | 2025-01-25T04:29:40.867Z | Checking scopeguard v1.2.0 |
1713 | 2025-01-25T04:29:40.893Z | Checking zeroize v1.8.1 |
1714 | 2025-01-25T04:29:40.920Z | Checking itoa v1.0.11 |
1715 | 2025-01-25T04:29:40.946Z | Checking smallvec v1.13.2 |
1716 | 2025-01-25T04:29:41.035Z | Checking lock_api v0.4.12 |
1717 | 2025-01-25T04:29:41.157Z | Checking byteorder v1.5.0 |
1718 | 2025-01-25T04:29:41.188Z | Checking pin-project-lite v0.2.14 |
1719 | 2025-01-25T04:29:41.222Z | Checking log v0.4.22 |
1720 | 2025-01-25T04:29:41.295Z | Checking subtle v2.6.1 |
1721 | 2025-01-25T04:29:41.396Z | Checking once_cell v1.20.2 |
1722 | 2025-01-25T04:29:41.420Z | Checking typenum v1.17.0 |
1723 | 2025-01-25T04:29:41.582Z | Checking libm v0.2.8 |
1724 | 2025-01-25T04:29:41.612Z | Checking futures-core v0.3.31 |
1725 | 2025-01-25T04:29:41.614Z | Checking ryu v1.0.18 |
1726 | 2025-01-25T04:29:41.660Z | Checking zerocopy v0.7.35 |
1727 | 2025-01-25T04:29:41.701Z | Checking getrandom v0.2.15 |
1728 | 2025-01-25T04:29:41.728Z | Checking parking_lot_core v0.9.10 |
1729 | 2025-01-25T04:29:41.802Z | Checking signal-hook-registry v1.4.2 |
1730 | 2025-01-25T04:29:41.876Z | Checking mio v1.0.2 |
1731 | 2025-01-25T04:29:41.961Z | Checking rand_core v0.6.4 |
1732 | 2025-01-25T04:29:42.067Z | Checking parking_lot v0.12.3 |
1733 | 2025-01-25T04:29:42.098Z | Checking thiserror v1.0.69 |
1734 | 2025-01-25T04:29:42.246Z | Checking socket2 v0.5.7 |
1735 | 2025-01-25T04:29:42.293Z | Checking spin v0.9.8 |
1736 | 2025-01-25T04:29:42.413Z | Checking const-oid v0.9.6 |
1737 | 2025-01-25T04:29:42.512Z | Checking num-traits v0.2.19 |
1738 | 2025-01-25T04:29:42.542Z | Checking generic-array v0.14.7 |
1739 | 2025-01-25T04:29:42.542Z | Checking allocator-api2 v0.2.18 |
1740 | 2025-01-25T04:29:42.635Z | Checking futures-io v0.3.31 |
1741 | 2025-01-25T04:29:42.735Z | Checking slab v0.4.9 |
1742 | 2025-01-25T04:29:42.857Z | Checking cpufeatures v0.2.14 |
1743 | 2025-01-25T04:29:42.882Z | Checking futures-sink v0.3.31 |
1744 | 2025-01-25T04:29:42.967Z | Checking foldhash v0.1.3 |
1745 | 2025-01-25T04:29:43.012Z | Checking equivalent v1.0.1 |
1746 | 2025-01-25T04:29:43.049Z | Checking pin-utils v0.1.0 |
1747 | 2025-01-25T04:29:43.141Z | Checking iana-time-zone v0.1.61 |
1748 | 2025-01-25T04:29:43.170Z | Checking futures-channel v0.3.31 |
1749 | 2025-01-25T04:29:43.200Z | Checking futures-task v0.3.31 |
1750 | 2025-01-25T04:29:43.225Z | Checking hashbrown v0.15.1 |
1751 | 2025-01-25T04:29:43.322Z | Checking stable_deref_trait v1.2.0 |
1752 | 2025-01-25T04:29:43.456Z | Checking fnv v1.0.7 |
1753 | 2025-01-25T04:29:43.489Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1754 | 2025-01-25T04:29:43.513Z | Checking futures-util v0.3.31 |
1755 | 2025-01-25T04:29:43.632Z | Checking crypto-common v0.1.6 |
1756 | 2025-01-25T04:29:43.657Z | Checking block-buffer v0.10.4 |
1757 | 2025-01-25T04:29:43.760Z | Checking tracing-core v0.1.32 |
1758 | 2025-01-25T04:29:43.830Z | Checking dyn-clone v1.0.17 |
1759 | 2025-01-25T04:29:43.858Z | Checking ppv-lite86 v0.2.20 |
1760 | 2025-01-25T04:29:43.884Z | Checking errno v0.3.9 |
1761 | 2025-01-25T04:29:43.998Z | Checking zerofrom v0.1.4 |
1762 | 2025-01-25T04:29:44.074Z | Checking crossbeam-utils v0.8.20 |
1763 | 2025-01-25T04:29:44.222Z | Checking writeable v0.5.5 |
1764 | 2025-01-25T04:29:44.250Z | Checking yoke v0.7.4 |
1765 | 2025-01-25T04:29:44.339Z | Checking digest v0.10.7 |
1766 | 2025-01-25T04:29:44.419Z | Checking tracing v0.1.40 |
1767 | 2025-01-25T04:29:44.568Z | Checking percent-encoding v2.3.1 |
1768 | 2025-01-25T04:29:44.597Z | Checking zerovec v0.10.4 |
1769 | 2025-01-25T04:29:44.632Z | Checking rand_chacha v0.3.1 |
1770 | 2025-01-25T04:29:44.763Z | Checking litemap v0.7.3 |
1771 | 2025-01-25T04:29:44.800Z | Checking block-padding v0.3.3 |
1772 | 2025-01-25T04:29:44.805Z | Checking httparse v1.9.5 |
1773 | 2025-01-25T04:29:44.805Z | Checking icu_locid_transform_data v1.5.0 |
1774 | 2025-01-25T04:29:44.964Z | Checking atomic-waker v1.1.2 |
1775 | 2025-01-25T04:29:45.027Z | Checking inout v0.1.3 |
1776 | 2025-01-25T04:29:45.051Z | Checking rand v0.8.5 |
1777 | 2025-01-25T04:29:45.093Z | Checking unicode-ident v1.0.14 |
1778 | 2025-01-25T04:29:45.120Z | Checking regex-syntax v0.8.5 |
1779 | 2025-01-25T04:29:45.254Z | Checking bytes v1.9.0 |
1780 | 2025-01-25T04:29:45.257Z | Checking bitflags v2.6.0 |
1781 | 2025-01-25T04:29:45.305Z | Checking serde_json v1.0.135 |
1782 | 2025-01-25T04:29:45.307Z | Checking chrono v0.4.39 |
1783 | 2025-01-25T04:29:45.585Z | Checking indexmap v2.7.0 |
1784 | 2025-01-25T04:29:46.044Z | Checking tokio v1.43.0 |
1785 | 2025-01-25T04:29:46.114Z | Checking uuid v1.12.0 |
1786 | 2025-01-25T04:29:46.228Z | Checking http v1.2.0 |
1787 | 2025-01-25T04:29:46.751Z | Checking rustix v0.38.37 |
1788 | 2025-01-25T04:29:46.779Z | Checking tinystr v0.7.6 |
1789 | 2025-01-25T04:29:46.995Z | Checking icu_collections v1.5.0 |
1790 | 2025-01-25T04:29:47.135Z | Checking icu_locid v1.5.0 |
1791 | 2025-01-25T04:29:47.270Z | Checking schemars v0.8.21 |
1792 | 2025-01-25T04:29:47.466Z | Checking cipher v0.4.4 |
1793 | 2025-01-25T04:29:47.615Z | Checking form_urlencoded v1.2.1 |
1794 | 2025-01-25T04:29:47.842Z | Checking icu_properties_data v1.5.0 |
1795 | 2025-01-25T04:29:47.880Z | Checking untrusted v0.9.0 |
1796 | 2025-01-25T04:29:47.885Z | Checking aho-corasick v1.1.3 |
1797 | 2025-01-25T04:29:48.102Z | Checking icu_provider v1.5.0 |
1798 | 2025-01-25T04:29:48.130Z | Checking ring v0.17.8 |
1799 | 2025-01-25T04:29:48.130Z | Checking write16 v1.0.0 |
1800 | 2025-01-25T04:29:48.252Z | Checking utf16_iter v1.0.5 |
1801 | 2025-01-25T04:29:48.378Z | Checking powerfmt v0.2.0 |
1802 | 2025-01-25T04:29:48.420Z | Checking utf8_iter v1.0.4 |
1803 | 2025-01-25T04:29:48.634Z | Checking icu_normalizer_data v1.5.0 |
1804 | 2025-01-25T04:29:48.663Z | Checking icu_locid_transform v1.5.0 |
1805 | 2025-01-25T04:29:48.690Z | Checking deranged v0.3.11 |
1806 | 2025-01-25T04:29:48.760Z | Checking proc-macro2 v1.0.92 |
1807 | 2025-01-25T04:29:48.789Z | Checking num_threads v0.1.7 |
1808 | 2025-01-25T04:29:48.927Z | Checking base64ct v1.6.0 |
1809 | 2025-01-25T04:29:49.417Z | Checking num-conv v0.1.0 |
1810 | 2025-01-25T04:29:49.451Z | Checking time-core v0.1.2 |
1811 | 2025-01-25T04:29:49.527Z | Checking regex-automata v0.4.8 |
1812 | 2025-01-25T04:29:49.615Z | Checking quote v1.0.38 |
1813 | 2025-01-25T04:29:49.683Z | Checking sha2 v0.10.8 |
1814 | 2025-01-25T04:29:49.712Z | Checking icu_properties v1.5.1 |
1815 | 2025-01-25T04:29:49.842Z | Checking hmac v0.12.1 |
1816 | 2025-01-25T04:29:49.891Z | Checking adler2 v2.0.0 |
1817 | 2025-01-25T04:29:49.954Z | Checking rustls-pki-types v1.10.0 |
1818 | 2025-01-25T04:29:50.056Z | Checking time v0.3.36 |
1819 | 2025-01-25T04:29:50.083Z | Checking miniz_oxide v0.8.0 |
1820 | 2025-01-25T04:29:50.086Z | Checking syn v2.0.96 |
1821 | 2025-01-25T04:29:50.351Z | Checking http-body v1.0.1 |
1822 | 2025-01-25T04:29:50.477Z | Checking aws-lc-sys v0.22.0 |
1823 | 2025-01-25T04:29:50.504Z | Checking untrusted v0.7.1 |
1824 | 2025-01-25T04:29:50.693Z | Checking httpdate v1.0.3 |
1825 | 2025-01-25T04:29:50.795Z | Checking try-lock v0.2.5 |
1826 | 2025-01-25T04:29:51.028Z | Checking base64 v0.22.1 |
1827 | 2025-01-25T04:29:51.190Z | Checking mirai-annotations v1.12.0 |
1828 | 2025-01-25T04:29:51.217Z | Checking want v0.3.1 |
1829 | 2025-01-25T04:29:51.463Z | Checking ahash v0.8.11 |
1830 | 2025-01-25T04:29:51.487Z | Checking pem-rfc7468 v0.7.0 |
1831 | 2025-01-25T04:29:51.715Z | Checking lazy_static v1.5.0 |
1832 | 2025-01-25T04:29:51.865Z | Checking tower-service v0.3.3 |
1833 | 2025-01-25T04:29:51.893Z | Checking slog v2.7.0 |
1834 | 2025-01-25T04:29:52.015Z | Checking mime v0.3.17 |
1835 | 2025-01-25T04:29:52.357Z | Checking flagset v0.4.6 |
1836 | 2025-01-25T04:29:52.385Z | Checking pbkdf2 v0.12.2 |
1837 | 2025-01-25T04:29:52.413Z | Checking aes v0.8.4 |
1838 | 2025-01-25T04:29:52.590Z | Checking gimli v0.31.1 |
1839 | 2025-01-25T04:29:52.601Z | Checking der v0.7.9 |
1840 | 2025-01-25T04:29:52.604Z | Checking aws-lc-rs v1.10.0 |
1841 | 2025-01-25T04:29:52.806Z | Checking tokio-util v0.7.12 |
1842 | 2025-01-25T04:29:52.911Z | Checking icu_normalizer v1.5.0 |
1843 | 2025-01-25T04:29:53.312Z | Checking http-body-util v0.1.2 |
1844 | 2025-01-25T04:29:53.699Z | Checking h2 v0.4.6 |
1845 | 2025-01-25T04:29:53.710Z | Checking idna_adapter v1.2.0 |
1846 | 2025-01-25T04:29:53.778Z | Checking cbc v0.1.2 |
1847 | 2025-01-25T04:29:53.874Z | Checking idna v1.0.3 |
1848 | 2025-01-25T04:29:53.928Z | Checking regex v1.11.1 |
1849 | 2025-01-25T04:29:53.994Z | Checking salsa20 v0.10.2 |
1850 | 2025-01-25T04:29:54.251Z | Checking semver v1.0.24 |
1851 | 2025-01-25T04:29:54.307Z | Checking spki v0.7.3 |
1852 | 2025-01-25T04:29:54.365Z | Checking rustls-webpki v0.102.8 |
1853 | 2025-01-25T04:29:54.398Z | Checking url v2.5.3 |
1854 | 2025-01-25T04:29:54.547Z | Checking object v0.36.5 |
1855 | 2025-01-25T04:29:54.609Z | Checking rustc-demangle v0.1.24 |
1856 | 2025-01-25T04:29:54.676Z | Checking scrypt v0.11.0 |
1857 | 2025-01-25T04:29:54.930Z | Checking rustls-pemfile v2.2.0 |
1858 | 2025-01-25T04:29:55.040Z | Checking openssl-probe v0.1.5 |
1859 | 2025-01-25T04:29:55.129Z | Checking foreign-types-shared v0.1.1 |
1860 | 2025-01-25T04:29:55.172Z | Checking ipnet v2.10.1 |
1861 | 2025-01-25T04:29:55.200Z | Checking pkcs5 v0.7.1 |
1862 | 2025-01-25T04:29:55.226Z | Checking futures-executor v0.3.31 |
1863 | 2025-01-25T04:29:55.261Z | Checking foreign-types v0.3.2 |
1864 | 2025-01-25T04:29:55.378Z | Checking serde_urlencoded v0.7.1 |
1865 | 2025-01-25T04:29:55.464Z | Checking openssl-sys v0.9.103 |
1866 | 2025-01-25T04:29:55.652Z | Checking encoding_rs v0.8.34 |
1867 | 2025-01-25T04:29:55.704Z | Checking utf8parse v0.2.2 |
1868 | 2025-01-25T04:29:55.784Z | Checking pkcs8 v0.10.2 |
1869 | 2025-01-25T04:29:55.919Z | Checking futures v0.3.31 |
1870 | 2025-01-25T04:29:56.009Z | Checking serde_spanned v0.6.8 |
1871 | 2025-01-25T04:29:56.092Z | Checking toml_datetime v0.6.8 |
1872 | 2025-01-25T04:29:56.117Z | Checking unicode-width v0.1.14 |
1873 | 2025-01-25T04:29:56.210Z | Checking rustls v0.23.19 |
1874 | 2025-01-25T04:29:56.274Z | Checking addr2line v0.24.2 |
1875 | 2025-01-25T04:29:56.413Z | Checking either v1.13.0 |
1876 | 2025-01-25T04:29:56.575Z | Checking openssl v0.10.66 |
1877 | 2025-01-25T04:29:56.600Z | Checking data-encoding v2.6.0 |
1878 | 2025-01-25T04:29:56.784Z | Checking anstyle v1.0.10 |
1879 | 2025-01-25T04:29:56.814Z | Checking openapiv3 v2.0.0 |
1880 | 2025-01-25T04:29:57.147Z | Checking sha1 v0.10.6 |
1881 | 2025-01-25T04:29:57.170Z | Checking psl-types v2.0.11 |
1882 | 2025-01-25T04:29:57.374Z | Checking publicsuffix v2.3.0 |
1883 | 2025-01-25T04:29:57.449Z | Checking cookie v0.18.1 |
1884 | 2025-01-25T04:29:57.663Z | Checking webpki-roots v0.26.6 |
1885 | 2025-01-25T04:29:57.906Z | Checking anstyle-parse v0.2.5 |
1886 | 2025-01-25T04:29:57.935Z | Checking cookie_store v0.21.1 |
1887 | 2025-01-25T04:29:57.939Z | Checking camino v1.1.9 |
1888 | 2025-01-25T04:29:58.207Z | Checking sync_wrapper v1.0.1 |
1889 | 2025-01-25T04:29:58.379Z | Checking is-terminal v0.4.13 |
1890 | 2025-01-25T04:29:58.502Z | Checking is_terminal_polyfill v1.70.1 |
1891 | 2025-01-25T04:29:58.530Z | Checking winnow v0.6.20 |
1892 | 2025-01-25T04:29:58.626Z | Checking colorchoice v1.0.2 |
1893 | 2025-01-25T04:29:58.655Z | Checking anstyle-query v1.1.1 |
1894 | 2025-01-25T04:29:58.793Z | Checking terminal_size v0.4.0 |
1895 | 2025-01-25T04:29:58.819Z | Checking anstream v0.6.15 |
1896 | 2025-01-25T04:29:58.999Z | Checking signature v2.2.0 |
1897 | 2025-01-25T04:29:59.274Z | Checking clap_lex v0.7.2 |
1898 | 2025-01-25T04:29:59.278Z | Checking strsim v0.11.1 |
1899 | 2025-01-25T04:29:59.482Z | Checking scroll v0.12.0 |
1900 | 2025-01-25T04:29:59.556Z | Checking clap_builder v4.5.21 |
1901 | 2025-01-25T04:29:59.883Z | Checking hyper v1.5.2 |
1902 | 2025-01-25T04:29:59.922Z | Checking ucd-trie v0.1.7 |
1903 | 2025-01-25T04:30:00.017Z | Checking tinyvec_macros v0.1.1 |
1904 | 2025-01-25T04:30:00.137Z | Checking plain v0.2.3 |
1905 | 2025-01-25T04:30:00.172Z | Checking pest v2.7.14 |
1906 | 2025-01-25T04:30:00.391Z | Checking goblin v0.8.2 |
1907 | 2025-01-25T04:30:00.485Z | Checking backtrace v0.3.74 |
1908 | 2025-01-25T04:30:01.092Z | Checking anyhow v1.0.95 |
1909 | 2025-01-25T04:30:01.265Z | Checking tokio-rustls v0.26.0 |
1910 | 2025-01-25T04:30:01.315Z | Checking tinyvec v1.8.0 |
1911 | 2025-01-25T04:30:01.508Z | Checking dirs-sys-next v0.1.2 |
1912 | 2025-01-25T04:30:01.576Z | Checking native-tls v0.2.12 |
1913 | 2025-01-25T04:30:01.649Z | Checking pretty-hex v0.4.1 |
1914 | 2025-01-25T04:30:01.651Z | Checking base16ct v0.2.0 |
1915 | 2025-01-25T04:30:01.840Z | Checking dirs-next v2.0.0 |
1916 | 2025-01-25T04:30:01.879Z | Checking hyper-util v0.1.10 |
1917 | 2025-01-25T04:30:01.882Z | Checking sec1 v0.7.3 |
1918 | 2025-01-25T04:30:01.937Z | Checking tokio-native-tls v0.3.1 |
1919 | 2025-01-25T04:30:02.021Z | Checking crossbeam-channel v0.5.13 |
1920 | 2025-01-25T04:30:02.246Z | Checking num-integer v0.1.46 |
1921 | 2025-01-25T04:30:02.301Z | Checking ff v0.13.0 |
1922 | 2025-01-25T04:30:02.502Z | Checking clap v4.5.21 |
1923 | 2025-01-25T04:30:02.623Z | Checking thread-id v4.2.2 |
1924 | 2025-01-25T04:30:02.635Z | Checking thread_local v1.1.8 |
1925 | 2025-01-25T04:30:02.639Z | Checking group v0.13.0 |
1926 | 2025-01-25T04:30:02.670Z | Checking term v0.7.0 |
1927 | 2025-01-25T04:30:02.720Z | Checking toml_edit v0.22.22 |
1928 | 2025-01-25T04:30:02.756Z | Checking hkdf v0.12.4 |
1929 | 2025-01-25T04:30:02.774Z | Checking dtrace-parser v0.2.0 |
1930 | 2025-01-25T04:30:02.838Z | Checking crypto-bigint v0.5.5 |
1931 | 2025-01-25T04:30:02.885Z | Checking memmap v0.7.0 |
1932 | 2025-01-25T04:30:02.984Z | Checking crc32fast v1.4.2 |
1933 | 2025-01-25T04:30:03.111Z | Checking utf-8 v0.7.6 |
1934 | 2025-01-25T04:30:03.138Z | Checking match_cfg v0.1.0 |
1935 | 2025-01-25T04:30:03.234Z | Checking take_mut v0.2.2 |
1936 | 2025-01-25T04:30:03.263Z | Checking bitflags v1.3.2 |
1937 | 2025-01-25T04:30:03.267Z | Checking static_assertions v1.1.0 |
1938 | 2025-01-25T04:30:03.318Z | Checking hostname v0.3.1 |
1939 | 2025-01-25T04:30:03.377Z | Checking slog-term v2.9.1 |
1940 | 2025-01-25T04:30:03.404Z | Checking slog-async v2.8.0 |
1941 | 2025-01-25T04:30:03.407Z | Checking unicode-segmentation v1.12.0 |
1942 | 2025-01-25T04:30:03.470Z | Checking num-iter v0.1.45 |
1943 | 2025-01-25T04:30:03.748Z | Checking crossbeam-epoch v0.9.18 |
1944 | 2025-01-25T04:30:03.760Z | Checking itertools v0.10.5 |
1945 | 2025-01-25T04:30:03.819Z | Checking hyper-tls v0.6.0 |
1946 | 2025-01-25T04:30:03.860Z | Checking hyper-rustls v0.27.3 |
1947 | 2025-01-25T04:30:04.096Z | Checking bstr v1.10.0 |
1948 | 2025-01-25T04:30:04.125Z | Checking slog-json v2.6.1 |
1949 | 2025-01-25T04:30:04.128Z | Checking rfc6979 v0.4.0 |
1950 | 2025-01-25T04:30:04.209Z | Checking reqwest v0.12.9 |
1951 | 2025-01-25T04:30:04.353Z | Checking hex v0.4.3 |
1952 | 2025-01-25T04:30:04.418Z | Checking winnow v0.5.40 |
1953 | 2025-01-25T04:30:04.863Z | Checking managed v0.8.0 |
1954 | 2025-01-25T04:30:05.004Z | Checking slog-bunyan v2.5.0 |
1955 | 2025-01-25T04:30:05.116Z | Checking dof v0.3.0 |
1956 | 2025-01-25T04:30:05.199Z | Checking crossbeam-deque v0.8.5 |
1957 | 2025-01-25T04:30:05.229Z | Checking num-bigint-dig v0.8.4 |
1958 | 2025-01-25T04:30:05.319Z | Checking toml v0.8.19 |
1959 | 2025-01-25T04:30:05.474Z | Checking elliptic-curve v0.13.8 |
1960 | 2025-01-25T04:30:05.514Z | Checking flate2 v1.0.35 |
1961 | 2025-01-25T04:30:05.740Z | Checking usdt-impl v0.5.0 |
1962 | 2025-01-25T04:30:05.765Z | Checking pkcs1 v0.7.5 |
1963 | 2025-01-25T04:30:06.031Z | Checking rustls v0.22.4 |
1964 | 2025-01-25T04:30:06.056Z | Checking curve25519-dalek v4.1.3 |
1965 | 2025-01-25T04:30:06.080Z | Checking ecdsa v0.16.9 |
1966 | 2025-01-25T04:30:06.136Z | Checking zerocopy v0.6.6 |
1967 | 2025-01-25T04:30:06.165Z | Checking siphasher v0.3.11 |
1968 | 2025-01-25T04:30:06.268Z | Checking usdt v0.5.0 |
1969 | 2025-01-25T04:30:06.479Z | Checking rayon-core v1.12.1 |
1970 | 2025-01-25T04:30:06.538Z | Checking unicode-normalization v0.1.24 |
1971 | 2025-01-25T04:30:06.787Z | Checking ed25519 v2.2.3 |
1972 | 2025-01-25T04:30:06.789Z | Checking signal-hook v0.3.17 |
1973 | 2025-01-25T04:30:07.123Z | Checking debug-ignore v1.0.5 |
1974 | 2025-01-25T04:30:07.156Z | Checking quick-error v1.2.3 |
1975 | 2025-01-25T04:30:07.173Z | Checking hickory-proto v0.24.2 |
1976 | 2025-01-25T04:30:07.219Z | Checking rsa v0.9.6 |
1977 | 2025-01-25T04:30:07.248Z | Checking toml_edit v0.19.15 |
1978 | 2025-01-25T04:30:07.277Z | Checking multer v3.1.0 |
1979 | 2025-01-25T04:30:07.302Z | Checking x509-cert v0.2.5 |
1980 | 2025-01-25T04:30:07.486Z | Checking serde_path_to_error v0.1.16 |
1981 | 2025-01-25T04:30:07.696Z | Checking hubpack v0.1.2 |
1982 | 2025-01-25T04:30:07.781Z | Checking ed25519-dalek v2.1.1 |
1983 | 2025-01-25T04:30:08.022Z | Checking waitgroup v0.1.2 |
1984 | 2025-01-25T04:30:08.088Z | Checking bzip2-sys v0.1.11+1.0.8 |
1985 | 2025-01-25T04:30:08.218Z | Checking async-stream v0.3.6 |
1986 | 2025-01-25T04:30:08.228Z | Checking hostname v0.4.0 |
1987 | 2025-01-25T04:30:08.231Z | Checking bit-vec v0.6.3 |
1988 | 2025-01-25T04:30:08.231Z | Checking bzip2 v0.4.4 |
1989 | 2025-01-25T04:30:08.338Z | Checking signal-hook-mio v0.2.4 |
1990 | 2025-01-25T04:30:08.413Z | Checking console v0.15.8 |
1991 | 2025-01-25T04:30:08.507Z | Checking hash32 v0.2.1 |
1992 | 2025-01-25T04:30:08.539Z | Checking linked-hash-map v0.5.6 |
1993 | 2025-01-25T04:30:08.567Z | Checking bit-set v0.5.3 |
1994 | 2025-01-25T04:30:08.790Z | Checking unicode-properties v0.1.3 |
1995 | 2025-01-25T04:30:08.817Z | Checking unicode-bidi v0.3.17 |
1996 | 2025-01-25T04:30:08.844Z | Checking predicates-core v1.0.8 |
1997 | 2025-01-25T04:30:08.867Z | Checking lru-cache v0.1.2 |
1998 | 2025-01-25T04:30:08.961Z | Checking heapless v0.7.17 |
1999 | 2025-01-25T04:30:09.034Z | Checking crossterm v0.28.1 |
2000 | 2025-01-25T04:30:09.061Z | Checking rayon v1.10.0 |
2001 | 2025-01-25T04:30:09.150Z | Checking phf_shared v0.11.2 |
2002 | 2025-01-25T04:30:09.350Z | Checking tokio-rustls v0.25.0 |
2003 | 2025-01-25T04:30:09.443Z | Checking similar v2.6.0 |
2004 | 2025-01-25T04:30:09.479Z | Checking stringprep v0.1.5 |
2005 | 2025-01-25T04:30:09.685Z | Checking toml v0.7.8 |
2006 | 2025-01-25T04:30:09.726Z | Checking dropshot v0.12.0 |
2007 | 2025-01-25T04:30:09.765Z | Checking tokio-stream v0.1.16 |
2008 | 2025-01-25T04:30:09.867Z | Checking newtype-uuid v1.2.1 |
2009 | 2025-01-25T04:30:10.140Z | Checking md-5 v0.10.6 |
2010 | 2025-01-25T04:30:10.301Z | Checking float-cmp v0.9.0 |
2011 | 2025-01-25T04:30:10.441Z | Checking normalize-line-endings v0.3.0 |
2012 | 2025-01-25T04:30:10.460Z | Checking fallible-iterator v0.2.0 |
2013 | 2025-01-25T04:30:10.498Z | Checking difflib v0.4.0 |
2014 | 2025-01-25T04:30:10.532Z | Checking fixedbitset v0.4.2 |
2015 | 2025-01-25T04:30:10.551Z | Checking smoltcp v0.9.1 |
2016 | 2025-01-25T04:30:10.704Z | Checking phf v0.11.2 |
2017 | 2025-01-25T04:30:10.787Z | Checking petgraph v0.6.5 |
2018 | 2025-01-25T04:30:10.853Z | Checking predicates v3.1.2 |
2019 | 2025-01-25T04:30:10.977Z | Checking zip v0.6.6 |
2020 | 2025-01-25T04:30:11.006Z | Checking postgres-protocol v0.6.7 |
2021 | 2025-01-25T04:30:11.563Z | Checking resolv-conf v0.7.0 |
2022 | 2025-01-25T04:30:11.619Z | Checking phf_shared v0.10.0 |
2023 | 2025-01-25T04:30:11.697Z | Checking tungstenite v0.24.0 |
2024 | 2025-01-25T04:30:11.700Z | Checking fs-err v2.11.0 |
2025 | 2025-01-25T04:30:11.883Z | Checking serde-big-array v0.5.1 |
2026 | 2025-01-25T04:30:12.912Z | Checking portable-atomic v1.9.0 |
2027 | 2025-01-25T04:30:12.916Z | Checking precomputed-hash v0.1.1 |
2028 | 2025-01-25T04:30:12.916Z | Checking new_debug_unreachable v1.0.6 |
2029 | 2025-01-25T04:30:12.916Z | Checking minimal-lexical v0.2.1 |
2030 | 2025-01-25T04:30:12.916Z | Checking number_prefix v0.4.0 |
2031 | 2025-01-25T04:30:12.916Z | Checking unicode-width v0.2.0 |
2032 | 2025-01-25T04:30:12.916Z | Checking lalrpop-util v0.19.12 |
2033 | 2025-01-25T04:30:12.916Z | Checking nom v7.1.3 |
2034 | 2025-01-25T04:30:12.916Z | Checking string_cache v0.8.7 |
2035 | 2025-01-25T04:30:12.917Z | Checking tokio-tungstenite v0.24.0 |
2036 | 2025-01-25T04:30:12.917Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2037 | 2025-01-25T04:30:12.917Z | Checking hickory-resolver v0.24.2 |
2038 | 2025-01-25T04:30:12.917Z | Checking postgres-types v0.2.8 |
2039 | 2025-01-25T04:30:12.931Z | Checking indicatif v0.17.9 |
2040 | 2025-01-25T04:30:13.056Z | Checking itertools v0.12.1 |
2041 | 2025-01-25T04:30:13.146Z | Checking peg-runtime v0.8.3 |
2042 | 2025-01-25T04:30:13.398Z | Checking whoami v1.5.2 |
2043 | 2025-01-25T04:30:13.666Z | Compiling hashbrown v0.14.5 |
2044 | 2025-01-25T04:30:13.772Z | Compiling thiserror v2.0.11 |
2045 | 2025-01-25T04:30:13.796Z | Compiling thiserror-impl v2.0.11 |
2046 | 2025-01-25T04:30:13.796Z | Checking tokio-postgres v0.7.12 |
2047 | 2025-01-25T04:30:14.288Z | Checking qorb v0.2.1 |
2048 | 2025-01-25T04:30:14.699Z | Compiling ident_case v1.0.1 |
2049 | 2025-01-25T04:30:14.916Z | Compiling regress v0.10.1 |
2050 | 2025-01-25T04:30:14.922Z | Compiling darling_core v0.20.10 |
2051 | 2025-01-25T04:30:15.132Z | Compiling unsafe-libyaml v0.2.11 |
2052 | 2025-01-25T04:30:16.492Z | Compiling serde_yaml v0.9.34+deprecated |
2053 | 2025-01-25T04:30:16.648Z | Checking heck v0.5.0 |
2054 | 2025-01-25T04:30:16.864Z | Checking fastrand v2.1.1 |
2055 | 2025-01-25T04:30:16.996Z | Checking ipnetwork v0.20.0 |
2056 | 2025-01-25T04:30:17.207Z | Checking progenitor-client v0.9.1 |
2057 | 2025-01-25T04:30:17.234Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2058 | 2025-01-25T04:30:17.342Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2059 | 2025-01-25T04:30:17.591Z | Compiling structmeta-derive v0.3.0 |
2060 | 2025-01-25T04:30:17.698Z | Checking strum v0.26.3 |
2061 | 2025-01-25T04:30:17.785Z | Compiling dropshot v0.15.1 |
2062 | 2025-01-25T04:30:17.883Z | Checking macaddr v1.0.1 |
2063 | 2025-01-25T04:30:18.250Z | Compiling dropshot_endpoint v0.15.1 |
2064 | 2025-01-25T04:30:18.258Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2065 | 2025-01-25T04:30:18.483Z | Checking tempfile v3.13.0 |
2066 | 2025-01-25T04:30:18.881Z | Compiling typify-impl v0.2.0 |
2067 | 2025-01-25T04:30:18.957Z | Checking progenitor-client v0.8.0 |
2068 | 2025-01-25T04:30:19.346Z | Checking instant v0.1.13 |
2069 | 2025-01-25T04:30:19.489Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2070 | 2025-01-25T04:30:19.613Z | Checking regress v0.9.1 |
2071 | 2025-01-25T04:30:20.051Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2072 | 2025-01-25T04:30:20.054Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2073 | 2025-01-25T04:30:20.310Z | Compiling structmeta v0.3.0 |
2074 | 2025-01-25T04:30:20.467Z | Checking backoff v0.4.0 |
2075 | 2025-01-25T04:30:20.745Z | Compiling parse-display-derive v0.10.0 |
2076 | 2025-01-25T04:30:20.772Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2077 | 2025-01-25T04:30:20.829Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2078 | 2025-01-25T04:30:20.927Z | Checking wait-timeout v0.2.0 |
2079 | 2025-01-25T04:30:20.992Z | Compiling darling_macro v0.20.10 |
2080 | 2025-01-25T04:30:20.995Z | Checking rand_xorshift v0.3.0 |
2081 | 2025-01-25T04:30:21.125Z | Checking rusty-fork v0.3.0 |
2082 | 2025-01-25T04:30:21.190Z | Checking unarray v0.1.4 |
2083 | 2025-01-25T04:30:21.372Z | Compiling structmeta-derive v0.2.0 |
2084 | 2025-01-25T04:30:21.434Z | Checking proptest v1.5.0 |
2085 | 2025-01-25T04:30:21.914Z | Compiling darling v0.20.10 |
2086 | 2025-01-25T04:30:22.055Z | Compiling serde_with_macros v3.11.0 |
2087 | 2025-01-25T04:30:22.851Z | Checking camino-tempfile v1.1.1 |
2088 | 2025-01-25T04:30:23.024Z | Compiling proc-macro-error v1.0.4 |
2089 | 2025-01-25T04:30:23.145Z | Compiling proc-macro-crate v1.3.1 |
2090 | 2025-01-25T04:30:23.667Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2091 | 2025-01-25T04:30:24.035Z | Compiling structmeta v0.2.0 |
2092 | 2025-01-25T04:30:24.062Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2093 | 2025-01-25T04:30:24.088Z | Compiling num_enum_derive v0.5.11 |
2094 | 2025-01-25T04:30:24.425Z | Compiling foreign-types-macros v0.2.3 |
2095 | 2025-01-25T04:30:24.496Z | Compiling test-strategy v0.3.1 |
2096 | 2025-01-25T04:30:24.633Z | Checking serde_with v3.11.0 |
2097 | 2025-01-25T04:30:24.809Z | Checking parse-display v0.10.0 |
2098 | 2025-01-25T04:30:25.074Z | Checking foreign-types-shared v0.3.1 |
2099 | 2025-01-25T04:30:25.595Z | Checking tabwriter v1.4.0 |
2100 | 2025-01-25T04:30:25.661Z | Checking foreign-types v0.5.0 |
2101 | 2025-01-25T04:30:25.789Z | Checking cstr-argument v0.1.2 |
2102 | 2025-01-25T04:30:25.861Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2103 | 2025-01-25T04:30:25.960Z | Checking pretty-hex v0.2.1 |
2104 | 2025-01-25T04:30:26.070Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2105 | 2025-01-25T04:30:26.166Z | Checking colored v2.1.0 |
2106 | 2025-01-25T04:30:26.421Z | Checking num_enum v0.5.11 |
2107 | 2025-01-25T04:30:26.490Z | Checking smf v0.2.3 |
2108 | 2025-01-25T04:30:26.516Z | Checking itertools v0.13.0 |
2109 | 2025-01-25T04:30:26.595Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2110 | 2025-01-25T04:30:26.618Z | Checking base64 v0.21.7 |
2111 | 2025-01-25T04:30:26.650Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2112 | 2025-01-25T04:30:26.834Z | Compiling typify-impl v0.3.0 |
2113 | 2025-01-25T04:30:26.888Z | Compiling crucible-workspace-hack v0.1.0 |
2114 | 2025-01-25T04:30:26.956Z | Compiling zerocopy v0.8.10 |
2115 | 2025-01-25T04:30:27.337Z | Checking atomicwrites v0.4.4 |
2116 | 2025-01-25T04:30:27.597Z | Compiling zerocopy-derive v0.8.10 |
2117 | 2025-01-25T04:30:27.827Z | Checking termtree v0.4.1 |
2118 | 2025-01-25T04:30:27.926Z | Compiling heapless v0.8.0 |
2119 | 2025-01-25T04:30:28.043Z | Checking predicates-tree v1.0.11 |
2120 | 2025-01-25T04:30:28.311Z | Checking hash32 v0.3.1 |
2121 | 2025-01-25T04:30:28.451Z | Compiling smoltcp v0.11.0 |
2122 | 2025-01-25T04:30:28.966Z | Checking cobs v0.2.3 |
2123 | 2025-01-25T04:30:29.144Z | Checking sigpipe v0.1.3 |
2124 | 2025-01-25T04:30:29.202Z | Checking postcard v1.0.10 |
2125 | 2025-01-25T04:30:29.304Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2126 | 2025-01-25T04:30:29.631Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2127 | 2025-01-25T04:30:29.804Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2128 | 2025-01-25T04:30:29.828Z | Compiling mockall_derive v0.13.0 |
2129 | 2025-01-25T04:30:29.857Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2130 | 2025-01-25T04:30:30.201Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2131 | 2025-01-25T04:30:30.228Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2132 | 2025-01-25T04:30:30.352Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2133 | 2025-01-25T04:30:30.700Z | Compiling zone_cfg_derive v0.3.0 |
2134 | 2025-01-25T04:30:32.197Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2135 | 2025-01-25T04:30:32.444Z | Compiling num-derive v0.4.2 |
2136 | 2025-01-25T04:30:32.472Z | Checking downcast v0.11.0 |
2137 | 2025-01-25T04:30:32.530Z | Checking fragile v2.0.0 |
2138 | 2025-01-25T04:30:32.747Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2139 | 2025-01-25T04:30:32.832Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2140 | 2025-01-25T04:30:33.017Z | Checking zone v0.3.0 |
2141 | 2025-01-25T04:30:33.050Z | Compiling convert_case v0.4.0 |
2142 | 2025-01-25T04:30:33.091Z | Checking tungstenite v0.21.0 |
2143 | 2025-01-25T04:30:33.873Z | Checking newline-converter v0.3.0 |
2144 | 2025-01-25T04:30:33.915Z | Compiling derive_more v0.99.18 |
2145 | 2025-01-25T04:30:33.977Z | Checking expectorate v1.1.0 |
2146 | 2025-01-25T04:30:34.016Z | Checking tokio-tungstenite v0.21.0 |
2147 | 2025-01-25T04:30:34.097Z | Compiling typify-macro v0.2.0 |
2148 | 2025-01-25T04:30:34.159Z | Checking same-file v1.0.6 |
2149 | 2025-01-25T04:30:34.394Z | Checking walkdir v2.5.0 |
2150 | 2025-01-25T04:30:34.582Z | Checking arc-swap v1.7.1 |
2151 | 2025-01-25T04:30:34.712Z | Checking xattr v1.3.1 |
2152 | 2025-01-25T04:30:34.744Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2153 | 2025-01-25T04:30:34.993Z | Checking filetime v0.2.25 |
2154 | 2025-01-25T04:30:35.048Z | Checking slog-scope v4.4.0 |
2155 | 2025-01-25T04:30:35.177Z | Checking tar v0.4.42 |
2156 | 2025-01-25T04:30:35.203Z | Checking num-rational v0.4.2 |
2157 | 2025-01-25T04:30:35.267Z | Checking slog-stdlog v4.1.1 |
2158 | 2025-01-25T04:30:35.467Z | Checking slog-envlogger v2.2.0 |
2159 | 2025-01-25T04:30:35.710Z | Checking num-complex v0.4.6 |
2160 | 2025-01-25T04:30:35.857Z | Checking float-ord v0.3.2 |
2161 | 2025-01-25T04:30:35.986Z | Checking indent_write v2.2.0 |
2162 | 2025-01-25T04:30:36.107Z | Checking swrite v0.1.0 |
2163 | 2025-01-25T04:30:36.188Z | Compiling owo-colors v4.1.0 |
2164 | 2025-01-25T04:30:36.217Z | Compiling cancel-safe-futures v0.1.5 |
2165 | 2025-01-25T04:30:36.537Z | Checking num v0.4.3 |
2166 | 2025-01-25T04:30:36.676Z | Checking libsw v3.3.1 |
2167 | 2025-01-25T04:30:36.950Z | Checking password-hash v0.5.0 |
2168 | 2025-01-25T04:30:36.974Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2169 | 2025-01-25T04:30:37.067Z | Checking blake2 v0.10.6 |
2170 | 2025-01-25T04:30:37.383Z | Checking linear-map v1.2.0 |
2171 | 2025-01-25T04:30:37.550Z | Checking argon2 v0.5.3 |
2172 | 2025-01-25T04:30:37.593Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2173 | 2025-01-25T04:30:37.693Z | Checking pem v3.0.4 |
2174 | 2025-01-25T04:30:37.874Z | Compiling typify v0.2.0 |
2175 | 2025-01-25T04:30:37.984Z | Checking mockall v0.13.0 |
2176 | 2025-01-25T04:30:38.021Z | Compiling progenitor-impl v0.8.0 |
2177 | 2025-01-25T04:30:38.024Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2178 | 2025-01-25T04:30:38.527Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2179 | 2025-01-25T04:30:38.562Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2180 | 2025-01-25T04:30:38.675Z | Compiling lzma-sys v0.1.20 |
2181 | 2025-01-25T04:30:39.082Z | Checking headers-core v0.3.0 |
2182 | 2025-01-25T04:30:39.261Z | Compiling heck v0.3.3 |
2183 | 2025-01-25T04:30:39.450Z | Checking highway v1.2.0 |
2184 | 2025-01-25T04:30:39.650Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2185 | 2025-01-25T04:30:39.787Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2186 | 2025-01-25T04:30:39.893Z | Compiling zone_cfg_derive v0.1.2 |
2187 | 2025-01-25T04:30:40.106Z | Checking headers v0.4.0 |
2188 | 2025-01-25T04:30:40.177Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2025-01-25T04:30:40.484Z | Checking yasna v0.5.2 |
2190 | 2025-01-25T04:30:40.892Z | Checking base64 v0.13.1 |
2191 | 2025-01-25T04:30:41.016Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2192 | 2025-01-25T04:30:41.131Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2025-01-25T04:30:41.271Z | Checking zone v0.1.8 |
2194 | 2025-01-25T04:30:41.311Z | Checking ron v0.7.1 |
2195 | 2025-01-25T04:30:41.388Z | Checking rcgen v0.12.1 |
2196 | 2025-01-25T04:30:41.591Z | Checking xz2 v0.1.7 |
2197 | 2025-01-25T04:30:41.913Z | Checking subprocess v0.2.9 |
2198 | 2025-01-25T04:30:42.012Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2199 | 2025-01-25T04:30:42.039Z | Checking humantime v2.1.0 |
2200 | 2025-01-25T04:30:42.221Z | Compiling typify-macro v0.3.0 |
2201 | 2025-01-25T04:30:42.371Z | Compiling semver v0.1.20 |
2202 | 2025-01-25T04:30:42.411Z | Checking prettyplease v0.2.25 |
2203 | 2025-01-25T04:30:42.459Z | Checking half v2.4.1 |
2204 | 2025-01-25T04:30:42.666Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2205 | 2025-01-25T04:30:42.742Z | Compiling rustc_version v0.1.7 |
2206 | 2025-01-25T04:30:42.961Z | Checking ciborium-io v0.2.2 |
2207 | 2025-01-25T04:30:43.137Z | Checking ciborium-ll v0.2.2 |
2208 | 2025-01-25T04:30:43.202Z | Compiling newtype_derive v0.1.6 |
2209 | 2025-01-25T04:30:43.409Z | Checking ciborium v0.2.2 |
2210 | 2025-01-25T04:30:43.746Z | Checking steno v0.4.1 |
2211 | 2025-01-25T04:30:45.034Z | Compiling progenitor-macro v0.8.0 |
2212 | 2025-01-25T04:30:46.014Z | Compiling typify v0.3.0 |
2213 | 2025-01-25T04:30:46.162Z | Compiling progenitor-impl v0.9.1 |
2214 | 2025-01-25T04:30:46.675Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2215 | 2025-01-25T04:30:46.961Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2216 | 2025-01-25T04:30:47.413Z | Compiling slog-dtrace v0.3.0 |
2217 | 2025-01-25T04:30:47.711Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2218 | 2025-01-25T04:30:47.828Z | Checking display-error-chain v0.2.2 |
2219 | 2025-01-25T04:30:48.021Z | Checking gethostname v0.5.0 |
2220 | 2025-01-25T04:30:48.116Z | Checking nibble_vec v0.1.0 |
2221 | 2025-01-25T04:30:48.170Z | Compiling blake3 v1.5.4 |
2222 | 2025-01-25T04:30:48.279Z | Checking endian-type v0.1.2 |
2223 | 2025-01-25T04:30:48.317Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2224 | 2025-01-25T04:30:48.350Z | Checking keccak v0.1.5 |
2225 | 2025-01-25T04:30:48.518Z | Checking radix_trie v0.2.1 |
2226 | 2025-01-25T04:30:48.711Z | Checking sha3 v0.10.8 |
2227 | 2025-01-25T04:30:48.934Z | Checking universal-hash v0.5.1 |
2228 | 2025-01-25T04:30:49.092Z | Checking secrecy v0.8.0 |
2229 | 2025-01-25T04:30:49.144Z | Checking opaque-debug v0.3.1 |
2230 | 2025-01-25T04:30:49.291Z | Checking aead v0.5.2 |
2231 | 2025-01-25T04:30:49.332Z | Checking poly1305 v0.8.0 |
2232 | 2025-01-25T04:30:49.428Z | Checking chacha20 v0.9.1 |
2233 | 2025-01-25T04:30:49.827Z | Compiling memmap2 v0.9.5 |
2234 | 2025-01-25T04:30:49.893Z | Compiling arrayref v0.3.9 |
2235 | 2025-01-25T04:30:50.023Z | Compiling constant_time_eq v0.3.1 |
2236 | 2025-01-25T04:30:50.235Z | Compiling arrayvec v0.7.6 |
2237 | 2025-01-25T04:30:50.294Z | Compiling toolchain_find v0.4.0 |
2238 | 2025-01-25T04:30:50.452Z | Compiling thiserror-impl-no-std v2.0.2 |
2239 | 2025-01-25T04:30:50.781Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2240 | 2025-01-25T04:30:50.936Z | Compiling topological-sort v0.2.2 |
2241 | 2025-01-25T04:30:50.985Z | Compiling rustfmt-wrapper v0.2.1 |
2242 | 2025-01-25T04:30:51.117Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2243 | 2025-01-25T04:30:51.385Z | Compiling omicron-zone-package v0.12.0 |
2244 | 2025-01-25T04:30:51.485Z | Checking chacha20poly1305 v0.10.1 |
2245 | 2025-01-25T04:30:51.557Z | Compiling async-recursion v1.1.1 |
2246 | 2025-01-25T04:30:51.695Z | Checking fxhash v0.2.1 |
2247 | 2025-01-25T04:30:51.840Z | Checking simd-adler32 v0.3.7 |
2248 | 2025-01-25T04:30:51.902Z | Compiling zip v2.1.3 |
2249 | 2025-01-25T04:30:52.200Z | Checking bumpalo v3.16.0 |
2250 | 2025-01-25T04:30:52.223Z | Checking lockfree-object-pool v0.1.6 |
2251 | 2025-01-25T04:30:52.527Z | Checking maplit v1.0.2 |
2252 | 2025-01-25T04:30:52.563Z | Checking zopfli v0.8.1 |
2253 | 2025-01-25T04:30:52.662Z | Checking termcolor v1.4.1 |
2254 | 2025-01-25T04:30:52.898Z | Compiling radium v0.7.0 |
2255 | 2025-01-25T04:30:53.062Z | Compiling const_format_proc_macros v0.2.33 |
2256 | 2025-01-25T04:30:53.190Z | Checking tap v1.0.1 |
2257 | 2025-01-25T04:30:53.224Z | Compiling progenitor-macro v0.9.1 |
2258 | 2025-01-25T04:30:53.287Z | Compiling maybe-uninit v2.0.0 |
2259 | 2025-01-25T04:30:53.310Z | Checking thiserror-no-std v2.0.2 |
2260 | 2025-01-25T04:30:53.444Z | Checking vsss-rs v3.3.4 |
2261 | 2025-01-25T04:30:53.797Z | Checking wyz v0.5.1 |
2262 | 2025-01-25T04:30:53.882Z | Checking funty v2.0.0 |
2263 | 2025-01-25T04:30:54.298Z | Checking crc-catalog v2.4.0 |
2264 | 2025-01-25T04:30:54.390Z | Checking home v0.5.9 |
2265 | 2025-01-25T04:30:54.411Z | Compiling packed_struct v0.10.1 |
2266 | 2025-01-25T04:30:54.570Z | Checking crc v3.2.1 |
2267 | 2025-01-25T04:30:54.773Z | Checking bitvec v1.0.1 |
2268 | 2025-01-25T04:30:55.000Z | Checking const_format v0.2.33 |
2269 | 2025-01-25T04:30:55.024Z | Checking kstat-rs v0.2.4 |
2270 | 2025-01-25T04:30:55.046Z | Compiling packed_struct_codegen v0.10.1 |
2271 | 2025-01-25T04:30:55.413Z | Compiling vte_generate_state_changes v0.1.2 |
2272 | 2025-01-25T04:30:55.470Z | Compiling indexmap v1.9.3 |
2273 | 2025-01-25T04:30:55.792Z | Compiling libefi-sys v0.1.0 |
2274 | 2025-01-25T04:30:56.009Z | Checking nodrop v0.1.14 |
2275 | 2025-01-25T04:30:56.117Z | Checking vte v0.11.1 |
2276 | 2025-01-25T04:30:56.153Z | Checking array-init v0.0.4 |
2277 | 2025-01-25T04:30:56.412Z | Checking smallvec v0.6.14 |
2278 | 2025-01-25T04:30:56.783Z | Checking fd-lock v4.0.2 |
2279 | 2025-01-25T04:30:57.002Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2280 | 2025-01-25T04:30:57.033Z | Compiling bitfield-struct v0.6.2 |
2281 | 2025-01-25T04:30:57.376Z | Checking bitfield v0.14.0 |
2282 | 2025-01-25T04:30:57.422Z | Checking hashbrown v0.12.3 |
2283 | 2025-01-25T04:30:57.632Z | Checking strip-ansi-escapes v0.2.0 |
2284 | 2025-01-25T04:30:57.681Z | Checking progenitor v0.8.0 |
2285 | 2025-01-25T04:30:57.727Z | Checking serde-hex v0.1.0 |
2286 | 2025-01-25T04:30:57.919Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2287 | 2025-01-25T04:30:57.970Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2288 | 2025-01-25T04:30:58.331Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2289 | 2025-01-25T04:30:58.907Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2290 | 2025-01-25T04:30:58.958Z | Checking env_logger v0.10.2 |
2291 | 2025-01-25T04:30:59.188Z | Checking ron v0.8.1 |
2292 | 2025-01-25T04:30:59.438Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2293 | 2025-01-25T04:30:59.770Z | Checking hashbrown v0.13.2 |
2294 | 2025-01-25T04:31:00.435Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2295 | 2025-01-25T04:31:00.568Z | Checking crc-any v2.5.0 |
2296 | 2025-01-25T04:31:00.761Z | Checking nu-ansi-term v0.50.1 |
2297 | 2025-01-25T04:31:00.983Z | Checking object v0.30.4 |
2298 | 2025-01-25T04:31:01.184Z | Checking reedline v0.35.0 |
2299 | 2025-01-25T04:31:01.210Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2300 | 2025-01-25T04:31:01.648Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2301 | 2025-01-25T04:31:02.104Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2302 | 2025-01-25T04:31:02.119Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2303 | 2025-01-25T04:31:02.651Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2304 | 2025-01-25T04:31:02.779Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2305 | 2025-01-25T04:31:02.921Z | Checking path-slash v0.1.5 |
2306 | 2025-01-25T04:31:03.099Z | Compiling parking_lot_core v0.8.6 |
2307 | 2025-01-25T04:31:04.343Z | Compiling phf_generator v0.11.2 |
2308 | 2025-01-25T04:31:04.435Z | Checking bytecount v0.6.8 |
2309 | 2025-01-25T04:31:04.459Z | Checking glob v0.3.1 |
2310 | 2025-01-25T04:31:04.617Z | Checking papergrid v0.11.0 |
2311 | 2025-01-25T04:31:04.800Z | Compiling phf_codegen v0.11.2 |
2312 | 2025-01-25T04:31:05.028Z | Checking parking_lot v0.11.2 |
2313 | 2025-01-25T04:31:05.457Z | Compiling tabled_derive v0.7.0 |
2314 | 2025-01-25T04:31:05.470Z | Compiling parse-zoneinfo v0.3.1 |
2315 | 2025-01-25T04:31:05.737Z | Checking progenitor v0.9.1 |
2316 | 2025-01-25T04:31:05.967Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2317 | 2025-01-25T04:31:06.052Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2318 | 2025-01-25T04:31:06.868Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2319 | 2025-01-25T04:31:07.138Z | Compiling cfg_aliases v0.1.1 |
2320 | 2025-01-25T04:31:07.267Z | Compiling nix v0.28.0 |
2321 | 2025-01-25T04:31:07.569Z | Checking tabled v0.15.0 |
2322 | 2025-01-25T04:31:08.075Z | Compiling chrono-tz-build v0.4.0 |
2323 | 2025-01-25T04:31:09.381Z | Checking sled v0.34.7 |
2324 | 2025-01-25T04:31:09.910Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2325 | 2025-01-25T04:31:10.388Z | Checking hickory-client v0.24.2 |
2326 | 2025-01-25T04:31:11.042Z | Checking hickory-server v0.24.2 |
2327 | 2025-01-25T04:31:11.050Z | Compiling chrono-tz v0.10.1 |
2328 | 2025-01-25T04:31:11.599Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2329 | 2025-01-25T04:31:11.732Z | Compiling unicase v2.7.0 |
2330 | 2025-01-25T04:31:12.039Z | Compiling buf-list v1.0.3 |
2331 | 2025-01-25T04:31:12.271Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2332 | 2025-01-25T04:31:12.721Z | Compiling peg-macros v0.8.4 |
2333 | 2025-01-25T04:31:13.567Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2334 | 2025-01-25T04:31:13.671Z | Compiling sqlparser_derive v0.2.2 |
2335 | 2025-01-25T04:31:14.672Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2336 | 2025-01-25T04:31:14.693Z | Checking unicode_categories v0.1.1 |
2337 | 2025-01-25T04:31:14.723Z | Checking sqlparser v0.45.0 |
2338 | 2025-01-25T04:31:14.987Z | Checking rustyline v14.0.0 |
2339 | 2025-01-25T04:31:15.011Z | Checking sqlformat v0.2.6 |
2340 | 2025-01-25T04:31:16.067Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2341 | 2025-01-25T04:31:16.522Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2342 | 2025-01-25T04:31:17.920Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2343 | 2025-01-25T04:31:19.135Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2344 | 2025-01-25T04:31:19.500Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2345 | 2025-01-25T04:31:20.882Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2346 | 2025-01-25T04:31:20.884Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2347 | 2025-01-25T04:31:21.367Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2348 | 2025-01-25T04:31:22.568Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2349 | 2025-01-25T04:31:22.689Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2350 | 2025-01-25T04:31:23.019Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2351 | 2025-01-25T04:31:23.475Z | Checking peg v0.8.4 |
2352 | 2025-01-25T04:31:23.605Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2353 | 2025-01-25T04:31:23.620Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2354 | 2025-01-25T04:31:24.027Z | Checking bcs v0.1.6 |
2355 | 2025-01-25T04:31:24.257Z | Checking termtree v0.5.1 |
2356 | 2025-01-25T04:31:24.541Z | Checking primeorder v0.13.6 |
2357 | 2025-01-25T04:31:25.029Z | Compiling mime_guess v2.0.5 |
2358 | 2025-01-25T04:31:25.052Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2359 | 2025-01-25T04:31:25.849Z | Checking nanorand v0.7.0 |
2360 | 2025-01-25T04:31:25.881Z | Checking http-range v0.1.5 |
2361 | 2025-01-25T04:31:26.025Z | Checking flume v0.11.1 |
2362 | 2025-01-25T04:31:26.210Z | Checking atty v0.2.14 |
2363 | 2025-01-25T04:31:26.363Z | Compiling salty v0.3.0 |
2364 | 2025-01-25T04:31:26.515Z | Checking p384 v0.13.0 |
2365 | 2025-01-25T04:31:26.817Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2366 | 2025-01-25T04:31:27.091Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2367 | 2025-01-25T04:31:27.167Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2368 | 2025-01-25T04:31:27.431Z | Checking hyper-staticfile v0.10.1 |
2369 | 2025-01-25T04:31:27.678Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2370 | 2025-01-25T04:31:27.905Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2371 | 2025-01-25T04:31:27.936Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2372 | 2025-01-25T04:31:28.000Z | Compiling dsl_auto_type v0.1.2 |
2373 | 2025-01-25T04:31:28.200Z | Checking scheduled-thread-pool v0.2.7 |
2374 | 2025-01-25T04:31:28.214Z | Checking env_filter v0.1.2 |
2375 | 2025-01-25T04:31:28.214Z | Compiling diesel_table_macro_syntax v0.2.0 |
2376 | 2025-01-25T04:31:28.360Z | Compiling crunchy v0.2.2 |
2377 | 2025-01-25T04:31:28.391Z | Checking env_logger v0.11.5 |
2378 | 2025-01-25T04:31:28.598Z | Checking r2d2 v0.8.10 |
2379 | 2025-01-25T04:31:28.639Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2025-01-25T04:31:28.693Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2381 | 2025-01-25T04:31:28.854Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2382 | 2025-01-25T04:31:28.909Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2383 | 2025-01-25T04:31:29.351Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2384 | 2025-01-25T04:31:29.470Z | Compiling diesel_derives v2.2.3 |
2385 | 2025-01-25T04:31:30.147Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2386 | 2025-01-25T04:31:30.505Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2387 | 2025-01-25T04:31:30.597Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2388 | 2025-01-25T04:31:30.697Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2389 | 2025-01-25T04:31:31.708Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2390 | 2025-01-25T04:31:32.485Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2391 | 2025-01-25T04:31:32.890Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2392 | 2025-01-25T04:31:33.211Z | Compiling tiny-keccak v2.0.2 |
2393 | 2025-01-25T04:31:33.493Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2394 | 2025-01-25T04:31:33.591Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2395 | 2025-01-25T04:31:33.905Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2396 | 2025-01-25T04:31:34.912Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2397 | 2025-01-25T04:31:35.188Z | Compiling ref-cast v1.0.23 |
2398 | 2025-01-25T04:31:36.062Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2399 | 2025-01-25T04:31:36.333Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2400 | 2025-01-25T04:31:36.386Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2401 | 2025-01-25T04:31:36.442Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2402 | 2025-01-25T04:31:37.012Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2403 | 2025-01-25T04:31:37.194Z | Compiling ascii-canvas v3.0.0 |
2404 | 2025-01-25T04:31:37.327Z | Compiling ena v0.14.3 |
2405 | 2025-01-25T04:31:37.721Z | Compiling ref-cast-impl v1.0.23 |
2406 | 2025-01-25T04:31:37.765Z | Compiling diff v0.1.13 |
2407 | 2025-01-25T04:31:38.042Z | Compiling regex-syntax v0.6.29 |
2408 | 2025-01-25T04:31:38.353Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2409 | 2025-01-25T04:31:39.051Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2410 | 2025-01-25T04:31:39.506Z | Compiling pin-project-internal v1.1.6 |
2411 | 2025-01-25T04:31:39.934Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2412 | 2025-01-25T04:31:40.262Z | Compiling derive_builder_core v0.20.2 |
2413 | 2025-01-25T04:31:41.144Z | Checking diesel v2.2.6 |
2414 | 2025-01-25T04:31:41.174Z | Compiling libxml v0.3.3 |
2415 | 2025-01-25T04:31:41.599Z | Compiling lalrpop v0.19.12 |
2416 | 2025-01-25T04:31:41.888Z | Checking signal-hook-tokio v0.3.1 |
2417 | 2025-01-25T04:31:42.093Z | Compiling strum_macros v0.24.3 |
2418 | 2025-01-25T04:31:42.274Z | Checking pin-project v1.1.6 |
2419 | 2025-01-25T04:31:42.305Z | Compiling samael v0.0.17 |
2420 | 2025-01-25T04:31:42.434Z | Compiling snafu-derive v0.8.5 |
2421 | 2025-01-25T04:31:42.511Z | Compiling derive_builder_macro v0.20.2 |
2422 | 2025-01-25T04:31:43.380Z | Compiling indoc v1.0.9 |
2423 | 2025-01-25T04:31:43.403Z | Checking derive_builder v0.20.2 |
2424 | 2025-01-25T04:31:44.306Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2425 | 2025-01-25T04:31:45.045Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2426 | 2025-01-25T04:31:45.342Z | Checking olpc-cjson v0.1.4 |
2427 | 2025-01-25T04:31:45.459Z | Checking globset v0.4.15 |
2428 | 2025-01-25T04:31:45.484Z | Checking quick-xml v0.33.0 |
2429 | 2025-01-25T04:31:45.563Z | Checking serde_plain v1.0.2 |
2430 | 2025-01-25T04:31:45.839Z | Compiling impl-trait-for-tuples v0.2.2 |
2431 | 2025-01-25T04:31:46.048Z | Compiling oso-derive v0.27.3 |
2432 | 2025-01-25T04:31:46.324Z | Compiling memoffset v0.9.1 |
2433 | 2025-01-25T04:31:46.650Z | Checking typed-path v0.9.3 |
2434 | 2025-01-25T04:31:47.190Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2435 | 2025-01-25T04:31:47.448Z | Checking snafu v0.8.5 |
2436 | 2025-01-25T04:31:47.909Z | Checking tungstenite v0.23.0 |
2437 | 2025-01-25T04:31:48.504Z | Checking tough v0.19.0 |
2438 | 2025-01-25T04:31:48.776Z | Compiling diesel-dtrace v0.4.2 |
2439 | 2025-01-25T04:31:48.799Z | Checking parse-size v1.1.0 |
2440 | 2025-01-25T04:31:48.987Z | Checking tokio-tungstenite v0.23.1 |
2441 | 2025-01-25T04:31:49.409Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2442 | 2025-01-25T04:31:49.497Z | Checking bb8 v0.8.5 |
2443 | 2025-01-25T04:31:49.655Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2444 | 2025-01-25T04:31:50.029Z | Checking nix v0.27.1 |
2445 | 2025-01-25T04:31:50.081Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2446 | 2025-01-25T04:31:50.368Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2447 | 2025-01-25T04:31:51.973Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2448 | 2025-01-25T04:31:52.872Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2449 | 2025-01-25T04:31:52.998Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2450 | 2025-01-25T04:31:53.090Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2451 | 2025-01-25T04:31:53.113Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2452 | 2025-01-25T04:31:53.526Z | Checking heck v0.4.1 |
2453 | 2025-01-25T04:31:53.754Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2454 | 2025-01-25T04:31:54.027Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2455 | 2025-01-25T04:31:54.200Z | Checking rand_seeder v0.3.0 |
2456 | 2025-01-25T04:31:54.469Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2457 | 2025-01-25T04:31:54.515Z | Checking assert_matches v1.5.0 |
2458 | 2025-01-25T04:31:54.632Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2459 | 2025-01-25T04:31:54.880Z | Compiling libz-sys v1.1.20 |
2460 | 2025-01-25T04:31:54.982Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2461 | 2025-01-25T04:31:54.995Z | Checking castaway v0.2.3 |
2462 | 2025-01-25T04:31:55.100Z | Checking is_ci v1.2.0 |
2463 | 2025-01-25T04:31:55.131Z | Checking compact_str v0.8.0 |
2464 | 2025-01-25T04:31:55.261Z | Checking supports-color v3.0.1 |
2465 | 2025-01-25T04:31:55.466Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2466 | 2025-01-25T04:31:55.657Z | Checking unicode-truncate v1.1.0 |
2467 | 2025-01-25T04:31:55.898Z | Checking lru v0.12.5 |
2468 | 2025-01-25T04:31:55.980Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2469 | 2025-01-25T04:31:56.107Z | Compiling instability v0.3.2 |
2470 | 2025-01-25T04:31:56.183Z | Checking cassowary v0.3.0 |
2471 | 2025-01-25T04:31:56.694Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2472 | 2025-01-25T04:31:56.796Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2473 | 2025-01-25T04:31:56.975Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2474 | 2025-01-25T04:31:57.100Z | Checking ratatui v0.28.1 |
2475 | 2025-01-25T04:31:57.835Z | Compiling vergen v8.3.2 |
2476 | 2025-01-25T04:31:57.876Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2477 | 2025-01-25T04:31:58.164Z | Compiling cargo-platform v0.1.8 |
2478 | 2025-01-25T04:31:58.333Z | Checking smawk v0.3.2 |
2479 | 2025-01-25T04:31:58.569Z | Checking unicode-linebreak v0.1.5 |
2480 | 2025-01-25T04:31:58.674Z | Compiling cargo_metadata v0.18.1 |
2481 | 2025-01-25T04:31:59.035Z | Checking textwrap v0.16.1 |
2482 | 2025-01-25T04:31:59.505Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2483 | 2025-01-25T04:31:59.956Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2484 | 2025-01-25T04:32:00.228Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2485 | 2025-01-25T04:32:00.881Z | Compiling libsqlite3-sys v0.30.1 |
2486 | 2025-01-25T04:32:01.421Z | Checking shell-words v1.1.0 |
2487 | 2025-01-25T04:32:01.528Z | Compiling cfg_aliases v0.2.1 |
2488 | 2025-01-25T04:32:01.568Z | Compiling rustls v0.21.12 |
2489 | 2025-01-25T04:32:01.831Z | Compiling nix v0.29.0 |
2490 | 2025-01-25T04:32:01.893Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2491 | 2025-01-25T04:32:01.928Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2492 | 2025-01-25T04:32:02.203Z | Checking sct v0.7.1 |
2493 | 2025-01-25T04:32:02.225Z | Checking rustls-webpki v0.101.7 |
2494 | 2025-01-25T04:32:02.544Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2495 | 2025-01-25T04:32:02.854Z | Checking hashlink v0.9.1 |
2496 | 2025-01-25T04:32:02.990Z | Checking concurrent-queue v2.5.0 |
2497 | 2025-01-25T04:32:03.014Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2498 | 2025-01-25T04:32:03.014Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2499 | 2025-01-25T04:32:03.369Z | Checking fallible-streaming-iterator v0.1.9 |
2500 | 2025-01-25T04:32:03.417Z | Checking parking v2.2.1 |
2501 | 2025-01-25T04:32:03.589Z | Checking fallible-iterator v0.3.0 |
2502 | 2025-01-25T04:32:03.592Z | Checking plotters-backend v0.3.7 |
2503 | 2025-01-25T04:32:04.071Z | Checking plotters-svg v0.3.7 |
2504 | 2025-01-25T04:32:04.093Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2025-01-25T04:32:04.146Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2506 | 2025-01-25T04:32:04.273Z | Checking rusqlite v0.32.1 |
2507 | 2025-01-25T04:32:05.717Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2508 | 2025-01-25T04:32:06.105Z | Checking tokio-rustls v0.24.1 |
2509 | 2025-01-25T04:32:06.161Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2510 | 2025-01-25T04:32:06.484Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2511 | 2025-01-25T04:32:06.508Z | Checking rustls-pemfile v1.0.4 |
2512 | 2025-01-25T04:32:06.736Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2513 | 2025-01-25T04:32:06.786Z | Checking twox-hash v1.6.3 |
2514 | 2025-01-25T04:32:07.105Z | Checking cast v0.3.0 |
2515 | 2025-01-25T04:32:07.237Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2516 | 2025-01-25T04:32:07.418Z | Checking plotters v0.3.7 |
2517 | 2025-01-25T04:32:07.427Z | Checking criterion-plot v0.5.0 |
2518 | 2025-01-25T04:32:07.968Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2519 | 2025-01-25T04:32:08.434Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2520 | 2025-01-25T04:32:09.062Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2521 | 2025-01-25T04:32:09.407Z | Checking fatfs v0.3.6 |
2522 | 2025-01-25T04:32:09.432Z | Checking tinytemplate v1.2.1 |
2523 | 2025-01-25T04:32:09.846Z | Checking csv-core v0.1.11 |
2524 | 2025-01-25T04:32:10.196Z | Checking anes v0.1.6 |
2525 | 2025-01-25T04:32:10.468Z | Checking hex-literal v0.4.1 |
2526 | 2025-01-25T04:32:10.579Z | Checking oorandom v11.1.4 |
2527 | 2025-01-25T04:32:10.626Z | Checking csv v1.3.1 |
2528 | 2025-01-25T04:32:10.710Z | Checking event-listener v5.3.1 |
2529 | 2025-01-25T04:32:10.754Z | Checking criterion v0.5.1 |
2530 | 2025-01-25T04:32:11.128Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2531 | 2025-01-25T04:32:11.465Z | Checking async-bb8-diesel v0.2.1 |
2532 | 2025-01-25T04:32:12.498Z | Checking rtoolbox v0.0.2 |
2533 | 2025-01-25T04:32:12.727Z | Checking rpassword v7.3.1 |
2534 | 2025-01-25T04:32:13.197Z | Checking event-listener-strategy v0.5.2 |
2535 | 2025-01-25T04:32:13.203Z | Checking tui-tree-widget v0.22.0 |
2536 | 2025-01-25T04:32:13.418Z | Checking polyval v0.6.2 |
2537 | 2025-01-25T04:32:13.506Z | Checking futures-lite v2.3.0 |
2538 | 2025-01-25T04:32:13.748Z | Checking ghash v0.5.1 |
2539 | 2025-01-25T04:32:13.924Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2540 | 2025-01-25T04:32:14.784Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2541 | 2025-01-25T04:32:14.980Z | Checking ctr v0.9.2 |
2542 | 2025-01-25T04:32:15.572Z | Checking yansi v1.0.1 |
2543 | 2025-01-25T04:32:15.904Z | Checking aes-gcm v0.10.3 |
2544 | 2025-01-25T04:32:15.946Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2545 | 2025-01-25T04:32:16.064Z | Checking pretty_assertions v1.4.1 |
2546 | 2025-01-25T04:32:16.152Z | Checking ssh-encoding v0.2.0 |
2547 | 2025-01-25T04:32:16.287Z | Checking blowfish v0.9.1 |
2548 | 2025-01-25T04:32:16.501Z | Checking ssh-cipher v0.2.0 |
2549 | 2025-01-25T04:32:16.537Z | Checking bcrypt-pbkdf v0.10.0 |
2550 | 2025-01-25T04:32:16.810Z | Checking async-lock v3.4.0 |
2551 | 2025-01-25T04:32:16.846Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2552 | 2025-01-25T04:32:17.647Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2553 | 2025-01-25T04:32:17.681Z | Checking polling v3.7.3 |
2554 | 2025-01-25T04:32:18.122Z | Checking password-hash v0.4.2 |
2555 | 2025-01-25T04:32:18.552Z | Checking pbkdf2 v0.11.0 |
2556 | 2025-01-25T04:32:18.919Z | Checking async-io v2.3.4 |
2557 | 2025-01-25T04:32:18.972Z | Checking ssh-key v0.6.6 |
2558 | 2025-01-25T04:32:19.808Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2559 | 2025-01-25T04:32:20.525Z | Checking p521 v0.13.3 |
2560 | 2025-01-25T04:32:20.649Z | Checking p256 v0.13.2 |
2561 | 2025-01-25T04:32:21.160Z | Checking russh-cryptovec v0.7.3 |
2562 | 2025-01-25T04:32:21.405Z | Compiling doc-comment v0.3.3 |
2563 | 2025-01-25T04:32:21.927Z | Compiling target-lexicon v0.12.16 |
2564 | 2025-01-25T04:32:21.946Z | Checking async-task v4.7.1 |
2565 | 2025-01-25T04:32:21.948Z | Checking md5 v0.7.0 |
2566 | 2025-01-25T04:32:22.278Z | Checking russh-keys v0.45.0 |
2567 | 2025-01-25T04:32:22.465Z | Checking async-channel v2.3.1 |
2568 | 2025-01-25T04:32:22.775Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2569 | 2025-01-25T04:32:22.904Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2570 | 2025-01-25T04:32:23.551Z | Checking piper v0.2.4 |
2571 | 2025-01-25T04:32:23.646Z | Checking num-bigint v0.4.6 |
2572 | 2025-01-25T04:32:23.807Z | Checking des v0.8.1 |
2573 | 2025-01-25T04:32:24.115Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2574 | 2025-01-25T04:32:24.379Z | Compiling guppy-workspace-hack v0.1.0 |
2575 | 2025-01-25T04:32:24.698Z | Checking futures-timer v3.0.3 |
2576 | 2025-01-25T04:32:25.002Z | Compiling assert_cmd v2.0.16 |
2577 | 2025-01-25T04:32:25.005Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2578 | 2025-01-25T04:32:25.513Z | Checking blocking v1.6.1 |
2579 | 2025-01-25T04:32:25.927Z | Checking russh v0.45.0 |
2580 | 2025-01-25T04:32:26.416Z | Checking async-executor v1.13.1 |
2581 | 2025-01-25T04:32:26.458Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2582 | 2025-01-25T04:32:26.747Z | Checking async-signal v0.2.10 |
2583 | 2025-01-25T04:32:27.016Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2584 | 2025-01-25T04:32:27.374Z | Checking internet-checksum v0.2.1 |
2585 | 2025-01-25T04:32:27.419Z | Checking event-listener v2.5.3 |
2586 | 2025-01-25T04:32:27.575Z | Compiling target-spec v3.2.2 |
2587 | 2025-01-25T04:32:27.659Z | Checking async-channel v1.9.0 |
2588 | 2025-01-25T04:32:28.089Z | Checking async-process v2.3.0 |
2589 | 2025-01-25T04:32:28.122Z | Checking async-global-executor v2.4.1 |
2590 | 2025-01-25T04:32:28.478Z | Checking cfg-expr v0.17.0 |
2591 | 2025-01-25T04:32:28.625Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2592 | 2025-01-25T04:32:28.868Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2593 | 2025-01-25T04:32:29.299Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2594 | 2025-01-25T04:32:29.718Z | Checking httptest v0.16.1 |
2595 | 2025-01-25T04:32:29.948Z | Checking rustls-native-certs v0.7.3 |
2596 | 2025-01-25T04:32:30.008Z | Compiling petname v2.0.2 |
2597 | 2025-01-25T04:32:30.149Z | Checking kv-log-macro v1.0.7 |
2598 | 2025-01-25T04:32:30.308Z | Checking num_cpus v1.16.0 |
2599 | 2025-01-25T04:32:30.406Z | Compiling async-attributes v1.1.2 |
2600 | 2025-01-25T04:32:31.255Z | Checking async-std v1.13.0 |
2601 | 2025-01-25T04:32:31.374Z | Checking threadpool v1.8.1 |
2602 | 2025-01-25T04:32:31.576Z | Checking hyper-rustls v0.26.0 |
2603 | 2025-01-25T04:32:32.286Z | Checking pathdiff v0.2.2 |
2604 | 2025-01-25T04:32:32.493Z | Compiling rstest_macros v0.23.0 |
2605 | 2025-01-25T04:32:32.607Z | Compiling target-triple v0.1.3 |
2606 | 2025-01-25T04:32:32.715Z | Checking nested v0.1.1 |
2607 | 2025-01-25T04:32:32.968Z | Checking escape8259 v0.5.3 |
2608 | 2025-01-25T04:32:33.098Z | Checking guppy v0.17.8 |
2609 | 2025-01-25T04:32:33.142Z | Checking libtest-mimic v0.7.3 |
2610 | 2025-01-25T04:32:33.174Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2611 | 2025-01-25T04:32:34.427Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2612 | 2025-01-25T04:32:34.732Z | Checking similar-asserts v1.6.0 |
2613 | 2025-01-25T04:32:34.745Z | Checking async-object-pool v0.1.5 |
2614 | 2025-01-25T04:32:34.937Z | Checking fancy-regex v0.13.0 |
2615 | 2025-01-25T04:32:34.965Z | Checking serde_regex v1.1.0 |
2616 | 2025-01-25T04:32:35.046Z | Checking assert-json-diff v2.0.2 |
2617 | 2025-01-25T04:32:35.231Z | Compiling proc-macro-crate v3.2.0 |
2618 | 2025-01-25T04:32:35.354Z | Checking path-tree v0.8.1 |
2619 | 2025-01-25T04:32:35.716Z | Checking sync-ptr v0.1.1 |
2620 | 2025-01-25T04:32:35.719Z | Checking stringmetrics v2.2.2 |
2621 | 2025-01-25T04:32:35.928Z | Compiling relative-path v1.9.3 |
2622 | 2025-01-25T04:32:35.965Z | Checking datatest-stable v0.2.9 |
2623 | 2025-01-25T04:32:35.988Z | Checking httpmock v0.8.0-alpha.1 |
2624 | 2025-01-25T04:32:36.427Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2625 | 2025-01-25T04:32:36.478Z | Checking blake2b_simd v1.0.2 |
2626 | 2025-01-25T04:32:37.335Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2627 | 2025-01-25T04:32:37.773Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2628 | 2025-01-25T04:32:38.145Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2629 | 2025-01-25T04:32:38.412Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2630 | 2025-01-25T04:32:38.740Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2631 | 2025-01-25T04:32:39.303Z | Checking serde_tokenstream v0.2.2 |
2632 | 2025-01-25T04:32:39.691Z | Checking uzers v0.12.1 |
2633 | 2025-01-25T04:32:40.265Z | Checking rust-argon2 v2.1.0 |
2634 | 2025-01-25T04:32:40.702Z | Checking trybuild v1.0.101 |
2635 | 2025-01-25T04:32:41.008Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2636 | 2025-01-25T04:32:41.949Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2637 | 2025-01-25T04:32:42.186Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2638 | 2025-01-25T04:32:43.362Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2639 | 2025-01-25T04:32:43.734Z | Checking rand_distr v0.4.3 |
2640 | 2025-01-25T04:32:44.465Z | Checking multimap v0.10.0 |
2641 | 2025-01-25T04:32:44.878Z | Checking approx v0.5.1 |
2642 | 2025-01-25T04:32:45.053Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2643 | 2025-01-25T04:32:45.444Z | Checking rstest v0.23.0 |
2644 | 2025-01-25T04:32:45.685Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2645 | 2025-01-25T04:32:46.649Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2646 | 2025-01-25T04:32:46.904Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2647 | 2025-01-25T04:32:47.796Z | Checking partial-io v0.5.4 |
2648 | 2025-01-25T04:32:47.846Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2649 | 2025-01-25T04:32:47.993Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2650 | 2025-01-25T04:32:48.156Z | Checking cargo_toml v0.20.5 |
2651 | 2025-01-25T04:32:48.158Z | Checking termios v0.3.3 |
2652 | 2025-01-25T04:32:48.409Z | Compiling indoc v2.0.5 |
2653 | 2025-01-25T04:32:48.822Z | Compiling git2 v0.19.0 |
2654 | 2025-01-25T04:32:49.345Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2655 | 2025-01-25T04:32:50.146Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2656 | 2025-01-25T04:32:50.860Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2657 | 2025-01-25T04:32:55.155Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2658 | 2025-01-25T04:32:57.284Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2659 | 2025-01-25T04:33:07.672Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2660 | 2025-01-25T04:33:11.247Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2661 | 2025-01-25T04:33:18.361Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2662 | 2025-01-25T04:33:46.644Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2663 | 2025-01-25T04:33:47.319Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2664 | 2025-01-25T04:33:47.366Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2665 | 2025-01-25T04:34:05.277Z | Compiling polar-core v0.27.3 |
2666 | 2025-01-25T04:34:12.857Z | Checking oso v0.27.3 |
2667 | 2025-01-25T04:34:48.032Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2668 | 2025-01-25T04:34:48.035Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2669 | 2025-01-25T04:34:48.035Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2670 | 2025-01-25T04:36:00.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s |
2671 | 2025-01-25T04:36:00.819Z | |
2672 | 2025-01-25T04:36:00.819Z | real 6:25.588771458 |
2673 | 2025-01-25T04:36:00.819Z | user 33:51.052626142 |
2674 | 2025-01-25T04:36:00.819Z | sys 5:04.770904442 |
2675 | 2025-01-25T04:36:00.819Z | trap 1.006569340 |
2676 | 2025-01-25T04:36:00.819Z | tflt 1.753963377 |
2677 | 2025-01-25T04:36:00.822Z | dflt 0.414702761 |
2678 | 2025-01-25T04:36:00.822Z | kflt 0.000935170 |
2679 | 2025-01-25T04:36:00.822Z | lock 47:35.241146652 |
2680 | 2025-01-25T04:36:00.822Z | slp 1:54:41.284969854 |
2681 | 2025-01-25T04:36:00.822Z | lat 1:42.762467200 |
2682 | 2025-01-25T04:36:00.822Z | stop 6:43.535250900 |
2683 | 2025-01-25T04:36:00.822Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2684 | 2025-01-25T04:36:00.822Z | + ptime -m cargo doc --workspace --no-deps |
2685 | 2025-01-25T04:36:02.027Z | warning: output filename collision. |
2686 | 2025-01-25T04:36:02.027Z | 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)`. |
2687 | 2025-01-25T04:36:02.027Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2688 | 2025-01-25T04:36:02.027Z | The targets should have unique names. |
2689 | 2025-01-25T04:36:02.027Z | This is a known bug where multiple crates with the same name use |
2690 | 2025-01-25T04:36:02.027Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2691 | 2025-01-25T04:36:02.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2692 | 2025-01-25T04:36:02.579Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2693 | 2025-01-25T04:36:02.598Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2694 | 2025-01-25T04:36:02.639Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2695 | 2025-01-25T04:36:02.667Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2696 | 2025-01-25T04:36:02.697Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2697 | 2025-01-25T04:36:02.697Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2698 | 2025-01-25T04:36:02.913Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2699 | 2025-01-25T04:36:02.965Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2700 | 2025-01-25T04:36:02.994Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2701 | 2025-01-25T04:36:03.060Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2702 | 2025-01-25T04:36:03.255Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2703 | 2025-01-25T04:36:03.408Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2704 | 2025-01-25T04:36:03.577Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2705 | 2025-01-25T04:36:03.696Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2706 | 2025-01-25T04:36:03.720Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2707 | 2025-01-25T04:36:04.071Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2708 | 2025-01-25T04:36:04.537Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2709 | 2025-01-25T04:36:04.705Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2710 | 2025-01-25T04:36:04.779Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2711 | 2025-01-25T04:36:04.926Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2712 | 2025-01-25T04:36:05.042Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2713 | 2025-01-25T04:36:05.258Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2714 | 2025-01-25T04:36:05.366Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2715 | 2025-01-25T04:36:05.738Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2716 | 2025-01-25T04:36:06.136Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2717 | 2025-01-25T04:36:06.216Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2718 | 2025-01-25T04:36:06.651Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2719 | 2025-01-25T04:36:06.778Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2720 | 2025-01-25T04:36:06.835Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2721 | 2025-01-25T04:36:06.856Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2722 | 2025-01-25T04:36:07.025Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2723 | 2025-01-25T04:36:07.124Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2724 | 2025-01-25T04:36:07.250Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2725 | 2025-01-25T04:36:07.284Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2726 | 2025-01-25T04:36:07.368Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2727 | 2025-01-25T04:36:07.628Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2728 | 2025-01-25T04:36:07.898Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2729 | 2025-01-25T04:36:07.961Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2730 | 2025-01-25T04:36:08.075Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2731 | 2025-01-25T04:36:08.216Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2732 | 2025-01-25T04:36:08.295Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2733 | 2025-01-25T04:36:08.317Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2734 | 2025-01-25T04:36:08.397Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2735 | 2025-01-25T04:36:09.301Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2736 | 2025-01-25T04:36:09.631Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2737 | 2025-01-25T04:36:10.163Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2738 | 2025-01-25T04:36:11.036Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2739 | 2025-01-25T04:36:11.388Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2740 | 2025-01-25T04:36:11.999Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2741 | 2025-01-25T04:36:12.145Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2742 | 2025-01-25T04:36:12.881Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2743 | 2025-01-25T04:36:13.684Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2744 | 2025-01-25T04:36:14.186Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2745 | 2025-01-25T04:36:14.580Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2746 | 2025-01-25T04:36:14.625Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2747 | 2025-01-25T04:36:16.286Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2748 | 2025-01-25T04:36:16.740Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2749 | 2025-01-25T04:36:17.014Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2750 | 2025-01-25T04:36:17.045Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2751 | 2025-01-25T04:36:17.067Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2752 | 2025-01-25T04:36:17.154Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2025-01-25T04:36:18.454Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2754 | 2025-01-25T04:36:18.530Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2755 | 2025-01-25T04:36:18.717Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2756 | 2025-01-25T04:36:18.954Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2757 | 2025-01-25T04:36:20.849Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2758 | 2025-01-25T04:36:21.262Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2759 | 2025-01-25T04:36:22.887Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2760 | 2025-01-25T04:36:23.706Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2761 | 2025-01-25T04:36:23.830Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2762 | 2025-01-25T04:36:23.860Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2763 | 2025-01-25T04:36:24.125Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2764 | 2025-01-25T04:36:24.937Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2765 | 2025-01-25T04:36:25.271Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2766 | 2025-01-25T04:36:25.585Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2767 | 2025-01-25T04:36:25.940Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2768 | 2025-01-25T04:36:26.676Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2769 | 2025-01-25T04:36:26.936Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2770 | 2025-01-25T04:36:27.063Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2771 | 2025-01-25T04:36:27.104Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2772 | 2025-01-25T04:36:27.750Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2773 | 2025-01-25T04:36:28.273Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2774 | 2025-01-25T04:36:28.369Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2775 | 2025-01-25T04:36:28.554Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2776 | 2025-01-25T04:36:28.580Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2777 | 2025-01-25T04:36:28.798Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2778 | 2025-01-25T04:36:29.279Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2779 | 2025-01-25T04:36:29.791Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2780 | 2025-01-25T04:36:29.993Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2781 | 2025-01-25T04:36:30.445Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2782 | 2025-01-25T04:36:30.738Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2783 | 2025-01-25T04:36:30.979Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2784 | 2025-01-25T04:36:31.003Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2785 | 2025-01-25T04:36:31.229Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2786 | 2025-01-25T04:36:31.544Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2787 | 2025-01-25T04:36:31.694Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2788 | 2025-01-25T04:36:31.728Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2789 | 2025-01-25T04:36:32.134Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2790 | 2025-01-25T04:36:32.668Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2791 | 2025-01-25T04:36:32.865Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2792 | 2025-01-25T04:36:32.867Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2793 | 2025-01-25T04:36:33.524Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2794 | 2025-01-25T04:36:34.026Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2795 | 2025-01-25T04:36:34.882Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2796 | 2025-01-25T04:36:36.613Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2797 | 2025-01-25T04:36:37.003Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2798 | 2025-01-25T04:36:37.123Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2799 | 2025-01-25T04:36:37.477Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2800 | 2025-01-25T04:36:37.601Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2801 | 2025-01-25T04:36:37.637Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2802 | 2025-01-25T04:36:37.769Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2803 | 2025-01-25T04:36:37.867Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2804 | 2025-01-25T04:36:38.761Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2805 | 2025-01-25T04:36:39.598Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2806 | 2025-01-25T04:36:39.621Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2807 | 2025-01-25T04:36:39.789Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2808 | 2025-01-25T04:36:40.001Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2809 | 2025-01-25T04:36:40.029Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2810 | 2025-01-25T04:36:40.483Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2811 | 2025-01-25T04:36:42.455Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2812 | 2025-01-25T04:36:43.593Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2813 | 2025-01-25T04:36:43.848Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2814 | 2025-01-25T04:36:44.700Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2815 | 2025-01-25T04:36:44.969Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2816 | 2025-01-25T04:36:45.064Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2817 | 2025-01-25T04:36:45.204Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2818 | 2025-01-25T04:36:45.404Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2819 | 2025-01-25T04:36:46.932Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2820 | 2025-01-25T04:36:47.208Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2821 | 2025-01-25T04:36:48.686Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2822 | 2025-01-25T04:36:49.633Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2823 | 2025-01-25T04:36:53.468Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2824 | 2025-01-25T04:36:56.164Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2825 | 2025-01-25T04:36:57.647Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2826 | 2025-01-25T04:36:59.550Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2827 | 2025-01-25T04:37:04.361Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2828 | 2025-01-25T04:37:05.105Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2829 | 2025-01-25T04:37:05.587Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2830 | 2025-01-25T04:37:05.635Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2831 | 2025-01-25T04:37:06.622Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2832 | 2025-01-25T04:37:06.830Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2833 | 2025-01-25T04:37:07.874Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2834 | 2025-01-25T04:37:07.967Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2835 | 2025-01-25T04:37:09.851Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2836 | 2025-01-25T04:37:10.644Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2837 | 2025-01-25T04:37:11.461Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2838 | 2025-01-25T04:37:11.642Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2839 | 2025-01-25T04:37:14.661Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2840 | 2025-01-25T04:37:16.157Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2841 | 2025-01-25T04:37:17.775Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2842 | 2025-01-25T04:37:17.897Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2843 | 2025-01-25T04:37:19.006Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2844 | 2025-01-25T04:37:19.361Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2845 | 2025-01-25T04:37:19.395Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2846 | 2025-01-25T04:37:20.913Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2847 | 2025-01-25T04:37:22.776Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2848 | 2025-01-25T04:37:22.965Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2849 | 2025-01-25T04:37:23.098Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2850 | 2025-01-25T04:37:23.730Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2851 | 2025-01-25T04:37:25.112Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2852 | 2025-01-25T04:37:25.299Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2853 | 2025-01-25T04:37:26.911Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2854 | 2025-01-25T04:37:27.044Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2855 | 2025-01-25T04:37:28.923Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2856 | 2025-01-25T04:37:29.412Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2857 | 2025-01-25T04:37:29.440Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2858 | 2025-01-25T04:37:29.762Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2859 | 2025-01-25T04:37:29.830Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2860 | 2025-01-25T04:37:31.484Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2861 | 2025-01-25T04:37:33.389Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2862 | 2025-01-25T04:37:33.541Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2863 | 2025-01-25T04:37:34.825Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2864 | 2025-01-25T04:37:34.902Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2865 | 2025-01-25T04:37:34.979Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2866 | 2025-01-25T04:37:35.231Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2025-01-25T04:37:36.770Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2868 | 2025-01-25T04:37:37.390Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2869 | 2025-01-25T04:37:38.495Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2870 | 2025-01-25T04:37:38.656Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2871 | 2025-01-25T04:37:40.403Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2872 | 2025-01-25T04:37:41.423Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2873 | 2025-01-25T04:37:42.194Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2874 | 2025-01-25T04:37:42.232Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2875 | 2025-01-25T04:37:42.443Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2876 | 2025-01-25T04:37:45.406Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2877 | 2025-01-25T04:37:46.255Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2878 | 2025-01-25T04:37:46.277Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2879 | 2025-01-25T04:37:46.413Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2880 | 2025-01-25T04:37:46.550Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2881 | 2025-01-25T04:37:47.699Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2882 | 2025-01-25T04:37:49.591Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2883 | 2025-01-25T04:37:49.834Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2884 | 2025-01-25T04:37:50.489Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2885 | 2025-01-25T04:37:50.545Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2886 | 2025-01-25T04:37:53.081Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2887 | 2025-01-25T04:37:53.792Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2888 | 2025-01-25T04:37:54.074Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2889 | 2025-01-25T04:37:54.408Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2890 | 2025-01-25T04:37:56.254Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2891 | 2025-01-25T04:37:56.901Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2892 | 2025-01-25T04:37:57.460Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2893 | 2025-01-25T04:37:58.064Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2894 | 2025-01-25T04:37:58.921Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2895 | 2025-01-25T04:38:00.158Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2896 | 2025-01-25T04:38:00.187Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2897 | 2025-01-25T04:38:01.494Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2898 | 2025-01-25T04:38:02.359Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2899 | 2025-01-25T04:38:02.743Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2900 | 2025-01-25T04:38:03.650Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2901 | 2025-01-25T04:38:03.678Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2902 | 2025-01-25T04:38:06.029Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2903 | 2025-01-25T04:38:06.522Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2904 | 2025-01-25T04:38:06.770Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2905 | 2025-01-25T04:38:06.990Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2906 | 2025-01-25T04:38:07.289Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2907 | 2025-01-25T04:38:07.857Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2908 | 2025-01-25T04:38:08.112Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2909 | 2025-01-25T04:38:08.159Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2910 | 2025-01-25T04:38:08.885Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2911 | 2025-01-25T04:38:09.638Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2912 | 2025-01-25T04:38:09.740Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2913 | 2025-01-25T04:38:09.799Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2914 | 2025-01-25T04:38:10.051Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2915 | 2025-01-25T04:38:28.287Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2916 | 2025-01-25T04:38:28.290Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2917 | 2025-01-25T04:38:28.290Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2918 | 2025-01-25T04:38:28.290Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2919 | 2025-01-25T04:38:29.158Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2920 | 2025-01-25T04:38:29.292Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2921 | 2025-01-25T04:38:29.415Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2922 | 2025-01-25T04:38:29.519Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2923 | 2025-01-25T04:38:31.460Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2924 | 2025-01-25T04:38:36.343Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2925 | 2025-01-25T04:38:36.936Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2926 | 2025-01-25T04:39:16.973Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2927 | 2025-01-25T04:39:23.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s |
2928 | 2025-01-25T04:39:23.796Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2929 | 2025-01-25T04:39:23.865Z | |
2930 | 2025-01-25T04:39:23.865Z | real 3:22.982992452 |
2931 | 2025-01-25T04:39:23.865Z | user 17:53.208635375 |
2932 | 2025-01-25T04:39:23.865Z | sys 2:30.646858290 |
2933 | 2025-01-25T04:39:23.865Z | trap 0.521343403 |
2934 | 2025-01-25T04:39:23.865Z | tflt 0.294475185 |
2935 | 2025-01-25T04:39:23.868Z | dflt 0.125668151 |
2936 | 2025-01-25T04:39:23.869Z | kflt 0.000092424 |
2937 | 2025-01-25T04:39:23.869Z | lock 28:13.571926549 |
2938 | 2025-01-25T04:39:23.869Z | slp 50:23.476697645 |
2939 | 2025-01-25T04:39:23.869Z | lat 1:09.062718848 |
2940 | 2025-01-25T04:39:23.869Z | stop 1:15.788667962 |
2941 | 2025-01-25T04:39:23.869Z | process exited: duration 1002807 ms, exit code 0 |
|
2942 | 2025-01-25T04:39:23.875Z | found 0 output files |