|
|
|
1 | 2025-01-29T20:01:20.929Z | job assigned to worker 01JJSTD5J4BVYM258R454KE5JV [factory aws, i-07539dc18986fc5cc] (queued for 59 s) |
|
2 | 2025-01-29T20:01:28.745Z | starting task 0: "setup" |
3 | 2025-01-29T20:01:28.754Z | ++ uname -s |
4 | 2025-01-29T20:01:28.757Z | + kern=SunOS |
5 | 2025-01-29T20:01:28.757Z | + case "$kern" in |
6 | 2025-01-29T20:01:28.757Z | + groupadd -g 12345 build |
7 | 2025-01-29T20:01:28.760Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-29T20:01:30.768Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-29T20:01:30.896Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-29T20:01:30.899Z | + home_fs=zfs |
11 | 2025-01-29T20:01:30.899Z | + [[ zfs == autofs ]] |
12 | 2025-01-29T20:01:30.899Z | + mkdir -p /home/build |
13 | 2025-01-29T20:01:30.902Z | + chown build:build /home/build /work |
14 | 2025-01-29T20:01:32.903Z | + chmod 0700 /home/build /work |
15 | 2025-01-29T20:01:32.906Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2025-01-29T20:01:32.912Z | starting task 1: "rust-toolchain" |
17 | 2025-01-29T20:01:32.917Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-29T20:01:32.917Z | ' 1.84.0 |
19 | 2025-01-29T20:01:32.917Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-29T20:01:32.917Z | ' default |
21 | 2025-01-29T20:01:32.917Z | * toolchain channel = "1.84.0" |
22 | 2025-01-29T20:01:32.917Z | * toolchain profile = "default" |
23 | 2025-01-29T20:01:32.920Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-29T20:01:32.920Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-29T20:01:33.041Z | info: downloading installer |
26 | 2025-01-29T20:01:34.555Z | info: profile set to 'default' |
27 | 2025-01-29T20:01:34.555Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-29T20:01:34.558Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-29T20:01:34.728Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-29T20:01:34.728Z | info: downloading component 'cargo' |
31 | 2025-01-29T20:01:35.761Z | info: downloading component 'clippy' |
32 | 2025-01-29T20:01:36.153Z | info: downloading component 'rust-docs' |
33 | 2025-01-29T20:01:37.556Z | info: downloading component 'rust-std' |
34 | 2025-01-29T20:01:39.637Z | info: downloading component 'rustc' |
35 | 2025-01-29T20:01:47.648Z | info: downloading component 'rustfmt' |
36 | 2025-01-29T20:01:47.948Z | info: installing component 'cargo' |
37 | 2025-01-29T20:01:48.765Z | info: installing component 'clippy' |
38 | 2025-01-29T20:01:49.141Z | info: installing component 'rust-docs' |
39 | 2025-01-29T20:01:50.811Z | info: installing component 'rust-std' |
40 | 2025-01-29T20:01:52.510Z | info: installing component 'rustc' |
41 | 2025-01-29T20:01:58.548Z | info: installing component 'rustfmt' |
42 | 2025-01-29T20:01:58.880Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-29T20:01:58.880Z | |
44 | 2025-01-29T20:01:59.271Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-29T20:01:59.271Z | |
46 | 2025-01-29T20:01:59.274Z | |
47 | 2025-01-29T20:01:59.274Z | Rust is installed now. Great! |
48 | 2025-01-29T20:01:59.274Z | |
49 | 2025-01-29T20:01:59.274Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-29T20:01:59.274Z | environment variable. This has not been done automatically. |
51 | 2025-01-29T20:01:59.274Z | |
52 | 2025-01-29T20:01:59.274Z | To configure your current shell, you need to source |
53 | 2025-01-29T20:01:59.274Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-29T20:01:59.274Z | |
55 | 2025-01-29T20:01:59.275Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-29T20:01:59.275Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-29T20:01:59.275Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-29T20:01:59.355Z | + rustc --version |
59 | 2025-01-29T20:01:59.418Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-29T20:01:59.422Z | process exited: duration 26504 ms, exit code 0 |
|
61 | 2025-01-29T20:01:59.428Z | starting task 2: "authentication" |
62 | 2025-01-29T20:01:59.448Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-29T20:01:59.454Z | starting task 3: "clone repository" |
64 | 2025-01-29T20:01:59.459Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-29T20:01:59.462Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-29T20:01:59.514Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-29T20:02:07.580Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-29T20:02:07.583Z | + git fetch origin 39fd87c050e2a6963cb9203e361a81a31da98996 |
69 | 2025-01-29T20:02:07.930Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-29T20:02:07.931Z | * branch 39fd87c050e2a6963cb9203e361a81a31da98996 -> FETCH_HEAD |
71 | 2025-01-29T20:02:07.943Z | + [[ -n iliana/tuf-cleanup ]] |
72 | 2025-01-29T20:02:07.946Z | ++ git branch --show-current |
73 | 2025-01-29T20:02:07.946Z | + current=main |
74 | 2025-01-29T20:02:07.946Z | + [[ main != iliana/tuf-cleanup ]] |
75 | 2025-01-29T20:02:07.946Z | + git branch -f iliana/tuf-cleanup 39fd87c050e2a6963cb9203e361a81a31da98996 |
76 | 2025-01-29T20:02:07.949Z | + git checkout -f iliana/tuf-cleanup |
77 | 2025-01-29T20:02:08.131Z | Switched to branch 'iliana/tuf-cleanup' |
78 | 2025-01-29T20:02:08.133Z | + git reset --hard 39fd87c050e2a6963cb9203e361a81a31da98996 |
79 | 2025-01-29T20:02:08.152Z | HEAD is now at 39fd87c05 remove old, pre-reconfigurator upgrade APIs |
80 | 2025-01-29T20:02:08.156Z | process exited: duration 8697 ms, exit code 0 |
|
81 | 2025-01-29T20:02:08.161Z | starting task 4: "build" |
82 | 2025-01-29T20:02:08.166Z | + source ./env.sh |
83 | 2025-01-29T20:02:08.169Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-29T20:02:08.169Z | ++ set -o xtrace |
85 | 2025-01-29T20:02:08.169Z | ++++ dirname ./env.sh |
86 | 2025-01-29T20:02:08.172Z | +++ readlink -f . |
87 | 2025-01-29T20:02:08.175Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-29T20:02:08.178Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-29T20:02:08.178Z | ++ 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-29T20:02:08.178Z | ++ 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 |
91 | 2025-01-29T20:02:08.178Z | ++ 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-29T20:02:08.178Z | ++ 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 |
93 | 2025-01-29T20:02:08.178Z | ++ 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-29T20:02:08.178Z | ++ 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 |
95 | 2025-01-29T20:02:08.178Z | ++ 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-29T20:02:08.178Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-29T20:02:08.178Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-29T20:02:08.178Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-29T20:02:08.178Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-29T20:02:08.178Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-29T20:02:08.178Z | + cargo --version |
102 | 2025-01-29T20:02:08.237Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-29T20:02:08.240Z | + rustc --version |
104 | 2025-01-29T20:02:08.304Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-29T20:02:08.307Z | + banner prerequisites |
106 | 2025-01-29T20:02:08.310Z | |
107 | 2025-01-29T20:02:08.310Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-29T20:02:08.310Z | # # # # # # # # # # # # # # # |
109 | 2025-01-29T20:02:08.310Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-29T20:02:08.310Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-29T20:02:08.310Z | # # # # # # # # # # # # # # # |
112 | 2025-01-29T20:02:08.310Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-29T20:02:08.310Z | |
114 | 2025-01-29T20:02:08.313Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-29T20:02:10.066Z | pkg list: illegal option -- F |
116 | 2025-01-29T20:02:10.066Z | Usage: |
117 | 2025-01-29T20:02:10.069Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-29T20:02:10.069Z | [pkg_fmri_pattern ...] |
119 | 2025-01-29T20:02:10.931Z | pkg list: illegal option -- F |
120 | 2025-01-29T20:02:10.931Z | Usage: |
121 | 2025-01-29T20:02:10.934Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-29T20:02:10.934Z | [pkg_fmri_pattern ...] |
123 | 2025-01-29T20:02:16.541Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-29T20:02:20.635Z | Startup: Caching catalogs ... Done |
125 | 2025-01-29T20:02:31.904Z | Planning: Solver setup ... Done (10.455s) |
126 | 2025-01-29T20:02:32.050Z | Planning: Running solver ... Done (0.146s) |
127 | 2025-01-29T20:02:32.169Z | Planning: Finding local manifests ... Done (0.009s) |
128 | 2025-01-29T20:02:32.197Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-29T20:02:35.289Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-29T20:02:35.404Z | Planning: Package planning ... Done (0.114s) |
131 | 2025-01-29T20:02:35.461Z | Planning: Merging actions ... Done (0.056s) |
132 | 2025-01-29T20:02:35.682Z | Planning: Checking for conflicting actions ... Done (0.206s) |
133 | 2025-01-29T20:02:37.938Z | Planning: Consolidating action changes ... Done (2.272s) |
134 | 2025-01-29T20:02:38.378Z | Planning: Evaluating mediators ... Done (0.439s) |
135 | 2025-01-29T20:02:38.461Z | Planning: Planning completed in 17.73 seconds |
136 | 2025-01-29T20:02:38.478Z | Packages to install: 4 |
137 | 2025-01-29T20:02:38.478Z | Packages to update: 3 |
138 | 2025-01-29T20:02:38.481Z | Mediators to change: 2 |
139 | 2025-01-29T20:02:38.481Z | Services to change: 1 |
140 | 2025-01-29T20:02:38.481Z | Estimated space available: 155.61 GB |
141 | 2025-01-29T20:02:38.481Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-29T20:02:38.481Z | Create boot environment: No |
143 | 2025-01-29T20:02:38.481Z | Create backup boot environment: Yes |
144 | 2025-01-29T20:02:38.481Z | Rebuild boot archive: No |
145 | 2025-01-29T20:02:38.481Z | |
146 | 2025-01-29T20:02:38.481Z | Changed mediators: |
147 | 2025-01-29T20:02:38.481Z | mediator clang: |
148 | 2025-01-29T20:02:38.481Z | version: None -> 15 (system default) |
149 | 2025-01-29T20:02:38.481Z | |
150 | 2025-01-29T20:02:38.481Z | mediator llvm: |
151 | 2025-01-29T20:02:38.481Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-29T20:02:38.481Z | |
153 | 2025-01-29T20:02:38.481Z | Changed packages: |
154 | 2025-01-29T20:02:38.481Z | helios-dev |
155 | 2025-01-29T20:02:38.481Z | developer/build-essential |
156 | 2025-01-29T20:02:38.481Z | None -> 11-2.0 |
157 | 2025-01-29T20:02:38.481Z | library/libxmlsec1 |
158 | 2025-01-29T20:02:38.481Z | None -> 1.2.35-2.0 |
159 | 2025-01-29T20:02:38.481Z | ooce/developer/clang-15 |
160 | 2025-01-29T20:02:38.481Z | None -> 15.0.7-2.0 |
161 | 2025-01-29T20:02:38.481Z | ooce/developer/llvm-15 |
162 | 2025-01-29T20:02:38.481Z | None -> 15.0.7-2.0 |
163 | 2025-01-29T20:02:38.481Z | package/pkg |
164 | 2025-01-29T20:02:38.481Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-29T20:02:38.481Z | system/library/g++-runtime |
166 | 2025-01-29T20:02:38.482Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-29T20:02:38.482Z | system/library/gcc-runtime |
168 | 2025-01-29T20:02:38.482Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-29T20:02:38.482Z | |
170 | 2025-01-29T20:02:38.482Z | Services: |
171 | 2025-01-29T20:02:38.482Z | restart_fmri: |
172 | 2025-01-29T20:02:38.482Z | svc:/system/update-man-index:default |
173 | 2025-01-29T20:02:38.482Z | |
174 | 2025-01-29T20:02:38.482Z | Editable files to change: |
175 | 2025-01-29T20:02:38.482Z | Update: |
176 | 2025-01-29T20:02:38.482Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-29T20:02:38.566Z | |
178 | 2025-01-29T20:02:38.566Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-29T20:02:43.585Z | Download: 678/4301 items 18.1/225.4MB 8% complete (3.8M/s) |
180 | 2025-01-29T20:02:48.844Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (8.8M/s) |
181 | 2025-01-29T20:02:54.197Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (8.7M/s) |
182 | 2025-01-29T20:02:59.207Z | Download: 1988/4301 items 118.7/225.4MB 52% complete (5.6M/s) |
183 | 2025-01-29T20:03:04.212Z | Download: 2420/4301 items 120.1/225.4MB 53% complete (3.7M/s) |
184 | 2025-01-29T20:03:09.779Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
185 | 2025-01-29T20:03:14.780Z | Download: 3981/4301 items 218.2/225.4MB 96% complete (9.8M/s) |
186 | 2025-01-29T20:03:19.446Z | Download: Completed 225.42 MB in 40.87 seconds (5.5M/s) |
187 | 2025-01-29T20:03:21.627Z | Actions: 1/5122 actions (Removing old actions) |
188 | 2025-01-29T20:03:21.652Z | Actions: 194/5122 actions (Installing new actions) |
189 | 2025-01-29T20:03:26.394Z | Actions: 4267/5122 actions (Updating modified actions) |
190 | 2025-01-29T20:03:26.766Z | Actions: Completed 5122 actions in 5.14 seconds. |
191 | 2025-01-29T20:03:27.176Z | Done (0.402s) |
192 | 2025-01-29T20:03:27.179Z | Done (0.001s) |
193 | 2025-01-29T20:03:27.765Z | Done (0.586s) |
194 | 2025-01-29T20:03:32.461Z | Done (4.464s) |
195 | 2025-01-29T20:03:32.552Z | Done (0.020s) |
196 | 2025-01-29T20:03:32.554Z | Done (0.000s) |
197 | 2025-01-29T20:03:32.733Z | Done (0.000s) |
198 | 2025-01-29T20:03:33.431Z | Planning: Evaluating mediator changes ... Done |
199 | 2025-01-29T20:03:33.594Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-01-29T20:03:33.597Z | Planning: Consolidating action changes ... Done |
201 | 2025-01-29T20:03:33.862Z | Planning: Evaluating mediators ... Done |
202 | 2025-01-29T20:03:33.865Z | Planning: Planning completed in 0.43 seconds |
203 | 2025-01-29T20:03:33.904Z | Mediators to change: 2 |
204 | 2025-01-29T20:03:33.907Z | Create boot environment: No |
205 | 2025-01-29T20:03:33.907Z | Create backup boot environment: No |
206 | 2025-01-29T20:03:33.990Z | Done |
207 | 2025-01-29T20:03:33.990Z | Done |
208 | 2025-01-29T20:03:34.390Z | Done |
209 | 2025-01-29T20:03:37.973Z | Done |
210 | 2025-01-29T20:03:38.057Z | Done |
211 | 2025-01-29T20:03:38.060Z | Done |
212 | 2025-01-29T20:03:38.195Z | Done |
213 | 2025-01-29T20:03:38.823Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-01-29T20:03:38.826Z | Planning: Merging actions ... Done |
215 | 2025-01-29T20:03:39.016Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-01-29T20:03:39.019Z | Planning: Consolidating action changes ... Done |
217 | 2025-01-29T20:03:39.292Z | Planning: Evaluating mediators ... Done |
218 | 2025-01-29T20:03:39.349Z | Planning: Planning completed in 0.77 seconds |
219 | 2025-01-29T20:03:39.394Z | Packages to change: 1 |
220 | 2025-01-29T20:03:39.394Z | Mediators to change: 1 |
221 | 2025-01-29T20:03:39.394Z | Services to change: 1 |
222 | 2025-01-29T20:03:39.397Z | Create boot environment: No |
223 | 2025-01-29T20:03:39.397Z | Create backup boot environment: Yes |
224 | 2025-01-29T20:03:41.638Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2025-01-29T20:03:41.641Z | Actions: Completed 6 actions in 0.00 seconds. |
226 | 2025-01-29T20:03:41.641Z | Done |
227 | 2025-01-29T20:03:41.641Z | Done |
228 | 2025-01-29T20:03:41.758Z | Done |
229 | 2025-01-29T20:03:45.387Z | Done |
230 | 2025-01-29T20:03:45.480Z | Done |
231 | 2025-01-29T20:03:45.483Z | Done |
232 | 2025-01-29T20:03:45.624Z | Done |
233 | 2025-01-29T20:03:46.054Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2025-01-29T20:03:46.054Z | clang system 15 system |
235 | 2025-01-29T20:03:46.054Z | csh system system illumos |
236 | 2025-01-29T20:03:46.054Z | ctags system system illumos |
237 | 2025-01-29T20:03:46.054Z | gcc vendor 12 vendor |
238 | 2025-01-29T20:03:46.054Z | gcc system 10 system |
239 | 2025-01-29T20:03:46.054Z | gcc system 7 system |
240 | 2025-01-29T20:03:46.054Z | go system 1.20 system |
241 | 2025-01-29T20:03:46.054Z | go system 1.19 system |
242 | 2025-01-29T20:03:46.054Z | llvm system 15 system |
243 | 2025-01-29T20:03:46.054Z | llvm system 14 system |
244 | 2025-01-29T20:03:46.054Z | mariadb system 10.6 system |
245 | 2025-01-29T20:03:46.055Z | mta vendor vendor dma |
246 | 2025-01-29T20:03:46.055Z | openjdk system 17 system |
247 | 2025-01-29T20:03:46.055Z | openjdk system 11 system |
248 | 2025-01-29T20:03:46.055Z | openjdk system 1.8 system |
249 | 2025-01-29T20:03:46.055Z | openssl vendor 3 vendor |
250 | 2025-01-29T20:03:46.055Z | perl system 5.36 system |
251 | 2025-01-29T20:03:46.055Z | postgresql system 15 system |
252 | 2025-01-29T20:03:46.055Z | postgresql system 13 system |
253 | 2025-01-29T20:03:46.055Z | python vendor 3 vendor |
254 | 2025-01-29T20:03:46.055Z | python system 2 system |
255 | 2025-01-29T20:03:46.055Z | python3 system 3.11 system |
256 | 2025-01-29T20:03:46.055Z | ruby system 3.0 system |
257 | 2025-01-29T20:03:46.055Z | words vendor vendor american-english |
258 | 2025-01-29T20:03:46.055Z | words system system australian-english |
259 | 2025-01-29T20:03:46.055Z | words system system british-english |
260 | 2025-01-29T20:03:46.055Z | words system system canadian-english |
261 | 2025-01-29T20:03:46.055Z | words system system french |
262 | 2025-01-29T20:03:46.055Z | words system system italian |
263 | 2025-01-29T20:03:46.055Z | words system system ngerman |
264 | 2025-01-29T20:03:46.055Z | words system system ogerman |
265 | 2025-01-29T20:03:46.055Z | words system system spanish |
266 | 2025-01-29T20:03:46.384Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2025-01-29T20:03:46.384Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2025-01-29T20:03:49.160Z | FMRI IFO |
269 | 2025-01-29T20:03:49.160Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2025-01-29T20:03:49.160Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2025-01-29T20:03:49.160Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
279 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
282 | 2025-01-29T20:03:49.161Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-01-29T20:03:49.162Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-01-29T20:03:49.923Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-01-29T20:03:50.190Z | Updating crates.io index |
286 | 2025-01-29T20:03:50.193Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
287 | 2025-01-29T20:03:50.507Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-01-29T20:03:51.010Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
289 | 2025-01-29T20:03:51.327Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2025-01-29T20:03:51.577Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2025-01-29T20:03:51.825Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-01-29T20:03:52.837Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-01-29T20:03:54.631Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-01-29T20:03:55.253Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-01-29T20:03:56.253Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-01-29T20:03:56.523Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-01-29T20:03:56.815Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-01-29T20:03:57.556Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
299 | 2025-01-29T20:03:57.863Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-01-29T20:03:58.285Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-01-29T20:03:58.584Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-01-29T20:03:58.826Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-01-29T20:03:59.045Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-01-29T20:03:59.333Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
305 | 2025-01-29T20:03:59.717Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-01-29T20:04:00.003Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-01-29T20:04:00.350Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-01-29T20:04:00.716Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-01-29T20:04:01.002Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-01-29T20:04:01.492Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-01-29T20:04:01.803Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-01-29T20:04:02.152Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-01-29T20:04:02.701Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2025-01-29T20:04:03.031Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-01-29T20:04:03.286Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-01-29T20:04:03.569Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-01-29T20:04:04.830Z | Downloading crates ... |
318 | 2025-01-29T20:04:04.926Z | Downloaded anyhow v1.0.95 |
319 | 2025-01-29T20:04:04.932Z | Downloaded equivalent v1.0.1 |
320 | 2025-01-29T20:04:04.936Z | Downloaded swrite v0.1.0 |
321 | 2025-01-29T20:04:04.952Z | Downloaded usdt-macro v0.5.0 |
322 | 2025-01-29T20:04:04.960Z | Downloaded cargo-platform v0.1.8 |
323 | 2025-01-29T20:04:04.963Z | Downloaded anstyle-query v1.1.1 |
324 | 2025-01-29T20:04:04.963Z | Downloaded byteorder v1.5.0 |
325 | 2025-01-29T20:04:04.963Z | Downloaded autocfg v1.4.0 |
326 | 2025-01-29T20:04:04.969Z | Downloaded pretty-hex v0.4.1 |
327 | 2025-01-29T20:04:04.972Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2025-01-29T20:04:04.977Z | Downloaded scroll_derive v0.12.0 |
329 | 2025-01-29T20:04:04.980Z | Downloaded dtrace-parser v0.2.0 |
330 | 2025-01-29T20:04:04.980Z | Downloaded dof v0.3.0 |
331 | 2025-01-29T20:04:04.980Z | Downloaded usdt v0.5.0 |
332 | 2025-01-29T20:04:04.985Z | Downloaded strsim v0.11.1 |
333 | 2025-01-29T20:04:04.988Z | Downloaded generic-array v0.14.7 |
334 | 2025-01-29T20:04:04.994Z | Downloaded clap_lex v0.7.4 |
335 | 2025-01-29T20:04:04.997Z | Downloaded serde_spanned v0.6.8 |
336 | 2025-01-29T20:04:04.997Z | Downloaded fastrand v2.1.1 |
337 | 2025-01-29T20:04:05.001Z | Downloaded digest v0.10.7 |
338 | 2025-01-29T20:04:05.001Z | Downloaded is_terminal_polyfill v1.70.1 |
339 | 2025-01-29T20:04:05.004Z | Downloaded colorchoice v1.0.2 |
340 | 2025-01-29T20:04:05.007Z | Downloaded heck v0.5.0 |
341 | 2025-01-29T20:04:05.007Z | Downloaded thiserror v1.0.69 |
342 | 2025-01-29T20:04:05.012Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2025-01-29T20:04:05.015Z | Downloaded anstyle v1.0.10 |
344 | 2025-01-29T20:04:05.015Z | Downloaded scroll v0.12.0 |
345 | 2025-01-29T20:04:05.015Z | Downloaded itoa v1.0.11 |
346 | 2025-01-29T20:04:05.018Z | Downloaded thiserror-impl v1.0.69 |
347 | 2025-01-29T20:04:05.018Z | Downloaded anstyle-parse v0.2.5 |
348 | 2025-01-29T20:04:05.018Z | Downloaded terminal_size v0.4.0 |
349 | 2025-01-29T20:04:05.021Z | Downloaded utf8parse v0.2.2 |
350 | 2025-01-29T20:04:05.022Z | Downloaded pest_generator v2.7.14 |
351 | 2025-01-29T20:04:05.022Z | Downloaded errno v0.3.9 |
352 | 2025-01-29T20:04:05.025Z | Downloaded anstream v0.6.15 |
353 | 2025-01-29T20:04:05.025Z | Downloaded tabled_derive v0.7.0 |
354 | 2025-01-29T20:04:05.028Z | Downloaded smawk v0.3.2 |
355 | 2025-01-29T20:04:05.028Z | Downloaded cpufeatures v0.2.14 |
356 | 2025-01-29T20:04:05.032Z | Downloaded camino v1.1.9 |
357 | 2025-01-29T20:04:05.032Z | Downloaded macaddr v1.0.1 |
358 | 2025-01-29T20:04:05.032Z | Downloaded memmap v0.7.0 |
359 | 2025-01-29T20:04:05.036Z | Downloaded fnv v1.0.7 |
360 | 2025-01-29T20:04:05.036Z | Downloaded unicode-linebreak v0.1.5 |
361 | 2025-01-29T20:04:05.036Z | Downloaded toml_datetime v0.6.8 |
362 | 2025-01-29T20:04:05.036Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2025-01-29T20:04:05.039Z | Downloaded plain v0.2.3 |
364 | 2025-01-29T20:04:05.039Z | Downloaded block-buffer v0.10.4 |
365 | 2025-01-29T20:04:05.039Z | Downloaded version_check v0.9.5 |
366 | 2025-01-29T20:04:05.042Z | Downloaded usdt-impl v0.5.0 |
367 | 2025-01-29T20:04:05.043Z | Downloaded crypto-common v0.1.6 |
368 | 2025-01-29T20:04:05.043Z | Downloaded heck v0.4.1 |
369 | 2025-01-29T20:04:05.046Z | Downloaded fs-err v2.11.0 |
370 | 2025-01-29T20:04:05.046Z | Downloaded cfg-if v1.0.0 |
371 | 2025-01-29T20:04:05.046Z | Downloaded cargo_metadata v0.18.1 |
372 | 2025-01-29T20:04:05.049Z | Downloaded camino-tempfile v1.1.1 |
373 | 2025-01-29T20:04:05.049Z | Downloaded proc-macro-error v1.0.4 |
374 | 2025-01-29T20:04:05.052Z | Downloaded semver v1.0.24 |
375 | 2025-01-29T20:04:05.055Z | Downloaded bytecount v0.6.8 |
376 | 2025-01-29T20:04:05.067Z | Downloaded quote v1.0.38 |
377 | 2025-01-29T20:04:05.075Z | Downloaded clap_derive v4.5.24 |
378 | 2025-01-29T20:04:05.077Z | Downloaded cargo_toml v0.20.5 |
379 | 2025-01-29T20:04:05.080Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-01-29T20:04:05.083Z | Downloaded thread-id v4.2.2 |
381 | 2025-01-29T20:04:05.086Z | Downloaded once_cell v1.20.2 |
382 | 2025-01-29T20:04:05.089Z | Downloaded pest_meta v2.7.14 |
383 | 2025-01-29T20:04:05.089Z | Downloaded pest_derive v2.7.14 |
384 | 2025-01-29T20:04:05.092Z | Downloaded toml v0.8.19 |
385 | 2025-01-29T20:04:05.094Z | Downloaded log v0.4.22 |
386 | 2025-01-29T20:04:05.097Z | Downloaded typenum v1.17.0 |
387 | 2025-01-29T20:04:05.097Z | Downloaded proc-macro2 v1.0.92 |
388 | 2025-01-29T20:04:05.100Z | Downloaded unicode-ident v1.0.14 |
389 | 2025-01-29T20:04:05.102Z | Downloaded tempfile v3.13.0 |
390 | 2025-01-29T20:04:05.105Z | Downloaded bitflags v2.6.0 |
391 | 2025-01-29T20:04:05.108Z | Downloaded papergrid v0.11.0 |
392 | 2025-01-29T20:04:05.111Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-01-29T20:04:05.114Z | Downloaded clap v4.5.27 |
394 | 2025-01-29T20:04:05.120Z | Downloaded ryu v1.0.18 |
395 | 2025-01-29T20:04:05.122Z | Downloaded textwrap v0.16.1 |
396 | 2025-01-29T20:04:05.126Z | Downloaded sha2 v0.10.8 |
397 | 2025-01-29T20:04:05.128Z | Downloaded serde_derive v1.0.217 |
398 | 2025-01-29T20:04:05.137Z | Downloaded indexmap v2.7.1 |
399 | 2025-01-29T20:04:05.142Z | Downloaded serde v1.0.217 |
400 | 2025-01-29T20:04:05.164Z | Downloaded toml_edit v0.22.22 |
401 | 2025-01-29T20:04:05.183Z | Downloaded memchr v2.7.4 |
402 | 2025-01-29T20:04:05.195Z | Downloaded serde_json v1.0.135 |
403 | 2025-01-29T20:04:05.202Z | Downloaded hashbrown v0.15.1 |
404 | 2025-01-29T20:04:05.208Z | Downloaded pest v2.7.14 |
405 | 2025-01-29T20:04:05.220Z | Downloaded clap_builder v4.5.27 |
406 | 2025-01-29T20:04:05.229Z | Downloaded goblin v0.8.2 |
407 | 2025-01-29T20:04:05.236Z | Downloaded zerocopy v0.7.35 |
408 | 2025-01-29T20:04:05.250Z | Downloaded winnow v0.6.20 |
409 | 2025-01-29T20:04:05.258Z | Downloaded tabled v0.15.0 |
410 | 2025-01-29T20:04:05.271Z | Downloaded syn v1.0.109 |
411 | 2025-01-29T20:04:05.284Z | Downloaded syn v2.0.96 |
412 | 2025-01-29T20:04:05.295Z | Downloaded unicode-width v0.1.14 |
413 | 2025-01-29T20:04:05.303Z | Downloaded rustix v0.38.37 |
414 | 2025-01-29T20:04:05.331Z | Downloaded libc v0.2.169 |
415 | 2025-01-29T20:04:05.649Z | Compiling proc-macro2 v1.0.92 |
416 | 2025-01-29T20:04:05.649Z | Compiling unicode-ident v1.0.14 |
417 | 2025-01-29T20:04:05.652Z | Compiling serde v1.0.217 |
418 | 2025-01-29T20:04:05.652Z | Compiling version_check v0.9.5 |
419 | 2025-01-29T20:04:05.652Z | Compiling memchr v2.7.4 |
420 | 2025-01-29T20:04:05.652Z | Compiling thiserror v1.0.69 |
421 | 2025-01-29T20:04:05.687Z | Compiling libc v0.2.169 |
422 | 2025-01-29T20:04:05.690Z | Compiling ucd-trie v0.1.7 |
423 | 2025-01-29T20:04:05.958Z | Compiling itoa v1.0.11 |
424 | 2025-01-29T20:04:06.220Z | Compiling ryu v1.0.18 |
425 | 2025-01-29T20:04:06.392Z | Compiling once_cell v1.20.2 |
426 | 2025-01-29T20:04:06.506Z | Compiling byteorder v1.5.0 |
427 | 2025-01-29T20:04:06.711Z | Compiling rustix v0.38.37 |
428 | 2025-01-29T20:04:06.912Z | Compiling serde_json v1.0.135 |
429 | 2025-01-29T20:04:07.089Z | Compiling bitflags v2.6.0 |
430 | 2025-01-29T20:04:07.118Z | Compiling proc-macro-error-attr v1.0.4 |
431 | 2025-01-29T20:04:07.272Z | Compiling usdt-impl v0.5.0 |
432 | 2025-01-29T20:04:07.337Z | Compiling syn v1.0.109 |
433 | 2025-01-29T20:04:07.500Z | Compiling proc-macro-error v1.0.4 |
434 | 2025-01-29T20:04:07.525Z | Compiling plain v0.2.3 |
435 | 2025-01-29T20:04:07.528Z | Compiling utf8parse v0.2.2 |
436 | 2025-01-29T20:04:07.685Z | Compiling camino v1.1.9 |
437 | 2025-01-29T20:04:07.722Z | Compiling log v0.4.22 |
438 | 2025-01-29T20:04:07.750Z | Compiling equivalent v1.0.1 |
439 | 2025-01-29T20:04:07.795Z | Compiling hashbrown v0.15.1 |
440 | 2025-01-29T20:04:07.905Z | Compiling errno v0.3.9 |
441 | 2025-01-29T20:04:07.954Z | Compiling quote v1.0.38 |
442 | 2025-01-29T20:04:08.175Z | Compiling anstyle-parse v0.2.5 |
443 | 2025-01-29T20:04:08.242Z | Compiling thread-id v4.2.2 |
444 | 2025-01-29T20:04:08.362Z | Compiling syn v2.0.96 |
445 | 2025-01-29T20:04:08.507Z | Compiling winnow v0.6.20 |
446 | 2025-01-29T20:04:08.603Z | Compiling pretty-hex v0.4.1 |
447 | 2025-01-29T20:04:08.666Z | Compiling anstyle v1.0.10 |
448 | 2025-01-29T20:04:08.846Z | Compiling indexmap v2.7.1 |
449 | 2025-01-29T20:04:08.912Z | Compiling unicode-width v0.1.14 |
450 | 2025-01-29T20:04:09.114Z | Compiling autocfg v1.4.0 |
451 | 2025-01-29T20:04:09.428Z | Compiling is_terminal_polyfill v1.70.1 |
452 | 2025-01-29T20:04:09.456Z | Compiling semver v1.0.24 |
453 | 2025-01-29T20:04:09.584Z | Compiling anstyle-query v1.1.1 |
454 | 2025-01-29T20:04:09.762Z | Compiling colorchoice v1.0.2 |
455 | 2025-01-29T20:04:09.961Z | Compiling anstream v0.6.15 |
456 | 2025-01-29T20:04:10.135Z | Compiling fs-err v2.11.0 |
457 | 2025-01-29T20:04:10.236Z | Compiling terminal_size v0.4.0 |
458 | 2025-01-29T20:04:10.262Z | Compiling strsim v0.11.1 |
459 | 2025-01-29T20:04:10.451Z | Compiling fnv v1.0.7 |
460 | 2025-01-29T20:04:10.625Z | Compiling anyhow v1.0.95 |
461 | 2025-01-29T20:04:10.666Z | Compiling clap_lex v0.7.4 |
462 | 2025-01-29T20:04:10.768Z | Compiling bytecount v0.6.8 |
463 | 2025-01-29T20:04:10.938Z | Compiling heck v0.5.0 |
464 | 2025-01-29T20:04:11.015Z | Compiling cfg-if v1.0.0 |
465 | 2025-01-29T20:04:11.091Z | Compiling fastrand v2.1.1 |
466 | 2025-01-29T20:04:11.147Z | Compiling heck v0.4.1 |
467 | 2025-01-29T20:04:11.456Z | Compiling tempfile v3.13.0 |
468 | 2025-01-29T20:04:11.573Z | Compiling papergrid v0.11.0 |
469 | 2025-01-29T20:04:11.626Z | Compiling clap_builder v4.5.27 |
470 | 2025-01-29T20:04:11.769Z | Compiling memmap v0.7.0 |
471 | 2025-01-29T20:04:11.800Z | Compiling smawk v0.3.2 |
472 | 2025-01-29T20:04:11.826Z | Compiling unicode-linebreak v0.1.5 |
473 | 2025-01-29T20:04:12.250Z | Compiling textwrap v0.16.1 |
474 | 2025-01-29T20:04:12.326Z | Compiling swrite v0.1.0 |
475 | 2025-01-29T20:04:13.193Z | Compiling tabled_derive v0.7.0 |
476 | 2025-01-29T20:04:14.566Z | Compiling tabled v0.15.0 |
477 | 2025-01-29T20:04:15.070Z | Compiling serde_derive v1.0.217 |
478 | 2025-01-29T20:04:15.070Z | Compiling thiserror-impl v1.0.69 |
479 | 2025-01-29T20:04:15.073Z | Compiling zerocopy-derive v0.7.35 |
480 | 2025-01-29T20:04:15.073Z | Compiling scroll_derive v0.12.0 |
481 | 2025-01-29T20:04:15.073Z | Compiling clap_derive v4.5.24 |
482 | 2025-01-29T20:04:16.610Z | Compiling scroll v0.12.0 |
483 | 2025-01-29T20:04:17.100Z | Compiling goblin v0.8.2 |
484 | 2025-01-29T20:04:17.263Z | Compiling zerocopy v0.7.35 |
485 | 2025-01-29T20:04:18.094Z | Compiling pest v2.7.14 |
486 | 2025-01-29T20:04:18.759Z | Compiling clap v4.5.27 |
487 | 2025-01-29T20:04:20.148Z | Compiling pest_meta v2.7.14 |
488 | 2025-01-29T20:04:21.150Z | Compiling pest_generator v2.7.14 |
489 | 2025-01-29T20:04:22.570Z | Compiling pest_derive v2.7.14 |
490 | 2025-01-29T20:04:23.194Z | Compiling dtrace-parser v0.2.0 |
491 | 2025-01-29T20:04:23.836Z | Compiling serde_tokenstream v0.2.2 |
492 | 2025-01-29T20:04:23.909Z | Compiling toml_datetime v0.6.8 |
493 | 2025-01-29T20:04:23.947Z | Compiling serde_spanned v0.6.8 |
494 | 2025-01-29T20:04:24.059Z | Compiling cargo-platform v0.1.8 |
495 | 2025-01-29T20:04:24.217Z | Compiling macaddr v1.0.1 |
496 | 2025-01-29T20:04:24.389Z | Compiling toml_edit v0.22.22 |
497 | 2025-01-29T20:04:24.557Z | Compiling camino-tempfile v1.1.1 |
498 | 2025-01-29T20:04:25.204Z | Compiling dof v0.3.0 |
499 | 2025-01-29T20:04:25.306Z | Compiling cargo_metadata v0.18.1 |
500 | 2025-01-29T20:04:26.560Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2025-01-29T20:04:26.560Z | Compiling usdt-macro v0.5.0 |
502 | 2025-01-29T20:04:27.171Z | Compiling toml v0.8.19 |
503 | 2025-01-29T20:04:27.693Z | Compiling usdt v0.5.0 |
504 | 2025-01-29T20:04:27.980Z | Compiling cargo_toml v0.20.5 |
505 | 2025-01-29T20:04:30.583Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
506 | 2025-01-29T20:04:33.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.03s |
507 | 2025-01-29T20:04:34.013Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
508 | 2025-01-29T20:04:34.540Z | Downloading crates ... |
509 | 2025-01-29T20:04:34.659Z | Downloaded assert_matches v1.5.0 |
510 | 2025-01-29T20:04:34.667Z | Downloaded crc v3.2.1 |
511 | 2025-01-29T20:04:34.674Z | Downloaded cfg_aliases v0.2.1 |
512 | 2025-01-29T20:04:34.679Z | Downloaded crossbeam-deque v0.8.5 |
513 | 2025-01-29T20:04:34.682Z | Downloaded argon2 v0.5.3 |
514 | 2025-01-29T20:04:34.684Z | Downloaded cobs v0.2.3 |
515 | 2025-01-29T20:04:34.688Z | Downloaded addr2line v0.24.2 |
516 | 2025-01-29T20:04:34.691Z | Downloaded adler2 v2.0.0 |
517 | 2025-01-29T20:04:34.694Z | Downloaded crypto-bigint v0.5.5 |
518 | 2025-01-29T20:04:34.702Z | Downloaded home v0.5.9 |
519 | 2025-01-29T20:04:34.704Z | Downloaded darling v0.20.10 |
520 | 2025-01-29T20:04:34.708Z | Downloaded hmac v0.12.1 |
521 | 2025-01-29T20:04:34.711Z | Downloaded hickory-client v0.24.2 |
522 | 2025-01-29T20:04:34.714Z | Downloaded heapless v0.8.0 |
523 | 2025-01-29T20:04:34.719Z | Downloaded array-init v0.0.4 |
524 | 2025-01-29T20:04:34.721Z | Downloaded aho-corasick v1.1.3 |
525 | 2025-01-29T20:04:34.726Z | Downloaded hkdf v0.12.4 |
526 | 2025-01-29T20:04:34.731Z | Downloaded hickory-resolver v0.24.2 |
527 | 2025-01-29T20:04:34.735Z | Downloaded atomicwrites v0.4.4 |
528 | 2025-01-29T20:04:34.739Z | Downloaded async-recursion v1.1.1 |
529 | 2025-01-29T20:04:34.742Z | Downloaded hex-literal v0.4.1 |
530 | 2025-01-29T20:04:34.742Z | Downloaded hex v0.4.3 |
531 | 2025-01-29T20:04:34.745Z | Downloaded async-stream-impl v0.3.6 |
532 | 2025-01-29T20:04:34.745Z | Downloaded arrayref v0.3.9 |
533 | 2025-01-29T20:04:34.748Z | Downloaded http-body v1.0.1 |
534 | 2025-01-29T20:04:34.751Z | Downloaded icu_locid_transform v1.5.0 |
535 | 2025-01-29T20:04:34.754Z | Downloaded atomic-waker v1.1.2 |
536 | 2025-01-29T20:04:34.754Z | Downloaded backoff v0.4.0 |
537 | 2025-01-29T20:04:34.757Z | Downloaded async-stream v0.3.6 |
538 | 2025-01-29T20:04:34.760Z | Downloaded hyper-util v0.1.10 |
539 | 2025-01-29T20:04:34.763Z | Downloaded base16ct v0.2.0 |
540 | 2025-01-29T20:04:34.767Z | Downloaded iana-time-zone v0.1.61 |
541 | 2025-01-29T20:04:34.771Z | Downloaded icu_collections v1.5.0 |
542 | 2025-01-29T20:04:34.777Z | Downloaded icu_provider_macros v1.5.0 |
543 | 2025-01-29T20:04:34.779Z | Downloaded hubpack_derive v0.1.1 |
544 | 2025-01-29T20:04:34.779Z | Downloaded http-range v0.1.5 |
545 | 2025-01-29T20:04:34.782Z | Downloaded bcrypt-pbkdf v0.10.0 |
546 | 2025-01-29T20:04:34.782Z | Downloaded aead v0.5.2 |
547 | 2025-01-29T20:04:34.785Z | Downloaded instant v0.1.13 |
548 | 2025-01-29T20:04:34.788Z | Downloaded is_ci v1.2.0 |
549 | 2025-01-29T20:04:34.788Z | Downloaded bit-set v0.5.3 |
550 | 2025-01-29T20:04:34.791Z | Downloaded bb8 v0.8.5 |
551 | 2025-01-29T20:04:34.791Z | Downloaded hyper-tls v0.6.0 |
552 | 2025-01-29T20:04:34.794Z | Downloaded indoc v1.0.9 |
553 | 2025-01-29T20:04:34.799Z | Downloaded ipnetwork v0.20.0 |
554 | 2025-01-29T20:04:34.802Z | Downloaded idna_adapter v1.2.0 |
555 | 2025-01-29T20:04:34.802Z | Downloaded hubpack v0.1.2 |
556 | 2025-01-29T20:04:34.802Z | Downloaded ciborium-io v0.2.2 |
557 | 2025-01-29T20:04:34.805Z | Downloaded cfg_aliases v0.1.1 |
558 | 2025-01-29T20:04:34.805Z | Downloaded base64ct v1.6.0 |
559 | 2025-01-29T20:04:34.809Z | Downloaded http-body-util v0.1.2 |
560 | 2025-01-29T20:04:34.812Z | Downloaded convert_case v0.4.0 |
561 | 2025-01-29T20:04:34.812Z | Downloaded libefi-sys v0.1.0 |
562 | 2025-01-29T20:04:34.812Z | Downloaded inout v0.1.3 |
563 | 2025-01-29T20:04:34.815Z | Downloaded cstr-argument v0.1.2 |
564 | 2025-01-29T20:04:34.815Z | Downloaded crunchy v0.2.2 |
565 | 2025-01-29T20:04:34.815Z | Downloaded crucible-workspace-hack v0.1.0 |
566 | 2025-01-29T20:04:34.818Z | Downloaded block-padding v0.3.3 |
567 | 2025-01-29T20:04:34.818Z | Downloaded cexpr v0.6.0 |
568 | 2025-01-29T20:04:34.821Z | Downloaded indent_write v2.2.0 |
569 | 2025-01-29T20:04:34.821Z | Downloaded bitflags v1.3.2 |
570 | 2025-01-29T20:04:34.825Z | Downloaded bcs v0.1.6 |
571 | 2025-01-29T20:04:34.829Z | Downloaded md5 v0.7.0 |
572 | 2025-01-29T20:04:34.831Z | Downloaded bit-vec v0.6.3 |
573 | 2025-01-29T20:04:34.832Z | Downloaded progenitor-client v0.9.1 |
574 | 2025-01-29T20:04:34.832Z | Downloaded ident_case v1.0.1 |
575 | 2025-01-29T20:04:34.834Z | Downloaded hyper-rustls v0.27.3 |
576 | 2025-01-29T20:04:34.839Z | Downloaded async-trait v0.1.85 |
577 | 2025-01-29T20:04:34.841Z | Downloaded sigpipe v0.1.3 |
578 | 2025-01-29T20:04:34.842Z | Downloaded mirai-annotations v1.12.0 |
579 | 2025-01-29T20:04:34.844Z | Downloaded icu_locid v1.5.0 |
580 | 2025-01-29T20:04:34.851Z | Downloaded russh-cryptovec v0.7.3 |
581 | 2025-01-29T20:04:34.854Z | Downloaded chacha20 v0.9.1 |
582 | 2025-01-29T20:04:34.854Z | Downloaded cassowary v0.3.0 |
583 | 2025-01-29T20:04:34.855Z | Downloaded scrypt v0.11.0 |
584 | 2025-01-29T20:04:34.859Z | Downloaded ciborium-ll v0.2.2 |
585 | 2025-01-29T20:04:34.859Z | Downloaded cmake v0.1.51 |
586 | 2025-01-29T20:04:34.863Z | Downloaded colored v2.1.0 |
587 | 2025-01-29T20:04:34.863Z | Downloaded lalrpop-util v0.19.12 |
588 | 2025-01-29T20:04:34.867Z | Downloaded linear-map v1.2.0 |
589 | 2025-01-29T20:04:34.867Z | Downloaded lazy_static v1.5.0 |
590 | 2025-01-29T20:04:34.870Z | Downloaded toolchain_find v0.4.0 |
591 | 2025-01-29T20:04:34.870Z | Downloaded keccak v0.1.5 |
592 | 2025-01-29T20:04:34.870Z | Downloaded is-terminal v0.4.13 |
593 | 2025-01-29T20:04:34.873Z | Downloaded match_cfg v0.1.0 |
594 | 2025-01-29T20:04:34.873Z | Downloaded maplit v1.0.2 |
595 | 2025-01-29T20:04:34.877Z | Downloaded jobserver v0.1.32 |
596 | 2025-01-29T20:04:34.877Z | Downloaded curve25519-dalek-derive v0.1.1 |
597 | 2025-01-29T20:04:34.881Z | Downloaded ctr v0.9.2 |
598 | 2025-01-29T20:04:34.881Z | Downloaded libsw v3.3.1 |
599 | 2025-01-29T20:04:34.885Z | Downloaded lazycell v1.3.0 |
600 | 2025-01-29T20:04:34.885Z | Downloaded icu_normalizer_data v1.5.0 |
601 | 2025-01-29T20:04:34.888Z | Downloaded heck v0.3.3 |
602 | 2025-01-29T20:04:34.888Z | Downloaded ahash v0.8.11 |
603 | 2025-01-29T20:04:34.892Z | Downloaded waitgroup v0.1.2 |
604 | 2025-01-29T20:04:34.895Z | Downloaded radium v0.7.0 |
605 | 2025-01-29T20:04:34.895Z | Downloaded mime v0.3.17 |
606 | 2025-01-29T20:04:34.898Z | Downloaded md-5 v0.10.6 |
607 | 2025-01-29T20:04:34.901Z | Downloaded foreign-types v0.3.2 |
608 | 2025-01-29T20:04:34.901Z | Downloaded maybe-uninit v2.0.0 |
609 | 2025-01-29T20:04:34.901Z | Downloaded simd-adler32 v0.3.7 |
610 | 2025-01-29T20:04:34.904Z | Downloaded serde_path_to_error v0.1.16 |
611 | 2025-01-29T20:04:34.906Z | Downloaded tiny-keccak v2.0.2 |
612 | 2025-01-29T20:04:34.909Z | Downloaded rusty-fork v0.3.0 |
613 | 2025-01-29T20:04:34.912Z | Downloaded rustversion v1.0.17 |
614 | 2025-01-29T20:04:34.915Z | Downloaded ciborium v0.2.2 |
615 | 2025-01-29T20:04:34.918Z | Downloaded endian-type v0.1.2 |
616 | 2025-01-29T20:04:34.922Z | Downloaded tokio-native-tls v0.3.1 |
617 | 2025-01-29T20:04:34.922Z | Downloaded const_format_proc_macros v0.2.34 |
618 | 2025-01-29T20:04:34.927Z | Downloaded slog-scope v4.4.0 |
619 | 2025-01-29T20:04:34.929Z | Downloaded ipnet v2.10.1 |
620 | 2025-01-29T20:04:34.930Z | Downloaded icu_provider v1.5.0 |
621 | 2025-01-29T20:04:34.932Z | Downloaded nodrop v0.1.14 |
622 | 2025-01-29T20:04:34.932Z | Downloaded hyper-staticfile v0.10.1 |
623 | 2025-01-29T20:04:34.935Z | Downloaded libloading v0.8.5 |
624 | 2025-01-29T20:04:34.938Z | Downloaded indexmap v1.9.3 |
625 | 2025-01-29T20:04:34.942Z | Downloaded lock_api v0.4.12 |
626 | 2025-01-29T20:04:34.945Z | Downloaded litemap v0.7.3 |
627 | 2025-01-29T20:04:34.949Z | Downloaded base64 v0.13.1 |
628 | 2025-01-29T20:04:34.953Z | Downloaded path-slash v0.1.5 |
629 | 2025-01-29T20:04:34.955Z | Downloaded oso-derive v0.27.3 |
630 | 2025-01-29T20:04:34.955Z | Downloaded normalize-line-endings v0.3.0 |
631 | 2025-01-29T20:04:34.956Z | Downloaded zone_cfg_derive v0.1.2 |
632 | 2025-01-29T20:04:34.956Z | Downloaded zone v0.3.0 |
633 | 2025-01-29T20:04:34.959Z | Downloaded wyz v0.5.1 |
634 | 2025-01-29T20:04:34.959Z | Downloaded phf_shared v0.10.0 |
635 | 2025-01-29T20:04:34.963Z | Downloaded percent-encoding v2.3.1 |
636 | 2025-01-29T20:04:34.963Z | Downloaded mime_guess v2.0.5 |
637 | 2025-01-29T20:04:34.966Z | Downloaded deranged v0.3.11 |
638 | 2025-01-29T20:04:34.966Z | Downloaded multer v3.1.0 |
639 | 2025-01-29T20:04:34.969Z | Downloaded futures-sink v0.3.31 |
640 | 2025-01-29T20:04:34.973Z | Downloaded foldhash v0.1.3 |
641 | 2025-01-29T20:04:34.973Z | Downloaded float-ord v0.3.2 |
642 | 2025-01-29T20:04:34.976Z | Downloaded const-oid v0.9.6 |
643 | 2025-01-29T20:04:34.976Z | Downloaded pretty-hex v0.2.1 |
644 | 2025-01-29T20:04:34.979Z | Downloaded icu_locid_transform_data v1.5.0 |
645 | 2025-01-29T20:04:34.982Z | Downloaded tui-tree-widget v0.22.0 |
646 | 2025-01-29T20:04:34.982Z | Downloaded cookie v0.18.1 |
647 | 2025-01-29T20:04:34.985Z | Downloaded ena v0.14.3 |
648 | 2025-01-29T20:04:34.989Z | Downloaded walkdir v2.5.0 |
649 | 2025-01-29T20:04:34.993Z | Downloaded time-core v0.1.2 |
650 | 2025-01-29T20:04:34.993Z | Downloaded nibble_vec v0.1.0 |
651 | 2025-01-29T20:04:34.993Z | Downloaded group v0.13.0 |
652 | 2025-01-29T20:04:34.996Z | Downloaded take_mut v0.2.2 |
653 | 2025-01-29T20:04:34.996Z | Downloaded backtrace v0.3.74 |
654 | 2025-01-29T20:04:35.002Z | Downloaded litrs v0.4.1 |
655 | 2025-01-29T20:04:35.005Z | Downloaded base64 v0.22.1 |
656 | 2025-01-29T20:04:35.009Z | Downloaded crossbeam-utils v0.8.20 |
657 | 2025-01-29T20:04:35.013Z | Downloaded crossbeam-epoch v0.9.18 |
658 | 2025-01-29T20:04:35.016Z | Downloaded blake2 v0.10.6 |
659 | 2025-01-29T20:04:35.020Z | Downloaded paste v1.0.15 |
660 | 2025-01-29T20:04:35.023Z | Downloaded fxhash v0.2.1 |
661 | 2025-01-29T20:04:35.023Z | Downloaded der_derive v0.7.3 |
662 | 2025-01-29T20:04:35.030Z | Downloaded same-file v1.0.6 |
663 | 2025-01-29T20:04:35.032Z | Downloaded ref-cast-impl v1.0.23 |
664 | 2025-01-29T20:04:35.032Z | Downloaded predicates-tree v1.0.11 |
665 | 2025-01-29T20:04:35.033Z | Downloaded pin-utils v0.1.0 |
666 | 2025-01-29T20:04:35.033Z | Downloaded socket2 v0.5.7 |
667 | 2025-01-29T20:04:35.036Z | Downloaded clang-sys v1.8.1 |
668 | 2025-01-29T20:04:35.038Z | Downloaded crc-any v2.5.0 |
669 | 2025-01-29T20:04:35.041Z | Downloaded newtype_derive v0.1.6 |
670 | 2025-01-29T20:04:35.045Z | Downloaded openssl-macros v0.1.1 |
671 | 2025-01-29T20:04:35.045Z | Downloaded test-strategy v0.3.1 |
672 | 2025-01-29T20:04:35.048Z | Downloaded secrecy v0.8.0 |
673 | 2025-01-29T20:04:35.050Z | Downloaded shell-words v1.1.0 |
674 | 2025-01-29T20:04:35.050Z | Downloaded getrandom v0.2.15 |
675 | 2025-01-29T20:04:35.053Z | Downloaded unicode-properties v0.1.3 |
676 | 2025-01-29T20:04:35.056Z | Downloaded indicatif v0.17.9 |
677 | 2025-01-29T20:04:35.061Z | Downloaded base64 v0.21.7 |
678 | 2025-01-29T20:04:35.066Z | Downloaded openssl-probe v0.1.5 |
679 | 2025-01-29T20:04:35.069Z | Downloaded slog-bunyan v2.5.0 |
680 | 2025-01-29T20:04:35.069Z | Downloaded slog-json v2.6.1 |
681 | 2025-01-29T20:04:35.074Z | Downloaded slab v0.4.9 |
682 | 2025-01-29T20:04:35.077Z | Downloaded xattr v1.3.1 |
683 | 2025-01-29T20:04:35.077Z | Downloaded sqlparser_derive v0.2.2 |
684 | 2025-01-29T20:04:35.088Z | Downloaded futures-core v0.3.31 |
685 | 2025-01-29T20:04:35.091Z | Downloaded compact_str v0.8.0 |
686 | 2025-01-29T20:04:35.097Z | Downloaded flagset v0.4.6 |
687 | 2025-01-29T20:04:35.101Z | Downloaded tinyvec_macros v0.1.1 |
688 | 2025-01-29T20:04:35.101Z | Downloaded const_format v0.2.34 |
689 | 2025-01-29T20:04:35.104Z | Downloaded tower-service v0.3.3 |
690 | 2025-01-29T20:04:35.107Z | Downloaded vergen v8.3.2 |
691 | 2025-01-29T20:04:35.110Z | Downloaded http v1.2.0 |
692 | 2025-01-29T20:04:35.113Z | Downloaded ghash v0.5.1 |
693 | 2025-01-29T20:04:35.116Z | Downloaded gethostname v0.5.0 |
694 | 2025-01-29T20:04:35.116Z | Downloaded tokio-tungstenite v0.24.0 |
695 | 2025-01-29T20:04:35.120Z | Downloaded write16 v1.0.0 |
696 | 2025-01-29T20:04:35.120Z | Downloaded bumpalo v3.16.0 |
697 | 2025-01-29T20:04:35.124Z | Downloaded num_enum v0.5.11 |
698 | 2025-01-29T20:04:35.129Z | Downloaded rustc-hash v2.0.0 |
699 | 2025-01-29T20:04:35.132Z | Downloaded rustc-hash v1.1.0 |
700 | 2025-01-29T20:04:35.132Z | Downloaded rtoolbox v0.0.2 |
701 | 2025-01-29T20:04:35.135Z | Downloaded signal-hook-registry v1.4.2 |
702 | 2025-01-29T20:04:35.138Z | Downloaded num-conv v0.1.0 |
703 | 2025-01-29T20:04:35.138Z | Downloaded packed_struct v0.10.1 |
704 | 2025-01-29T20:04:35.141Z | Downloaded opaque-debug v0.3.1 |
705 | 2025-01-29T20:04:35.141Z | Downloaded slog-dtrace v0.3.0 |
706 | 2025-01-29T20:04:35.144Z | Downloaded tap v1.0.1 |
707 | 2025-01-29T20:04:35.144Z | Downloaded tabwriter v1.4.0 |
708 | 2025-01-29T20:04:35.147Z | Downloaded rustc_version v0.4.1 |
709 | 2025-01-29T20:04:35.147Z | Downloaded static_assertions v1.1.0 |
710 | 2025-01-29T20:04:35.152Z | Downloaded flume v0.11.1 |
711 | 2025-01-29T20:04:35.155Z | Downloaded cc v1.1.30 |
712 | 2025-01-29T20:04:35.158Z | Downloaded tracing-attributes v0.1.27 |
713 | 2025-01-29T20:04:35.161Z | Downloaded hickory-server v0.24.2 |
714 | 2025-01-29T20:04:35.167Z | Downloaded peg-runtime v0.8.3 |
715 | 2025-01-29T20:04:35.170Z | Downloaded postgres-types v0.2.8 |
716 | 2025-01-29T20:04:35.173Z | Downloaded postgres-protocol v0.6.7 |
717 | 2025-01-29T20:04:35.176Z | Downloaded num-rational v0.4.2 |
718 | 2025-01-29T20:04:35.176Z | Downloaded aes v0.8.4 |
719 | 2025-01-29T20:04:35.179Z | Downloaded defmt v0.3.8 |
720 | 2025-01-29T20:04:35.185Z | Downloaded nu-ansi-term v0.50.1 |
721 | 2025-01-29T20:04:35.187Z | Downloaded toml v0.7.8 |
722 | 2025-01-29T20:04:35.190Z | Downloaded rustc-demangle v0.1.24 |
723 | 2025-01-29T20:04:35.195Z | Downloaded postcard v1.0.10 |
724 | 2025-01-29T20:04:35.198Z | Downloaded zerofrom v0.1.4 |
725 | 2025-01-29T20:04:35.198Z | Downloaded yoke-derive v0.7.4 |
726 | 2025-01-29T20:04:35.201Z | Downloaded minimal-lexical v0.2.1 |
727 | 2025-01-29T20:04:35.203Z | Downloaded slog-term v2.9.1 |
728 | 2025-01-29T20:04:35.206Z | Downloaded dropshot_endpoint v0.15.1 |
729 | 2025-01-29T20:04:35.210Z | Downloaded ppv-lite86 v0.2.20 |
730 | 2025-01-29T20:04:35.213Z | Downloaded slog v2.7.0 |
731 | 2025-01-29T20:04:35.217Z | Downloaded newline-converter v0.3.0 |
732 | 2025-01-29T20:04:35.217Z | Downloaded diesel_table_macro_syntax v0.2.0 |
733 | 2025-01-29T20:04:35.220Z | Downloaded number_prefix v0.4.0 |
734 | 2025-01-29T20:04:35.220Z | Downloaded aes-gcm v0.10.3 |
735 | 2025-01-29T20:04:35.223Z | Downloaded num_threads v0.1.7 |
736 | 2025-01-29T20:04:35.226Z | Downloaded num_enum_derive v0.5.11 |
737 | 2025-01-29T20:04:35.229Z | Downloaded derive_builder_core v0.20.2 |
738 | 2025-01-29T20:04:35.229Z | Downloaded derive_builder v0.20.2 |
739 | 2025-01-29T20:04:35.235Z | Downloaded der v0.7.9 |
740 | 2025-01-29T20:04:35.241Z | Downloaded untrusted v0.9.0 |
741 | 2025-01-29T20:04:35.244Z | Downloaded parking_lot_core v0.9.10 |
742 | 2025-01-29T20:04:35.249Z | Downloaded peg v0.8.4 |
743 | 2025-01-29T20:04:35.253Z | Downloaded scheduled-thread-pool v0.2.7 |
744 | 2025-01-29T20:04:35.253Z | Downloaded env_logger v0.10.2 |
745 | 2025-01-29T20:04:35.256Z | Downloaded futures-macro v0.3.31 |
746 | 2025-01-29T20:04:35.259Z | Downloaded form_urlencoded v1.2.1 |
747 | 2025-01-29T20:04:35.259Z | Downloaded fallible-iterator v0.3.0 |
748 | 2025-01-29T20:04:35.261Z | Downloaded serde_repr v0.1.19 |
749 | 2025-01-29T20:04:35.265Z | Downloaded unicode-segmentation v1.12.0 |
750 | 2025-01-29T20:04:35.268Z | Downloaded derive_builder_macro v0.20.2 |
751 | 2025-01-29T20:04:35.268Z | Downloaded itertools v0.10.5 |
752 | 2025-01-29T20:04:35.275Z | Downloaded strum v0.26.3 |
753 | 2025-01-29T20:04:35.278Z | Downloaded progenitor-macro v0.8.0 |
754 | 2025-01-29T20:04:35.279Z | Downloaded pkg-config v0.3.31 |
755 | 2025-01-29T20:04:35.281Z | Downloaded string_cache v0.8.7 |
756 | 2025-01-29T20:04:35.281Z | Downloaded stable_deref_trait v1.2.0 |
757 | 2025-01-29T20:04:35.285Z | Downloaded ssh-encoding v0.2.0 |
758 | 2025-01-29T20:04:35.285Z | Downloaded ssh-cipher v0.2.0 |
759 | 2025-01-29T20:04:35.289Z | Downloaded precomputed-hash v0.1.1 |
760 | 2025-01-29T20:04:35.289Z | Downloaded fragile v2.0.0 |
761 | 2025-01-29T20:04:35.292Z | Downloaded sqlformat v0.2.6 |
762 | 2025-01-29T20:04:35.292Z | Downloaded snafu-derive v0.8.5 |
763 | 2025-01-29T20:04:35.296Z | Downloaded salsa20 v0.10.2 |
764 | 2025-01-29T20:04:35.296Z | Downloaded resolv-conf v0.7.0 |
765 | 2025-01-29T20:04:35.300Z | Downloaded futures-task v0.3.31 |
766 | 2025-01-29T20:04:35.300Z | Downloaded fallible-streaming-iterator v0.1.9 |
767 | 2025-01-29T20:04:35.303Z | Downloaded futures-channel v0.3.31 |
768 | 2025-01-29T20:04:35.303Z | Downloaded termtree v0.4.1 |
769 | 2025-01-29T20:04:35.306Z | Downloaded num-complex v0.4.6 |
770 | 2025-01-29T20:04:35.306Z | Downloaded x509-cert v0.2.5 |
771 | 2025-01-29T20:04:35.313Z | Downloaded peg-macros v0.8.4 |
772 | 2025-01-29T20:04:35.316Z | Downloaded try-lock v0.2.5 |
773 | 2025-01-29T20:04:35.316Z | Downloaded tinyvec v1.8.0 |
774 | 2025-01-29T20:04:35.319Z | Downloaded olpc-cjson v0.1.4 |
775 | 2025-01-29T20:04:35.322Z | Downloaded fs_extra v1.3.0 |
776 | 2025-01-29T20:04:35.330Z | Downloaded dirs-next v2.0.0 |
777 | 2025-01-29T20:04:35.331Z | Downloaded idna v1.0.3 |
778 | 2025-01-29T20:04:35.334Z | Downloaded foreign-types-shared v0.3.1 |
779 | 2025-01-29T20:04:35.334Z | Downloaded foreign-types-macros v0.2.3 |
780 | 2025-01-29T20:04:35.334Z | Downloaded parse-size v1.1.0 |
781 | 2025-01-29T20:04:35.334Z | Downloaded p256 v0.13.2 |
782 | 2025-01-29T20:04:35.338Z | Downloaded libxml v0.3.3 |
783 | 2025-01-29T20:04:35.344Z | Downloaded multimap v0.10.0 |
784 | 2025-01-29T20:04:35.347Z | Downloaded parse-display-derive v0.10.0 |
785 | 2025-01-29T20:04:35.351Z | Downloaded thread_local v1.1.8 |
786 | 2025-01-29T20:04:35.351Z | Downloaded thiserror-no-std v2.0.2 |
787 | 2025-01-29T20:04:35.355Z | Downloaded predicates v3.1.2 |
788 | 2025-01-29T20:04:35.358Z | Downloaded powerfmt v0.2.0 |
789 | 2025-01-29T20:04:35.361Z | Downloaded num v0.4.3 |
790 | 2025-01-29T20:04:35.361Z | Downloaded display-error-chain v0.2.2 |
791 | 2025-01-29T20:04:35.365Z | Downloaded signal-hook-tokio v0.3.1 |
792 | 2025-01-29T20:04:35.365Z | Downloaded dirs-sys-next v0.1.2 |
793 | 2025-01-29T20:04:35.365Z | Downloaded universal-hash v0.5.1 |
794 | 2025-01-29T20:04:35.369Z | Downloaded value-bag v1.9.0 |
795 | 2025-01-29T20:04:35.371Z | Downloaded signature v2.2.0 |
796 | 2025-01-29T20:04:35.372Z | Downloaded schemars_derive v0.8.21 |
797 | 2025-01-29T20:04:35.374Z | Downloaded tokio-tungstenite v0.21.0 |
798 | 2025-01-29T20:04:35.377Z | Downloaded tokio-stream v0.1.16 |
799 | 2025-01-29T20:04:35.380Z | Downloaded serde_derive_internals v0.29.1 |
800 | 2025-01-29T20:04:35.384Z | Downloaded num-derive v0.4.2 |
801 | 2025-01-29T20:04:35.387Z | Downloaded dunce v1.0.5 |
802 | 2025-01-29T20:04:35.387Z | Downloaded tracing-core v0.1.32 |
803 | 2025-01-29T20:04:35.390Z | Downloaded untrusted v0.7.1 |
804 | 2025-01-29T20:04:35.393Z | Downloaded foreign-types-shared v0.1.1 |
805 | 2025-01-29T20:04:35.393Z | Downloaded float-cmp v0.9.0 |
806 | 2025-01-29T20:04:35.397Z | Downloaded strum_macros v0.25.3 |
807 | 2025-01-29T20:04:35.397Z | Downloaded url v2.5.3 |
808 | 2025-01-29T20:04:35.403Z | Downloaded tracing v0.1.40 |
809 | 2025-01-29T20:04:35.405Z | Downloaded sync_wrapper v1.0.1 |
810 | 2025-01-29T20:04:35.408Z | Downloaded parking_lot_core v0.8.6 |
811 | 2025-01-29T20:04:35.409Z | Downloaded utf8_iter v1.0.4 |
812 | 2025-01-29T20:04:35.411Z | Downloaded utf16_iter v1.0.5 |
813 | 2025-01-29T20:04:35.411Z | Downloaded utf-8 v0.7.6 |
814 | 2025-01-29T20:04:35.414Z | Downloaded progenitor-client v0.8.0 |
815 | 2025-01-29T20:04:35.414Z | Downloaded elliptic-curve v0.13.8 |
816 | 2025-01-29T20:04:35.418Z | Downloaded rustfmt-wrapper v0.2.1 |
817 | 2025-01-29T20:04:35.420Z | Downloaded sync-ptr v0.1.1 |
818 | 2025-01-29T20:04:35.423Z | Downloaded rand_seeder v0.3.0 |
819 | 2025-01-29T20:04:35.423Z | Downloaded rand_core v0.6.4 |
820 | 2025-01-29T20:04:35.426Z | Downloaded subtle v2.6.1 |
821 | 2025-01-29T20:04:35.426Z | Downloaded predicates-core v1.0.8 |
822 | 2025-01-29T20:04:35.429Z | Downloaded termios v0.3.3 |
823 | 2025-01-29T20:04:35.432Z | Downloaded debug-ignore v1.0.5 |
824 | 2025-01-29T20:04:35.432Z | Downloaded data-encoding v2.6.0 |
825 | 2025-01-29T20:04:35.436Z | Downloaded which v4.4.2 |
826 | 2025-01-29T20:04:35.436Z | Downloaded typify v0.3.0 |
827 | 2025-01-29T20:04:35.440Z | Downloaded qorb v0.2.1 |
828 | 2025-01-29T20:04:35.444Z | Downloaded typify v0.2.0 |
829 | 2025-01-29T20:04:35.447Z | Downloaded zip v2.1.3 |
830 | 2025-01-29T20:04:35.452Z | Downloaded new_debug_unreachable v1.0.6 |
831 | 2025-01-29T20:04:35.455Z | Downloaded headers-core v0.3.0 |
832 | 2025-01-29T20:04:35.455Z | Downloaded diff v0.1.13 |
833 | 2025-01-29T20:04:35.458Z | Downloaded tls_codec_derive v0.4.1 |
834 | 2025-01-29T20:04:35.461Z | Downloaded pem v3.0.4 |
835 | 2025-01-29T20:04:35.462Z | Downloaded pbkdf2 v0.12.2 |
836 | 2025-01-29T20:04:35.465Z | Downloaded pbkdf2 v0.11.0 |
837 | 2025-01-29T20:04:35.468Z | Downloaded parking_lot v0.12.3 |
838 | 2025-01-29T20:04:35.468Z | Downloaded unicode-normalization v0.1.24 |
839 | 2025-01-29T20:04:35.473Z | Downloaded serde-big-array v0.5.1 |
840 | 2025-01-29T20:04:35.476Z | Downloaded similar v2.6.0 |
841 | 2025-01-29T20:04:35.479Z | Downloaded downcast v0.11.0 |
842 | 2025-01-29T20:04:35.482Z | Downloaded tokio-util v0.7.12 |
843 | 2025-01-29T20:04:35.488Z | Downloaded supports-color v3.0.1 |
844 | 2025-01-29T20:04:35.491Z | Downloaded env_logger v0.11.5 |
845 | 2025-01-29T20:04:35.494Z | Downloaded xz2 v0.1.7 |
846 | 2025-01-29T20:04:35.497Z | Downloaded shlex v1.3.0 |
847 | 2025-01-29T20:04:35.497Z | Downloaded vte_generate_state_changes v0.1.2 |
848 | 2025-01-29T20:04:35.497Z | Downloaded serde_with_macros v3.11.0 |
849 | 2025-01-29T20:04:35.500Z | Downloaded phf_generator v0.11.2 |
850 | 2025-01-29T20:04:35.503Z | Downloaded wait-timeout v0.2.0 |
851 | 2025-01-29T20:04:35.503Z | Downloaded want v0.3.1 |
852 | 2025-01-29T20:04:35.506Z | Downloaded phf_codegen v0.11.2 |
853 | 2025-01-29T20:04:35.506Z | Downloaded globset v0.4.15 |
854 | 2025-01-29T20:04:35.506Z | Downloaded quinn-udp v0.5.5 |
855 | 2025-01-29T20:04:35.509Z | Downloaded zopfli v0.8.1 |
856 | 2025-01-29T20:04:35.513Z | Downloaded phf_shared v0.11.2 |
857 | 2025-01-29T20:04:35.513Z | Downloaded flate2 v1.0.35 |
858 | 2025-01-29T20:04:35.518Z | Downloaded darling_macro v0.20.10 |
859 | 2025-01-29T20:04:35.521Z | Downloaded zone_cfg_derive v0.3.0 |
860 | 2025-01-29T20:04:35.521Z | Downloaded nanorand v0.7.0 |
861 | 2025-01-29T20:04:35.525Z | Downloaded newtype-uuid v1.2.1 |
862 | 2025-01-29T20:04:35.529Z | Downloaded hashlink v0.9.1 |
863 | 2025-01-29T20:04:35.532Z | Downloaded password-hash v0.5.0 |
864 | 2025-01-29T20:04:35.535Z | Downloaded serde_urlencoded v0.7.1 |
865 | 2025-01-29T20:04:35.535Z | Downloaded serde-hex v0.1.0 |
866 | 2025-01-29T20:04:35.537Z | Downloaded rand_xorshift v0.3.0 |
867 | 2025-01-29T20:04:35.540Z | Downloaded uuid v1.12.0 |
868 | 2025-01-29T20:04:35.543Z | Downloaded semver v0.1.20 |
869 | 2025-01-29T20:04:35.546Z | Downloaded rand_chacha v0.3.1 |
870 | 2025-01-29T20:04:35.549Z | Downloaded displaydoc v0.2.5 |
871 | 2025-01-29T20:04:35.552Z | Downloaded fd-lock v4.0.2 |
872 | 2025-01-29T20:04:35.554Z | Downloaded yoke v0.7.4 |
873 | 2025-01-29T20:04:35.558Z | Downloaded tls_codec v0.4.1 |
874 | 2025-01-29T20:04:35.562Z | Downloaded reqwest v0.12.9 |
875 | 2025-01-29T20:04:35.570Z | Downloaded termcolor v1.4.1 |
876 | 2025-01-29T20:04:35.573Z | Downloaded nom v7.1.3 |
877 | 2025-01-29T20:04:35.579Z | Downloaded glob v0.3.2 |
878 | 2025-01-29T20:04:35.582Z | Downloaded document-features v0.2.10 |
879 | 2025-01-29T20:04:35.582Z | Downloaded zerovec v0.10.4 |
880 | 2025-01-29T20:04:35.587Z | Downloaded rand v0.8.5 |
881 | 2025-01-29T20:04:35.591Z | Downloaded half v2.4.1 |
882 | 2025-01-29T20:04:35.595Z | Downloaded hash32 v0.2.1 |
883 | 2025-01-29T20:04:35.598Z | Downloaded signal-hook v0.3.17 |
884 | 2025-01-29T20:04:35.600Z | Downloaded ff v0.13.0 |
885 | 2025-01-29T20:04:35.603Z | Downloaded hash32 v0.3.1 |
886 | 2025-01-29T20:04:35.604Z | Downloaded fallible-iterator v0.2.0 |
887 | 2025-01-29T20:04:35.607Z | Downloaded tokio-rustls v0.25.0 |
888 | 2025-01-29T20:04:35.607Z | Downloaded poly1305 v0.8.0 |
889 | 2025-01-29T20:04:35.610Z | Downloaded pin-project v1.1.6 |
890 | 2025-01-29T20:04:35.622Z | Downloaded pem-rfc7468 v0.7.0 |
891 | 2025-01-29T20:04:35.626Z | Downloaded hashbrown v0.13.2 |
892 | 2025-01-29T20:04:35.629Z | Downloaded bitvec v1.0.1 |
893 | 2025-01-29T20:04:35.644Z | Downloaded tar v0.4.42 |
894 | 2025-01-29T20:04:35.647Z | Downloaded twox-hash v2.1.0 |
895 | 2025-01-29T20:04:35.650Z | Downloaded password-hash v0.4.2 |
896 | 2025-01-29T20:04:35.653Z | Downloaded rustls-pemfile v2.2.0 |
897 | 2025-01-29T20:04:35.655Z | Downloaded tokio-rustls v0.26.0 |
898 | 2025-01-29T20:04:35.658Z | Downloaded steno v0.4.1 |
899 | 2025-01-29T20:04:35.660Z | Downloaded tokio-postgres v0.7.12 |
900 | 2025-01-29T20:04:35.666Z | Downloaded tokio-tungstenite v0.23.1 |
901 | 2025-01-29T20:04:35.670Z | Downloaded rustls-pki-types v1.10.0 |
902 | 2025-01-29T20:04:35.673Z | Downloaded headers v0.4.0 |
903 | 2025-01-29T20:04:35.676Z | Downloaded ssh-key v0.6.6 |
904 | 2025-01-29T20:04:35.684Z | Downloaded fatfs v0.3.6 |
905 | 2025-01-29T20:04:35.687Z | Downloaded expectorate v1.1.0 |
906 | 2025-01-29T20:04:35.689Z | Downloaded chrono v0.4.39 |
907 | 2025-01-29T20:04:35.696Z | Downloaded unicode_categories v0.1.1 |
908 | 2025-01-29T20:04:35.699Z | Downloaded darling_core v0.20.10 |
909 | 2025-01-29T20:04:35.703Z | Downloaded radix_trie v0.2.1 |
910 | 2025-01-29T20:04:35.709Z | Downloaded rustyline v14.0.0 |
911 | 2025-01-29T20:04:35.714Z | Downloaded rustls-webpki v0.102.8 |
912 | 2025-01-29T20:04:35.734Z | Downloaded num-bigint v0.4.6 |
913 | 2025-01-29T20:04:35.738Z | Downloaded ed25519-dalek v2.1.1 |
914 | 2025-01-29T20:04:35.741Z | Downloaded num-bigint-dig v0.8.4 |
915 | 2025-01-29T20:04:35.746Z | Downloaded tungstenite v0.24.0 |
916 | 2025-01-29T20:04:35.750Z | Downloaded tungstenite v0.23.0 |
917 | 2025-01-29T20:04:35.753Z | Downloaded rcgen v0.12.1 |
918 | 2025-01-29T20:04:35.756Z | Downloaded p521 v0.13.3 |
919 | 2025-01-29T20:04:35.760Z | Downloaded icu_properties_data v1.5.0 |
920 | 2025-01-29T20:04:35.772Z | Downloaded typed-path v0.9.3 |
921 | 2025-01-29T20:04:35.778Z | Downloaded lalrpop v0.19.12 |
922 | 2025-01-29T20:04:35.790Z | Downloaded schemars v0.8.21 |
923 | 2025-01-29T20:04:35.801Z | Downloaded smoltcp v0.9.1 |
924 | 2025-01-29T20:04:35.811Z | Downloaded rustls-webpki v0.101.7 |
925 | 2025-01-29T20:04:35.825Z | Downloaded salty v0.3.0 |
926 | 2025-01-29T20:04:35.832Z | Downloaded portable-atomic v1.9.0 |
927 | 2025-01-29T20:04:35.839Z | Downloaded parse-zoneinfo v0.3.1 |
928 | 2025-01-29T20:04:35.843Z | Downloaded nix v0.27.1 |
929 | 2025-01-29T20:04:35.854Z | Downloaded futures-util v0.3.31 |
930 | 2025-01-29T20:04:35.867Z | Downloaded curve25519-dalek v4.1.3 |
931 | 2025-01-29T20:04:35.876Z | Downloaded sqlparser v0.45.0 |
932 | 2025-01-29T20:04:35.882Z | Downloaded time v0.3.36 |
933 | 2025-01-29T20:04:35.889Z | Downloaded nix v0.29.0 |
934 | 2025-01-29T20:04:35.901Z | Downloaded tough v0.19.0 |
935 | 2025-01-29T20:04:35.910Z | Downloaded rayon v1.10.0 |
936 | 2025-01-29T20:04:35.920Z | Downloaded petname v2.0.2 |
937 | 2025-01-29T20:04:35.927Z | Downloaded quinn-proto v0.11.8 |
938 | 2025-01-29T20:04:35.933Z | Downloaded hashbrown v0.14.5 |
939 | 2025-01-29T20:04:35.939Z | Downloaded dropshot v0.15.1 |
940 | 2025-01-29T20:04:35.960Z | Downloaded reedline v0.35.0 |
941 | 2025-01-29T20:04:35.967Z | Downloaded serde_with v3.11.0 |
942 | 2025-01-29T20:04:35.975Z | Downloaded winnow v0.5.40 |
943 | 2025-01-29T20:04:35.983Z | Downloaded h2 v0.4.6 |
944 | 2025-01-29T20:04:35.989Z | Downloaded openssl v0.10.66 |
945 | 2025-01-29T20:04:36.000Z | Downloaded vcpkg v0.2.15 |
946 | 2025-01-29T20:04:36.040Z | Downloaded regex-syntax v0.6.29 |
947 | 2025-01-29T20:04:36.046Z | Downloaded gimli v0.31.1 |
948 | 2025-01-29T20:04:36.055Z | Downloaded smoltcp v0.11.0 |
949 | 2025-01-29T20:04:36.068Z | Downloaded dropshot v0.12.0 |
950 | 2025-01-29T20:04:36.089Z | Downloaded regress v0.9.1 |
951 | 2025-01-29T20:04:36.098Z | Downloaded polar-core v0.27.3 |
952 | 2025-01-29T20:04:36.105Z | Downloaded regex-syntax v0.8.5 |
953 | 2025-01-29T20:04:36.113Z | Downloaded webpki-roots v0.26.6 |
954 | 2025-01-29T20:04:36.116Z | Downloaded hickory-proto v0.24.2 |
955 | 2025-01-29T20:04:36.132Z | Downloaded rustls v0.21.12 |
956 | 2025-01-29T20:04:36.143Z | Downloaded openapiv3 v2.0.0 |
957 | 2025-01-29T20:04:36.154Z | Downloaded regex v1.11.1 |
958 | 2025-01-29T20:04:36.167Z | Downloaded regress v0.10.1 |
959 | 2025-01-29T20:04:36.176Z | Downloaded object v0.36.5 |
960 | 2025-01-29T20:04:36.187Z | Downloaded regex-automata v0.4.8 |
961 | 2025-01-29T20:04:36.205Z | Downloaded typify-impl v0.2.0 |
962 | 2025-01-29T20:04:36.220Z | Downloaded rustls v0.23.19 |
963 | 2025-01-29T20:04:36.233Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
964 | 2025-01-29T20:04:36.247Z | Downloaded typify-impl v0.3.0 |
965 | 2025-01-29T20:04:36.263Z | Downloaded sled v0.34.7 |
966 | 2025-01-29T20:04:36.274Z | Downloaded rustls v0.22.4 |
967 | 2025-01-29T20:04:36.287Z | Downloaded zerocopy-derive v0.6.6 |
968 | 2025-01-29T20:04:36.298Z | Downloaded diesel v2.2.6 |
969 | 2025-01-29T20:04:36.318Z | Downloaded chrono-tz v0.10.1 |
970 | 2025-01-29T20:04:36.325Z | Downloaded p384 v0.13.0 |
971 | 2025-01-29T20:04:36.332Z | Downloaded tokio v1.43.0 |
972 | 2025-01-29T20:04:36.373Z | Downloaded ratatui v0.28.1 |
973 | 2025-01-29T20:04:36.393Z | Downloaded unicode-width v0.2.0 |
974 | 2025-01-29T20:04:36.399Z | Downloaded zerocopy v0.8.10 |
975 | 2025-01-29T20:04:36.424Z | Downloaded bstr v1.10.0 |
976 | 2025-01-29T20:04:36.435Z | Downloaded petgraph v0.6.5 |
977 | 2025-01-29T20:04:36.453Z | Downloaded object v0.30.4 |
978 | 2025-01-29T20:04:36.463Z | Downloaded git2 v0.19.0 |
979 | 2025-01-29T20:04:36.473Z | Downloaded nix v0.28.0 |
980 | 2025-01-29T20:04:36.485Z | Downloaded csv v1.3.1 |
981 | 2025-01-29T20:04:36.506Z | Downloaded proptest v1.5.0 |
982 | 2025-01-29T20:04:36.516Z | Downloaded sha3 v0.10.8 |
983 | 2025-01-29T20:04:36.521Z | Downloaded lzma-sys v0.1.20 |
984 | 2025-01-29T20:04:36.553Z | Downloaded bindgen v0.69.5 |
985 | 2025-01-29T20:04:36.560Z | Downloaded native-tls v0.2.12 |
986 | 2025-01-29T20:04:36.562Z | Downloaded thiserror-impl-no-std v2.0.2 |
987 | 2025-01-29T20:04:36.565Z | Downloaded phf v0.11.2 |
988 | 2025-01-29T20:04:36.565Z | Downloaded sct v0.7.1 |
989 | 2025-01-29T20:04:36.569Z | Downloaded tokio-rustls v0.24.1 |
990 | 2025-01-29T20:04:36.573Z | Downloaded unsafe-libyaml v0.2.11 |
991 | 2025-01-29T20:04:36.575Z | Downloaded libz-sys v1.1.20 |
992 | 2025-01-29T20:04:36.593Z | Downloaded diesel_derives v2.2.3 |
993 | 2025-01-29T20:04:36.597Z | Downloaded quick-xml v0.33.0 |
994 | 2025-01-29T20:04:36.603Z | Downloaded blake3 v1.5.4 |
995 | 2025-01-29T20:04:36.611Z | Downloaded yasna v0.5.2 |
996 | 2025-01-29T20:04:36.614Z | Downloaded dyn-clone v1.0.17 |
997 | 2025-01-29T20:04:36.616Z | Downloaded num-iter v0.1.45 |
998 | 2025-01-29T20:04:36.616Z | Downloaded num-integer v0.1.46 |
999 | 2025-01-29T20:04:36.619Z | Downloaded ecdsa v0.16.9 |
1000 | 2025-01-29T20:04:36.619Z | Downloaded term v0.7.0 |
1001 | 2025-01-29T20:04:36.621Z | Downloaded r2d2 v0.8.10 |
1002 | 2025-01-29T20:04:36.624Z | Downloaded polyval v0.6.2 |
1003 | 2025-01-29T20:04:36.628Z | Downloaded omicron-zone-package v0.12.0 |
1004 | 2025-01-29T20:04:36.631Z | Downloaded quinn v0.11.5 |
1005 | 2025-01-29T20:04:36.634Z | Downloaded russh v0.45.0 |
1006 | 2025-01-29T20:04:36.637Z | Downloaded rusqlite v0.32.1 |
1007 | 2025-01-29T20:04:36.644Z | Downloaded whoami v1.5.2 |
1008 | 2025-01-29T20:04:36.648Z | Downloaded strum_macros v0.26.4 |
1009 | 2025-01-29T20:04:36.651Z | Downloaded publicsuffix v2.3.0 |
1010 | 2025-01-29T20:04:36.651Z | Downloaded samael v0.0.17 |
1011 | 2025-01-29T20:04:36.657Z | Downloaded itertools v0.13.0 |
1012 | 2025-01-29T20:04:36.664Z | Downloaded itertools v0.12.1 |
1013 | 2025-01-29T20:04:36.671Z | Downloaded filetime v0.2.25 |
1014 | 2025-01-29T20:04:36.674Z | Downloaded derive_more v0.99.18 |
1015 | 2025-01-29T20:04:36.678Z | Downloaded signal-hook-mio v0.2.4 |
1016 | 2025-01-29T20:04:36.681Z | Downloaded snafu v0.8.5 |
1017 | 2025-01-29T20:04:36.686Z | Downloaded aws-lc-rs v1.10.0 |
1018 | 2025-01-29T20:04:36.695Z | Downloaded thiserror-impl v2.0.11 |
1019 | 2025-01-29T20:04:36.698Z | Downloaded hashbrown v0.12.3 |
1020 | 2025-01-29T20:04:36.702Z | Downloaded hyper v1.5.2 |
1021 | 2025-01-29T20:04:36.709Z | Downloaded des v0.8.1 |
1022 | 2025-01-29T20:04:36.712Z | Downloaded futures v0.3.31 |
1023 | 2025-01-29T20:04:36.716Z | Downloaded zip v0.6.6 |
1024 | 2025-01-29T20:04:36.720Z | Downloaded uzers v0.12.1 |
1025 | 2025-01-29T20:04:36.724Z | Downloaded smallvec v1.13.2 |
1026 | 2025-01-29T20:04:36.727Z | Downloaded rsa v0.9.6 |
1027 | 2025-01-29T20:04:36.730Z | Downloaded strum_macros v0.24.3 |
1028 | 2025-01-29T20:04:36.733Z | Downloaded siphasher v0.3.11 |
1029 | 2025-01-29T20:04:36.736Z | Downloaded pin-project-lite v0.2.14 |
1030 | 2025-01-29T20:04:36.739Z | Downloaded pin-project-internal v1.1.6 |
1031 | 2025-01-29T20:04:36.744Z | Downloaded derive-where v1.2.7 |
1032 | 2025-01-29T20:04:36.747Z | Downloaded zerocopy v0.6.6 |
1033 | 2025-01-29T20:04:36.749Z | Downloaded libm v0.2.8 |
1034 | 2025-01-29T20:04:36.755Z | Downloaded difflib v0.4.0 |
1035 | 2025-01-29T20:04:36.757Z | Downloaded progenitor-impl v0.9.1 |
1036 | 2025-01-29T20:04:36.761Z | Downloaded progenitor-impl v0.8.0 |
1037 | 2025-01-29T20:04:36.761Z | Downloaded encoding_rs v0.8.34 |
1038 | 2025-01-29T20:04:36.782Z | Downloaded subprocess v0.2.9 |
1039 | 2025-01-29T20:04:36.785Z | Downloaded crossterm v0.28.1 |
1040 | 2025-01-29T20:04:36.789Z | Downloaded parking_lot v0.11.2 |
1041 | 2025-01-29T20:04:36.792Z | Downloaded serde_plain v1.0.2 |
1042 | 2025-01-29T20:04:36.795Z | Downloaded diesel-dtrace v0.4.2 |
1043 | 2025-01-29T20:04:36.795Z | Downloaded russh-keys v0.45.0 |
1044 | 2025-01-29T20:04:36.799Z | Downloaded ron v0.7.1 |
1045 | 2025-01-29T20:04:36.802Z | Downloaded prettyplease v0.2.25 |
1046 | 2025-01-29T20:04:36.805Z | Downloaded parse-display v0.10.0 |
1047 | 2025-01-29T20:04:36.805Z | Downloaded smf v0.2.3 |
1048 | 2025-01-29T20:04:36.808Z | Downloaded mio v1.0.2 |
1049 | 2025-01-29T20:04:36.812Z | Downloaded vte v0.11.1 |
1050 | 2025-01-29T20:04:36.815Z | Downloaded vsss-rs v3.3.4 |
1051 | 2025-01-29T20:04:36.818Z | Downloaded futures-io v0.3.31 |
1052 | 2025-01-29T20:04:36.821Z | Downloaded futures-executor v0.3.31 |
1053 | 2025-01-29T20:04:36.821Z | Downloaded funty v2.0.0 |
1054 | 2025-01-29T20:04:36.821Z | Downloaded dsl_auto_type v0.1.2 |
1055 | 2025-01-29T20:04:36.823Z | Downloaded num-traits v0.2.19 |
1056 | 2025-01-29T20:04:36.826Z | Downloaded progenitor-macro v0.9.1 |
1057 | 2025-01-29T20:04:36.826Z | Downloaded toml_edit v0.19.15 |
1058 | 2025-01-29T20:04:36.841Z | Downloaded dropshot_endpoint v0.12.0 |
1059 | 2025-01-29T20:04:36.844Z | Downloaded foreign-types v0.5.0 |
1060 | 2025-01-29T20:04:36.844Z | Downloaded either v1.13.0 |
1061 | 2025-01-29T20:04:36.847Z | Downloaded openssl-sys v0.9.103 |
1062 | 2025-01-29T20:04:36.850Z | Downloaded zerocopy-derive v0.8.10 |
1063 | 2025-01-29T20:04:36.855Z | Downloaded rayon-core v1.12.1 |
1064 | 2025-01-29T20:04:36.860Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1065 | 2025-01-29T20:04:36.914Z | Downloaded tinystr v0.7.6 |
1066 | 2025-01-29T20:04:36.917Z | Downloaded tungstenite v0.21.0 |
1067 | 2025-01-29T20:04:36.919Z | Downloaded fixedbitset v0.4.2 |
1068 | 2025-01-29T20:04:36.922Z | Downloaded pkcs5 v0.7.1 |
1069 | 2025-01-29T20:04:36.925Z | Downloaded heapless v0.7.17 |
1070 | 2025-01-29T20:04:36.928Z | Downloaded crossbeam-channel v0.5.13 |
1071 | 2025-01-29T20:04:36.931Z | Downloaded smallvec v0.6.14 |
1072 | 2025-01-29T20:04:36.933Z | Downloaded rustc_version v0.1.7 |
1073 | 2025-01-29T20:04:36.933Z | Downloaded ref-cast v1.0.23 |
1074 | 2025-01-29T20:04:36.936Z | Downloaded quick-error v1.2.3 |
1075 | 2025-01-29T20:04:36.936Z | Downloaded synstructure v0.13.1 |
1076 | 2025-01-29T20:04:36.939Z | Downloaded oso v0.27.3 |
1077 | 2025-01-29T20:04:36.941Z | Downloaded zerofrom-derive v0.1.4 |
1078 | 2025-01-29T20:04:36.941Z | Downloaded writeable v0.5.5 |
1079 | 2025-01-29T20:04:36.944Z | Downloaded psl-types v2.0.11 |
1080 | 2025-01-29T20:04:36.944Z | Downloaded packed_struct_codegen v0.10.1 |
1081 | 2025-01-29T20:04:36.947Z | Downloaded slog-async v2.8.0 |
1082 | 2025-01-29T20:04:36.947Z | Downloaded zeroize_derive v1.4.2 |
1083 | 2025-01-29T20:04:36.950Z | Downloaded unicode-bidi v0.3.17 |
1084 | 2025-01-29T20:04:36.950Z | Downloaded serde_yaml v0.9.34+deprecated |
1085 | 2025-01-29T20:04:36.953Z | Downloaded pkcs8 v0.10.2 |
1086 | 2025-01-29T20:04:36.955Z | Downloaded owo-colors v4.1.0 |
1087 | 2025-01-29T20:04:36.958Z | Downloaded env_filter v0.1.2 |
1088 | 2025-01-29T20:04:36.961Z | Downloaded enum-as-inner v0.6.1 |
1089 | 2025-01-29T20:04:36.961Z | Downloaded embedded-io v0.4.0 |
1090 | 2025-01-29T20:04:36.964Z | Downloaded zone v0.1.8 |
1091 | 2025-01-29T20:04:36.964Z | Downloaded zerovec-derive v0.10.3 |
1092 | 2025-01-29T20:04:36.967Z | Downloaded zeroize v1.8.1 |
1093 | 2025-01-29T20:04:36.967Z | Downloaded unicode-xid v0.2.6 |
1094 | 2025-01-29T20:04:36.967Z | Downloaded unicode-truncate v1.1.0 |
1095 | 2025-01-29T20:04:36.971Z | Downloaded unicase v2.7.0 |
1096 | 2025-01-29T20:04:36.971Z | Downloaded unarray v0.1.4 |
1097 | 2025-01-29T20:04:36.976Z | Downloaded pkcs1 v0.7.5 |
1098 | 2025-01-29T20:04:36.976Z | Downloaded ron v0.8.1 |
1099 | 2025-01-29T20:04:36.980Z | Downloaded slog-stdlog v4.1.1 |
1100 | 2025-01-29T20:04:36.985Z | Downloaded slog-envlogger v2.2.0 |
1101 | 2025-01-29T20:04:36.985Z | Downloaded typify-macro v0.3.0 |
1102 | 2025-01-29T20:04:36.985Z | Downloaded typify-macro v0.2.0 |
1103 | 2025-01-29T20:04:36.985Z | Downloaded topological-sort v0.2.2 |
1104 | 2025-01-29T20:04:36.985Z | Downloaded miniz_oxide v0.8.0 |
1105 | 2025-01-29T20:04:36.988Z | Downloaded sec1 v0.7.3 |
1106 | 2025-01-29T20:04:36.989Z | Downloaded time-macros v0.2.18 |
1107 | 2025-01-29T20:04:36.989Z | Downloaded termtree v0.5.1 |
1108 | 2025-01-29T20:04:36.991Z | Downloaded rpassword v7.3.1 |
1109 | 2025-01-29T20:04:36.992Z | Downloaded rfc6979 v0.4.0 |
1110 | 2025-01-29T20:04:36.992Z | Downloaded progenitor v0.9.1 |
1111 | 2025-01-29T20:04:36.994Z | Downloaded progenitor v0.8.0 |
1112 | 2025-01-29T20:04:36.995Z | Downloaded proc-macro-crate v1.3.1 |
1113 | 2025-01-29T20:04:36.998Z | Downloaded primeorder v0.13.6 |
1114 | 2025-01-29T20:04:36.999Z | Downloaded chacha20poly1305 v0.10.1 |
1115 | 2025-01-29T20:04:37.002Z | Downloaded bytes v1.9.0 |
1116 | 2025-01-29T20:04:37.005Z | Downloaded mockall_derive v0.13.0 |
1117 | 2025-01-29T20:04:37.005Z | Downloaded ed25519 v2.2.3 |
1118 | 2025-01-29T20:04:37.008Z | Downloaded embedded-io v0.6.1 |
1119 | 2025-01-29T20:04:37.008Z | Downloaded thiserror v2.0.11 |
1120 | 2025-01-29T20:04:37.013Z | Downloaded structmeta-derive v0.3.0 |
1121 | 2025-01-29T20:04:37.016Z | Downloaded spin v0.9.8 |
1122 | 2025-01-29T20:04:37.016Z | Downloaded memmap2 v0.9.5 |
1123 | 2025-01-29T20:04:37.019Z | Downloaded defmt-parser v0.3.4 |
1124 | 2025-01-29T20:04:37.019Z | Downloaded defmt-macros v0.3.9 |
1125 | 2025-01-29T20:04:37.022Z | Downloaded mockall v0.13.0 |
1126 | 2025-01-29T20:04:37.025Z | Downloaded highway v1.2.0 |
1127 | 2025-01-29T20:04:37.025Z | Downloaded arc-swap v1.7.1 |
1128 | 2025-01-29T20:04:37.028Z | Downloaded allocator-api2 v0.2.18 |
1129 | 2025-01-29T20:04:37.031Z | Downloaded icu_properties v1.5.1 |
1130 | 2025-01-29T20:04:37.034Z | Downloaded icu_normalizer v1.5.0 |
1131 | 2025-01-29T20:04:37.036Z | Downloaded csv-core v0.1.11 |
1132 | 2025-01-29T20:04:37.040Z | Downloaded crc32fast v1.4.2 |
1133 | 2025-01-29T20:04:37.040Z | Downloaded cookie_store v0.21.1 |
1134 | 2025-01-29T20:04:37.043Z | Downloaded cancel-safe-futures v0.1.5 |
1135 | 2025-01-29T20:04:37.046Z | Downloaded tokio-macros v2.5.0 |
1136 | 2025-01-29T20:04:37.046Z | Downloaded structmeta-derive v0.2.0 |
1137 | 2025-01-29T20:04:37.048Z | Downloaded structmeta v0.3.0 |
1138 | 2025-01-29T20:04:37.048Z | Downloaded spki v0.7.3 |
1139 | 2025-01-29T20:04:37.048Z | Downloaded sha1 v0.10.6 |
1140 | 2025-01-29T20:04:37.052Z | Downloaded bzip2 v0.4.4 |
1141 | 2025-01-29T20:04:37.052Z | Downloaded cbc v0.1.2 |
1142 | 2025-01-29T20:04:37.055Z | Downloaded rustls-pemfile v1.0.4 |
1143 | 2025-01-29T20:04:37.055Z | Downloaded memoffset v0.9.1 |
1144 | 2025-01-29T20:04:37.058Z | Downloaded managed v0.8.0 |
1145 | 2025-01-29T20:04:37.061Z | Downloaded console v0.15.10 |
1146 | 2025-01-29T20:04:37.064Z | Downloaded bitfield-struct v0.6.2 |
1147 | 2025-01-29T20:04:37.064Z | Downloaded structmeta v0.2.0 |
1148 | 2025-01-29T20:04:37.064Z | Downloaded strip-ansi-escapes v0.2.0 |
1149 | 2025-01-29T20:04:37.067Z | Downloaded stringprep v0.1.5 |
1150 | 2025-01-29T20:04:37.067Z | Downloaded scopeguard v1.2.0 |
1151 | 2025-01-29T20:04:37.067Z | Downloaded lru-cache v0.1.2 |
1152 | 2025-01-29T20:04:37.070Z | Downloaded lru v0.12.5 |
1153 | 2025-01-29T20:04:37.070Z | Downloaded lockfree-object-pool v0.1.6 |
1154 | 2025-01-29T20:04:37.073Z | Downloaded linked-hash-map v0.5.6 |
1155 | 2025-01-29T20:04:37.073Z | Downloaded kstat-rs v0.2.4 |
1156 | 2025-01-29T20:04:37.073Z | Downloaded internet-checksum v0.2.1 |
1157 | 2025-01-29T20:04:37.077Z | Downloaded impl-trait-for-tuples v0.2.2 |
1158 | 2025-01-29T20:04:37.077Z | Downloaded crc-catalog v2.4.0 |
1159 | 2025-01-29T20:04:37.080Z | Downloaded instability v0.3.2 |
1160 | 2025-01-29T20:04:37.080Z | Downloaded constant_time_eq v0.3.1 |
1161 | 2025-01-29T20:04:37.080Z | Downloaded cipher v0.4.4 |
1162 | 2025-01-29T20:04:37.083Z | Downloaded buf-list v1.0.3 |
1163 | 2025-01-29T20:04:37.083Z | Downloaded chrono-tz-build v0.4.0 |
1164 | 2025-01-29T20:04:37.086Z | Downloaded castaway v0.2.3 |
1165 | 2025-01-29T20:04:37.086Z | Downloaded blowfish v0.9.1 |
1166 | 2025-01-29T20:04:37.086Z | Downloaded bitfield v0.14.0 |
1167 | 2025-01-29T20:04:37.089Z | Downloaded httparse v1.9.5 |
1168 | 2025-01-29T20:04:37.094Z | Downloaded atty v0.2.14 |
1169 | 2025-01-29T20:04:37.094Z | Downloaded humantime v2.1.0 |
1170 | 2025-01-29T20:04:37.094Z | Downloaded httpdate v1.0.3 |
1171 | 2025-01-29T20:04:37.096Z | Downloaded async-bb8-diesel v0.2.1 |
1172 | 2025-01-29T20:04:37.096Z | Downloaded ascii-canvas v3.0.0 |
1173 | 2025-01-29T20:04:37.096Z | Downloaded arrayvec v0.7.6 |
1174 | 2025-01-29T20:04:37.099Z | Downloaded hostname v0.4.0 |
1175 | 2025-01-29T20:04:37.099Z | Downloaded hostname v0.3.1 |
1176 | 2025-01-29T20:04:37.267Z | Downloaded ring v0.17.8 |
1177 | 2025-01-29T20:04:37.337Z | Downloaded aws-lc-sys v0.22.0 |
1178 | 2025-01-29T20:04:37.600Z | Downloaded libsqlite3-sys v0.30.1 |
1179 | 2025-01-29T20:04:37.776Z | Compiling serde v1.0.217 |
1180 | 2025-01-29T20:04:37.779Z | Compiling lock_api v0.4.12 |
1181 | 2025-01-29T20:04:37.779Z | Compiling value-bag v1.9.0 |
1182 | 2025-01-29T20:04:37.779Z | Compiling scopeguard v1.2.0 |
1183 | 2025-01-29T20:04:37.779Z | Compiling typenum v1.17.0 |
1184 | 2025-01-29T20:04:37.779Z | Compiling generic-array v0.14.7 |
1185 | 2025-01-29T20:04:37.973Z | Compiling syn v2.0.96 |
1186 | 2025-01-29T20:04:37.989Z | Compiling getrandom v0.2.15 |
1187 | 2025-01-29T20:04:38.103Z | Compiling shlex v1.3.0 |
1188 | 2025-01-29T20:04:38.300Z | Compiling rand_core v0.6.4 |
1189 | 2025-01-29T20:04:38.387Z | Compiling log v0.4.22 |
1190 | 2025-01-29T20:04:38.461Z | Compiling subtle v2.6.1 |
1191 | 2025-01-29T20:04:38.491Z | Compiling jobserver v0.1.32 |
1192 | 2025-01-29T20:04:38.512Z | Compiling smallvec v1.13.2 |
1193 | 2025-01-29T20:04:38.805Z | Compiling const-oid v0.9.6 |
1194 | 2025-01-29T20:04:38.828Z | Compiling pin-project-lite v0.2.14 |
1195 | 2025-01-29T20:04:38.828Z | Compiling rustix v0.38.37 |
1196 | 2025-01-29T20:04:38.886Z | Compiling cc v1.1.30 |
1197 | 2025-01-29T20:04:38.954Z | Compiling spin v0.9.8 |
1198 | 2025-01-29T20:04:39.143Z | Compiling parking_lot_core v0.9.10 |
1199 | 2025-01-29T20:04:39.315Z | Compiling futures-core v0.3.31 |
1200 | 2025-01-29T20:04:39.334Z | Compiling signal-hook-registry v1.4.2 |
1201 | 2025-01-29T20:04:39.564Z | Compiling mio v1.0.2 |
1202 | 2025-01-29T20:04:39.641Z | Compiling aho-corasick v1.1.3 |
1203 | 2025-01-29T20:04:40.007Z | Compiling parking_lot v0.12.3 |
1204 | 2025-01-29T20:04:40.174Z | Compiling either v1.13.0 |
1205 | 2025-01-29T20:04:40.193Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2025-01-29T20:04:40.314Z | Compiling cpufeatures v0.2.14 |
1207 | 2025-01-29T20:04:40.432Z | Compiling regex-syntax v0.8.5 |
1208 | 2025-01-29T20:04:40.703Z | Compiling glob v0.3.2 |
1209 | 2025-01-29T20:04:40.706Z | Compiling futures-sink v0.3.31 |
1210 | 2025-01-29T20:04:40.880Z | Compiling socket2 v0.5.7 |
1211 | 2025-01-29T20:04:40.901Z | Compiling slab v0.4.9 |
1212 | 2025-01-29T20:04:40.986Z | Compiling prettyplease v0.2.25 |
1213 | 2025-01-29T20:04:41.339Z | Compiling lazy_static v1.5.0 |
1214 | 2025-01-29T20:04:41.377Z | Compiling minimal-lexical v0.2.1 |
1215 | 2025-01-29T20:04:41.483Z | Compiling serde_json v1.0.135 |
1216 | 2025-01-29T20:04:41.612Z | Compiling clang-sys v1.8.1 |
1217 | 2025-01-29T20:04:41.823Z | Compiling nom v7.1.3 |
1218 | 2025-01-29T20:04:41.891Z | Compiling libloading v0.8.5 |
1219 | 2025-01-29T20:04:42.146Z | Compiling home v0.5.9 |
1220 | 2025-01-29T20:04:42.293Z | Compiling bindgen v0.69.5 |
1221 | 2025-01-29T20:04:42.391Z | Compiling futures-channel v0.3.31 |
1222 | 2025-01-29T20:04:42.778Z | Compiling itertools v0.12.1 |
1223 | 2025-01-29T20:04:42.810Z | Compiling foldhash v0.1.3 |
1224 | 2025-01-29T20:04:43.154Z | Compiling lazycell v1.3.0 |
1225 | 2025-01-29T20:04:43.171Z | Compiling libm v0.2.8 |
1226 | 2025-01-29T20:04:43.329Z | Compiling pin-utils v0.1.0 |
1227 | 2025-01-29T20:04:43.436Z | Compiling allocator-api2 v0.2.18 |
1228 | 2025-01-29T20:04:43.486Z | Compiling futures-io v0.3.31 |
1229 | 2025-01-29T20:04:43.775Z | Compiling rustc-hash v1.1.0 |
1230 | 2025-01-29T20:04:43.946Z | Compiling futures-task v0.3.31 |
1231 | 2025-01-29T20:04:44.188Z | Compiling hashbrown v0.15.1 |
1232 | 2025-01-29T20:04:44.284Z | Compiling regex-automata v0.4.8 |
1233 | 2025-01-29T20:04:44.620Z | Compiling cmake v0.1.51 |
1234 | 2025-01-29T20:04:45.245Z | Compiling cexpr v0.6.0 |
1235 | 2025-01-29T20:04:45.326Z | Compiling num-traits v0.2.19 |
1236 | 2025-01-29T20:04:45.511Z | Compiling synstructure v0.13.1 |
1237 | 2025-01-29T20:04:45.732Z | Compiling fs_extra v1.3.0 |
1238 | 2025-01-29T20:04:46.291Z | Compiling pkg-config v0.3.31 |
1239 | 2025-01-29T20:04:46.878Z | Compiling dunce v1.0.5 |
1240 | 2025-01-29T20:04:47.018Z | Compiling writeable v0.5.5 |
1241 | 2025-01-29T20:04:47.180Z | Compiling litemap v0.7.3 |
1242 | 2025-01-29T20:04:47.573Z | Compiling ring v0.17.8 |
1243 | 2025-01-29T20:04:47.593Z | Compiling paste v1.0.15 |
1244 | 2025-01-29T20:04:47.629Z | Compiling base64ct v1.6.0 |
1245 | 2025-01-29T20:04:48.241Z | Compiling pem-rfc7468 v0.7.0 |
1246 | 2025-01-29T20:04:48.427Z | Compiling flagset v0.4.6 |
1247 | 2025-01-29T20:04:48.469Z | Compiling aws-lc-rs v1.10.0 |
1248 | 2025-01-29T20:04:48.641Z | Compiling httparse v1.9.5 |
1249 | 2025-01-29T20:04:48.867Z | Compiling icu_locid_transform_data v1.5.0 |
1250 | 2025-01-29T20:04:48.955Z | Compiling tracing-core v0.1.32 |
1251 | 2025-01-29T20:04:49.325Z | Compiling icu_properties_data v1.5.0 |
1252 | 2025-01-29T20:04:49.571Z | Compiling rustls-pki-types v1.10.0 |
1253 | 2025-01-29T20:04:49.718Z | Compiling regex v1.11.1 |
1254 | 2025-01-29T20:04:49.872Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-01-29T20:04:50.037Z | Compiling crossbeam-utils v0.8.20 |
1256 | 2025-01-29T20:04:50.496Z | Compiling untrusted v0.7.1 |
1257 | 2025-01-29T20:04:50.601Z | Compiling time-core v0.1.2 |
1258 | 2025-01-29T20:04:50.686Z | Compiling write16 v1.0.0 |
1259 | 2025-01-29T20:04:50.689Z | Compiling utf16_iter v1.0.5 |
1260 | 2025-01-29T20:04:50.768Z | Compiling utf8_iter v1.0.4 |
1261 | 2025-01-29T20:04:50.823Z | Compiling num-conv v0.1.0 |
1262 | 2025-01-29T20:04:50.845Z | Compiling icu_normalizer_data v1.5.0 |
1263 | 2025-01-29T20:04:50.889Z | Compiling untrusted v0.9.0 |
1264 | 2025-01-29T20:04:50.956Z | Compiling mirai-annotations v1.12.0 |
1265 | 2025-01-29T20:04:50.992Z | Compiling vcpkg v0.2.15 |
1266 | 2025-01-29T20:04:51.054Z | Compiling serde_derive v1.0.217 |
1267 | 2025-01-29T20:04:51.076Z | Compiling zeroize_derive v1.4.2 |
1268 | 2025-01-29T20:04:51.078Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2025-01-29T20:04:51.134Z | Compiling tokio-macros v2.5.0 |
1270 | 2025-01-29T20:04:52.460Z | Compiling zeroize v1.8.1 |
1271 | 2025-01-29T20:04:52.527Z | Compiling zerofrom-derive v0.1.4 |
1272 | 2025-01-29T20:04:52.646Z | Compiling yoke-derive v0.7.4 |
1273 | 2025-01-29T20:04:52.781Z | Compiling zerovec-derive v0.10.3 |
1274 | 2025-01-29T20:04:52.955Z | Compiling zerocopy v0.7.35 |
1275 | 2025-01-29T20:04:53.988Z | Compiling crypto-common v0.1.6 |
1276 | 2025-01-29T20:04:54.208Z | Compiling block-buffer v0.10.4 |
1277 | 2025-01-29T20:04:54.266Z | Compiling thiserror-impl v1.0.69 |
1278 | 2025-01-29T20:04:54.484Z | Compiling digest v0.10.7 |
1279 | 2025-01-29T20:04:54.973Z | Compiling hmac v0.12.1 |
1280 | 2025-01-29T20:04:55.157Z | Compiling displaydoc v0.2.5 |
1281 | 2025-01-29T20:04:55.203Z | Compiling futures-macro v0.3.31 |
1282 | 2025-01-29T20:04:55.225Z | Compiling block-padding v0.3.3 |
1283 | 2025-01-29T20:04:55.281Z | Compiling sha2 v0.10.8 |
1284 | 2025-01-29T20:04:55.478Z | Compiling inout v0.1.3 |
1285 | 2025-01-29T20:04:55.770Z | Compiling cipher v0.4.4 |
1286 | 2025-01-29T20:04:56.060Z | Compiling zerofrom v0.1.4 |
1287 | 2025-01-29T20:04:56.295Z | Compiling yoke v0.7.4 |
1288 | 2025-01-29T20:04:56.316Z | Compiling icu_provider_macros v1.5.0 |
1289 | 2025-01-29T20:04:56.629Z | Compiling zerovec v0.10.4 |
1290 | 2025-01-29T20:04:56.754Z | Compiling ppv-lite86 v0.2.20 |
1291 | 2025-01-29T20:04:57.028Z | Compiling futures-util v0.3.31 |
1292 | 2025-01-29T20:04:57.176Z | Compiling thiserror v1.0.69 |
1293 | 2025-01-29T20:04:57.327Z | Compiling der_derive v0.7.3 |
1294 | 2025-01-29T20:04:57.353Z | Compiling tracing-attributes v0.1.27 |
1295 | 2025-01-29T20:04:57.518Z | Compiling rand_chacha v0.3.1 |
1296 | 2025-01-29T20:04:58.538Z | Compiling tinystr v0.7.6 |
1297 | 2025-01-29T20:04:58.614Z | Compiling icu_collections v1.5.0 |
1298 | 2025-01-29T20:04:58.765Z | Compiling rand v0.8.5 |
1299 | 2025-01-29T20:04:58.914Z | Compiling icu_locid v1.5.0 |
1300 | 2025-01-29T20:04:59.561Z | Compiling der v0.7.9 |
1301 | 2025-01-29T20:04:59.753Z | Compiling pest v2.7.14 |
1302 | 2025-01-29T20:04:59.950Z | Compiling salsa20 v0.10.2 |
1303 | 2025-01-29T20:05:00.180Z | Compiling icu_provider v1.5.0 |
1304 | 2025-01-29T20:05:00.725Z | Compiling tracing v0.1.40 |
1305 | 2025-01-29T20:05:00.811Z | Compiling pbkdf2 v0.12.2 |
1306 | 2025-01-29T20:05:00.997Z | Compiling icu_locid_transform v1.5.0 |
1307 | 2025-01-29T20:05:01.039Z | Compiling powerfmt v0.2.0 |
1308 | 2025-01-29T20:05:01.178Z | Compiling scrypt v0.11.0 |
1309 | 2025-01-29T20:05:01.424Z | Compiling deranged v0.3.11 |
1310 | 2025-01-29T20:05:01.682Z | Compiling spki v0.7.3 |
1311 | 2025-01-29T20:05:02.050Z | Compiling cbc v0.1.2 |
1312 | 2025-01-29T20:05:02.305Z | Compiling icu_properties v1.5.1 |
1313 | 2025-01-29T20:05:02.334Z | Compiling aes v0.8.4 |
1314 | 2025-01-29T20:05:02.614Z | Compiling pest_meta v2.7.14 |
1315 | 2025-01-29T20:05:02.856Z | Compiling openssl-sys v0.9.103 |
1316 | 2025-01-29T20:05:02.896Z | Compiling time-macros v0.2.18 |
1317 | 2025-01-29T20:05:03.399Z | Compiling scroll_derive v0.12.0 |
1318 | 2025-01-29T20:05:03.738Z | Compiling bitflags v2.6.0 |
1319 | 2025-01-29T20:05:03.903Z | Compiling bytes v1.9.0 |
1320 | 2025-01-29T20:05:04.790Z | Compiling tokio v1.43.0 |
1321 | 2025-01-29T20:05:05.087Z | Compiling indexmap v2.7.1 |
1322 | 2025-01-29T20:05:05.124Z | Compiling http v1.2.0 |
1323 | 2025-01-29T20:05:06.072Z | Compiling semver v1.0.24 |
1324 | 2025-01-29T20:05:06.416Z | Compiling icu_normalizer v1.5.0 |
1325 | 2025-01-29T20:05:06.784Z | Compiling rustc_version v0.4.1 |
1326 | 2025-01-29T20:05:07.085Z | Compiling num_threads v0.1.7 |
1327 | 2025-01-29T20:05:07.233Z | Compiling tinyvec_macros v0.1.1 |
1328 | 2025-01-29T20:05:07.342Z | Compiling atomic-waker v1.1.2 |
1329 | 2025-01-29T20:05:07.416Z | Compiling tinyvec v1.8.0 |
1330 | 2025-01-29T20:05:07.486Z | Compiling idna_adapter v1.2.0 |
1331 | 2025-01-29T20:05:07.532Z | Compiling time v0.3.36 |
1332 | 2025-01-29T20:05:07.554Z | Compiling http-body v1.0.1 |
1333 | 2025-01-29T20:05:07.726Z | Compiling scroll v0.12.0 |
1334 | 2025-01-29T20:05:07.795Z | Compiling pest_generator v2.7.14 |
1335 | 2025-01-29T20:05:08.181Z | Compiling which v4.4.2 |
1336 | 2025-01-29T20:05:08.260Z | Compiling pkcs5 v0.7.1 |
1337 | 2025-01-29T20:05:08.333Z | Compiling form_urlencoded v1.2.1 |
1338 | 2025-01-29T20:05:08.754Z | Compiling slog v2.7.0 |
1339 | 2025-01-29T20:05:08.887Z | Compiling try-lock v0.2.5 |
1340 | 2025-01-29T20:05:09.030Z | Compiling goblin v0.8.2 |
1341 | 2025-01-29T20:05:09.054Z | Compiling want v0.3.1 |
1342 | 2025-01-29T20:05:09.317Z | Compiling pkcs8 v0.10.2 |
1343 | 2025-01-29T20:05:09.346Z | Compiling idna v1.0.3 |
1344 | 2025-01-29T20:05:09.384Z | Compiling uuid v1.12.0 |
1345 | 2025-01-29T20:05:09.670Z | Compiling pest_derive v2.7.14 |
1346 | 2025-01-29T20:05:09.964Z | Compiling httpdate v1.0.3 |
1347 | 2025-01-29T20:05:10.427Z | Compiling iana-time-zone v0.1.61 |
1348 | 2025-01-29T20:05:10.483Z | Compiling dtrace-parser v0.2.0 |
1349 | 2025-01-29T20:05:10.870Z | Compiling chrono v0.4.39 |
1350 | 2025-01-29T20:05:11.014Z | Compiling serde_spanned v0.6.8 |
1351 | 2025-01-29T20:05:11.279Z | Compiling toml_datetime v0.6.8 |
1352 | 2025-01-29T20:05:11.678Z | Compiling serde_tokenstream v0.2.2 |
1353 | 2025-01-29T20:05:11.772Z | Compiling tower-service v0.3.3 |
1354 | 2025-01-29T20:05:11.917Z | Compiling base64 v0.22.1 |
1355 | 2025-01-29T20:05:12.244Z | Compiling adler2 v2.0.0 |
1356 | 2025-01-29T20:05:12.275Z | Compiling rustversion v1.0.17 |
1357 | 2025-01-29T20:05:12.468Z | Compiling openssl v0.10.66 |
1358 | 2025-01-29T20:05:12.492Z | Compiling match_cfg v0.1.0 |
1359 | 2025-01-29T20:05:12.600Z | Compiling foreign-types-shared v0.1.1 |
1360 | 2025-01-29T20:05:12.621Z | Compiling hostname v0.3.1 |
1361 | 2025-01-29T20:05:12.731Z | Compiling foreign-types v0.3.2 |
1362 | 2025-01-29T20:05:12.839Z | Compiling tokio-util v0.7.12 |
1363 | 2025-01-29T20:05:12.859Z | Compiling miniz_oxide v0.8.0 |
1364 | 2025-01-29T20:05:12.916Z | Compiling url v2.5.3 |
1365 | 2025-01-29T20:05:14.069Z | Compiling h2 v0.4.6 |
1366 | 2025-01-29T20:05:14.248Z | Compiling async-trait v0.1.85 |
1367 | 2025-01-29T20:05:14.283Z | Compiling openssl-macros v0.1.1 |
1368 | 2025-01-29T20:05:14.305Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2025-01-29T20:05:14.704Z | Compiling dof v0.3.0 |
1370 | 2025-01-29T20:05:15.023Z | Compiling dirs-sys-next v0.1.2 |
1371 | 2025-01-29T20:05:15.610Z | Compiling usdt-impl v0.5.0 |
1372 | 2025-01-29T20:05:16.583Z | Compiling data-encoding v2.6.0 |
1373 | 2025-01-29T20:05:16.699Z | Compiling rustls v0.23.19 |
1374 | 2025-01-29T20:05:16.836Z | Compiling siphasher v0.3.11 |
1375 | 2025-01-29T20:05:16.982Z | Compiling schemars v0.8.21 |
1376 | 2025-01-29T20:05:17.040Z | Compiling rustls v0.22.4 |
1377 | 2025-01-29T20:05:17.214Z | Compiling native-tls v0.2.12 |
1378 | 2025-01-29T20:05:17.315Z | Compiling syn v1.0.109 |
1379 | 2025-01-29T20:05:17.396Z | Compiling schemars_derive v0.8.21 |
1380 | 2025-01-29T20:05:17.588Z | Compiling dirs-next v2.0.0 |
1381 | 2025-01-29T20:05:18.322Z | Compiling unicode-normalization v0.1.24 |
1382 | 2025-01-29T20:05:18.342Z | Compiling crossbeam-epoch v0.9.18 |
1383 | 2025-01-29T20:05:18.600Z | Compiling http-body-util v0.1.2 |
1384 | 2025-01-29T20:05:19.011Z | Compiling heapless v0.7.17 |
1385 | 2025-01-29T20:05:19.093Z | Compiling signature v2.2.0 |
1386 | 2025-01-29T20:05:19.187Z | Compiling sha1 v0.10.6 |
1387 | 2025-01-29T20:05:19.385Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1388 | 2025-01-29T20:05:19.405Z | Compiling thread_local v1.1.8 |
1389 | 2025-01-29T20:05:19.430Z | Compiling encoding_rs v0.8.34 |
1390 | 2025-01-29T20:05:19.613Z | Compiling cookie v0.18.1 |
1391 | 2025-01-29T20:05:19.855Z | Compiling multer v3.1.0 |
1392 | 2025-01-29T20:05:19.902Z | Compiling dyn-clone v1.0.17 |
1393 | 2025-01-29T20:05:19.929Z | Compiling ipnet v2.10.1 |
1394 | 2025-01-29T20:05:20.120Z | Compiling unicode-bidi v0.3.17 |
1395 | 2025-01-29T20:05:20.139Z | Compiling gimli v0.31.1 |
1396 | 2025-01-29T20:05:20.334Z | Compiling unicode-properties v0.1.3 |
1397 | 2025-01-29T20:05:20.803Z | Compiling slog-async v2.8.0 |
1398 | 2025-01-29T20:05:21.032Z | Compiling hyper v1.5.2 |
1399 | 2025-01-29T20:05:21.303Z | Compiling mime v0.3.17 |
1400 | 2025-01-29T20:05:21.436Z | Compiling openssl-probe v0.1.5 |
1401 | 2025-01-29T20:05:21.751Z | Compiling signal-hook v0.3.17 |
1402 | 2025-01-29T20:05:21.805Z | Compiling rayon-core v1.12.1 |
1403 | 2025-01-29T20:05:22.071Z | Compiling toml_edit v0.22.22 |
1404 | 2025-01-29T20:05:22.205Z | Compiling stringprep v0.1.5 |
1405 | 2025-01-29T20:05:23.692Z | Compiling hyper-util v0.1.10 |
1406 | 2025-01-29T20:05:24.269Z | Compiling addr2line v0.24.2 |
1407 | 2025-01-29T20:05:24.945Z | Compiling crossbeam-deque v0.8.5 |
1408 | 2025-01-29T20:05:24.996Z | Compiling usdt-macro v0.5.0 |
1409 | 2025-01-29T20:05:25.288Z | Compiling usdt-attr-macro v0.5.0 |
1410 | 2025-01-29T20:05:26.367Z | Compiling term v0.7.0 |
1411 | 2025-01-29T20:05:26.389Z | Compiling slog-json v2.6.1 |
1412 | 2025-01-29T20:05:26.460Z | Compiling serde_urlencoded v0.7.1 |
1413 | 2025-01-29T20:05:26.759Z | Compiling crossbeam-channel v0.5.13 |
1414 | 2025-01-29T20:05:26.817Z | Compiling curve25519-dalek v4.1.3 |
1415 | 2025-01-29T20:05:26.972Z | Compiling futures-executor v0.3.31 |
1416 | 2025-01-29T20:05:27.138Z | Compiling enum-as-inner v0.6.1 |
1417 | 2025-01-29T20:05:27.520Z | Compiling md-5 v0.10.6 |
1418 | 2025-01-29T20:05:27.540Z | Compiling async-stream-impl v0.3.6 |
1419 | 2025-01-29T20:05:27.675Z | Compiling rustls-pemfile v2.2.0 |
1420 | 2025-01-29T20:05:27.765Z | Compiling num-integer v0.1.46 |
1421 | 2025-01-29T20:05:27.793Z | Compiling hash32 v0.2.1 |
1422 | 2025-01-29T20:05:28.009Z | Compiling ff v0.13.0 |
1423 | 2025-01-29T20:05:28.142Z | Compiling is-terminal v0.4.13 |
1424 | 2025-01-29T20:05:28.185Z | Compiling dropshot v0.12.0 |
1425 | 2025-01-29T20:05:28.239Z | Compiling object v0.36.5 |
1426 | 2025-01-29T20:05:28.285Z | Compiling utf-8 v0.7.6 |
1427 | 2025-01-29T20:05:28.476Z | Compiling psl-types v2.0.11 |
1428 | 2025-01-29T20:05:28.497Z | Compiling anyhow v1.0.95 |
1429 | 2025-01-29T20:05:28.605Z | Compiling rustc-demangle v0.1.24 |
1430 | 2025-01-29T20:05:28.679Z | Compiling smoltcp v0.9.1 |
1431 | 2025-01-29T20:05:28.811Z | Compiling base16ct v0.2.0 |
1432 | 2025-01-29T20:05:29.086Z | Compiling litrs v0.4.1 |
1433 | 2025-01-29T20:05:29.139Z | Compiling linked-hash-map v0.5.6 |
1434 | 2025-01-29T20:05:29.329Z | Compiling portable-atomic v1.9.0 |
1435 | 2025-01-29T20:05:29.473Z | Compiling quick-error v1.2.3 |
1436 | 2025-01-29T20:05:29.500Z | Compiling num-bigint-dig v0.8.4 |
1437 | 2025-01-29T20:05:29.520Z | Compiling fallible-iterator v0.2.0 |
1438 | 2025-01-29T20:05:29.633Z | Compiling take_mut v0.2.2 |
1439 | 2025-01-29T20:05:29.847Z | Compiling resolv-conf v0.7.0 |
1440 | 2025-01-29T20:05:30.152Z | Compiling document-features v0.2.10 |
1441 | 2025-01-29T20:05:30.180Z | Compiling postgres-protocol v0.6.7 |
1442 | 2025-01-29T20:05:30.426Z | Compiling lru-cache v0.1.2 |
1443 | 2025-01-29T20:05:30.682Z | Compiling sec1 v0.7.3 |
1444 | 2025-01-29T20:05:30.959Z | Compiling async-stream v0.3.6 |
1445 | 2025-01-29T20:05:31.006Z | Compiling publicsuffix v2.3.0 |
1446 | 2025-01-29T20:05:31.250Z | Compiling tungstenite v0.24.0 |
1447 | 2025-01-29T20:05:31.292Z | Compiling num-iter v0.1.45 |
1448 | 2025-01-29T20:05:31.314Z | Compiling slog-term v2.9.1 |
1449 | 2025-01-29T20:05:31.350Z | Compiling group v0.13.0 |
1450 | 2025-01-29T20:05:31.462Z | Compiling usdt v0.5.0 |
1451 | 2025-01-29T20:05:31.482Z | Compiling hickory-proto v0.24.2 |
1452 | 2025-01-29T20:05:32.082Z | Compiling futures v0.3.31 |
1453 | 2025-01-29T20:05:32.209Z | Compiling slog-bunyan v2.5.0 |
1454 | 2025-01-29T20:05:32.481Z | Compiling toml v0.8.19 |
1455 | 2025-01-29T20:05:33.727Z | Compiling camino v1.1.9 |
1456 | 2025-01-29T20:05:34.055Z | Compiling tokio-native-tls v0.3.1 |
1457 | 2025-01-29T20:05:34.327Z | Compiling phf_shared v0.11.2 |
1458 | 2025-01-29T20:05:34.349Z | Compiling dropshot_endpoint v0.12.0 |
1459 | 2025-01-29T20:05:34.565Z | Compiling terminal_size v0.4.0 |
1460 | 2025-01-29T20:05:34.704Z | Compiling waitgroup v0.1.2 |
1461 | 2025-01-29T20:05:34.804Z | Compiling backtrace v0.3.74 |
1462 | 2025-01-29T20:05:34.940Z | Compiling openapiv3 v2.0.0 |
1463 | 2025-01-29T20:05:35.043Z | Compiling serde_path_to_error v0.1.16 |
1464 | 2025-01-29T20:05:35.396Z | Compiling hkdf v0.12.4 |
1465 | 2025-01-29T20:05:35.686Z | Compiling crypto-bigint v0.5.5 |
1466 | 2025-01-29T20:05:35.844Z | Compiling curve25519-dalek-derive v0.1.1 |
1467 | 2025-01-29T20:05:37.297Z | Compiling zerocopy-derive v0.6.6 |
1468 | 2025-01-29T20:05:37.868Z | Compiling hubpack_derive v0.1.1 |
1469 | 2025-01-29T20:05:37.911Z | Compiling webpki-roots v0.26.6 |
1470 | 2025-01-29T20:05:38.135Z | Compiling hostname v0.4.0 |
1471 | 2025-01-29T20:05:38.366Z | Compiling ahash v0.8.11 |
1472 | 2025-01-29T20:05:38.568Z | Compiling crc32fast v1.4.2 |
1473 | 2025-01-29T20:05:38.699Z | Compiling fs-err v2.11.0 |
1474 | 2025-01-29T20:05:38.755Z | Compiling newtype-uuid v1.2.1 |
1475 | 2025-01-29T20:05:38.903Z | Compiling debug-ignore v1.0.5 |
1476 | 2025-01-29T20:05:38.961Z | Compiling winnow v0.5.40 |
1477 | 2025-01-29T20:05:38.984Z | Compiling bitflags v1.3.2 |
1478 | 2025-01-29T20:05:39.045Z | Compiling managed v0.8.0 |
1479 | 2025-01-29T20:05:39.066Z | Compiling unicode-width v0.2.0 |
1480 | 2025-01-29T20:05:39.208Z | Compiling zerocopy v0.6.6 |
1481 | 2025-01-29T20:05:39.263Z | Compiling strum_macros v0.25.3 |
1482 | 2025-01-29T20:05:39.633Z | Compiling console v0.15.10 |
1483 | 2025-01-29T20:05:39.932Z | Compiling clap_builder v4.5.27 |
1484 | 2025-01-29T20:05:40.678Z | Compiling flate2 v1.0.35 |
1485 | 2025-01-29T20:05:41.071Z | Compiling hubpack v0.1.2 |
1486 | 2025-01-29T20:05:41.494Z | Compiling elliptic-curve v0.13.8 |
1487 | 2025-01-29T20:05:41.590Z | Compiling hickory-resolver v0.24.2 |
1488 | 2025-01-29T20:05:42.343Z | Compiling toml_edit v0.19.15 |
1489 | 2025-01-29T20:05:42.433Z | Compiling phf v0.11.2 |
1490 | 2025-01-29T20:05:42.513Z | Compiling signal-hook-mio v0.2.4 |
1491 | 2025-01-29T20:05:42.695Z | Compiling hyper-tls v0.6.0 |
1492 | 2025-01-29T20:05:42.718Z | Compiling rayon v1.10.0 |
1493 | 2025-01-29T20:05:43.079Z | Compiling cookie_store v0.21.1 |
1494 | 2025-01-29T20:05:43.107Z | Compiling bzip2 v0.4.4 |
1495 | 2025-01-29T20:05:43.483Z | Compiling tokio-tungstenite v0.24.0 |
1496 | 2025-01-29T20:05:44.522Z | Compiling postgres-types v0.2.8 |
1497 | 2025-01-29T20:05:47.008Z | Compiling ed25519 v2.2.3 |
1498 | 2025-01-29T20:05:47.150Z | Compiling phf_shared v0.10.0 |
1499 | 2025-01-29T20:05:47.455Z | Compiling tokio-stream v0.1.16 |
1500 | 2025-01-29T20:05:47.528Z | Compiling pkcs1 v0.7.5 |
1501 | 2025-01-29T20:05:48.119Z | Compiling serde-big-array v0.5.1 |
1502 | 2025-01-29T20:05:48.361Z | Compiling clap_derive v4.5.24 |
1503 | 2025-01-29T20:05:48.400Z | Compiling rfc6979 v0.4.0 |
1504 | 2025-01-29T20:05:48.458Z | Compiling derive-where v1.2.7 |
1505 | 2025-01-29T20:05:48.606Z | Compiling serde_repr v0.1.19 |
1506 | 2025-01-29T20:05:48.891Z | Compiling bstr v1.10.0 |
1507 | 2025-01-29T20:05:49.459Z | Compiling float-cmp v0.9.0 |
1508 | 2025-01-29T20:05:49.512Z | Compiling sync_wrapper v1.0.1 |
1509 | 2025-01-29T20:05:49.680Z | Compiling bit-vec v0.6.3 |
1510 | 2025-01-29T20:05:49.708Z | Compiling predicates-core v1.0.8 |
1511 | 2025-01-29T20:05:49.755Z | Compiling static_assertions v1.1.0 |
1512 | 2025-01-29T20:05:49.870Z | Compiling difflib v0.4.0 |
1513 | 2025-01-29T20:05:50.043Z | Compiling whoami v1.5.2 |
1514 | 2025-01-29T20:05:50.133Z | Compiling fixedbitset v0.4.2 |
1515 | 2025-01-29T20:05:50.514Z | Compiling new_debug_unreachable v1.0.6 |
1516 | 2025-01-29T20:05:50.630Z | Compiling normalize-line-endings v0.3.0 |
1517 | 2025-01-29T20:05:50.653Z | Compiling precomputed-hash v0.1.1 |
1518 | 2025-01-29T20:05:50.673Z | Compiling number_prefix v0.4.0 |
1519 | 2025-01-29T20:05:50.778Z | Compiling unicode-segmentation v1.12.0 |
1520 | 2025-01-29T20:05:50.800Z | Compiling string_cache v0.8.7 |
1521 | 2025-01-29T20:05:50.924Z | Compiling indicatif v0.17.9 |
1522 | 2025-01-29T20:05:51.228Z | Compiling predicates v3.1.2 |
1523 | 2025-01-29T20:05:51.263Z | Compiling petgraph v0.6.5 |
1524 | 2025-01-29T20:05:51.671Z | Compiling similar v2.6.0 |
1525 | 2025-01-29T20:05:51.696Z | Compiling tokio-postgres v0.7.12 |
1526 | 2025-01-29T20:05:52.722Z | Compiling bit-set v0.5.3 |
1527 | 2025-01-29T20:05:52.896Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1528 | 2025-01-29T20:05:52.997Z | Compiling clap v4.5.27 |
1529 | 2025-01-29T20:05:53.025Z | Compiling ecdsa v0.16.9 |
1530 | 2025-01-29T20:05:53.125Z | Compiling rsa v0.9.6 |
1531 | 2025-01-29T20:05:53.863Z | Compiling ed25519-dalek v2.1.1 |
1532 | 2025-01-29T20:05:53.884Z | Compiling toml v0.7.8 |
1533 | 2025-01-29T20:05:54.799Z | Compiling zip v0.6.6 |
1534 | 2025-01-29T20:05:55.105Z | Compiling crossterm v0.28.1 |
1535 | 2025-01-29T20:05:56.515Z | Compiling hex v0.4.3 |
1536 | 2025-01-29T20:05:56.808Z | Compiling x509-cert v0.2.5 |
1537 | 2025-01-29T20:05:57.115Z | Compiling itertools v0.10.5 |
1538 | 2025-01-29T20:05:57.421Z | Compiling peg-runtime v0.8.3 |
1539 | 2025-01-29T20:05:57.844Z | Compiling lalrpop-util v0.19.12 |
1540 | 2025-01-29T20:05:58.050Z | Compiling unicode-xid v0.2.6 |
1541 | 2025-01-29T20:05:58.196Z | Compiling strum_macros v0.26.4 |
1542 | 2025-01-29T20:05:58.249Z | Compiling xattr v1.3.1 |
1543 | 2025-01-29T20:05:58.416Z | Compiling filetime v0.2.25 |
1544 | 2025-01-29T20:05:58.733Z | Compiling tar v0.4.42 |
1545 | 2025-01-29T20:06:02.918Z | Compiling strum v0.26.3 |
1546 | 2025-01-29T20:06:05.967Z | Compiling aws-lc-sys v0.22.0 |
1547 | 2025-01-29T20:06:33.956Z | Compiling rustls-webpki v0.102.8 |
1548 | 2025-01-29T20:06:37.113Z | Compiling tokio-rustls v0.25.0 |
1549 | 2025-01-29T20:06:38.830Z | Compiling tokio-rustls v0.26.0 |
1550 | 2025-01-29T20:06:39.145Z | Compiling hyper-rustls v0.27.3 |
1551 | 2025-01-29T20:06:39.479Z | Compiling reqwest v0.12.9 |
1552 | 2025-01-29T20:06:40.821Z | Compiling qorb v0.2.1 |
1553 | 2025-01-29T20:06:43.944Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1554 | 2025-01-29T20:06:44.194Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1555 | 2025-01-29T20:06:48.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1556 | 2025-01-29T20:06:48.793Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1557 | 2025-01-29T20:06:48.842Z | Jan 29 20:06:48.043 INFO Starting download, target: DendriteStub |
1558 | 2025-01-29T20:06:48.842Z | Jan 29 20:06:48.043 INFO Starting download, target: DendriteOpenapi |
1559 | 2025-01-29T20:06:48.843Z | Jan 29 20:06:48.043 INFO Starting download, target: Console |
1560 | 2025-01-29T20:06:48.845Z | Jan 29 20:06:48.043 INFO Starting download, target: Clickhouse |
1561 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.043 INFO Starting download, target: MaghemiteMgd |
1562 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.043 INFO Starting download, target: Cockroach |
1563 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.043 INFO Starting download, target: TransceiverControl |
1564 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.044 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1565 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.044 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1566 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.044 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1567 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.044 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1569 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.045 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1570 | 2025-01-29T20:06:48.846Z | Jan 29 20:06:48.045 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2025-01-29T20:06:48.982Z | Jan 29 20:06:48.182 INFO Download complete, target: DendriteOpenapi |
1572 | 2025-01-29T20:06:49.075Z | Jan 29 20:06:48.266 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1573 | 2025-01-29T20:06:49.384Z | Jan 29 20:06:48.583 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1574 | 2025-01-29T20:06:49.716Z | Jan 29 20:06:48.916 INFO Download complete, target: TransceiverControl |
1575 | 2025-01-29T20:06:49.759Z | Jan 29 20:06:48.934 INFO Download complete, target: Console |
1576 | 2025-01-29T20:06:49.820Z | Jan 29 20:06:49.020 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1577 | 2025-01-29T20:06:49.834Z | Jan 29 20:06:49.033 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1578 | 2025-01-29T20:06:50.841Z | Jan 29 20:06:50.005 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1579 | 2025-01-29T20:06:50.841Z | Jan 29 20:06:50.005 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1580 | 2025-01-29T20:06:50.978Z | Jan 29 20:06:50.165 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1581 | 2025-01-29T20:06:52.802Z | Jan 29 20:06:52.003 INFO Download complete, target: DendriteStub |
1582 | 2025-01-29T20:06:52.805Z | Jan 29 20:06:52.003 INFO Download complete, target: MaghemiteMgd |
1583 | 2025-01-29T20:06:58.135Z | Jan 29 20:06:57.334 INFO Checking that binary works, target: Cockroach |
1584 | 2025-01-29T20:06:58.294Z | Jan 29 20:06:57.493 INFO Download complete, target: Cockroach |
1585 | 2025-01-29T20:07:03.288Z | Jan 29 20:07:02.483 INFO Checking that binary works, target: Clickhouse |
1586 | 2025-01-29T20:07:03.453Z | Jan 29 20:07:02.651 INFO Download complete, target: Clickhouse |
1587 | 2025-01-29T20:07:03.474Z | All builder prerequisites installed successfully, and PATH looks valid |
1588 | 2025-01-29T20:07:03.477Z | |
1589 | 2025-01-29T20:07:03.477Z | real 4:55.102030983 |
1590 | 2025-01-29T20:07:03.477Z | user 15:46.080401555 |
1591 | 2025-01-29T20:07:03.477Z | sys 2:04.931368962 |
1592 | 2025-01-29T20:07:03.477Z | trap 0.558624281 |
1593 | 2025-01-29T20:07:03.477Z | tflt 5.300195754 |
1594 | 2025-01-29T20:07:03.477Z | dflt 3.142395741 |
1595 | 2025-01-29T20:07:03.477Z | kflt 0.037782063 |
1596 | 2025-01-29T20:07:03.477Z | lock 24:58.563429217 |
1597 | 2025-01-29T20:07:03.477Z | slp 55:44.518864465 |
1598 | 2025-01-29T20:07:03.477Z | lat 57.239611067 |
1599 | 2025-01-29T20:07:03.477Z | stop 2:23.055728570 |
1600 | 2025-01-29T20:07:03.477Z | + banner clippy |
1601 | 2025-01-29T20:07:03.480Z | |
1602 | 2025-01-29T20:07:03.480Z | #### # # ##### ##### # # |
1603 | 2025-01-29T20:07:03.480Z | # # # # # # # # # # |
1604 | 2025-01-29T20:07:03.480Z | # # # # # # # # |
1605 | 2025-01-29T20:07:03.480Z | # # # ##### ##### # |
1606 | 2025-01-29T20:07:03.480Z | # # # # # # # |
1607 | 2025-01-29T20:07:03.480Z | #### ###### # # # # |
1608 | 2025-01-29T20:07:03.480Z | |
1609 | 2025-01-29T20:07:03.480Z | + export CARGO_INCREMENTAL=0 |
1610 | 2025-01-29T20:07:03.480Z | + CARGO_INCREMENTAL=0 |
1611 | 2025-01-29T20:07:03.480Z | + ptime -m cargo xtask clippy |
1612 | 2025-01-29T20:07:03.996Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1613 | 2025-01-29T20:07:06.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
1614 | 2025-01-29T20:07:06.953Z | Running `target/debug/xtask clippy` |
1615 | 2025-01-29T20:07:06.975Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1616 | 2025-01-29T20:07:07.597Z | Downloading crates ... |
1617 | 2025-01-29T20:07:07.932Z | Downloaded anes v0.1.6 |
1618 | 2025-01-29T20:07:07.935Z | Downloaded assert-json-diff v2.0.2 |
1619 | 2025-01-29T20:07:07.944Z | Downloaded async-lock v3.4.0 |
1620 | 2025-01-29T20:07:07.944Z | Downloaded cast v0.3.0 |
1621 | 2025-01-29T20:07:07.947Z | Downloaded concurrent-queue v2.5.0 |
1622 | 2025-01-29T20:07:07.952Z | Downloaded criterion v0.5.1 |
1623 | 2025-01-29T20:07:07.959Z | Downloaded doc-comment v0.3.3 |
1624 | 2025-01-29T20:07:07.962Z | Downloaded event-listener-strategy v0.5.2 |
1625 | 2025-01-29T20:07:07.962Z | Downloaded event-listener v5.3.1 |
1626 | 2025-01-29T20:07:07.965Z | Downloaded criterion-plot v0.5.0 |
1627 | 2025-01-29T20:07:07.967Z | Downloaded fancy-regex v0.13.0 |
1628 | 2025-01-29T20:07:07.970Z | Downloaded indoc v2.0.5 |
1629 | 2025-01-29T20:07:07.972Z | Downloaded parking v2.2.1 |
1630 | 2025-01-29T20:07:07.975Z | Downloaded oorandom v11.1.4 |
1631 | 2025-01-29T20:07:07.975Z | Downloaded num_cpus v1.16.0 |
1632 | 2025-01-29T20:07:07.979Z | Downloaded plotters v0.3.7 |
1633 | 2025-01-29T20:07:07.988Z | Downloaded target-lexicon v0.12.16 |
1634 | 2025-01-29T20:07:07.990Z | Downloaded tinytemplate v1.2.1 |
1635 | 2025-01-29T20:07:07.993Z | Downloaded assert_cmd v2.0.16 |
1636 | 2025-01-29T20:07:07.993Z | Downloaded cfg-expr v0.17.0 |
1637 | 2025-01-29T20:07:07.996Z | Downloaded datatest-stable v0.2.9 |
1638 | 2025-01-29T20:07:07.998Z | Downloaded escape8259 v0.5.3 |
1639 | 2025-01-29T20:07:08.002Z | Downloaded async-attributes v1.1.2 |
1640 | 2025-01-29T20:07:08.002Z | Downloaded plotters-svg v0.3.7 |
1641 | 2025-01-29T20:07:08.002Z | Downloaded nested v0.1.1 |
1642 | 2025-01-29T20:07:08.004Z | Downloaded httptest v0.16.1 |
1643 | 2025-01-29T20:07:08.004Z | Downloaded pathdiff v0.2.2 |
1644 | 2025-01-29T20:07:08.004Z | Downloaded libtest-mimic v0.7.3 |
1645 | 2025-01-29T20:07:08.007Z | Downloaded partial-io v0.5.4 |
1646 | 2025-01-29T20:07:08.010Z | Downloaded plotters-backend v0.3.7 |
1647 | 2025-01-29T20:07:08.013Z | Downloaded pretty_assertions v1.4.1 |
1648 | 2025-01-29T20:07:08.013Z | Downloaded rust-argon2 v2.1.0 |
1649 | 2025-01-29T20:07:08.016Z | Downloaded target-triple v0.1.3 |
1650 | 2025-01-29T20:07:08.016Z | Downloaded stringmetrics v2.2.2 |
1651 | 2025-01-29T20:07:08.019Z | Downloaded similar-asserts v1.6.0 |
1652 | 2025-01-29T20:07:08.026Z | Downloaded async-channel v1.9.0 |
1653 | 2025-01-29T20:07:08.028Z | Downloaded event-listener v2.5.3 |
1654 | 2025-01-29T20:07:08.029Z | Downloaded futures-timer v3.0.3 |
1655 | 2025-01-29T20:07:08.031Z | Downloaded approx v0.5.1 |
1656 | 2025-01-29T20:07:08.031Z | Downloaded kv-log-macro v1.0.7 |
1657 | 2025-01-29T20:07:08.034Z | Downloaded piper v0.2.4 |
1658 | 2025-01-29T20:07:08.034Z | Downloaded proc-macro-crate v3.2.0 |
1659 | 2025-01-29T20:07:08.037Z | Downloaded futures-lite v2.3.0 |
1660 | 2025-01-29T20:07:08.037Z | Downloaded relative-path v1.9.3 |
1661 | 2025-01-29T20:07:08.040Z | Downloaded polling v3.7.3 |
1662 | 2025-01-29T20:07:08.043Z | Downloaded threadpool v1.8.1 |
1663 | 2025-01-29T20:07:08.046Z | Downloaded rand_distr v0.4.3 |
1664 | 2025-01-29T20:07:08.050Z | Downloaded async-object-pool v0.1.5 |
1665 | 2025-01-29T20:07:08.050Z | Downloaded async-global-executor v2.4.1 |
1666 | 2025-01-29T20:07:08.050Z | Downloaded async-channel v2.3.1 |
1667 | 2025-01-29T20:07:08.053Z | Downloaded rstest v0.23.0 |
1668 | 2025-01-29T20:07:08.055Z | Downloaded async-process v2.3.0 |
1669 | 2025-01-29T20:07:08.058Z | Downloaded async-executor v1.13.1 |
1670 | 2025-01-29T20:07:08.060Z | Downloaded rustls-native-certs v0.7.3 |
1671 | 2025-01-29T20:07:08.063Z | Downloaded blocking v1.6.1 |
1672 | 2025-01-29T20:07:08.063Z | Downloaded async-io v2.3.4 |
1673 | 2025-01-29T20:07:08.080Z | Downloaded async-task v4.7.1 |
1674 | 2025-01-29T20:07:08.083Z | Downloaded async-std v1.13.0 |
1675 | 2025-01-29T20:07:08.100Z | Downloaded rstest_macros v0.23.0 |
1676 | 2025-01-29T20:07:08.123Z | Downloaded async-signal v0.2.10 |
1677 | 2025-01-29T20:07:08.126Z | Downloaded hyper-rustls v0.26.0 |
1678 | 2025-01-29T20:07:08.130Z | Downloaded yansi v1.0.1 |
1679 | 2025-01-29T20:07:08.132Z | Downloaded blake2b_simd v1.0.2 |
1680 | 2025-01-29T20:07:08.135Z | Downloaded trybuild v1.0.101 |
1681 | 2025-01-29T20:07:08.138Z | Downloaded target-spec v3.2.2 |
1682 | 2025-01-29T20:07:08.140Z | Downloaded serde_regex v1.1.0 |
1683 | 2025-01-29T20:07:08.140Z | Downloaded path-tree v0.8.1 |
1684 | 2025-01-29T20:07:08.141Z | Downloaded guppy-workspace-hack v0.1.0 |
1685 | 2025-01-29T20:07:08.143Z | Downloaded guppy v0.17.8 |
1686 | 2025-01-29T20:07:08.213Z | Downloaded httpmock v0.8.0-alpha.1 |
1687 | 2025-01-29T20:07:08.997Z | Checking cfg-if v1.0.0 |
1688 | 2025-01-29T20:07:09.076Z | Checking libc v0.2.169 |
1689 | 2025-01-29T20:07:09.099Z | Checking serde v1.0.217 |
1690 | 2025-01-29T20:07:09.126Z | Checking memchr v2.7.4 |
1691 | 2025-01-29T20:07:09.152Z | Checking value-bag v1.9.0 |
1692 | 2025-01-29T20:07:09.177Z | Checking scopeguard v1.2.0 |
1693 | 2025-01-29T20:07:09.204Z | Checking zeroize v1.8.1 |
1694 | 2025-01-29T20:07:09.232Z | Checking itoa v1.0.11 |
1695 | 2025-01-29T20:07:09.259Z | Checking smallvec v1.13.2 |
1696 | 2025-01-29T20:07:09.321Z | Checking lock_api v0.4.12 |
1697 | 2025-01-29T20:07:09.465Z | Checking byteorder v1.5.0 |
1698 | 2025-01-29T20:07:09.493Z | Checking once_cell v1.20.2 |
1699 | 2025-01-29T20:07:09.521Z | Checking log v0.4.22 |
1700 | 2025-01-29T20:07:09.608Z | Checking pin-project-lite v0.2.14 |
1701 | 2025-01-29T20:07:09.742Z | Checking subtle v2.6.1 |
1702 | 2025-01-29T20:07:09.774Z | Checking typenum v1.17.0 |
1703 | 2025-01-29T20:07:09.805Z | Checking libm v0.2.8 |
1704 | 2025-01-29T20:07:09.854Z | Checking ryu v1.0.18 |
1705 | 2025-01-29T20:07:09.936Z | Checking futures-core v0.3.31 |
1706 | 2025-01-29T20:07:10.011Z | Checking zerocopy v0.7.35 |
1707 | 2025-01-29T20:07:10.045Z | Checking thiserror v1.0.69 |
1708 | 2025-01-29T20:07:10.102Z | Checking getrandom v0.2.15 |
1709 | 2025-01-29T20:07:10.127Z | Checking signal-hook-registry v1.4.2 |
1710 | 2025-01-29T20:07:10.153Z | Checking parking_lot_core v0.9.10 |
1711 | 2025-01-29T20:07:10.188Z | Checking mio v1.0.2 |
1712 | 2025-01-29T20:07:10.392Z | Checking rand_core v0.6.4 |
1713 | 2025-01-29T20:07:10.423Z | Checking socket2 v0.5.7 |
1714 | 2025-01-29T20:07:10.545Z | Checking parking_lot v0.12.3 |
1715 | 2025-01-29T20:07:10.742Z | Checking allocator-api2 v0.2.18 |
1716 | 2025-01-29T20:07:10.771Z | Checking num-traits v0.2.19 |
1717 | 2025-01-29T20:07:10.800Z | Checking const-oid v0.9.6 |
1718 | 2025-01-29T20:07:10.843Z | Checking generic-array v0.14.7 |
1719 | 2025-01-29T20:07:10.909Z | Checking spin v0.9.8 |
1720 | 2025-01-29T20:07:10.912Z | Checking futures-io v0.3.31 |
1721 | 2025-01-29T20:07:11.150Z | Checking slab v0.4.9 |
1722 | 2025-01-29T20:07:11.252Z | Checking cpufeatures v0.2.14 |
1723 | 2025-01-29T20:07:11.283Z | Checking futures-sink v0.3.31 |
1724 | 2025-01-29T20:07:11.363Z | Checking equivalent v1.0.1 |
1725 | 2025-01-29T20:07:11.390Z | Checking foldhash v0.1.3 |
1726 | 2025-01-29T20:07:11.419Z | Checking pin-utils v0.1.0 |
1727 | 2025-01-29T20:07:11.447Z | Checking iana-time-zone v0.1.61 |
1728 | 2025-01-29T20:07:11.497Z | Checking futures-channel v0.3.31 |
1729 | 2025-01-29T20:07:11.533Z | Checking futures-task v0.3.31 |
1730 | 2025-01-29T20:07:11.614Z | Checking hashbrown v0.15.1 |
1731 | 2025-01-29T20:07:11.647Z | Checking stable_deref_trait v1.2.0 |
1732 | 2025-01-29T20:07:11.777Z | Checking fnv v1.0.7 |
1733 | 2025-01-29T20:07:11.809Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1734 | 2025-01-29T20:07:11.873Z | Checking futures-util v0.3.31 |
1735 | 2025-01-29T20:07:11.876Z | Checking crypto-common v0.1.6 |
1736 | 2025-01-29T20:07:11.925Z | Checking block-buffer v0.10.4 |
1737 | 2025-01-29T20:07:12.081Z | Checking tracing-core v0.1.32 |
1738 | 2025-01-29T20:07:12.156Z | Checking dyn-clone v1.0.17 |
1739 | 2025-01-29T20:07:12.182Z | Checking ppv-lite86 v0.2.20 |
1740 | 2025-01-29T20:07:12.232Z | Checking errno v0.3.9 |
1741 | 2025-01-29T20:07:12.324Z | Checking zerofrom v0.1.4 |
1742 | 2025-01-29T20:07:12.431Z | Checking crossbeam-utils v0.8.20 |
1743 | 2025-01-29T20:07:12.548Z | Checking yoke v0.7.4 |
1744 | 2025-01-29T20:07:12.612Z | Checking percent-encoding v2.3.1 |
1745 | 2025-01-29T20:07:12.660Z | Checking digest v0.10.7 |
1746 | 2025-01-29T20:07:12.719Z | Checking tracing v0.1.40 |
1747 | 2025-01-29T20:07:12.845Z | Checking litemap v0.7.3 |
1748 | 2025-01-29T20:07:12.874Z | Checking rand_chacha v0.3.1 |
1749 | 2025-01-29T20:07:12.899Z | Checking zerovec v0.10.4 |
1750 | 2025-01-29T20:07:12.991Z | Checking writeable v0.5.5 |
1751 | 2025-01-29T20:07:13.062Z | Checking block-padding v0.3.3 |
1752 | 2025-01-29T20:07:13.147Z | Checking httparse v1.9.5 |
1753 | 2025-01-29T20:07:13.182Z | Checking unicode-ident v1.0.14 |
1754 | 2025-01-29T20:07:13.249Z | Checking rand v0.8.5 |
1755 | 2025-01-29T20:07:13.281Z | Checking inout v0.1.3 |
1756 | 2025-01-29T20:07:13.318Z | Checking atomic-waker v1.1.2 |
1757 | 2025-01-29T20:07:13.369Z | Checking icu_locid_transform_data v1.5.0 |
1758 | 2025-01-29T20:07:13.470Z | Checking regex-syntax v0.8.5 |
1759 | 2025-01-29T20:07:13.498Z | Checking form_urlencoded v1.2.1 |
1760 | 2025-01-29T20:07:13.525Z | Checking cipher v0.4.4 |
1761 | 2025-01-29T20:07:13.558Z | Checking bytes v1.9.0 |
1762 | 2025-01-29T20:07:13.562Z | Checking bitflags v2.6.0 |
1763 | 2025-01-29T20:07:13.692Z | Checking serde_json v1.0.135 |
1764 | 2025-01-29T20:07:13.884Z | Checking chrono v0.4.39 |
1765 | 2025-01-29T20:07:13.912Z | Checking indexmap v2.7.1 |
1766 | 2025-01-29T20:07:14.350Z | Checking tokio v1.43.0 |
1767 | 2025-01-29T20:07:14.405Z | Checking uuid v1.12.0 |
1768 | 2025-01-29T20:07:14.451Z | Checking http v1.2.0 |
1769 | 2025-01-29T20:07:15.016Z | Checking rustix v0.38.37 |
1770 | 2025-01-29T20:07:15.044Z | Checking tinystr v0.7.6 |
1771 | 2025-01-29T20:07:15.286Z | Checking icu_collections v1.5.0 |
1772 | 2025-01-29T20:07:15.410Z | Checking icu_locid v1.5.0 |
1773 | 2025-01-29T20:07:15.780Z | Checking icu_properties_data v1.5.0 |
1774 | 2025-01-29T20:07:15.839Z | Checking schemars v0.8.21 |
1775 | 2025-01-29T20:07:15.990Z | Checking untrusted v0.9.0 |
1776 | 2025-01-29T20:07:16.020Z | Checking aho-corasick v1.1.3 |
1777 | 2025-01-29T20:07:16.162Z | Checking ring v0.17.8 |
1778 | 2025-01-29T20:07:16.345Z | Checking utf8_iter v1.0.4 |
1779 | 2025-01-29T20:07:16.374Z | Checking icu_provider v1.5.0 |
1780 | 2025-01-29T20:07:16.574Z | Checking powerfmt v0.2.0 |
1781 | 2025-01-29T20:07:16.817Z | Checking icu_normalizer_data v1.5.0 |
1782 | 2025-01-29T20:07:16.868Z | Checking utf16_iter v1.0.5 |
1783 | 2025-01-29T20:07:16.934Z | Checking write16 v1.0.0 |
1784 | 2025-01-29T20:07:16.983Z | Checking icu_locid_transform v1.5.0 |
1785 | 2025-01-29T20:07:17.055Z | Checking deranged v0.3.11 |
1786 | 2025-01-29T20:07:17.082Z | Checking proc-macro2 v1.0.92 |
1787 | 2025-01-29T20:07:17.360Z | Checking time-core v0.1.2 |
1788 | 2025-01-29T20:07:17.535Z | Checking num_threads v0.1.7 |
1789 | 2025-01-29T20:07:17.610Z | Checking regex-automata v0.4.8 |
1790 | 2025-01-29T20:07:17.673Z | Checking base64ct v1.6.0 |
1791 | 2025-01-29T20:07:17.738Z | Checking num-conv v0.1.0 |
1792 | 2025-01-29T20:07:17.932Z | Checking icu_properties v1.5.1 |
1793 | 2025-01-29T20:07:17.961Z | Checking quote v1.0.38 |
1794 | 2025-01-29T20:07:17.994Z | Checking sha2 v0.10.8 |
1795 | 2025-01-29T20:07:18.142Z | Checking hmac v0.12.1 |
1796 | 2025-01-29T20:07:18.170Z | Checking adler2 v2.0.0 |
1797 | 2025-01-29T20:07:18.349Z | Checking rustls-pki-types v1.10.0 |
1798 | 2025-01-29T20:07:18.356Z | Checking miniz_oxide v0.8.0 |
1799 | 2025-01-29T20:07:18.356Z | Checking syn v2.0.96 |
1800 | 2025-01-29T20:07:18.395Z | Checking time v0.3.36 |
1801 | 2025-01-29T20:07:18.536Z | Checking http-body v1.0.1 |
1802 | 2025-01-29T20:07:18.747Z | Checking aws-lc-sys v0.22.0 |
1803 | 2025-01-29T20:07:18.864Z | Checking mirai-annotations v1.12.0 |
1804 | 2025-01-29T20:07:19.051Z | Checking base64 v0.22.1 |
1805 | 2025-01-29T20:07:19.053Z | Checking httpdate v1.0.3 |
1806 | 2025-01-29T20:07:19.344Z | Checking untrusted v0.7.1 |
1807 | 2025-01-29T20:07:19.534Z | Checking try-lock v0.2.5 |
1808 | 2025-01-29T20:07:19.562Z | Checking ahash v0.8.11 |
1809 | 2025-01-29T20:07:19.680Z | Checking want v0.3.1 |
1810 | 2025-01-29T20:07:19.883Z | Checking pem-rfc7468 v0.7.0 |
1811 | 2025-01-29T20:07:20.050Z | Checking tower-service v0.3.3 |
1812 | 2025-01-29T20:07:20.178Z | Checking slog v2.7.0 |
1813 | 2025-01-29T20:07:20.205Z | Checking mime v0.3.17 |
1814 | 2025-01-29T20:07:20.566Z | Checking flagset v0.4.6 |
1815 | 2025-01-29T20:07:20.658Z | Checking pbkdf2 v0.12.2 |
1816 | 2025-01-29T20:07:20.766Z | Checking der v0.7.9 |
1817 | 2025-01-29T20:07:20.792Z | Checking aes v0.8.4 |
1818 | 2025-01-29T20:07:20.844Z | Checking gimli v0.31.1 |
1819 | 2025-01-29T20:07:20.917Z | Checking aws-lc-rs v1.10.0 |
1820 | 2025-01-29T20:07:21.115Z | Checking icu_normalizer v1.5.0 |
1821 | 2025-01-29T20:07:21.177Z | Checking tokio-util v0.7.12 |
1822 | 2025-01-29T20:07:21.668Z | Checking http-body-util v0.1.2 |
1823 | 2025-01-29T20:07:21.887Z | Checking idna_adapter v1.2.0 |
1824 | 2025-01-29T20:07:21.945Z | Checking regex v1.11.1 |
1825 | 2025-01-29T20:07:22.025Z | Checking h2 v0.4.6 |
1826 | 2025-01-29T20:07:22.104Z | Checking idna v1.0.3 |
1827 | 2025-01-29T20:07:22.131Z | Checking salsa20 v0.10.2 |
1828 | 2025-01-29T20:07:22.357Z | Checking cbc v0.1.2 |
1829 | 2025-01-29T20:07:22.489Z | Checking spki v0.7.3 |
1830 | 2025-01-29T20:07:22.517Z | Checking semver v1.0.24 |
1831 | 2025-01-29T20:07:22.573Z | Checking lazy_static v1.5.0 |
1832 | 2025-01-29T20:07:22.601Z | Checking url v2.5.3 |
1833 | 2025-01-29T20:07:22.653Z | Checking rustls-webpki v0.102.8 |
1834 | 2025-01-29T20:07:22.708Z | Checking object v0.36.5 |
1835 | 2025-01-29T20:07:22.777Z | Checking rustc-demangle v0.1.24 |
1836 | 2025-01-29T20:07:22.937Z | Checking scrypt v0.11.0 |
1837 | 2025-01-29T20:07:23.195Z | Checking rustls-pemfile v2.2.0 |
1838 | 2025-01-29T20:07:23.248Z | Checking ipnet v2.10.1 |
1839 | 2025-01-29T20:07:23.399Z | Checking foreign-types-shared v0.1.1 |
1840 | 2025-01-29T20:07:23.426Z | Checking openssl-probe v0.1.5 |
1841 | 2025-01-29T20:07:23.476Z | Checking pkcs5 v0.7.1 |
1842 | 2025-01-29T20:07:23.546Z | Checking foreign-types v0.3.2 |
1843 | 2025-01-29T20:07:23.600Z | Checking futures-executor v0.3.31 |
1844 | 2025-01-29T20:07:23.640Z | Checking serde_urlencoded v0.7.1 |
1845 | 2025-01-29T20:07:23.678Z | Checking openssl-sys v0.9.103 |
1846 | 2025-01-29T20:07:23.831Z | Checking encoding_rs v0.8.34 |
1847 | 2025-01-29T20:07:23.970Z | Checking utf8parse v0.2.2 |
1848 | 2025-01-29T20:07:24.043Z | Checking pkcs8 v0.10.2 |
1849 | 2025-01-29T20:07:24.140Z | Checking futures v0.3.31 |
1850 | 2025-01-29T20:07:24.258Z | Checking serde_spanned v0.6.8 |
1851 | 2025-01-29T20:07:24.350Z | Checking toml_datetime v0.6.8 |
1852 | 2025-01-29T20:07:24.384Z | Checking rustls v0.23.19 |
1853 | 2025-01-29T20:07:24.463Z | Checking either v1.13.0 |
1854 | 2025-01-29T20:07:24.468Z | Checking addr2line v0.24.2 |
1855 | 2025-01-29T20:07:24.665Z | Checking data-encoding v2.6.0 |
1856 | 2025-01-29T20:07:24.783Z | Checking openssl v0.10.66 |
1857 | 2025-01-29T20:07:24.847Z | Checking anstyle v1.0.10 |
1858 | 2025-01-29T20:07:25.022Z | Checking openapiv3 v2.0.0 |
1859 | 2025-01-29T20:07:25.197Z | Checking sha1 v0.10.6 |
1860 | 2025-01-29T20:07:25.253Z | Checking psl-types v2.0.11 |
1861 | 2025-01-29T20:07:25.485Z | Checking publicsuffix v2.3.0 |
1862 | 2025-01-29T20:07:25.524Z | Checking cookie v0.18.1 |
1863 | 2025-01-29T20:07:25.776Z | Checking webpki-roots v0.26.6 |
1864 | 2025-01-29T20:07:25.983Z | Checking cookie_store v0.21.1 |
1865 | 2025-01-29T20:07:26.010Z | Checking anstyle-parse v0.2.5 |
1866 | 2025-01-29T20:07:26.082Z | Checking camino v1.1.9 |
1867 | 2025-01-29T20:07:26.286Z | Checking sync_wrapper v1.0.1 |
1868 | 2025-01-29T20:07:26.456Z | Checking is-terminal v0.4.13 |
1869 | 2025-01-29T20:07:26.596Z | Checking anstyle-query v1.1.1 |
1870 | 2025-01-29T20:07:26.648Z | Checking winnow v0.6.20 |
1871 | 2025-01-29T20:07:26.675Z | Checking colorchoice v1.0.2 |
1872 | 2025-01-29T20:07:26.741Z | Checking is_terminal_polyfill v1.70.1 |
1873 | 2025-01-29T20:07:26.823Z | Checking terminal_size v0.4.0 |
1874 | 2025-01-29T20:07:26.882Z | Checking anstream v0.6.15 |
1875 | 2025-01-29T20:07:27.020Z | Checking signature v2.2.0 |
1876 | 2025-01-29T20:07:27.219Z | Checking strsim v0.11.1 |
1877 | 2025-01-29T20:07:27.252Z | Checking clap_lex v0.7.4 |
1878 | 2025-01-29T20:07:27.506Z | Checking scroll v0.12.0 |
1879 | 2025-01-29T20:07:27.534Z | Checking clap_builder v4.5.27 |
1880 | 2025-01-29T20:07:27.983Z | Checking plain v0.2.3 |
1881 | 2025-01-29T20:07:28.151Z | Checking ucd-trie v0.1.7 |
1882 | 2025-01-29T20:07:28.243Z | Checking hyper v1.5.2 |
1883 | 2025-01-29T20:07:28.289Z | Checking tinyvec_macros v0.1.1 |
1884 | 2025-01-29T20:07:28.384Z | Checking pest v2.7.14 |
1885 | 2025-01-29T20:07:28.412Z | Checking tinyvec v1.8.0 |
1886 | 2025-01-29T20:07:28.562Z | Checking backtrace v0.3.74 |
1887 | 2025-01-29T20:07:29.138Z | Checking anyhow v1.0.95 |
1888 | 2025-01-29T20:07:29.325Z | Checking goblin v0.8.2 |
1889 | 2025-01-29T20:07:29.418Z | Checking tokio-rustls v0.26.0 |
1890 | 2025-01-29T20:07:29.516Z | Checking dirs-sys-next v0.1.2 |
1891 | 2025-01-29T20:07:29.708Z | Checking base16ct v0.2.0 |
1892 | 2025-01-29T20:07:29.739Z | Checking pretty-hex v0.4.1 |
1893 | 2025-01-29T20:07:29.779Z | Checking native-tls v0.2.12 |
1894 | 2025-01-29T20:07:29.828Z | Checking dirs-next v2.0.0 |
1895 | 2025-01-29T20:07:29.913Z | Checking sec1 v0.7.3 |
1896 | 2025-01-29T20:07:29.941Z | Checking crossbeam-channel v0.5.13 |
1897 | 2025-01-29T20:07:29.972Z | Checking num-integer v0.1.46 |
1898 | 2025-01-29T20:07:30.110Z | Checking tokio-native-tls v0.3.1 |
1899 | 2025-01-29T20:07:30.295Z | Checking ff v0.13.0 |
1900 | 2025-01-29T20:07:30.298Z | Checking hyper-util v0.1.10 |
1901 | 2025-01-29T20:07:30.351Z | Checking clap v4.5.27 |
1902 | 2025-01-29T20:07:30.377Z | Checking thread-id v4.2.2 |
1903 | 2025-01-29T20:07:30.478Z | Checking thread_local v1.1.8 |
1904 | 2025-01-29T20:07:30.506Z | Checking term v0.7.0 |
1905 | 2025-01-29T20:07:30.509Z | Checking toml_edit v0.22.22 |
1906 | 2025-01-29T20:07:30.555Z | Checking group v0.13.0 |
1907 | 2025-01-29T20:07:30.635Z | Checking hkdf v0.12.4 |
1908 | 2025-01-29T20:07:30.767Z | Checking crypto-bigint v0.5.5 |
1909 | 2025-01-29T20:07:30.819Z | Checking memmap v0.7.0 |
1910 | 2025-01-29T20:07:30.864Z | Checking crc32fast v1.4.2 |
1911 | 2025-01-29T20:07:30.911Z | Checking utf-8 v0.7.6 |
1912 | 2025-01-29T20:07:30.954Z | Checking dtrace-parser v0.2.0 |
1913 | 2025-01-29T20:07:31.030Z | Checking match_cfg v0.1.0 |
1914 | 2025-01-29T20:07:31.103Z | Checking bitflags v1.3.2 |
1915 | 2025-01-29T20:07:31.132Z | Checking take_mut v0.2.2 |
1916 | 2025-01-29T20:07:31.158Z | Checking hostname v0.3.1 |
1917 | 2025-01-29T20:07:31.223Z | Checking slog-term v2.9.1 |
1918 | 2025-01-29T20:07:31.302Z | Checking slog-async v2.8.0 |
1919 | 2025-01-29T20:07:31.329Z | Checking unicode-segmentation v1.12.0 |
1920 | 2025-01-29T20:07:31.422Z | Checking num-iter v0.1.45 |
1921 | 2025-01-29T20:07:31.611Z | Checking crossbeam-epoch v0.9.18 |
1922 | 2025-01-29T20:07:31.614Z | Checking static_assertions v1.1.0 |
1923 | 2025-01-29T20:07:31.704Z | Checking itertools v0.10.5 |
1924 | 2025-01-29T20:07:31.741Z | Checking bstr v1.10.0 |
1925 | 2025-01-29T20:07:32.035Z | Checking slog-json v2.6.1 |
1926 | 2025-01-29T20:07:32.038Z | Checking rfc6979 v0.4.0 |
1927 | 2025-01-29T20:07:32.202Z | Checking hyper-rustls v0.27.3 |
1928 | 2025-01-29T20:07:32.230Z | Checking hyper-tls v0.6.0 |
1929 | 2025-01-29T20:07:32.329Z | Checking hex v0.4.3 |
1930 | 2025-01-29T20:07:32.531Z | Checking winnow v0.5.40 |
1931 | 2025-01-29T20:07:32.559Z | Checking reqwest v0.12.9 |
1932 | 2025-01-29T20:07:32.638Z | Checking managed v0.8.0 |
1933 | 2025-01-29T20:07:32.809Z | Checking slog-bunyan v2.5.0 |
1934 | 2025-01-29T20:07:32.993Z | Checking crossbeam-deque v0.8.5 |
1935 | 2025-01-29T20:07:33.020Z | Checking num-bigint-dig v0.8.4 |
1936 | 2025-01-29T20:07:33.158Z | Checking toml v0.8.19 |
1937 | 2025-01-29T20:07:33.317Z | Checking flate2 v1.0.35 |
1938 | 2025-01-29T20:07:33.405Z | Checking elliptic-curve v0.13.8 |
1939 | 2025-01-29T20:07:33.745Z | Checking pkcs1 v0.7.5 |
1940 | 2025-01-29T20:07:33.870Z | Checking rustls v0.22.4 |
1941 | 2025-01-29T20:07:33.944Z | Checking curve25519-dalek v4.1.3 |
1942 | 2025-01-29T20:07:34.047Z | Checking ecdsa v0.16.9 |
1943 | 2025-01-29T20:07:34.134Z | Checking dof v0.3.0 |
1944 | 2025-01-29T20:07:34.166Z | Checking zerocopy v0.6.6 |
1945 | 2025-01-29T20:07:34.288Z | Checking siphasher v0.3.11 |
1946 | 2025-01-29T20:07:34.613Z | Checking rayon-core v1.12.1 |
1947 | 2025-01-29T20:07:34.705Z | Checking unicode-normalization v0.1.24 |
1948 | 2025-01-29T20:07:34.746Z | Checking usdt-impl v0.5.0 |
1949 | 2025-01-29T20:07:34.788Z | Checking ed25519 v2.2.3 |
1950 | 2025-01-29T20:07:35.029Z | Checking rsa v0.9.6 |
1951 | 2025-01-29T20:07:35.102Z | Checking signal-hook v0.3.17 |
1952 | 2025-01-29T20:07:35.292Z | Checking quick-error v1.2.3 |
1953 | 2025-01-29T20:07:35.323Z | Checking usdt v0.5.0 |
1954 | 2025-01-29T20:07:35.349Z | Checking toml_edit v0.19.15 |
1955 | 2025-01-29T20:07:35.456Z | Checking debug-ignore v1.0.5 |
1956 | 2025-01-29T20:07:35.483Z | Checking hickory-proto v0.24.2 |
1957 | 2025-01-29T20:07:35.590Z | Checking multer v3.1.0 |
1958 | 2025-01-29T20:07:35.621Z | Checking x509-cert v0.2.5 |
1959 | 2025-01-29T20:07:35.704Z | Checking serde_path_to_error v0.1.16 |
1960 | 2025-01-29T20:07:35.733Z | Checking ed25519-dalek v2.1.1 |
1961 | 2025-01-29T20:07:35.993Z | Checking hubpack v0.1.2 |
1962 | 2025-01-29T20:07:36.023Z | Checking waitgroup v0.1.2 |
1963 | 2025-01-29T20:07:36.154Z | Checking bzip2-sys v0.1.11+1.0.8 |
1964 | 2025-01-29T20:07:36.182Z | Checking async-stream v0.3.6 |
1965 | 2025-01-29T20:07:36.275Z | Checking hostname v0.4.0 |
1966 | 2025-01-29T20:07:36.304Z | Checking unicode-width v0.2.0 |
1967 | 2025-01-29T20:07:36.330Z | Checking bit-vec v0.6.3 |
1968 | 2025-01-29T20:07:36.378Z | Checking bzip2 v0.4.4 |
1969 | 2025-01-29T20:07:36.426Z | Checking signal-hook-mio v0.2.4 |
1970 | 2025-01-29T20:07:36.577Z | Checking hash32 v0.2.1 |
1971 | 2025-01-29T20:07:36.653Z | Checking bit-set v0.5.3 |
1972 | 2025-01-29T20:07:36.680Z | Checking linked-hash-map v0.5.6 |
1973 | 2025-01-29T20:07:36.791Z | Checking console v0.15.10 |
1974 | 2025-01-29T20:07:36.875Z | Checking predicates-core v1.0.8 |
1975 | 2025-01-29T20:07:36.915Z | Checking unicode-bidi v0.3.17 |
1976 | 2025-01-29T20:07:36.992Z | Checking unicode-properties v0.1.3 |
1977 | 2025-01-29T20:07:37.078Z | Checking lru-cache v0.1.2 |
1978 | 2025-01-29T20:07:37.104Z | Checking tokio-rustls v0.25.0 |
1979 | 2025-01-29T20:07:37.130Z | Checking heapless v0.7.17 |
1980 | 2025-01-29T20:07:37.263Z | Checking crossterm v0.28.1 |
1981 | 2025-01-29T20:07:37.311Z | Checking rayon v1.10.0 |
1982 | 2025-01-29T20:07:37.377Z | Checking phf_shared v0.11.2 |
1983 | 2025-01-29T20:07:37.470Z | Checking dropshot v0.12.0 |
1984 | 2025-01-29T20:07:37.576Z | Checking stringprep v0.1.5 |
1985 | 2025-01-29T20:07:37.658Z | Checking similar v2.6.0 |
1986 | 2025-01-29T20:07:37.743Z | Checking toml v0.7.8 |
1987 | 2025-01-29T20:07:37.875Z | Checking tokio-stream v0.1.16 |
1988 | 2025-01-29T20:07:37.991Z | Checking newtype-uuid v1.2.1 |
1989 | 2025-01-29T20:07:38.267Z | Checking md-5 v0.10.6 |
1990 | 2025-01-29T20:07:38.436Z | Checking float-cmp v0.9.0 |
1991 | 2025-01-29T20:07:38.512Z | Checking normalize-line-endings v0.3.0 |
1992 | 2025-01-29T20:07:38.515Z | Checking difflib v0.4.0 |
1993 | 2025-01-29T20:07:38.631Z | Checking fallible-iterator v0.2.0 |
1994 | 2025-01-29T20:07:38.659Z | Checking fixedbitset v0.4.2 |
1995 | 2025-01-29T20:07:38.686Z | Checking smoltcp v0.9.1 |
1996 | 2025-01-29T20:07:38.870Z | Checking predicates v3.1.2 |
1997 | 2025-01-29T20:07:38.923Z | Checking petgraph v0.6.5 |
1998 | 2025-01-29T20:07:38.925Z | Checking phf v0.11.2 |
1999 | 2025-01-29T20:07:39.191Z | Checking postgres-protocol v0.6.7 |
2000 | 2025-01-29T20:07:39.224Z | Checking zip v0.6.6 |
2001 | 2025-01-29T20:07:39.497Z | Checking resolv-conf v0.7.0 |
2002 | 2025-01-29T20:07:39.852Z | Checking phf_shared v0.10.0 |
2003 | 2025-01-29T20:07:39.880Z | Checking tungstenite v0.24.0 |
2004 | 2025-01-29T20:07:39.905Z | Checking fs-err v2.11.0 |
2005 | 2025-01-29T20:07:40.004Z | Checking serde-big-array v0.5.1 |
2006 | 2025-01-29T20:07:40.099Z | Checking portable-atomic v1.9.0 |
2007 | 2025-01-29T20:07:40.126Z | Checking minimal-lexical v0.2.1 |
2008 | 2025-01-29T20:07:40.239Z | Checking number_prefix v0.4.0 |
2009 | 2025-01-29T20:07:40.454Z | Checking precomputed-hash v0.1.1 |
2010 | 2025-01-29T20:07:40.482Z | Checking lalrpop-util v0.19.12 |
2011 | 2025-01-29T20:07:40.538Z | Checking new_debug_unreachable v1.0.6 |
2012 | 2025-01-29T20:07:40.586Z | Checking nom v7.1.3 |
2013 | 2025-01-29T20:07:40.652Z | Checking string_cache v0.8.7 |
2014 | 2025-01-29T20:07:40.780Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2015 | 2025-01-29T20:07:40.809Z | Checking hickory-resolver v0.24.2 |
2016 | 2025-01-29T20:07:40.813Z | Checking tokio-tungstenite v0.24.0 |
2017 | 2025-01-29T20:07:40.901Z | Checking postgres-types v0.2.8 |
2018 | 2025-01-29T20:07:40.929Z | Checking itertools v0.12.1 |
2019 | 2025-01-29T20:07:41.111Z | Checking indicatif v0.17.9 |
2020 | 2025-01-29T20:07:41.272Z | Checking whoami v1.5.2 |
2021 | 2025-01-29T20:07:41.573Z | Checking peg-runtime v0.8.3 |
2022 | 2025-01-29T20:07:41.603Z | Checking tokio-postgres v0.7.12 |
2023 | 2025-01-29T20:07:41.872Z | Compiling hashbrown v0.14.5 |
2024 | 2025-01-29T20:07:41.895Z | Compiling thiserror v2.0.11 |
2025 | 2025-01-29T20:07:41.976Z | Compiling thiserror-impl v2.0.11 |
2026 | 2025-01-29T20:07:42.377Z | Checking qorb v0.2.1 |
2027 | 2025-01-29T20:07:42.898Z | Compiling ident_case v1.0.1 |
2028 | 2025-01-29T20:07:43.072Z | Compiling regress v0.10.1 |
2029 | 2025-01-29T20:07:43.103Z | Compiling darling_core v0.20.10 |
2030 | 2025-01-29T20:07:43.178Z | Compiling unsafe-libyaml v0.2.11 |
2031 | 2025-01-29T20:07:44.442Z | Checking heck v0.5.0 |
2032 | 2025-01-29T20:07:44.470Z | Compiling serde_yaml v0.9.34+deprecated |
2033 | 2025-01-29T20:07:44.854Z | Checking fastrand v2.1.1 |
2034 | 2025-01-29T20:07:45.065Z | Checking ipnetwork v0.20.0 |
2035 | 2025-01-29T20:07:45.183Z | Checking progenitor-client v0.9.1 |
2036 | 2025-01-29T20:07:45.434Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2037 | 2025-01-29T20:07:45.461Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2038 | 2025-01-29T20:07:45.603Z | Compiling structmeta-derive v0.3.0 |
2039 | 2025-01-29T20:07:45.686Z | Checking strum v0.26.3 |
2040 | 2025-01-29T20:07:45.830Z | Compiling dropshot v0.15.1 |
2041 | 2025-01-29T20:07:45.871Z | Checking macaddr v1.0.1 |
2042 | 2025-01-29T20:07:46.210Z | Compiling dropshot_endpoint v0.15.1 |
2043 | 2025-01-29T20:07:46.237Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2025-01-29T20:07:46.631Z | Checking tempfile v3.13.0 |
2045 | 2025-01-29T20:07:46.974Z | Compiling typify-impl v0.2.0 |
2046 | 2025-01-29T20:07:47.000Z | Checking progenitor-client v0.8.0 |
2047 | 2025-01-29T20:07:47.365Z | Checking instant v0.1.13 |
2048 | 2025-01-29T20:07:47.504Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2049 | 2025-01-29T20:07:47.890Z | Checking regress v0.9.1 |
2050 | 2025-01-29T20:07:48.024Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2051 | 2025-01-29T20:07:48.070Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2052 | 2025-01-29T20:07:48.285Z | Compiling structmeta v0.3.0 |
2053 | 2025-01-29T20:07:48.465Z | Checking backoff v0.4.0 |
2054 | 2025-01-29T20:07:48.680Z | Compiling parse-display-derive v0.10.0 |
2055 | 2025-01-29T20:07:48.760Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2025-01-29T20:07:48.799Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2057 | 2025-01-29T20:07:48.922Z | Checking wait-timeout v0.2.0 |
2058 | 2025-01-29T20:07:48.957Z | Checking rand_xorshift v0.3.0 |
2059 | 2025-01-29T20:07:49.122Z | Checking rusty-fork v0.3.0 |
2060 | 2025-01-29T20:07:49.155Z | Checking unarray v0.1.4 |
2061 | 2025-01-29T20:07:49.211Z | Compiling darling_macro v0.20.10 |
2062 | 2025-01-29T20:07:49.332Z | Compiling structmeta-derive v0.2.0 |
2063 | 2025-01-29T20:07:49.445Z | Checking proptest v1.5.0 |
2064 | 2025-01-29T20:07:50.107Z | Compiling darling v0.20.10 |
2065 | 2025-01-29T20:07:50.250Z | Compiling serde_with_macros v3.11.0 |
2066 | 2025-01-29T20:07:50.841Z | Checking camino-tempfile v1.1.1 |
2067 | 2025-01-29T20:07:51.143Z | Checking unicode-width v0.1.14 |
2068 | 2025-01-29T20:07:51.384Z | Compiling proc-macro-error v1.0.4 |
2069 | 2025-01-29T20:07:51.637Z | Compiling proc-macro-crate v1.3.1 |
2070 | 2025-01-29T20:07:52.029Z | Compiling structmeta v0.2.0 |
2071 | 2025-01-29T20:07:52.054Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2072 | 2025-01-29T20:07:52.434Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2073 | 2025-01-29T20:07:52.459Z | Compiling test-strategy v0.3.1 |
2074 | 2025-01-29T20:07:52.617Z | Compiling num_enum_derive v0.5.11 |
2075 | 2025-01-29T20:07:52.773Z | Compiling foreign-types-macros v0.2.3 |
2076 | 2025-01-29T20:07:52.801Z | Checking parse-display v0.10.0 |
2077 | 2025-01-29T20:07:52.911Z | Checking serde_with v3.11.0 |
2078 | 2025-01-29T20:07:53.031Z | Checking foreign-types-shared v0.3.1 |
2079 | 2025-01-29T20:07:53.534Z | Checking tabwriter v1.4.0 |
2080 | 2025-01-29T20:07:53.804Z | Checking cstr-argument v0.1.2 |
2081 | 2025-01-29T20:07:53.839Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2082 | 2025-01-29T20:07:54.013Z | Checking pretty-hex v0.2.1 |
2083 | 2025-01-29T20:07:54.040Z | Checking foreign-types v0.5.0 |
2084 | 2025-01-29T20:07:54.164Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2085 | 2025-01-29T20:07:54.205Z | Checking colored v2.1.0 |
2086 | 2025-01-29T20:07:54.497Z | Checking smf v0.2.3 |
2087 | 2025-01-29T20:07:54.623Z | Checking itertools v0.13.0 |
2088 | 2025-01-29T20:07:54.651Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2089 | 2025-01-29T20:07:54.676Z | Checking base64 v0.21.7 |
2090 | 2025-01-29T20:07:54.822Z | Compiling typify-impl v0.3.0 |
2091 | 2025-01-29T20:07:54.849Z | Checking num_enum v0.5.11 |
2092 | 2025-01-29T20:07:54.914Z | Compiling crucible-workspace-hack v0.1.0 |
2093 | 2025-01-29T20:07:55.034Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2094 | 2025-01-29T20:07:55.139Z | Compiling zerocopy v0.8.10 |
2095 | 2025-01-29T20:07:55.414Z | Checking atomicwrites v0.4.4 |
2096 | 2025-01-29T20:07:55.874Z | Compiling zerocopy-derive v0.8.10 |
2097 | 2025-01-29T20:07:55.954Z | Compiling heapless v0.8.0 |
2098 | 2025-01-29T20:07:56.107Z | Checking termtree v0.4.1 |
2099 | 2025-01-29T20:07:56.345Z | Checking predicates-tree v1.0.11 |
2100 | 2025-01-29T20:07:56.540Z | Checking hash32 v0.3.1 |
2101 | 2025-01-29T20:07:56.747Z | Compiling smoltcp v0.11.0 |
2102 | 2025-01-29T20:07:57.025Z | Checking cobs v0.2.3 |
2103 | 2025-01-29T20:07:57.238Z | Checking postcard v1.0.10 |
2104 | 2025-01-29T20:07:57.435Z | Checking sigpipe v0.1.3 |
2105 | 2025-01-29T20:07:57.570Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2106 | 2025-01-29T20:07:57.799Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2107 | 2025-01-29T20:07:57.862Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2025-01-29T20:07:57.967Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2109 | 2025-01-29T20:07:57.994Z | Compiling mockall_derive v0.13.0 |
2110 | 2025-01-29T20:07:58.319Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2111 | 2025-01-29T20:07:58.349Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2112 | 2025-01-29T20:07:58.485Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2113 | 2025-01-29T20:07:58.663Z | Compiling zone_cfg_derive v0.3.0 |
2114 | 2025-01-29T20:08:00.062Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2115 | 2025-01-29T20:08:00.394Z | Compiling num-derive v0.4.2 |
2116 | 2025-01-29T20:08:00.542Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2117 | 2025-01-29T20:08:00.583Z | Checking fragile v2.0.0 |
2118 | 2025-01-29T20:08:00.841Z | Checking downcast v0.11.0 |
2119 | 2025-01-29T20:08:00.913Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2120 | 2025-01-29T20:08:01.063Z | Checking zone v0.3.0 |
2121 | 2025-01-29T20:08:01.153Z | Compiling convert_case v0.4.0 |
2122 | 2025-01-29T20:08:01.185Z | Checking tungstenite v0.21.0 |
2123 | 2025-01-29T20:08:01.845Z | Checking newline-converter v0.3.0 |
2124 | 2025-01-29T20:08:01.999Z | Compiling derive_more v0.99.18 |
2125 | 2025-01-29T20:08:02.030Z | Checking expectorate v1.1.0 |
2126 | 2025-01-29T20:08:02.082Z | Checking tokio-tungstenite v0.21.0 |
2127 | 2025-01-29T20:08:02.213Z | Checking same-file v1.0.6 |
2128 | 2025-01-29T20:08:02.394Z | Checking walkdir v2.5.0 |
2129 | 2025-01-29T20:08:02.462Z | Compiling typify-macro v0.2.0 |
2130 | 2025-01-29T20:08:02.576Z | Checking arc-swap v1.7.1 |
2131 | 2025-01-29T20:08:02.693Z | Checking xattr v1.3.1 |
2132 | 2025-01-29T20:08:02.720Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2133 | 2025-01-29T20:08:02.919Z | Checking filetime v0.2.25 |
2134 | 2025-01-29T20:08:02.999Z | Checking slog-scope v4.4.0 |
2135 | 2025-01-29T20:08:03.144Z | Checking num-rational v0.4.2 |
2136 | 2025-01-29T20:08:03.147Z | Checking tar v0.4.42 |
2137 | 2025-01-29T20:08:03.208Z | Checking slog-stdlog v4.1.1 |
2138 | 2025-01-29T20:08:03.395Z | Checking slog-envlogger v2.2.0 |
2139 | 2025-01-29T20:08:03.640Z | Checking num-complex v0.4.6 |
2140 | 2025-01-29T20:08:03.764Z | Checking float-ord v0.3.2 |
2141 | 2025-01-29T20:08:03.942Z | Checking indent_write v2.2.0 |
2142 | 2025-01-29T20:08:04.005Z | Checking swrite v0.1.0 |
2143 | 2025-01-29T20:08:04.149Z | Compiling owo-colors v4.1.0 |
2144 | 2025-01-29T20:08:04.173Z | Compiling cancel-safe-futures v0.1.5 |
2145 | 2025-01-29T20:08:04.538Z | Checking num v0.4.3 |
2146 | 2025-01-29T20:08:04.650Z | Checking libsw v3.3.1 |
2147 | 2025-01-29T20:08:04.924Z | Checking password-hash v0.5.0 |
2148 | 2025-01-29T20:08:05.021Z | Checking blake2 v0.10.6 |
2149 | 2025-01-29T20:08:05.238Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2150 | 2025-01-29T20:08:05.484Z | Checking linear-map v1.2.0 |
2151 | 2025-01-29T20:08:05.545Z | Checking argon2 v0.5.3 |
2152 | 2025-01-29T20:08:05.731Z | Checking pem v3.0.4 |
2153 | 2025-01-29T20:08:05.942Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2154 | 2025-01-29T20:08:06.011Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2155 | 2025-01-29T20:08:06.054Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2156 | 2025-01-29T20:08:06.088Z | Checking mockall v0.13.0 |
2157 | 2025-01-29T20:08:06.279Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2158 | 2025-01-29T20:08:06.341Z | Compiling lzma-sys v0.1.20 |
2159 | 2025-01-29T20:08:06.366Z | Compiling typify v0.2.0 |
2160 | 2025-01-29T20:08:06.517Z | Compiling progenitor-impl v0.8.0 |
2161 | 2025-01-29T20:08:06.855Z | Checking headers-core v0.3.0 |
2162 | 2025-01-29T20:08:07.011Z | Compiling heck v0.3.3 |
2163 | 2025-01-29T20:08:07.114Z | Checking highway v1.2.0 |
2164 | 2025-01-29T20:08:07.400Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2025-01-29T20:08:07.581Z | Compiling zone_cfg_derive v0.1.2 |
2166 | 2025-01-29T20:08:07.936Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2167 | 2025-01-29T20:08:07.962Z | Checking headers v0.4.0 |
2168 | 2025-01-29T20:08:08.649Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2169 | 2025-01-29T20:08:08.904Z | Checking yasna v0.5.2 |
2170 | 2025-01-29T20:08:08.959Z | Checking base64 v0.13.1 |
2171 | 2025-01-29T20:08:08.983Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2172 | 2025-01-29T20:08:09.011Z | Checking zone v0.1.8 |
2173 | 2025-01-29T20:08:09.255Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2174 | 2025-01-29T20:08:09.381Z | Checking ron v0.7.1 |
2175 | 2025-01-29T20:08:09.429Z | Checking xz2 v0.1.7 |
2176 | 2025-01-29T20:08:09.731Z | Checking subprocess v0.2.9 |
2177 | 2025-01-29T20:08:09.758Z | Checking rcgen v0.12.1 |
2178 | 2025-01-29T20:08:09.761Z | Checking humantime v2.1.0 |
2179 | 2025-01-29T20:08:10.112Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2180 | 2025-01-29T20:08:10.252Z | Compiling typify-macro v0.3.0 |
2181 | 2025-01-29T20:08:10.277Z | Compiling semver v0.1.20 |
2182 | 2025-01-29T20:08:10.458Z | Checking prettyplease v0.2.25 |
2183 | 2025-01-29T20:08:10.494Z | Checking half v2.4.1 |
2184 | 2025-01-29T20:08:10.914Z | Compiling rustc_version v0.1.7 |
2185 | 2025-01-29T20:08:10.991Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2186 | 2025-01-29T20:08:11.018Z | Checking ciborium-io v0.2.2 |
2187 | 2025-01-29T20:08:11.170Z | Checking ciborium-ll v0.2.2 |
2188 | 2025-01-29T20:08:11.369Z | Compiling newtype_derive v0.1.6 |
2189 | 2025-01-29T20:08:11.485Z | Checking ciborium v0.2.2 |
2190 | 2025-01-29T20:08:11.889Z | Checking steno v0.4.1 |
2191 | 2025-01-29T20:08:13.713Z | Compiling progenitor-macro v0.8.0 |
2192 | 2025-01-29T20:08:14.140Z | Compiling typify v0.3.0 |
2193 | 2025-01-29T20:08:14.291Z | Compiling progenitor-impl v0.9.1 |
2194 | 2025-01-29T20:08:14.674Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2195 | 2025-01-29T20:08:14.932Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2196 | 2025-01-29T20:08:15.331Z | Compiling slog-dtrace v0.3.0 |
2197 | 2025-01-29T20:08:15.538Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2198 | 2025-01-29T20:08:15.741Z | Checking display-error-chain v0.2.2 |
2199 | 2025-01-29T20:08:15.951Z | Checking gethostname v0.5.0 |
2200 | 2025-01-29T20:08:16.096Z | Checking nibble_vec v0.1.0 |
2201 | 2025-01-29T20:08:16.123Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2202 | 2025-01-29T20:08:16.261Z | Compiling blake3 v1.5.4 |
2203 | 2025-01-29T20:08:16.316Z | Checking keccak v0.1.5 |
2204 | 2025-01-29T20:08:16.463Z | Checking endian-type v0.1.2 |
2205 | 2025-01-29T20:08:16.659Z | Checking sha3 v0.10.8 |
2206 | 2025-01-29T20:08:16.694Z | Checking radix_trie v0.2.1 |
2207 | 2025-01-29T20:08:17.077Z | Checking universal-hash v0.5.1 |
2208 | 2025-01-29T20:08:17.080Z | Checking secrecy v0.8.0 |
2209 | 2025-01-29T20:08:17.268Z | Checking opaque-debug v0.3.1 |
2210 | 2025-01-29T20:08:17.293Z | Checking aead v0.5.2 |
2211 | 2025-01-29T20:08:17.370Z | Checking poly1305 v0.8.0 |
2212 | 2025-01-29T20:08:17.518Z | Checking chacha20 v0.9.1 |
2213 | 2025-01-29T20:08:17.874Z | Compiling memmap2 v0.9.5 |
2214 | 2025-01-29T20:08:17.896Z | Compiling arrayref v0.3.9 |
2215 | 2025-01-29T20:08:18.018Z | Compiling constant_time_eq v0.3.1 |
2216 | 2025-01-29T20:08:18.227Z | Compiling arrayvec v0.7.6 |
2217 | 2025-01-29T20:08:18.317Z | Compiling toolchain_find v0.4.0 |
2218 | 2025-01-29T20:08:18.543Z | Compiling thiserror-impl-no-std v2.0.2 |
2219 | 2025-01-29T20:08:18.664Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2220 | 2025-01-29T20:08:18.830Z | Compiling topological-sort v0.2.2 |
2221 | 2025-01-29T20:08:18.945Z | Compiling rustfmt-wrapper v0.2.1 |
2222 | 2025-01-29T20:08:19.006Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2223 | 2025-01-29T20:08:19.254Z | Compiling omicron-zone-package v0.12.0 |
2224 | 2025-01-29T20:08:19.355Z | Checking chacha20poly1305 v0.10.1 |
2225 | 2025-01-29T20:08:19.534Z | Compiling async-recursion v1.1.1 |
2226 | 2025-01-29T20:08:19.563Z | Checking fxhash v0.2.1 |
2227 | 2025-01-29T20:08:19.676Z | Checking lockfree-object-pool v0.1.6 |
2228 | 2025-01-29T20:08:19.748Z | Compiling zip v2.1.3 |
2229 | 2025-01-29T20:08:19.938Z | Checking bumpalo v3.16.0 |
2230 | 2025-01-29T20:08:20.070Z | Checking simd-adler32 v0.3.7 |
2231 | 2025-01-29T20:08:20.348Z | Checking termcolor v1.4.1 |
2232 | 2025-01-29T20:08:20.464Z | Checking zopfli v0.8.1 |
2233 | 2025-01-29T20:08:20.797Z | Checking maplit v1.0.2 |
2234 | 2025-01-29T20:08:20.934Z | Compiling radium v0.7.0 |
2235 | 2025-01-29T20:08:21.047Z | Compiling const_format_proc_macros v0.2.34 |
2236 | 2025-01-29T20:08:21.071Z | Checking tap v1.0.1 |
2237 | 2025-01-29T20:08:21.253Z | Compiling maybe-uninit v2.0.0 |
2238 | 2025-01-29T20:08:21.404Z | Checking thiserror-no-std v2.0.2 |
2239 | 2025-01-29T20:08:21.429Z | Compiling progenitor-macro v0.9.1 |
2240 | 2025-01-29T20:08:21.529Z | Checking vsss-rs v3.3.4 |
2241 | 2025-01-29T20:08:21.836Z | Checking wyz v0.5.1 |
2242 | 2025-01-29T20:08:21.859Z | Checking funty v2.0.0 |
2243 | 2025-01-29T20:08:22.199Z | Checking crc-catalog v2.4.0 |
2244 | 2025-01-29T20:08:22.224Z | Checking home v0.5.9 |
2245 | 2025-01-29T20:08:22.364Z | Compiling packed_struct v0.10.1 |
2246 | 2025-01-29T20:08:22.393Z | Checking crc v3.2.1 |
2247 | 2025-01-29T20:08:22.718Z | Checking bitvec v1.0.1 |
2248 | 2025-01-29T20:08:22.880Z | Checking kstat-rs v0.2.4 |
2249 | 2025-01-29T20:08:22.963Z | Compiling packed_struct_codegen v0.10.1 |
2250 | 2025-01-29T20:08:22.988Z | Checking const_format v0.2.34 |
2251 | 2025-01-29T20:08:23.219Z | Compiling vte_generate_state_changes v0.1.2 |
2252 | 2025-01-29T20:08:23.478Z | Compiling indexmap v1.9.3 |
2253 | 2025-01-29T20:08:23.785Z | Compiling libefi-sys v0.1.0 |
2254 | 2025-01-29T20:08:23.853Z | Checking nodrop v0.1.14 |
2255 | 2025-01-29T20:08:24.002Z | Checking array-init v0.0.4 |
2256 | 2025-01-29T20:08:24.126Z | Checking vte v0.11.1 |
2257 | 2025-01-29T20:08:24.672Z | Checking smallvec v0.6.14 |
2258 | 2025-01-29T20:08:24.893Z | Checking fd-lock v4.0.2 |
2259 | 2025-01-29T20:08:25.068Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2260 | 2025-01-29T20:08:25.102Z | Compiling bitfield-struct v0.6.2 |
2261 | 2025-01-29T20:08:25.132Z | Checking hashbrown v0.12.3 |
2262 | 2025-01-29T20:08:25.485Z | Checking bitfield v0.14.0 |
2263 | 2025-01-29T20:08:25.608Z | Checking strip-ansi-escapes v0.2.0 |
2264 | 2025-01-29T20:08:25.691Z | Checking serde-hex v0.1.0 |
2265 | 2025-01-29T20:08:25.792Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2266 | 2025-01-29T20:08:26.076Z | Checking env_logger v0.10.2 |
2267 | 2025-01-29T20:08:26.134Z | Checking ron v0.8.1 |
2268 | 2025-01-29T20:08:26.308Z | Checking progenitor v0.8.0 |
2269 | 2025-01-29T20:08:26.491Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2270 | 2025-01-29T20:08:26.520Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2271 | 2025-01-29T20:08:26.699Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2272 | 2025-01-29T20:08:27.070Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2273 | 2025-01-29T20:08:27.326Z | Checking hashbrown v0.13.2 |
2274 | 2025-01-29T20:08:27.368Z | Checking crc-any v2.5.0 |
2275 | 2025-01-29T20:08:27.765Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2276 | 2025-01-29T20:08:27.891Z | Checking nu-ansi-term v0.50.1 |
2277 | 2025-01-29T20:08:28.252Z | Checking object v0.30.4 |
2278 | 2025-01-29T20:08:28.304Z | Checking reedline v0.35.0 |
2279 | 2025-01-29T20:08:28.875Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2025-01-29T20:08:29.462Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2281 | 2025-01-29T20:08:30.194Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2282 | 2025-01-29T20:08:30.517Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2283 | 2025-01-29T20:08:30.787Z | Compiling parking_lot_core v0.8.6 |
2284 | 2025-01-29T20:08:30.812Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2285 | 2025-01-29T20:08:30.951Z | Checking path-slash v0.1.5 |
2286 | 2025-01-29T20:08:31.112Z | Compiling phf_generator v0.11.2 |
2287 | 2025-01-29T20:08:31.320Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2288 | 2025-01-29T20:08:31.344Z | Checking bytecount v0.6.8 |
2289 | 2025-01-29T20:08:31.516Z | Checking glob v0.3.2 |
2290 | 2025-01-29T20:08:31.623Z | Checking parking_lot v0.11.2 |
2291 | 2025-01-29T20:08:31.842Z | Checking papergrid v0.11.0 |
2292 | 2025-01-29T20:08:31.982Z | Compiling phf_codegen v0.11.2 |
2293 | 2025-01-29T20:08:33.232Z | Compiling tabled_derive v0.7.0 |
2294 | 2025-01-29T20:08:33.376Z | Compiling parse-zoneinfo v0.3.1 |
2295 | 2025-01-29T20:08:33.986Z | Compiling cfg_aliases v0.1.1 |
2296 | 2025-01-29T20:08:34.108Z | Compiling nix v0.28.0 |
2297 | 2025-01-29T20:08:34.277Z | Checking progenitor v0.9.1 |
2298 | 2025-01-29T20:08:34.505Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2299 | 2025-01-29T20:08:34.612Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2300 | 2025-01-29T20:08:34.863Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2301 | 2025-01-29T20:08:35.027Z | Compiling chrono-tz-build v0.4.0 |
2302 | 2025-01-29T20:08:35.465Z | Checking tabled v0.15.0 |
2303 | 2025-01-29T20:08:36.348Z | Checking sled v0.34.7 |
2304 | 2025-01-29T20:08:38.220Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2305 | 2025-01-29T20:08:38.353Z | Checking hickory-client v0.24.2 |
2306 | 2025-01-29T20:08:38.989Z | Checking hickory-server v0.24.2 |
2307 | 2025-01-29T20:08:39.112Z | Compiling chrono-tz v0.10.1 |
2308 | 2025-01-29T20:08:39.433Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2309 | 2025-01-29T20:08:39.788Z | Compiling unicase v2.7.0 |
2310 | 2025-01-29T20:08:39.903Z | Compiling buf-list v1.0.3 |
2311 | 2025-01-29T20:08:40.122Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2312 | 2025-01-29T20:08:40.608Z | Compiling peg-macros v0.8.4 |
2313 | 2025-01-29T20:08:41.456Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2314 | 2025-01-29T20:08:41.616Z | Compiling sqlparser_derive v0.2.2 |
2315 | 2025-01-29T20:08:42.509Z | Checking unicode_categories v0.1.1 |
2316 | 2025-01-29T20:08:42.512Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2317 | 2025-01-29T20:08:42.617Z | Checking sqlparser v0.45.0 |
2318 | 2025-01-29T20:08:42.821Z | Checking sqlformat v0.2.6 |
2319 | 2025-01-29T20:08:42.845Z | Checking rustyline v14.0.0 |
2320 | 2025-01-29T20:08:44.021Z | Checking peg v0.8.4 |
2321 | 2025-01-29T20:08:44.369Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2322 | 2025-01-29T20:08:44.448Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2323 | 2025-01-29T20:08:45.739Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2324 | 2025-01-29T20:08:47.484Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2325 | 2025-01-29T20:08:47.510Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2326 | 2025-01-29T20:08:48.636Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2327 | 2025-01-29T20:08:48.798Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2328 | 2025-01-29T20:08:49.388Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2329 | 2025-01-29T20:08:50.559Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2330 | 2025-01-29T20:08:50.656Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2331 | 2025-01-29T20:08:51.007Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2332 | 2025-01-29T20:08:51.491Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2333 | 2025-01-29T20:08:51.641Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2334 | 2025-01-29T20:08:51.670Z | Checking bcs v0.1.6 |
2335 | 2025-01-29T20:08:52.154Z | Checking termtree v0.5.1 |
2336 | 2025-01-29T20:08:52.379Z | Checking primeorder v0.13.6 |
2337 | 2025-01-29T20:08:52.677Z | Compiling mime_guess v2.0.5 |
2338 | 2025-01-29T20:08:52.893Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2339 | 2025-01-29T20:08:53.476Z | Checking nanorand v0.7.0 |
2340 | 2025-01-29T20:08:53.813Z | Checking http-range v0.1.5 |
2341 | 2025-01-29T20:08:53.835Z | Checking flume v0.11.1 |
2342 | 2025-01-29T20:08:54.330Z | Checking atty v0.2.14 |
2343 | 2025-01-29T20:08:54.361Z | Compiling salty v0.3.0 |
2344 | 2025-01-29T20:08:54.481Z | Checking p384 v0.13.0 |
2345 | 2025-01-29T20:08:54.828Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2346 | 2025-01-29T20:08:55.107Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2347 | 2025-01-29T20:08:55.139Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2348 | 2025-01-29T20:08:55.418Z | Checking hyper-staticfile v0.10.1 |
2349 | 2025-01-29T20:08:55.710Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2350 | 2025-01-29T20:08:55.950Z | Compiling dsl_auto_type v0.1.2 |
2351 | 2025-01-29T20:08:56.137Z | Checking scheduled-thread-pool v0.2.7 |
2352 | 2025-01-29T20:08:56.163Z | Checking env_filter v0.1.2 |
2353 | 2025-01-29T20:08:56.231Z | Compiling diesel_table_macro_syntax v0.2.0 |
2354 | 2025-01-29T20:08:56.256Z | Compiling crunchy v0.2.2 |
2355 | 2025-01-29T20:08:56.379Z | Checking r2d2 v0.8.10 |
2356 | 2025-01-29T20:08:56.404Z | Checking env_logger v0.11.5 |
2357 | 2025-01-29T20:08:56.498Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2358 | 2025-01-29T20:08:56.644Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2359 | 2025-01-29T20:08:56.699Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2360 | 2025-01-29T20:08:56.729Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2361 | 2025-01-29T20:08:56.732Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2362 | 2025-01-29T20:08:56.805Z | Compiling tiny-keccak v2.0.2 |
2363 | 2025-01-29T20:08:57.117Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2364 | 2025-01-29T20:08:57.291Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2365 | 2025-01-29T20:08:57.315Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2366 | 2025-01-29T20:08:57.420Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2367 | 2025-01-29T20:08:57.576Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2368 | 2025-01-29T20:08:57.990Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2369 | 2025-01-29T20:08:58.815Z | Compiling diesel_derives v2.2.3 |
2370 | 2025-01-29T20:08:59.092Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2371 | 2025-01-29T20:08:59.137Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2372 | 2025-01-29T20:09:00.201Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2373 | 2025-01-29T20:09:00.348Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2374 | 2025-01-29T20:09:01.241Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2375 | 2025-01-29T20:09:01.504Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2376 | 2025-01-29T20:09:01.529Z | Compiling ref-cast v1.0.23 |
2377 | 2025-01-29T20:09:01.935Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2378 | 2025-01-29T20:09:02.464Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2379 | 2025-01-29T20:09:03.105Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2380 | 2025-01-29T20:09:03.610Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2381 | 2025-01-29T20:09:03.669Z | Compiling ascii-canvas v3.0.0 |
2382 | 2025-01-29T20:09:03.934Z | Compiling ena v0.14.3 |
2383 | 2025-01-29T20:09:04.170Z | Compiling ref-cast-impl v1.0.23 |
2384 | 2025-01-29T20:09:04.348Z | Compiling diff v0.1.13 |
2385 | 2025-01-29T20:09:04.906Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2386 | 2025-01-29T20:09:04.965Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2387 | 2025-01-29T20:09:05.365Z | Compiling regex-syntax v0.6.29 |
2388 | 2025-01-29T20:09:05.965Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2389 | 2025-01-29T20:09:06.415Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2390 | 2025-01-29T20:09:06.774Z | Compiling pin-project-internal v1.1.6 |
2391 | 2025-01-29T20:09:06.842Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2392 | 2025-01-29T20:09:07.160Z | Compiling derive_builder_core v0.20.2 |
2393 | 2025-01-29T20:09:09.416Z | Compiling lalrpop v0.19.12 |
2394 | 2025-01-29T20:09:09.538Z | Checking pin-project v1.1.6 |
2395 | 2025-01-29T20:09:09.592Z | Compiling libxml v0.3.3 |
2396 | 2025-01-29T20:09:09.687Z | Compiling derive_builder_macro v0.20.2 |
2397 | 2025-01-29T20:09:10.046Z | Checking signal-hook-tokio v0.3.1 |
2398 | 2025-01-29T20:09:10.246Z | Compiling strum_macros v0.24.3 |
2399 | 2025-01-29T20:09:10.330Z | Compiling samael v0.0.17 |
2400 | 2025-01-29T20:09:10.385Z | Compiling snafu-derive v0.8.5 |
2401 | 2025-01-29T20:09:10.410Z | Checking diesel v2.2.6 |
2402 | 2025-01-29T20:09:10.549Z | Compiling indoc v1.0.9 |
2403 | 2025-01-29T20:09:10.813Z | Checking derive_builder v0.20.2 |
2404 | 2025-01-29T20:09:11.449Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2405 | 2025-01-29T20:09:12.486Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2406 | 2025-01-29T20:09:12.677Z | Checking olpc-cjson v0.1.4 |
2407 | 2025-01-29T20:09:12.784Z | Checking globset v0.4.15 |
2408 | 2025-01-29T20:09:12.925Z | Checking quick-xml v0.33.0 |
2409 | 2025-01-29T20:09:13.318Z | Checking serde_plain v1.0.2 |
2410 | 2025-01-29T20:09:13.523Z | Compiling impl-trait-for-tuples v0.2.2 |
2411 | 2025-01-29T20:09:13.585Z | Compiling oso-derive v0.27.3 |
2412 | 2025-01-29T20:09:14.161Z | Compiling memoffset v0.9.1 |
2413 | 2025-01-29T20:09:14.505Z | Checking typed-path v0.9.3 |
2414 | 2025-01-29T20:09:14.796Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2415 | 2025-01-29T20:09:15.534Z | Checking snafu v0.8.5 |
2416 | 2025-01-29T20:09:16.031Z | Checking tungstenite v0.23.0 |
2417 | 2025-01-29T20:09:16.495Z | Compiling diesel-dtrace v0.4.2 |
2418 | 2025-01-29T20:09:16.519Z | Checking tough v0.19.0 |
2419 | 2025-01-29T20:09:16.795Z | Checking parse-size v1.1.0 |
2420 | 2025-01-29T20:09:16.926Z | Checking tokio-tungstenite v0.23.1 |
2421 | 2025-01-29T20:09:17.205Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2422 | 2025-01-29T20:09:17.400Z | Checking bb8 v0.8.5 |
2423 | 2025-01-29T20:09:17.504Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2424 | 2025-01-29T20:09:17.919Z | Checking nix v0.27.1 |
2425 | 2025-01-29T20:09:17.974Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2426 | 2025-01-29T20:09:18.249Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2427 | 2025-01-29T20:09:20.490Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2428 | 2025-01-29T20:09:20.637Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2429 | 2025-01-29T20:09:20.868Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2430 | 2025-01-29T20:09:20.892Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2431 | 2025-01-29T20:09:21.248Z | Checking heck v0.4.1 |
2432 | 2025-01-29T20:09:21.275Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2433 | 2025-01-29T20:09:21.486Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2434 | 2025-01-29T20:09:21.842Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2435 | 2025-01-29T20:09:21.905Z | Checking rand_seeder v0.3.0 |
2436 | 2025-01-29T20:09:22.078Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2437 | 2025-01-29T20:09:22.145Z | Checking assert_matches v1.5.0 |
2438 | 2025-01-29T20:09:22.262Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2439 | 2025-01-29T20:09:22.459Z | Compiling libz-sys v1.1.20 |
2440 | 2025-01-29T20:09:22.502Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2441 | 2025-01-29T20:09:22.819Z | Checking castaway v0.2.3 |
2442 | 2025-01-29T20:09:23.001Z | Checking is_ci v1.2.0 |
2443 | 2025-01-29T20:09:23.036Z | Checking compact_str v0.8.0 |
2444 | 2025-01-29T20:09:23.147Z | Checking supports-color v3.0.1 |
2445 | 2025-01-29T20:09:23.308Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2446 | 2025-01-29T20:09:23.362Z | Checking unicode-truncate v1.1.0 |
2447 | 2025-01-29T20:09:23.599Z | Checking lru v0.12.5 |
2448 | 2025-01-29T20:09:23.841Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2449 | 2025-01-29T20:09:23.866Z | Compiling instability v0.3.2 |
2450 | 2025-01-29T20:09:23.888Z | Checking cassowary v0.3.0 |
2451 | 2025-01-29T20:09:24.279Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2452 | 2025-01-29T20:09:24.486Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2453 | 2025-01-29T20:09:24.669Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2454 | 2025-01-29T20:09:24.811Z | Checking ratatui v0.28.1 |
2455 | 2025-01-29T20:09:25.410Z | Compiling vergen v8.3.2 |
2456 | 2025-01-29T20:09:25.434Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2457 | 2025-01-29T20:09:25.716Z | Compiling cargo-platform v0.1.8 |
2458 | 2025-01-29T20:09:26.129Z | Checking unicode-linebreak v0.1.5 |
2459 | 2025-01-29T20:09:26.259Z | Checking smawk v0.3.2 |
2460 | 2025-01-29T20:09:26.489Z | Compiling cargo_metadata v0.18.1 |
2461 | 2025-01-29T20:09:26.548Z | Checking textwrap v0.16.1 |
2462 | 2025-01-29T20:09:26.978Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2463 | 2025-01-29T20:09:27.705Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2464 | 2025-01-29T20:09:27.728Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2465 | 2025-01-29T20:09:28.273Z | Compiling libsqlite3-sys v0.30.1 |
2466 | 2025-01-29T20:09:28.816Z | Compiling cfg_aliases v0.2.1 |
2467 | 2025-01-29T20:09:28.943Z | Compiling rustls v0.21.12 |
2468 | 2025-01-29T20:09:29.169Z | Checking shell-words v1.1.0 |
2469 | 2025-01-29T20:09:29.220Z | Compiling nix v0.29.0 |
2470 | 2025-01-29T20:09:29.396Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2471 | 2025-01-29T20:09:29.641Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2472 | 2025-01-29T20:09:29.702Z | Checking rustls-webpki v0.101.7 |
2473 | 2025-01-29T20:09:29.956Z | Checking sct v0.7.1 |
2474 | 2025-01-29T20:09:30.217Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2475 | 2025-01-29T20:09:30.519Z | Checking hashlink v0.9.1 |
2476 | 2025-01-29T20:09:30.601Z | Checking concurrent-queue v2.5.0 |
2477 | 2025-01-29T20:09:30.821Z | Checking fallible-iterator v0.3.0 |
2478 | 2025-01-29T20:09:30.944Z | Checking fallible-streaming-iterator v0.1.9 |
2479 | 2025-01-29T20:09:31.073Z | Checking parking v2.2.1 |
2480 | 2025-01-29T20:09:31.171Z | Checking plotters-backend v0.3.7 |
2481 | 2025-01-29T20:09:31.416Z | Checking rusqlite v0.32.1 |
2482 | 2025-01-29T20:09:31.582Z | Checking plotters-svg v0.3.7 |
2483 | 2025-01-29T20:09:31.770Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2484 | 2025-01-29T20:09:31.816Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2485 | 2025-01-29T20:09:32.099Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2486 | 2025-01-29T20:09:32.513Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2487 | 2025-01-29T20:09:32.833Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2488 | 2025-01-29T20:09:32.857Z | Checking rustls-pemfile v1.0.4 |
2489 | 2025-01-29T20:09:33.079Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2490 | 2025-01-29T20:09:33.142Z | Checking twox-hash v2.1.0 |
2491 | 2025-01-29T20:09:33.266Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2492 | 2025-01-29T20:09:33.290Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2493 | 2025-01-29T20:09:33.457Z | Checking tokio-rustls v0.24.1 |
2494 | 2025-01-29T20:09:33.759Z | Checking cast v0.3.0 |
2495 | 2025-01-29T20:09:33.816Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2496 | 2025-01-29T20:09:34.040Z | Checking criterion-plot v0.5.0 |
2497 | 2025-01-29T20:09:34.594Z | Checking plotters v0.3.7 |
2498 | 2025-01-29T20:09:35.264Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2499 | 2025-01-29T20:09:36.079Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2500 | 2025-01-29T20:09:36.278Z | Checking fatfs v0.3.6 |
2501 | 2025-01-29T20:09:37.310Z | Checking tinytemplate v1.2.1 |
2502 | 2025-01-29T20:09:37.450Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2503 | 2025-01-29T20:09:37.643Z | Checking csv-core v0.1.11 |
2504 | 2025-01-29T20:09:37.717Z | Checking hex-literal v0.4.1 |
2505 | 2025-01-29T20:09:37.862Z | Checking oorandom v11.1.4 |
2506 | 2025-01-29T20:09:37.973Z | Checking anes v0.1.6 |
2507 | 2025-01-29T20:09:38.052Z | Checking csv v1.3.1 |
2508 | 2025-01-29T20:09:38.316Z | Checking criterion v0.5.1 |
2509 | 2025-01-29T20:09:38.412Z | Checking event-listener v5.3.1 |
2510 | 2025-01-29T20:09:38.846Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2511 | 2025-01-29T20:09:38.866Z | Checking rtoolbox v0.0.2 |
2512 | 2025-01-29T20:09:39.093Z | Checking rpassword v7.3.1 |
2513 | 2025-01-29T20:09:39.267Z | Checking event-listener-strategy v0.5.2 |
2514 | 2025-01-29T20:09:39.502Z | Checking tui-tree-widget v0.22.0 |
2515 | 2025-01-29T20:09:39.839Z | Checking polyval v0.6.2 |
2516 | 2025-01-29T20:09:40.138Z | Checking ghash v0.5.1 |
2517 | 2025-01-29T20:09:40.723Z | Checking async-bb8-diesel v0.2.1 |
2518 | 2025-01-29T20:09:41.059Z | Checking futures-lite v2.3.0 |
2519 | 2025-01-29T20:09:41.398Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2520 | 2025-01-29T20:09:42.305Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2521 | 2025-01-29T20:09:42.465Z | Checking ctr v0.9.2 |
2522 | 2025-01-29T20:09:42.792Z | Checking yansi v1.0.1 |
2523 | 2025-01-29T20:09:43.262Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2524 | 2025-01-29T20:09:43.341Z | Checking pretty_assertions v1.4.1 |
2525 | 2025-01-29T20:09:43.494Z | Checking aes-gcm v0.10.3 |
2526 | 2025-01-29T20:09:43.571Z | Checking ssh-encoding v0.2.0 |
2527 | 2025-01-29T20:09:43.737Z | Checking blowfish v0.9.1 |
2528 | 2025-01-29T20:09:43.913Z | Checking ssh-cipher v0.2.0 |
2529 | 2025-01-29T20:09:43.995Z | Checking bcrypt-pbkdf v0.10.0 |
2530 | 2025-01-29T20:09:44.216Z | Checking async-lock v3.4.0 |
2531 | 2025-01-29T20:09:44.265Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2532 | 2025-01-29T20:09:45.039Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2533 | 2025-01-29T20:09:45.087Z | Checking polling v3.7.3 |
2534 | 2025-01-29T20:09:45.503Z | Checking password-hash v0.4.2 |
2535 | 2025-01-29T20:09:45.928Z | Checking pbkdf2 v0.11.0 |
2536 | 2025-01-29T20:09:46.204Z | Checking async-io v2.3.4 |
2537 | 2025-01-29T20:09:46.394Z | Checking ssh-key v0.6.6 |
2538 | 2025-01-29T20:09:47.131Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2539 | 2025-01-29T20:09:47.865Z | Checking p521 v0.13.3 |
2540 | 2025-01-29T20:09:47.987Z | Checking p256 v0.13.2 |
2541 | 2025-01-29T20:09:48.394Z | Checking russh-cryptovec v0.7.3 |
2542 | 2025-01-29T20:09:48.643Z | Checking md5 v0.7.0 |
2543 | 2025-01-29T20:09:48.952Z | Checking async-task v4.7.1 |
2544 | 2025-01-29T20:09:49.158Z | Compiling doc-comment v0.3.3 |
2545 | 2025-01-29T20:09:49.296Z | Compiling target-lexicon v0.12.16 |
2546 | 2025-01-29T20:09:49.367Z | Checking russh-keys v0.45.0 |
2547 | 2025-01-29T20:09:49.837Z | Checking async-channel v2.3.1 |
2548 | 2025-01-29T20:09:50.169Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2549 | 2025-01-29T20:09:50.294Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2550 | 2025-01-29T20:09:50.679Z | Checking piper v0.2.4 |
2551 | 2025-01-29T20:09:50.905Z | Checking num-bigint v0.4.6 |
2552 | 2025-01-29T20:09:51.084Z | Checking des v0.8.1 |
2553 | 2025-01-29T20:09:51.370Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2554 | 2025-01-29T20:09:51.725Z | Compiling guppy-workspace-hack v0.1.0 |
2555 | 2025-01-29T20:09:52.011Z | Checking futures-timer v3.0.3 |
2556 | 2025-01-29T20:09:52.215Z | Compiling assert_cmd v2.0.16 |
2557 | 2025-01-29T20:09:52.334Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2558 | 2025-01-29T20:09:52.713Z | Checking blocking v1.6.1 |
2559 | 2025-01-29T20:09:53.288Z | Checking russh v0.45.0 |
2560 | 2025-01-29T20:09:53.548Z | Checking async-executor v1.13.1 |
2561 | 2025-01-29T20:09:53.634Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2562 | 2025-01-29T20:09:53.889Z | Checking async-signal v0.2.10 |
2563 | 2025-01-29T20:09:54.185Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2564 | 2025-01-29T20:09:54.484Z | Checking event-listener v2.5.3 |
2565 | 2025-01-29T20:09:54.582Z | Checking internet-checksum v0.2.1 |
2566 | 2025-01-29T20:09:54.704Z | Compiling target-spec v3.2.2 |
2567 | 2025-01-29T20:09:54.765Z | Checking async-channel v1.9.0 |
2568 | 2025-01-29T20:09:55.225Z | Checking async-process v2.3.0 |
2569 | 2025-01-29T20:09:55.594Z | Checking async-global-executor v2.4.1 |
2570 | 2025-01-29T20:09:55.880Z | Checking cfg-expr v0.17.0 |
2571 | 2025-01-29T20:09:56.228Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2572 | 2025-01-29T20:09:56.680Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2573 | 2025-01-29T20:09:57.344Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2574 | 2025-01-29T20:09:57.392Z | Checking httptest v0.16.1 |
2575 | 2025-01-29T20:09:57.476Z | Checking rustls-native-certs v0.7.3 |
2576 | 2025-01-29T20:09:57.666Z | Compiling petname v2.0.2 |
2577 | 2025-01-29T20:09:57.699Z | Checking num_cpus v1.16.0 |
2578 | 2025-01-29T20:09:57.840Z | Checking kv-log-macro v1.0.7 |
2579 | 2025-01-29T20:09:57.995Z | Compiling async-attributes v1.1.2 |
2580 | 2025-01-29T20:09:58.795Z | Checking async-std v1.13.0 |
2581 | 2025-01-29T20:09:59.023Z | Checking threadpool v1.8.1 |
2582 | 2025-01-29T20:09:59.251Z | Checking hyper-rustls v0.26.0 |
2583 | 2025-01-29T20:09:59.946Z | Checking pathdiff v0.2.2 |
2584 | 2025-01-29T20:10:00.053Z | Compiling rstest_macros v0.23.0 |
2585 | 2025-01-29T20:10:00.125Z | Compiling target-triple v0.1.3 |
2586 | 2025-01-29T20:10:00.427Z | Checking nested v0.1.1 |
2587 | 2025-01-29T20:10:00.583Z | Checking escape8259 v0.5.3 |
2588 | 2025-01-29T20:10:00.661Z | Checking guppy v0.17.8 |
2589 | 2025-01-29T20:10:00.781Z | Checking libtest-mimic v0.7.3 |
2590 | 2025-01-29T20:10:00.814Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2591 | 2025-01-29T20:10:02.051Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2592 | 2025-01-29T20:10:02.247Z | Checking async-object-pool v0.1.5 |
2593 | 2025-01-29T20:10:02.364Z | Checking similar-asserts v1.6.0 |
2594 | 2025-01-29T20:10:02.418Z | Checking fancy-regex v0.13.0 |
2595 | 2025-01-29T20:10:02.553Z | Checking serde_regex v1.1.0 |
2596 | 2025-01-29T20:10:02.606Z | Checking assert-json-diff v2.0.2 |
2597 | 2025-01-29T20:10:02.820Z | Compiling proc-macro-crate v3.2.0 |
2598 | 2025-01-29T20:10:02.903Z | Checking path-tree v0.8.1 |
2599 | 2025-01-29T20:10:03.148Z | Checking sync-ptr v0.1.1 |
2600 | 2025-01-29T20:10:03.247Z | Compiling relative-path v1.9.3 |
2601 | 2025-01-29T20:10:03.375Z | Checking stringmetrics v2.2.2 |
2602 | 2025-01-29T20:10:03.531Z | Checking datatest-stable v0.2.9 |
2603 | 2025-01-29T20:10:03.647Z | Checking httpmock v0.8.0-alpha.1 |
2604 | 2025-01-29T20:10:03.904Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2605 | 2025-01-29T20:10:03.998Z | Checking blake2b_simd v1.0.2 |
2606 | 2025-01-29T20:10:04.885Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2607 | 2025-01-29T20:10:05.311Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2608 | 2025-01-29T20:10:05.629Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2609 | 2025-01-29T20:10:05.950Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2610 | 2025-01-29T20:10:06.275Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2611 | 2025-01-29T20:10:06.825Z | Checking serde_tokenstream v0.2.2 |
2612 | 2025-01-29T20:10:07.235Z | Checking uzers v0.12.1 |
2613 | 2025-01-29T20:10:07.800Z | Checking rust-argon2 v2.1.0 |
2614 | 2025-01-29T20:10:08.266Z | Checking trybuild v1.0.101 |
2615 | 2025-01-29T20:10:08.784Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2616 | 2025-01-29T20:10:09.555Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2617 | 2025-01-29T20:10:09.929Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2618 | 2025-01-29T20:10:11.087Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2619 | 2025-01-29T20:10:11.422Z | Checking rand_distr v0.4.3 |
2620 | 2025-01-29T20:10:12.127Z | Checking multimap v0.10.0 |
2621 | 2025-01-29T20:10:12.473Z | Checking approx v0.5.1 |
2622 | 2025-01-29T20:10:12.764Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2623 | 2025-01-29T20:10:13.231Z | Checking rstest v0.23.0 |
2624 | 2025-01-29T20:10:13.446Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2625 | 2025-01-29T20:10:14.423Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2626 | 2025-01-29T20:10:14.606Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2627 | 2025-01-29T20:10:15.469Z | Checking partial-io v0.5.4 |
2628 | 2025-01-29T20:10:15.703Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2629 | 2025-01-29T20:10:15.743Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2630 | 2025-01-29T20:10:15.827Z | Checking cargo_toml v0.20.5 |
2631 | 2025-01-29T20:10:16.019Z | Checking termios v0.3.3 |
2632 | 2025-01-29T20:10:16.240Z | Compiling indoc v2.0.5 |
2633 | 2025-01-29T20:10:16.974Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2634 | 2025-01-29T20:10:17.618Z | Compiling git2 v0.19.0 |
2635 | 2025-01-29T20:10:17.662Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2636 | 2025-01-29T20:10:17.712Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2637 | 2025-01-29T20:10:21.346Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2638 | 2025-01-29T20:10:26.052Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2639 | 2025-01-29T20:10:34.718Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2640 | 2025-01-29T20:10:35.982Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2641 | 2025-01-29T20:10:46.389Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2642 | 2025-01-29T20:11:14.002Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2643 | 2025-01-29T20:11:14.739Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2644 | 2025-01-29T20:11:15.243Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2645 | 2025-01-29T20:11:31.669Z | Compiling polar-core v0.27.3 |
2646 | 2025-01-29T20:11:39.879Z | Checking oso v0.27.3 |
2647 | 2025-01-29T20:12:13.652Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2648 | 2025-01-29T20:12:13.655Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2649 | 2025-01-29T20:12:13.655Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2650 | 2025-01-29T20:13:25.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 18s |
2651 | 2025-01-29T20:13:25.707Z | |
2652 | 2025-01-29T20:13:25.707Z | real 6:22.149243549 |
2653 | 2025-01-29T20:13:25.707Z | user 33:37.970727571 |
2654 | 2025-01-29T20:13:25.707Z | sys 5:02.130709945 |
2655 | 2025-01-29T20:13:25.707Z | trap 0.959810113 |
2656 | 2025-01-29T20:13:25.707Z | tflt 1.789127880 |
2657 | 2025-01-29T20:13:25.707Z | dflt 0.444333467 |
2658 | 2025-01-29T20:13:25.707Z | kflt 0.000967469 |
2659 | 2025-01-29T20:13:25.707Z | lock 47:11.998332188 |
2660 | 2025-01-29T20:13:25.707Z | slp 1:53:59.265786430 |
2661 | 2025-01-29T20:13:25.707Z | lat 1:42.047053071 |
2662 | 2025-01-29T20:13:25.707Z | stop 6:44.273798923 |
2663 | 2025-01-29T20:13:25.710Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2664 | 2025-01-29T20:13:25.710Z | + ptime -m cargo doc --workspace --no-deps |
2665 | 2025-01-29T20:13:26.874Z | warning: output filename collision. |
2666 | 2025-01-29T20:13:26.874Z | 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)`. |
2667 | 2025-01-29T20:13:26.874Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2668 | 2025-01-29T20:13:26.874Z | The targets should have unique names. |
2669 | 2025-01-29T20:13:26.874Z | This is a known bug where multiple crates with the same name use |
2670 | 2025-01-29T20:13:26.874Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2671 | 2025-01-29T20:13:27.345Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2672 | 2025-01-29T20:13:27.416Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2673 | 2025-01-29T20:13:27.437Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2025-01-29T20:13:27.478Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2675 | 2025-01-29T20:13:27.506Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2676 | 2025-01-29T20:13:27.534Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2677 | 2025-01-29T20:13:27.534Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2678 | 2025-01-29T20:13:27.752Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2679 | 2025-01-29T20:13:27.789Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2680 | 2025-01-29T20:13:27.816Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2681 | 2025-01-29T20:13:27.884Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2682 | 2025-01-29T20:13:28.050Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2683 | 2025-01-29T20:13:28.164Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2684 | 2025-01-29T20:13:28.368Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2685 | 2025-01-29T20:13:28.487Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2686 | 2025-01-29T20:13:28.540Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2687 | 2025-01-29T20:13:28.951Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2688 | 2025-01-29T20:13:29.307Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2689 | 2025-01-29T20:13:29.563Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2690 | 2025-01-29T20:13:29.603Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2691 | 2025-01-29T20:13:29.715Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2692 | 2025-01-29T20:13:29.895Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2693 | 2025-01-29T20:13:30.047Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2025-01-29T20:13:30.232Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2695 | 2025-01-29T20:13:30.622Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2696 | 2025-01-29T20:13:31.098Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2697 | 2025-01-29T20:13:31.180Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2698 | 2025-01-29T20:13:31.508Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2699 | 2025-01-29T20:13:31.665Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2700 | 2025-01-29T20:13:31.688Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2701 | 2025-01-29T20:13:31.722Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2702 | 2025-01-29T20:13:31.959Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2703 | 2025-01-29T20:13:31.962Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2704 | 2025-01-29T20:13:32.130Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2705 | 2025-01-29T20:13:32.154Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2706 | 2025-01-29T20:13:32.299Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2707 | 2025-01-29T20:13:32.474Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2708 | 2025-01-29T20:13:32.784Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2709 | 2025-01-29T20:13:32.811Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2710 | 2025-01-29T20:13:32.839Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2711 | 2025-01-29T20:13:33.157Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2712 | 2025-01-29T20:13:33.176Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2713 | 2025-01-29T20:13:33.198Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2714 | 2025-01-29T20:13:33.246Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2715 | 2025-01-29T20:13:34.093Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2716 | 2025-01-29T20:13:34.405Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2717 | 2025-01-29T20:13:35.678Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2718 | 2025-01-29T20:13:36.277Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2719 | 2025-01-29T20:13:37.342Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2720 | 2025-01-29T20:13:37.774Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2721 | 2025-01-29T20:13:38.614Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2722 | 2025-01-29T20:13:39.144Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2723 | 2025-01-29T20:13:39.646Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2724 | 2025-01-29T20:13:39.668Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2725 | 2025-01-29T20:13:40.750Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2726 | 2025-01-29T20:13:41.160Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2727 | 2025-01-29T20:13:41.369Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2728 | 2025-01-29T20:13:42.075Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2729 | 2025-01-29T20:13:42.432Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2730 | 2025-01-29T20:13:43.325Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2731 | 2025-01-29T20:13:43.623Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2732 | 2025-01-29T20:13:43.890Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2733 | 2025-01-29T20:13:44.913Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2734 | 2025-01-29T20:13:46.512Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2735 | 2025-01-29T20:13:47.068Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2736 | 2025-01-29T20:13:47.578Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2737 | 2025-01-29T20:13:47.955Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2738 | 2025-01-29T20:13:47.993Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2739 | 2025-01-29T20:13:48.237Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2740 | 2025-01-29T20:13:48.656Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2741 | 2025-01-29T20:13:48.760Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2742 | 2025-01-29T20:13:48.985Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2743 | 2025-01-29T20:13:50.045Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2744 | 2025-01-29T20:13:50.666Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2745 | 2025-01-29T20:13:51.326Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2746 | 2025-01-29T20:13:51.462Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2747 | 2025-01-29T20:13:51.553Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2748 | 2025-01-29T20:13:51.594Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2749 | 2025-01-29T20:13:51.855Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2750 | 2025-01-29T20:13:52.185Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2751 | 2025-01-29T20:13:52.335Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2752 | 2025-01-29T20:13:52.523Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2753 | 2025-01-29T20:13:52.875Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2754 | 2025-01-29T20:13:52.903Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2755 | 2025-01-29T20:13:53.974Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2756 | 2025-01-29T20:13:54.072Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2757 | 2025-01-29T20:13:54.103Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2758 | 2025-01-29T20:13:54.130Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2759 | 2025-01-29T20:13:54.446Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2760 | 2025-01-29T20:13:55.126Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2761 | 2025-01-29T20:13:55.212Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2762 | 2025-01-29T20:13:55.728Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2763 | 2025-01-29T20:13:56.843Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2764 | 2025-01-29T20:13:57.849Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2765 | 2025-01-29T20:13:57.849Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2766 | 2025-01-29T20:13:57.849Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2767 | 2025-01-29T20:13:57.849Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2768 | 2025-01-29T20:13:57.849Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2769 | 2025-01-29T20:13:57.852Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2770 | 2025-01-29T20:13:57.852Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2771 | 2025-01-29T20:13:57.945Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2772 | 2025-01-29T20:13:57.964Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2773 | 2025-01-29T20:13:59.112Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2774 | 2025-01-29T20:14:00.488Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2775 | 2025-01-29T20:14:01.508Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2776 | 2025-01-29T20:14:01.810Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2777 | 2025-01-29T20:14:01.944Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2778 | 2025-01-29T20:14:02.190Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2779 | 2025-01-29T20:14:02.240Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2780 | 2025-01-29T20:14:02.347Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2781 | 2025-01-29T20:14:02.430Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2782 | 2025-01-29T20:14:02.795Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2783 | 2025-01-29T20:14:03.483Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2784 | 2025-01-29T20:14:03.636Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2785 | 2025-01-29T20:14:04.151Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2786 | 2025-01-29T20:14:04.448Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2787 | 2025-01-29T20:14:04.564Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2788 | 2025-01-29T20:14:04.669Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2789 | 2025-01-29T20:14:04.788Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2790 | 2025-01-29T20:14:07.085Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2791 | 2025-01-29T20:14:08.458Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2792 | 2025-01-29T20:14:09.114Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2793 | 2025-01-29T20:14:09.565Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2794 | 2025-01-29T20:14:09.908Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2795 | 2025-01-29T20:14:10.024Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2796 | 2025-01-29T20:14:10.276Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2797 | 2025-01-29T20:14:12.164Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2798 | 2025-01-29T20:14:12.237Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2799 | 2025-01-29T20:14:14.833Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2800 | 2025-01-29T20:14:15.846Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2801 | 2025-01-29T20:14:16.826Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2802 | 2025-01-29T20:14:18.464Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2803 | 2025-01-29T20:14:19.881Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2804 | 2025-01-29T20:14:23.024Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2805 | 2025-01-29T20:14:24.583Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2806 | 2025-01-29T20:14:26.443Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2807 | 2025-01-29T20:14:29.703Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2808 | 2025-01-29T20:14:29.731Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2809 | 2025-01-29T20:14:31.078Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2810 | 2025-01-29T20:14:31.456Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2811 | 2025-01-29T20:14:32.011Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2812 | 2025-01-29T20:14:33.040Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2813 | 2025-01-29T20:14:33.257Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2814 | 2025-01-29T20:14:34.584Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2815 | 2025-01-29T20:14:35.413Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2816 | 2025-01-29T20:14:38.141Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2817 | 2025-01-29T20:14:38.201Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2818 | 2025-01-29T20:14:39.522Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2819 | 2025-01-29T20:14:40.686Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2820 | 2025-01-29T20:14:41.371Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2821 | 2025-01-29T20:14:41.497Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2822 | 2025-01-29T20:14:41.900Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2823 | 2025-01-29T20:14:42.964Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2824 | 2025-01-29T20:14:44.570Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2825 | 2025-01-29T20:14:45.396Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2826 | 2025-01-29T20:14:45.996Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2827 | 2025-01-29T20:14:46.325Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2828 | 2025-01-29T20:14:47.065Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2829 | 2025-01-29T20:14:48.098Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2830 | 2025-01-29T20:14:48.907Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2831 | 2025-01-29T20:14:49.828Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2832 | 2025-01-29T20:14:50.453Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2833 | 2025-01-29T20:14:50.741Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2834 | 2025-01-29T20:14:51.736Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2835 | 2025-01-29T20:14:52.244Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2836 | 2025-01-29T20:14:53.401Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2837 | 2025-01-29T20:14:54.535Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2838 | 2025-01-29T20:14:54.753Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2839 | 2025-01-29T20:14:54.836Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2840 | 2025-01-29T20:14:55.227Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2841 | 2025-01-29T20:14:57.180Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2842 | 2025-01-29T20:14:57.323Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2843 | 2025-01-29T20:14:57.850Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2844 | 2025-01-29T20:14:58.305Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2845 | 2025-01-29T20:14:58.342Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2846 | 2025-01-29T20:14:58.679Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2847 | 2025-01-29T20:15:00.724Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2848 | 2025-01-29T20:15:02.258Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2849 | 2025-01-29T20:15:02.494Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2850 | 2025-01-29T20:15:02.635Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2851 | 2025-01-29T20:15:04.942Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2852 | 2025-01-29T20:15:05.298Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2853 | 2025-01-29T20:15:05.301Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2854 | 2025-01-29T20:15:05.728Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2855 | 2025-01-29T20:15:06.536Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2856 | 2025-01-29T20:15:08.093Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2857 | 2025-01-29T20:15:09.462Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2858 | 2025-01-29T20:15:09.656Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2859 | 2025-01-29T20:15:10.660Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2860 | 2025-01-29T20:15:10.842Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2861 | 2025-01-29T20:15:10.876Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2862 | 2025-01-29T20:15:14.187Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2863 | 2025-01-29T20:15:14.587Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2864 | 2025-01-29T20:15:14.609Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2865 | 2025-01-29T20:15:14.941Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2866 | 2025-01-29T20:15:15.591Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2867 | 2025-01-29T20:15:18.071Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2868 | 2025-01-29T20:15:18.112Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2869 | 2025-01-29T20:15:18.140Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2870 | 2025-01-29T20:15:19.334Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2871 | 2025-01-29T20:15:19.418Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2872 | 2025-01-29T20:15:20.192Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2873 | 2025-01-29T20:15:21.555Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2874 | 2025-01-29T20:15:23.207Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2875 | 2025-01-29T20:15:23.295Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2876 | 2025-01-29T20:15:23.428Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2877 | 2025-01-29T20:15:24.652Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2878 | 2025-01-29T20:15:25.277Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2879 | 2025-01-29T20:15:26.507Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2880 | 2025-01-29T20:15:26.647Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2881 | 2025-01-29T20:15:26.772Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2882 | 2025-01-29T20:15:27.931Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2883 | 2025-01-29T20:15:28.759Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2884 | 2025-01-29T20:15:29.758Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2885 | 2025-01-29T20:15:30.177Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2886 | 2025-01-29T20:15:30.201Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2887 | 2025-01-29T20:15:31.137Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2888 | 2025-01-29T20:15:31.254Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2889 | 2025-01-29T20:15:31.411Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2890 | 2025-01-29T20:15:32.132Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2891 | 2025-01-29T20:15:32.230Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2892 | 2025-01-29T20:15:32.630Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2893 | 2025-01-29T20:15:32.761Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2894 | 2025-01-29T20:15:33.267Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2895 | 2025-01-29T20:15:50.615Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2896 | 2025-01-29T20:15:50.618Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2897 | 2025-01-29T20:15:50.618Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2898 | 2025-01-29T20:15:50.618Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2899 | 2025-01-29T20:15:51.607Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2900 | 2025-01-29T20:15:51.650Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2901 | 2025-01-29T20:15:51.707Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2902 | 2025-01-29T20:15:51.856Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2903 | 2025-01-29T20:15:53.745Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2904 | 2025-01-29T20:15:58.483Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2905 | 2025-01-29T20:15:59.669Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2906 | 2025-01-29T20:16:38.555Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2907 | 2025-01-29T20:16:45.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 19s |
2908 | 2025-01-29T20:16:45.279Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2909 | 2025-01-29T20:16:45.348Z | |
2910 | 2025-01-29T20:16:45.350Z | real 3:19.554735224 |
2911 | 2025-01-29T20:16:45.350Z | user 17:35.745411265 |
2912 | 2025-01-29T20:16:45.350Z | sys 2:29.839570509 |
2913 | 2025-01-29T20:16:45.351Z | trap 0.485382761 |
2914 | 2025-01-29T20:16:45.351Z | tflt 0.254399667 |
2915 | 2025-01-29T20:16:45.351Z | dflt 0.084819735 |
2916 | 2025-01-29T20:16:45.351Z | kflt 0.000038792 |
2917 | 2025-01-29T20:16:45.351Z | lock 27:33.041303886 |
2918 | 2025-01-29T20:16:45.351Z | slp 49:36.211427566 |
2919 | 2025-01-29T20:16:45.351Z | lat 1:07.586527530 |
2920 | 2025-01-29T20:16:45.351Z | stop 1:16.928150406 |
2921 | 2025-01-29T20:16:45.351Z | process exited: duration 877011 ms, exit code 0 |
|
2922 | 2025-01-29T20:16:45.357Z | found 0 output files |