|
|
|
1 | 2024-12-21T04:20:51.957Z | job assigned to worker 01JFKQ309GPFC017YMS67Q6P0S [factory aws, i-04eb456714b0cd82d] (queued for 1 m 3 s) |
|
2 | 2024-12-21T04:20:59.534Z | starting task 0: "setup" |
3 | 2024-12-21T04:20:59.546Z | ++ uname -s |
4 | 2024-12-21T04:20:59.548Z | + kern=SunOS |
5 | 2024-12-21T04:20:59.549Z | + case "$kern" in |
6 | 2024-12-21T04:20:59.549Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:20:59.552Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:21:01.601Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:21:01.753Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:21:01.851Z | + home_fs=zfs |
11 | 2024-12-21T04:21:01.851Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:21:01.851Z | + mkdir -p /home/build |
13 | 2024-12-21T04:21:01.851Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:21:03.673Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:21:03.677Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-12-21T04:21:03.683Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:21:03.688Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:21:03.689Z | ' 1.81.0 |
19 | 2024-12-21T04:21:03.689Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:21:03.689Z | * toolchain profile = "default" |
21 | 2024-12-21T04:21:03.689Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T04:21:03.689Z | ' default |
23 | 2024-12-21T04:21:03.692Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:21:03.692Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:21:03.819Z | info: downloading installer |
26 | 2024-12-21T04:21:05.259Z | info: profile set to 'default' |
27 | 2024-12-21T04:21:05.259Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:21:05.360Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:21:05.468Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:21:05.468Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:21:06.214Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:21:06.535Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:21:07.731Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:21:09.587Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:21:16.274Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:21:16.526Z | info: installing component 'cargo' |
37 | 2024-12-21T04:21:17.325Z | info: installing component 'clippy' |
38 | 2024-12-21T04:21:17.683Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:21:19.409Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:21:21.033Z | info: installing component 'rustc' |
41 | 2024-12-21T04:21:26.664Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:21:27.043Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:21:27.043Z | |
44 | 2024-12-21T04:21:27.372Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:21:27.373Z | |
46 | 2024-12-21T04:21:27.396Z | |
47 | 2024-12-21T04:21:27.397Z | Rust is installed now. Great! |
48 | 2024-12-21T04:21:27.397Z | |
49 | 2024-12-21T04:21:27.397Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:21:27.397Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:21:27.397Z | |
52 | 2024-12-21T04:21:27.397Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:21:27.397Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:21:27.397Z | |
55 | 2024-12-21T04:21:27.397Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:21:27.397Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:21:27.397Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:21:27.439Z | + rustc --version |
59 | 2024-12-21T04:21:27.492Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:21:27.503Z | process exited: duration 23808 ms, exit code 0 |
|
61 | 2024-12-21T04:21:27.524Z | starting task 2: "authentication" |
62 | 2024-12-21T04:21:27.548Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:21:47.867Z | process exited: duration 20344 ms, exit code 0 |
|
64 | 2024-12-21T04:21:47.880Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:21:47.886Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:21:47.889Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:21:47.929Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:21:54.530Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:21:54.533Z | + git fetch origin 7b95f649174d4bfe70737429fbe6e7284721b254 |
70 | 2024-12-21T04:21:54.810Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:21:54.810Z | * branch 7b95f649174d4bfe70737429fbe6e7284721b254 -> FETCH_HEAD |
72 | 2024-12-21T04:21:54.821Z | + [[ -n renovate/uuid-1.x ]] |
73 | 2024-12-21T04:21:54.825Z | ++ git branch --show-current |
74 | 2024-12-21T04:21:54.825Z | + current=main |
75 | 2024-12-21T04:21:54.825Z | + [[ main != renovate/uuid-1.x ]] |
76 | 2024-12-21T04:21:54.825Z | + git branch -f renovate/uuid-1.x 7b95f649174d4bfe70737429fbe6e7284721b254 |
77 | 2024-12-21T04:21:54.827Z | + git checkout -f renovate/uuid-1.x |
78 | 2024-12-21T04:21:54.942Z | Switched to branch 'renovate/uuid-1.x' |
79 | 2024-12-21T04:21:54.945Z | + git reset --hard 7b95f649174d4bfe70737429fbe6e7284721b254 |
80 | 2024-12-21T04:21:55.056Z | HEAD is now at 7b95f6491 Update Rust crate uuid to 1.11.0 |
81 | 2024-12-21T04:21:55.058Z | process exited: duration 7178 ms, exit code 0 |
|
82 | 2024-12-21T04:21:55.065Z | starting task 4: "build" |
83 | 2024-12-21T04:21:55.069Z | + source ./env.sh |
84 | 2024-12-21T04:21:55.072Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-12-21T04:21:55.072Z | ++ set -o xtrace |
86 | 2024-12-21T04:21:55.075Z | ++++ dirname ./env.sh |
87 | 2024-12-21T04:21:55.077Z | +++ readlink -f . |
88 | 2024-12-21T04:21:55.080Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-12-21T04:21:55.080Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-21T04:21:55.080Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-21T04:21:55.080Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-21T04:21:55.080Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-21T04:21:55.080Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-21T04:21:55.080Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-21T04:21:55.080Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-21T04:21:55.080Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-21T04:21:55.081Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-12-21T04:21:55.081Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-12-21T04:21:55.081Z | + source .github/buildomat/ci-env.sh |
100 | 2024-12-21T04:21:55.081Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-12-21T04:21:55.081Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-12-21T04:21:55.081Z | + cargo --version |
103 | 2024-12-21T04:21:55.135Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
104 | 2024-12-21T04:21:55.138Z | + rustc --version |
105 | 2024-12-21T04:21:55.197Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
106 | 2024-12-21T04:21:55.200Z | + banner prerequisites |
107 | 2024-12-21T04:21:55.203Z | |
108 | 2024-12-21T04:21:55.203Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-12-21T04:21:55.203Z | # # # # # # # # # # # # # # # |
110 | 2024-12-21T04:21:55.203Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-12-21T04:21:55.203Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-12-21T04:21:55.203Z | # # # # # # # # # # # # # # # |
113 | 2024-12-21T04:21:55.203Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-12-21T04:21:55.203Z | |
115 | 2024-12-21T04:21:55.206Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-12-21T04:22:08.759Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-12-21T04:22:12.634Z | Startup: Caching catalogs ... Done |
118 | 2024-12-21T04:22:23.365Z | Planning: Solver setup ... Done (9.769s) |
119 | 2024-12-21T04:22:23.499Z | Planning: Running solver ... Done (0.134s) |
120 | 2024-12-21T04:22:23.605Z | Planning: Finding local manifests ... Done (0.005s) |
121 | 2024-12-21T04:22:23.634Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-12-21T04:22:23.861Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-12-21T04:22:23.958Z | Planning: Package planning ... Done (0.097s) |
124 | 2024-12-21T04:22:24.191Z | Planning: Merging actions ... Done (0.233s) |
125 | 2024-12-21T04:22:24.386Z | Planning: Checking for conflicting actions ... Done (0.194s) |
126 | 2024-12-21T04:22:26.485Z | Planning: Consolidating action changes ... Done (2.099s) |
127 | 2024-12-21T04:22:26.921Z | Planning: Evaluating mediators ... Done (0.436s) |
128 | 2024-12-21T04:22:27.002Z | Planning: Planning completed in 14.30 seconds |
129 | 2024-12-21T04:22:27.018Z | Packages to install: 4 |
130 | 2024-12-21T04:22:27.018Z | Packages to update: 1 |
131 | 2024-12-21T04:22:27.021Z | Mediators to change: 2 |
132 | 2024-12-21T04:22:27.021Z | Services to change: 1 |
133 | 2024-12-21T04:22:27.021Z | Estimated space available: 155.64 GB |
134 | 2024-12-21T04:22:27.022Z | Estimated space to be consumed: 1.62 GB |
135 | 2024-12-21T04:22:27.022Z | Create boot environment: No |
136 | 2024-12-21T04:22:27.022Z | Create backup boot environment: Yes |
137 | 2024-12-21T04:22:27.022Z | Rebuild boot archive: No |
138 | 2024-12-21T04:22:27.022Z | |
139 | 2024-12-21T04:22:27.022Z | Changed mediators: |
140 | 2024-12-21T04:22:27.022Z | mediator clang: |
141 | 2024-12-21T04:22:27.022Z | version: None -> 15 (system default) |
142 | 2024-12-21T04:22:27.022Z | |
143 | 2024-12-21T04:22:27.022Z | mediator llvm: |
144 | 2024-12-21T04:22:27.022Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-12-21T04:22:27.022Z | |
146 | 2024-12-21T04:22:27.022Z | Changed packages: |
147 | 2024-12-21T04:22:27.022Z | helios-dev |
148 | 2024-12-21T04:22:27.022Z | developer/build-essential |
149 | 2024-12-21T04:22:27.022Z | None -> 11-2.0 |
150 | 2024-12-21T04:22:27.022Z | library/libxmlsec1 |
151 | 2024-12-21T04:22:27.022Z | None -> 1.2.35-2.0 |
152 | 2024-12-21T04:22:27.022Z | ooce/developer/clang-15 |
153 | 2024-12-21T04:22:27.022Z | None -> 15.0.7-2.0 |
154 | 2024-12-21T04:22:27.022Z | ooce/developer/llvm-15 |
155 | 2024-12-21T04:22:27.022Z | None -> 15.0.7-2.0 |
156 | 2024-12-21T04:22:27.022Z | package/pkg |
157 | 2024-12-21T04:22:27.022Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-12-21T04:22:27.022Z | |
159 | 2024-12-21T04:22:27.022Z | Services: |
160 | 2024-12-21T04:22:27.022Z | restart_fmri: |
161 | 2024-12-21T04:22:27.022Z | svc:/system/update-man-index:default |
162 | 2024-12-21T04:22:27.022Z | |
163 | 2024-12-21T04:22:27.022Z | Editable files to change: |
164 | 2024-12-21T04:22:27.022Z | Update: |
165 | 2024-12-21T04:22:27.022Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-12-21T04:22:27.098Z | |
167 | 2024-12-21T04:22:27.098Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-12-21T04:22:39.684Z | Download: 211/4281 items 1.3/220.6MB 0% complete |
169 | 2024-12-21T04:22:44.695Z | Download: 547/4281 items 17.3/220.6MB 7% complete (3.4M/s) |
170 | 2024-12-21T04:22:49.695Z | Download: 759/4281 items 18.5/220.6MB 8% complete (1.8M/s) |
171 | 2024-12-21T04:22:54.712Z | Download: 969/4281 items 19.4/220.6MB 8% complete (203k/s) |
172 | 2024-12-21T04:22:59.723Z | Download: 1108/4281 items 35.9/220.6MB 16% complete (1.6M/s) |
173 | 2024-12-21T04:23:05.675Z | Download: 1192/4281 items 81.9/220.6MB 37% complete (6.2M/s) |
174 | 2024-12-21T04:23:13.495Z | Download: 1195/4281 items 81.9/220.6MB 37% complete (6.1M/s) |
175 | 2024-12-21T04:23:24.852Z | Download: 1196/4281 items 81.9/220.6MB 37% complete |
176 | 2024-12-21T04:23:30.377Z | Download: 1196/4281 items 81.9/220.6MB 37% complete |
177 | 2024-12-21T04:23:35.388Z | Download: 1329/4281 items 115.5/220.6MB 52% complete (5.8M/s) |
178 | 2024-12-21T04:23:40.393Z | Download: 1588/4281 items 117.5/220.6MB 53% complete (3.7M/s) |
179 | 2024-12-21T04:23:45.403Z | Download: 1811/4281 items 118.5/220.6MB 53% complete (361k/s) |
180 | 2024-12-21T04:23:50.430Z | Download: 2132/4281 items 118.9/220.6MB 53% complete (144k/s) |
181 | 2024-12-21T04:23:56.486Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (138k/s) |
182 | 2024-12-21T04:24:01.489Z | Download: 2744/4281 items 120.8/220.6MB 54% complete (172k/s) |
183 | 2024-12-21T04:24:06.491Z | Download: 3160/4281 items 169.6/220.6MB 76% complete (5.0M/s) |
184 | 2024-12-21T04:24:14.623Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
185 | 2024-12-21T04:24:20.944Z | Download: 3283/4281 items 210.5/220.6MB 95% complete (5.6M/s) |
186 | 2024-12-21T04:24:26.259Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (1.2M/s) |
187 | 2024-12-21T04:24:27.678Z | Download: Completed 220.60 MB in 120.57 seconds (1.8M/s) |
188 | 2024-12-21T04:24:29.748Z | Actions: 1/5063 actions (Removing old actions) |
189 | 2024-12-21T04:24:29.768Z | Actions: 194/5063 actions (Installing new actions) |
190 | 2024-12-21T04:24:34.477Z | Actions: 4226/5063 actions (Updating modified actions) |
191 | 2024-12-21T04:24:34.794Z | Actions: Completed 5063 actions in 5.05 seconds. |
192 | 2024-12-21T04:24:35.221Z | Done (0.420s) |
193 | 2024-12-21T04:24:35.224Z | Done (0.000s) |
194 | 2024-12-21T04:24:35.802Z | Done (0.579s) |
195 | 2024-12-21T04:24:40.160Z | Done (4.132s) |
196 | 2024-12-21T04:24:40.251Z | Done (0.018s) |
197 | 2024-12-21T04:24:40.254Z | Done (0.000s) |
198 | 2024-12-21T04:24:40.486Z | Done (0.000s) |
199 | 2024-12-21T04:24:41.180Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-12-21T04:24:41.343Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-12-21T04:24:41.345Z | Planning: Consolidating action changes ... Done |
202 | 2024-12-21T04:24:41.609Z | Planning: Evaluating mediators ... Done |
203 | 2024-12-21T04:24:41.612Z | Planning: Planning completed in 0.43 seconds |
204 | 2024-12-21T04:24:41.650Z | Mediators to change: 2 |
205 | 2024-12-21T04:24:41.653Z | Create boot environment: No |
206 | 2024-12-21T04:24:41.653Z | Create backup boot environment: No |
207 | 2024-12-21T04:24:41.762Z | Done |
208 | 2024-12-21T04:24:41.762Z | Done |
209 | 2024-12-21T04:24:42.122Z | Done |
210 | 2024-12-21T04:24:45.764Z | Done |
211 | 2024-12-21T04:24:45.855Z | Done |
212 | 2024-12-21T04:24:45.858Z | Done |
213 | 2024-12-21T04:24:45.994Z | Done |
214 | 2024-12-21T04:24:46.630Z | Planning: Evaluating mediator changes ... Done |
215 | 2024-12-21T04:24:46.654Z | Planning: Merging actions ... Done |
216 | 2024-12-21T04:24:46.797Z | Planning: Checking for conflicting actions ... Done |
217 | 2024-12-21T04:24:46.801Z | Planning: Consolidating action changes ... Done |
218 | 2024-12-21T04:24:47.062Z | Planning: Evaluating mediators ... Done |
219 | 2024-12-21T04:24:47.118Z | Planning: Planning completed in 0.75 seconds |
220 | 2024-12-21T04:24:47.162Z | Packages to change: 1 |
221 | 2024-12-21T04:24:47.162Z | Mediators to change: 1 |
222 | 2024-12-21T04:24:47.164Z | Services to change: 1 |
223 | 2024-12-21T04:24:47.164Z | Create boot environment: No |
224 | 2024-12-21T04:24:47.164Z | Create backup boot environment: Yes |
225 | 2024-12-21T04:24:49.370Z | Actions: 1/6 actions (Updating modified actions) |
226 | 2024-12-21T04:24:49.372Z | Actions: Completed 6 actions in 0.00 seconds. |
227 | 2024-12-21T04:24:49.373Z | Done |
228 | 2024-12-21T04:24:49.373Z | Done |
229 | 2024-12-21T04:24:49.489Z | Done |
230 | 2024-12-21T04:24:53.132Z | Done |
231 | 2024-12-21T04:24:53.224Z | Done |
232 | 2024-12-21T04:24:53.227Z | Done |
233 | 2024-12-21T04:24:53.363Z | Done |
234 | 2024-12-21T04:24:53.799Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
235 | 2024-12-21T04:24:53.799Z | clang system 15 system |
236 | 2024-12-21T04:24:53.800Z | csh system system illumos |
237 | 2024-12-21T04:24:53.800Z | ctags system system illumos |
238 | 2024-12-21T04:24:53.800Z | gcc vendor 12 vendor |
239 | 2024-12-21T04:24:53.800Z | gcc system 10 system |
240 | 2024-12-21T04:24:53.800Z | gcc system 7 system |
241 | 2024-12-21T04:24:53.800Z | go system 1.20 system |
242 | 2024-12-21T04:24:53.801Z | go system 1.19 system |
243 | 2024-12-21T04:24:53.801Z | llvm system 15 system |
244 | 2024-12-21T04:24:53.801Z | llvm system 14 system |
245 | 2024-12-21T04:24:53.801Z | mariadb system 10.6 system |
246 | 2024-12-21T04:24:53.801Z | mta vendor vendor dma |
247 | 2024-12-21T04:24:53.801Z | openjdk system 17 system |
248 | 2024-12-21T04:24:53.801Z | openjdk system 11 system |
249 | 2024-12-21T04:24:53.801Z | openjdk system 1.8 system |
250 | 2024-12-21T04:24:53.801Z | openssl vendor 3 vendor |
251 | 2024-12-21T04:24:53.801Z | perl system 5.36 system |
252 | 2024-12-21T04:24:53.801Z | postgresql system 15 system |
253 | 2024-12-21T04:24:53.801Z | postgresql system 13 system |
254 | 2024-12-21T04:24:53.801Z | python vendor 3 vendor |
255 | 2024-12-21T04:24:53.801Z | python system 2 system |
256 | 2024-12-21T04:24:53.801Z | python3 system 3.11 system |
257 | 2024-12-21T04:24:53.801Z | ruby system 3.0 system |
258 | 2024-12-21T04:24:53.801Z | words vendor vendor american-english |
259 | 2024-12-21T04:24:53.801Z | words system system australian-english |
260 | 2024-12-21T04:24:53.801Z | words system system british-english |
261 | 2024-12-21T04:24:53.801Z | words system system canadian-english |
262 | 2024-12-21T04:24:53.801Z | words system system french |
263 | 2024-12-21T04:24:53.801Z | words system system italian |
264 | 2024-12-21T04:24:53.801Z | words system system ngerman |
265 | 2024-12-21T04:24:53.801Z | words system system ogerman |
266 | 2024-12-21T04:24:53.801Z | words system system spanish |
267 | 2024-12-21T04:24:54.132Z | PUBLISHER TYPE STATUS P LOCATION |
268 | 2024-12-21T04:24:54.132Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
269 | 2024-12-21T04:24:56.900Z | FMRI IFO |
270 | 2024-12-21T04:24:56.900Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2024-12-21T04:24:56.900Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2024-12-21T04:24:56.900Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2024-12-21T04:24:56.900Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
274 | 2024-12-21T04:24:56.900Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
275 | 2024-12-21T04:24:56.900Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2024-12-21T04:24:56.900Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
277 | 2024-12-21T04:24:56.901Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2024-12-21T04:24:56.901Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2024-12-21T04:24:56.901Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
280 | 2024-12-21T04:24:56.901Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
281 | 2024-12-21T04:24:56.901Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2024-12-21T04:24:56.901Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
283 | 2024-12-21T04:24:56.901Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
284 | 2024-12-21T04:24:56.901Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
285 | 2024-12-21T04:24:57.704Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
286 | 2024-12-21T04:24:58.021Z | Updating crates.io index |
287 | 2024-12-21T04:24:58.023Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
288 | 2024-12-21T04:24:58.399Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
289 | 2024-12-21T04:24:58.877Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
290 | 2024-12-21T04:24:59.197Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
291 | 2024-12-21T04:24:59.454Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
292 | 2024-12-21T04:24:59.762Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
293 | 2024-12-21T04:25:00.669Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2024-12-21T04:25:02.182Z | Updating git repository `https://github.com/oxidecomputer/opte` |
295 | 2024-12-21T04:25:02.853Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-12-21T04:25:03.482Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
297 | 2024-12-21T04:25:03.860Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
298 | 2024-12-21T04:25:04.223Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
299 | 2024-12-21T04:25:04.805Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
300 | 2024-12-21T04:25:05.170Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
301 | 2024-12-21T04:25:05.513Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2024-12-21T04:25:05.777Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2024-12-21T04:25:06.042Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2024-12-21T04:25:06.299Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2024-12-21T04:25:06.662Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2024-12-21T04:25:07.006Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2024-12-21T04:25:07.262Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2024-12-21T04:25:07.583Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2024-12-21T04:25:08.177Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2024-12-21T04:25:08.465Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2024-12-21T04:25:08.904Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2024-12-21T04:25:09.375Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2024-12-21T04:25:09.699Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2024-12-21T04:25:09.968Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2024-12-21T04:25:10.215Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2024-12-21T04:25:11.531Z | Downloading crates ... |
317 | 2024-12-21T04:25:11.649Z | Downloaded anstyle-query v1.1.1 |
318 | 2024-12-21T04:25:11.652Z | Downloaded anstyle-parse v0.2.5 |
319 | 2024-12-21T04:25:11.657Z | Downloaded anstyle v1.0.10 |
320 | 2024-12-21T04:25:11.662Z | Downloaded bitflags v2.6.0 |
321 | 2024-12-21T04:25:11.668Z | Downloaded block-buffer v0.10.4 |
322 | 2024-12-21T04:25:11.672Z | Downloaded autocfg v1.4.0 |
323 | 2024-12-21T04:25:11.672Z | Downloaded anyhow v1.0.93 |
324 | 2024-12-21T04:25:11.676Z | Downloaded anstream v0.6.15 |
325 | 2024-12-21T04:25:11.679Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-12-21T04:25:11.679Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-12-21T04:25:11.681Z | Downloaded bytecount v0.6.8 |
328 | 2024-12-21T04:25:11.684Z | Downloaded cfg-if v1.0.0 |
329 | 2024-12-21T04:25:11.687Z | Downloaded cargo-platform v0.1.8 |
330 | 2024-12-21T04:25:11.687Z | Downloaded byteorder v1.5.0 |
331 | 2024-12-21T04:25:11.690Z | Downloaded camino-tempfile v1.1.1 |
332 | 2024-12-21T04:25:11.693Z | Downloaded camino v1.1.9 |
333 | 2024-12-21T04:25:11.695Z | Downloaded cpufeatures v0.2.14 |
334 | 2024-12-21T04:25:11.695Z | Downloaded dof v0.3.0 |
335 | 2024-12-21T04:25:11.698Z | Downloaded colorchoice v1.0.2 |
336 | 2024-12-21T04:25:11.698Z | Downloaded clap_derive v4.5.18 |
337 | 2024-12-21T04:25:11.700Z | Downloaded clap_lex v0.7.2 |
338 | 2024-12-21T04:25:11.700Z | Downloaded cargo_toml v0.20.5 |
339 | 2024-12-21T04:25:11.706Z | Downloaded equivalent v1.0.1 |
340 | 2024-12-21T04:25:11.715Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2024-12-21T04:25:11.718Z | Downloaded heck v0.4.1 |
342 | 2024-12-21T04:25:11.718Z | Downloaded crypto-common v0.1.6 |
343 | 2024-12-21T04:25:11.723Z | Downloaded clap v4.5.21 |
344 | 2024-12-21T04:25:11.732Z | Downloaded swrite v0.1.0 |
345 | 2024-12-21T04:25:11.736Z | Downloaded usdt-attr-macro v0.5.0 |
346 | 2024-12-21T04:25:11.740Z | Downloaded usdt-macro v0.5.0 |
347 | 2024-12-21T04:25:11.744Z | Downloaded pretty-hex v0.4.1 |
348 | 2024-12-21T04:25:11.746Z | Downloaded generic-array v0.14.7 |
349 | 2024-12-21T04:25:11.747Z | Downloaded digest v0.10.7 |
350 | 2024-12-21T04:25:11.747Z | Downloaded macaddr v1.0.1 |
351 | 2024-12-21T04:25:11.749Z | Downloaded heck v0.5.0 |
352 | 2024-12-21T04:25:11.749Z | Downloaded fnv v1.0.7 |
353 | 2024-12-21T04:25:11.749Z | Downloaded fastrand v2.1.1 |
354 | 2024-12-21T04:25:11.752Z | Downloaded errno v0.3.9 |
355 | 2024-12-21T04:25:11.755Z | Downloaded scroll_derive v0.12.0 |
356 | 2024-12-21T04:25:11.755Z | Downloaded pest_generator v2.7.14 |
357 | 2024-12-21T04:25:11.755Z | Downloaded memmap v0.7.0 |
358 | 2024-12-21T04:25:11.755Z | Downloaded itoa v1.0.11 |
359 | 2024-12-21T04:25:11.762Z | Downloaded strsim v0.11.1 |
360 | 2024-12-21T04:25:11.767Z | Downloaded plain v0.2.3 |
361 | 2024-12-21T04:25:11.770Z | Downloaded thread-id v4.2.2 |
362 | 2024-12-21T04:25:11.774Z | Downloaded thiserror-impl v1.0.69 |
363 | 2024-12-21T04:25:11.774Z | Downloaded serde_spanned v0.6.8 |
364 | 2024-12-21T04:25:11.779Z | Downloaded toml_datetime v0.6.8 |
365 | 2024-12-21T04:25:11.779Z | Downloaded thiserror v1.0.69 |
366 | 2024-12-21T04:25:11.781Z | Downloaded serde_tokenstream v0.2.2 |
367 | 2024-12-21T04:25:11.781Z | Downloaded version_check v0.9.5 |
368 | 2024-12-21T04:25:11.786Z | Downloaded proc-macro-error-attr v1.0.4 |
369 | 2024-12-21T04:25:11.786Z | Downloaded tabled_derive v0.7.0 |
370 | 2024-12-21T04:25:11.789Z | Downloaded utf8parse v0.2.2 |
371 | 2024-12-21T04:25:11.795Z | Downloaded usdt v0.5.0 |
372 | 2024-12-21T04:25:11.795Z | Downloaded fs-err v2.11.0 |
373 | 2024-12-21T04:25:11.795Z | Downloaded unicode-linebreak v0.1.5 |
374 | 2024-12-21T04:25:11.798Z | Downloaded terminal_size v0.4.0 |
375 | 2024-12-21T04:25:11.798Z | Downloaded smawk v0.3.2 |
376 | 2024-12-21T04:25:11.808Z | Downloaded once_cell v1.20.2 |
377 | 2024-12-21T04:25:11.811Z | Downloaded pest_derive v2.7.14 |
378 | 2024-12-21T04:25:11.811Z | Downloaded quote v1.0.37 |
379 | 2024-12-21T04:25:11.814Z | Downloaded proc-macro-error v1.0.4 |
380 | 2024-12-21T04:25:11.819Z | Downloaded scroll v0.12.0 |
381 | 2024-12-21T04:25:11.823Z | Downloaded semver v1.0.23 |
382 | 2024-12-21T04:25:11.828Z | Downloaded usdt-impl v0.5.0 |
383 | 2024-12-21T04:25:11.828Z | Downloaded tempfile v3.13.0 |
384 | 2024-12-21T04:25:11.832Z | Downloaded sha2 v0.10.8 |
385 | 2024-12-21T04:25:11.835Z | Downloaded log v0.4.22 |
386 | 2024-12-21T04:25:11.839Z | Downloaded pest_meta v2.7.14 |
387 | 2024-12-21T04:25:11.847Z | Downloaded proc-macro2 v1.0.89 |
388 | 2024-12-21T04:25:11.851Z | Downloaded unicode-ident v1.0.13 |
389 | 2024-12-21T04:25:11.855Z | Downloaded zerocopy-derive v0.7.35 |
390 | 2024-12-21T04:25:11.859Z | Downloaded typenum v1.17.0 |
391 | 2024-12-21T04:25:11.862Z | Downloaded ucd-trie v0.1.7 |
392 | 2024-12-21T04:25:11.862Z | Downloaded serde_derive v1.0.215 |
393 | 2024-12-21T04:25:11.866Z | Downloaded ryu v1.0.18 |
394 | 2024-12-21T04:25:11.869Z | Downloaded papergrid v0.11.0 |
395 | 2024-12-21T04:25:11.877Z | Downloaded textwrap v0.16.1 |
396 | 2024-12-21T04:25:11.881Z | Downloaded toml v0.8.19 |
397 | 2024-12-21T04:25:11.886Z | Downloaded serde v1.0.215 |
398 | 2024-12-21T04:25:11.889Z | Downloaded indexmap v2.6.0 |
399 | 2024-12-21T04:25:11.899Z | Downloaded memchr v2.7.4 |
400 | 2024-12-21T04:25:11.925Z | Downloaded toml_edit v0.22.22 |
401 | 2024-12-21T04:25:11.947Z | Downloaded hashbrown v0.15.1 |
402 | 2024-12-21T04:25:11.955Z | Downloaded clap_builder v4.5.21 |
403 | 2024-12-21T04:25:11.959Z | Downloaded zerocopy v0.7.35 |
404 | 2024-12-21T04:25:11.974Z | Downloaded winnow v0.6.20 |
405 | 2024-12-21T04:25:11.978Z | Downloaded serde_json v1.0.133 |
406 | 2024-12-21T04:25:11.985Z | Downloaded goblin v0.8.2 |
407 | 2024-12-21T04:25:11.994Z | Downloaded tabled v0.15.0 |
408 | 2024-12-21T04:25:12.004Z | Downloaded pest v2.7.14 |
409 | 2024-12-21T04:25:12.009Z | Downloaded syn v1.0.109 |
410 | 2024-12-21T04:25:12.018Z | Downloaded syn v2.0.87 |
411 | 2024-12-21T04:25:12.029Z | Downloaded unicode-width v0.1.14 |
412 | 2024-12-21T04:25:12.037Z | Downloaded rustix v0.38.37 |
413 | 2024-12-21T04:25:12.080Z | Downloaded libc v0.2.162 |
414 | 2024-12-21T04:25:12.389Z | Compiling proc-macro2 v1.0.89 |
415 | 2024-12-21T04:25:12.389Z | Compiling unicode-ident v1.0.13 |
416 | 2024-12-21T04:25:12.389Z | Compiling version_check v0.9.5 |
417 | 2024-12-21T04:25:12.392Z | Compiling serde v1.0.215 |
418 | 2024-12-21T04:25:12.392Z | Compiling memchr v2.7.4 |
419 | 2024-12-21T04:25:12.392Z | Compiling thiserror v1.0.69 |
420 | 2024-12-21T04:25:12.392Z | Compiling libc v0.2.162 |
421 | 2024-12-21T04:25:12.392Z | Compiling ryu v1.0.18 |
422 | 2024-12-21T04:25:12.723Z | Compiling ucd-trie v0.1.7 |
423 | 2024-12-21T04:25:12.844Z | Compiling itoa v1.0.11 |
424 | 2024-12-21T04:25:13.154Z | Compiling once_cell v1.20.2 |
425 | 2024-12-21T04:25:13.250Z | Compiling byteorder v1.5.0 |
426 | 2024-12-21T04:25:13.356Z | Compiling rustix v0.38.37 |
427 | 2024-12-21T04:25:13.583Z | Compiling serde_json v1.0.133 |
428 | 2024-12-21T04:25:13.656Z | Compiling bitflags v2.6.0 |
429 | 2024-12-21T04:25:13.975Z | Compiling proc-macro-error-attr v1.0.4 |
430 | 2024-12-21T04:25:14.136Z | Compiling usdt-impl v0.5.0 |
431 | 2024-12-21T04:25:14.165Z | Compiling syn v1.0.109 |
432 | 2024-12-21T04:25:14.188Z | Compiling proc-macro-error v1.0.4 |
433 | 2024-12-21T04:25:14.292Z | Compiling quote v1.0.37 |
434 | 2024-12-21T04:25:14.347Z | Compiling log v0.4.22 |
435 | 2024-12-21T04:25:14.477Z | Compiling equivalent v1.0.1 |
436 | 2024-12-21T04:25:14.595Z | Compiling utf8parse v0.2.2 |
437 | 2024-12-21T04:25:14.621Z | Compiling camino v1.1.9 |
438 | 2024-12-21T04:25:14.746Z | Compiling syn v2.0.87 |
439 | 2024-12-21T04:25:14.773Z | Compiling errno v0.3.9 |
440 | 2024-12-21T04:25:14.878Z | Compiling plain v0.2.3 |
441 | 2024-12-21T04:25:15.006Z | Compiling hashbrown v0.15.1 |
442 | 2024-12-21T04:25:15.057Z | Compiling anstyle-parse v0.2.5 |
443 | 2024-12-21T04:25:15.223Z | Compiling thread-id v4.2.2 |
444 | 2024-12-21T04:25:15.380Z | Compiling unicode-width v0.1.14 |
445 | 2024-12-21T04:25:15.506Z | Compiling anstyle-query v1.1.1 |
446 | 2024-12-21T04:25:15.665Z | Compiling anstyle v1.0.10 |
447 | 2024-12-21T04:25:15.713Z | Compiling colorchoice v1.0.2 |
448 | 2024-12-21T04:25:15.893Z | Compiling autocfg v1.4.0 |
449 | 2024-12-21T04:25:15.936Z | Compiling pretty-hex v0.4.1 |
450 | 2024-12-21T04:25:16.048Z | Compiling is_terminal_polyfill v1.70.1 |
451 | 2024-12-21T04:25:16.148Z | Compiling indexmap v2.6.0 |
452 | 2024-12-21T04:25:16.177Z | Compiling winnow v0.6.20 |
453 | 2024-12-21T04:25:16.182Z | Compiling semver v1.0.23 |
454 | 2024-12-21T04:25:16.182Z | Compiling anstream v0.6.15 |
455 | 2024-12-21T04:25:16.965Z | Compiling bytecount v0.6.8 |
456 | 2024-12-21T04:25:17.053Z | Compiling fs-err v2.11.0 |
457 | 2024-12-21T04:25:17.170Z | Compiling terminal_size v0.4.0 |
458 | 2024-12-21T04:25:17.333Z | Compiling cfg-if v1.0.0 |
459 | 2024-12-21T04:25:17.387Z | Compiling fastrand v2.1.1 |
460 | 2024-12-21T04:25:17.443Z | Compiling heck v0.5.0 |
461 | 2024-12-21T04:25:17.527Z | Compiling heck v0.4.1 |
462 | 2024-12-21T04:25:17.557Z | Compiling fnv v1.0.7 |
463 | 2024-12-21T04:25:17.702Z | Compiling strsim v0.11.1 |
464 | 2024-12-21T04:25:17.991Z | Compiling clap_lex v0.7.2 |
465 | 2024-12-21T04:25:18.024Z | Compiling anyhow v1.0.93 |
466 | 2024-12-21T04:25:18.049Z | Compiling tempfile v3.13.0 |
467 | 2024-12-21T04:25:18.559Z | Compiling clap_builder v4.5.21 |
468 | 2024-12-21T04:25:18.637Z | Compiling papergrid v0.11.0 |
469 | 2024-12-21T04:25:18.819Z | Compiling memmap v0.7.0 |
470 | 2024-12-21T04:25:18.975Z | Compiling smawk v0.3.2 |
471 | 2024-12-21T04:25:19.066Z | Compiling unicode-linebreak v0.1.5 |
472 | 2024-12-21T04:25:19.555Z | Compiling textwrap v0.16.1 |
473 | 2024-12-21T04:25:19.830Z | Compiling swrite v0.1.0 |
474 | 2024-12-21T04:25:20.799Z | Compiling tabled_derive v0.7.0 |
475 | 2024-12-21T04:25:22.402Z | Compiling tabled v0.15.0 |
476 | 2024-12-21T04:25:23.799Z | Compiling serde_derive v1.0.215 |
477 | 2024-12-21T04:25:23.799Z | Compiling thiserror-impl v1.0.69 |
478 | 2024-12-21T04:25:23.802Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-12-21T04:25:23.802Z | Compiling scroll_derive v0.12.0 |
480 | 2024-12-21T04:25:24.040Z | Compiling clap_derive v4.5.18 |
481 | 2024-12-21T04:25:25.290Z | Compiling scroll v0.12.0 |
482 | 2024-12-21T04:25:25.766Z | Compiling goblin v0.8.2 |
483 | 2024-12-21T04:25:25.861Z | Compiling zerocopy v0.7.35 |
484 | 2024-12-21T04:25:26.475Z | Compiling pest v2.7.14 |
485 | 2024-12-21T04:25:27.817Z | Compiling clap v4.5.21 |
486 | 2024-12-21T04:25:28.778Z | Compiling pest_meta v2.7.14 |
487 | 2024-12-21T04:25:29.593Z | Compiling pest_generator v2.7.14 |
488 | 2024-12-21T04:25:31.478Z | Compiling pest_derive v2.7.14 |
489 | 2024-12-21T04:25:32.118Z | Compiling dtrace-parser v0.2.0 |
490 | 2024-12-21T04:25:34.036Z | Compiling serde_tokenstream v0.2.2 |
491 | 2024-12-21T04:25:34.348Z | Compiling toml_datetime v0.6.8 |
492 | 2024-12-21T04:25:34.348Z | Compiling serde_spanned v0.6.8 |
493 | 2024-12-21T04:25:34.504Z | Compiling cargo-platform v0.1.8 |
494 | 2024-12-21T04:25:34.625Z | Compiling macaddr v1.0.1 |
495 | 2024-12-21T04:25:34.743Z | Compiling toml_edit v0.22.22 |
496 | 2024-12-21T04:25:35.075Z | Compiling camino-tempfile v1.1.1 |
497 | 2024-12-21T04:25:35.538Z | Compiling dof v0.3.0 |
498 | 2024-12-21T04:25:35.950Z | Compiling cargo_metadata v0.18.1 |
499 | 2024-12-21T04:25:37.267Z | Compiling usdt-macro v0.5.0 |
500 | 2024-12-21T04:25:37.267Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2024-12-21T04:25:37.479Z | Compiling toml v0.8.19 |
502 | 2024-12-21T04:25:38.358Z | Compiling cargo_toml v0.20.5 |
503 | 2024-12-21T04:25:38.742Z | Compiling usdt v0.5.0 |
504 | 2024-12-21T04:25:41.953Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
505 | 2024-12-21T04:25:46.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.66s |
506 | 2024-12-21T04:25:46.395Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
507 | 2024-12-21T04:25:46.928Z | Downloading crates ... |
508 | 2024-12-21T04:25:47.045Z | Downloaded adler2 v2.0.0 |
509 | 2024-12-21T04:25:47.048Z | Downloaded aead v0.5.2 |
510 | 2024-12-21T04:25:47.051Z | Downloaded addr2line v0.24.2 |
511 | 2024-12-21T04:25:47.060Z | Downloaded headers-core v0.3.0 |
512 | 2024-12-21T04:25:47.068Z | Downloaded aho-corasick v1.1.3 |
513 | 2024-12-21T04:25:47.075Z | Downloaded hex v0.4.3 |
514 | 2024-12-21T04:25:47.079Z | Downloaded hubpack_derive v0.1.1 |
515 | 2024-12-21T04:25:47.082Z | Downloaded darling v0.20.10 |
516 | 2024-12-21T04:25:47.086Z | Downloaded aes v0.8.4 |
517 | 2024-12-21T04:25:47.089Z | Downloaded aes-gcm v0.10.3 |
518 | 2024-12-21T04:25:47.093Z | Downloaded icu_provider_macros v1.5.0 |
519 | 2024-12-21T04:25:47.096Z | Downloaded http-body v1.0.1 |
520 | 2024-12-21T04:25:47.096Z | Downloaded hickory-client v0.24.1 |
521 | 2024-12-21T04:25:47.098Z | Downloaded instant v0.1.13 |
522 | 2024-12-21T04:25:47.101Z | Downloaded ahash v0.8.11 |
523 | 2024-12-21T04:25:47.104Z | Downloaded is_ci v1.2.0 |
524 | 2024-12-21T04:25:47.108Z | Downloaded arc-swap v1.7.1 |
525 | 2024-12-21T04:25:47.113Z | Downloaded hex-literal v0.4.1 |
526 | 2024-12-21T04:25:47.116Z | Downloaded arrayvec v0.7.6 |
527 | 2024-12-21T04:25:47.118Z | Downloaded md5 v0.7.0 |
528 | 2024-12-21T04:25:47.120Z | Downloaded ident_case v1.0.1 |
529 | 2024-12-21T04:25:47.120Z | Downloaded arrayref v0.3.9 |
530 | 2024-12-21T04:25:47.123Z | Downloaded matches v0.1.10 |
531 | 2024-12-21T04:25:47.123Z | Downloaded atomic-waker v1.1.2 |
532 | 2024-12-21T04:25:47.126Z | Downloaded hubpack v0.1.2 |
533 | 2024-12-21T04:25:47.128Z | Downloaded atty v0.2.14 |
534 | 2024-12-21T04:25:47.128Z | Downloaded ascii-canvas v3.0.0 |
535 | 2024-12-21T04:25:47.131Z | Downloaded httpdate v1.0.3 |
536 | 2024-12-21T04:25:47.133Z | Downloaded base64 v0.22.1 |
537 | 2024-12-21T04:25:47.136Z | Downloaded lazycell v1.3.0 |
538 | 2024-12-21T04:25:47.138Z | Downloaded async-bb8-diesel v0.2.1 |
539 | 2024-12-21T04:25:47.141Z | Downloaded libefi-sys v0.1.0 |
540 | 2024-12-21T04:25:47.143Z | Downloaded lalrpop-util v0.19.12 |
541 | 2024-12-21T04:25:47.145Z | Downloaded bit-vec v0.6.3 |
542 | 2024-12-21T04:25:47.145Z | Downloaded base16ct v0.2.0 |
543 | 2024-12-21T04:25:47.147Z | Downloaded inout v0.1.3 |
544 | 2024-12-21T04:25:47.150Z | Downloaded mime v0.3.17 |
545 | 2024-12-21T04:25:47.153Z | Downloaded atomicwrites v0.4.4 |
546 | 2024-12-21T04:25:47.153Z | Downloaded lru v0.12.5 |
547 | 2024-12-21T04:25:47.155Z | Downloaded maybe-uninit v2.0.0 |
548 | 2024-12-21T04:25:47.158Z | Downloaded cfg_aliases v0.1.1 |
549 | 2024-12-21T04:25:47.158Z | Downloaded lru-cache v0.1.2 |
550 | 2024-12-21T04:25:47.160Z | Downloaded managed v0.8.0 |
551 | 2024-12-21T04:25:47.160Z | Downloaded indoc v1.0.9 |
552 | 2024-12-21T04:25:47.165Z | Downloaded lockfree-object-pool v0.1.6 |
553 | 2024-12-21T04:25:47.167Z | Downloaded heapless v0.7.17 |
554 | 2024-12-21T04:25:47.173Z | Downloaded md-5 v0.10.6 |
555 | 2024-12-21T04:25:47.175Z | Downloaded linear-map v1.2.0 |
556 | 2024-12-21T04:25:47.178Z | Downloaded libsw v3.3.1 |
557 | 2024-12-21T04:25:47.181Z | Downloaded idna_adapter v1.2.0 |
558 | 2024-12-21T04:25:47.181Z | Downloaded maplit v1.0.2 |
559 | 2024-12-21T04:25:47.185Z | Downloaded linked-hash-map v0.5.6 |
560 | 2024-12-21T04:25:47.185Z | Downloaded instability v0.3.2 |
561 | 2024-12-21T04:25:47.187Z | Downloaded quinn-udp v0.5.5 |
562 | 2024-12-21T04:25:47.190Z | Downloaded jobserver v0.1.32 |
563 | 2024-12-21T04:25:47.192Z | Downloaded icu_locid_transform v1.5.0 |
564 | 2024-12-21T04:25:47.195Z | Downloaded hyper-rustls v0.27.3 |
565 | 2024-12-21T04:25:47.198Z | Downloaded progenitor-client v0.8.0 |
566 | 2024-12-21T04:25:47.200Z | Downloaded cstr-argument v0.1.2 |
567 | 2024-12-21T04:25:47.200Z | Downloaded crunchy v0.2.2 |
568 | 2024-12-21T04:25:47.203Z | Downloaded lock_api v0.4.12 |
569 | 2024-12-21T04:25:47.207Z | Downloaded memmap2 v0.9.5 |
570 | 2024-12-21T04:25:47.207Z | Downloaded cexpr v0.6.0 |
571 | 2024-12-21T04:25:47.210Z | Downloaded memoffset v0.9.1 |
572 | 2024-12-21T04:25:47.210Z | Downloaded cmake v0.1.51 |
573 | 2024-12-21T04:25:47.213Z | Downloaded sigpipe v0.1.3 |
574 | 2024-12-21T04:25:47.213Z | Downloaded mime_guess v2.0.5 |
575 | 2024-12-21T04:25:47.216Z | Downloaded cipher v0.4.4 |
576 | 2024-12-21T04:25:47.218Z | Downloaded rand_chacha v0.3.1 |
577 | 2024-12-21T04:25:47.222Z | Downloaded match_cfg v0.1.0 |
578 | 2024-12-21T04:25:47.222Z | Downloaded crc v3.2.1 |
579 | 2024-12-21T04:25:47.224Z | Downloaded structmeta v0.2.0 |
580 | 2024-12-21T04:25:47.225Z | Downloaded vte_generate_state_changes v0.1.2 |
581 | 2024-12-21T04:25:47.227Z | Downloaded crossbeam-deque v0.8.5 |
582 | 2024-12-21T04:25:47.227Z | Downloaded zerofrom v0.1.4 |
583 | 2024-12-21T04:25:47.230Z | Downloaded waitgroup v0.1.2 |
584 | 2024-12-21T04:25:47.232Z | Downloaded derive_builder_macro v0.20.2 |
585 | 2024-12-21T04:25:47.232Z | Downloaded bcs v0.1.6 |
586 | 2024-12-21T04:25:47.235Z | Downloaded bitflags v1.3.2 |
587 | 2024-12-21T04:25:47.238Z | Downloaded ciborium-ll v0.2.2 |
588 | 2024-12-21T04:25:47.240Z | Downloaded serde_plain v1.0.2 |
589 | 2024-12-21T04:25:47.242Z | Downloaded schemars_derive v0.8.21 |
590 | 2024-12-21T04:25:47.245Z | Downloaded iana-time-zone v0.1.61 |
591 | 2024-12-21T04:25:47.249Z | Downloaded icu_locid v1.5.0 |
592 | 2024-12-21T04:25:47.252Z | Downloaded icu_provider v1.5.0 |
593 | 2024-12-21T04:25:47.261Z | Downloaded litemap v0.7.3 |
594 | 2024-12-21T04:25:47.264Z | Downloaded curve25519-dalek-derive v0.1.1 |
595 | 2024-12-21T04:25:47.264Z | Downloaded bzip2 v0.4.4 |
596 | 2024-12-21T04:25:47.264Z | Downloaded colored v2.1.0 |
597 | 2024-12-21T04:25:47.266Z | Downloaded ciborium v0.2.2 |
598 | 2024-12-21T04:25:47.269Z | Downloaded endian-type v0.1.2 |
599 | 2024-12-21T04:25:47.272Z | Downloaded semver v0.1.20 |
600 | 2024-12-21T04:25:47.273Z | Downloaded rustfmt-wrapper v0.2.1 |
601 | 2024-12-21T04:25:47.275Z | Downloaded structmeta-derive v0.2.0 |
602 | 2024-12-21T04:25:47.275Z | Downloaded structmeta v0.3.0 |
603 | 2024-12-21T04:25:47.277Z | Downloaded lazy_static v1.5.0 |
604 | 2024-12-21T04:25:47.280Z | Downloaded tokio-native-tls v0.3.1 |
605 | 2024-12-21T04:25:47.282Z | Downloaded cookie_store v0.21.0 |
606 | 2024-12-21T04:25:47.285Z | Downloaded wait-timeout v0.2.0 |
607 | 2024-12-21T04:25:47.285Z | Downloaded opaque-debug v0.3.1 |
608 | 2024-12-21T04:25:47.288Z | Downloaded zerofrom-derive v0.1.4 |
609 | 2024-12-21T04:25:47.288Z | Downloaded signal-hook-tokio v0.3.1 |
610 | 2024-12-21T04:25:47.290Z | Downloaded signal-hook-registry v1.4.2 |
611 | 2024-12-21T04:25:47.290Z | Downloaded string_cache v0.8.7 |
612 | 2024-12-21T04:25:47.293Z | Downloaded path-slash v0.1.5 |
613 | 2024-12-21T04:25:47.296Z | Downloaded untrusted v0.7.1 |
614 | 2024-12-21T04:25:47.296Z | Downloaded dunce v1.0.5 |
615 | 2024-12-21T04:25:47.300Z | Downloaded tokio-macros v2.4.0 |
616 | 2024-12-21T04:25:47.300Z | Downloaded thread_local v1.1.8 |
617 | 2024-12-21T04:25:47.303Z | Downloaded tui-tree-widget v0.22.0 |
618 | 2024-12-21T04:25:47.303Z | Downloaded hyper-util v0.1.10 |
619 | 2024-12-21T04:25:47.310Z | Downloaded russh-cryptovec v0.7.3 |
620 | 2024-12-21T04:25:47.312Z | Downloaded indexmap v1.9.3 |
621 | 2024-12-21T04:25:47.315Z | Downloaded icu_properties v1.5.1 |
622 | 2024-12-21T04:25:47.318Z | Downloaded dsl_auto_type v0.1.2 |
623 | 2024-12-21T04:25:47.318Z | Downloaded ctr v0.9.2 |
624 | 2024-12-21T04:25:47.321Z | Downloaded heapless v0.8.0 |
625 | 2024-12-21T04:25:47.326Z | Downloaded serde-big-array v0.5.1 |
626 | 2024-12-21T04:25:47.328Z | Downloaded embedded-io v0.6.1 |
627 | 2024-12-21T04:25:47.331Z | Downloaded mockall v0.13.0 |
628 | 2024-12-21T04:25:47.331Z | Downloaded bytes v1.8.0 |
629 | 2024-12-21T04:25:47.339Z | Downloaded ghash v0.5.1 |
630 | 2024-12-21T04:25:47.341Z | Downloaded sqlparser_derive v0.2.2 |
631 | 2024-12-21T04:25:47.341Z | Downloaded stringprep v0.1.5 |
632 | 2024-12-21T04:25:47.341Z | Downloaded take_mut v0.2.2 |
633 | 2024-12-21T04:25:47.343Z | Downloaded defmt-macros v0.3.9 |
634 | 2024-12-21T04:25:47.346Z | Downloaded multimap v0.10.0 |
635 | 2024-12-21T04:25:47.348Z | Downloaded icu_normalizer_data v1.5.0 |
636 | 2024-12-21T04:25:47.352Z | Downloaded pbkdf2 v0.12.2 |
637 | 2024-12-21T04:25:47.355Z | Downloaded pin-utils v0.1.0 |
638 | 2024-12-21T04:25:47.355Z | Downloaded paste v1.0.15 |
639 | 2024-12-21T04:25:47.357Z | Downloaded des v0.8.1 |
640 | 2024-12-21T04:25:47.360Z | Downloaded progenitor-macro v0.8.0 |
641 | 2024-12-21T04:25:47.364Z | Downloaded progenitor v0.8.0 |
642 | 2024-12-21T04:25:47.364Z | Downloaded proc-macro-crate v1.3.1 |
643 | 2024-12-21T04:25:47.366Z | Downloaded primeorder v0.13.6 |
644 | 2024-12-21T04:25:47.366Z | Downloaded password-hash v0.5.0 |
645 | 2024-12-21T04:25:47.369Z | Downloaded chacha20poly1305 v0.10.1 |
646 | 2024-12-21T04:25:47.371Z | Downloaded yoke v0.7.4 |
647 | 2024-12-21T04:25:47.373Z | Downloaded const-oid v0.9.6 |
648 | 2024-12-21T04:25:47.378Z | Downloaded foreign-types-shared v0.1.1 |
649 | 2024-12-21T04:25:47.380Z | Downloaded foreign-types-macros v0.2.3 |
650 | 2024-12-21T04:25:47.380Z | Downloaded foreign-types v0.3.2 |
651 | 2024-12-21T04:25:47.380Z | Downloaded ena v0.14.3 |
652 | 2024-12-21T04:25:47.383Z | Downloaded slab v0.4.9 |
653 | 2024-12-21T04:25:47.386Z | Downloaded foreign-types-shared v0.3.1 |
654 | 2024-12-21T04:25:47.386Z | Downloaded scopeguard v1.2.0 |
655 | 2024-12-21T04:25:47.390Z | Downloaded funty v2.0.0 |
656 | 2024-12-21T04:25:47.390Z | Downloaded multer v3.1.0 |
657 | 2024-12-21T04:25:47.392Z | Downloaded newtype_derive v0.1.6 |
658 | 2024-12-21T04:25:47.394Z | Downloaded newline-converter v0.3.0 |
659 | 2024-12-21T04:25:47.394Z | Downloaded new_debug_unreachable v1.0.6 |
660 | 2024-12-21T04:25:47.397Z | Downloaded ssh-encoding v0.2.0 |
661 | 2024-12-21T04:25:47.399Z | Downloaded ssh-cipher v0.2.0 |
662 | 2024-12-21T04:25:47.401Z | Downloaded thiserror-impl-no-std v2.0.2 |
663 | 2024-12-21T04:25:47.401Z | Downloaded thiserror-impl v2.0.3 |
664 | 2024-12-21T04:25:47.404Z | Downloaded spin v0.9.8 |
665 | 2024-12-21T04:25:47.407Z | Downloaded utf8_iter v1.0.4 |
666 | 2024-12-21T04:25:47.410Z | Downloaded twox-hash v1.6.3 |
667 | 2024-12-21T04:25:47.413Z | Downloaded rustc-hash v1.1.0 |
668 | 2024-12-21T04:25:47.413Z | Downloaded wyz v0.5.1 |
669 | 2024-12-21T04:25:47.416Z | Downloaded postgres-types v0.2.8 |
670 | 2024-12-21T04:25:47.419Z | Downloaded xz2 v0.1.7 |
671 | 2024-12-21T04:25:47.422Z | Downloaded xattr v1.3.1 |
672 | 2024-12-21T04:25:47.426Z | Downloaded rustc-demangle v0.1.24 |
673 | 2024-12-21T04:25:47.426Z | Downloaded prettyplease v0.2.25 |
674 | 2024-12-21T04:25:47.428Z | Downloaded russh-keys v0.45.0 |
675 | 2024-12-21T04:25:47.431Z | Downloaded compact_str v0.8.0 |
676 | 2024-12-21T04:25:47.436Z | Downloaded foreign-types v0.5.0 |
677 | 2024-12-21T04:25:47.439Z | Downloaded const_format v0.2.33 |
678 | 2024-12-21T04:25:47.443Z | Downloaded want v0.3.1 |
679 | 2024-12-21T04:25:47.446Z | Downloaded minimal-lexical v0.2.1 |
680 | 2024-12-21T04:25:47.450Z | Downloaded dhcproto-macros v0.1.0 |
681 | 2024-12-21T04:25:47.453Z | Downloaded fallible-streaming-iterator v0.1.9 |
682 | 2024-12-21T04:25:47.453Z | Downloaded serde_derive_internals v0.29.1 |
683 | 2024-12-21T04:25:47.456Z | Downloaded pkcs1 v0.7.5 |
684 | 2024-12-21T04:25:47.471Z | Downloaded zone_cfg_derive v0.3.0 |
685 | 2024-12-21T04:25:47.476Z | Downloaded progenitor-impl v0.8.0 |
686 | 2024-12-21T04:25:47.478Z | Downloaded darling_core v0.20.10 |
687 | 2024-12-21T04:25:47.481Z | Downloaded parse-size v1.1.0 |
688 | 2024-12-21T04:25:47.484Z | Downloaded hash32 v0.2.1 |
689 | 2024-12-21T04:25:47.484Z | Downloaded scrypt v0.11.0 |
690 | 2024-12-21T04:25:47.490Z | Downloaded foldhash v0.1.3 |
691 | 2024-12-21T04:25:47.493Z | Downloaded peg-runtime v0.8.3 |
692 | 2024-12-21T04:25:47.493Z | Downloaded defmt v0.3.8 |
693 | 2024-12-21T04:25:47.493Z | Downloaded slog-stdlog v4.1.1 |
694 | 2024-12-21T04:25:47.495Z | Downloaded strum_macros v0.25.3 |
695 | 2024-12-21T04:25:47.498Z | Downloaded which v4.4.2 |
696 | 2024-12-21T04:25:47.501Z | Downloaded typify-macro v0.2.0 |
697 | 2024-12-21T04:25:47.503Z | Downloaded hashlink v0.9.1 |
698 | 2024-12-21T04:25:47.503Z | Downloaded termios v0.3.3 |
699 | 2024-12-21T04:25:47.506Z | Downloaded termcolor v1.4.1 |
700 | 2024-12-21T04:25:47.509Z | Downloaded phf_shared v0.11.2 |
701 | 2024-12-21T04:25:47.509Z | Downloaded parking_lot v0.11.2 |
702 | 2024-12-21T04:25:47.511Z | Downloaded deranged v0.3.11 |
703 | 2024-12-21T04:25:47.514Z | Downloaded unicase v2.7.0 |
704 | 2024-12-21T04:25:47.517Z | Downloaded pkcs8 v0.10.2 |
705 | 2024-12-21T04:25:47.520Z | Downloaded tower-service v0.3.3 |
706 | 2024-12-21T04:25:47.520Z | Downloaded hash32 v0.3.1 |
707 | 2024-12-21T04:25:47.523Z | Downloaded fixedbitset v0.4.2 |
708 | 2024-12-21T04:25:47.526Z | Downloaded filetime v0.2.25 |
709 | 2024-12-21T04:25:47.529Z | Downloaded num_enum v0.5.11 |
710 | 2024-12-21T04:25:47.532Z | Downloaded num-integer v0.1.46 |
711 | 2024-12-21T04:25:47.534Z | Downloaded downcast v0.11.0 |
712 | 2024-12-21T04:25:47.537Z | Downloaded libxml v0.3.3 |
713 | 2024-12-21T04:25:47.543Z | Downloaded percent-encoding v2.3.1 |
714 | 2024-12-21T04:25:47.549Z | Downloaded pem v3.0.4 |
715 | 2024-12-21T04:25:47.549Z | Downloaded libm v0.2.8 |
716 | 2024-12-21T04:25:47.556Z | Downloaded openssl-macros v0.1.1 |
717 | 2024-12-21T04:25:47.559Z | Downloaded phf_shared v0.10.0 |
718 | 2024-12-21T04:25:47.559Z | Downloaded fxhash v0.2.1 |
719 | 2024-12-21T04:25:47.562Z | Downloaded subtle v2.6.1 |
720 | 2024-12-21T04:25:47.562Z | Downloaded rustversion v1.0.17 |
721 | 2024-12-21T04:25:47.564Z | Downloaded ref-cast-impl v1.0.23 |
722 | 2024-12-21T04:25:47.566Z | Downloaded tokio-tungstenite v0.24.0 |
723 | 2024-12-21T04:25:47.569Z | Downloaded ref-cast v1.0.23 |
724 | 2024-12-21T04:25:47.571Z | Downloaded sync_wrapper v1.0.1 |
725 | 2024-12-21T04:25:47.575Z | Downloaded zeroize_derive v1.4.2 |
726 | 2024-12-21T04:25:47.575Z | Downloaded sync-ptr v0.1.1 |
727 | 2024-12-21T04:25:47.577Z | Downloaded derive_builder v0.20.2 |
728 | 2024-12-21T04:25:47.581Z | Downloaded smf v0.2.3 |
729 | 2024-12-21T04:25:47.584Z | Downloaded smallvec v0.6.14 |
730 | 2024-12-21T04:25:47.584Z | Downloaded rusty-fork v0.3.0 |
731 | 2024-12-21T04:25:47.586Z | Downloaded walkdir v2.5.0 |
732 | 2024-12-21T04:25:47.588Z | Downloaded oso v0.27.3 |
733 | 2024-12-21T04:25:47.592Z | Downloaded dyn-clone v1.0.17 |
734 | 2024-12-21T04:25:47.595Z | Downloaded pem-rfc7468 v0.7.0 |
735 | 2024-12-21T04:25:47.598Z | Downloaded diesel-dtrace v0.4.2 |
736 | 2024-12-21T04:25:47.600Z | Downloaded snafu-derive v0.8.5 |
737 | 2024-12-21T04:25:47.602Z | Downloaded diesel_table_macro_syntax v0.2.0 |
738 | 2024-12-21T04:25:47.605Z | Downloaded futures-task v0.3.31 |
739 | 2024-12-21T04:25:47.605Z | Downloaded futures-sink v0.3.31 |
740 | 2024-12-21T04:25:47.608Z | Downloaded futures-io v0.3.31 |
741 | 2024-12-21T04:25:47.608Z | Downloaded strum_macros v0.26.4 |
742 | 2024-12-21T04:25:47.611Z | Downloaded oso-derive v0.27.3 |
743 | 2024-12-21T04:25:47.615Z | Downloaded term v0.7.0 |
744 | 2024-12-21T04:25:47.617Z | Downloaded openssl-probe v0.1.5 |
745 | 2024-12-21T04:25:47.617Z | Downloaded dropshot_endpoint v0.12.0 |
746 | 2024-12-21T04:25:47.620Z | Downloaded strum v0.26.3 |
747 | 2024-12-21T04:25:47.623Z | Downloaded futures-macro v0.3.31 |
748 | 2024-12-21T04:25:47.623Z | Downloaded form_urlencoded v1.2.1 |
749 | 2024-12-21T04:25:47.628Z | Downloaded phf v0.11.2 |
750 | 2024-12-21T04:25:47.630Z | Downloaded supports-color v3.0.1 |
751 | 2024-12-21T04:25:47.630Z | Downloaded spki v0.7.3 |
752 | 2024-12-21T04:25:47.630Z | Downloaded slog-dtrace v0.3.0 |
753 | 2024-12-21T04:25:47.633Z | Downloaded synstructure v0.13.1 |
754 | 2024-12-21T04:25:47.633Z | Downloaded uzers v0.12.1 |
755 | 2024-12-21T04:25:47.635Z | Downloaded termtree v0.4.1 |
756 | 2024-12-21T04:25:47.638Z | Downloaded strum_macros v0.24.3 |
757 | 2024-12-21T04:25:47.640Z | Downloaded peg v0.8.4 |
758 | 2024-12-21T04:25:47.643Z | Downloaded time-core v0.1.2 |
759 | 2024-12-21T04:25:47.645Z | Downloaded phf_generator v0.11.2 |
760 | 2024-12-21T04:25:47.645Z | Downloaded smallvec v1.13.2 |
761 | 2024-12-21T04:25:47.648Z | Downloaded zone v0.3.0 |
762 | 2024-12-21T04:25:47.650Z | Downloaded utf16_iter v1.0.5 |
763 | 2024-12-21T04:25:47.650Z | Downloaded universal-hash v0.5.1 |
764 | 2024-12-21T04:25:47.653Z | Downloaded ecdsa v0.16.9 |
765 | 2024-12-21T04:25:47.655Z | Downloaded tracing-attributes v0.1.27 |
766 | 2024-12-21T04:25:47.658Z | Downloaded schemars v0.8.21 |
767 | 2024-12-21T04:25:47.669Z | Downloaded mirai-annotations v1.12.0 |
768 | 2024-12-21T04:25:47.672Z | Downloaded uuid v1.11.0 |
769 | 2024-12-21T04:25:47.674Z | Downloaded futures-core v0.3.31 |
770 | 2024-12-21T04:25:47.677Z | Downloaded itertools v0.13.0 |
771 | 2024-12-21T04:25:47.683Z | Downloaded zone_cfg_derive v0.1.2 |
772 | 2024-12-21T04:25:47.685Z | Downloaded try-lock v0.2.5 |
773 | 2024-12-21T04:25:47.688Z | Downloaded rand v0.8.5 |
774 | 2024-12-21T04:25:47.691Z | Downloaded rustc_version v0.4.1 |
775 | 2024-12-21T04:25:47.691Z | Downloaded half v2.4.1 |
776 | 2024-12-21T04:25:47.694Z | Downloaded unicode-bidi v0.3.17 |
777 | 2024-12-21T04:25:47.697Z | Downloaded x509-cert v0.2.5 |
778 | 2024-12-21T04:25:47.704Z | Downloaded normalize-line-endings v0.3.0 |
779 | 2024-12-21T04:25:47.706Z | Downloaded serde_yaml v0.9.34+deprecated |
780 | 2024-12-21T04:25:47.709Z | Downloaded dirs-sys-next v0.1.2 |
781 | 2024-12-21T04:25:47.711Z | Downloaded tap v1.0.1 |
782 | 2024-12-21T04:25:47.717Z | Downloaded postcard v1.0.10 |
783 | 2024-12-21T04:25:47.719Z | Downloaded pin-project-lite v0.2.14 |
784 | 2024-12-21T04:25:47.722Z | Downloaded blake3 v1.5.4 |
785 | 2024-12-21T04:25:47.728Z | Downloaded darling_macro v0.20.10 |
786 | 2024-12-21T04:25:47.731Z | Downloaded hyper v1.5.0 |
787 | 2024-12-21T04:25:47.737Z | Downloaded tinystr v0.7.6 |
788 | 2024-12-21T04:25:47.739Z | Downloaded embedded-io v0.4.0 |
789 | 2024-12-21T04:25:47.742Z | Downloaded globset v0.4.15 |
790 | 2024-12-21T04:25:47.744Z | Downloaded der v0.7.9 |
791 | 2024-12-21T04:25:47.750Z | Downloaded slog-bunyan v2.5.0 |
792 | 2024-12-21T04:25:47.753Z | Downloaded slog-async v2.8.0 |
793 | 2024-12-21T04:25:47.753Z | Downloaded nodrop v0.1.14 |
794 | 2024-12-21T04:25:47.753Z | Downloaded russh v0.45.0 |
795 | 2024-12-21T04:25:47.758Z | Downloaded topological-sort v0.2.2 |
796 | 2024-12-21T04:25:47.761Z | Downloaded float-cmp v0.9.0 |
797 | 2024-12-21T04:25:47.764Z | Downloaded structmeta-derive v0.3.0 |
798 | 2024-12-21T04:25:47.764Z | Downloaded pretty-hex v0.2.1 |
799 | 2024-12-21T04:25:47.766Z | Downloaded rand_core v0.6.4 |
800 | 2024-12-21T04:25:47.766Z | Downloaded slog-envlogger v2.2.0 |
801 | 2024-12-21T04:25:47.769Z | Downloaded precomputed-hash v0.1.1 |
802 | 2024-12-21T04:25:47.769Z | Downloaded tinyvec_macros v0.1.1 |
803 | 2024-12-21T04:25:47.771Z | Downloaded tiny-keccak v2.0.2 |
804 | 2024-12-21T04:25:47.774Z | Downloaded futures-channel v0.3.31 |
805 | 2024-12-21T04:25:47.778Z | Downloaded pkcs5 v0.7.1 |
806 | 2024-12-21T04:25:47.780Z | Downloaded num-conv v0.1.0 |
807 | 2024-12-21T04:25:47.780Z | Downloaded radium v0.7.0 |
808 | 2024-12-21T04:25:47.783Z | Downloaded r2d2 v0.8.10 |
809 | 2024-12-21T04:25:47.783Z | Downloaded quick-error v1.2.3 |
810 | 2024-12-21T04:25:47.786Z | Downloaded unicode-xid v0.2.6 |
811 | 2024-12-21T04:25:47.786Z | Downloaded num_threads v0.1.7 |
812 | 2024-12-21T04:25:47.789Z | Downloaded ron v0.7.1 |
813 | 2024-12-21T04:25:47.792Z | Downloaded number_prefix v0.4.0 |
814 | 2024-12-21T04:25:47.795Z | Downloaded zone v0.1.8 |
815 | 2024-12-21T04:25:47.795Z | Downloaded zerovec-derive v0.10.3 |
816 | 2024-12-21T04:25:47.797Z | Downloaded owo-colors v4.1.0 |
817 | 2024-12-21T04:25:47.802Z | Downloaded static_assertions v1.1.0 |
818 | 2024-12-21T04:25:47.804Z | Downloaded tracing-core v0.1.32 |
819 | 2024-12-21T04:25:47.804Z | Downloaded elliptic-curve v0.13.8 |
820 | 2024-12-21T04:25:47.807Z | Downloaded unicode-truncate v1.1.0 |
821 | 2024-12-21T04:25:47.810Z | Downloaded futures-executor v0.3.31 |
822 | 2024-12-21T04:25:47.813Z | Downloaded predicates-tree v1.0.11 |
823 | 2024-12-21T04:25:47.813Z | Downloaded socket2 v0.5.7 |
824 | 2024-12-21T04:25:47.815Z | Downloaded zerocopy-derive v0.8.10 |
825 | 2024-12-21T04:25:47.821Z | Downloaded siphasher v0.3.11 |
826 | 2024-12-21T04:25:47.823Z | Downloaded aws-lc-rs v1.10.0 |
827 | 2024-12-21T04:25:47.832Z | Downloaded debug-ignore v1.0.5 |
828 | 2024-12-21T04:25:47.834Z | Downloaded ppv-lite86 v0.2.20 |
829 | 2024-12-21T04:25:47.837Z | Downloaded predicates v3.1.2 |
830 | 2024-12-21T04:25:47.839Z | Downloaded powerfmt v0.2.0 |
831 | 2024-12-21T04:25:47.839Z | Downloaded miniz_oxide v0.8.0 |
832 | 2024-12-21T04:25:47.842Z | Downloaded toolchain_find v0.4.0 |
833 | 2024-12-21T04:25:47.844Z | Downloaded pin-project v1.1.6 |
834 | 2024-12-21T04:25:47.854Z | Downloaded fd-lock v4.0.2 |
835 | 2024-12-21T04:25:47.861Z | Downloaded sqlformat v0.2.6 |
836 | 2024-12-21T04:25:47.861Z | Downloaded serde_repr v0.1.19 |
837 | 2024-12-21T04:25:47.862Z | Downloaded rustls-pemfile v1.0.4 |
838 | 2024-12-21T04:25:47.865Z | Downloaded zopfli v0.8.1 |
839 | 2024-12-21T04:25:47.868Z | Downloaded difflib v0.4.0 |
840 | 2024-12-21T04:25:47.868Z | Downloaded serde_urlencoded v0.7.1 |
841 | 2024-12-21T04:25:47.870Z | Downloaded slog-scope v4.4.0 |
842 | 2024-12-21T04:25:47.870Z | Downloaded writeable v0.5.5 |
843 | 2024-12-21T04:25:47.873Z | Downloaded quinn v0.11.5 |
844 | 2024-12-21T04:25:47.875Z | Downloaded zip v0.6.6 |
845 | 2024-12-21T04:25:47.880Z | Downloaded sec1 v0.7.3 |
846 | 2024-12-21T04:25:47.883Z | Downloaded url v2.5.3 |
847 | 2024-12-21T04:25:47.886Z | Downloaded hashbrown v0.12.3 |
848 | 2024-12-21T04:25:47.890Z | Downloaded num v0.4.3 |
849 | 2024-12-21T04:25:47.893Z | Downloaded ed25519 v2.2.3 |
850 | 2024-12-21T04:25:47.893Z | Downloaded same-file v1.0.6 |
851 | 2024-12-21T04:25:47.895Z | Downloaded rand_xorshift v0.3.0 |
852 | 2024-12-21T04:25:47.898Z | Downloaded num-complex v0.4.6 |
853 | 2024-12-21T04:25:47.898Z | Downloaded flume v0.11.1 |
854 | 2024-12-21T04:25:47.901Z | Downloaded samael v0.0.17 |
855 | 2024-12-21T04:25:47.907Z | Downloaded shell-words v1.1.0 |
856 | 2024-12-21T04:25:47.910Z | Downloaded slog-term v2.9.1 |
857 | 2024-12-21T04:25:47.912Z | Downloaded env_logger v0.11.5 |
858 | 2024-12-21T04:25:47.915Z | Downloaded tls_codec_derive v0.4.1 |
859 | 2024-12-21T04:25:47.918Z | Downloaded tls_codec v0.4.1 |
860 | 2024-12-21T04:25:47.918Z | Downloaded unicode-properties v0.1.3 |
861 | 2024-12-21T04:25:47.920Z | Downloaded rcgen v0.12.1 |
862 | 2024-12-21T04:25:47.923Z | Downloaded rsa v0.9.6 |
863 | 2024-12-21T04:25:47.928Z | Downloaded hashbrown v0.13.2 |
864 | 2024-12-21T04:25:47.932Z | Downloaded serde_with_macros v3.11.0 |
865 | 2024-12-21T04:25:47.935Z | Downloaded env_logger v0.10.2 |
866 | 2024-12-21T04:25:47.938Z | Downloaded rayon v1.10.0 |
867 | 2024-12-21T04:25:47.947Z | Downloaded displaydoc v0.2.5 |
868 | 2024-12-21T04:25:47.951Z | Downloaded slog-json v2.6.1 |
869 | 2024-12-21T04:25:47.953Z | Downloaded num_enum_derive v0.5.11 |
870 | 2024-12-21T04:25:47.955Z | Downloaded diff v0.1.13 |
871 | 2024-12-21T04:25:47.958Z | Downloaded icu_properties_data v1.5.0 |
872 | 2024-12-21T04:25:47.968Z | Downloaded packed_struct v0.10.1 |
873 | 2024-12-21T04:25:47.970Z | Downloaded lalrpop v0.19.12 |
874 | 2024-12-21T04:25:47.982Z | Downloaded toml v0.7.8 |
875 | 2024-12-21T04:25:47.985Z | Downloaded mio v1.0.2 |
876 | 2024-12-21T04:25:47.992Z | Downloaded tungstenite v0.24.0 |
877 | 2024-12-21T04:25:47.995Z | Downloaded unicode_categories v0.1.1 |
878 | 2024-12-21T04:25:47.997Z | Downloaded proptest v1.5.0 |
879 | 2024-12-21T04:25:48.007Z | Downloaded zip v2.1.3 |
880 | 2024-12-21T04:25:48.011Z | Downloaded steno v0.4.1 |
881 | 2024-12-21T04:25:48.016Z | Downloaded rustls-pki-types v1.10.0 |
882 | 2024-12-21T04:25:48.019Z | Downloaded rustyline v14.0.0 |
883 | 2024-12-21T04:25:48.025Z | Downloaded reedline v0.35.0 |
884 | 2024-12-21T04:25:48.033Z | Downloaded fatfs v0.3.6 |
885 | 2024-12-21T04:25:48.036Z | Downloaded chrono v0.4.38 |
886 | 2024-12-21T04:25:48.044Z | Downloaded similar v2.6.0 |
887 | 2024-12-21T04:25:48.049Z | Downloaded rayon-core v1.12.1 |
888 | 2024-12-21T04:25:48.053Z | Downloaded toml_edit v0.19.15 |
889 | 2024-12-21T04:25:48.072Z | Downloaded publicsuffix v2.2.3 |
890 | 2024-12-21T04:25:48.075Z | Downloaded time v0.3.36 |
891 | 2024-12-21T04:25:48.080Z | Downloaded expectorate v1.1.0 |
892 | 2024-12-21T04:25:48.083Z | Downloaded tough v0.19.0 |
893 | 2024-12-21T04:25:48.091Z | Downloaded p256 v0.13.2 |
894 | 2024-12-21T04:25:48.095Z | Downloaded idna v0.4.0 |
895 | 2024-12-21T04:25:48.102Z | Downloaded rustls-webpki v0.102.8 |
896 | 2024-12-21T04:25:48.122Z | Downloaded num-bigint v0.4.6 |
897 | 2024-12-21T04:25:48.126Z | Downloaded num-bigint-dig v0.8.4 |
898 | 2024-12-21T04:25:48.132Z | Downloaded salty v0.3.0 |
899 | 2024-12-21T04:25:48.139Z | Downloaded hashbrown v0.14.5 |
900 | 2024-12-21T04:25:48.145Z | Downloaded h2 v0.4.6 |
901 | 2024-12-21T04:25:48.153Z | Downloaded sqlparser v0.45.0 |
902 | 2024-12-21T04:25:48.159Z | Downloaded idna v0.3.0 |
903 | 2024-12-21T04:25:48.171Z | Downloaded portable-atomic v1.9.0 |
904 | 2024-12-21T04:25:48.174Z | Downloaded unicode-normalization v0.1.24 |
905 | 2024-12-21T04:25:48.179Z | Downloaded flate2 v1.0.34 |
906 | 2024-12-21T04:25:48.185Z | Downloaded futures-util v0.3.31 |
907 | 2024-12-21T04:25:48.199Z | Downloaded winnow v0.5.40 |
908 | 2024-12-21T04:25:48.208Z | Downloaded nom v7.1.3 |
909 | 2024-12-21T04:25:48.214Z | Downloaded openssl v0.10.66 |
910 | 2024-12-21T04:25:48.225Z | Downloaded rustls-webpki v0.101.7 |
911 | 2024-12-21T04:25:48.240Z | Downloaded p521 v0.13.3 |
912 | 2024-12-21T04:25:48.244Z | Downloaded polar-core v0.27.3 |
913 | 2024-12-21T04:25:48.253Z | Downloaded smoltcp v0.9.1 |
914 | 2024-12-21T04:25:48.279Z | Downloaded zerocopy v0.8.10 |
915 | 2024-12-21T04:25:48.308Z | Downloaded dropshot v0.13.0 |
916 | 2024-12-21T04:25:48.333Z | Downloaded hickory-proto v0.24.1 |
917 | 2024-12-21T04:25:48.349Z | Downloaded unicode-width v0.2.0 |
918 | 2024-12-21T04:25:48.355Z | Downloaded nix v0.27.1 |
919 | 2024-12-21T04:25:48.367Z | Downloaded openapiv3 v2.0.0 |
920 | 2024-12-21T04:25:48.379Z | Downloaded regress v0.9.1 |
921 | 2024-12-21T04:25:48.387Z | Downloaded nix v0.28.0 |
922 | 2024-12-21T04:25:48.399Z | Downloaded p384 v0.13.0 |
923 | 2024-12-21T04:25:48.405Z | Downloaded diesel v2.2.6 |
924 | 2024-12-21T04:25:48.424Z | Downloaded rustls v0.21.12 |
925 | 2024-12-21T04:25:48.435Z | Downloaded radix_trie v0.2.1 |
926 | 2024-12-21T04:25:48.440Z | Downloaded trust-dns-proto v0.22.0 |
927 | 2024-12-21T04:25:48.453Z | Downloaded object v0.30.4 |
928 | 2024-12-21T04:25:48.463Z | Downloaded nix v0.29.0 |
929 | 2024-12-21T04:25:48.475Z | Downloaded rustls v0.22.4 |
930 | 2024-12-21T04:25:48.490Z | Downloaded smoltcp v0.11.0 |
931 | 2024-12-21T04:25:48.510Z | Downloaded ratatui v0.28.1 |
932 | 2024-12-21T04:25:48.530Z | Downloaded rustls v0.23.19 |
933 | 2024-12-21T04:25:48.541Z | Downloaded typify-impl v0.2.0 |
934 | 2024-12-21T04:25:48.555Z | Downloaded object v0.36.5 |
935 | 2024-12-21T04:25:48.567Z | Downloaded zerocopy-derive v0.6.6 |
936 | 2024-12-21T04:25:48.575Z | Downloaded sled v0.34.7 |
937 | 2024-12-21T04:25:48.585Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
938 | 2024-12-21T04:25:48.597Z | Downloaded regex-syntax v0.8.5 |
939 | 2024-12-21T04:25:48.610Z | Downloaded regress v0.10.1 |
940 | 2024-12-21T04:25:48.614Z | Downloaded gimli v0.31.1 |
941 | 2024-12-21T04:25:48.623Z | Downloaded regex-syntax v0.6.29 |
942 | 2024-12-21T04:25:48.631Z | Downloaded chrono-tz v0.10.0 |
943 | 2024-12-21T04:25:48.638Z | Downloaded regex-automata v0.4.8 |
944 | 2024-12-21T04:25:48.653Z | Downloaded bstr v1.10.0 |
945 | 2024-12-21T04:25:48.664Z | Downloaded petgraph v0.6.5 |
946 | 2024-12-21T04:25:48.679Z | Downloaded regex v1.11.1 |
947 | 2024-12-21T04:25:48.691Z | Downloaded dropshot v0.12.0 |
948 | 2024-12-21T04:25:48.712Z | Downloaded tokio v1.40.0 |
949 | 2024-12-21T04:25:48.750Z | Downloaded lzma-sys v0.1.20 |
950 | 2024-12-21T04:25:48.781Z | Downloaded csv v1.3.0 |
951 | 2024-12-21T04:25:48.800Z | Downloaded sha3 v0.10.8 |
952 | 2024-12-21T04:25:48.804Z | Downloaded libz-sys v1.1.20 |
953 | 2024-12-21T04:25:48.823Z | Downloaded webpki-roots v0.26.6 |
954 | 2024-12-21T04:25:48.826Z | Downloaded quick-xml v0.33.0 |
955 | 2024-12-21T04:25:48.835Z | Downloaded serde_with v3.11.0 |
956 | 2024-12-21T04:25:48.841Z | Downloaded reqwest v0.12.9 |
957 | 2024-12-21T04:25:48.850Z | Downloaded quinn-proto v0.11.8 |
958 | 2024-12-21T04:25:48.857Z | Downloaded petname v2.0.2 |
959 | 2024-12-21T04:25:48.863Z | Downloaded vcpkg v0.2.15 |
960 | 2024-12-21T04:25:48.903Z | Downloaded git2 v0.19.0 |
961 | 2024-12-21T04:25:48.910Z | Downloaded curve25519-dalek v4.1.3 |
962 | 2024-12-21T04:25:48.920Z | Downloaded idna v0.2.3 |
963 | 2024-12-21T04:25:48.926Z | Downloaded zerovec v0.10.4 |
964 | 2024-12-21T04:25:48.931Z | Downloaded idna v0.5.0 |
965 | 2024-12-21T04:25:48.938Z | Downloaded bitvec v1.0.1 |
966 | 2024-12-21T04:25:48.954Z | Downloaded headers v0.4.0 |
967 | 2024-12-21T04:25:48.959Z | Downloaded tokio-util v0.7.12 |
968 | 2024-12-21T04:25:48.968Z | Downloaded secrecy v0.8.0 |
969 | 2024-12-21T04:25:48.972Z | Downloaded ed25519-dalek v2.1.1 |
970 | 2024-12-21T04:25:48.972Z | Downloaded sct v0.7.1 |
971 | 2024-12-21T04:25:48.975Z | Downloaded parse-zoneinfo v0.3.1 |
972 | 2024-12-21T04:25:48.978Z | Downloaded rusqlite v0.32.1 |
973 | 2024-12-21T04:25:48.988Z | Downloaded rand_seeder v0.3.0 |
974 | 2024-12-21T04:25:48.988Z | Downloaded time-macros v0.2.18 |
975 | 2024-12-21T04:25:48.988Z | Downloaded zerocopy v0.6.6 |
976 | 2024-12-21T04:25:48.992Z | Downloaded tar v0.4.42 |
977 | 2024-12-21T04:25:48.996Z | Downloaded scheduled-thread-pool v0.2.7 |
978 | 2024-12-21T04:25:48.996Z | Downloaded whoami v1.5.2 |
979 | 2024-12-21T04:25:48.996Z | Downloaded value-bag v1.9.0 |
980 | 2024-12-21T04:25:49.000Z | Downloaded simd-adler32 v0.3.7 |
981 | 2024-12-21T04:25:49.005Z | Downloaded openssl-sys v0.9.103 |
982 | 2024-12-21T04:25:49.008Z | Downloaded data-encoding v2.6.0 |
983 | 2024-12-21T04:25:49.008Z | Downloaded psl-types v2.0.11 |
984 | 2024-12-21T04:25:49.008Z | Downloaded group v0.13.0 |
985 | 2024-12-21T04:25:49.013Z | Downloaded diesel_derives v2.2.3 |
986 | 2024-12-21T04:25:49.016Z | Downloaded ssh-key v0.6.6 |
987 | 2024-12-21T04:25:49.020Z | Downloaded nu-ansi-term v0.50.1 |
988 | 2024-12-21T04:25:49.024Z | Downloaded predicates-core v1.0.8 |
989 | 2024-12-21T04:25:49.024Z | Downloaded typed-path v0.9.3 |
990 | 2024-12-21T04:25:49.030Z | Downloaded yoke-derive v0.7.4 |
991 | 2024-12-21T04:25:49.033Z | Downloaded write16 v1.0.0 |
992 | 2024-12-21T04:25:49.033Z | Downloaded display-error-chain v0.2.2 |
993 | 2024-12-21T04:25:49.033Z | Downloaded bindgen v0.69.5 |
994 | 2024-12-21T04:25:49.040Z | Downloaded phf_codegen v0.11.2 |
995 | 2024-12-21T04:25:49.044Z | Downloaded dirs-next v2.0.0 |
996 | 2024-12-21T04:25:49.044Z | Downloaded utf-8 v0.7.6 |
997 | 2024-12-21T04:25:49.047Z | Downloaded dropshot_endpoint v0.13.0 |
998 | 2024-12-21T04:25:49.047Z | Downloaded float-ord v0.3.2 |
999 | 2024-12-21T04:25:49.049Z | Downloaded thiserror v2.0.3 |
1000 | 2024-12-21T04:25:49.054Z | Downloaded num-traits v0.2.19 |
1001 | 2024-12-21T04:25:49.057Z | Downloaded rustc_version v0.1.7 |
1002 | 2024-12-21T04:25:49.057Z | Downloaded pin-project-internal v1.1.6 |
1003 | 2024-12-21T04:25:49.061Z | Downloaded stable_deref_trait v1.2.0 |
1004 | 2024-12-21T04:25:49.061Z | Downloaded rustc-hash v2.0.0 |
1005 | 2024-12-21T04:25:49.064Z | Downloaded rpassword v7.3.1 |
1006 | 2024-12-21T04:25:49.064Z | Downloaded peg-macros v0.8.4 |
1007 | 2024-12-21T04:25:49.064Z | Downloaded encoding_rs v0.8.34 |
1008 | 2024-12-21T04:25:49.089Z | Downloaded password-hash v0.4.2 |
1009 | 2024-12-21T04:25:49.092Z | Downloaded snafu v0.8.5 |
1010 | 2024-12-21T04:25:49.095Z | Downloaded ron v0.8.1 |
1011 | 2024-12-21T04:25:49.099Z | Downloaded crossterm v0.28.1 |
1012 | 2024-12-21T04:25:49.105Z | Downloaded hkdf v0.12.4 |
1013 | 2024-12-21T04:25:49.108Z | Downloaded subprocess v0.2.9 |
1014 | 2024-12-21T04:25:49.111Z | Downloaded fragile v2.0.0 |
1015 | 2024-12-21T04:25:49.114Z | Downloaded either v1.13.0 |
1016 | 2024-12-21T04:25:49.114Z | Downloaded unicode-segmentation v1.12.0 |
1017 | 2024-12-21T04:25:49.117Z | Downloaded itertools v0.12.1 |
1018 | 2024-12-21T04:25:49.125Z | Downloaded idna v1.0.3 |
1019 | 2024-12-21T04:25:49.130Z | Downloaded parse-display-derive v0.10.0 |
1020 | 2024-12-21T04:25:49.132Z | Downloaded olpc-cjson v0.1.4 |
1021 | 2024-12-21T04:25:49.133Z | Downloaded glob v0.3.1 |
1022 | 2024-12-21T04:25:49.135Z | Downloaded tokio-rustls v0.25.0 |
1023 | 2024-12-21T04:25:49.135Z | Downloaded derive-where v1.2.7 |
1024 | 2024-12-21T04:25:49.138Z | Downloaded unarray v0.1.4 |
1025 | 2024-12-21T04:25:49.141Z | Downloaded parking_lot v0.12.3 |
1026 | 2024-12-21T04:25:49.146Z | Downloaded itertools v0.10.5 |
1027 | 2024-12-21T04:25:49.150Z | Downloaded num-derive v0.4.2 |
1028 | 2024-12-21T04:25:49.155Z | Downloaded gethostname v0.5.0 |
1029 | 2024-12-21T04:25:49.155Z | Downloaded flagset v0.4.6 |
1030 | 2024-12-21T04:25:49.159Z | Downloaded poly1305 v0.8.0 |
1031 | 2024-12-21T04:25:49.159Z | Downloaded parking_lot_core v0.9.10 |
1032 | 2024-12-21T04:25:49.167Z | Downloaded yasna v0.5.2 |
1033 | 2024-12-21T04:25:49.170Z | Downloaded vergen v8.3.2 |
1034 | 2024-12-21T04:25:49.170Z | Downloaded ff v0.13.0 |
1035 | 2024-12-21T04:25:49.170Z | Downloaded rfc6979 v0.4.0 |
1036 | 2024-12-21T04:25:49.170Z | Downloaded tokio-postgres v0.7.12 |
1037 | 2024-12-21T04:25:49.174Z | Downloaded packed_struct_codegen v0.10.1 |
1038 | 2024-12-21T04:25:49.176Z | Downloaded slog v2.7.0 |
1039 | 2024-12-21T04:25:49.180Z | Downloaded crypto-bigint v0.5.5 |
1040 | 2024-12-21T04:25:49.186Z | Downloaded der_derive v0.7.3 |
1041 | 2024-12-21T04:25:49.191Z | Downloaded tracing v0.1.40 |
1042 | 2024-12-21T04:25:49.194Z | Downloaded sha1 v0.10.6 |
1043 | 2024-12-21T04:25:49.194Z | Downloaded crossbeam-channel v0.5.13 |
1044 | 2024-12-21T04:25:49.198Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1045 | 2024-12-21T04:25:49.260Z | Downloaded fallible-iterator v0.2.0 |
1046 | 2024-12-21T04:25:49.263Z | Downloaded indicatif v0.17.9 |
1047 | 2024-12-21T04:25:49.274Z | Downloaded qorb v0.2.1 |
1048 | 2024-12-21T04:25:49.279Z | Downloaded resolv-conf v0.7.0 |
1049 | 2024-12-21T04:25:49.279Z | Downloaded polyval v0.6.2 |
1050 | 2024-12-21T04:25:49.279Z | Downloaded pkg-config v0.3.31 |
1051 | 2024-12-21T04:25:49.279Z | Downloaded parse-display v0.10.0 |
1052 | 2024-12-21T04:25:49.279Z | Downloaded vsss-rs v3.3.4 |
1053 | 2024-12-21T04:25:49.286Z | Downloaded typify v0.2.0 |
1054 | 2024-12-21T04:25:49.286Z | Downloaded tokio-tungstenite v0.23.1 |
1055 | 2024-12-21T04:25:49.291Z | Downloaded tokio-tungstenite v0.21.0 |
1056 | 2024-12-21T04:25:49.292Z | Downloaded tokio-stream v0.1.16 |
1057 | 2024-12-21T04:25:49.297Z | Downloaded futures v0.3.31 |
1058 | 2024-12-21T04:25:49.300Z | Downloaded derive_builder_core v0.20.2 |
1059 | 2024-12-21T04:25:49.300Z | Downloaded unsafe-libyaml v0.2.11 |
1060 | 2024-12-21T04:25:49.303Z | Downloaded tungstenite v0.23.0 |
1061 | 2024-12-21T04:25:49.306Z | Downloaded tungstenite v0.21.0 |
1062 | 2024-12-21T04:25:49.310Z | Downloaded fallible-iterator v0.3.0 |
1063 | 2024-12-21T04:25:49.313Z | Downloaded defmt-parser v0.3.4 |
1064 | 2024-12-21T04:25:49.313Z | Downloaded tokio-rustls v0.26.0 |
1065 | 2024-12-21T04:25:49.313Z | Downloaded tinyvec v1.8.0 |
1066 | 2024-12-21T04:25:49.317Z | Downloaded base64 v0.21.7 |
1067 | 2024-12-21T04:25:49.323Z | Downloaded nibble_vec v0.1.0 |
1068 | 2024-12-21T04:25:49.323Z | Downloaded newtype-uuid v1.1.3 |
1069 | 2024-12-21T04:25:49.326Z | Downloaded omicron-zone-package v0.11.1 |
1070 | 2024-12-21T04:25:49.326Z | Downloaded cc v1.1.30 |
1071 | 2024-12-21T04:25:49.329Z | Downloaded dhcproto v0.12.0 |
1072 | 2024-12-21T04:25:49.332Z | Downloaded derive_more v0.99.18 |
1073 | 2024-12-21T04:25:49.338Z | Downloaded http v1.1.0 |
1074 | 2024-12-21T04:25:49.342Z | Downloaded postgres-protocol v0.6.7 |
1075 | 2024-12-21T04:25:49.344Z | Downloaded bumpalo v3.16.0 |
1076 | 2024-12-21T04:25:49.348Z | Downloaded num-rational v0.4.2 |
1077 | 2024-12-21T04:25:49.351Z | Downloaded native-tls v0.2.12 |
1078 | 2024-12-21T04:25:49.355Z | Downloaded thiserror-no-std v2.0.2 |
1079 | 2024-12-21T04:25:49.357Z | Downloaded tabwriter v1.4.0 |
1080 | 2024-12-21T04:25:49.357Z | Downloaded nanorand v0.7.0 |
1081 | 2024-12-21T04:25:49.360Z | Downloaded hickory-resolver v0.24.1 |
1082 | 2024-12-21T04:25:49.367Z | Downloaded parking_lot_core v0.8.6 |
1083 | 2024-12-21T04:25:49.371Z | Downloaded mockall_derive v0.13.0 |
1084 | 2024-12-21T04:25:49.371Z | Downloaded test-strategy v0.3.1 |
1085 | 2024-12-21T04:25:49.375Z | Downloaded signal-hook v0.3.17 |
1086 | 2024-12-21T04:25:49.381Z | Downloaded serde-hex v0.1.0 |
1087 | 2024-12-21T04:25:49.382Z | Downloaded getrandom v0.2.15 |
1088 | 2024-12-21T04:25:49.382Z | Downloaded fs_extra v1.3.0 |
1089 | 2024-12-21T04:25:49.385Z | Downloaded crossbeam-epoch v0.9.18 |
1090 | 2024-12-21T04:25:49.388Z | Downloaded hickory-server v0.24.1 |
1091 | 2024-12-21T04:25:49.391Z | Downloaded pbkdf2 v0.11.0 |
1092 | 2024-12-21T04:25:49.394Z | Downloaded num-iter v0.1.45 |
1093 | 2024-12-21T04:25:49.397Z | Downloaded crc-any v2.5.0 |
1094 | 2024-12-21T04:25:49.400Z | Downloaded icu_collections v1.5.0 |
1095 | 2024-12-21T04:25:49.404Z | Downloaded vte v0.11.1 |
1096 | 2024-12-21T04:25:49.408Z | Downloaded zeroize v1.8.1 |
1097 | 2024-12-21T04:25:49.408Z | Downloaded tokio-rustls v0.24.1 |
1098 | 2024-12-21T04:25:49.413Z | Downloaded crossbeam-utils v0.8.20 |
1099 | 2024-12-21T04:25:49.418Z | Downloaded cookie v0.18.1 |
1100 | 2024-12-21T04:25:49.419Z | Downloaded base64 v0.13.1 |
1101 | 2024-12-21T04:25:49.426Z | Downloaded env_filter v0.1.2 |
1102 | 2024-12-21T04:25:49.426Z | Downloaded enum-as-inner v0.6.1 |
1103 | 2024-12-21T04:25:49.426Z | Downloaded enum-as-inner v0.5.1 |
1104 | 2024-12-21T04:25:49.433Z | Downloaded signature v2.2.0 |
1105 | 2024-12-21T04:25:49.433Z | Downloaded clang-sys v1.8.1 |
1106 | 2024-12-21T04:25:49.433Z | Downloaded console v0.15.8 |
1107 | 2024-12-21T04:25:49.433Z | Downloaded rustls-pemfile v2.2.0 |
1108 | 2024-12-21T04:25:49.437Z | Downloaded icu_normalizer v1.5.0 |
1109 | 2024-12-21T04:25:49.437Z | Downloaded csv-core v0.1.11 |
1110 | 2024-12-21T04:25:49.440Z | Downloaded crc32fast v1.4.2 |
1111 | 2024-12-21T04:25:49.440Z | Downloaded strip-ansi-escapes v0.2.0 |
1112 | 2024-12-21T04:25:49.442Z | Downloaded spin v0.5.2 |
1113 | 2024-12-21T04:25:49.442Z | Downloaded icu_locid_transform_data v1.5.0 |
1114 | 2024-12-21T04:25:49.445Z | Downloaded signal-hook-mio v0.2.4 |
1115 | 2024-12-21T04:25:49.446Z | Downloaded shlex v1.3.0 |
1116 | 2024-12-21T04:25:49.451Z | Downloaded untrusted v0.9.0 |
1117 | 2024-12-21T04:25:49.451Z | Downloaded serde_path_to_error v0.1.16 |
1118 | 2024-12-21T04:25:49.454Z | Downloaded blake2 v0.10.6 |
1119 | 2024-12-21T04:25:49.454Z | Downloaded heck v0.3.3 |
1120 | 2024-12-21T04:25:49.454Z | Downloaded rtoolbox v0.0.2 |
1121 | 2024-12-21T04:25:49.457Z | Downloaded const_format_proc_macros v0.2.33 |
1122 | 2024-12-21T04:25:49.457Z | Downloaded cancel-safe-futures v0.1.5 |
1123 | 2024-12-21T04:25:49.461Z | Downloaded blowfish v0.9.1 |
1124 | 2024-12-21T04:25:49.463Z | Downloaded humantime v2.1.0 |
1125 | 2024-12-21T04:25:49.463Z | Downloaded crc-catalog v2.4.0 |
1126 | 2024-12-21T04:25:49.467Z | Downloaded cobs v0.2.3 |
1127 | 2024-12-21T04:25:49.467Z | Downloaded convert_case v0.4.0 |
1128 | 2024-12-21T04:25:49.467Z | Downloaded constant_time_eq v0.3.1 |
1129 | 2024-12-21T04:25:49.473Z | Downloaded hmac v0.12.1 |
1130 | 2024-12-21T04:25:49.473Z | Downloaded salsa20 v0.10.2 |
1131 | 2024-12-21T04:25:49.473Z | Downloaded backtrace v0.3.74 |
1132 | 2024-12-21T04:25:49.477Z | Downloaded bit-set v0.5.3 |
1133 | 2024-12-21T04:25:49.480Z | Downloaded chrono-tz-build v0.4.0 |
1134 | 2024-12-21T04:25:49.480Z | Downloaded chacha20 v0.9.1 |
1135 | 2024-12-21T04:25:49.483Z | Downloaded cbc v0.1.2 |
1136 | 2024-12-21T04:25:49.483Z | Downloaded bitfield-struct v0.6.2 |
1137 | 2024-12-21T04:25:49.486Z | Downloaded ipnet v2.10.1 |
1138 | 2024-12-21T04:25:49.486Z | Downloaded libloading v0.8.5 |
1139 | 2024-12-21T04:25:49.489Z | Downloaded cassowary v0.3.0 |
1140 | 2024-12-21T04:25:49.489Z | Downloaded buf-list v1.0.3 |
1141 | 2024-12-21T04:25:49.492Z | Downloaded bcrypt-pbkdf v0.10.0 |
1142 | 2024-12-21T04:25:49.492Z | Downloaded crucible-workspace-hack v0.1.0 |
1143 | 2024-12-21T04:25:49.496Z | Downloaded hyper-staticfile v0.10.1 |
1144 | 2024-12-21T04:25:49.496Z | Downloaded highway v1.2.0 |
1145 | 2024-12-21T04:25:49.499Z | Downloaded castaway v0.2.3 |
1146 | 2024-12-21T04:25:49.499Z | Downloaded block-padding v0.3.3 |
1147 | 2024-12-21T04:25:49.499Z | Downloaded bb8 v0.8.5 |
1148 | 2024-12-21T04:25:49.502Z | Downloaded async-recursion v1.1.1 |
1149 | 2024-12-21T04:25:49.502Z | Downloaded httparse v1.9.5 |
1150 | 2024-12-21T04:25:49.506Z | Downloaded bitfield v0.14.0 |
1151 | 2024-12-21T04:25:49.509Z | Downloaded keccak v0.1.5 |
1152 | 2024-12-21T04:25:49.509Z | Downloaded is-terminal v0.4.13 |
1153 | 2024-12-21T04:25:49.509Z | Downloaded internet-checksum v0.2.1 |
1154 | 2024-12-21T04:25:49.509Z | Downloaded ciborium-io v0.2.2 |
1155 | 2024-12-21T04:25:49.512Z | Downloaded cfg_aliases v0.2.1 |
1156 | 2024-12-21T04:25:49.513Z | Downloaded indent_write v2.2.0 |
1157 | 2024-12-21T04:25:49.513Z | Downloaded hyper-tls v0.6.0 |
1158 | 2024-12-21T04:25:49.519Z | Downloaded http-range v0.1.5 |
1159 | 2024-12-21T04:25:49.520Z | Downloaded http-body-util v0.1.2 |
1160 | 2024-12-21T04:25:49.520Z | Downloaded kstat-rs v0.2.4 |
1161 | 2024-12-21T04:25:49.520Z | Downloaded ipnetwork v0.20.0 |
1162 | 2024-12-21T04:25:49.523Z | Downloaded impl-trait-for-tuples v0.2.2 |
1163 | 2024-12-21T04:25:49.523Z | Downloaded backoff v0.4.0 |
1164 | 2024-12-21T04:25:49.530Z | Downloaded hostname v0.4.0 |
1165 | 2024-12-21T04:25:49.530Z | Downloaded home v0.5.9 |
1166 | 2024-12-21T04:25:49.530Z | Downloaded base64ct v1.6.0 |
1167 | 2024-12-21T04:25:49.533Z | Downloaded hostname v0.3.1 |
1168 | 2024-12-21T04:25:49.533Z | Downloaded async-stream-impl v0.3.6 |
1169 | 2024-12-21T04:25:49.533Z | Downloaded async-stream v0.3.6 |
1170 | 2024-12-21T04:25:49.535Z | Downloaded allocator-api2 v0.2.18 |
1171 | 2024-12-21T04:25:49.538Z | Downloaded async-trait v0.1.83 |
1172 | 2024-12-21T04:25:49.543Z | Downloaded assert_matches v1.5.0 |
1173 | 2024-12-21T04:25:49.543Z | Downloaded array-init v0.0.4 |
1174 | 2024-12-21T04:25:49.543Z | Downloaded argon2 v0.5.3 |
1175 | 2024-12-21T04:25:49.709Z | Downloaded ring v0.17.8 |
1176 | 2024-12-21T04:25:49.820Z | Downloaded aws-lc-sys v0.22.0 |
1177 | 2024-12-21T04:25:50.074Z | Downloaded libsqlite3-sys v0.30.1 |
1178 | 2024-12-21T04:25:50.151Z | Downloaded ring v0.16.20 |
1179 | 2024-12-21T04:25:50.333Z | Compiling serde v1.0.215 |
1180 | 2024-12-21T04:25:50.337Z | Compiling lock_api v0.4.12 |
1181 | 2024-12-21T04:25:50.337Z | Compiling scopeguard v1.2.0 |
1182 | 2024-12-21T04:25:50.337Z | Compiling value-bag v1.9.0 |
1183 | 2024-12-21T04:25:50.337Z | Compiling typenum v1.17.0 |
1184 | 2024-12-21T04:25:50.337Z | Compiling generic-array v0.14.7 |
1185 | 2024-12-21T04:25:50.503Z | Compiling syn v2.0.87 |
1186 | 2024-12-21T04:25:50.513Z | Compiling getrandom v0.2.15 |
1187 | 2024-12-21T04:25:50.612Z | Compiling subtle v2.6.1 |
1188 | 2024-12-21T04:25:50.932Z | Compiling log v0.4.22 |
1189 | 2024-12-21T04:25:50.953Z | Compiling rand_core v0.6.4 |
1190 | 2024-12-21T04:25:51.028Z | Compiling shlex v1.3.0 |
1191 | 2024-12-21T04:25:51.074Z | Compiling jobserver v0.1.32 |
1192 | 2024-12-21T04:25:51.379Z | Compiling smallvec v1.13.2 |
1193 | 2024-12-21T04:25:51.402Z | Compiling cc v1.1.30 |
1194 | 2024-12-21T04:25:51.453Z | Compiling const-oid v0.9.6 |
1195 | 2024-12-21T04:25:51.607Z | Compiling spin v0.9.8 |
1196 | 2024-12-21T04:25:51.722Z | Compiling pin-project-lite v0.2.14 |
1197 | 2024-12-21T04:25:51.788Z | Compiling rustix v0.38.37 |
1198 | 2024-12-21T04:25:51.859Z | Compiling parking_lot_core v0.9.10 |
1199 | 2024-12-21T04:25:51.932Z | Compiling futures-core v0.3.31 |
1200 | 2024-12-21T04:25:52.007Z | Compiling signal-hook-registry v1.4.2 |
1201 | 2024-12-21T04:25:52.183Z | Compiling mio v1.0.2 |
1202 | 2024-12-21T04:25:52.693Z | Compiling parking_lot v0.12.3 |
1203 | 2024-12-21T04:25:52.817Z | Compiling aho-corasick v1.1.3 |
1204 | 2024-12-21T04:25:52.951Z | Compiling cpufeatures v0.2.14 |
1205 | 2024-12-21T04:25:53.056Z | Compiling regex-syntax v0.8.5 |
1206 | 2024-12-21T04:25:53.206Z | Compiling lazy_static v1.5.0 |
1207 | 2024-12-21T04:25:53.434Z | Compiling either v1.13.0 |
1208 | 2024-12-21T04:25:53.510Z | Compiling stable_deref_trait v1.2.0 |
1209 | 2024-12-21T04:25:53.532Z | Compiling futures-sink v0.3.31 |
1210 | 2024-12-21T04:25:53.624Z | Compiling glob v0.3.1 |
1211 | 2024-12-21T04:25:53.687Z | Compiling socket2 v0.5.7 |
1212 | 2024-12-21T04:25:53.708Z | Compiling slab v0.4.9 |
1213 | 2024-12-21T04:25:53.871Z | Compiling prettyplease v0.2.25 |
1214 | 2024-12-21T04:25:54.182Z | Compiling serde_json v1.0.133 |
1215 | 2024-12-21T04:25:54.243Z | Compiling minimal-lexical v0.2.1 |
1216 | 2024-12-21T04:25:54.672Z | Compiling clang-sys v1.8.1 |
1217 | 2024-12-21T04:25:54.739Z | Compiling nom v7.1.3 |
1218 | 2024-12-21T04:25:54.801Z | Compiling libloading v0.8.5 |
1219 | 2024-12-21T04:25:54.883Z | Compiling bindgen v0.69.5 |
1220 | 2024-12-21T04:25:55.229Z | Compiling home v0.5.9 |
1221 | 2024-12-21T04:25:55.509Z | Compiling itertools v0.10.5 |
1222 | 2024-12-21T04:25:55.710Z | Compiling futures-channel v0.3.31 |
1223 | 2024-12-21T04:25:55.855Z | Compiling libm v0.2.8 |
1224 | 2024-12-21T04:25:56.169Z | Compiling allocator-api2 v0.2.18 |
1225 | 2024-12-21T04:25:56.229Z | Compiling futures-io v0.3.31 |
1226 | 2024-12-21T04:25:56.585Z | Compiling rustc-hash v1.1.0 |
1227 | 2024-12-21T04:25:56.748Z | Compiling pin-utils v0.1.0 |
1228 | 2024-12-21T04:25:56.848Z | Compiling regex-automata v0.4.8 |
1229 | 2024-12-21T04:25:57.002Z | Compiling lazycell v1.3.0 |
1230 | 2024-12-21T04:25:57.167Z | Compiling futures-task v0.3.31 |
1231 | 2024-12-21T04:25:57.470Z | Compiling foldhash v0.1.3 |
1232 | 2024-12-21T04:25:57.799Z | Compiling hashbrown v0.15.1 |
1233 | 2024-12-21T04:25:58.333Z | Compiling synstructure v0.13.1 |
1234 | 2024-12-21T04:25:58.582Z | Compiling cexpr v0.6.0 |
1235 | 2024-12-21T04:25:59.287Z | Compiling cmake v0.1.51 |
1236 | 2024-12-21T04:26:00.140Z | Compiling num-traits v0.2.19 |
1237 | 2024-12-21T04:26:00.180Z | Compiling tinyvec_macros v0.1.1 |
1238 | 2024-12-21T04:26:00.277Z | Compiling fs_extra v1.3.0 |
1239 | 2024-12-21T04:26:00.339Z | Compiling dunce v1.0.5 |
1240 | 2024-12-21T04:26:00.413Z | Compiling pkg-config v0.3.31 |
1241 | 2024-12-21T04:26:00.464Z | Compiling tinyvec v1.8.0 |
1242 | 2024-12-21T04:26:00.900Z | Compiling ring v0.17.8 |
1243 | 2024-12-21T04:26:01.971Z | Compiling unicode-normalization v0.1.24 |
1244 | 2024-12-21T04:26:02.017Z | Compiling unicode-bidi v0.3.17 |
1245 | 2024-12-21T04:26:02.070Z | Compiling litemap v0.7.3 |
1246 | 2024-12-21T04:26:02.072Z | Compiling base64ct v1.6.0 |
1247 | 2024-12-21T04:26:02.490Z | Compiling regex v1.11.1 |
1248 | 2024-12-21T04:26:02.681Z | Compiling writeable v0.5.5 |
1249 | 2024-12-21T04:26:03.117Z | Compiling paste v1.0.15 |
1250 | 2024-12-21T04:26:03.322Z | Compiling pem-rfc7468 v0.7.0 |
1251 | 2024-12-21T04:26:03.660Z | Compiling flagset v0.4.6 |
1252 | 2024-12-21T04:26:03.750Z | Compiling aws-lc-rs v1.10.0 |
1253 | 2024-12-21T04:26:03.877Z | Compiling httparse v1.9.5 |
1254 | 2024-12-21T04:26:04.009Z | Compiling tracing-core v0.1.32 |
1255 | 2024-12-21T04:26:04.215Z | Compiling crossbeam-utils v0.8.20 |
1256 | 2024-12-21T04:26:04.706Z | Compiling rustls-pki-types v1.10.0 |
1257 | 2024-12-21T04:26:04.808Z | Compiling icu_locid_transform_data v1.5.0 |
1258 | 2024-12-21T04:26:04.917Z | Compiling percent-encoding v2.3.1 |
1259 | 2024-12-21T04:26:05.241Z | Compiling untrusted v0.7.1 |
1260 | 2024-12-21T04:26:05.305Z | Compiling serde_derive v1.0.215 |
1261 | 2024-12-21T04:26:05.361Z | Compiling zeroize_derive v1.4.2 |
1262 | 2024-12-21T04:26:05.429Z | Compiling zerocopy-derive v0.7.35 |
1263 | 2024-12-21T04:26:05.816Z | Compiling tokio-macros v2.4.0 |
1264 | 2024-12-21T04:26:05.836Z | Compiling zerofrom-derive v0.1.4 |
1265 | 2024-12-21T04:26:06.956Z | Compiling zeroize v1.8.1 |
1266 | 2024-12-21T04:26:07.415Z | Compiling yoke-derive v0.7.4 |
1267 | 2024-12-21T04:26:07.583Z | Compiling thiserror-impl v1.0.69 |
1268 | 2024-12-21T04:26:07.769Z | Compiling zerocopy v0.7.35 |
1269 | 2024-12-21T04:26:08.776Z | Compiling crypto-common v0.1.6 |
1270 | 2024-12-21T04:26:08.903Z | Compiling block-buffer v0.10.4 |
1271 | 2024-12-21T04:26:09.027Z | Compiling futures-macro v0.3.31 |
1272 | 2024-12-21T04:26:09.190Z | Compiling digest v0.10.7 |
1273 | 2024-12-21T04:26:09.514Z | Compiling zerovec-derive v0.10.3 |
1274 | 2024-12-21T04:26:09.691Z | Compiling hmac v0.12.1 |
1275 | 2024-12-21T04:26:09.824Z | Compiling block-padding v0.3.3 |
1276 | 2024-12-21T04:26:09.947Z | Compiling displaydoc v0.2.5 |
1277 | 2024-12-21T04:26:10.055Z | Compiling zerofrom v0.1.4 |
1278 | 2024-12-21T04:26:10.081Z | Compiling inout v0.1.3 |
1279 | 2024-12-21T04:26:10.305Z | Compiling sha2 v0.10.8 |
1280 | 2024-12-21T04:26:10.371Z | Compiling cipher v0.4.4 |
1281 | 2024-12-21T04:26:10.630Z | Compiling yoke v0.7.4 |
1282 | 2024-12-21T04:26:10.876Z | Compiling ppv-lite86 v0.2.20 |
1283 | 2024-12-21T04:26:10.957Z | Compiling futures-util v0.3.31 |
1284 | 2024-12-21T04:26:11.034Z | Compiling der_derive v0.7.3 |
1285 | 2024-12-21T04:26:11.058Z | Compiling thiserror v1.0.69 |
1286 | 2024-12-21T04:26:11.204Z | Compiling icu_provider_macros v1.5.0 |
1287 | 2024-12-21T04:26:11.636Z | Compiling tracing-attributes v0.1.27 |
1288 | 2024-12-21T04:26:11.752Z | Compiling rand_chacha v0.3.1 |
1289 | 2024-12-21T04:26:12.255Z | Compiling zerovec v0.10.4 |
1290 | 2024-12-21T04:26:12.407Z | Compiling rand v0.8.5 |
1291 | 2024-12-21T04:26:13.618Z | Compiling der v0.7.9 |
1292 | 2024-12-21T04:26:13.971Z | Compiling pest v2.7.14 |
1293 | 2024-12-21T04:26:14.118Z | Compiling salsa20 v0.10.2 |
1294 | 2024-12-21T04:26:14.367Z | Compiling tinystr v0.7.6 |
1295 | 2024-12-21T04:26:14.561Z | Compiling icu_collections v1.5.0 |
1296 | 2024-12-21T04:26:14.583Z | Compiling pbkdf2 v0.12.2 |
1297 | 2024-12-21T04:26:14.756Z | Compiling icu_locid v1.5.0 |
1298 | 2024-12-21T04:26:14.828Z | Compiling untrusted v0.9.0 |
1299 | 2024-12-21T04:26:15.022Z | Compiling mirai-annotations v1.12.0 |
1300 | 2024-12-21T04:26:15.233Z | Compiling powerfmt v0.2.0 |
1301 | 2024-12-21T04:26:15.488Z | Compiling tracing v0.1.40 |
1302 | 2024-12-21T04:26:15.622Z | Compiling icu_properties_data v1.5.0 |
1303 | 2024-12-21T04:26:15.896Z | Compiling spki v0.7.3 |
1304 | 2024-12-21T04:26:15.958Z | Compiling icu_provider v1.5.0 |
1305 | 2024-12-21T04:26:16.001Z | Compiling vcpkg v0.2.15 |
1306 | 2024-12-21T04:26:16.283Z | Compiling time-core v0.1.2 |
1307 | 2024-12-21T04:26:16.458Z | Compiling num-conv v0.1.0 |
1308 | 2024-12-21T04:26:16.757Z | Compiling icu_locid_transform v1.5.0 |
1309 | 2024-12-21T04:26:17.023Z | Compiling time-macros v0.2.18 |
1310 | 2024-12-21T04:26:17.067Z | Compiling pest_meta v2.7.14 |
1311 | 2024-12-21T04:26:17.095Z | Compiling deranged v0.3.11 |
1312 | 2024-12-21T04:26:17.300Z | Compiling scrypt v0.11.0 |
1313 | 2024-12-21T04:26:17.911Z | Compiling aes v0.8.4 |
1314 | 2024-12-21T04:26:18.204Z | Compiling openssl-sys v0.9.103 |
1315 | 2024-12-21T04:26:19.096Z | Compiling icu_properties v1.5.1 |
1316 | 2024-12-21T04:26:19.453Z | Compiling cbc v0.1.2 |
1317 | 2024-12-21T04:26:19.564Z | Compiling bitflags v2.6.0 |
1318 | 2024-12-21T04:26:19.698Z | Compiling bytes v1.8.0 |
1319 | 2024-12-21T04:26:20.421Z | Compiling indexmap v2.6.0 |
1320 | 2024-12-21T04:26:20.837Z | Compiling tokio v1.40.0 |
1321 | 2024-12-21T04:26:21.186Z | Compiling http v1.1.0 |
1322 | 2024-12-21T04:26:21.327Z | Compiling semver v1.0.23 |
1323 | 2024-12-21T04:26:21.828Z | Compiling rustc_version v0.4.1 |
1324 | 2024-12-21T04:26:21.874Z | Compiling scroll_derive v0.12.0 |
1325 | 2024-12-21T04:26:22.614Z | Compiling icu_normalizer_data v1.5.0 |
1326 | 2024-12-21T04:26:22.731Z | Compiling num_threads v0.1.7 |
1327 | 2024-12-21T04:26:22.869Z | Compiling utf16_iter v1.0.5 |
1328 | 2024-12-21T04:26:23.080Z | Compiling write16 v1.0.0 |
1329 | 2024-12-21T04:26:23.217Z | Compiling utf8_iter v1.0.4 |
1330 | 2024-12-21T04:26:23.285Z | Compiling atomic-waker v1.1.2 |
1331 | 2024-12-21T04:26:23.426Z | Compiling scroll v0.12.0 |
1332 | 2024-12-21T04:26:23.468Z | Compiling icu_normalizer v1.5.0 |
1333 | 2024-12-21T04:26:23.496Z | Compiling time v0.3.36 |
1334 | 2024-12-21T04:26:23.513Z | Compiling http-body v1.0.1 |
1335 | 2024-12-21T04:26:23.605Z | Compiling pkcs5 v0.7.1 |
1336 | 2024-12-21T04:26:23.763Z | Compiling which v4.4.2 |
1337 | 2024-12-21T04:26:24.113Z | Compiling pest_generator v2.7.14 |
1338 | 2024-12-21T04:26:24.375Z | Compiling form_urlencoded v1.2.1 |
1339 | 2024-12-21T04:26:24.727Z | Compiling slog v2.7.0 |
1340 | 2024-12-21T04:26:24.891Z | Compiling try-lock v0.2.5 |
1341 | 2024-12-21T04:26:25.055Z | Compiling want v0.3.1 |
1342 | 2024-12-21T04:26:25.247Z | Compiling goblin v0.8.2 |
1343 | 2024-12-21T04:26:25.336Z | Compiling idna_adapter v1.2.0 |
1344 | 2024-12-21T04:26:25.338Z | Compiling pkcs8 v0.10.2 |
1345 | 2024-12-21T04:26:25.475Z | Compiling uuid v1.11.0 |
1346 | 2024-12-21T04:26:25.553Z | Compiling httpdate v1.0.3 |
1347 | 2024-12-21T04:26:26.041Z | Compiling iana-time-zone v0.1.61 |
1348 | 2024-12-21T04:26:26.091Z | Compiling idna v1.0.3 |
1349 | 2024-12-21T04:26:26.148Z | Compiling pest_derive v2.7.14 |
1350 | 2024-12-21T04:26:26.508Z | Compiling chrono v0.4.38 |
1351 | 2024-12-21T04:26:27.007Z | Compiling dtrace-parser v0.2.0 |
1352 | 2024-12-21T04:26:27.728Z | Compiling toml_datetime v0.6.8 |
1353 | 2024-12-21T04:26:28.010Z | Compiling serde_spanned v0.6.8 |
1354 | 2024-12-21T04:26:28.239Z | Compiling serde_tokenstream v0.2.2 |
1355 | 2024-12-21T04:26:28.255Z | Compiling adler2 v2.0.0 |
1356 | 2024-12-21T04:26:28.496Z | Compiling rustversion v1.0.17 |
1357 | 2024-12-21T04:26:28.895Z | Compiling base64 v0.22.1 |
1358 | 2024-12-21T04:26:28.901Z | Compiling foreign-types-shared v0.1.1 |
1359 | 2024-12-21T04:26:29.026Z | Compiling openssl v0.10.66 |
1360 | 2024-12-21T04:26:29.215Z | Compiling tower-service v0.3.3 |
1361 | 2024-12-21T04:26:29.286Z | Compiling match_cfg v0.1.0 |
1362 | 2024-12-21T04:26:29.389Z | Compiling tokio-util v0.7.12 |
1363 | 2024-12-21T04:26:29.421Z | Compiling hostname v0.3.1 |
1364 | 2024-12-21T04:26:29.476Z | Compiling foreign-types v0.3.2 |
1365 | 2024-12-21T04:26:29.582Z | Compiling miniz_oxide v0.8.0 |
1366 | 2024-12-21T04:26:29.642Z | Compiling url v2.5.3 |
1367 | 2024-12-21T04:26:30.348Z | Compiling openssl-macros v0.1.1 |
1368 | 2024-12-21T04:26:30.815Z | Compiling h2 v0.4.6 |
1369 | 2024-12-21T04:26:31.112Z | Compiling dof v0.3.0 |
1370 | 2024-12-21T04:26:31.135Z | Compiling async-trait v0.1.83 |
1371 | 2024-12-21T04:26:31.138Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2024-12-21T04:26:31.686Z | Compiling dirs-sys-next v0.1.2 |
1373 | 2024-12-21T04:26:32.365Z | Compiling usdt-impl v0.5.0 |
1374 | 2024-12-21T04:26:33.376Z | Compiling data-encoding v2.6.0 |
1375 | 2024-12-21T04:26:33.887Z | Compiling rustls v0.23.19 |
1376 | 2024-12-21T04:26:33.956Z | Compiling native-tls v0.2.12 |
1377 | 2024-12-21T04:26:33.983Z | Compiling siphasher v0.3.11 |
1378 | 2024-12-21T04:26:34.143Z | Compiling schemars v0.8.21 |
1379 | 2024-12-21T04:26:34.271Z | Compiling rustls v0.22.4 |
1380 | 2024-12-21T04:26:34.389Z | Compiling syn v1.0.109 |
1381 | 2024-12-21T04:26:34.578Z | Compiling schemars_derive v0.8.21 |
1382 | 2024-12-21T04:26:34.593Z | Compiling dirs-next v2.0.0 |
1383 | 2024-12-21T04:26:35.708Z | Compiling http-body-util v0.1.2 |
1384 | 2024-12-21T04:26:35.809Z | Compiling crossbeam-epoch v0.9.18 |
1385 | 2024-12-21T04:26:36.253Z | Compiling heapless v0.7.17 |
1386 | 2024-12-21T04:26:36.489Z | Compiling signature v2.2.0 |
1387 | 2024-12-21T04:26:36.580Z | Compiling sha1 v0.10.6 |
1388 | 2024-12-21T04:26:36.674Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1389 | 2024-12-21T04:26:36.733Z | Compiling thread_local v1.1.8 |
1390 | 2024-12-21T04:26:36.796Z | Compiling encoding_rs v0.8.34 |
1391 | 2024-12-21T04:26:37.008Z | Compiling multer v3.1.0 |
1392 | 2024-12-21T04:26:37.163Z | Compiling cookie v0.18.1 |
1393 | 2024-12-21T04:26:37.262Z | Compiling ipnet v2.10.1 |
1394 | 2024-12-21T04:26:37.285Z | Compiling openssl-probe v0.1.5 |
1395 | 2024-12-21T04:26:37.430Z | Compiling signal-hook v0.3.17 |
1396 | 2024-12-21T04:26:37.620Z | Compiling rayon-core v1.12.1 |
1397 | 2024-12-21T04:26:37.700Z | Compiling hyper v1.5.0 |
1398 | 2024-12-21T04:26:37.908Z | Compiling gimli v0.31.1 |
1399 | 2024-12-21T04:26:37.933Z | Compiling unicode-properties v0.1.3 |
1400 | 2024-12-21T04:26:38.423Z | Compiling slog-async v2.8.0 |
1401 | 2024-12-21T04:26:38.565Z | Compiling mime v0.3.17 |
1402 | 2024-12-21T04:26:38.973Z | Compiling dyn-clone v1.0.17 |
1403 | 2024-12-21T04:26:39.285Z | Compiling stringprep v0.1.5 |
1404 | 2024-12-21T04:26:40.526Z | Compiling hyper-util v0.1.10 |
1405 | 2024-12-21T04:26:41.636Z | Compiling toml_edit v0.22.22 |
1406 | 2024-12-21T04:26:42.078Z | Compiling crossbeam-deque v0.8.5 |
1407 | 2024-12-21T04:26:42.437Z | Compiling addr2line v0.24.2 |
1408 | 2024-12-21T04:26:42.996Z | Compiling usdt-attr-macro v0.5.0 |
1409 | 2024-12-21T04:26:43.116Z | Compiling usdt-macro v0.5.0 |
1410 | 2024-12-21T04:26:43.385Z | Compiling term v0.7.0 |
1411 | 2024-12-21T04:26:43.596Z | Compiling slog-json v2.6.1 |
1412 | 2024-12-21T04:26:43.704Z | Compiling serde_urlencoded v0.7.1 |
1413 | 2024-12-21T04:26:43.970Z | Compiling crossbeam-channel v0.5.13 |
1414 | 2024-12-21T04:26:44.234Z | Compiling curve25519-dalek v4.1.3 |
1415 | 2024-12-21T04:26:44.632Z | Compiling futures-executor v0.3.31 |
1416 | 2024-12-21T04:26:44.722Z | Compiling enum-as-inner v0.6.1 |
1417 | 2024-12-21T04:26:44.862Z | Compiling md-5 v0.10.6 |
1418 | 2024-12-21T04:26:44.944Z | Compiling rustls-pemfile v2.2.0 |
1419 | 2024-12-21T04:26:45.103Z | Compiling async-stream-impl v0.3.6 |
1420 | 2024-12-21T04:26:45.130Z | Compiling num-integer v0.1.46 |
1421 | 2024-12-21T04:26:45.195Z | Compiling idna v0.4.0 |
1422 | 2024-12-21T04:26:45.278Z | Compiling idna v0.3.0 |
1423 | 2024-12-21T04:26:45.811Z | Compiling hash32 v0.2.1 |
1424 | 2024-12-21T04:26:45.908Z | Compiling ff v0.13.0 |
1425 | 2024-12-21T04:26:46.148Z | Compiling is-terminal v0.4.13 |
1426 | 2024-12-21T04:26:46.193Z | Compiling dropshot v0.12.0 |
1427 | 2024-12-21T04:26:46.284Z | Compiling object v0.36.5 |
1428 | 2024-12-21T04:26:46.477Z | Compiling rustc-demangle v0.1.24 |
1429 | 2024-12-21T04:26:46.497Z | Compiling take_mut v0.2.2 |
1430 | 2024-12-21T04:26:46.664Z | Compiling smoltcp v0.9.1 |
1431 | 2024-12-21T04:26:46.834Z | Compiling utf-8 v0.7.6 |
1432 | 2024-12-21T04:26:46.910Z | Compiling anyhow v1.0.93 |
1433 | 2024-12-21T04:26:47.153Z | Compiling linked-hash-map v0.5.6 |
1434 | 2024-12-21T04:26:47.408Z | Compiling portable-atomic v1.9.0 |
1435 | 2024-12-21T04:26:47.437Z | Compiling num-bigint-dig v0.8.4 |
1436 | 2024-12-21T04:26:47.540Z | Compiling fallible-iterator v0.2.0 |
1437 | 2024-12-21T04:26:47.560Z | Compiling psl-types v2.0.11 |
1438 | 2024-12-21T04:26:47.736Z | Compiling quick-error v1.2.3 |
1439 | 2024-12-21T04:26:47.776Z | Compiling base16ct v0.2.0 |
1440 | 2024-12-21T04:26:47.894Z | Compiling resolv-conf v0.7.0 |
1441 | 2024-12-21T04:26:48.113Z | Compiling sec1 v0.7.3 |
1442 | 2024-12-21T04:26:48.258Z | Compiling postgres-protocol v0.6.7 |
1443 | 2024-12-21T04:26:48.626Z | Compiling publicsuffix v2.2.3 |
1444 | 2024-12-21T04:26:48.814Z | Compiling lru-cache v0.1.2 |
1445 | 2024-12-21T04:26:48.926Z | Compiling tungstenite v0.24.0 |
1446 | 2024-12-21T04:26:49.236Z | Compiling async-stream v0.3.6 |
1447 | 2024-12-21T04:26:49.548Z | Compiling slog-term v2.9.1 |
1448 | 2024-12-21T04:26:49.677Z | Compiling usdt v0.5.0 |
1449 | 2024-12-21T04:26:50.092Z | Compiling group v0.13.0 |
1450 | 2024-12-21T04:26:50.283Z | Compiling hickory-proto v0.24.1 |
1451 | 2024-12-21T04:26:50.423Z | Compiling num-iter v0.1.45 |
1452 | 2024-12-21T04:26:50.624Z | Compiling futures v0.3.31 |
1453 | 2024-12-21T04:26:50.842Z | Compiling toml v0.8.19 |
1454 | 2024-12-21T04:26:50.866Z | Compiling slog-bunyan v2.5.0 |
1455 | 2024-12-21T04:26:51.253Z | Compiling tokio-native-tls v0.3.1 |
1456 | 2024-12-21T04:26:52.660Z | Compiling camino v1.1.9 |
1457 | 2024-12-21T04:26:52.717Z | Compiling phf_shared v0.11.2 |
1458 | 2024-12-21T04:26:53.027Z | Compiling dropshot_endpoint v0.12.0 |
1459 | 2024-12-21T04:26:53.127Z | Compiling terminal_size v0.4.0 |
1460 | 2024-12-21T04:26:53.364Z | Compiling waitgroup v0.1.2 |
1461 | 2024-12-21T04:26:53.503Z | Compiling openapiv3 v2.0.0 |
1462 | 2024-12-21T04:26:53.593Z | Compiling serde_path_to_error v0.1.16 |
1463 | 2024-12-21T04:26:53.692Z | Compiling backtrace v0.3.74 |
1464 | 2024-12-21T04:26:54.471Z | Compiling hkdf v0.12.4 |
1465 | 2024-12-21T04:26:54.502Z | Compiling crypto-bigint v0.5.5 |
1466 | 2024-12-21T04:26:54.746Z | Compiling webpki-roots v0.26.6 |
1467 | 2024-12-21T04:26:54.954Z | Compiling curve25519-dalek-derive v0.1.1 |
1468 | 2024-12-21T04:26:56.545Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2024-12-21T04:26:57.424Z | Compiling idna v0.5.0 |
1470 | 2024-12-21T04:26:57.462Z | Compiling hubpack_derive v0.1.1 |
1471 | 2024-12-21T04:26:57.733Z | Compiling hostname v0.4.0 |
1472 | 2024-12-21T04:26:58.010Z | Compiling crc32fast v1.4.2 |
1473 | 2024-12-21T04:26:58.032Z | Compiling fs-err v2.11.0 |
1474 | 2024-12-21T04:26:58.355Z | Compiling ahash v0.8.11 |
1475 | 2024-12-21T04:26:58.374Z | Compiling newtype-uuid v1.1.3 |
1476 | 2024-12-21T04:26:58.377Z | Compiling debug-ignore v1.0.5 |
1477 | 2024-12-21T04:26:58.542Z | Compiling winnow v0.5.40 |
1478 | 2024-12-21T04:26:58.640Z | Compiling bitflags v1.3.2 |
1479 | 2024-12-21T04:26:58.684Z | Compiling managed v0.8.0 |
1480 | 2024-12-21T04:26:58.756Z | Compiling clap_builder v4.5.21 |
1481 | 2024-12-21T04:26:58.907Z | Compiling zerocopy v0.6.6 |
1482 | 2024-12-21T04:26:59.348Z | Compiling console v0.15.8 |
1483 | 2024-12-21T04:26:59.737Z | Compiling strum_macros v0.25.3 |
1484 | 2024-12-21T04:27:00.623Z | Compiling hubpack v0.1.2 |
1485 | 2024-12-21T04:27:01.042Z | Compiling cookie_store v0.21.0 |
1486 | 2024-12-21T04:27:01.097Z | Compiling flate2 v1.0.34 |
1487 | 2024-12-21T04:27:01.166Z | Compiling elliptic-curve v0.13.8 |
1488 | 2024-12-21T04:27:02.024Z | Compiling toml_edit v0.19.15 |
1489 | 2024-12-21T04:27:02.111Z | Compiling hickory-resolver v0.24.1 |
1490 | 2024-12-21T04:27:02.667Z | Compiling phf v0.11.2 |
1491 | 2024-12-21T04:27:02.972Z | Compiling signal-hook-mio v0.2.4 |
1492 | 2024-12-21T04:27:03.149Z | Compiling rayon v1.10.0 |
1493 | 2024-12-21T04:27:03.268Z | Compiling hyper-tls v0.6.0 |
1494 | 2024-12-21T04:27:03.729Z | Compiling bzip2 v0.4.4 |
1495 | 2024-12-21T04:27:04.143Z | Compiling tokio-tungstenite v0.24.0 |
1496 | 2024-12-21T04:27:04.706Z | Compiling postgres-types v0.2.8 |
1497 | 2024-12-21T04:27:07.625Z | Compiling ed25519 v2.2.3 |
1498 | 2024-12-21T04:27:08.058Z | Compiling phf_shared v0.10.0 |
1499 | 2024-12-21T04:27:08.596Z | Compiling tokio-stream v0.1.16 |
1500 | 2024-12-21T04:27:08.600Z | Compiling pkcs1 v0.7.5 |
1501 | 2024-12-21T04:27:09.036Z | Compiling serde-big-array v0.5.1 |
1502 | 2024-12-21T04:27:09.290Z | Compiling clap_derive v4.5.18 |
1503 | 2024-12-21T04:27:09.476Z | Compiling rfc6979 v0.4.0 |
1504 | 2024-12-21T04:27:09.497Z | Compiling derive-where v1.2.7 |
1505 | 2024-12-21T04:27:09.528Z | Compiling serde_repr v0.1.19 |
1506 | 2024-12-21T04:27:09.564Z | Compiling float-cmp v0.9.0 |
1507 | 2024-12-21T04:27:09.671Z | Compiling bstr v1.10.0 |
1508 | 2024-12-21T04:27:09.794Z | Compiling sync_wrapper v1.0.1 |
1509 | 2024-12-21T04:27:09.960Z | Compiling fixedbitset v0.4.2 |
1510 | 2024-12-21T04:27:10.145Z | Compiling unicode-segmentation v1.12.0 |
1511 | 2024-12-21T04:27:10.431Z | Compiling whoami v1.5.2 |
1512 | 2024-12-21T04:27:10.706Z | Compiling bit-vec v0.6.3 |
1513 | 2024-12-21T04:27:11.069Z | Compiling number_prefix v0.4.0 |
1514 | 2024-12-21T04:27:11.072Z | Compiling new_debug_unreachable v1.0.6 |
1515 | 2024-12-21T04:27:11.186Z | Compiling static_assertions v1.1.0 |
1516 | 2024-12-21T04:27:11.190Z | Compiling predicates-core v1.0.8 |
1517 | 2024-12-21T04:27:11.289Z | Compiling difflib v0.4.0 |
1518 | 2024-12-21T04:27:11.308Z | Compiling precomputed-hash v0.1.1 |
1519 | 2024-12-21T04:27:11.433Z | Compiling normalize-line-endings v0.3.0 |
1520 | 2024-12-21T04:27:11.548Z | Compiling unicode-width v0.2.0 |
1521 | 2024-12-21T04:27:11.551Z | Compiling string_cache v0.8.7 |
1522 | 2024-12-21T04:27:11.590Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1523 | 2024-12-21T04:27:12.044Z | Compiling indicatif v0.17.9 |
1524 | 2024-12-21T04:27:12.094Z | Compiling predicates v3.1.2 |
1525 | 2024-12-21T04:27:12.962Z | Compiling bit-set v0.5.3 |
1526 | 2024-12-21T04:27:13.104Z | Compiling similar v2.6.0 |
1527 | 2024-12-21T04:27:13.254Z | Compiling tokio-postgres v0.7.12 |
1528 | 2024-12-21T04:27:13.907Z | Compiling petgraph v0.6.5 |
1529 | 2024-12-21T04:27:14.384Z | Compiling ecdsa v0.16.9 |
1530 | 2024-12-21T04:27:14.507Z | Compiling clap v4.5.21 |
1531 | 2024-12-21T04:27:14.647Z | Compiling rsa v0.9.6 |
1532 | 2024-12-21T04:27:15.289Z | Compiling ed25519-dalek v2.1.1 |
1533 | 2024-12-21T04:27:15.659Z | Compiling toml v0.7.8 |
1534 | 2024-12-21T04:27:16.611Z | Compiling zip v0.6.6 |
1535 | 2024-12-21T04:27:17.382Z | Compiling crossterm v0.28.1 |
1536 | 2024-12-21T04:27:18.589Z | Compiling hex v0.4.3 |
1537 | 2024-12-21T04:27:18.718Z | Compiling x509-cert v0.2.5 |
1538 | 2024-12-21T04:27:18.955Z | Compiling peg-runtime v0.8.3 |
1539 | 2024-12-21T04:27:19.026Z | Compiling unicode-xid v0.2.6 |
1540 | 2024-12-21T04:27:19.147Z | Compiling lalrpop-util v0.19.12 |
1541 | 2024-12-21T04:27:19.228Z | Compiling strum_macros v0.26.4 |
1542 | 2024-12-21T04:27:19.249Z | Compiling xattr v1.3.1 |
1543 | 2024-12-21T04:27:19.522Z | Compiling filetime v0.2.25 |
1544 | 2024-12-21T04:27:19.849Z | Compiling tar v0.4.42 |
1545 | 2024-12-21T04:27:24.449Z | Compiling strum v0.26.3 |
1546 | 2024-12-21T04:27:27.369Z | Compiling aws-lc-sys v0.22.0 |
1547 | 2024-12-21T04:27:55.343Z | Compiling rustls-webpki v0.102.8 |
1548 | 2024-12-21T04:27:58.798Z | Compiling tokio-rustls v0.25.0 |
1549 | 2024-12-21T04:28:00.561Z | Compiling tokio-rustls v0.26.0 |
1550 | 2024-12-21T04:28:00.962Z | Compiling hyper-rustls v0.27.3 |
1551 | 2024-12-21T04:28:01.293Z | Compiling reqwest v0.12.9 |
1552 | 2024-12-21T04:28:02.240Z | Compiling qorb v0.2.1 |
1553 | 2024-12-21T04:28:07.377Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1554 | 2024-12-21T04:28:07.614Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1555 | 2024-12-21T04:28:13.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1556 | 2024-12-21T04:28:13.613Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1557 | 2024-12-21T04:28:13.665Z | Dec 21 04:28:12.222 INFO Starting download, target: Clickhouse |
1558 | 2024-12-21T04:28:13.665Z | Dec 21 04:28:12.223 INFO Starting download, target: Console |
1559 | 2024-12-21T04:28:13.665Z | Dec 21 04:28:12.223 INFO Starting download, target: Cockroach |
1560 | 2024-12-21T04:28:13.665Z | Dec 21 04:28:12.223 INFO Starting download, target: DendriteOpenapi |
1561 | 2024-12-21T04:28:13.665Z | Dec 21 04:28:12.223 INFO Starting download, target: DendriteStub |
1562 | 2024-12-21T04:28:13.665Z | Dec 21 04:28:12.223 INFO Starting download, target: MaghemiteMgd |
1563 | 2024-12-21T04:28:13.665Z | Dec 21 04:28:12.223 INFO Starting download, target: TransceiverControl |
1564 | 2024-12-21T04:28:13.668Z | Dec 21 04:28:12.223 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1565 | 2024-12-21T04:28:13.668Z | Dec 21 04:28:12.223 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1566 | 2024-12-21T04:28:13.668Z | Dec 21 04:28:12.223 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1567 | 2024-12-21T04:28:13.668Z | Dec 21 04:28:12.223 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1568 | 2024-12-21T04:28:13.668Z | Dec 21 04:28:12.223 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1569 | 2024-12-21T04:28:13.668Z | Dec 21 04:28:12.223 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1570 | 2024-12-21T04:28:13.668Z | Dec 21 04:28:12.223 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2024-12-21T04:28:13.861Z | Dec 21 04:28:12.417 INFO Download complete, target: DendriteOpenapi |
1572 | 2024-12-21T04:28:14.038Z | Dec 21 04:28:12.585 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1573 | 2024-12-21T04:28:14.247Z | Dec 21 04:28:12.783 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1574 | 2024-12-21T04:28:14.519Z | Dec 21 04:28:13.072 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1575 | 2024-12-21T04:28:14.553Z | Dec 21 04:28:13.110 INFO Download complete, target: Console |
1576 | 2024-12-21T04:28:14.628Z | Dec 21 04:28:13.182 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1577 | 2024-12-21T04:28:14.708Z | Dec 21 04:28:13.263 INFO Download complete, target: TransceiverControl |
1578 | 2024-12-21T04:28:15.397Z | Dec 21 04:28:13.955 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1579 | 2024-12-21T04:28:15.397Z | Dec 21 04:28:13.955 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1580 | 2024-12-21T04:28:15.553Z | Dec 21 04:28:14.111 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1581 | 2024-12-21T04:28:17.380Z | Dec 21 04:28:15.918 INFO Download complete, target: DendriteStub |
1582 | 2024-12-21T04:28:17.479Z | Dec 21 04:28:16.029 INFO Download complete, target: MaghemiteMgd |
1583 | 2024-12-21T04:28:22.904Z | Dec 21 04:28:21.441 INFO Checking that binary works, target: Cockroach |
1584 | 2024-12-21T04:28:23.183Z | Dec 21 04:28:21.733 INFO Download complete, target: Cockroach |
1585 | 2024-12-21T04:28:28.239Z | Dec 21 04:28:26.796 INFO Checking that binary works, target: Clickhouse |
1586 | 2024-12-21T04:28:28.401Z | Dec 21 04:28:26.954 INFO Download complete, target: Clickhouse |
1587 | 2024-12-21T04:28:28.440Z | All builder prerequisites installed successfully, and PATH looks valid |
1588 | 2024-12-21T04:28:28.481Z | |
1589 | 2024-12-21T04:28:28.481Z | real 6:33.172526686 |
1590 | 2024-12-21T04:28:28.481Z | user 16:33.836435504 |
1591 | 2024-12-21T04:28:28.481Z | sys 3:16.284942602 |
1592 | 2024-12-21T04:28:28.481Z | trap 0.532622548 |
1593 | 2024-12-21T04:28:28.481Z | tflt 1.430885749 |
1594 | 2024-12-21T04:28:28.481Z | dflt 2.261190762 |
1595 | 2024-12-21T04:28:28.481Z | kflt 0.025241810 |
1596 | 2024-12-21T04:28:28.481Z | lock 30:14.051803573 |
1597 | 2024-12-21T04:28:28.481Z | slp 1:05:04.577818033 |
1598 | 2024-12-21T04:28:28.482Z | lat 56.773143842 |
1599 | 2024-12-21T04:28:28.482Z | stop 2:21.206886442 |
1600 | 2024-12-21T04:28:28.482Z | + banner clippy |
1601 | 2024-12-21T04:28:28.482Z | |
1602 | 2024-12-21T04:28:28.482Z | #### # # ##### ##### # # |
1603 | 2024-12-21T04:28:28.482Z | # # # # # # # # # # |
1604 | 2024-12-21T04:28:28.482Z | # # # # # # # # |
1605 | 2024-12-21T04:28:28.482Z | # # # ##### ##### # |
1606 | 2024-12-21T04:28:28.483Z | # # # # # # # |
1607 | 2024-12-21T04:28:28.483Z | #### ###### # # # # |
1608 | 2024-12-21T04:28:28.483Z | |
1609 | 2024-12-21T04:28:28.483Z | + export CARGO_INCREMENTAL=0 |
1610 | 2024-12-21T04:28:28.483Z | + CARGO_INCREMENTAL=0 |
1611 | 2024-12-21T04:28:28.485Z | + ptime -m cargo xtask clippy |
1612 | 2024-12-21T04:28:28.964Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1613 | 2024-12-21T04:28:32.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1614 | 2024-12-21T04:28:32.532Z | Running `target/debug/xtask clippy` |
1615 | 2024-12-21T04:28:32.553Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1616 | 2024-12-21T04:28:33.257Z | Downloading crates ... |
1617 | 2024-12-21T04:28:33.683Z | Downloaded approx v0.5.1 |
1618 | 2024-12-21T04:28:33.701Z | Downloaded async-task v4.7.1 |
1619 | 2024-12-21T04:28:33.701Z | Downloaded assert_cmd v2.0.16 |
1620 | 2024-12-21T04:28:33.701Z | Downloaded async-attributes v1.1.2 |
1621 | 2024-12-21T04:28:33.701Z | Downloaded anes v0.1.6 |
1622 | 2024-12-21T04:28:33.701Z | Downloaded async-global-executor v2.4.1 |
1623 | 2024-12-21T04:28:33.701Z | Downloaded async-object-pool v0.1.5 |
1624 | 2024-12-21T04:28:33.701Z | Downloaded async-signal v0.2.10 |
1625 | 2024-12-21T04:28:33.702Z | Downloaded async-process v2.3.0 |
1626 | 2024-12-21T04:28:33.702Z | Downloaded async-executor v1.13.1 |
1627 | 2024-12-21T04:28:33.702Z | Downloaded async-channel v2.3.1 |
1628 | 2024-12-21T04:28:33.702Z | Downloaded async-channel v1.9.0 |
1629 | 2024-12-21T04:28:33.702Z | Downloaded assert-json-diff v2.0.2 |
1630 | 2024-12-21T04:28:33.702Z | Downloaded async-lock v3.4.0 |
1631 | 2024-12-21T04:28:33.702Z | Downloaded async-io v2.3.4 |
1632 | 2024-12-21T04:28:33.702Z | Downloaded async-std v1.13.0 |
1633 | 2024-12-21T04:28:33.702Z | Downloaded nested v0.1.1 |
1634 | 2024-12-21T04:28:33.702Z | Downloaded escape8259 v0.5.3 |
1635 | 2024-12-21T04:28:33.702Z | Downloaded cfg-expr v0.17.0 |
1636 | 2024-12-21T04:28:33.728Z | Downloaded blocking v1.6.1 |
1637 | 2024-12-21T04:28:33.728Z | Downloaded guppy-workspace-hack v0.1.0 |
1638 | 2024-12-21T04:28:33.729Z | Downloaded doc-comment v0.3.3 |
1639 | 2024-12-21T04:28:33.729Z | Downloaded criterion-plot v0.5.0 |
1640 | 2024-12-21T04:28:33.730Z | Downloaded cast v0.3.0 |
1641 | 2024-12-21T04:28:33.731Z | Downloaded event-listener-strategy v0.5.2 |
1642 | 2024-12-21T04:28:33.731Z | Downloaded piper v0.2.4 |
1643 | 2024-12-21T04:28:33.732Z | Downloaded oorandom v11.1.4 |
1644 | 2024-12-21T04:28:33.732Z | Downloaded futures-timer v3.0.3 |
1645 | 2024-12-21T04:28:33.732Z | Downloaded datatest-stable v0.2.9 |
1646 | 2024-12-21T04:28:33.733Z | Downloaded concurrent-queue v2.5.0 |
1647 | 2024-12-21T04:28:33.734Z | Downloaded num_cpus v1.16.0 |
1648 | 2024-12-21T04:28:33.734Z | Downloaded kv-log-macro v1.0.7 |
1649 | 2024-12-21T04:28:33.735Z | Downloaded event-listener v2.5.3 |
1650 | 2024-12-21T04:28:33.755Z | Downloaded pathdiff v0.2.2 |
1651 | 2024-12-21T04:28:33.755Z | Downloaded plotters-svg v0.3.7 |
1652 | 2024-12-21T04:28:33.755Z | Downloaded target-triple v0.1.3 |
1653 | 2024-12-21T04:28:33.756Z | Downloaded parking v2.2.1 |
1654 | 2024-12-21T04:28:33.756Z | Downloaded httptest v0.16.1 |
1655 | 2024-12-21T04:28:33.756Z | Downloaded hyper-rustls v0.26.0 |
1656 | 2024-12-21T04:28:33.756Z | Downloaded plotters-backend v0.3.7 |
1657 | 2024-12-21T04:28:33.756Z | Downloaded blake2b_simd v1.0.2 |
1658 | 2024-12-21T04:28:33.756Z | Downloaded proc-macro-crate v3.2.0 |
1659 | 2024-12-21T04:28:33.756Z | Downloaded threadpool v1.8.1 |
1660 | 2024-12-21T04:28:33.757Z | Downloaded target-spec v3.2.2 |
1661 | 2024-12-21T04:28:33.764Z | Downloaded path-tree v0.8.1 |
1662 | 2024-12-21T04:28:33.765Z | Downloaded serde_regex v1.1.0 |
1663 | 2024-12-21T04:28:33.765Z | Downloaded stringmetrics v2.2.2 |
1664 | 2024-12-21T04:28:33.765Z | Downloaded similar-asserts v1.6.0 |
1665 | 2024-12-21T04:28:33.765Z | Downloaded rustls-native-certs v0.7.3 |
1666 | 2024-12-21T04:28:33.765Z | Downloaded partial-io v0.5.4 |
1667 | 2024-12-21T04:28:33.776Z | Downloaded tinytemplate v1.2.1 |
1668 | 2024-12-21T04:28:33.777Z | Downloaded target-lexicon v0.12.16 |
1669 | 2024-12-21T04:28:33.778Z | Downloaded rust-argon2 v2.1.0 |
1670 | 2024-12-21T04:28:33.779Z | Downloaded relative-path v1.9.3 |
1671 | 2024-12-21T04:28:33.779Z | Downloaded libtest-mimic v0.7.3 |
1672 | 2024-12-21T04:28:33.793Z | Downloaded indoc v2.0.5 |
1673 | 2024-12-21T04:28:33.793Z | Downloaded rstest v0.23.0 |
1674 | 2024-12-21T04:28:33.794Z | Downloaded futures-lite v2.3.0 |
1675 | 2024-12-21T04:28:33.794Z | Downloaded event-listener v5.3.1 |
1676 | 2024-12-21T04:28:33.795Z | Downloaded fancy-regex v0.13.0 |
1677 | 2024-12-21T04:28:33.803Z | Downloaded trybuild v1.0.101 |
1678 | 2024-12-21T04:28:33.803Z | Downloaded yansi v1.0.1 |
1679 | 2024-12-21T04:28:33.803Z | Downloaded rstest_macros v0.23.0 |
1680 | 2024-12-21T04:28:33.804Z | Downloaded pretty_assertions v1.4.1 |
1681 | 2024-12-21T04:28:33.804Z | Downloaded criterion v0.5.1 |
1682 | 2024-12-21T04:28:33.811Z | Downloaded guppy v0.17.8 |
1683 | 2024-12-21T04:28:33.819Z | Downloaded polling v3.7.3 |
1684 | 2024-12-21T04:28:33.819Z | Downloaded plotters v0.3.7 |
1685 | 2024-12-21T04:28:33.831Z | Downloaded rand_distr v0.4.3 |
1686 | 2024-12-21T04:28:33.904Z | Downloaded httpmock v0.8.0-alpha.1 |
1687 | 2024-12-21T04:28:34.677Z | Checking cfg-if v1.0.0 |
1688 | 2024-12-21T04:28:34.754Z | Checking libc v0.2.162 |
1689 | 2024-12-21T04:28:34.775Z | Checking serde v1.0.215 |
1690 | 2024-12-21T04:28:34.798Z | Checking memchr v2.7.4 |
1691 | 2024-12-21T04:28:34.821Z | Checking value-bag v1.9.0 |
1692 | 2024-12-21T04:28:34.846Z | Checking scopeguard v1.2.0 |
1693 | 2024-12-21T04:28:34.869Z | Checking zeroize v1.8.1 |
1694 | 2024-12-21T04:28:34.896Z | Checking smallvec v1.13.2 |
1695 | 2024-12-21T04:28:34.925Z | Checking itoa v1.0.11 |
1696 | 2024-12-21T04:28:34.990Z | Checking lock_api v0.4.12 |
1697 | 2024-12-21T04:28:35.144Z | Checking byteorder v1.5.0 |
1698 | 2024-12-21T04:28:35.174Z | Checking pin-project-lite v0.2.14 |
1699 | 2024-12-21T04:28:35.213Z | Checking log v0.4.22 |
1700 | 2024-12-21T04:28:35.243Z | Checking subtle v2.6.1 |
1701 | 2024-12-21T04:28:35.299Z | Checking once_cell v1.20.2 |
1702 | 2024-12-21T04:28:35.410Z | Checking typenum v1.17.0 |
1703 | 2024-12-21T04:28:35.507Z | Checking futures-core v0.3.31 |
1704 | 2024-12-21T04:28:35.575Z | Checking libm v0.2.8 |
1705 | 2024-12-21T04:28:35.622Z | Checking thiserror v1.0.69 |
1706 | 2024-12-21T04:28:35.707Z | Checking zerocopy v0.7.35 |
1707 | 2024-12-21T04:28:35.720Z | Checking ryu v1.0.18 |
1708 | 2024-12-21T04:28:35.751Z | Checking spin v0.9.8 |
1709 | 2024-12-21T04:28:35.789Z | Checking const-oid v0.9.6 |
1710 | 2024-12-21T04:28:35.866Z | Checking getrandom v0.2.15 |
1711 | 2024-12-21T04:28:35.995Z | Checking signal-hook-registry v1.4.2 |
1712 | 2024-12-21T04:28:36.126Z | Checking rand_core v0.6.4 |
1713 | 2024-12-21T04:28:36.162Z | Checking parking_lot_core v0.9.10 |
1714 | 2024-12-21T04:28:36.207Z | Checking mio v1.0.2 |
1715 | 2024-12-21T04:28:36.441Z | Checking socket2 v0.5.7 |
1716 | 2024-12-21T04:28:36.445Z | Checking num-traits v0.2.19 |
1717 | 2024-12-21T04:28:36.489Z | Checking parking_lot v0.12.3 |
1718 | 2024-12-21T04:28:36.728Z | Checking generic-array v0.14.7 |
1719 | 2024-12-21T04:28:36.798Z | Checking futures-io v0.3.31 |
1720 | 2024-12-21T04:28:36.855Z | Checking slab v0.4.9 |
1721 | 2024-12-21T04:28:36.906Z | Checking allocator-api2 v0.2.18 |
1722 | 2024-12-21T04:28:36.979Z | Checking cpufeatures v0.2.14 |
1723 | 2024-12-21T04:28:37.092Z | Checking futures-sink v0.3.31 |
1724 | 2024-12-21T04:28:37.133Z | Checking pin-utils v0.1.0 |
1725 | 2024-12-21T04:28:37.190Z | Checking equivalent v1.0.1 |
1726 | 2024-12-21T04:28:37.237Z | Checking foldhash v0.1.3 |
1727 | 2024-12-21T04:28:37.265Z | Checking futures-channel v0.3.31 |
1728 | 2024-12-21T04:28:37.296Z | Checking futures-task v0.3.31 |
1729 | 2024-12-21T04:28:37.470Z | Checking stable_deref_trait v1.2.0 |
1730 | 2024-12-21T04:28:37.535Z | Checking iana-time-zone v0.1.61 |
1731 | 2024-12-21T04:28:37.563Z | Checking hashbrown v0.15.1 |
1732 | 2024-12-21T04:28:37.567Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1733 | 2024-12-21T04:28:37.610Z | Checking fnv v1.0.7 |
1734 | 2024-12-21T04:28:37.637Z | Checking futures-util v0.3.31 |
1735 | 2024-12-21T04:28:37.704Z | Checking ppv-lite86 v0.2.20 |
1736 | 2024-12-21T04:28:37.771Z | Checking tracing-core v0.1.32 |
1737 | 2024-12-21T04:28:37.910Z | Checking crypto-common v0.1.6 |
1738 | 2024-12-21T04:28:37.963Z | Checking block-buffer v0.10.4 |
1739 | 2024-12-21T04:28:38.136Z | Checking errno v0.3.9 |
1740 | 2024-12-21T04:28:38.139Z | Checking zerofrom v0.1.4 |
1741 | 2024-12-21T04:28:38.208Z | Checking digest v0.10.7 |
1742 | 2024-12-21T04:28:38.305Z | Checking dyn-clone v1.0.17 |
1743 | 2024-12-21T04:28:38.391Z | Checking yoke v0.7.4 |
1744 | 2024-12-21T04:28:38.446Z | Checking tracing v0.1.40 |
1745 | 2024-12-21T04:28:38.469Z | Checking block-padding v0.3.3 |
1746 | 2024-12-21T04:28:38.526Z | Checking rand_chacha v0.3.1 |
1747 | 2024-12-21T04:28:38.620Z | Checking crossbeam-utils v0.8.20 |
1748 | 2024-12-21T04:28:38.678Z | Checking inout v0.1.3 |
1749 | 2024-12-21T04:28:38.718Z | Checking zerovec v0.10.4 |
1750 | 2024-12-21T04:28:38.785Z | Checking percent-encoding v2.3.1 |
1751 | 2024-12-21T04:28:38.820Z | Checking writeable v0.5.5 |
1752 | 2024-12-21T04:28:38.924Z | Checking cipher v0.4.4 |
1753 | 2024-12-21T04:28:38.949Z | Checking rand v0.8.5 |
1754 | 2024-12-21T04:28:39.006Z | Checking litemap v0.7.3 |
1755 | 2024-12-21T04:28:39.151Z | Checking tinyvec_macros v0.1.1 |
1756 | 2024-12-21T04:28:39.255Z | Checking tinyvec v1.8.0 |
1757 | 2024-12-21T04:28:39.313Z | Checking form_urlencoded v1.2.1 |
1758 | 2024-12-21T04:28:39.343Z | Checking httparse v1.9.5 |
1759 | 2024-12-21T04:28:39.368Z | Checking icu_locid_transform_data v1.5.0 |
1760 | 2024-12-21T04:28:39.473Z | Checking atomic-waker v1.1.2 |
1761 | 2024-12-21T04:28:39.523Z | Checking base64ct v1.6.0 |
1762 | 2024-12-21T04:28:39.624Z | Checking regex-syntax v0.8.5 |
1763 | 2024-12-21T04:28:39.713Z | Checking bytes v1.8.0 |
1764 | 2024-12-21T04:28:39.778Z | Checking bitflags v2.6.0 |
1765 | 2024-12-21T04:28:39.974Z | Checking serde_json v1.0.133 |
1766 | 2024-12-21T04:28:40.106Z | Checking chrono v0.4.38 |
1767 | 2024-12-21T04:28:40.243Z | Checking indexmap v2.6.0 |
1768 | 2024-12-21T04:28:40.463Z | Checking uuid v1.11.0 |
1769 | 2024-12-21T04:28:40.545Z | Checking tokio v1.40.0 |
1770 | 2024-12-21T04:28:40.586Z | Checking rustix v0.38.37 |
1771 | 2024-12-21T04:28:41.053Z | Checking http v1.1.0 |
1772 | 2024-12-21T04:28:41.570Z | Checking tinystr v0.7.6 |
1773 | 2024-12-21T04:28:41.699Z | Checking unicode-normalization v0.1.24 |
1774 | 2024-12-21T04:28:41.961Z | Checking icu_locid v1.5.0 |
1775 | 2024-12-21T04:28:42.160Z | Checking schemars v0.8.21 |
1776 | 2024-12-21T04:28:42.396Z | Checking icu_collections v1.5.0 |
1777 | 2024-12-21T04:28:42.619Z | Checking hmac v0.12.1 |
1778 | 2024-12-21T04:28:42.749Z | Checking icu_properties_data v1.5.0 |
1779 | 2024-12-21T04:28:43.188Z | Checking untrusted v0.9.0 |
1780 | 2024-12-21T04:28:43.223Z | Checking sha2 v0.10.8 |
1781 | 2024-12-21T04:28:43.223Z | Checking aho-corasick v1.1.3 |
1782 | 2024-12-21T04:28:43.223Z | Checking ring v0.17.8 |
1783 | 2024-12-21T04:28:43.223Z | Checking icu_provider v1.5.0 |
1784 | 2024-12-21T04:28:43.223Z | Checking unicode-bidi v0.3.17 |
1785 | 2024-12-21T04:28:43.552Z | Checking utf8_iter v1.0.4 |
1786 | 2024-12-21T04:28:43.747Z | Checking icu_normalizer_data v1.5.0 |
1787 | 2024-12-21T04:28:43.772Z | Checking write16 v1.0.0 |
1788 | 2024-12-21T04:28:43.775Z | Checking icu_locid_transform v1.5.0 |
1789 | 2024-12-21T04:28:43.829Z | Checking utf16_iter v1.0.5 |
1790 | 2024-12-21T04:28:43.858Z | Checking unicode-ident v1.0.13 |
1791 | 2024-12-21T04:28:43.911Z | Checking lazy_static v1.5.0 |
1792 | 2024-12-21T04:28:43.993Z | Checking powerfmt v0.2.0 |
1793 | 2024-12-21T04:28:44.024Z | Checking adler2 v2.0.0 |
1794 | 2024-12-21T04:28:44.050Z | Checking num_threads v0.1.7 |
1795 | 2024-12-21T04:28:44.179Z | Checking rustls-pki-types v1.10.0 |
1796 | 2024-12-21T04:28:44.205Z | Checking miniz_oxide v0.8.0 |
1797 | 2024-12-21T04:28:44.233Z | Checking num-conv v0.1.0 |
1798 | 2024-12-21T04:28:44.280Z | Checking deranged v0.3.11 |
1799 | 2024-12-21T04:28:44.490Z | Checking time-core v0.1.2 |
1800 | 2024-12-21T04:28:44.648Z | Checking regex-automata v0.4.8 |
1801 | 2024-12-21T04:28:44.651Z | Checking proc-macro2 v1.0.89 |
1802 | 2024-12-21T04:28:44.757Z | Checking pem-rfc7468 v0.7.0 |
1803 | 2024-12-21T04:28:44.784Z | Checking icu_properties v1.5.1 |
1804 | 2024-12-21T04:28:44.856Z | Checking untrusted v0.7.1 |
1805 | 2024-12-21T04:28:44.930Z | Checking http-body v1.0.1 |
1806 | 2024-12-21T04:28:45.030Z | Checking aws-lc-sys v0.22.0 |
1807 | 2024-12-21T04:28:45.033Z | Checking httpdate v1.0.3 |
1808 | 2024-12-21T04:28:45.149Z | Checking mirai-annotations v1.12.0 |
1809 | 2024-12-21T04:28:45.317Z | Checking try-lock v0.2.5 |
1810 | 2024-12-21T04:28:45.348Z | Checking base64 v0.22.1 |
1811 | 2024-12-21T04:28:45.375Z | Checking quote v1.0.37 |
1812 | 2024-12-21T04:28:45.462Z | Checking want v0.3.1 |
1813 | 2024-12-21T04:28:45.655Z | Checking flagset v0.4.6 |
1814 | 2024-12-21T04:28:45.717Z | Checking syn v2.0.87 |
1815 | 2024-12-21T04:28:45.834Z | Checking pbkdf2 v0.12.2 |
1816 | 2024-12-21T04:28:45.864Z | Checking der v0.7.9 |
1817 | 2024-12-21T04:28:46.022Z | Checking aes v0.8.4 |
1818 | 2024-12-21T04:28:46.090Z | Checking time v0.3.36 |
1819 | 2024-12-21T04:28:46.994Z | Checking salsa20 v0.10.2 |
1820 | 2024-12-21T04:28:47.217Z | Checking cbc v0.1.2 |
1821 | 2024-12-21T04:28:47.443Z | Checking ahash v0.8.11 |
1822 | 2024-12-21T04:28:47.609Z | Checking aws-lc-rs v1.10.0 |
1823 | 2024-12-21T04:28:47.779Z | Checking spki v0.7.3 |
1824 | 2024-12-21T04:28:48.026Z | Checking tokio-util v0.7.12 |
1825 | 2024-12-21T04:28:48.053Z | Checking slog v2.7.0 |
1826 | 2024-12-21T04:28:48.087Z | Checking tower-service v0.3.3 |
1827 | 2024-12-21T04:28:48.169Z | Checking icu_normalizer v1.5.0 |
1828 | 2024-12-21T04:28:48.220Z | Checking scrypt v0.11.0 |
1829 | 2024-12-21T04:28:48.463Z | Checking gimli v0.31.1 |
1830 | 2024-12-21T04:28:48.534Z | Checking mime v0.3.17 |
1831 | 2024-12-21T04:28:48.565Z | Checking pkcs5 v0.7.1 |
1832 | 2024-12-21T04:28:48.856Z | Checking object v0.36.5 |
1833 | 2024-12-21T04:28:48.990Z | Checking h2 v0.4.6 |
1834 | 2024-12-21T04:28:49.019Z | Checking idna_adapter v1.2.0 |
1835 | 2024-12-21T04:28:49.083Z | Checking rustc-demangle v0.1.24 |
1836 | 2024-12-21T04:28:49.232Z | Checking idna v1.0.3 |
1837 | 2024-12-21T04:28:49.329Z | Checking utf8parse v0.2.2 |
1838 | 2024-12-21T04:28:49.413Z | Checking rustls-webpki v0.102.8 |
1839 | 2024-12-21T04:28:49.484Z | Checking regex v1.11.1 |
1840 | 2024-12-21T04:28:49.541Z | Checking pkcs8 v0.10.2 |
1841 | 2024-12-21T04:28:49.702Z | Checking url v2.5.3 |
1842 | 2024-12-21T04:28:49.856Z | Checking http-body-util v0.1.2 |
1843 | 2024-12-21T04:28:50.102Z | Checking futures-executor v0.3.31 |
1844 | 2024-12-21T04:28:50.297Z | Checking serde_spanned v0.6.8 |
1845 | 2024-12-21T04:28:50.340Z | Checking toml_datetime v0.6.8 |
1846 | 2024-12-21T04:28:50.368Z | Checking ipnet v2.10.1 |
1847 | 2024-12-21T04:28:50.498Z | Checking unicode-width v0.1.14 |
1848 | 2024-12-21T04:28:50.574Z | Checking data-encoding v2.6.0 |
1849 | 2024-12-21T04:28:50.636Z | Checking futures v0.3.31 |
1850 | 2024-12-21T04:28:50.769Z | Checking rustls-pemfile v2.2.0 |
1851 | 2024-12-21T04:28:50.869Z | Checking either v1.13.0 |
1852 | 2024-12-21T04:28:50.993Z | Checking anstyle v1.0.10 |
1853 | 2024-12-21T04:28:51.020Z | Checking foreign-types-shared v0.1.1 |
1854 | 2024-12-21T04:28:51.126Z | Checking openssl-probe v0.1.5 |
1855 | 2024-12-21T04:28:51.245Z | Checking foreign-types v0.3.2 |
1856 | 2024-12-21T04:28:51.274Z | Checking semver v1.0.23 |
1857 | 2024-12-21T04:28:51.301Z | Checking serde_urlencoded v0.7.1 |
1858 | 2024-12-21T04:28:51.339Z | Checking sha1 v0.10.6 |
1859 | 2024-12-21T04:28:51.361Z | Checking openssl-sys v0.9.103 |
1860 | 2024-12-21T04:28:51.614Z | Checking encoding_rs v0.8.34 |
1861 | 2024-12-21T04:28:51.684Z | Checking rustls v0.23.19 |
1862 | 2024-12-21T04:28:51.729Z | Checking anstyle-parse v0.2.5 |
1863 | 2024-12-21T04:28:52.016Z | Checking camino v1.1.9 |
1864 | 2024-12-21T04:28:52.042Z | Checking is_terminal_polyfill v1.70.1 |
1865 | 2024-12-21T04:28:52.181Z | Checking winnow v0.6.20 |
1866 | 2024-12-21T04:28:52.506Z | Checking addr2line v0.24.2 |
1867 | 2024-12-21T04:28:52.560Z | Checking anstyle-query v1.1.1 |
1868 | 2024-12-21T04:28:52.655Z | Checking openssl v0.10.66 |
1869 | 2024-12-21T04:28:52.703Z | Checking colorchoice v1.0.2 |
1870 | 2024-12-21T04:28:52.850Z | Checking anstream v0.6.15 |
1871 | 2024-12-21T04:28:53.024Z | Checking terminal_size v0.4.0 |
1872 | 2024-12-21T04:28:53.202Z | Checking idna v0.3.0 |
1873 | 2024-12-21T04:28:53.250Z | Checking openapiv3 v2.0.0 |
1874 | 2024-12-21T04:28:53.997Z | Checking signature v2.2.0 |
1875 | 2024-12-21T04:28:54.063Z | Checking strsim v0.11.1 |
1876 | 2024-12-21T04:28:54.214Z | Checking clap_lex v0.7.2 |
1877 | 2024-12-21T04:28:54.360Z | Checking psl-types v2.0.11 |
1878 | 2024-12-21T04:28:54.472Z | Checking clap_builder v4.5.21 |
1879 | 2024-12-21T04:28:54.566Z | Checking publicsuffix v2.2.3 |
1880 | 2024-12-21T04:28:54.831Z | Checking cookie v0.18.1 |
1881 | 2024-12-21T04:28:55.048Z | Checking hyper v1.5.0 |
1882 | 2024-12-21T04:28:55.133Z | Checking webpki-roots v0.26.6 |
1883 | 2024-12-21T04:28:55.337Z | Checking idna v0.5.0 |
1884 | 2024-12-21T04:28:55.366Z | Checking backtrace v0.3.74 |
1885 | 2024-12-21T04:28:55.369Z | Checking is-terminal v0.4.13 |
1886 | 2024-12-21T04:28:55.504Z | Checking scroll v0.12.0 |
1887 | 2024-12-21T04:28:55.973Z | Checking anyhow v1.0.93 |
1888 | 2024-12-21T04:28:56.018Z | Checking plain v0.2.3 |
1889 | 2024-12-21T04:28:56.182Z | Checking ucd-trie v0.1.7 |
1890 | 2024-12-21T04:28:56.210Z | Checking cookie_store v0.21.0 |
1891 | 2024-12-21T04:28:56.363Z | Checking goblin v0.8.2 |
1892 | 2024-12-21T04:28:56.393Z | Checking pest v2.7.14 |
1893 | 2024-12-21T04:28:56.791Z | Checking sync_wrapper v1.0.1 |
1894 | 2024-12-21T04:28:56.893Z | Checking pretty-hex v0.4.1 |
1895 | 2024-12-21T04:28:56.955Z | Checking base16ct v0.2.0 |
1896 | 2024-12-21T04:28:57.078Z | Checking num-integer v0.1.46 |
1897 | 2024-12-21T04:28:57.106Z | Checking hyper-util v0.1.10 |
1898 | 2024-12-21T04:28:57.155Z | Checking sec1 v0.7.3 |
1899 | 2024-12-21T04:28:57.346Z | Checking tokio-rustls v0.26.0 |
1900 | 2024-12-21T04:28:57.435Z | Checking clap v4.5.21 |
1901 | 2024-12-21T04:28:57.524Z | Checking ff v0.13.0 |
1902 | 2024-12-21T04:28:57.555Z | Checking thread-id v4.2.2 |
1903 | 2024-12-21T04:28:57.585Z | Checking toml_edit v0.22.22 |
1904 | 2024-12-21T04:28:57.678Z | Checking hkdf v0.12.4 |
1905 | 2024-12-21T04:28:57.753Z | Checking crypto-bigint v0.5.5 |
1906 | 2024-12-21T04:28:57.781Z | Checking group v0.13.0 |
1907 | 2024-12-21T04:28:57.902Z | Checking dirs-sys-next v0.1.2 |
1908 | 2024-12-21T04:28:58.045Z | Checking memmap v0.7.0 |
1909 | 2024-12-21T04:28:58.111Z | Checking crc32fast v1.4.2 |
1910 | 2024-12-21T04:28:58.197Z | Checking native-tls v0.2.12 |
1911 | 2024-12-21T04:28:58.247Z | Checking bitflags v1.3.2 |
1912 | 2024-12-21T04:28:58.356Z | Checking utf-8 v0.7.6 |
1913 | 2024-12-21T04:28:58.358Z | Checking static_assertions v1.1.0 |
1914 | 2024-12-21T04:28:58.486Z | Checking dirs-next v2.0.0 |
1915 | 2024-12-21T04:28:58.532Z | Checking tokio-native-tls v0.3.1 |
1916 | 2024-12-21T04:28:58.582Z | Checking crossbeam-channel v0.5.13 |
1917 | 2024-12-21T04:28:58.640Z | Checking thread_local v1.1.8 |
1918 | 2024-12-21T04:28:58.812Z | Checking unicode-segmentation v1.12.0 |
1919 | 2024-12-21T04:28:58.897Z | Checking term v0.7.0 |
1920 | 2024-12-21T04:28:58.942Z | Checking dtrace-parser v0.2.0 |
1921 | 2024-12-21T04:28:59.182Z | Checking hyper-rustls v0.27.3 |
1922 | 2024-12-21T04:28:59.334Z | Checking hyper-tls v0.6.0 |
1923 | 2024-12-21T04:28:59.383Z | Checking num-iter v0.1.45 |
1924 | 2024-12-21T04:28:59.446Z | Checking crossbeam-epoch v0.9.18 |
1925 | 2024-12-21T04:28:59.540Z | Checking match_cfg v0.1.0 |
1926 | 2024-12-21T04:28:59.543Z | Checking take_mut v0.2.2 |
1927 | 2024-12-21T04:28:59.592Z | Checking slog-term v2.9.1 |
1928 | 2024-12-21T04:28:59.648Z | Checking hostname v0.3.1 |
1929 | 2024-12-21T04:28:59.675Z | Checking reqwest v0.12.9 |
1930 | 2024-12-21T04:28:59.725Z | Checking slog-async v2.8.0 |
1931 | 2024-12-21T04:28:59.796Z | Checking itertools v0.10.5 |
1932 | 2024-12-21T04:28:59.909Z | Checking bstr v1.10.0 |
1933 | 2024-12-21T04:29:00.040Z | Checking rfc6979 v0.4.0 |
1934 | 2024-12-21T04:29:00.111Z | Checking hex v0.4.3 |
1935 | 2024-12-21T04:29:00.154Z | Checking toml v0.8.19 |
1936 | 2024-12-21T04:29:00.216Z | Checking managed v0.8.0 |
1937 | 2024-12-21T04:29:00.568Z | Checking elliptic-curve v0.13.8 |
1938 | 2024-12-21T04:29:00.631Z | Checking winnow v0.5.40 |
1939 | 2024-12-21T04:29:00.633Z | Checking crossbeam-deque v0.8.5 |
1940 | 2024-12-21T04:29:00.878Z | Checking num-bigint-dig v0.8.4 |
1941 | 2024-12-21T04:29:00.906Z | Checking flate2 v1.0.34 |
1942 | 2024-12-21T04:29:00.960Z | Checking rustls v0.22.4 |
1943 | 2024-12-21T04:29:01.231Z | Checking ecdsa v0.16.9 |
1944 | 2024-12-21T04:29:01.372Z | Checking dof v0.3.0 |
1945 | 2024-12-21T04:29:01.549Z | Checking pkcs1 v0.7.5 |
1946 | 2024-12-21T04:29:01.579Z | Checking curve25519-dalek v4.1.3 |
1947 | 2024-12-21T04:29:01.955Z | Checking zerocopy v0.6.6 |
1948 | 2024-12-21T04:29:01.983Z | Checking siphasher v0.3.11 |
1949 | 2024-12-21T04:29:02.011Z | Checking usdt-impl v0.5.0 |
1950 | 2024-12-21T04:29:02.058Z | Checking rayon-core v1.12.1 |
1951 | 2024-12-21T04:29:02.310Z | Checking ed25519 v2.2.3 |
1952 | 2024-12-21T04:29:02.555Z | Checking usdt v0.5.0 |
1953 | 2024-12-21T04:29:02.641Z | Checking slog-json v2.6.1 |
1954 | 2024-12-21T04:29:02.716Z | Checking signal-hook v0.3.17 |
1955 | 2024-12-21T04:29:02.750Z | Checking debug-ignore v1.0.5 |
1956 | 2024-12-21T04:29:02.827Z | Checking quick-error v1.2.3 |
1957 | 2024-12-21T04:29:02.902Z | Checking multer v3.1.0 |
1958 | 2024-12-21T04:29:02.931Z | Checking slog-bunyan v2.5.0 |
1959 | 2024-12-21T04:29:02.980Z | Checking x509-cert v0.2.5 |
1960 | 2024-12-21T04:29:03.037Z | Checking rsa v0.9.6 |
1961 | 2024-12-21T04:29:03.061Z | Checking idna v0.4.0 |
1962 | 2024-12-21T04:29:03.109Z | Checking serde_path_to_error v0.1.16 |
1963 | 2024-12-21T04:29:03.324Z | Checking hubpack v0.1.2 |
1964 | 2024-12-21T04:29:03.469Z | Checking ed25519-dalek v2.1.1 |
1965 | 2024-12-21T04:29:03.656Z | Checking toml_edit v0.19.15 |
1966 | 2024-12-21T04:29:03.682Z | Checking waitgroup v0.1.2 |
1967 | 2024-12-21T04:29:03.714Z | Checking bzip2-sys v0.1.11+1.0.8 |
1968 | 2024-12-21T04:29:03.835Z | Checking async-stream v0.3.6 |
1969 | 2024-12-21T04:29:03.862Z | Checking hostname v0.4.0 |
1970 | 2024-12-21T04:29:03.888Z | Checking bit-vec v0.6.3 |
1971 | 2024-12-21T04:29:03.914Z | Checking hickory-proto v0.24.1 |
1972 | 2024-12-21T04:29:04.003Z | Checking bzip2 v0.4.4 |
1973 | 2024-12-21T04:29:04.034Z | Checking signal-hook-mio v0.2.4 |
1974 | 2024-12-21T04:29:04.077Z | Checking console v0.15.8 |
1975 | 2024-12-21T04:29:04.182Z | Checking hash32 v0.2.1 |
1976 | 2024-12-21T04:29:04.219Z | Checking bit-set v0.5.3 |
1977 | 2024-12-21T04:29:04.292Z | Checking unicode-properties v0.1.3 |
1978 | 2024-12-21T04:29:04.488Z | Checking predicates-core v1.0.8 |
1979 | 2024-12-21T04:29:04.514Z | Checking linked-hash-map v0.5.6 |
1980 | 2024-12-21T04:29:04.596Z | Checking heapless v0.7.17 |
1981 | 2024-12-21T04:29:04.640Z | Checking crossterm v0.28.1 |
1982 | 2024-12-21T04:29:04.670Z | Checking stringprep v0.1.5 |
1983 | 2024-12-21T04:29:04.695Z | Checking rayon v1.10.0 |
1984 | 2024-12-21T04:29:04.720Z | Checking tokio-rustls v0.25.0 |
1985 | 2024-12-21T04:29:04.835Z | Checking lru-cache v0.1.2 |
1986 | 2024-12-21T04:29:04.940Z | Checking phf_shared v0.11.2 |
1987 | 2024-12-21T04:29:05.030Z | Checking similar v2.6.0 |
1988 | 2024-12-21T04:29:05.105Z | Checking dropshot v0.12.0 |
1989 | 2024-12-21T04:29:05.232Z | Checking tokio-stream v0.1.16 |
1990 | 2024-12-21T04:29:05.630Z | Checking newtype-uuid v1.1.3 |
1991 | 2024-12-21T04:29:05.906Z | Checking md-5 v0.10.6 |
1992 | 2024-12-21T04:29:05.955Z | Checking float-cmp v0.9.0 |
1993 | 2024-12-21T04:29:06.094Z | Checking normalize-line-endings v0.3.0 |
1994 | 2024-12-21T04:29:06.142Z | Checking difflib v0.4.0 |
1995 | 2024-12-21T04:29:06.145Z | Checking toml v0.7.8 |
1996 | 2024-12-21T04:29:06.192Z | Checking fallible-iterator v0.2.0 |
1997 | 2024-12-21T04:29:06.222Z | Checking fixedbitset v0.4.2 |
1998 | 2024-12-21T04:29:06.473Z | Checking predicates v3.1.2 |
1999 | 2024-12-21T04:29:06.508Z | Checking petgraph v0.6.5 |
2000 | 2024-12-21T04:29:06.567Z | Checking smoltcp v0.9.1 |
2001 | 2024-12-21T04:29:06.808Z | Checking postgres-protocol v0.6.7 |
2002 | 2024-12-21T04:29:06.920Z | Checking phf v0.11.2 |
2003 | 2024-12-21T04:29:07.192Z | Checking zip v0.6.6 |
2004 | 2024-12-21T04:29:07.221Z | Checking resolv-conf v0.7.0 |
2005 | 2024-12-21T04:29:07.481Z | Checking phf_shared v0.10.0 |
2006 | 2024-12-21T04:29:07.577Z | Checking tungstenite v0.24.0 |
2007 | 2024-12-21T04:29:07.767Z | Checking fs-err v2.11.0 |
2008 | 2024-12-21T04:29:07.922Z | Checking serde-big-array v0.5.1 |
2009 | 2024-12-21T04:29:08.124Z | Checking portable-atomic v1.9.0 |
2010 | 2024-12-21T04:29:08.151Z | Checking new_debug_unreachable v1.0.6 |
2011 | 2024-12-21T04:29:08.254Z | Checking precomputed-hash v0.1.1 |
2012 | 2024-12-21T04:29:08.351Z | Checking unicode-width v0.2.0 |
2013 | 2024-12-21T04:29:08.377Z | Checking lalrpop-util v0.19.12 |
2014 | 2024-12-21T04:29:08.479Z | Checking number_prefix v0.4.0 |
2015 | 2024-12-21T04:29:08.626Z | Checking minimal-lexical v0.2.1 |
2016 | 2024-12-21T04:29:08.656Z | Checking hickory-resolver v0.24.1 |
2017 | 2024-12-21T04:29:08.683Z | Checking tokio-tungstenite v0.24.0 |
2018 | 2024-12-21T04:29:08.686Z | Checking string_cache v0.8.7 |
2019 | 2024-12-21T04:29:08.807Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2020 | 2024-12-21T04:29:08.834Z | Checking postgres-types v0.2.8 |
2021 | 2024-12-21T04:29:09.000Z | Checking heck v0.4.1 |
2022 | 2024-12-21T04:29:09.033Z | Checking nom v7.1.3 |
2023 | 2024-12-21T04:29:09.113Z | Checking indicatif v0.17.9 |
2024 | 2024-12-21T04:29:09.152Z | Checking peg-runtime v0.8.3 |
2025 | 2024-12-21T04:29:09.216Z | Checking whoami v1.5.2 |
2026 | 2024-12-21T04:29:09.518Z | Compiling hashbrown v0.14.5 |
2027 | 2024-12-21T04:29:09.547Z | Compiling ident_case v1.0.1 |
2028 | 2024-12-21T04:29:09.572Z | Checking tokio-postgres v0.7.12 |
2029 | 2024-12-21T04:29:09.749Z | Compiling darling_core v0.20.10 |
2030 | 2024-12-21T04:29:09.861Z | Compiling unsafe-libyaml v0.2.11 |
2031 | 2024-12-21T04:29:10.249Z | Checking qorb v0.2.1 |
2032 | 2024-12-21T04:29:10.923Z | Compiling regress v0.10.1 |
2033 | 2024-12-21T04:29:11.108Z | Checking heck v0.5.0 |
2034 | 2024-12-21T04:29:11.319Z | Compiling serde_yaml v0.9.34+deprecated |
2035 | 2024-12-21T04:29:11.871Z | Checking progenitor-client v0.8.0 |
2036 | 2024-12-21T04:29:12.241Z | Checking fastrand v2.1.1 |
2037 | 2024-12-21T04:29:12.580Z | Checking ipnetwork v0.20.0 |
2038 | 2024-12-21T04:29:12.619Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2039 | 2024-12-21T04:29:12.866Z | Compiling structmeta-derive v0.3.0 |
2040 | 2024-12-21T04:29:12.980Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2041 | 2024-12-21T04:29:13.364Z | Checking strum v0.26.3 |
2042 | 2024-12-21T04:29:13.529Z | Compiling dropshot v0.13.0 |
2043 | 2024-12-21T04:29:13.905Z | Checking macaddr v1.0.1 |
2044 | 2024-12-21T04:29:13.930Z | Compiling dropshot_endpoint v0.13.0 |
2045 | 2024-12-21T04:29:14.268Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2046 | 2024-12-21T04:29:14.406Z | Checking tempfile v3.13.0 |
2047 | 2024-12-21T04:29:14.801Z | Compiling typify-impl v0.2.0 |
2048 | 2024-12-21T04:29:15.031Z | Checking instant v0.1.13 |
2049 | 2024-12-21T04:29:15.165Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2050 | 2024-12-21T04:29:15.642Z | Checking regress v0.9.1 |
2051 | 2024-12-21T04:29:15.769Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2052 | 2024-12-21T04:29:15.876Z | Compiling structmeta v0.3.0 |
2053 | 2024-12-21T04:29:15.974Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2054 | 2024-12-21T04:29:16.347Z | Compiling parse-display-derive v0.10.0 |
2055 | 2024-12-21T04:29:16.374Z | Checking backoff v0.4.0 |
2056 | 2024-12-21T04:29:16.583Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2024-12-21T04:29:16.698Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2058 | 2024-12-21T04:29:16.735Z | Checking wait-timeout v0.2.0 |
2059 | 2024-12-21T04:29:16.855Z | Checking rand_xorshift v0.3.0 |
2060 | 2024-12-21T04:29:16.921Z | Checking rusty-fork v0.3.0 |
2061 | 2024-12-21T04:29:16.924Z | Compiling darling_macro v0.20.10 |
2062 | 2024-12-21T04:29:17.050Z | Checking unarray v0.1.4 |
2063 | 2024-12-21T04:29:17.220Z | Compiling structmeta-derive v0.2.0 |
2064 | 2024-12-21T04:29:17.223Z | Checking proptest v1.5.0 |
2065 | 2024-12-21T04:29:17.942Z | Compiling darling v0.20.10 |
2066 | 2024-12-21T04:29:17.970Z | Checking camino-tempfile v1.1.1 |
2067 | 2024-12-21T04:29:18.073Z | Compiling serde_with_macros v3.11.0 |
2068 | 2024-12-21T04:29:18.268Z | Compiling proc-macro-error v1.0.4 |
2069 | 2024-12-21T04:29:18.998Z | Compiling proc-macro-crate v1.3.1 |
2070 | 2024-12-21T04:29:19.221Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2024-12-21T04:29:19.618Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2072 | 2024-12-21T04:29:19.939Z | Compiling foreign-types-macros v0.2.3 |
2073 | 2024-12-21T04:29:20.133Z | Compiling num_enum_derive v0.5.11 |
2074 | 2024-12-21T04:29:20.315Z | Compiling structmeta v0.2.0 |
2075 | 2024-12-21T04:29:20.775Z | Compiling test-strategy v0.3.1 |
2076 | 2024-12-21T04:29:20.944Z | Checking parse-display v0.10.0 |
2077 | 2024-12-21T04:29:21.063Z | Checking serde_with v3.11.0 |
2078 | 2024-12-21T04:29:21.179Z | Checking foreign-types-shared v0.3.1 |
2079 | 2024-12-21T04:29:21.308Z | Checking foreign-types v0.5.0 |
2080 | 2024-12-21T04:29:21.447Z | Checking tabwriter v1.4.0 |
2081 | 2024-12-21T04:29:21.634Z | Checking cstr-argument v0.1.2 |
2082 | 2024-12-21T04:29:21.726Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2024-12-21T04:29:21.800Z | Checking pretty-hex v0.2.1 |
2084 | 2024-12-21T04:29:21.971Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2085 | 2024-12-21T04:29:22.011Z | Checking colored v2.1.0 |
2086 | 2024-12-21T04:29:22.295Z | Checking smf v0.2.3 |
2087 | 2024-12-21T04:29:22.322Z | Checking itertools v0.13.0 |
2088 | 2024-12-21T04:29:22.527Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2089 | 2024-12-21T04:29:22.701Z | Checking base64 v0.21.7 |
2090 | 2024-12-21T04:29:22.737Z | Checking num_enum v0.5.11 |
2091 | 2024-12-21T04:29:22.768Z | Compiling crucible-workspace-hack v0.1.0 |
2092 | 2024-12-21T04:29:22.834Z | Compiling zerocopy v0.8.10 |
2093 | 2024-12-21T04:29:22.901Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2094 | 2024-12-21T04:29:23.207Z | Checking atomicwrites v0.4.4 |
2095 | 2024-12-21T04:29:23.238Z | Compiling zerocopy-derive v0.8.10 |
2096 | 2024-12-21T04:29:23.421Z | Compiling heapless v0.8.0 |
2097 | 2024-12-21T04:29:23.840Z | Checking termtree v0.4.1 |
2098 | 2024-12-21T04:29:24.049Z | Checking predicates-tree v1.0.11 |
2099 | 2024-12-21T04:29:24.196Z | Checking hash32 v0.3.1 |
2100 | 2024-12-21T04:29:24.319Z | Compiling smoltcp v0.11.0 |
2101 | 2024-12-21T04:29:24.636Z | Checking cobs v0.2.3 |
2102 | 2024-12-21T04:29:24.802Z | Checking sigpipe v0.1.3 |
2103 | 2024-12-21T04:29:24.827Z | Checking postcard v1.0.10 |
2104 | 2024-12-21T04:29:24.921Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2105 | 2024-12-21T04:29:25.012Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2106 | 2024-12-21T04:29:25.086Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2107 | 2024-12-21T04:29:25.166Z | Compiling mockall_derive v0.13.0 |
2108 | 2024-12-21T04:29:25.296Z | Compiling thiserror v2.0.3 |
2109 | 2024-12-21T04:29:25.399Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2110 | 2024-12-21T04:29:25.484Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2111 | 2024-12-21T04:29:25.720Z | Compiling thiserror-impl v2.0.3 |
2112 | 2024-12-21T04:29:25.798Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2113 | 2024-12-21T04:29:26.251Z | Compiling zone_cfg_derive v0.3.0 |
2114 | 2024-12-21T04:29:26.514Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2115 | 2024-12-21T04:29:27.808Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2116 | 2024-12-21T04:29:28.032Z | Compiling num-derive v0.4.2 |
2117 | 2024-12-21T04:29:28.203Z | Checking downcast v0.11.0 |
2118 | 2024-12-21T04:29:28.419Z | Checking fragile v2.0.0 |
2119 | 2024-12-21T04:29:28.519Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2120 | 2024-12-21T04:29:28.696Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2121 | 2024-12-21T04:29:28.857Z | Checking zone v0.3.0 |
2122 | 2024-12-21T04:29:28.958Z | Compiling convert_case v0.4.0 |
2123 | 2024-12-21T04:29:29.437Z | Checking tungstenite v0.21.0 |
2124 | 2024-12-21T04:29:29.660Z | Checking newline-converter v0.3.0 |
2125 | 2024-12-21T04:29:29.686Z | Checking same-file v1.0.6 |
2126 | 2024-12-21T04:29:29.829Z | Checking expectorate v1.1.0 |
2127 | 2024-12-21T04:29:29.863Z | Checking walkdir v2.5.0 |
2128 | 2024-12-21T04:29:29.900Z | Compiling derive_more v0.99.18 |
2129 | 2024-12-21T04:29:29.994Z | Checking arc-swap v1.7.1 |
2130 | 2024-12-21T04:29:30.146Z | Checking xattr v1.3.1 |
2131 | 2024-12-21T04:29:30.541Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2132 | 2024-12-21T04:29:30.567Z | Checking filetime v0.2.25 |
2133 | 2024-12-21T04:29:30.567Z | Checking tokio-tungstenite v0.21.0 |
2134 | 2024-12-21T04:29:30.567Z | Checking slog-scope v4.4.0 |
2135 | 2024-12-21T04:29:30.578Z | Checking tar v0.4.42 |
2136 | 2024-12-21T04:29:30.621Z | Checking slog-stdlog v4.1.1 |
2137 | 2024-12-21T04:29:30.806Z | Checking slog-envlogger v2.2.0 |
2138 | 2024-12-21T04:29:30.831Z | Checking num-rational v0.4.2 |
2139 | 2024-12-21T04:29:30.874Z | Checking num-complex v0.4.6 |
2140 | 2024-12-21T04:29:31.041Z | Checking float-ord v0.3.2 |
2141 | 2024-12-21T04:29:31.198Z | Compiling cancel-safe-futures v0.1.5 |
2142 | 2024-12-21T04:29:31.418Z | Checking swrite v0.1.0 |
2143 | 2024-12-21T04:29:31.531Z | Compiling owo-colors v4.1.0 |
2144 | 2024-12-21T04:29:31.557Z | Checking libsw v3.3.1 |
2145 | 2024-12-21T04:29:31.837Z | Checking num v0.4.3 |
2146 | 2024-12-21T04:29:31.858Z | Checking password-hash v0.5.0 |
2147 | 2024-12-21T04:29:31.954Z | Checking blake2 v0.10.6 |
2148 | 2024-12-21T04:29:32.044Z | Checking indent_write v2.2.0 |
2149 | 2024-12-21T04:29:32.262Z | Checking linear-map v1.2.0 |
2150 | 2024-12-21T04:29:32.344Z | Checking pem v3.0.4 |
2151 | 2024-12-21T04:29:32.409Z | Checking argon2 v0.5.3 |
2152 | 2024-12-21T04:29:32.609Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2153 | 2024-12-21T04:29:32.984Z | Compiling lzma-sys v0.1.20 |
2154 | 2024-12-21T04:29:33.180Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2155 | 2024-12-21T04:29:33.203Z | Checking headers-core v0.3.0 |
2156 | 2024-12-21T04:29:33.224Z | Compiling typify-macro v0.2.0 |
2157 | 2024-12-21T04:29:33.347Z | Compiling heck v0.3.3 |
2158 | 2024-12-21T04:29:33.559Z | Checking highway v1.2.0 |
2159 | 2024-12-21T04:29:33.773Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2160 | 2024-12-21T04:29:33.850Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2161 | 2024-12-21T04:29:33.964Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2162 | 2024-12-21T04:29:33.991Z | Compiling zone_cfg_derive v0.1.2 |
2163 | 2024-12-21T04:29:33.994Z | Checking headers v0.4.0 |
2164 | 2024-12-21T04:29:34.095Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2165 | 2024-12-21T04:29:34.235Z | Checking mockall v0.13.0 |
2166 | 2024-12-21T04:29:34.393Z | Checking yasna v0.5.2 |
2167 | 2024-12-21T04:29:34.487Z | Checking base64 v0.13.1 |
2168 | 2024-12-21T04:29:34.771Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2169 | 2024-12-21T04:29:34.919Z | Checking ron v0.7.1 |
2170 | 2024-12-21T04:29:35.096Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2171 | 2024-12-21T04:29:35.304Z | Checking rcgen v0.12.1 |
2172 | 2024-12-21T04:29:35.519Z | Checking zone v0.1.8 |
2173 | 2024-12-21T04:29:35.983Z | Checking xz2 v0.1.7 |
2174 | 2024-12-21T04:29:36.133Z | Checking subprocess v0.2.9 |
2175 | 2024-12-21T04:29:36.224Z | Checking humantime v2.1.0 |
2176 | 2024-12-21T04:29:36.288Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2177 | 2024-12-21T04:29:36.542Z | Compiling semver v0.1.20 |
2178 | 2024-12-21T04:29:36.714Z | Checking half v2.4.1 |
2179 | 2024-12-21T04:29:37.102Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2180 | 2024-12-21T04:29:37.181Z | Compiling rustc_version v0.1.7 |
2181 | 2024-12-21T04:29:37.206Z | Checking ciborium-io v0.2.2 |
2182 | 2024-12-21T04:29:37.227Z | Checking prettyplease v0.2.25 |
2183 | 2024-12-21T04:29:37.342Z | Checking ciborium-ll v0.2.2 |
2184 | 2024-12-21T04:29:37.520Z | Compiling typify v0.2.0 |
2185 | 2024-12-21T04:29:37.655Z | Checking ciborium v0.2.2 |
2186 | 2024-12-21T04:29:37.732Z | Compiling progenitor-impl v0.8.0 |
2187 | 2024-12-21T04:29:37.780Z | Compiling newtype_derive v0.1.6 |
2188 | 2024-12-21T04:29:38.349Z | Checking steno v0.4.1 |
2189 | 2024-12-21T04:29:38.596Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2190 | 2024-12-21T04:29:40.356Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2191 | 2024-12-21T04:29:40.686Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2192 | 2024-12-21T04:29:41.072Z | Compiling slog-dtrace v0.3.0 |
2193 | 2024-12-21T04:29:41.563Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2194 | 2024-12-21T04:29:41.931Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2195 | 2024-12-21T04:29:41.956Z | Checking display-error-chain v0.2.2 |
2196 | 2024-12-21T04:29:41.980Z | Checking gethostname v0.5.0 |
2197 | 2024-12-21T04:29:41.983Z | Checking nibble_vec v0.1.0 |
2198 | 2024-12-21T04:29:42.117Z | Compiling ring v0.16.20 |
2199 | 2024-12-21T04:29:42.142Z | Compiling blake3 v1.5.4 |
2200 | 2024-12-21T04:29:42.191Z | Checking keccak v0.1.5 |
2201 | 2024-12-21T04:29:42.505Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2202 | 2024-12-21T04:29:42.531Z | Checking endian-type v0.1.2 |
2203 | 2024-12-21T04:29:42.742Z | Checking radix_trie v0.2.1 |
2204 | 2024-12-21T04:29:42.991Z | Checking sha3 v0.10.8 |
2205 | 2024-12-21T04:29:43.191Z | Checking universal-hash v0.5.1 |
2206 | 2024-12-21T04:29:43.385Z | Checking secrecy v0.8.0 |
2207 | 2024-12-21T04:29:43.408Z | Checking opaque-debug v0.3.1 |
2208 | 2024-12-21T04:29:43.477Z | Checking aead v0.5.2 |
2209 | 2024-12-21T04:29:43.505Z | Checking poly1305 v0.8.0 |
2210 | 2024-12-21T04:29:43.614Z | Checking chacha20 v0.9.1 |
2211 | 2024-12-21T04:29:44.016Z | Compiling memmap2 v0.9.5 |
2212 | 2024-12-21T04:29:44.498Z | Compiling spin v0.5.2 |
2213 | 2024-12-21T04:29:44.751Z | Compiling arrayvec v0.7.6 |
2214 | 2024-12-21T04:29:44.806Z | Compiling arrayref v0.3.9 |
2215 | 2024-12-21T04:29:44.901Z | Compiling constant_time_eq v0.3.1 |
2216 | 2024-12-21T04:29:45.076Z | Compiling toolchain_find v0.4.0 |
2217 | 2024-12-21T04:29:45.104Z | Compiling thiserror-impl-no-std v2.0.2 |
2218 | 2024-12-21T04:29:45.290Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2219 | 2024-12-21T04:29:45.391Z | Compiling topological-sort v0.2.2 |
2220 | 2024-12-21T04:29:45.626Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2024-12-21T04:29:45.644Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2222 | 2024-12-21T04:29:45.989Z | Checking chacha20poly1305 v0.10.1 |
2223 | 2024-12-21T04:29:45.992Z | Compiling async-recursion v1.1.1 |
2224 | 2024-12-21T04:29:46.033Z | Compiling progenitor-macro v0.8.0 |
2225 | 2024-12-21T04:29:46.169Z | Checking fxhash v0.2.1 |
2226 | 2024-12-21T04:29:46.213Z | Checking lockfree-object-pool v0.1.6 |
2227 | 2024-12-21T04:29:46.355Z | Checking simd-adler32 v0.3.7 |
2228 | 2024-12-21T04:29:46.421Z | Compiling zip v2.1.3 |
2229 | 2024-12-21T04:29:46.472Z | Checking bumpalo v3.16.0 |
2230 | 2024-12-21T04:29:46.711Z | Checking termcolor v1.4.1 |
2231 | 2024-12-21T04:29:46.780Z | Checking maplit v1.0.2 |
2232 | 2024-12-21T04:29:46.817Z | Checking zopfli v0.8.1 |
2233 | 2024-12-21T04:29:46.900Z | Compiling radium v0.7.0 |
2234 | 2024-12-21T04:29:47.177Z | Checking tap v1.0.1 |
2235 | 2024-12-21T04:29:47.354Z | Compiling maybe-uninit v2.0.0 |
2236 | 2024-12-21T04:29:47.699Z | Checking wyz v0.5.1 |
2237 | 2024-12-21T04:29:47.869Z | Compiling omicron-zone-package v0.11.1 |
2238 | 2024-12-21T04:29:47.972Z | Checking crc-catalog v2.4.0 |
2239 | 2024-12-21T04:29:48.126Z | Compiling packed_struct v0.10.1 |
2240 | 2024-12-21T04:29:48.151Z | Checking home v0.5.9 |
2241 | 2024-12-21T04:29:48.314Z | Checking funty v2.0.0 |
2242 | 2024-12-21T04:29:48.422Z | Checking thiserror-no-std v2.0.2 |
2243 | 2024-12-21T04:29:48.540Z | Checking vsss-rs v3.3.4 |
2244 | 2024-12-21T04:29:48.656Z | Checking crc v3.2.1 |
2245 | 2024-12-21T04:29:48.704Z | Compiling const_format_proc_macros v0.2.33 |
2246 | 2024-12-21T04:29:48.779Z | Checking kstat-rs v0.2.4 |
2247 | 2024-12-21T04:29:49.120Z | Compiling packed_struct_codegen v0.10.1 |
2248 | 2024-12-21T04:29:49.149Z | Compiling vte_generate_state_changes v0.1.2 |
2249 | 2024-12-21T04:29:49.248Z | Checking bitvec v1.0.1 |
2250 | 2024-12-21T04:29:49.459Z | Compiling indexmap v1.9.3 |
2251 | 2024-12-21T04:29:49.769Z | Checking nodrop v0.1.14 |
2252 | 2024-12-21T04:29:49.802Z | Compiling libefi-sys v0.1.0 |
2253 | 2024-12-21T04:29:49.903Z | Checking array-init v0.0.4 |
2254 | 2024-12-21T04:29:50.120Z | Checking vte v0.11.1 |
2255 | 2024-12-21T04:29:50.862Z | Checking const_format v0.2.33 |
2256 | 2024-12-21T04:29:51.022Z | Checking smallvec v0.6.14 |
2257 | 2024-12-21T04:29:51.371Z | Checking fd-lock v4.0.2 |
2258 | 2024-12-21T04:29:51.430Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2259 | 2024-12-21T04:29:51.531Z | Compiling bitfield-struct v0.6.2 |
2260 | 2024-12-21T04:29:51.580Z | Checking bitfield v0.14.0 |
2261 | 2024-12-21T04:29:51.792Z | Checking hashbrown v0.12.3 |
2262 | 2024-12-21T04:29:51.844Z | Checking strip-ansi-escapes v0.2.0 |
2263 | 2024-12-21T04:29:51.937Z | Checking serde-hex v0.1.0 |
2264 | 2024-12-21T04:29:52.005Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2265 | 2024-12-21T04:29:52.273Z | Checking env_logger v0.10.2 |
2266 | 2024-12-21T04:29:52.406Z | Checking ron v0.8.1 |
2267 | 2024-12-21T04:29:52.731Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2268 | 2024-12-21T04:29:53.029Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2269 | 2024-12-21T04:29:53.057Z | Checking itertools v0.12.1 |
2270 | 2024-12-21T04:29:53.566Z | Checking hashbrown v0.13.2 |
2271 | 2024-12-21T04:29:53.689Z | Checking crc-any v2.5.0 |
2272 | 2024-12-21T04:29:53.788Z | Checking nu-ansi-term v0.50.1 |
2273 | 2024-12-21T04:29:54.092Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2274 | 2024-12-21T04:29:54.201Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2275 | 2024-12-21T04:29:54.227Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2276 | 2024-12-21T04:29:54.483Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2277 | 2024-12-21T04:29:54.556Z | Checking path-slash v0.1.5 |
2278 | 2024-12-21T04:29:54.656Z | Checking object v0.30.4 |
2279 | 2024-12-21T04:29:54.684Z | Compiling parking_lot_core v0.8.6 |
2280 | 2024-12-21T04:29:54.708Z | Compiling phf_generator v0.11.2 |
2281 | 2024-12-21T04:29:54.730Z | Checking glob v0.3.1 |
2282 | 2024-12-21T04:29:54.908Z | Checking bytecount v0.6.8 |
2283 | 2024-12-21T04:29:55.064Z | Compiling phf_codegen v0.11.2 |
2284 | 2024-12-21T04:29:55.096Z | Checking papergrid v0.11.0 |
2285 | 2024-12-21T04:29:55.298Z | Compiling tabled_derive v0.7.0 |
2286 | 2024-12-21T04:29:55.566Z | Checking parking_lot v0.11.2 |
2287 | 2024-12-21T04:29:55.623Z | Checking reedline v0.35.0 |
2288 | 2024-12-21T04:29:55.818Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2289 | 2024-12-21T04:29:55.901Z | Compiling parse-zoneinfo v0.3.1 |
2290 | 2024-12-21T04:29:55.926Z | Compiling cfg_aliases v0.1.1 |
2291 | 2024-12-21T04:29:56.049Z | Compiling nix v0.28.0 |
2292 | 2024-12-21T04:29:56.579Z | Compiling chrono-tz-build v0.4.0 |
2293 | 2024-12-21T04:29:56.904Z | Checking sled v0.34.7 |
2294 | 2024-12-21T04:29:57.912Z | Checking tabled v0.15.0 |
2295 | 2024-12-21T04:29:57.987Z | Checking hickory-client v0.24.1 |
2296 | 2024-12-21T04:29:58.107Z | Checking hickory-server v0.24.1 |
2297 | 2024-12-21T04:29:58.519Z | Compiling chrono-tz v0.10.0 |
2298 | 2024-12-21T04:29:58.723Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2299 | 2024-12-21T04:29:59.211Z | Compiling buf-list v1.0.3 |
2300 | 2024-12-21T04:29:59.954Z | Compiling peg-macros v0.8.4 |
2301 | 2024-12-21T04:30:00.755Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2302 | 2024-12-21T04:30:00.967Z | Compiling sqlparser_derive v0.2.2 |
2303 | 2024-12-21T04:30:00.995Z | Checking unicode_categories v0.1.1 |
2304 | 2024-12-21T04:30:01.304Z | Checking sqlformat v0.2.6 |
2305 | 2024-12-21T04:30:01.382Z | Checking progenitor v0.8.0 |
2306 | 2024-12-21T04:30:01.676Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2307 | 2024-12-21T04:30:02.042Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2308 | 2024-12-21T04:30:02.203Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2309 | 2024-12-21T04:30:03.627Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2310 | 2024-12-21T04:30:05.868Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2311 | 2024-12-21T04:30:06.649Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2312 | 2024-12-21T04:30:06.732Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2313 | 2024-12-21T04:30:07.079Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2314 | 2024-12-21T04:30:07.677Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2315 | 2024-12-21T04:30:08.909Z | Checking peg v0.8.4 |
2316 | 2024-12-21T04:30:09.017Z | Checking rustyline v14.0.0 |
2317 | 2024-12-21T04:30:09.150Z | Checking sqlparser v0.45.0 |
2318 | 2024-12-21T04:30:09.248Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2319 | 2024-12-21T04:30:10.335Z | Checking bcs v0.1.6 |
2320 | 2024-12-21T04:30:10.656Z | Checking primeorder v0.13.6 |
2321 | 2024-12-21T04:30:10.693Z | Compiling unicase v2.7.0 |
2322 | 2024-12-21T04:30:10.831Z | Checking nanorand v0.7.0 |
2323 | 2024-12-21T04:30:11.115Z | Checking atty v0.2.14 |
2324 | 2024-12-21T04:30:11.203Z | Checking flume v0.11.1 |
2325 | 2024-12-21T04:30:11.219Z | Compiling salty v0.3.0 |
2326 | 2024-12-21T04:30:11.689Z | Checking p384 v0.13.0 |
2327 | 2024-12-21T04:30:11.716Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2328 | 2024-12-21T04:30:12.291Z | Compiling mime_guess v2.0.5 |
2329 | 2024-12-21T04:30:12.606Z | Checking env_filter v0.1.2 |
2330 | 2024-12-21T04:30:12.867Z | Checking http-range v0.1.5 |
2331 | 2024-12-21T04:30:12.892Z | Checking env_logger v0.11.5 |
2332 | 2024-12-21T04:30:12.896Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2333 | 2024-12-21T04:30:13.242Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2334 | 2024-12-21T04:30:13.379Z | Compiling dsl_auto_type v0.1.2 |
2335 | 2024-12-21T04:30:13.576Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2336 | 2024-12-21T04:30:13.581Z | Checking scheduled-thread-pool v0.2.7 |
2337 | 2024-12-21T04:30:13.861Z | Compiling diesel_table_macro_syntax v0.2.0 |
2338 | 2024-12-21T04:30:13.886Z | Compiling crunchy v0.2.2 |
2339 | 2024-12-21T04:30:14.394Z | Checking hyper-staticfile v0.10.1 |
2340 | 2024-12-21T04:30:14.475Z | Checking r2d2 v0.8.10 |
2341 | 2024-12-21T04:30:14.830Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2342 | 2024-12-21T04:30:14.924Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2343 | 2024-12-21T04:30:15.011Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2344 | 2024-12-21T04:30:15.093Z | Compiling diesel_derives v2.2.3 |
2345 | 2024-12-21T04:30:15.311Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2346 | 2024-12-21T04:30:15.611Z | Compiling tiny-keccak v2.0.2 |
2347 | 2024-12-21T04:30:15.810Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2348 | 2024-12-21T04:30:15.930Z | Compiling pin-project-internal v1.1.6 |
2349 | 2024-12-21T04:30:16.065Z | Compiling ref-cast v1.0.23 |
2350 | 2024-12-21T04:30:17.374Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2351 | 2024-12-21T04:30:17.892Z | Compiling ascii-canvas v3.0.0 |
2352 | 2024-12-21T04:30:18.291Z | Compiling ena v0.14.3 |
2353 | 2024-12-21T04:30:18.485Z | Compiling ref-cast-impl v1.0.23 |
2354 | 2024-12-21T04:30:18.731Z | Compiling diff v0.1.13 |
2355 | 2024-12-21T04:30:18.892Z | Compiling regex-syntax v0.6.29 |
2356 | 2024-12-21T04:30:18.963Z | Checking pin-project v1.1.6 |
2357 | 2024-12-21T04:30:19.156Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2358 | 2024-12-21T04:30:19.389Z | Checking signal-hook-tokio v0.3.1 |
2359 | 2024-12-21T04:30:19.587Z | Compiling snafu-derive v0.8.5 |
2360 | 2024-12-21T04:30:19.836Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2361 | 2024-12-21T04:30:20.142Z | Compiling derive_builder_core v0.20.2 |
2362 | 2024-12-21T04:30:22.727Z | Compiling lalrpop v0.19.12 |
2363 | 2024-12-21T04:30:23.318Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2364 | 2024-12-21T04:30:24.987Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2365 | 2024-12-21T04:30:25.241Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2366 | 2024-12-21T04:30:27.052Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2367 | 2024-12-21T04:30:27.836Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2368 | 2024-12-21T04:30:29.078Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2369 | 2024-12-21T04:30:30.027Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2370 | 2024-12-21T04:30:30.083Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2371 | 2024-12-21T04:30:30.422Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2372 | 2024-12-21T04:30:30.531Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2373 | 2024-12-21T04:30:31.067Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2374 | 2024-12-21T04:30:31.999Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2375 | 2024-12-21T04:30:32.541Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2376 | 2024-12-21T04:30:32.701Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2377 | 2024-12-21T04:30:32.825Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2378 | 2024-12-21T04:30:33.283Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2379 | 2024-12-21T04:30:33.341Z | Checking diesel v2.2.6 |
2380 | 2024-12-21T04:30:33.446Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2381 | 2024-12-21T04:30:33.580Z | Checking snafu v0.8.5 |
2382 | 2024-12-21T04:30:33.893Z | Checking globset v0.4.15 |
2383 | 2024-12-21T04:30:34.401Z | Checking olpc-cjson v0.1.4 |
2384 | 2024-12-21T04:30:34.651Z | Checking serde_plain v1.0.2 |
2385 | 2024-12-21T04:30:34.912Z | Compiling libxml v0.3.3 |
2386 | 2024-12-21T04:30:35.292Z | Compiling memoffset v0.9.1 |
2387 | 2024-12-21T04:30:35.620Z | Checking typed-path v0.9.3 |
2388 | 2024-12-21T04:30:36.224Z | Compiling derive_builder_macro v0.20.2 |
2389 | 2024-12-21T04:30:37.159Z | Checking tungstenite v0.23.0 |
2390 | 2024-12-21T04:30:37.650Z | Checking tough v0.19.0 |
2391 | 2024-12-21T04:30:37.843Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2392 | 2024-12-21T04:30:37.935Z | Compiling strum_macros v0.24.3 |
2393 | 2024-12-21T04:30:38.137Z | Compiling samael v0.0.17 |
2394 | 2024-12-21T04:30:38.386Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2395 | 2024-12-21T04:30:38.807Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2396 | 2024-12-21T04:30:39.148Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2397 | 2024-12-21T04:30:39.417Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2398 | 2024-12-21T04:30:40.875Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2399 | 2024-12-21T04:30:41.644Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2400 | 2024-12-21T04:30:41.719Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2401 | 2024-12-21T04:30:42.500Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2402 | 2024-12-21T04:30:43.021Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2403 | 2024-12-21T04:30:43.742Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2404 | 2024-12-21T04:30:43.975Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2405 | 2024-12-21T04:30:43.999Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2406 | 2024-12-21T04:30:44.457Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2407 | 2024-12-21T04:30:46.521Z | Compiling indoc v1.0.9 |
2408 | 2024-12-21T04:30:47.138Z | Checking parse-size v1.1.0 |
2409 | 2024-12-21T04:30:47.567Z | Checking tokio-tungstenite v0.23.1 |
2410 | 2024-12-21T04:30:48.132Z | Checking derive_builder v0.20.2 |
2411 | 2024-12-21T04:30:49.698Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2412 | 2024-12-21T04:30:49.845Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2413 | 2024-12-21T04:30:50.352Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2414 | 2024-12-21T04:30:50.551Z | Checking quick-xml v0.33.0 |
2415 | 2024-12-21T04:30:50.654Z | Compiling impl-trait-for-tuples v0.2.2 |
2416 | 2024-12-21T04:30:51.991Z | Compiling oso-derive v0.27.3 |
2417 | 2024-12-21T04:30:52.754Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2418 | 2024-12-21T04:30:53.176Z | Checking nix v0.27.1 |
2419 | 2024-12-21T04:30:54.564Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2420 | 2024-12-21T04:30:55.240Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2421 | 2024-12-21T04:30:55.342Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2422 | 2024-12-21T04:30:55.617Z | Compiling diesel-dtrace v0.4.2 |
2423 | 2024-12-21T04:30:57.123Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2424 | 2024-12-21T04:30:57.227Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2425 | 2024-12-21T04:30:57.541Z | Checking bb8 v0.8.5 |
2426 | 2024-12-21T04:30:58.093Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2427 | 2024-12-21T04:30:58.369Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2428 | 2024-12-21T04:30:59.158Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2429 | 2024-12-21T04:30:59.285Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2430 | 2024-12-21T04:30:59.692Z | Checking rand_seeder v0.3.0 |
2431 | 2024-12-21T04:30:59.959Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2432 | 2024-12-21T04:31:00.016Z | Checking assert_matches v1.5.0 |
2433 | 2024-12-21T04:31:00.125Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2434 | 2024-12-21T04:31:00.200Z | Compiling libz-sys v1.1.20 |
2435 | 2024-12-21T04:31:00.272Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2436 | 2024-12-21T04:31:00.358Z | Checking castaway v0.2.3 |
2437 | 2024-12-21T04:31:00.500Z | Checking is_ci v1.2.0 |
2438 | 2024-12-21T04:31:00.536Z | Checking compact_str v0.8.0 |
2439 | 2024-12-21T04:31:00.647Z | Checking supports-color v3.0.1 |
2440 | 2024-12-21T04:31:00.856Z | Checking unicode-truncate v1.1.0 |
2441 | 2024-12-21T04:31:01.096Z | Checking lru v0.12.5 |
2442 | 2024-12-21T04:31:01.120Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2443 | 2024-12-21T04:31:01.402Z | Compiling instability v0.3.2 |
2444 | 2024-12-21T04:31:01.425Z | Checking cassowary v0.3.0 |
2445 | 2024-12-21T04:31:02.035Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2446 | 2024-12-21T04:31:02.206Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2447 | 2024-12-21T04:31:02.450Z | Checking ratatui v0.28.1 |
2448 | 2024-12-21T04:31:02.455Z | Compiling vergen v8.3.2 |
2449 | 2024-12-21T04:31:02.795Z | Compiling cargo-platform v0.1.8 |
2450 | 2024-12-21T04:31:03.390Z | Checking smawk v0.3.2 |
2451 | 2024-12-21T04:31:03.613Z | Checking unicode-linebreak v0.1.5 |
2452 | 2024-12-21T04:31:03.774Z | Compiling cargo_metadata v0.18.1 |
2453 | 2024-12-21T04:31:03.815Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2454 | 2024-12-21T04:31:03.992Z | Checking textwrap v0.16.1 |
2455 | 2024-12-21T04:31:04.392Z | Compiling libsqlite3-sys v0.30.1 |
2456 | 2024-12-21T04:31:04.416Z | Compiling cfg_aliases v0.2.1 |
2457 | 2024-12-21T04:31:04.535Z | Checking shell-words v1.1.0 |
2458 | 2024-12-21T04:31:04.721Z | Compiling rustls v0.21.12 |
2459 | 2024-12-21T04:31:05.264Z | Compiling nix v0.29.0 |
2460 | 2024-12-21T04:31:05.463Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2461 | 2024-12-21T04:31:05.758Z | Checking sct v0.7.1 |
2462 | 2024-12-21T04:31:05.875Z | Checking rustls-webpki v0.101.7 |
2463 | 2024-12-21T04:31:06.408Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2464 | 2024-12-21T04:31:06.632Z | Checking hashlink v0.9.1 |
2465 | 2024-12-21T04:31:06.699Z | Checking concurrent-queue v2.5.0 |
2466 | 2024-12-21T04:31:07.038Z | Checking fallible-streaming-iterator v0.1.9 |
2467 | 2024-12-21T04:31:07.208Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2468 | 2024-12-21T04:31:07.259Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2024-12-21T04:31:07.286Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2470 | 2024-12-21T04:31:07.349Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2471 | 2024-12-21T04:31:08.052Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2472 | 2024-12-21T04:31:08.462Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2473 | 2024-12-21T04:31:08.597Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2474 | 2024-12-21T04:31:10.114Z | Checking async-bb8-diesel v0.2.1 |
2475 | 2024-12-21T04:31:10.355Z | Checking plotters-backend v0.3.7 |
2476 | 2024-12-21T04:31:10.675Z | Checking parking v2.2.1 |
2477 | 2024-12-21T04:31:10.744Z | Checking fallible-iterator v0.3.0 |
2478 | 2024-12-21T04:31:10.799Z | Checking plotters-svg v0.3.7 |
2479 | 2024-12-21T04:31:10.851Z | Checking tokio-rustls v0.24.1 |
2480 | 2024-12-21T04:31:11.175Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2481 | 2024-12-21T04:31:11.261Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2482 | 2024-12-21T04:31:11.368Z | Checking rusqlite v0.32.1 |
2483 | 2024-12-21T04:31:11.572Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2484 | 2024-12-21T04:31:11.865Z | Checking rustls-pemfile v1.0.4 |
2485 | 2024-12-21T04:31:12.031Z | Checking twox-hash v1.6.3 |
2486 | 2024-12-21T04:31:12.094Z | Checking cast v0.3.0 |
2487 | 2024-12-21T04:31:12.408Z | Checking criterion-plot v0.5.0 |
2488 | 2024-12-21T04:31:12.558Z | Checking plotters v0.3.7 |
2489 | 2024-12-21T04:31:12.577Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2490 | 2024-12-21T04:31:12.927Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2491 | 2024-12-21T04:31:13.023Z | Checking fatfs v0.3.6 |
2492 | 2024-12-21T04:31:14.080Z | Checking tinytemplate v1.2.1 |
2493 | 2024-12-21T04:31:14.347Z | Checking csv-core v0.1.11 |
2494 | 2024-12-21T04:31:14.499Z | Checking hex-literal v0.4.1 |
2495 | 2024-12-21T04:31:14.600Z | Checking oorandom v11.1.4 |
2496 | 2024-12-21T04:31:14.642Z | Checking anes v0.1.6 |
2497 | 2024-12-21T04:31:14.679Z | Checking csv v1.3.0 |
2498 | 2024-12-21T04:31:14.773Z | Checking event-listener v5.3.1 |
2499 | 2024-12-21T04:31:15.060Z | Checking criterion v0.5.1 |
2500 | 2024-12-21T04:31:15.175Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2501 | 2024-12-21T04:31:15.449Z | Checking rtoolbox v0.0.2 |
2502 | 2024-12-21T04:31:15.648Z | Checking rpassword v7.3.1 |
2503 | 2024-12-21T04:31:15.818Z | Checking event-listener-strategy v0.5.2 |
2504 | 2024-12-21T04:31:16.044Z | Checking tui-tree-widget v0.22.0 |
2505 | 2024-12-21T04:31:16.393Z | Checking polyval v0.6.2 |
2506 | 2024-12-21T04:31:16.677Z | Checking ghash v0.5.1 |
2507 | 2024-12-21T04:31:16.868Z | Checking futures-lite v2.3.0 |
2508 | 2024-12-21T04:31:17.811Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2509 | 2024-12-21T04:31:18.381Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2510 | 2024-12-21T04:31:18.931Z | Checking ctr v0.9.2 |
2511 | 2024-12-21T04:31:19.235Z | Checking yansi v1.0.1 |
2512 | 2024-12-21T04:31:19.764Z | Checking pretty_assertions v1.4.1 |
2513 | 2024-12-21T04:31:19.853Z | Checking aes-gcm v0.10.3 |
2514 | 2024-12-21T04:31:19.985Z | Checking ssh-encoding v0.2.0 |
2515 | 2024-12-21T04:31:20.108Z | Checking blowfish v0.9.1 |
2516 | 2024-12-21T04:31:20.333Z | Checking ssh-cipher v0.2.0 |
2517 | 2024-12-21T04:31:20.355Z | Checking bcrypt-pbkdf v0.10.0 |
2518 | 2024-12-21T04:31:20.499Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2519 | 2024-12-21T04:31:20.618Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2520 | 2024-12-21T04:31:20.638Z | Checking async-lock v3.4.0 |
2521 | 2024-12-21T04:31:21.529Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2522 | 2024-12-21T04:31:21.814Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2523 | 2024-12-21T04:31:22.381Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2524 | 2024-12-21T04:31:22.454Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2525 | 2024-12-21T04:31:23.824Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2526 | 2024-12-21T04:31:25.307Z | Checking polling v3.7.3 |
2527 | 2024-12-21T04:31:25.719Z | Checking password-hash v0.4.2 |
2528 | 2024-12-21T04:31:26.173Z | Checking matches v0.1.10 |
2529 | 2024-12-21T04:31:26.289Z | Checking idna v0.2.3 |
2530 | 2024-12-21T04:31:27.205Z | Checking pbkdf2 v0.11.0 |
2531 | 2024-12-21T04:31:27.451Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2532 | 2024-12-21T04:31:27.497Z | Checking async-io v2.3.4 |
2533 | 2024-12-21T04:31:28.404Z | Checking ssh-key v0.6.6 |
2534 | 2024-12-21T04:31:28.691Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2535 | 2024-12-21T04:31:29.544Z | Checking p256 v0.13.2 |
2536 | 2024-12-21T04:31:29.909Z | Checking p521 v0.13.3 |
2537 | 2024-12-21T04:31:30.035Z | Checking russh-cryptovec v0.7.3 |
2538 | 2024-12-21T04:31:30.142Z | Compiling enum-as-inner v0.5.1 |
2539 | 2024-12-21T04:31:30.247Z | Checking md5 v0.7.0 |
2540 | 2024-12-21T04:31:30.550Z | Checking async-task v4.7.1 |
2541 | 2024-12-21T04:31:30.920Z | Compiling target-lexicon v0.12.16 |
2542 | 2024-12-21T04:31:31.250Z | Compiling doc-comment v0.3.3 |
2543 | 2024-12-21T04:31:31.308Z | Checking russh-keys v0.45.0 |
2544 | 2024-12-21T04:31:31.995Z | Checking trust-dns-proto v0.22.0 |
2545 | 2024-12-21T04:31:32.018Z | Checking async-channel v2.3.1 |
2546 | 2024-12-21T04:31:32.366Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2547 | 2024-12-21T04:31:32.710Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2548 | 2024-12-21T04:31:33.638Z | Checking piper v0.2.4 |
2549 | 2024-12-21T04:31:33.871Z | Checking num-bigint v0.4.6 |
2550 | 2024-12-21T04:31:34.236Z | Checking des v0.8.1 |
2551 | 2024-12-21T04:31:34.540Z | Checking futures-timer v3.0.3 |
2552 | 2024-12-21T04:31:34.876Z | Compiling guppy-workspace-hack v0.1.0 |
2553 | 2024-12-21T04:31:35.174Z | Compiling dhcproto-macros v0.1.0 |
2554 | 2024-12-21T04:31:35.775Z | Compiling assert_cmd v2.0.16 |
2555 | 2024-12-21T04:31:36.174Z | Checking dhcproto v0.12.0 |
2556 | 2024-12-21T04:31:36.283Z | Checking blocking v1.6.1 |
2557 | 2024-12-21T04:31:36.400Z | Checking russh v0.45.0 |
2558 | 2024-12-21T04:31:37.202Z | Checking async-executor v1.13.1 |
2559 | 2024-12-21T04:31:37.547Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2560 | 2024-12-21T04:31:37.793Z | Checking async-signal v0.2.10 |
2561 | 2024-12-21T04:31:38.106Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2562 | 2024-12-21T04:31:38.515Z | Checking event-listener v2.5.3 |
2563 | 2024-12-21T04:31:38.538Z | Compiling target-spec v3.2.2 |
2564 | 2024-12-21T04:31:38.983Z | Checking internet-checksum v0.2.1 |
2565 | 2024-12-21T04:31:39.184Z | Checking async-channel v1.9.0 |
2566 | 2024-12-21T04:31:40.074Z | Checking async-process v2.3.0 |
2567 | 2024-12-21T04:31:40.484Z | Checking async-global-executor v2.4.1 |
2568 | 2024-12-21T04:31:40.883Z | Checking cfg-expr v0.17.0 |
2569 | 2024-12-21T04:31:41.066Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2570 | 2024-12-21T04:31:41.254Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2571 | 2024-12-21T04:31:41.740Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2572 | 2024-12-21T04:31:42.210Z | Checking httptest v0.16.1 |
2573 | 2024-12-21T04:31:42.670Z | Checking rustls-native-certs v0.7.3 |
2574 | 2024-12-21T04:31:42.861Z | Compiling petname v2.0.2 |
2575 | 2024-12-21T04:31:42.961Z | Checking num_cpus v1.16.0 |
2576 | 2024-12-21T04:31:43.100Z | Checking kv-log-macro v1.0.7 |
2577 | 2024-12-21T04:31:43.248Z | Compiling async-attributes v1.1.2 |
2578 | 2024-12-21T04:31:44.118Z | Checking async-std v1.13.0 |
2579 | 2024-12-21T04:31:46.106Z | Checking threadpool v1.8.1 |
2580 | 2024-12-21T04:31:46.229Z | Checking hyper-rustls v0.26.0 |
2581 | 2024-12-21T04:31:46.582Z | Checking pathdiff v0.2.2 |
2582 | 2024-12-21T04:31:46.677Z | Compiling rstest_macros v0.23.0 |
2583 | 2024-12-21T04:31:46.761Z | Checking escape8259 v0.5.3 |
2584 | 2024-12-21T04:31:46.929Z | Checking nested v0.1.1 |
2585 | 2024-12-21T04:31:47.135Z | Compiling target-triple v0.1.3 |
2586 | 2024-12-21T04:31:47.304Z | Checking guppy v0.17.8 |
2587 | 2024-12-21T04:31:47.717Z | Checking libtest-mimic v0.7.3 |
2588 | 2024-12-21T04:31:47.947Z | Checking async-object-pool v0.1.5 |
2589 | 2024-12-21T04:31:48.187Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2590 | 2024-12-21T04:31:48.898Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2591 | 2024-12-21T04:31:49.179Z | Checking similar-asserts v1.6.0 |
2592 | 2024-12-21T04:31:49.400Z | Checking fancy-regex v0.13.0 |
2593 | 2024-12-21T04:31:49.424Z | Checking serde_regex v1.1.0 |
2594 | 2024-12-21T04:31:49.702Z | Checking assert-json-diff v2.0.2 |
2595 | 2024-12-21T04:31:50.002Z | Compiling proc-macro-crate v3.2.0 |
2596 | 2024-12-21T04:31:50.157Z | Checking path-tree v0.8.1 |
2597 | 2024-12-21T04:31:50.517Z | Checking stringmetrics v2.2.2 |
2598 | 2024-12-21T04:31:50.780Z | Checking sync-ptr v0.1.1 |
2599 | 2024-12-21T04:31:51.001Z | Compiling relative-path v1.9.3 |
2600 | 2024-12-21T04:31:51.429Z | Checking httpmock v0.8.0-alpha.1 |
2601 | 2024-12-21T04:31:51.453Z | Checking datatest-stable v0.2.9 |
2602 | 2024-12-21T04:31:51.630Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2603 | 2024-12-21T04:31:51.745Z | Checking blake2b_simd v1.0.2 |
2604 | 2024-12-21T04:31:52.665Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2605 | 2024-12-21T04:31:53.199Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2606 | 2024-12-21T04:31:53.501Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2607 | 2024-12-21T04:31:53.706Z | Compiling git2 v0.19.0 |
2608 | 2024-12-21T04:31:53.813Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2609 | 2024-12-21T04:31:54.134Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2610 | 2024-12-21T04:31:54.679Z | Checking serde_tokenstream v0.2.2 |
2611 | 2024-12-21T04:31:55.101Z | Checking uzers v0.12.1 |
2612 | 2024-12-21T04:31:55.674Z | Checking rust-argon2 v2.1.0 |
2613 | 2024-12-21T04:31:56.124Z | Checking trybuild v1.0.101 |
2614 | 2024-12-21T04:31:56.901Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2615 | 2024-12-21T04:31:57.524Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2616 | 2024-12-21T04:31:58.471Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2617 | 2024-12-21T04:32:01.811Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2618 | 2024-12-21T04:32:02.131Z | Checking rand_distr v0.4.3 |
2619 | 2024-12-21T04:32:02.306Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2620 | 2024-12-21T04:32:02.701Z | Checking rstest v0.23.0 |
2621 | 2024-12-21T04:32:02.916Z | Checking multimap v0.10.0 |
2622 | 2024-12-21T04:32:02.941Z | Checking approx v0.5.1 |
2623 | 2024-12-21T04:32:03.221Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2624 | 2024-12-21T04:32:03.817Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2625 | 2024-12-21T04:32:03.883Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2626 | 2024-12-21T04:32:03.930Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2627 | 2024-12-21T04:32:04.482Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2628 | 2024-12-21T04:32:05.027Z | Checking partial-io v0.5.4 |
2629 | 2024-12-21T04:32:05.232Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2630 | 2024-12-21T04:32:05.414Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2631 | 2024-12-21T04:32:05.463Z | Checking cargo_toml v0.20.5 |
2632 | 2024-12-21T04:32:05.505Z | Checking termios v0.3.3 |
2633 | 2024-12-21T04:32:05.562Z | Compiling indoc v2.0.5 |
2634 | 2024-12-21T04:32:05.719Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2635 | 2024-12-21T04:32:06.636Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2636 | 2024-12-21T04:32:07.456Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2637 | 2024-12-21T04:32:27.324Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2638 | 2024-12-21T04:32:30.477Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2639 | 2024-12-21T04:32:32.636Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2640 | 2024-12-21T04:32:51.299Z | Compiling polar-core v0.27.3 |
2641 | 2024-12-21T04:33:02.685Z | Checking oso v0.27.3 |
2642 | 2024-12-21T04:33:09.264Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2643 | 2024-12-21T04:33:09.804Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2644 | 2024-12-21T04:33:10.606Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2645 | 2024-12-21T04:33:53.110Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2646 | 2024-12-21T04:33:53.110Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2647 | 2024-12-21T04:33:53.113Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2648 | 2024-12-21T04:35:17.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 44s |
2649 | 2024-12-21T04:35:17.604Z | |
2650 | 2024-12-21T04:35:17.604Z | real 6:49.137965710 |
2651 | 2024-12-21T04:35:17.604Z | user 36:25.351685897 |
2652 | 2024-12-21T04:35:17.604Z | sys 6:45.524657823 |
2653 | 2024-12-21T04:35:17.604Z | trap 0.977382652 |
2654 | 2024-12-21T04:35:17.604Z | tflt 1.943784318 |
2655 | 2024-12-21T04:35:17.604Z | dflt 0.876184985 |
2656 | 2024-12-21T04:35:17.604Z | kflt 0.001241241 |
2657 | 2024-12-21T04:35:17.604Z | lock 52:43.807686015 |
2658 | 2024-12-21T04:35:17.607Z | slp 2:05:59.931400938 |
2659 | 2024-12-21T04:35:17.607Z | lat 1:43.093947129 |
2660 | 2024-12-21T04:35:17.607Z | stop 6:23.221982330 |
2661 | 2024-12-21T04:35:17.607Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2662 | 2024-12-21T04:35:17.608Z | + ptime -m cargo doc --workspace --no-deps |
2663 | 2024-12-21T04:35:18.844Z | warning: output filename collision. |
2664 | 2024-12-21T04:35:18.844Z | 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)`. |
2665 | 2024-12-21T04:35:18.844Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2666 | 2024-12-21T04:35:18.844Z | The targets should have unique names. |
2667 | 2024-12-21T04:35:18.844Z | This is a known bug where multiple crates with the same name use |
2668 | 2024-12-21T04:35:18.844Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2669 | 2024-12-21T04:35:19.315Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2670 | 2024-12-21T04:35:19.385Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2671 | 2024-12-21T04:35:19.405Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2672 | 2024-12-21T04:35:19.445Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2673 | 2024-12-21T04:35:19.469Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2674 | 2024-12-21T04:35:19.510Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2675 | 2024-12-21T04:35:19.510Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2676 | 2024-12-21T04:35:19.712Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2677 | 2024-12-21T04:35:19.738Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-12-21T04:35:19.774Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2679 | 2024-12-21T04:35:19.864Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2680 | 2024-12-21T04:35:19.968Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2681 | 2024-12-21T04:35:20.165Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2682 | 2024-12-21T04:35:20.279Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2683 | 2024-12-21T04:35:20.514Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2684 | 2024-12-21T04:35:23.265Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2685 | 2024-12-21T04:35:24.428Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2686 | 2024-12-21T04:35:24.779Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2687 | 2024-12-21T04:35:24.974Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2688 | 2024-12-21T04:35:24.994Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2689 | 2024-12-21T04:35:25.030Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2690 | 2024-12-21T04:35:25.306Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2691 | 2024-12-21T04:35:25.326Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2692 | 2024-12-21T04:35:25.679Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2693 | 2024-12-21T04:35:25.996Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2694 | 2024-12-21T04:35:26.248Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2695 | 2024-12-21T04:35:26.573Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2696 | 2024-12-21T04:35:26.692Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2697 | 2024-12-21T04:35:26.888Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2698 | 2024-12-21T04:35:26.912Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2699 | 2024-12-21T04:35:27.038Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2700 | 2024-12-21T04:35:27.181Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2701 | 2024-12-21T04:35:27.274Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2702 | 2024-12-21T04:35:27.348Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2703 | 2024-12-21T04:35:27.381Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2704 | 2024-12-21T04:35:27.677Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2705 | 2024-12-21T04:35:28.025Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2706 | 2024-12-21T04:35:28.274Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2707 | 2024-12-21T04:35:28.293Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2708 | 2024-12-21T04:35:28.667Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2709 | 2024-12-21T04:35:28.687Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2710 | 2024-12-21T04:35:28.734Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2711 | 2024-12-21T04:35:29.567Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2712 | 2024-12-21T04:35:29.837Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2713 | 2024-12-21T04:35:31.713Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2714 | 2024-12-21T04:35:34.478Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2715 | 2024-12-21T04:35:35.264Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2716 | 2024-12-21T04:35:35.287Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2717 | 2024-12-21T04:35:35.321Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2718 | 2024-12-21T04:35:35.371Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2719 | 2024-12-21T04:35:36.422Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2720 | 2024-12-21T04:35:36.871Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2721 | 2024-12-21T04:35:36.938Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2722 | 2024-12-21T04:35:37.566Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2723 | 2024-12-21T04:35:37.927Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2724 | 2024-12-21T04:35:39.574Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2725 | 2024-12-21T04:35:44.017Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2726 | 2024-12-21T04:35:45.375Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2727 | 2024-12-21T04:35:45.706Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2728 | 2024-12-21T04:35:46.003Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2729 | 2024-12-21T04:35:46.239Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2730 | 2024-12-21T04:35:46.493Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2731 | 2024-12-21T04:35:46.558Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2732 | 2024-12-21T04:35:47.018Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2733 | 2024-12-21T04:35:47.039Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2734 | 2024-12-21T04:35:48.522Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2735 | 2024-12-21T04:35:48.557Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2736 | 2024-12-21T04:35:49.256Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2737 | 2024-12-21T04:35:49.307Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2738 | 2024-12-21T04:35:50.090Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2739 | 2024-12-21T04:35:50.119Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2740 | 2024-12-21T04:35:50.401Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2741 | 2024-12-21T04:35:50.515Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2742 | 2024-12-21T04:35:51.056Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2743 | 2024-12-21T04:35:51.204Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2744 | 2024-12-21T04:35:51.560Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2745 | 2024-12-21T04:35:52.133Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2746 | 2024-12-21T04:35:52.158Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2747 | 2024-12-21T04:35:53.156Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2748 | 2024-12-21T04:35:53.276Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2749 | 2024-12-21T04:35:53.499Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2750 | 2024-12-21T04:35:53.868Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2751 | 2024-12-21T04:35:54.951Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2752 | 2024-12-21T04:35:55.119Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2753 | 2024-12-21T04:35:55.373Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2754 | 2024-12-21T04:35:55.625Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2755 | 2024-12-21T04:35:55.797Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2756 | 2024-12-21T04:35:56.096Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2757 | 2024-12-21T04:35:56.896Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2758 | 2024-12-21T04:35:57.060Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2759 | 2024-12-21T04:35:57.486Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2760 | 2024-12-21T04:35:57.730Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2761 | 2024-12-21T04:35:58.026Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2762 | 2024-12-21T04:35:58.048Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2763 | 2024-12-21T04:35:58.288Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2764 | 2024-12-21T04:35:58.712Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2765 | 2024-12-21T04:35:59.745Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2766 | 2024-12-21T04:35:59.880Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2767 | 2024-12-21T04:35:59.938Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2768 | 2024-12-21T04:36:00.023Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2769 | 2024-12-21T04:36:00.137Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2770 | 2024-12-21T04:36:00.251Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2771 | 2024-12-21T04:36:01.050Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2772 | 2024-12-21T04:36:01.289Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2773 | 2024-12-21T04:36:02.487Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2774 | 2024-12-21T04:36:03.436Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2775 | 2024-12-21T04:36:03.900Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2776 | 2024-12-21T04:36:04.997Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2777 | 2024-12-21T04:36:06.241Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2778 | 2024-12-21T04:36:06.714Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2779 | 2024-12-21T04:36:08.752Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2780 | 2024-12-21T04:36:10.479Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2781 | 2024-12-21T04:36:11.192Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2782 | 2024-12-21T04:36:11.578Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2783 | 2024-12-21T04:36:12.850Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2784 | 2024-12-21T04:36:21.775Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2785 | 2024-12-21T04:36:23.361Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2786 | 2024-12-21T04:36:23.797Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2787 | 2024-12-21T04:36:27.657Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2788 | 2024-12-21T04:36:28.918Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2789 | 2024-12-21T04:37:11.945Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2790 | 2024-12-21T04:37:18.326Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2791 | 2024-12-21T04:37:20.965Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2792 | 2024-12-21T04:37:34.953Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2793 | 2024-12-21T04:37:58.217Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2794 | 2024-12-21T04:38:01.465Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2795 | 2024-12-21T04:38:01.666Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2796 | 2024-12-21T04:38:01.811Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2797 | 2024-12-21T04:38:04.799Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2798 | 2024-12-21T04:38:07.620Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2799 | 2024-12-21T04:38:12.802Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2800 | 2024-12-21T04:38:16.669Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2801 | 2024-12-21T04:38:18.077Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2802 | 2024-12-21T04:38:34.235Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2803 | 2024-12-21T04:38:52.935Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2804 | 2024-12-21T04:39:00.287Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2805 | 2024-12-21T04:39:03.416Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2806 | 2024-12-21T04:39:04.360Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2807 | 2024-12-21T04:39:05.702Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2808 | 2024-12-21T04:39:27.586Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2809 | 2024-12-21T04:39:36.086Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2810 | 2024-12-21T04:39:39.181Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2811 | 2024-12-21T04:39:42.815Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2812 | 2024-12-21T04:39:44.360Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2813 | 2024-12-21T04:39:46.253Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2814 | 2024-12-21T04:39:47.967Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2815 | 2024-12-21T04:39:57.532Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2816 | 2024-12-21T04:39:57.896Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2817 | 2024-12-21T04:40:06.613Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2818 | 2024-12-21T04:40:14.144Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2819 | 2024-12-21T04:40:15.082Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2820 | 2024-12-21T04:40:16.491Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2821 | 2024-12-21T04:40:21.888Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2822 | 2024-12-21T04:40:30.970Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2823 | 2024-12-21T04:40:31.146Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2824 | 2024-12-21T04:40:32.945Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2825 | 2024-12-21T04:40:41.908Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2826 | 2024-12-21T04:40:42.988Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2827 | 2024-12-21T04:40:48.056Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2828 | 2024-12-21T04:40:50.364Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2829 | 2024-12-21T04:40:52.505Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2830 | 2024-12-21T04:41:03.666Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2831 | 2024-12-21T04:41:03.713Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2832 | 2024-12-21T04:41:08.365Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2833 | 2024-12-21T04:41:08.825Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2834 | 2024-12-21T04:41:11.000Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2835 | 2024-12-21T04:41:11.559Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2836 | 2024-12-21T04:41:14.376Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2837 | 2024-12-21T04:41:19.220Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2838 | 2024-12-21T04:41:25.024Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2839 | 2024-12-21T04:41:30.121Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2840 | 2024-12-21T04:41:30.316Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2841 | 2024-12-21T04:41:35.758Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2842 | 2024-12-21T04:41:37.561Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2843 | 2024-12-21T04:41:38.161Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2844 | 2024-12-21T04:41:38.942Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2845 | 2024-12-21T04:41:39.644Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2846 | 2024-12-21T04:41:50.647Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2847 | 2024-12-21T04:41:54.100Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2848 | 2024-12-21T04:41:56.137Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2849 | 2024-12-21T04:41:58.750Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2850 | 2024-12-21T04:42:00.655Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2851 | 2024-12-21T04:42:01.178Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2852 | 2024-12-21T04:42:02.453Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2853 | 2024-12-21T04:42:08.342Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2854 | 2024-12-21T04:42:11.541Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2855 | 2024-12-21T04:42:12.092Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2856 | 2024-12-21T04:42:16.093Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2857 | 2024-12-21T04:42:16.589Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2858 | 2024-12-21T04:42:21.581Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2859 | 2024-12-21T04:42:21.758Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2860 | 2024-12-21T04:42:31.784Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2861 | 2024-12-21T04:42:32.245Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2862 | 2024-12-21T04:42:32.940Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2863 | 2024-12-21T04:42:35.585Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2864 | 2024-12-21T04:42:35.957Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2865 | 2024-12-21T04:42:36.719Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2866 | 2024-12-21T04:42:36.881Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2024-12-21T04:42:41.831Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2868 | 2024-12-21T04:42:47.487Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2869 | 2024-12-21T04:42:47.981Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2870 | 2024-12-21T04:42:53.171Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2871 | 2024-12-21T04:42:53.334Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2872 | 2024-12-21T04:42:53.355Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2873 | 2024-12-21T04:42:53.868Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2874 | 2024-12-21T04:42:59.728Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2875 | 2024-12-21T04:42:59.762Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2876 | 2024-12-21T04:43:03.904Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2877 | 2024-12-21T04:43:08.352Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2878 | 2024-12-21T04:43:08.779Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2879 | 2024-12-21T04:43:11.407Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2880 | 2024-12-21T04:43:17.724Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2881 | 2024-12-21T04:43:18.683Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2882 | 2024-12-21T04:43:19.975Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2883 | 2024-12-21T04:43:22.610Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2884 | 2024-12-21T04:43:22.635Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2885 | 2024-12-21T04:43:26.460Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2886 | 2024-12-21T04:43:27.296Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2887 | 2024-12-21T04:43:27.454Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2888 | 2024-12-21T04:43:27.472Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2889 | 2024-12-21T04:43:32.225Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2890 | 2024-12-21T04:43:32.595Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2891 | 2024-12-21T04:43:36.373Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2892 | 2024-12-21T04:43:37.634Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2893 | 2024-12-21T04:43:37.793Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2894 | 2024-12-21T04:43:38.259Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2895 | 2024-12-21T04:43:40.191Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2896 | 2024-12-21T04:43:40.767Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2897 | 2024-12-21T04:43:41.225Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2898 | 2024-12-21T04:43:44.707Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2899 | 2024-12-21T04:43:45.644Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2900 | 2024-12-21T04:43:48.439Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2901 | 2024-12-21T04:43:48.477Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2902 | 2024-12-21T04:43:49.378Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2903 | 2024-12-21T04:44:21.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 03s |
2904 | 2024-12-21T04:44:21.443Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2905 | 2024-12-21T04:44:21.508Z | |
2906 | 2024-12-21T04:44:21.511Z | real 9:03.806519984 |
2907 | 2024-12-21T04:44:21.511Z | user 26:55.262547719 |
2908 | 2024-12-21T04:44:21.511Z | sys 41:10.313878722 |
2909 | 2024-12-21T04:44:21.511Z | trap 0.433652598 |
2910 | 2024-12-21T04:44:21.511Z | tflt 0.130993970 |
2911 | 2024-12-21T04:44:21.511Z | dflt 0.158748798 |
2912 | 2024-12-21T04:44:21.511Z | kflt 0.000039853 |
2913 | 2024-12-21T04:44:21.511Z | lock 1:30:29.798464904 |
2914 | 2024-12-21T04:44:21.511Z | slp 2:33:10.589884131 |
2915 | 2024-12-21T04:44:21.511Z | lat 1:16.799852528 |
2916 | 2024-12-21T04:44:21.511Z | stop 1:13.561256424 |
2917 | 2024-12-21T04:44:21.511Z | process exited: duration 1346309 ms, exit code 0 |
|
2918 | 2024-12-21T04:44:21.516Z | found 0 output files |