|
|
|
1 | 2024-11-28T00:50:34.413Z | job assigned to worker 01JDR3XGP2XCY7A6HS5KQFM064 [factory aws, i-0f695eb791660408c] (queued for 1 m 1 s) |
|
2 | 2024-11-28T00:50:42.219Z | starting task 0: "setup" |
3 | 2024-11-28T00:50:42.228Z | ++ uname -s |
4 | 2024-11-28T00:50:42.232Z | + kern=SunOS |
5 | 2024-11-28T00:50:42.232Z | + case "$kern" in |
6 | 2024-11-28T00:50:42.232Z | + groupadd -g 12345 build |
7 | 2024-11-28T00:50:42.235Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T00:50:44.240Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T00:50:44.369Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T00:50:44.371Z | + home_fs=zfs |
11 | 2024-11-28T00:50:44.371Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T00:50:44.371Z | + mkdir -p /home/build |
13 | 2024-11-28T00:50:44.373Z | + chown build:build /home/build /work |
14 | 2024-11-28T00:50:46.376Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T00:50:46.378Z | process exited: duration 4161 ms, exit code 0 |
|
16 | 2024-11-28T00:50:46.384Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T00:50:46.389Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T00:50:46.389Z | ' 1.81.0 |
19 | 2024-11-28T00:50:46.389Z | * toolchain channel = "1.81.0" |
20 | 2024-11-28T00:50:46.389Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T00:50:46.389Z | ' default |
22 | 2024-11-28T00:50:46.389Z | * toolchain profile = "default" |
23 | 2024-11-28T00:50:46.392Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T00:50:46.392Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T00:50:46.482Z | info: downloading installer |
26 | 2024-11-28T00:50:47.880Z | info: profile set to 'default' |
27 | 2024-11-28T00:50:47.880Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T00:50:47.883Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T00:50:48.039Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T00:50:48.039Z | info: downloading component 'cargo' |
31 | 2024-11-28T00:50:48.903Z | info: downloading component 'clippy' |
32 | 2024-11-28T00:50:49.226Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T00:50:50.425Z | info: downloading component 'rust-std' |
34 | 2024-11-28T00:50:52.315Z | info: downloading component 'rustc' |
35 | 2024-11-28T00:50:59.008Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T00:50:59.259Z | info: installing component 'cargo' |
37 | 2024-11-28T00:51:00.083Z | info: installing component 'clippy' |
38 | 2024-11-28T00:51:00.446Z | info: installing component 'rust-docs' |
39 | 2024-11-28T00:51:02.096Z | info: installing component 'rust-std' |
40 | 2024-11-28T00:51:03.826Z | info: installing component 'rustc' |
41 | 2024-11-28T00:51:09.607Z | info: installing component 'rustfmt' |
42 | 2024-11-28T00:51:09.929Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T00:51:09.929Z | |
44 | 2024-11-28T00:51:10.295Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T00:51:10.295Z | |
46 | 2024-11-28T00:51:10.298Z | |
47 | 2024-11-28T00:51:10.298Z | Rust is installed now. Great! |
48 | 2024-11-28T00:51:10.298Z | |
49 | 2024-11-28T00:51:10.298Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T00:51:10.298Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T00:51:10.298Z | |
52 | 2024-11-28T00:51:10.298Z | To configure your current shell, you need to source |
53 | 2024-11-28T00:51:10.298Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T00:51:10.298Z | |
55 | 2024-11-28T00:51:10.298Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T00:51:10.298Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T00:51:10.298Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T00:51:10.372Z | + rustc --version |
59 | 2024-11-28T00:51:10.439Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T00:51:10.442Z | process exited: duration 24053 ms, exit code 0 |
|
61 | 2024-11-28T00:51:10.447Z | starting task 2: "authentication" |
62 | 2024-11-28T00:51:10.468Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-28T00:51:10.474Z | starting task 3: "clone repository" |
64 | 2024-11-28T00:51:10.479Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T00:51:10.482Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T00:51:10.520Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T00:51:16.492Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T00:51:16.492Z | + git fetch origin 2b42d0e9eba874261cfe04e8dada79942d9b9633 |
69 | 2024-11-28T00:51:16.834Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T00:51:16.834Z | * branch 2b42d0e9eba874261cfe04e8dada79942d9b9633 -> FETCH_HEAD |
71 | 2024-11-28T00:51:16.845Z | + [[ -n nexus-support-bundles-api ]] |
72 | 2024-11-28T00:51:16.847Z | ++ git branch --show-current |
73 | 2024-11-28T00:51:16.850Z | + current=main |
74 | 2024-11-28T00:51:16.850Z | + [[ main != nexus-support-bundles-api ]] |
75 | 2024-11-28T00:51:16.850Z | + git branch -f nexus-support-bundles-api 2b42d0e9eba874261cfe04e8dada79942d9b9633 |
76 | 2024-11-28T00:51:16.853Z | + git checkout -f nexus-support-bundles-api |
77 | 2024-11-28T00:51:17.027Z | Switched to branch 'nexus-support-bundles-api' |
78 | 2024-11-28T00:51:17.030Z | + git reset --hard 2b42d0e9eba874261cfe04e8dada79942d9b9633 |
79 | 2024-11-28T00:51:17.203Z | HEAD is now at 2b42d0e9e API updates pulled from 7187 as I built it |
80 | 2024-11-28T00:51:17.207Z | process exited: duration 6730 ms, exit code 0 |
|
81 | 2024-11-28T00:51:17.212Z | starting task 4: "build" |
82 | 2024-11-28T00:51:17.218Z | + source ./env.sh |
83 | 2024-11-28T00:51:17.218Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-28T00:51:17.218Z | ++ set -o xtrace |
85 | 2024-11-28T00:51:17.220Z | ++++ dirname ./env.sh |
86 | 2024-11-28T00:51:17.229Z | +++ readlink -f . |
87 | 2024-11-28T00:51:17.231Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-28T00:51:17.231Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-28T00:51:17.231Z | ++ 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-11-28T00:51:17.231Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-28T00:51:17.231Z | ++ 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-11-28T00:51:17.231Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-11-28T00:51:17.232Z | ++ 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-11-28T00:51:17.232Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-11-28T00:51:17.232Z | ++ 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-11-28T00:51:17.232Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-28T00:51:17.232Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-28T00:51:17.232Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-28T00:51:17.232Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-28T00:51:17.232Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-28T00:51:17.232Z | + cargo --version |
102 | 2024-11-28T00:51:17.285Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-28T00:51:17.288Z | + rustc --version |
104 | 2024-11-28T00:51:17.351Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-28T00:51:17.354Z | + banner prerequisites |
106 | 2024-11-28T00:51:17.356Z | |
107 | 2024-11-28T00:51:17.357Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-28T00:51:17.357Z | # # # # # # # # # # # # # # # |
109 | 2024-11-28T00:51:17.357Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-28T00:51:17.357Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-28T00:51:17.357Z | # # # # # # # # # # # # # # # |
112 | 2024-11-28T00:51:17.357Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-28T00:51:17.357Z | |
114 | 2024-11-28T00:51:17.360Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-28T00:51:27.534Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-28T00:51:31.349Z | Startup: Caching catalogs ... Done |
117 | 2024-11-28T00:51:40.890Z | Planning: Solver setup ... Done (8.662s) |
118 | 2024-11-28T00:51:41.014Z | Planning: Running solver ... Done (0.124s) |
119 | 2024-11-28T00:51:41.119Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-11-28T00:51:41.159Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-28T00:51:41.811Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-28T00:51:42.090Z | Planning: Package planning ... Done (0.279s) |
123 | 2024-11-28T00:51:42.147Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-11-28T00:51:42.346Z | Planning: Checking for conflicting actions ... Done (0.198s) |
125 | 2024-11-28T00:51:44.308Z | Planning: Consolidating action changes ... Done (1.962s) |
126 | 2024-11-28T00:51:44.746Z | Planning: Evaluating mediators ... Done (0.437s) |
127 | 2024-11-28T00:51:44.831Z | Planning: Planning completed in 13.39 seconds |
128 | 2024-11-28T00:51:44.847Z | Packages to install: 4 |
129 | 2024-11-28T00:51:44.847Z | Packages to update: 1 |
130 | 2024-11-28T00:51:44.850Z | Mediators to change: 2 |
131 | 2024-11-28T00:51:44.850Z | Services to change: 1 |
132 | 2024-11-28T00:51:44.850Z | Estimated space available: 155.64 GB |
133 | 2024-11-28T00:51:44.850Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-28T00:51:44.850Z | Create boot environment: No |
135 | 2024-11-28T00:51:44.850Z | Create backup boot environment: Yes |
136 | 2024-11-28T00:51:44.850Z | Rebuild boot archive: No |
137 | 2024-11-28T00:51:44.850Z | |
138 | 2024-11-28T00:51:44.850Z | Changed mediators: |
139 | 2024-11-28T00:51:44.850Z | mediator clang: |
140 | 2024-11-28T00:51:44.850Z | version: None -> 15 (system default) |
141 | 2024-11-28T00:51:44.850Z | |
142 | 2024-11-28T00:51:44.850Z | mediator llvm: |
143 | 2024-11-28T00:51:44.850Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-28T00:51:44.850Z | |
145 | 2024-11-28T00:51:44.850Z | Changed packages: |
146 | 2024-11-28T00:51:44.850Z | helios-dev |
147 | 2024-11-28T00:51:44.850Z | developer/build-essential |
148 | 2024-11-28T00:51:44.850Z | None -> 11-2.0 |
149 | 2024-11-28T00:51:44.850Z | library/libxmlsec1 |
150 | 2024-11-28T00:51:44.851Z | None -> 1.2.35-2.0 |
151 | 2024-11-28T00:51:44.851Z | ooce/developer/clang-15 |
152 | 2024-11-28T00:51:44.851Z | None -> 15.0.7-2.0 |
153 | 2024-11-28T00:51:44.851Z | ooce/developer/llvm-15 |
154 | 2024-11-28T00:51:44.851Z | None -> 15.0.7-2.0 |
155 | 2024-11-28T00:51:44.851Z | package/pkg |
156 | 2024-11-28T00:51:44.851Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-28T00:51:44.851Z | |
158 | 2024-11-28T00:51:44.851Z | Services: |
159 | 2024-11-28T00:51:44.851Z | restart_fmri: |
160 | 2024-11-28T00:51:44.851Z | svc:/system/update-man-index:default |
161 | 2024-11-28T00:51:44.851Z | |
162 | 2024-11-28T00:51:44.851Z | Editable files to change: |
163 | 2024-11-28T00:51:44.851Z | Update: |
164 | 2024-11-28T00:51:44.851Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-28T00:51:44.926Z | |
166 | 2024-11-28T00:51:44.926Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-28T00:52:10.298Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
168 | 2024-11-28T00:52:15.302Z | Download: 719/4281 items 18.2/220.6MB 8% complete (3.5M/s) |
169 | 2024-11-28T00:52:20.303Z | Download: 1108/4281 items 36.1/220.6MB 16% complete (3.4M/s) |
170 | 2024-11-28T00:52:32.018Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
171 | 2024-11-28T00:52:40.922Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
172 | 2024-11-28T00:52:46.000Z | Download: 1322/4281 items 115.8/220.6MB 52% complete (3.7M/s) |
173 | 2024-11-28T00:52:51.010Z | Download: 1529/4281 items 117.4/220.6MB 53% complete (3.6M/s) |
174 | 2024-11-28T00:52:56.011Z | Download: 1793/4281 items 118.4/220.6MB 53% complete (266k/s) |
175 | 2024-11-28T00:53:01.071Z | Download: 1974/4281 items 118.7/220.6MB 53% complete (131k/s) |
176 | 2024-11-28T00:53:06.902Z | Download: 2217/4281 items 119.2/220.6MB 54% complete (110k/s) |
177 | 2024-11-28T00:53:21.333Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
178 | 2024-11-28T00:53:33.087Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
179 | 2024-11-28T00:53:38.273Z | Download: 2475/4281 items 120.0/220.6MB 54% complete (185k/s) |
180 | 2024-11-28T00:53:43.243Z | Download: 2579/4281 items 120.2/220.6MB 54% complete (109k/s) |
181 | 2024-11-28T00:53:48.244Z | Download: 2728/4281 items 120.8/220.6MB 54% complete (86.5k/s) |
182 | 2024-11-28T00:53:53.268Z | Download: 2843/4281 items 121.0/220.6MB 54% complete (84.5k/s) |
183 | 2024-11-28T00:53:58.319Z | Download: 2972/4281 items 121.2/220.6MB 54% complete (43.2k/s) |
184 | 2024-11-28T00:54:03.338Z | Download: 3130/4281 items 171.7/220.6MB 77% complete (5.0M/s) |
185 | 2024-11-28T00:54:09.199Z | Download: 3242/4281 items 202.9/220.6MB 91% complete (8.1M/s) |
186 | 2024-11-28T00:54:19.164Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (7.5M/s) |
187 | 2024-11-28T00:54:30.923Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
188 | 2024-11-28T00:54:37.251Z | Download: 3288/4281 items 212.5/220.6MB 96% complete (2.7M/s) |
189 | 2024-11-28T00:54:42.254Z | Download: 4149/4281 items 220.3/220.6MB 99% complete (1.4M/s) |
190 | 2024-11-28T00:54:44.947Z | Download: Completed 220.60 MB in 179.99 seconds (1.2M/s) |
191 | 2024-11-28T00:54:47.071Z | Actions: 1/5063 actions (Removing old actions) |
192 | 2024-11-28T00:54:47.093Z | Actions: 194/5063 actions (Installing new actions) |
193 | 2024-11-28T00:54:51.809Z | Actions: 4226/5063 actions (Updating modified actions) |
194 | 2024-11-28T00:54:52.120Z | Actions: Completed 5063 actions in 5.05 seconds. |
195 | 2024-11-28T00:54:52.532Z | Done (0.402s) |
196 | 2024-11-28T00:54:52.541Z | Done (0.000s) |
197 | 2024-11-28T00:54:53.094Z | Done (0.561s) |
198 | 2024-11-28T00:54:57.585Z | Done (4.265s) |
199 | 2024-11-28T00:54:57.673Z | Done (0.018s) |
200 | 2024-11-28T00:54:57.676Z | Done (0.000s) |
201 | 2024-11-28T00:54:57.905Z | Done (0.000s) |
202 | 2024-11-28T00:54:58.610Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-11-28T00:54:58.776Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-11-28T00:54:58.778Z | Planning: Consolidating action changes ... Done |
205 | 2024-11-28T00:54:59.066Z | Planning: Evaluating mediators ... Done |
206 | 2024-11-28T00:54:59.068Z | Planning: Planning completed in 0.46 seconds |
207 | 2024-11-28T00:54:59.107Z | Mediators to change: 2 |
208 | 2024-11-28T00:54:59.107Z | Create boot environment: No |
209 | 2024-11-28T00:54:59.110Z | Create backup boot environment: No |
210 | 2024-11-28T00:54:59.203Z | Done |
211 | 2024-11-28T00:54:59.203Z | Done |
212 | 2024-11-28T00:54:59.559Z | Done |
213 | 2024-11-28T00:55:03.511Z | Done |
214 | 2024-11-28T00:55:03.604Z | Done |
215 | 2024-11-28T00:55:03.606Z | Done |
216 | 2024-11-28T00:55:03.734Z | Done |
217 | 2024-11-28T00:55:04.369Z | Planning: Evaluating mediator changes ... Done |
218 | 2024-11-28T00:55:04.371Z | Planning: Merging actions ... Done |
219 | 2024-11-28T00:55:04.561Z | Planning: Checking for conflicting actions ... Done |
220 | 2024-11-28T00:55:04.564Z | Planning: Consolidating action changes ... Done |
221 | 2024-11-28T00:55:04.841Z | Planning: Evaluating mediators ... Done |
222 | 2024-11-28T00:55:04.901Z | Planning: Planning completed in 0.78 seconds |
223 | 2024-11-28T00:55:04.944Z | Packages to change: 1 |
224 | 2024-11-28T00:55:04.944Z | Mediators to change: 1 |
225 | 2024-11-28T00:55:04.944Z | Services to change: 1 |
226 | 2024-11-28T00:55:04.944Z | Create boot environment: No |
227 | 2024-11-28T00:55:04.946Z | Create backup boot environment: Yes |
228 | 2024-11-28T00:55:06.246Z | Actions: 1/6 actions (Updating modified actions) |
229 | 2024-11-28T00:55:06.249Z | Actions: Completed 6 actions in 0.00 seconds. |
230 | 2024-11-28T00:55:06.249Z | Done |
231 | 2024-11-28T00:55:06.249Z | Done |
232 | 2024-11-28T00:55:06.345Z | Done |
233 | 2024-11-28T00:55:10.303Z | Done |
234 | 2024-11-28T00:55:10.399Z | Done |
235 | 2024-11-28T00:55:10.403Z | Done |
236 | 2024-11-28T00:55:10.536Z | Done |
237 | 2024-11-28T00:55:11.000Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
238 | 2024-11-28T00:55:11.001Z | clang system 15 system |
239 | 2024-11-28T00:55:11.001Z | csh system system illumos |
240 | 2024-11-28T00:55:11.001Z | ctags system system illumos |
241 | 2024-11-28T00:55:11.001Z | gcc vendor 12 vendor |
242 | 2024-11-28T00:55:11.001Z | gcc system 10 system |
243 | 2024-11-28T00:55:11.001Z | gcc system 7 system |
244 | 2024-11-28T00:55:11.001Z | go system 1.20 system |
245 | 2024-11-28T00:55:11.001Z | go system 1.19 system |
246 | 2024-11-28T00:55:11.001Z | llvm system 15 system |
247 | 2024-11-28T00:55:11.001Z | llvm system 14 system |
248 | 2024-11-28T00:55:11.001Z | mariadb system 10.6 system |
249 | 2024-11-28T00:55:11.001Z | mta vendor vendor dma |
250 | 2024-11-28T00:55:11.001Z | openjdk system 17 system |
251 | 2024-11-28T00:55:11.001Z | openjdk system 11 system |
252 | 2024-11-28T00:55:11.001Z | openjdk system 1.8 system |
253 | 2024-11-28T00:55:11.001Z | openssl vendor 3 vendor |
254 | 2024-11-28T00:55:11.001Z | perl system 5.36 system |
255 | 2024-11-28T00:55:11.001Z | postgresql system 15 system |
256 | 2024-11-28T00:55:11.001Z | postgresql system 13 system |
257 | 2024-11-28T00:55:11.001Z | python vendor 3 vendor |
258 | 2024-11-28T00:55:11.001Z | python system 2 system |
259 | 2024-11-28T00:55:11.001Z | python3 system 3.11 system |
260 | 2024-11-28T00:55:11.001Z | ruby system 3.0 system |
261 | 2024-11-28T00:55:11.001Z | words vendor vendor american-english |
262 | 2024-11-28T00:55:11.001Z | words system system australian-english |
263 | 2024-11-28T00:55:11.001Z | words system system british-english |
264 | 2024-11-28T00:55:11.001Z | words system system canadian-english |
265 | 2024-11-28T00:55:11.002Z | words system system french |
266 | 2024-11-28T00:55:11.002Z | words system system italian |
267 | 2024-11-28T00:55:11.002Z | words system system ngerman |
268 | 2024-11-28T00:55:11.002Z | words system system ogerman |
269 | 2024-11-28T00:55:11.002Z | words system system spanish |
270 | 2024-11-28T00:55:11.359Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2024-11-28T00:55:11.359Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2024-11-28T00:55:14.062Z | FMRI IFO |
273 | 2024-11-28T00:55:14.062Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2024-11-28T00:55:14.062Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2024-11-28T00:55:14.062Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2024-11-28T00:55:14.062Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2024-11-28T00:55:14.062Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2024-11-28T00:55:14.062Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2024-11-28T00:55:14.062Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
280 | 2024-11-28T00:55:14.063Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2024-11-28T00:55:14.063Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2024-11-28T00:55:14.063Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
283 | 2024-11-28T00:55:14.063Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
284 | 2024-11-28T00:55:14.063Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2024-11-28T00:55:14.063Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
286 | 2024-11-28T00:55:14.063Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
287 | 2024-11-28T00:55:14.063Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2024-11-28T00:55:14.837Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2024-11-28T00:55:15.161Z | Updating crates.io index |
290 | 2024-11-28T00:55:15.245Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2024-11-28T00:55:15.709Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2024-11-28T00:55:16.011Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2024-11-28T00:55:16.256Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2024-11-28T00:55:16.505Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
295 | 2024-11-28T00:55:17.367Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2024-11-28T00:55:19.672Z | Updating git repository `https://github.com/oxidecomputer/opte` |
297 | 2024-11-28T00:55:20.780Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2024-11-28T00:55:21.442Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
299 | 2024-11-28T00:55:21.678Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
300 | 2024-11-28T00:55:21.975Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
301 | 2024-11-28T00:55:22.559Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
302 | 2024-11-28T00:55:22.829Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2024-11-28T00:55:23.105Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2024-11-28T00:55:23.374Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2024-11-28T00:55:23.586Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2024-11-28T00:55:23.836Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2024-11-28T00:55:24.131Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2024-11-28T00:55:24.436Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2024-11-28T00:55:24.740Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
310 | 2024-11-28T00:55:25.060Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2024-11-28T00:55:25.499Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2024-11-28T00:55:25.848Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2024-11-28T00:55:26.417Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2024-11-28T00:55:26.741Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
315 | 2024-11-28T00:55:27.275Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
316 | 2024-11-28T00:55:27.605Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
317 | 2024-11-28T00:55:27.863Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
318 | 2024-11-28T00:55:28.112Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
319 | 2024-11-28T00:55:29.381Z | Downloading crates ... |
320 | 2024-11-28T00:55:29.526Z | Downloaded anstyle-query v1.1.1 |
321 | 2024-11-28T00:55:29.529Z | Downloaded anstream v0.6.15 |
322 | 2024-11-28T00:55:29.531Z | Downloaded anyhow v1.0.93 |
323 | 2024-11-28T00:55:29.537Z | Downloaded camino-tempfile v1.1.1 |
324 | 2024-11-28T00:55:29.542Z | Downloaded anstyle v1.0.10 |
325 | 2024-11-28T00:55:29.542Z | Downloaded anstyle-parse v0.2.5 |
326 | 2024-11-28T00:55:29.546Z | Downloaded cargo-platform v0.1.8 |
327 | 2024-11-28T00:55:29.546Z | Downloaded block-buffer v0.10.4 |
328 | 2024-11-28T00:55:29.546Z | Downloaded byteorder v1.5.0 |
329 | 2024-11-28T00:55:29.546Z | Downloaded bytecount v0.6.8 |
330 | 2024-11-28T00:55:29.549Z | Downloaded bitflags v2.6.0 |
331 | 2024-11-28T00:55:29.551Z | Downloaded camino v1.1.9 |
332 | 2024-11-28T00:55:29.551Z | Downloaded cargo_toml v0.20.5 |
333 | 2024-11-28T00:55:29.554Z | Downloaded fastrand v2.1.1 |
334 | 2024-11-28T00:55:29.554Z | Downloaded dtrace-parser v0.2.0 |
335 | 2024-11-28T00:55:29.556Z | Downloaded dof v0.3.0 |
336 | 2024-11-28T00:55:29.556Z | Downloaded once_cell v1.20.2 |
337 | 2024-11-28T00:55:29.558Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2024-11-28T00:55:29.561Z | Downloaded heck v0.5.0 |
339 | 2024-11-28T00:55:29.561Z | Downloaded crypto-common v0.1.6 |
340 | 2024-11-28T00:55:29.568Z | Downloaded cargo_metadata v0.18.1 |
341 | 2024-11-28T00:55:29.568Z | Downloaded memmap v0.7.0 |
342 | 2024-11-28T00:55:29.573Z | Downloaded autocfg v1.4.0 |
343 | 2024-11-28T00:55:29.573Z | Downloaded clap v4.5.21 |
344 | 2024-11-28T00:55:29.576Z | Downloaded indexmap v2.6.0 |
345 | 2024-11-28T00:55:29.579Z | Downloaded clap_lex v0.7.2 |
346 | 2024-11-28T00:55:29.592Z | Downloaded usdt-macro v0.5.0 |
347 | 2024-11-28T00:55:29.597Z | Downloaded swrite v0.1.0 |
348 | 2024-11-28T00:55:29.609Z | Downloaded usdt-attr-macro v0.5.0 |
349 | 2024-11-28T00:55:29.615Z | Downloaded pretty-hex v0.4.1 |
350 | 2024-11-28T00:55:29.618Z | Downloaded equivalent v1.0.1 |
351 | 2024-11-28T00:55:29.620Z | Downloaded heck v0.4.1 |
352 | 2024-11-28T00:55:29.620Z | Downloaded ryu v1.0.18 |
353 | 2024-11-28T00:55:29.623Z | Downloaded errno v0.3.9 |
354 | 2024-11-28T00:55:29.625Z | Downloaded digest v0.10.7 |
355 | 2024-11-28T00:55:29.627Z | Downloaded scroll_derive v0.12.0 |
356 | 2024-11-28T00:55:29.633Z | Downloaded fnv v1.0.7 |
357 | 2024-11-28T00:55:29.638Z | Downloaded smawk v0.3.2 |
358 | 2024-11-28T00:55:29.638Z | Downloaded fs-err v2.11.0 |
359 | 2024-11-28T00:55:29.642Z | Downloaded utf8parse v0.2.2 |
360 | 2024-11-28T00:55:29.645Z | Downloaded usdt v0.5.0 |
361 | 2024-11-28T00:55:29.645Z | Downloaded proc-macro-error-attr v1.0.4 |
362 | 2024-11-28T00:55:29.645Z | Downloaded toml_datetime v0.6.8 |
363 | 2024-11-28T00:55:29.653Z | Downloaded thread-id v4.2.2 |
364 | 2024-11-28T00:55:29.656Z | Downloaded serde_spanned v0.6.8 |
365 | 2024-11-28T00:55:29.656Z | Downloaded itoa v1.0.11 |
366 | 2024-11-28T00:55:29.658Z | Downloaded colorchoice v1.0.2 |
367 | 2024-11-28T00:55:29.658Z | Downloaded pest_generator v2.7.14 |
368 | 2024-11-28T00:55:29.660Z | Downloaded thiserror-impl v1.0.69 |
369 | 2024-11-28T00:55:29.660Z | Downloaded serde_derive v1.0.215 |
370 | 2024-11-28T00:55:29.662Z | Downloaded plain v0.2.3 |
371 | 2024-11-28T00:55:29.665Z | Downloaded pest_derive v2.7.14 |
372 | 2024-11-28T00:55:29.668Z | Downloaded version_check v0.9.5 |
373 | 2024-11-28T00:55:29.668Z | Downloaded terminal_size v0.4.0 |
374 | 2024-11-28T00:55:29.671Z | Downloaded generic-array v0.14.7 |
375 | 2024-11-28T00:55:29.671Z | Downloaded unicode-linebreak v0.1.5 |
376 | 2024-11-28T00:55:29.672Z | Downloaded thiserror v1.0.69 |
377 | 2024-11-28T00:55:29.675Z | Downloaded serde_tokenstream v0.2.2 |
378 | 2024-11-28T00:55:29.680Z | Downloaded tabled_derive v0.7.0 |
379 | 2024-11-28T00:55:29.680Z | Downloaded strsim v0.11.1 |
380 | 2024-11-28T00:55:29.683Z | Downloaded cfg-if v1.0.0 |
381 | 2024-11-28T00:55:29.683Z | Downloaded macaddr v1.0.1 |
382 | 2024-11-28T00:55:29.683Z | Downloaded semver v1.0.23 |
383 | 2024-11-28T00:55:29.683Z | Downloaded tempfile v3.13.0 |
384 | 2024-11-28T00:55:29.685Z | Downloaded cpufeatures v0.2.14 |
385 | 2024-11-28T00:55:29.688Z | Downloaded proc-macro-error v1.0.4 |
386 | 2024-11-28T00:55:29.694Z | Downloaded scroll v0.12.0 |
387 | 2024-11-28T00:55:29.697Z | Downloaded papergrid v0.11.0 |
388 | 2024-11-28T00:55:29.700Z | Downloaded usdt-impl v0.5.0 |
389 | 2024-11-28T00:55:29.704Z | Downloaded zerocopy-derive v0.7.35 |
390 | 2024-11-28T00:55:29.708Z | Downloaded log v0.4.22 |
391 | 2024-11-28T00:55:29.712Z | Downloaded sha2 v0.10.8 |
392 | 2024-11-28T00:55:29.715Z | Downloaded quote v1.0.37 |
393 | 2024-11-28T00:55:29.722Z | Downloaded ucd-trie v0.1.7 |
394 | 2024-11-28T00:55:29.722Z | Downloaded toml v0.8.19 |
395 | 2024-11-28T00:55:29.727Z | Downloaded proc-macro2 v1.0.89 |
396 | 2024-11-28T00:55:29.727Z | Downloaded pest_meta v2.7.14 |
397 | 2024-11-28T00:55:29.727Z | Downloaded clap_derive v4.5.18 |
398 | 2024-11-28T00:55:29.729Z | Downloaded typenum v1.17.0 |
399 | 2024-11-28T00:55:29.744Z | Downloaded unicode-ident v1.0.13 |
400 | 2024-11-28T00:55:29.749Z | Downloaded textwrap v0.16.1 |
401 | 2024-11-28T00:55:29.754Z | Downloaded serde v1.0.215 |
402 | 2024-11-28T00:55:29.772Z | Downloaded memchr v2.7.4 |
403 | 2024-11-28T00:55:29.784Z | Downloaded toml_edit v0.22.22 |
404 | 2024-11-28T00:55:29.803Z | Downloaded serde_json v1.0.132 |
405 | 2024-11-28T00:55:29.809Z | Downloaded hashbrown v0.15.0 |
406 | 2024-11-28T00:55:29.814Z | Downloaded zerocopy v0.7.35 |
407 | 2024-11-28T00:55:29.829Z | Downloaded pest v2.7.14 |
408 | 2024-11-28T00:55:29.833Z | Downloaded goblin v0.8.2 |
409 | 2024-11-28T00:55:29.839Z | Downloaded winnow v0.6.20 |
410 | 2024-11-28T00:55:29.847Z | Downloaded clap_builder v4.5.21 |
411 | 2024-11-28T00:55:29.858Z | Downloaded tabled v0.15.0 |
412 | 2024-11-28T00:55:29.872Z | Downloaded syn v1.0.109 |
413 | 2024-11-28T00:55:29.882Z | Downloaded unicode-width v0.1.14 |
414 | 2024-11-28T00:55:29.887Z | Downloaded syn v2.0.87 |
415 | 2024-11-28T00:55:29.897Z | Downloaded rustix v0.38.37 |
416 | 2024-11-28T00:55:29.930Z | Downloaded libc v0.2.162 |
417 | 2024-11-28T00:55:30.244Z | Compiling proc-macro2 v1.0.89 |
418 | 2024-11-28T00:55:30.244Z | Compiling unicode-ident v1.0.13 |
419 | 2024-11-28T00:55:30.244Z | Compiling serde v1.0.215 |
420 | 2024-11-28T00:55:30.246Z | Compiling version_check v0.9.5 |
421 | 2024-11-28T00:55:30.246Z | Compiling thiserror v1.0.69 |
422 | 2024-11-28T00:55:30.246Z | Compiling memchr v2.7.4 |
423 | 2024-11-28T00:55:30.246Z | Compiling libc v0.2.162 |
424 | 2024-11-28T00:55:30.246Z | Compiling ucd-trie v0.1.7 |
425 | 2024-11-28T00:55:30.528Z | Compiling ryu v1.0.18 |
426 | 2024-11-28T00:55:30.924Z | Compiling itoa v1.0.11 |
427 | 2024-11-28T00:55:31.043Z | Compiling once_cell v1.20.2 |
428 | 2024-11-28T00:55:31.148Z | Compiling byteorder v1.5.0 |
429 | 2024-11-28T00:55:31.384Z | Compiling rustix v0.38.37 |
430 | 2024-11-28T00:55:31.459Z | Compiling serde_json v1.0.132 |
431 | 2024-11-28T00:55:31.623Z | Compiling bitflags v2.6.0 |
432 | 2024-11-28T00:55:31.825Z | Compiling usdt-impl v0.5.0 |
433 | 2024-11-28T00:55:32.018Z | Compiling proc-macro-error-attr v1.0.4 |
434 | 2024-11-28T00:55:32.083Z | Compiling syn v1.0.109 |
435 | 2024-11-28T00:55:32.160Z | Compiling quote v1.0.37 |
436 | 2024-11-28T00:55:32.333Z | Compiling proc-macro-error v1.0.4 |
437 | 2024-11-28T00:55:32.359Z | Compiling hashbrown v0.15.0 |
438 | 2024-11-28T00:55:32.386Z | Compiling camino v1.1.9 |
439 | 2024-11-28T00:55:32.631Z | Compiling syn v2.0.87 |
440 | 2024-11-28T00:55:32.711Z | Compiling errno v0.3.9 |
441 | 2024-11-28T00:55:32.838Z | Compiling log v0.4.22 |
442 | 2024-11-28T00:55:32.871Z | Compiling equivalent v1.0.1 |
443 | 2024-11-28T00:55:33.000Z | Compiling thread-id v4.2.2 |
444 | 2024-11-28T00:55:33.026Z | Compiling plain v0.2.3 |
445 | 2024-11-28T00:55:33.030Z | Compiling utf8parse v0.2.2 |
446 | 2024-11-28T00:55:33.195Z | Compiling anstyle-parse v0.2.5 |
447 | 2024-11-28T00:55:33.412Z | Compiling winnow v0.6.20 |
448 | 2024-11-28T00:55:33.552Z | Compiling indexmap v2.6.0 |
449 | 2024-11-28T00:55:33.608Z | Compiling anstyle v1.0.10 |
450 | 2024-11-28T00:55:33.635Z | Compiling anstyle-query v1.1.1 |
451 | 2024-11-28T00:55:33.793Z | Compiling semver v1.0.23 |
452 | 2024-11-28T00:55:33.894Z | Compiling colorchoice v1.0.2 |
453 | 2024-11-28T00:55:34.076Z | Compiling pretty-hex v0.4.1 |
454 | 2024-11-28T00:55:34.102Z | Compiling unicode-width v0.1.14 |
455 | 2024-11-28T00:55:34.316Z | Compiling is_terminal_polyfill v1.70.1 |
456 | 2024-11-28T00:55:34.349Z | Compiling autocfg v1.4.0 |
457 | 2024-11-28T00:55:34.463Z | Compiling anstream v0.6.15 |
458 | 2024-11-28T00:55:34.958Z | Compiling fastrand v2.1.1 |
459 | 2024-11-28T00:55:35.025Z | Compiling clap_lex v0.7.2 |
460 | 2024-11-28T00:55:35.247Z | Compiling terminal_size v0.4.0 |
461 | 2024-11-28T00:55:35.496Z | Compiling cfg-if v1.0.0 |
462 | 2024-11-28T00:55:35.589Z | Compiling fs-err v2.11.0 |
463 | 2024-11-28T00:55:35.616Z | Compiling fnv v1.0.7 |
464 | 2024-11-28T00:55:35.619Z | Compiling strsim v0.11.1 |
465 | 2024-11-28T00:55:35.770Z | Compiling heck v0.4.1 |
466 | 2024-11-28T00:55:35.883Z | Compiling anyhow v1.0.93 |
467 | 2024-11-28T00:55:35.987Z | Compiling bytecount v0.6.8 |
468 | 2024-11-28T00:55:36.016Z | Compiling heck v0.5.0 |
469 | 2024-11-28T00:55:36.306Z | Compiling papergrid v0.11.0 |
470 | 2024-11-28T00:55:36.575Z | Compiling clap_builder v4.5.21 |
471 | 2024-11-28T00:55:36.615Z | Compiling tempfile v3.13.0 |
472 | 2024-11-28T00:55:36.957Z | Compiling memmap v0.7.0 |
473 | 2024-11-28T00:55:37.064Z | Compiling smawk v0.3.2 |
474 | 2024-11-28T00:55:37.303Z | Compiling unicode-linebreak v0.1.5 |
475 | 2024-11-28T00:55:37.485Z | Compiling swrite v0.1.0 |
476 | 2024-11-28T00:55:37.680Z | Compiling textwrap v0.16.1 |
477 | 2024-11-28T00:55:38.975Z | Compiling tabled_derive v0.7.0 |
478 | 2024-11-28T00:55:40.637Z | Compiling tabled v0.15.0 |
479 | 2024-11-28T00:55:41.830Z | Compiling serde_derive v1.0.215 |
480 | 2024-11-28T00:55:41.830Z | Compiling thiserror-impl v1.0.69 |
481 | 2024-11-28T00:55:41.833Z | Compiling zerocopy-derive v0.7.35 |
482 | 2024-11-28T00:55:41.833Z | Compiling scroll_derive v0.12.0 |
483 | 2024-11-28T00:55:42.120Z | Compiling clap_derive v4.5.18 |
484 | 2024-11-28T00:55:43.467Z | Compiling scroll v0.12.0 |
485 | 2024-11-28T00:55:43.959Z | Compiling zerocopy v0.7.35 |
486 | 2024-11-28T00:55:43.984Z | Compiling goblin v0.8.2 |
487 | 2024-11-28T00:55:44.731Z | Compiling pest v2.7.14 |
488 | 2024-11-28T00:55:45.979Z | Compiling clap v4.5.21 |
489 | 2024-11-28T00:55:47.123Z | Compiling pest_meta v2.7.14 |
490 | 2024-11-28T00:55:47.981Z | Compiling pest_generator v2.7.14 |
491 | 2024-11-28T00:55:49.995Z | Compiling pest_derive v2.7.14 |
492 | 2024-11-28T00:55:50.750Z | Compiling dtrace-parser v0.2.0 |
493 | 2024-11-28T00:55:52.340Z | Compiling serde_tokenstream v0.2.2 |
494 | 2024-11-28T00:55:52.457Z | Compiling serde_spanned v0.6.8 |
495 | 2024-11-28T00:55:52.460Z | Compiling toml_datetime v0.6.8 |
496 | 2024-11-28T00:55:52.607Z | Compiling cargo-platform v0.1.8 |
497 | 2024-11-28T00:55:52.870Z | Compiling toml_edit v0.22.22 |
498 | 2024-11-28T00:55:52.958Z | Compiling macaddr v1.0.1 |
499 | 2024-11-28T00:55:53.126Z | Compiling camino-tempfile v1.1.1 |
500 | 2024-11-28T00:55:53.861Z | Compiling dof v0.3.0 |
501 | 2024-11-28T00:55:54.060Z | Compiling cargo_metadata v0.18.1 |
502 | 2024-11-28T00:55:55.545Z | Compiling usdt-macro v0.5.0 |
503 | 2024-11-28T00:55:55.545Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2024-11-28T00:55:55.818Z | Compiling toml v0.8.19 |
505 | 2024-11-28T00:55:56.720Z | Compiling cargo_toml v0.20.5 |
506 | 2024-11-28T00:55:56.855Z | Compiling usdt v0.5.0 |
507 | 2024-11-28T00:56:00.298Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
508 | 2024-11-28T00:56:04.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.05s |
509 | 2024-11-28T00:56:04.925Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
510 | 2024-11-28T00:56:05.503Z | Downloading crates ... |
511 | 2024-11-28T00:56:05.651Z | Downloaded addr2line v0.24.2 |
512 | 2024-11-28T00:56:05.654Z | Downloaded humantime v2.1.0 |
513 | 2024-11-28T00:56:05.657Z | Downloaded adler2 v2.0.0 |
514 | 2024-11-28T00:56:05.662Z | Downloaded ahash v0.8.11 |
515 | 2024-11-28T00:56:05.675Z | Downloaded aead v0.5.2 |
516 | 2024-11-28T00:56:05.681Z | Downloaded allocator-api2 v0.2.18 |
517 | 2024-11-28T00:56:05.688Z | Downloaded aho-corasick v1.1.3 |
518 | 2024-11-28T00:56:05.694Z | Downloaded argon2 v0.5.3 |
519 | 2024-11-28T00:56:05.696Z | Downloaded aes-gcm v0.10.3 |
520 | 2024-11-28T00:56:05.699Z | Downloaded aes v0.8.4 |
521 | 2024-11-28T00:56:05.705Z | Downloaded heck v0.3.3 |
522 | 2024-11-28T00:56:05.709Z | Downloaded darling v0.20.10 |
523 | 2024-11-28T00:56:05.711Z | Downloaded headers-core v0.3.0 |
524 | 2024-11-28T00:56:05.711Z | Downloaded async-stream-impl v0.3.6 |
525 | 2024-11-28T00:56:05.711Z | Downloaded hex v0.4.3 |
526 | 2024-11-28T00:56:05.713Z | Downloaded heapless v0.8.0 |
527 | 2024-11-28T00:56:05.717Z | Downloaded bitflags v1.3.2 |
528 | 2024-11-28T00:56:05.720Z | Downloaded assert_matches v1.5.0 |
529 | 2024-11-28T00:56:05.722Z | Downloaded arrayvec v0.7.6 |
530 | 2024-11-28T00:56:05.724Z | Downloaded bit-set v0.5.3 |
531 | 2024-11-28T00:56:05.726Z | Downloaded atomicwrites v0.4.4 |
532 | 2024-11-28T00:56:05.726Z | Downloaded atomic-waker v1.1.2 |
533 | 2024-11-28T00:56:05.728Z | Downloaded base16ct v0.2.0 |
534 | 2024-11-28T00:56:05.730Z | Downloaded backoff v0.4.0 |
535 | 2024-11-28T00:56:05.733Z | Downloaded arrayref v0.3.9 |
536 | 2024-11-28T00:56:05.737Z | Downloaded array-init v0.0.4 |
537 | 2024-11-28T00:56:05.737Z | Downloaded async-recursion v1.1.1 |
538 | 2024-11-28T00:56:05.740Z | Downloaded hex-literal v0.4.1 |
539 | 2024-11-28T00:56:05.740Z | Downloaded async-trait v0.1.83 |
540 | 2024-11-28T00:56:05.746Z | Downloaded http-body v1.0.1 |
541 | 2024-11-28T00:56:05.748Z | Downloaded hickory-client v0.24.1 |
542 | 2024-11-28T00:56:05.751Z | Downloaded async-bb8-diesel v0.2.1 |
543 | 2024-11-28T00:56:05.753Z | Downloaded hickory-server v0.24.1 |
544 | 2024-11-28T00:56:05.759Z | Downloaded chrono-tz-build v0.4.0 |
545 | 2024-11-28T00:56:05.761Z | Downloaded cexpr v0.6.0 |
546 | 2024-11-28T00:56:05.764Z | Downloaded block-padding v0.3.3 |
547 | 2024-11-28T00:56:05.764Z | Downloaded bcrypt-pbkdf v0.10.0 |
548 | 2024-11-28T00:56:05.764Z | Downloaded base64ct v1.6.0 |
549 | 2024-11-28T00:56:05.767Z | Downloaded hubpack_derive v0.1.1 |
550 | 2024-11-28T00:56:05.769Z | Downloaded crunchy v0.2.2 |
551 | 2024-11-28T00:56:05.769Z | Downloaded crucible-workspace-hack v0.1.0 |
552 | 2024-11-28T00:56:05.771Z | Downloaded atty v0.2.14 |
553 | 2024-11-28T00:56:05.771Z | Downloaded bitfield-struct v0.6.2 |
554 | 2024-11-28T00:56:05.774Z | Downloaded hostname v0.4.0 |
555 | 2024-11-28T00:56:05.776Z | Downloaded home v0.5.9 |
556 | 2024-11-28T00:56:05.776Z | Downloaded bitfield v0.14.0 |
557 | 2024-11-28T00:56:05.779Z | Downloaded colored v2.1.0 |
558 | 2024-11-28T00:56:05.782Z | Downloaded cstr-argument v0.1.2 |
559 | 2024-11-28T00:56:05.782Z | Downloaded backtrace v0.3.74 |
560 | 2024-11-28T00:56:05.787Z | Downloaded hyper-rustls v0.27.3 |
561 | 2024-11-28T00:56:05.790Z | Downloaded httparse v1.9.5 |
562 | 2024-11-28T00:56:05.794Z | Downloaded http-range v0.1.5 |
563 | 2024-11-28T00:56:05.796Z | Downloaded cipher v0.4.4 |
564 | 2024-11-28T00:56:05.798Z | Downloaded castaway v0.2.3 |
565 | 2024-11-28T00:56:05.798Z | Downloaded buf-list v1.0.3 |
566 | 2024-11-28T00:56:05.802Z | Downloaded ctr v0.9.2 |
567 | 2024-11-28T00:56:05.804Z | Downloaded crc-catalog v2.4.0 |
568 | 2024-11-28T00:56:05.807Z | Downloaded bb8 v0.8.5 |
569 | 2024-11-28T00:56:05.809Z | Downloaded cobs v0.2.3 |
570 | 2024-11-28T00:56:05.809Z | Downloaded crc v3.2.1 |
571 | 2024-11-28T00:56:05.811Z | Downloaded http v1.1.0 |
572 | 2024-11-28T00:56:05.817Z | Downloaded hyper-tls v0.6.0 |
573 | 2024-11-28T00:56:05.820Z | Downloaded hubpack v0.1.2 |
574 | 2024-11-28T00:56:05.822Z | Downloaded hostname v0.3.1 |
575 | 2024-11-28T00:56:05.824Z | Downloaded ident_case v1.0.1 |
576 | 2024-11-28T00:56:05.827Z | Downloaded is_ci v1.2.0 |
577 | 2024-11-28T00:56:05.827Z | Downloaded icu_provider_macros v1.5.0 |
578 | 2024-11-28T00:56:05.829Z | Downloaded cmake v0.1.51 |
579 | 2024-11-28T00:56:05.829Z | Downloaded ciborium v0.2.2 |
580 | 2024-11-28T00:56:05.833Z | Downloaded sync-ptr v0.1.1 |
581 | 2024-11-28T00:56:05.836Z | Downloaded cancel-safe-futures v0.1.5 |
582 | 2024-11-28T00:56:05.838Z | Downloaded instant v0.1.13 |
583 | 2024-11-28T00:56:05.840Z | Downloaded curve25519-dalek-derive v0.1.1 |
584 | 2024-11-28T00:56:05.841Z | Downloaded async-stream v0.3.6 |
585 | 2024-11-28T00:56:05.843Z | Downloaded iana-time-zone v0.1.61 |
586 | 2024-11-28T00:56:05.847Z | Downloaded progenitor-client v0.8.0 |
587 | 2024-11-28T00:56:05.847Z | Downloaded cookie_store v0.21.0 |
588 | 2024-11-28T00:56:05.850Z | Downloaded httpdate v1.0.3 |
589 | 2024-11-28T00:56:05.850Z | Downloaded http-body-util v0.1.2 |
590 | 2024-11-28T00:56:05.853Z | Downloaded const-oid v0.9.6 |
591 | 2024-11-28T00:56:05.855Z | Downloaded tower-service v0.3.3 |
592 | 2024-11-28T00:56:05.855Z | Downloaded match_cfg v0.1.0 |
593 | 2024-11-28T00:56:05.857Z | Downloaded matches v0.1.10 |
594 | 2024-11-28T00:56:05.857Z | Downloaded structmeta v0.2.0 |
595 | 2024-11-28T00:56:05.857Z | Downloaded cbc v0.1.2 |
596 | 2024-11-28T00:56:05.860Z | Downloaded base64 v0.13.1 |
597 | 2024-11-28T00:56:05.862Z | Downloaded cassowary v0.3.0 |
598 | 2024-11-28T00:56:05.865Z | Downloaded console v0.15.8 |
599 | 2024-11-28T00:56:05.867Z | Downloaded darling_macro v0.20.10 |
600 | 2024-11-28T00:56:05.869Z | Downloaded bzip2 v0.4.4 |
601 | 2024-11-28T00:56:05.872Z | Downloaded blowfish v0.9.1 |
602 | 2024-11-28T00:56:05.872Z | Downloaded hickory-resolver v0.24.1 |
603 | 2024-11-28T00:56:05.876Z | Downloaded sha1 v0.10.6 |
604 | 2024-11-28T00:56:05.879Z | Downloaded salsa20 v0.10.2 |
605 | 2024-11-28T00:56:05.882Z | Downloaded rand_chacha v0.3.1 |
606 | 2024-11-28T00:56:05.882Z | Downloaded spki v0.7.3 |
607 | 2024-11-28T00:56:05.884Z | Downloaded endian-type v0.1.2 |
608 | 2024-11-28T00:56:05.884Z | Downloaded slog-envlogger v2.2.0 |
609 | 2024-11-28T00:56:05.886Z | Downloaded keccak v0.1.5 |
610 | 2024-11-28T00:56:05.889Z | Downloaded internet-checksum v0.2.1 |
611 | 2024-11-28T00:56:05.889Z | Downloaded subtle v2.6.1 |
612 | 2024-11-28T00:56:05.891Z | Downloaded supports-color v3.0.1 |
613 | 2024-11-28T00:56:05.891Z | Downloaded csv-core v0.1.11 |
614 | 2024-11-28T00:56:05.893Z | Downloaded instability v0.3.2 |
615 | 2024-11-28T00:56:05.895Z | Downloaded indoc v1.0.9 |
616 | 2024-11-28T00:56:05.897Z | Downloaded md5 v0.7.0 |
617 | 2024-11-28T00:56:05.900Z | Downloaded hyper-staticfile v0.10.1 |
618 | 2024-11-28T00:56:05.900Z | Downloaded hmac v0.12.1 |
619 | 2024-11-28T00:56:05.903Z | Downloaded crc32fast v1.4.2 |
620 | 2024-11-28T00:56:05.908Z | Downloaded twox-hash v1.6.3 |
621 | 2024-11-28T00:56:05.911Z | Downloaded lru v0.12.5 |
622 | 2024-11-28T00:56:05.911Z | Downloaded libsw v3.3.1 |
623 | 2024-11-28T00:56:05.911Z | Downloaded utf8_iter v1.0.4 |
624 | 2024-11-28T00:56:05.914Z | Downloaded utf16_iter v1.0.5 |
625 | 2024-11-28T00:56:05.914Z | Downloaded memoffset v0.9.1 |
626 | 2024-11-28T00:56:05.916Z | Downloaded ipnetwork v0.20.0 |
627 | 2024-11-28T00:56:05.916Z | Downloaded crossbeam-utils v0.8.20 |
628 | 2024-11-28T00:56:05.919Z | Downloaded data-encoding v2.6.0 |
629 | 2024-11-28T00:56:05.921Z | Downloaded zone v0.1.8 |
630 | 2024-11-28T00:56:05.921Z | Downloaded try-lock v0.2.5 |
631 | 2024-11-28T00:56:05.924Z | Downloaded sync_wrapper v1.0.1 |
632 | 2024-11-28T00:56:05.924Z | Downloaded linear-map v1.2.0 |
633 | 2024-11-28T00:56:05.926Z | Downloaded tiny-keccak v2.0.2 |
634 | 2024-11-28T00:56:05.931Z | Downloaded lru-cache v0.1.2 |
635 | 2024-11-28T00:56:05.931Z | Downloaded lazycell v1.3.0 |
636 | 2024-11-28T00:56:05.934Z | Downloaded lazy_static v1.5.0 |
637 | 2024-11-28T00:56:05.934Z | Downloaded num-conv v0.1.0 |
638 | 2024-11-28T00:56:05.934Z | Downloaded ena v0.14.3 |
639 | 2024-11-28T00:56:05.936Z | Downloaded linked-hash-map v0.5.6 |
640 | 2024-11-28T00:56:05.936Z | Downloaded kstat-rs v0.2.4 |
641 | 2024-11-28T00:56:05.939Z | Downloaded ipnet v2.10.1 |
642 | 2024-11-28T00:56:05.941Z | Downloaded peg-runtime v0.8.3 |
643 | 2024-11-28T00:56:05.942Z | Downloaded crossbeam-epoch v0.9.18 |
644 | 2024-11-28T00:56:05.944Z | Downloaded bumpalo v3.16.0 |
645 | 2024-11-28T00:56:05.949Z | Downloaded float-cmp v0.9.0 |
646 | 2024-11-28T00:56:05.952Z | Downloaded libloading v0.8.5 |
647 | 2024-11-28T00:56:05.952Z | Downloaded compact_str v0.8.0 |
648 | 2024-11-28T00:56:05.954Z | Downloaded tokio-tungstenite v0.21.0 |
649 | 2024-11-28T00:56:05.957Z | Downloaded subprocess v0.2.9 |
650 | 2024-11-28T00:56:05.959Z | Downloaded glob v0.3.1 |
651 | 2024-11-28T00:56:05.962Z | Downloaded futures-executor v0.3.31 |
652 | 2024-11-28T00:56:05.964Z | Downloaded base64 v0.21.7 |
653 | 2024-11-28T00:56:05.967Z | Downloaded serde_plain v1.0.2 |
654 | 2024-11-28T00:56:05.969Z | Downloaded secrecy v0.8.0 |
655 | 2024-11-28T00:56:05.969Z | Downloaded sqlparser_derive v0.2.2 |
656 | 2024-11-28T00:56:05.973Z | Downloaded scrypt v0.11.0 |
657 | 2024-11-28T00:56:05.973Z | Downloaded litemap v0.7.3 |
658 | 2024-11-28T00:56:05.975Z | Downloaded prettyplease v0.2.25 |
659 | 2024-11-28T00:56:05.979Z | Downloaded oso-derive v0.27.3 |
660 | 2024-11-28T00:56:05.981Z | Downloaded serde-big-array v0.5.1 |
661 | 2024-11-28T00:56:05.981Z | Downloaded derive_builder v0.20.2 |
662 | 2024-11-28T00:56:05.985Z | Downloaded derive_builder_core v0.20.2 |
663 | 2024-11-28T00:56:05.987Z | Downloaded shell-words v1.1.0 |
664 | 2024-11-28T00:56:05.990Z | Downloaded jobserver v0.1.32 |
665 | 2024-11-28T00:56:05.992Z | Downloaded predicates-core v1.0.8 |
666 | 2024-11-28T00:56:05.992Z | Downloaded pem v3.0.4 |
667 | 2024-11-28T00:56:05.995Z | Downloaded parse-display v0.10.0 |
668 | 2024-11-28T00:56:05.995Z | Downloaded num-integer v0.1.46 |
669 | 2024-11-28T00:56:06.008Z | Downloaded downcast v0.11.0 |
670 | 2024-11-28T00:56:06.011Z | Downloaded icu_provider v1.5.0 |
671 | 2024-11-28T00:56:06.015Z | Downloaded semver v0.1.20 |
672 | 2024-11-28T00:56:06.018Z | Downloaded globset v0.4.15 |
673 | 2024-11-28T00:56:06.018Z | Downloaded rtoolbox v0.0.2 |
674 | 2024-11-28T00:56:06.018Z | Downloaded base64 v0.22.1 |
675 | 2024-11-28T00:56:06.021Z | Downloaded uuid v1.11.0 |
676 | 2024-11-28T00:56:06.025Z | Downloaded phf_shared v0.10.0 |
677 | 2024-11-28T00:56:06.027Z | Downloaded openssl-macros v0.1.1 |
678 | 2024-11-28T00:56:06.027Z | Downloaded foreign-types-shared v0.1.1 |
679 | 2024-11-28T00:56:06.032Z | Downloaded foreign-types-macros v0.2.3 |
680 | 2024-11-28T00:56:06.032Z | Downloaded sec1 v0.7.3 |
681 | 2024-11-28T00:56:06.034Z | Downloaded termios v0.3.3 |
682 | 2024-11-28T00:56:06.034Z | Downloaded unarray v0.1.4 |
683 | 2024-11-28T00:56:06.034Z | Downloaded num-iter v0.1.45 |
684 | 2024-11-28T00:56:06.037Z | Downloaded icu_normalizer_data v1.5.0 |
685 | 2024-11-28T00:56:06.040Z | Downloaded termcolor v1.4.1 |
686 | 2024-11-28T00:56:06.040Z | Downloaded ssh-encoding v0.2.0 |
687 | 2024-11-28T00:56:06.042Z | Downloaded yoke-derive v0.7.4 |
688 | 2024-11-28T00:56:06.042Z | Downloaded serde_yaml v0.9.34+deprecated |
689 | 2024-11-28T00:56:06.046Z | Downloaded peg-macros v0.8.4 |
690 | 2024-11-28T00:56:06.050Z | Downloaded num-complex v0.4.6 |
691 | 2024-11-28T00:56:06.053Z | Downloaded dhcproto-macros v0.1.0 |
692 | 2024-11-28T00:56:06.053Z | Downloaded paste v1.0.15 |
693 | 2024-11-28T00:56:06.057Z | Downloaded which v4.4.2 |
694 | 2024-11-28T00:56:06.057Z | Downloaded predicates-tree v1.0.11 |
695 | 2024-11-28T00:56:06.061Z | Downloaded crypto-bigint v0.5.5 |
696 | 2024-11-28T00:56:06.065Z | Downloaded xz2 v0.1.7 |
697 | 2024-11-28T00:56:06.068Z | Downloaded wyz v0.5.1 |
698 | 2024-11-28T00:56:06.068Z | Downloaded fs_extra v1.3.0 |
699 | 2024-11-28T00:56:06.071Z | Downloaded serde_path_to_error v0.1.16 |
700 | 2024-11-28T00:56:06.075Z | Downloaded termtree v0.4.1 |
701 | 2024-11-28T00:56:06.075Z | Downloaded russh-keys v0.45.0 |
702 | 2024-11-28T00:56:06.077Z | Downloaded foreign-types-shared v0.3.1 |
703 | 2024-11-28T00:56:06.077Z | Downloaded crossbeam-channel v0.5.13 |
704 | 2024-11-28T00:56:06.079Z | Downloaded serde-hex v0.1.0 |
705 | 2024-11-28T00:56:06.082Z | Downloaded want v0.3.1 |
706 | 2024-11-28T00:56:06.084Z | Downloaded waitgroup v0.1.2 |
707 | 2024-11-28T00:56:06.084Z | Downloaded toolchain_find v0.4.0 |
708 | 2024-11-28T00:56:06.086Z | Downloaded sqlformat v0.2.6 |
709 | 2024-11-28T00:56:06.088Z | Downloaded sct v0.7.1 |
710 | 2024-11-28T00:56:06.092Z | Downloaded phf_generator v0.11.2 |
711 | 2024-11-28T00:56:06.095Z | Downloaded precomputed-hash v0.1.1 |
712 | 2024-11-28T00:56:06.095Z | Downloaded tokio-native-tls v0.3.1 |
713 | 2024-11-28T00:56:06.097Z | Downloaded tokio-macros v2.4.0 |
714 | 2024-11-28T00:56:06.097Z | Downloaded phf_codegen v0.11.2 |
715 | 2024-11-28T00:56:06.100Z | Downloaded mockall v0.13.0 |
716 | 2024-11-28T00:56:06.100Z | Downloaded tracing-attributes v0.1.27 |
717 | 2024-11-28T00:56:06.102Z | Downloaded unicode-xid v0.2.6 |
718 | 2024-11-28T00:56:06.107Z | Downloaded vte_generate_state_changes v0.1.2 |
719 | 2024-11-28T00:56:06.107Z | Downloaded ppv-lite86 v0.2.20 |
720 | 2024-11-28T00:56:06.113Z | Downloaded powerfmt v0.2.0 |
721 | 2024-11-28T00:56:06.113Z | Downloaded pin-project-internal v1.1.6 |
722 | 2024-11-28T00:56:06.113Z | Downloaded des v0.8.1 |
723 | 2024-11-28T00:56:06.116Z | Downloaded rustc-hash v1.1.0 |
724 | 2024-11-28T00:56:06.116Z | Downloaded icu_locid v1.5.0 |
725 | 2024-11-28T00:56:06.119Z | Downloaded take_mut v0.2.2 |
726 | 2024-11-28T00:56:06.119Z | Downloaded float-ord v0.3.2 |
727 | 2024-11-28T00:56:06.121Z | Downloaded qorb v0.2.0 |
728 | 2024-11-28T00:56:06.124Z | Downloaded pkg-config v0.3.31 |
729 | 2024-11-28T00:56:06.132Z | Downloaded slab v0.4.9 |
730 | 2024-11-28T00:56:06.135Z | Downloaded signature v2.2.0 |
731 | 2024-11-28T00:56:06.135Z | Downloaded displaydoc v0.2.5 |
732 | 2024-11-28T00:56:06.135Z | Downloaded smf v0.2.3 |
733 | 2024-11-28T00:56:06.135Z | Downloaded psl-types v2.0.11 |
734 | 2024-11-28T00:56:06.135Z | Downloaded dyn-clone v1.0.17 |
735 | 2024-11-28T00:56:06.139Z | Downloaded serde_derive_internals v0.29.1 |
736 | 2024-11-28T00:56:06.139Z | Downloaded pkcs8 v0.10.2 |
737 | 2024-11-28T00:56:06.141Z | Downloaded wait-timeout v0.2.0 |
738 | 2024-11-28T00:56:06.143Z | Downloaded tabwriter v1.4.0 |
739 | 2024-11-28T00:56:06.146Z | Downloaded samael v0.0.17 |
740 | 2024-11-28T00:56:06.149Z | Downloaded rsa v0.9.6 |
741 | 2024-11-28T00:56:06.155Z | Downloaded time-core v0.1.2 |
742 | 2024-11-28T00:56:06.158Z | Downloaded multimap v0.10.0 |
743 | 2024-11-28T00:56:06.160Z | Downloaded fragile v2.0.0 |
744 | 2024-11-28T00:56:06.160Z | Downloaded form_urlencoded v1.2.1 |
745 | 2024-11-28T00:56:06.164Z | Downloaded diesel-dtrace v0.3.0 |
746 | 2024-11-28T00:56:06.164Z | Downloaded rustc-demangle v0.1.24 |
747 | 2024-11-28T00:56:06.169Z | Downloaded number_prefix v0.4.0 |
748 | 2024-11-28T00:56:06.169Z | Downloaded num_threads v0.1.7 |
749 | 2024-11-28T00:56:06.169Z | Downloaded icu_collections v1.5.0 |
750 | 2024-11-28T00:56:06.174Z | Downloaded num v0.4.3 |
751 | 2024-11-28T00:56:06.176Z | Downloaded r2d2 v0.8.10 |
752 | 2024-11-28T00:56:06.176Z | Downloaded futures-core v0.3.31 |
753 | 2024-11-28T00:56:06.178Z | Downloaded flagset v0.4.6 |
754 | 2024-11-28T00:56:06.180Z | Downloaded deranged v0.3.11 |
755 | 2024-11-28T00:56:06.181Z | Downloaded derive_more v0.99.18 |
756 | 2024-11-28T00:56:06.187Z | Downloaded hash32 v0.3.1 |
757 | 2024-11-28T00:56:06.189Z | Downloaded icu_properties v1.5.1 |
758 | 2024-11-28T00:56:06.192Z | Downloaded ref-cast v1.0.23 |
759 | 2024-11-28T00:56:06.194Z | Downloaded rustc_version v0.1.7 |
760 | 2024-11-28T00:56:06.194Z | Downloaded pin-utils v0.1.0 |
761 | 2024-11-28T00:56:06.196Z | Downloaded num_enum_derive v0.5.11 |
762 | 2024-11-28T00:56:06.199Z | Downloaded num_enum v0.5.11 |
763 | 2024-11-28T00:56:06.201Z | Downloaded walkdir v2.5.0 |
764 | 2024-11-28T00:56:06.204Z | Downloaded mockall_derive v0.13.0 |
765 | 2024-11-28T00:56:06.207Z | Downloaded openssl-probe v0.1.5 |
766 | 2024-11-28T00:56:06.209Z | Downloaded opaque-debug v0.3.1 |
767 | 2024-11-28T00:56:06.209Z | Downloaded difflib v0.4.0 |
768 | 2024-11-28T00:56:06.209Z | Downloaded parse-size v1.1.0 |
769 | 2024-11-28T00:56:06.212Z | Downloaded typify-macro v0.2.0 |
770 | 2024-11-28T00:56:06.212Z | Downloaded tui-tree-widget v0.22.0 |
771 | 2024-11-28T00:56:06.214Z | Downloaded smallvec v0.6.14 |
772 | 2024-11-28T00:56:06.217Z | Downloaded multer v3.1.0 |
773 | 2024-11-28T00:56:06.219Z | Downloaded yoke v0.7.4 |
774 | 2024-11-28T00:56:06.222Z | Downloaded unicase v2.7.0 |
775 | 2024-11-28T00:56:06.224Z | Downloaded tap v1.0.1 |
776 | 2024-11-28T00:56:06.224Z | Downloaded x509-cert v0.2.5 |
777 | 2024-11-28T00:56:06.230Z | Downloaded derive-where v1.2.7 |
778 | 2024-11-28T00:56:06.234Z | Downloaded rpassword v7.3.1 |
779 | 2024-11-28T00:56:06.236Z | Downloaded mirai-annotations v1.12.0 |
780 | 2024-11-28T00:56:06.236Z | Downloaded nu-ansi-term v0.50.1 |
781 | 2024-11-28T00:56:06.239Z | Downloaded fallible-iterator v0.3.0 |
782 | 2024-11-28T00:56:06.241Z | Downloaded untrusted v0.7.1 |
783 | 2024-11-28T00:56:06.251Z | Downloaded utf-8 v0.7.6 |
784 | 2024-11-28T00:56:06.252Z | Downloaded untrusted v0.9.0 |
785 | 2024-11-28T00:56:06.254Z | Downloaded num-rational v0.4.2 |
786 | 2024-11-28T00:56:06.254Z | Downloaded olpc-cjson v0.1.4 |
787 | 2024-11-28T00:56:06.254Z | Downloaded strum v0.26.3 |
788 | 2024-11-28T00:56:06.254Z | Downloaded dirs-next v2.0.0 |
789 | 2024-11-28T00:56:06.254Z | Downloaded parking_lot_core v0.9.10 |
790 | 2024-11-28T00:56:06.254Z | Downloaded crossterm v0.28.1 |
791 | 2024-11-28T00:56:06.260Z | Downloaded dirs-sys-next v0.1.2 |
792 | 2024-11-28T00:56:06.263Z | Downloaded shlex v1.3.0 |
793 | 2024-11-28T00:56:06.264Z | Downloaded normalize-line-endings v0.3.0 |
794 | 2024-11-28T00:56:06.266Z | Downloaded nodrop v0.1.14 |
795 | 2024-11-28T00:56:06.266Z | Downloaded minimal-lexical v0.2.1 |
796 | 2024-11-28T00:56:06.269Z | Downloaded radium v0.7.0 |
797 | 2024-11-28T00:56:06.272Z | Downloaded slog-term v2.9.1 |
798 | 2024-11-28T00:56:06.275Z | Downloaded dhcproto v0.12.0 |
799 | 2024-11-28T00:56:06.278Z | Downloaded progenitor-macro v0.8.0 |
800 | 2024-11-28T00:56:06.280Z | Downloaded typed-path v0.9.3 |
801 | 2024-11-28T00:56:06.288Z | Downloaded getrandom v0.2.15 |
802 | 2024-11-28T00:56:06.290Z | Downloaded rustversion v1.0.17 |
803 | 2024-11-28T00:56:06.290Z | Downloaded vsss-rs v3.3.4 |
804 | 2024-11-28T00:56:06.293Z | Downloaded schemars_derive v0.8.21 |
805 | 2024-11-28T00:56:06.296Z | Downloaded serde_with_macros v3.11.0 |
806 | 2024-11-28T00:56:06.299Z | Downloaded tokio-rustls v0.25.0 |
807 | 2024-11-28T00:56:06.302Z | Downloaded dropshot_endpoint v0.13.0 |
808 | 2024-11-28T00:56:06.304Z | Downloaded topological-sort v0.2.2 |
809 | 2024-11-28T00:56:06.304Z | Downloaded structmeta-derive v0.3.0 |
810 | 2024-11-28T00:56:06.309Z | Downloaded structmeta-derive v0.2.0 |
811 | 2024-11-28T00:56:06.309Z | Downloaded strip-ansi-escapes v0.2.0 |
812 | 2024-11-28T00:56:06.312Z | Downloaded zerocopy v0.6.6 |
813 | 2024-11-28T00:56:06.312Z | Downloaded rustc-hash v2.0.0 |
814 | 2024-11-28T00:56:06.314Z | Downloaded yasna v0.5.2 |
815 | 2024-11-28T00:56:06.319Z | Downloaded fxhash v0.2.1 |
816 | 2024-11-28T00:56:06.319Z | Downloaded diesel_table_macro_syntax v0.2.0 |
817 | 2024-11-28T00:56:06.319Z | Downloaded tinyvec_macros v0.1.1 |
818 | 2024-11-28T00:56:06.323Z | Downloaded rustyline v14.0.0 |
819 | 2024-11-28T00:56:06.326Z | Downloaded debug-ignore v1.0.5 |
820 | 2024-11-28T00:56:06.326Z | Downloaded aws-lc-rs v1.10.0 |
821 | 2024-11-28T00:56:06.335Z | Downloaded filetime v0.2.25 |
822 | 2024-11-28T00:56:06.338Z | Downloaded pretty-hex v0.2.1 |
823 | 2024-11-28T00:56:06.341Z | Downloaded pbkdf2 v0.11.0 |
824 | 2024-11-28T00:56:06.345Z | Downloaded pem-rfc7468 v0.7.0 |
825 | 2024-11-28T00:56:06.345Z | Downloaded vergen v8.3.2 |
826 | 2024-11-28T00:56:06.349Z | Downloaded percent-encoding v2.3.1 |
827 | 2024-11-28T00:56:06.349Z | Downloaded postcard v1.0.10 |
828 | 2024-11-28T00:56:06.352Z | Downloaded peg v0.8.4 |
829 | 2024-11-28T00:56:06.355Z | Downloaded resolv-conf v0.7.0 |
830 | 2024-11-28T00:56:06.355Z | Downloaded oso v0.27.3 |
831 | 2024-11-28T00:56:06.358Z | Downloaded tinystr v0.7.6 |
832 | 2024-11-28T00:56:06.363Z | Downloaded stringprep v0.1.5 |
833 | 2024-11-28T00:56:06.363Z | Downloaded string_cache v0.8.7 |
834 | 2024-11-28T00:56:06.367Z | Downloaded tls_codec v0.4.1 |
835 | 2024-11-28T00:56:06.367Z | Downloaded diff v0.1.13 |
836 | 2024-11-28T00:56:06.370Z | Downloaded either v1.13.0 |
837 | 2024-11-28T00:56:06.375Z | Downloaded unicode-truncate v1.1.0 |
838 | 2024-11-28T00:56:06.375Z | Downloaded new_debug_unreachable v1.0.6 |
839 | 2024-11-28T00:56:06.378Z | Downloaded foreign-types v0.5.0 |
840 | 2024-11-28T00:56:06.378Z | Downloaded write16 v1.0.0 |
841 | 2024-11-28T00:56:06.378Z | Downloaded zerovec-derive v0.10.3 |
842 | 2024-11-28T00:56:06.381Z | Downloaded foldhash v0.1.3 |
843 | 2024-11-28T00:56:06.381Z | Downloaded tokio-rustls v0.24.1 |
844 | 2024-11-28T00:56:06.387Z | Downloaded progenitor-impl v0.8.0 |
845 | 2024-11-28T00:56:06.390Z | Downloaded fd-lock v4.0.2 |
846 | 2024-11-28T00:56:06.390Z | Downloaded smallvec v1.13.2 |
847 | 2024-11-28T00:56:06.390Z | Downloaded snafu-derive v0.8.5 |
848 | 2024-11-28T00:56:06.393Z | Downloaded signal-hook-mio v0.2.4 |
849 | 2024-11-28T00:56:06.393Z | Downloaded num-traits v0.2.19 |
850 | 2024-11-28T00:56:06.397Z | Downloaded zone_cfg_derive v0.3.0 |
851 | 2024-11-28T00:56:06.397Z | Downloaded ff v0.13.0 |
852 | 2024-11-28T00:56:06.401Z | Downloaded pkcs1 v0.7.5 |
853 | 2024-11-28T00:56:06.401Z | Downloaded vte v0.11.1 |
854 | 2024-11-28T00:56:06.404Z | Downloaded sigpipe v0.1.3 |
855 | 2024-11-28T00:56:06.404Z | Downloaded display-error-chain v0.2.2 |
856 | 2024-11-28T00:56:06.407Z | Downloaded der_derive v0.7.3 |
857 | 2024-11-28T00:56:06.407Z | Downloaded quinn v0.11.5 |
858 | 2024-11-28T00:56:06.413Z | Downloaded simd-adler32 v0.3.7 |
859 | 2024-11-28T00:56:06.417Z | Downloaded proc-macro-crate v1.3.1 |
860 | 2024-11-28T00:56:06.417Z | Downloaded primeorder v0.13.6 |
861 | 2024-11-28T00:56:06.417Z | Downloaded fixedbitset v0.4.2 |
862 | 2024-11-28T00:56:06.420Z | Downloaded zerofrom-derive v0.1.4 |
863 | 2024-11-28T00:56:06.420Z | Downloaded nanorand v0.7.0 |
864 | 2024-11-28T00:56:06.424Z | Downloaded tokio-postgres v0.7.12 |
865 | 2024-11-28T00:56:06.427Z | Downloaded toml_edit v0.19.15 |
866 | 2024-11-28T00:56:06.447Z | Downloaded foreign-types v0.3.2 |
867 | 2024-11-28T00:56:06.450Z | Downloaded funty v2.0.0 |
868 | 2024-11-28T00:56:06.450Z | Downloaded siphasher v0.3.11 |
869 | 2024-11-28T00:56:06.450Z | Downloaded phf_shared v0.11.2 |
870 | 2024-11-28T00:56:06.450Z | Downloaded phf v0.11.2 |
871 | 2024-11-28T00:56:06.450Z | Downloaded predicates v3.1.2 |
872 | 2024-11-28T00:56:06.452Z | Downloaded miniz_oxide v0.8.0 |
873 | 2024-11-28T00:56:06.456Z | Downloaded scopeguard v1.2.0 |
874 | 2024-11-28T00:56:06.459Z | Downloaded itertools v0.10.5 |
875 | 2024-11-28T00:56:06.469Z | Downloaded zone_cfg_derive v0.1.2 |
876 | 2024-11-28T00:56:06.472Z | Downloaded same-file v1.0.6 |
877 | 2024-11-28T00:56:06.472Z | Downloaded spin v0.5.2 |
878 | 2024-11-28T00:56:06.472Z | Downloaded hashbrown v0.12.3 |
879 | 2024-11-28T00:56:06.475Z | Downloaded rustls-pemfile v1.0.4 |
880 | 2024-11-28T00:56:06.477Z | Downloaded socket2 v0.5.7 |
881 | 2024-11-28T00:56:06.480Z | Downloaded blake3 v1.5.4 |
882 | 2024-11-28T00:56:06.487Z | Downloaded universal-hash v0.5.1 |
883 | 2024-11-28T00:56:06.490Z | Downloaded zeroize v1.8.1 |
884 | 2024-11-28T00:56:06.494Z | Downloaded term v0.7.0 |
885 | 2024-11-28T00:56:06.496Z | Downloaded unicode-bidi v0.3.17 |
886 | 2024-11-28T00:56:06.499Z | Downloaded salty v0.3.0 |
887 | 2024-11-28T00:56:06.504Z | Downloaded newline-converter v0.3.0 |
888 | 2024-11-28T00:56:06.508Z | Downloaded path-slash v0.1.5 |
889 | 2024-11-28T00:56:06.511Z | Downloaded thiserror-impl-no-std v2.0.2 |
890 | 2024-11-28T00:56:06.511Z | Downloaded whoami v1.5.2 |
891 | 2024-11-28T00:56:06.511Z | Downloaded progenitor v0.8.0 |
892 | 2024-11-28T00:56:06.515Z | Downloaded packed_struct v0.10.1 |
893 | 2024-11-28T00:56:06.517Z | Downloaded native-tls v0.2.12 |
894 | 2024-11-28T00:56:06.517Z | Downloaded polyval v0.6.2 |
895 | 2024-11-28T00:56:06.520Z | Downloaded hashbrown v0.13.2 |
896 | 2024-11-28T00:56:06.523Z | Downloaded zone v0.3.0 |
897 | 2024-11-28T00:56:06.526Z | Downloaded poly1305 v0.8.0 |
898 | 2024-11-28T00:56:06.530Z | Downloaded rand_seeder v0.3.0 |
899 | 2024-11-28T00:56:06.530Z | Downloaded static_assertions v1.1.0 |
900 | 2024-11-28T00:56:06.534Z | Downloaded stable_deref_trait v1.2.0 |
901 | 2024-11-28T00:56:06.535Z | Downloaded fallible-iterator v0.2.0 |
902 | 2024-11-28T00:56:06.535Z | Downloaded tokio-tungstenite v0.24.0 |
903 | 2024-11-28T00:56:06.538Z | Downloaded tokio-stream v0.1.16 |
904 | 2024-11-28T00:56:06.541Z | Downloaded similar v2.6.0 |
905 | 2024-11-28T00:56:06.545Z | Downloaded strum_macros v0.25.3 |
906 | 2024-11-28T00:56:06.550Z | Downloaded enum-as-inner v0.6.1 |
907 | 2024-11-28T00:56:06.553Z | Downloaded ron v0.8.1 |
908 | 2024-11-28T00:56:06.560Z | Downloaded env_filter v0.1.2 |
909 | 2024-11-28T00:56:06.560Z | Downloaded newtype_derive v0.1.6 |
910 | 2024-11-28T00:56:06.563Z | Downloaded signal-hook-registry v1.4.2 |
911 | 2024-11-28T00:56:06.564Z | Downloaded rand_xorshift v0.3.0 |
912 | 2024-11-28T00:56:06.564Z | Downloaded packed_struct_codegen v0.10.1 |
913 | 2024-11-28T00:56:06.564Z | Downloaded enum-as-inner v0.5.1 |
914 | 2024-11-28T00:56:06.564Z | Downloaded rayon v1.10.0 |
915 | 2024-11-28T00:56:06.571Z | Downloaded parking_lot v0.11.2 |
916 | 2024-11-28T00:56:06.575Z | Downloaded env_logger v0.11.5 |
917 | 2024-11-28T00:56:06.579Z | Downloaded chrono v0.4.38 |
918 | 2024-11-28T00:56:06.586Z | Downloaded num-bigint v0.4.6 |
919 | 2024-11-28T00:56:06.591Z | Downloaded signal-hook-tokio v0.3.1 |
920 | 2024-11-28T00:56:06.593Z | Downloaded pkcs5 v0.7.1 |
921 | 2024-11-28T00:56:06.597Z | Downloaded zeroize_derive v1.4.2 |
922 | 2024-11-28T00:56:06.601Z | Downloaded password-hash v0.5.0 |
923 | 2024-11-28T00:56:06.601Z | Downloaded env_logger v0.10.2 |
924 | 2024-11-28T00:56:06.604Z | Downloaded defmt-parser v0.3.4 |
925 | 2024-11-28T00:56:06.604Z | Downloaded nibble_vec v0.1.0 |
926 | 2024-11-28T00:56:06.607Z | Downloaded parking_lot_core v0.8.6 |
927 | 2024-11-28T00:56:06.607Z | Downloaded parking_lot v0.12.3 |
928 | 2024-11-28T00:56:06.610Z | Downloaded thread_local v1.1.8 |
929 | 2024-11-28T00:56:06.614Z | Downloaded slog-scope v4.4.0 |
930 | 2024-11-28T00:56:06.614Z | Downloaded rand_core v0.6.4 |
931 | 2024-11-28T00:56:06.617Z | Downloaded hashlink v0.9.1 |
932 | 2024-11-28T00:56:06.617Z | Downloaded publicsuffix v2.2.3 |
933 | 2024-11-28T00:56:06.619Z | Downloaded rustfmt-wrapper v0.2.1 |
934 | 2024-11-28T00:56:06.622Z | Downloaded der v0.7.9 |
935 | 2024-11-28T00:56:06.627Z | Downloaded fatfs v0.3.6 |
936 | 2024-11-28T00:56:06.629Z | Downloaded rustc_version v0.4.1 |
937 | 2024-11-28T00:56:06.633Z | Downloaded strum_macros v0.26.4 |
938 | 2024-11-28T00:56:06.633Z | Downloaded snafu v0.8.5 |
939 | 2024-11-28T00:56:06.638Z | Downloaded elliptic-curve v0.13.8 |
940 | 2024-11-28T00:56:06.641Z | Downloaded postgres-types v0.2.8 |
941 | 2024-11-28T00:56:06.646Z | Downloaded headers v0.4.0 |
942 | 2024-11-28T00:56:06.650Z | Downloaded futures-macro v0.3.31 |
943 | 2024-11-28T00:56:06.655Z | Downloaded slog-json v2.6.1 |
944 | 2024-11-28T00:56:06.655Z | Downloaded scheduled-thread-pool v0.2.7 |
945 | 2024-11-28T00:56:06.657Z | Downloaded tungstenite v0.23.0 |
946 | 2024-11-28T00:56:06.659Z | Downloaded defmt-macros v0.3.9 |
947 | 2024-11-28T00:56:06.662Z | Downloaded futures-task v0.3.31 |
948 | 2024-11-28T00:56:06.666Z | Downloaded time-macros v0.2.18 |
949 | 2024-11-28T00:56:06.666Z | Downloaded rusty-fork v0.3.0 |
950 | 2024-11-28T00:56:06.670Z | Downloaded pbkdf2 v0.12.2 |
951 | 2024-11-28T00:56:06.670Z | Downloaded postgres-protocol v0.6.7 |
952 | 2024-11-28T00:56:06.670Z | Downloaded thiserror-no-std v2.0.2 |
953 | 2024-11-28T00:56:06.672Z | Downloaded ed25519 v2.2.3 |
954 | 2024-11-28T00:56:06.677Z | Downloaded ed25519-dalek v2.1.1 |
955 | 2024-11-28T00:56:06.681Z | Downloaded strum_macros v0.24.3 |
956 | 2024-11-28T00:56:06.681Z | Downloaded schemars v0.8.21 |
957 | 2024-11-28T00:56:06.692Z | Downloaded libxml v0.3.3 |
958 | 2024-11-28T00:56:06.697Z | Downloaded newtype-uuid v1.1.3 |
959 | 2024-11-28T00:56:06.707Z | Downloaded slog-stdlog v4.1.1 |
960 | 2024-11-28T00:56:06.707Z | Downloaded futures-sink v0.3.31 |
961 | 2024-11-28T00:56:06.707Z | Downloaded defmt v0.3.8 |
962 | 2024-11-28T00:56:06.707Z | Downloaded flume v0.11.1 |
963 | 2024-11-28T00:56:06.710Z | Downloaded slog v2.7.0 |
964 | 2024-11-28T00:56:06.712Z | Downloaded reedline v0.35.0 |
965 | 2024-11-28T00:56:06.719Z | Downloaded owo-colors v4.1.0 |
966 | 2024-11-28T00:56:06.721Z | Downloaded toml v0.7.8 |
967 | 2024-11-28T00:56:06.724Z | Downloaded omicron-zone-package v0.11.1 |
968 | 2024-11-28T00:56:06.727Z | Downloaded quick-xml v0.33.0 |
969 | 2024-11-28T00:56:06.733Z | Downloaded quinn-proto v0.11.8 |
970 | 2024-11-28T00:56:06.741Z | Downloaded pin-project v1.1.6 |
971 | 2024-11-28T00:56:06.751Z | Downloaded ecdsa v0.16.9 |
972 | 2024-11-28T00:56:06.755Z | Downloaded zopfli v0.8.1 |
973 | 2024-11-28T00:56:06.758Z | Downloaded unsafe-libyaml v0.2.11 |
974 | 2024-11-28T00:56:06.760Z | Downloaded zip v0.6.6 |
975 | 2024-11-28T00:56:06.763Z | Downloaded openssl-sys v0.9.103 |
976 | 2024-11-28T00:56:06.767Z | Downloaded rcgen v0.12.1 |
977 | 2024-11-28T00:56:06.770Z | Downloaded nom v7.1.3 |
978 | 2024-11-28T00:56:06.777Z | Downloaded p256 v0.13.2 |
979 | 2024-11-28T00:56:06.782Z | Downloaded serde_with v3.11.0 |
980 | 2024-11-28T00:56:06.788Z | Downloaded sqlparser v0.45.0 |
981 | 2024-11-28T00:56:06.794Z | Downloaded russh v0.45.0 |
982 | 2024-11-28T00:56:06.800Z | Downloaded rustls-webpki v0.102.8 |
983 | 2024-11-28T00:56:06.818Z | Downloaded zip v2.1.3 |
984 | 2024-11-28T00:56:06.821Z | Downloaded hickory-proto v0.24.1 |
985 | 2024-11-28T00:56:06.838Z | Downloaded hashbrown v0.14.5 |
986 | 2024-11-28T00:56:06.843Z | Downloaded unicode-normalization v0.1.24 |
987 | 2024-11-28T00:56:06.849Z | Downloaded p521 v0.13.3 |
988 | 2024-11-28T00:56:06.854Z | Downloaded curve25519-dalek v4.1.3 |
989 | 2024-11-28T00:56:06.862Z | Downloaded expectorate v1.1.0 |
990 | 2024-11-28T00:56:06.864Z | Downloaded unicode-segmentation v1.12.0 |
991 | 2024-11-28T00:56:06.867Z | Downloaded h2 v0.4.6 |
992 | 2024-11-28T00:56:06.873Z | Downloaded time v0.3.36 |
993 | 2024-11-28T00:56:06.882Z | Downloaded futures-channel v0.3.31 |
994 | 2024-11-28T00:56:06.885Z | Downloaded tracing-core v0.1.32 |
995 | 2024-11-28T00:56:06.885Z | Downloaded parse-zoneinfo v0.3.1 |
996 | 2024-11-28T00:56:06.891Z | Downloaded git2 v0.19.0 |
997 | 2024-11-28T00:56:06.895Z | Downloaded gimli v0.31.1 |
998 | 2024-11-28T00:56:06.904Z | Downloaded rand v0.8.5 |
999 | 2024-11-28T00:56:06.907Z | Downloaded num-bigint-dig v0.8.4 |
1000 | 2024-11-28T00:56:06.912Z | Downloaded rustls-webpki v0.101.7 |
1001 | 2024-11-28T00:56:06.926Z | Downloaded rustls v0.21.12 |
1002 | 2024-11-28T00:56:06.938Z | Downloaded zerovec v0.10.4 |
1003 | 2024-11-28T00:56:06.943Z | Downloaded portable-atomic v1.9.0 |
1004 | 2024-11-28T00:56:06.950Z | Downloaded proptest v1.5.0 |
1005 | 2024-11-28T00:56:06.961Z | Downloaded openssl v0.10.66 |
1006 | 2024-11-28T00:56:06.969Z | Downloaded tough v0.19.0 |
1007 | 2024-11-28T00:56:06.977Z | Downloaded dropshot v0.12.0 |
1008 | 2024-11-28T00:56:06.998Z | Downloaded smoltcp v0.9.1 |
1009 | 2024-11-28T00:56:07.008Z | Downloaded reqwest v0.12.9 |
1010 | 2024-11-28T00:56:07.016Z | Downloaded regex v1.11.1 |
1011 | 2024-11-28T00:56:07.029Z | Downloaded dropshot v0.13.0 |
1012 | 2024-11-28T00:56:07.049Z | Downloaded futures-util v0.3.31 |
1013 | 2024-11-28T00:56:07.061Z | Downloaded unicode-width v0.2.0 |
1014 | 2024-11-28T00:56:07.068Z | Downloaded petname v2.0.2 |
1015 | 2024-11-28T00:56:07.074Z | Downloaded webpki-roots v0.26.6 |
1016 | 2024-11-28T00:56:07.080Z | Downloaded p384 v0.13.0 |
1017 | 2024-11-28T00:56:07.084Z | Downloaded radix_trie v0.2.1 |
1018 | 2024-11-28T00:56:07.091Z | Downloaded nix v0.28.0 |
1019 | 2024-11-28T00:56:07.104Z | Downloaded trust-dns-proto v0.22.0 |
1020 | 2024-11-28T00:56:07.114Z | Downloaded nix v0.27.1 |
1021 | 2024-11-28T00:56:07.127Z | Downloaded nix v0.29.0 |
1022 | 2024-11-28T00:56:07.139Z | Downloaded object v0.30.4 |
1023 | 2024-11-28T00:56:07.149Z | Downloaded object v0.36.5 |
1024 | 2024-11-28T00:56:07.161Z | Downloaded regress v0.10.1 |
1025 | 2024-11-28T00:56:07.169Z | Downloaded diesel v2.2.4 |
1026 | 2024-11-28T00:56:07.187Z | Downloaded smoltcp v0.11.0 |
1027 | 2024-11-28T00:56:07.200Z | Downloaded rustls v0.23.14 |
1028 | 2024-11-28T00:56:07.213Z | Downloaded typify-impl v0.2.0 |
1029 | 2024-11-28T00:56:07.228Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1030 | 2024-11-28T00:56:07.240Z | Downloaded regress v0.9.1 |
1031 | 2024-11-28T00:56:07.249Z | Downloaded ratatui v0.28.1 |
1032 | 2024-11-28T00:56:07.269Z | Downloaded zerocopy-derive v0.6.6 |
1033 | 2024-11-28T00:56:07.283Z | Downloaded sled v0.34.7 |
1034 | 2024-11-28T00:56:07.289Z | Downloaded polar-core v0.27.3 |
1035 | 2024-11-28T00:56:07.299Z | Downloaded openapiv3 v2.0.0 |
1036 | 2024-11-28T00:56:07.310Z | Downloaded winnow v0.5.40 |
1037 | 2024-11-28T00:56:07.320Z | Downloaded zerocopy v0.8.10 |
1038 | 2024-11-28T00:56:07.343Z | Downloaded idna v0.3.0 |
1039 | 2024-11-28T00:56:07.350Z | Downloaded regex-syntax v0.6.29 |
1040 | 2024-11-28T00:56:07.358Z | Downloaded idna v0.2.3 |
1041 | 2024-11-28T00:56:07.364Z | Downloaded petgraph v0.6.5 |
1042 | 2024-11-28T00:56:07.381Z | Downloaded vcpkg v0.2.15 |
1043 | 2024-11-28T00:56:07.419Z | Downloaded rustls v0.22.4 |
1044 | 2024-11-28T00:56:07.432Z | Downloaded regex-automata v0.4.8 |
1045 | 2024-11-28T00:56:07.453Z | Downloaded sha3 v0.10.8 |
1046 | 2024-11-28T00:56:07.456Z | Downloaded lzma-sys v0.1.20 |
1047 | 2024-11-28T00:56:07.487Z | Downloaded csv v1.3.0 |
1048 | 2024-11-28T00:56:07.504Z | Downloaded idna v0.4.0 |
1049 | 2024-11-28T00:56:07.510Z | Downloaded idna v0.5.0 |
1050 | 2024-11-28T00:56:07.517Z | Downloaded tokio v1.40.0 |
1051 | 2024-11-28T00:56:07.557Z | Downloaded bstr v1.10.0 |
1052 | 2024-11-28T00:56:07.566Z | Downloaded libz-sys v1.1.20 |
1053 | 2024-11-28T00:56:07.588Z | Downloaded tokio-util v0.7.12 |
1054 | 2024-11-28T00:56:07.593Z | Downloaded regex-syntax v0.8.5 |
1055 | 2024-11-28T00:56:07.601Z | Downloaded chrono-tz v0.10.0 |
1056 | 2024-11-28T00:56:07.610Z | Downloaded icu_properties_data v1.5.0 |
1057 | 2024-11-28T00:56:07.619Z | Downloaded lalrpop v0.19.12 |
1058 | 2024-11-28T00:56:07.631Z | Downloaded futures v0.3.31 |
1059 | 2024-11-28T00:56:07.639Z | Downloaded unicode_categories v0.1.1 |
1060 | 2024-11-28T00:56:07.641Z | Downloaded mio v1.0.2 |
1061 | 2024-11-28T00:56:07.646Z | Downloaded rayon-core v1.12.1 |
1062 | 2024-11-28T00:56:07.649Z | Downloaded steno v0.4.1 |
1063 | 2024-11-28T00:56:07.654Z | Downloaded embedded-io v0.4.0 |
1064 | 2024-11-28T00:56:07.657Z | Downloaded test-strategy v0.3.1 |
1065 | 2024-11-28T00:56:07.662Z | Downloaded ssh-key v0.6.6 |
1066 | 2024-11-28T00:56:07.666Z | Downloaded itertools v0.12.1 |
1067 | 2024-11-28T00:56:07.674Z | Downloaded bindgen v0.69.5 |
1068 | 2024-11-28T00:56:07.681Z | Downloaded rustls-pemfile v2.2.0 |
1069 | 2024-11-28T00:56:07.684Z | Downloaded pin-project-lite v0.2.14 |
1070 | 2024-11-28T00:56:07.688Z | Downloaded password-hash v0.4.2 |
1071 | 2024-11-28T00:56:07.690Z | Downloaded tungstenite v0.21.0 |
1072 | 2024-11-28T00:56:07.693Z | Downloaded tokio-rustls v0.26.0 |
1073 | 2024-11-28T00:56:07.695Z | Downloaded url v2.5.3 |
1074 | 2024-11-28T00:56:07.698Z | Downloaded unicode-properties v0.1.3 |
1075 | 2024-11-28T00:56:07.701Z | Downloaded signal-hook v0.3.17 |
1076 | 2024-11-28T00:56:07.704Z | Downloaded rustls-pki-types v1.9.0 |
1077 | 2024-11-28T00:56:07.707Z | Downloaded hyper v1.5.0 |
1078 | 2024-11-28T00:56:07.714Z | Downloaded rusqlite v0.32.1 |
1079 | 2024-11-28T00:56:07.722Z | Downloaded itertools v0.13.0 |
1080 | 2024-11-28T00:56:07.731Z | Downloaded fallible-streaming-iterator v0.1.9 |
1081 | 2024-11-28T00:56:07.733Z | Downloaded darling_core v0.20.10 |
1082 | 2024-11-28T00:56:07.735Z | Downloaded encoding_rs v0.8.34 |
1083 | 2024-11-28T00:56:07.758Z | Downloaded diesel_derives v2.2.3 |
1084 | 2024-11-28T00:56:07.763Z | Downloaded idna v1.0.3 |
1085 | 2024-11-28T00:56:07.766Z | Downloaded libm v0.2.8 |
1086 | 2024-11-28T00:56:07.772Z | Downloaded bitvec v1.0.1 |
1087 | 2024-11-28T00:56:07.787Z | Downloaded tinyvec v1.8.0 |
1088 | 2024-11-28T00:56:07.790Z | Downloaded ron v0.7.1 |
1089 | 2024-11-28T00:56:07.795Z | Downloaded tungstenite v0.24.0 |
1090 | 2024-11-28T00:56:07.798Z | Downloaded tar v0.4.42 |
1091 | 2024-11-28T00:56:07.801Z | Downloaded writeable v0.5.5 |
1092 | 2024-11-28T00:56:07.804Z | Downloaded synstructure v0.13.1 |
1093 | 2024-11-28T00:56:07.806Z | Downloaded flate2 v1.0.34 |
1094 | 2024-11-28T00:56:07.810Z | Downloaded tracing v0.1.40 |
1095 | 2024-11-28T00:56:07.814Z | Downloaded gethostname v0.5.0 |
1096 | 2024-11-28T00:56:07.817Z | Downloaded dropshot_endpoint v0.12.0 |
1097 | 2024-11-28T00:56:07.819Z | Downloaded value-bag v1.9.0 |
1098 | 2024-11-28T00:56:07.822Z | Downloaded half v2.4.1 |
1099 | 2024-11-28T00:56:07.824Z | Downloaded parse-display-derive v0.10.0 |
1100 | 2024-11-28T00:56:07.828Z | Downloaded hkdf v0.12.4 |
1101 | 2024-11-28T00:56:07.830Z | Downloaded quick-error v1.2.3 |
1102 | 2024-11-28T00:56:07.830Z | Downloaded tokio-tungstenite v0.23.1 |
1103 | 2024-11-28T00:56:07.834Z | Downloaded structmeta v0.3.0 |
1104 | 2024-11-28T00:56:07.834Z | Downloaded zerocopy-derive v0.8.10 |
1105 | 2024-11-28T00:56:07.840Z | Downloaded serde_urlencoded v0.7.1 |
1106 | 2024-11-28T00:56:07.842Z | Downloaded serde_repr v0.1.19 |
1107 | 2024-11-28T00:56:07.842Z | Downloaded indicatif v0.17.9 |
1108 | 2024-11-28T00:56:07.846Z | Downloaded icu_normalizer v1.5.0 |
1109 | 2024-11-28T00:56:07.849Z | Downloaded icu_locid_transform_data v1.5.0 |
1110 | 2024-11-28T00:56:07.853Z | Downloaded uzers v0.12.1 |
1111 | 2024-11-28T00:56:07.856Z | Downloaded ssh-cipher v0.2.0 |
1112 | 2024-11-28T00:56:07.856Z | Downloaded hash32 v0.2.1 |
1113 | 2024-11-28T00:56:07.859Z | Downloaded group v0.13.0 |
1114 | 2024-11-28T00:56:07.859Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1115 | 2024-11-28T00:56:07.917Z | Downloaded futures-io v0.3.31 |
1116 | 2024-11-28T00:56:07.919Z | Downloaded dunce v1.0.5 |
1117 | 2024-11-28T00:56:07.919Z | Downloaded xattr v1.3.1 |
1118 | 2024-11-28T00:56:07.922Z | Downloaded crc-any v2.5.0 |
1119 | 2024-11-28T00:56:07.924Z | Downloaded const_format v0.2.33 |
1120 | 2024-11-28T00:56:07.930Z | Downloaded cc v1.1.30 |
1121 | 2024-11-28T00:56:07.933Z | Downloaded num-derive v0.4.2 |
1122 | 2024-11-28T00:56:07.933Z | Downloaded lock_api v0.4.12 |
1123 | 2024-11-28T00:56:07.937Z | Downloaded indexmap v1.9.3 |
1124 | 2024-11-28T00:56:07.940Z | Downloaded icu_locid_transform v1.5.0 |
1125 | 2024-11-28T00:56:07.940Z | Downloaded spin v0.9.8 |
1126 | 2024-11-28T00:56:07.942Z | Downloaded mime_guess v2.0.5 |
1127 | 2024-11-28T00:56:07.944Z | Downloaded memmap2 v0.9.5 |
1128 | 2024-11-28T00:56:07.946Z | Downloaded typify v0.2.0 |
1129 | 2024-11-28T00:56:07.948Z | Downloaded ghash v0.5.1 |
1130 | 2024-11-28T00:56:07.950Z | Downloaded derive_builder_macro v0.20.2 |
1131 | 2024-11-28T00:56:07.950Z | Downloaded hyper-util v0.1.10 |
1132 | 2024-11-28T00:56:07.954Z | Downloaded chacha20poly1305 v0.10.1 |
1133 | 2024-11-28T00:56:07.957Z | Downloaded embedded-io v0.6.1 |
1134 | 2024-11-28T00:56:07.959Z | Downloaded zerofrom v0.1.4 |
1135 | 2024-11-28T00:56:07.959Z | Downloaded dsl_auto_type v0.1.2 |
1136 | 2024-11-28T00:56:07.959Z | Downloaded ref-cast-impl v1.0.23 |
1137 | 2024-11-28T00:56:07.963Z | Downloaded lockfree-object-pool v0.1.6 |
1138 | 2024-11-28T00:56:07.965Z | Downloaded is-terminal v0.4.13 |
1139 | 2024-11-28T00:56:07.965Z | Downloaded cookie v0.18.1 |
1140 | 2024-11-28T00:56:07.968Z | Downloaded clang-sys v1.8.1 |
1141 | 2024-11-28T00:56:07.970Z | Downloaded tls_codec_derive v0.4.1 |
1142 | 2024-11-28T00:56:07.974Z | Downloaded mime v0.3.17 |
1143 | 2024-11-28T00:56:07.974Z | Downloaded md-5 v0.10.6 |
1144 | 2024-11-28T00:56:07.974Z | Downloaded maybe-uninit v2.0.0 |
1145 | 2024-11-28T00:56:07.976Z | Downloaded maplit v1.0.2 |
1146 | 2024-11-28T00:56:07.976Z | Downloaded managed v0.8.0 |
1147 | 2024-11-28T00:56:07.979Z | Downloaded lalrpop-util v0.19.12 |
1148 | 2024-11-28T00:56:07.979Z | Downloaded slog-dtrace v0.3.0 |
1149 | 2024-11-28T00:56:07.979Z | Downloaded slog-bunyan v2.5.0 |
1150 | 2024-11-28T00:56:07.982Z | Downloaded slog-async v2.8.0 |
1151 | 2024-11-28T00:56:07.984Z | Downloaded russh-cryptovec v0.7.3 |
1152 | 2024-11-28T00:56:07.984Z | Downloaded rfc6979 v0.4.0 |
1153 | 2024-11-28T00:56:07.984Z | Downloaded quinn-udp v0.5.5 |
1154 | 2024-11-28T00:56:07.986Z | Downloaded libefi-sys v0.1.0 |
1155 | 2024-11-28T00:56:07.986Z | Downloaded inout v0.1.3 |
1156 | 2024-11-28T00:56:07.988Z | Downloaded indent_write v2.2.0 |
1157 | 2024-11-28T00:56:07.988Z | Downloaded impl-trait-for-tuples v0.2.2 |
1158 | 2024-11-28T00:56:07.991Z | Downloaded idna_adapter v1.2.0 |
1159 | 2024-11-28T00:56:07.993Z | Downloaded convert_case v0.4.0 |
1160 | 2024-11-28T00:56:07.993Z | Downloaded constant_time_eq v0.3.1 |
1161 | 2024-11-28T00:56:07.996Z | Downloaded const_format_proc_macros v0.2.33 |
1162 | 2024-11-28T00:56:07.998Z | Downloaded bytes v1.8.0 |
1163 | 2024-11-28T00:56:08.001Z | Downloaded blake2 v0.10.6 |
1164 | 2024-11-28T00:56:08.004Z | Downloaded crossbeam-deque v0.8.5 |
1165 | 2024-11-28T00:56:08.007Z | Downloaded highway v1.2.0 |
1166 | 2024-11-28T00:56:08.007Z | Downloaded ciborium-ll v0.2.2 |
1167 | 2024-11-28T00:56:08.012Z | Downloaded chacha20 v0.9.1 |
1168 | 2024-11-28T00:56:08.012Z | Downloaded bcs v0.1.6 |
1169 | 2024-11-28T00:56:08.015Z | Downloaded ciborium-io v0.2.2 |
1170 | 2024-11-28T00:56:08.015Z | Downloaded cfg_aliases v0.2.1 |
1171 | 2024-11-28T00:56:08.015Z | Downloaded cfg_aliases v0.1.1 |
1172 | 2024-11-28T00:56:08.017Z | Downloaded bit-vec v0.6.3 |
1173 | 2024-11-28T00:56:08.017Z | Downloaded ascii-canvas v3.0.0 |
1174 | 2024-11-28T00:56:08.017Z | Downloaded arc-swap v1.7.1 |
1175 | 2024-11-28T00:56:08.020Z | Downloaded heapless v0.7.17 |
1176 | 2024-11-28T00:56:08.206Z | Downloaded libsqlite3-sys v0.30.1 |
1177 | 2024-11-28T00:56:08.399Z | Downloaded ring v0.17.8 |
1178 | 2024-11-28T00:56:08.548Z | Downloaded ring v0.16.20 |
1179 | 2024-11-28T00:56:08.781Z | Downloaded aws-lc-sys v0.22.0 |
1180 | 2024-11-28T00:56:09.094Z | Compiling serde v1.0.215 |
1181 | 2024-11-28T00:56:09.096Z | Compiling lock_api v0.4.12 |
1182 | 2024-11-28T00:56:09.096Z | Compiling scopeguard v1.2.0 |
1183 | 2024-11-28T00:56:09.096Z | Compiling value-bag v1.9.0 |
1184 | 2024-11-28T00:56:09.096Z | Compiling typenum v1.17.0 |
1185 | 2024-11-28T00:56:09.249Z | Compiling generic-array v0.14.7 |
1186 | 2024-11-28T00:56:09.296Z | Compiling syn v2.0.87 |
1187 | 2024-11-28T00:56:09.311Z | Compiling getrandom v0.2.15 |
1188 | 2024-11-28T00:56:09.459Z | Compiling shlex v1.3.0 |
1189 | 2024-11-28T00:56:09.580Z | Compiling rand_core v0.6.4 |
1190 | 2024-11-28T00:56:09.735Z | Compiling log v0.4.22 |
1191 | 2024-11-28T00:56:09.823Z | Compiling subtle v2.6.1 |
1192 | 2024-11-28T00:56:09.862Z | Compiling jobserver v0.1.32 |
1193 | 2024-11-28T00:56:09.889Z | Compiling const-oid v0.9.6 |
1194 | 2024-11-28T00:56:10.116Z | Compiling smallvec v1.13.2 |
1195 | 2024-11-28T00:56:10.156Z | Compiling spin v0.9.8 |
1196 | 2024-11-28T00:56:10.188Z | Compiling pin-project-lite v0.2.14 |
1197 | 2024-11-28T00:56:10.311Z | Compiling cc v1.1.30 |
1198 | 2024-11-28T00:56:10.663Z | Compiling rustix v0.38.37 |
1199 | 2024-11-28T00:56:10.726Z | Compiling parking_lot_core v0.9.10 |
1200 | 2024-11-28T00:56:10.744Z | Compiling futures-core v0.3.31 |
1201 | 2024-11-28T00:56:10.904Z | Compiling signal-hook-registry v1.4.2 |
1202 | 2024-11-28T00:56:11.000Z | Compiling mio v1.0.2 |
1203 | 2024-11-28T00:56:11.638Z | Compiling parking_lot v0.12.3 |
1204 | 2024-11-28T00:56:11.810Z | Compiling aho-corasick v1.1.3 |
1205 | 2024-11-28T00:56:11.965Z | Compiling regex-syntax v0.8.5 |
1206 | 2024-11-28T00:56:12.082Z | Compiling cpufeatures v0.2.14 |
1207 | 2024-11-28T00:56:12.181Z | Compiling either v1.13.0 |
1208 | 2024-11-28T00:56:12.202Z | Compiling lazy_static v1.5.0 |
1209 | 2024-11-28T00:56:12.310Z | Compiling glob v0.3.1 |
1210 | 2024-11-28T00:56:12.332Z | Compiling stable_deref_trait v1.2.0 |
1211 | 2024-11-28T00:56:12.450Z | Compiling futures-sink v0.3.31 |
1212 | 2024-11-28T00:56:12.650Z | Compiling socket2 v0.5.7 |
1213 | 2024-11-28T00:56:12.670Z | Compiling slab v0.4.9 |
1214 | 2024-11-28T00:56:12.690Z | Compiling prettyplease v0.2.25 |
1215 | 2024-11-28T00:56:13.080Z | Compiling minimal-lexical v0.2.1 |
1216 | 2024-11-28T00:56:13.447Z | Compiling clang-sys v1.8.1 |
1217 | 2024-11-28T00:56:13.468Z | Compiling libloading v0.8.5 |
1218 | 2024-11-28T00:56:13.663Z | Compiling nom v7.1.3 |
1219 | 2024-11-28T00:56:13.753Z | Compiling serde_json v1.0.132 |
1220 | 2024-11-28T00:56:13.916Z | Compiling home v0.5.9 |
1221 | 2024-11-28T00:56:14.090Z | Compiling bindgen v0.69.5 |
1222 | 2024-11-28T00:56:14.259Z | Compiling itertools v0.12.1 |
1223 | 2024-11-28T00:56:14.979Z | Compiling futures-channel v0.3.31 |
1224 | 2024-11-28T00:56:15.212Z | Compiling lazycell v1.3.0 |
1225 | 2024-11-28T00:56:15.389Z | Compiling allocator-api2 v0.2.18 |
1226 | 2024-11-28T00:56:15.419Z | Compiling futures-io v0.3.31 |
1227 | 2024-11-28T00:56:15.798Z | Compiling pin-utils v0.1.0 |
1228 | 2024-11-28T00:56:15.909Z | Compiling regex-automata v0.4.8 |
1229 | 2024-11-28T00:56:16.272Z | Compiling rustc-hash v1.1.0 |
1230 | 2024-11-28T00:56:16.428Z | Compiling foldhash v0.1.3 |
1231 | 2024-11-28T00:56:16.775Z | Compiling futures-task v0.3.31 |
1232 | 2024-11-28T00:56:17.100Z | Compiling hashbrown v0.15.0 |
1233 | 2024-11-28T00:56:17.600Z | Compiling synstructure v0.13.1 |
1234 | 2024-11-28T00:56:18.022Z | Compiling cexpr v0.6.0 |
1235 | 2024-11-28T00:56:18.486Z | Compiling cmake v0.1.51 |
1236 | 2024-11-28T00:56:19.193Z | Compiling dunce v1.0.5 |
1237 | 2024-11-28T00:56:19.330Z | Compiling tinyvec_macros v0.1.1 |
1238 | 2024-11-28T00:56:19.356Z | Compiling libm v0.2.8 |
1239 | 2024-11-28T00:56:19.425Z | Compiling pkg-config v0.3.31 |
1240 | 2024-11-28T00:56:19.576Z | Compiling fs_extra v1.3.0 |
1241 | 2024-11-28T00:56:19.724Z | Compiling tinyvec v1.8.0 |
1242 | 2024-11-28T00:56:19.892Z | Compiling num-traits v0.2.19 |
1243 | 2024-11-28T00:56:20.423Z | Compiling ring v0.17.8 |
1244 | 2024-11-28T00:56:20.946Z | Compiling paste v1.0.15 |
1245 | 2024-11-28T00:56:21.039Z | Compiling litemap v0.7.3 |
1246 | 2024-11-28T00:56:21.332Z | Compiling unicode-normalization v0.1.24 |
1247 | 2024-11-28T00:56:21.435Z | Compiling base64ct v1.6.0 |
1248 | 2024-11-28T00:56:21.479Z | Compiling unicode-bidi v0.3.17 |
1249 | 2024-11-28T00:56:21.577Z | Compiling writeable v0.5.5 |
1250 | 2024-11-28T00:56:21.665Z | Compiling regex v1.11.1 |
1251 | 2024-11-28T00:56:22.036Z | Compiling pem-rfc7468 v0.7.0 |
1252 | 2024-11-28T00:56:22.796Z | Compiling flagset v0.4.6 |
1253 | 2024-11-28T00:56:22.829Z | Compiling aws-lc-rs v1.10.0 |
1254 | 2024-11-28T00:56:22.980Z | Compiling httparse v1.9.5 |
1255 | 2024-11-28T00:56:23.288Z | Compiling tracing-core v0.1.32 |
1256 | 2024-11-28T00:56:23.845Z | Compiling percent-encoding v2.3.1 |
1257 | 2024-11-28T00:56:24.172Z | Compiling crossbeam-utils v0.8.20 |
1258 | 2024-11-28T00:56:24.206Z | Compiling icu_locid_transform_data v1.5.0 |
1259 | 2024-11-28T00:56:24.318Z | Compiling rustls-pki-types v1.9.0 |
1260 | 2024-11-28T00:56:24.611Z | Compiling vcpkg v0.2.15 |
1261 | 2024-11-28T00:56:24.700Z | Compiling serde_derive v1.0.215 |
1262 | 2024-11-28T00:56:24.760Z | Compiling zeroize_derive v1.4.2 |
1263 | 2024-11-28T00:56:25.253Z | Compiling zerocopy-derive v0.7.35 |
1264 | 2024-11-28T00:56:25.447Z | Compiling tokio-macros v2.4.0 |
1265 | 2024-11-28T00:56:26.448Z | Compiling zeroize v1.8.1 |
1266 | 2024-11-28T00:56:26.645Z | Compiling zerofrom-derive v0.1.4 |
1267 | 2024-11-28T00:56:26.815Z | Compiling yoke-derive v0.7.4 |
1268 | 2024-11-28T00:56:27.124Z | Compiling thiserror-impl v1.0.69 |
1269 | 2024-11-28T00:56:27.632Z | Compiling zerocopy v0.7.35 |
1270 | 2024-11-28T00:56:28.119Z | Compiling futures-macro v0.3.31 |
1271 | 2024-11-28T00:56:28.260Z | Compiling crypto-common v0.1.6 |
1272 | 2024-11-28T00:56:28.516Z | Compiling block-buffer v0.10.4 |
1273 | 2024-11-28T00:56:28.801Z | Compiling digest v0.10.7 |
1274 | 2024-11-28T00:56:29.110Z | Compiling zerovec-derive v0.10.3 |
1275 | 2024-11-28T00:56:29.292Z | Compiling hmac v0.12.1 |
1276 | 2024-11-28T00:56:29.342Z | Compiling block-padding v0.3.3 |
1277 | 2024-11-28T00:56:29.537Z | Compiling displaydoc v0.2.5 |
1278 | 2024-11-28T00:56:29.603Z | Compiling inout v0.1.3 |
1279 | 2024-11-28T00:56:29.911Z | Compiling cipher v0.4.4 |
1280 | 2024-11-28T00:56:30.049Z | Compiling sha2 v0.10.8 |
1281 | 2024-11-28T00:56:30.150Z | Compiling futures-util v0.3.31 |
1282 | 2024-11-28T00:56:30.532Z | Compiling ppv-lite86 v0.2.20 |
1283 | 2024-11-28T00:56:30.646Z | Compiling thiserror v1.0.69 |
1284 | 2024-11-28T00:56:30.800Z | Compiling der_derive v0.7.3 |
1285 | 2024-11-28T00:56:30.930Z | Compiling zerofrom v0.1.4 |
1286 | 2024-11-28T00:56:31.160Z | Compiling yoke v0.7.4 |
1287 | 2024-11-28T00:56:31.359Z | Compiling icu_provider_macros v1.5.0 |
1288 | 2024-11-28T00:56:31.400Z | Compiling rand_chacha v0.3.1 |
1289 | 2024-11-28T00:56:31.558Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-11-28T00:56:31.928Z | Compiling zerovec v0.10.4 |
1291 | 2024-11-28T00:56:32.577Z | Compiling rand v0.8.5 |
1292 | 2024-11-28T00:56:33.465Z | Compiling der v0.7.9 |
1293 | 2024-11-28T00:56:33.738Z | Compiling tinystr v0.7.6 |
1294 | 2024-11-28T00:56:33.849Z | Compiling icu_collections v1.5.0 |
1295 | 2024-11-28T00:56:34.160Z | Compiling icu_locid v1.5.0 |
1296 | 2024-11-28T00:56:34.208Z | Compiling pest v2.7.14 |
1297 | 2024-11-28T00:56:34.914Z | Compiling salsa20 v0.10.2 |
1298 | 2024-11-28T00:56:35.157Z | Compiling pbkdf2 v0.12.2 |
1299 | 2024-11-28T00:56:35.331Z | Compiling icu_provider v1.5.0 |
1300 | 2024-11-28T00:56:35.435Z | Compiling time-core v0.1.2 |
1301 | 2024-11-28T00:56:35.491Z | Compiling tracing v0.1.40 |
1302 | 2024-11-28T00:56:35.597Z | Compiling num-conv v0.1.0 |
1303 | 2024-11-28T00:56:35.899Z | Compiling spki v0.7.3 |
1304 | 2024-11-28T00:56:36.051Z | Compiling untrusted v0.9.0 |
1305 | 2024-11-28T00:56:36.244Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2024-11-28T00:56:36.284Z | Compiling powerfmt v0.2.0 |
1307 | 2024-11-28T00:56:36.483Z | Compiling untrusted v0.7.1 |
1308 | 2024-11-28T00:56:36.585Z | Compiling icu_properties_data v1.5.0 |
1309 | 2024-11-28T00:56:36.677Z | Compiling mirai-annotations v1.12.0 |
1310 | 2024-11-28T00:56:36.699Z | Compiling deranged v0.3.11 |
1311 | 2024-11-28T00:56:36.844Z | Compiling pest_meta v2.7.14 |
1312 | 2024-11-28T00:56:36.890Z | Compiling time-macros v0.2.18 |
1313 | 2024-11-28T00:56:37.369Z | Compiling scrypt v0.11.0 |
1314 | 2024-11-28T00:56:37.989Z | Compiling icu_properties v1.5.1 |
1315 | 2024-11-28T00:56:38.266Z | Compiling cbc v0.1.2 |
1316 | 2024-11-28T00:56:38.513Z | Compiling aes v0.8.4 |
1317 | 2024-11-28T00:56:38.696Z | Compiling openssl-sys v0.9.103 |
1318 | 2024-11-28T00:56:38.983Z | Compiling scroll_derive v0.12.0 |
1319 | 2024-11-28T00:56:39.605Z | Compiling bitflags v2.6.0 |
1320 | 2024-11-28T00:56:39.835Z | Compiling bytes v1.8.0 |
1321 | 2024-11-28T00:56:40.563Z | Compiling indexmap v2.6.0 |
1322 | 2024-11-28T00:56:40.614Z | Compiling semver v1.0.23 |
1323 | 2024-11-28T00:56:41.251Z | Compiling tokio v1.40.0 |
1324 | 2024-11-28T00:56:41.384Z | Compiling http v1.1.0 |
1325 | 2024-11-28T00:56:41.482Z | Compiling rustc_version v0.4.1 |
1326 | 2024-11-28T00:56:42.133Z | Compiling atomic-waker v1.1.2 |
1327 | 2024-11-28T00:56:42.155Z | Compiling icu_normalizer_data v1.5.0 |
1328 | 2024-11-28T00:56:42.262Z | Compiling num_threads v0.1.7 |
1329 | 2024-11-28T00:56:42.325Z | Compiling utf8_iter v1.0.4 |
1330 | 2024-11-28T00:56:42.327Z | Compiling utf16_iter v1.0.5 |
1331 | 2024-11-28T00:56:42.397Z | Compiling write16 v1.0.0 |
1332 | 2024-11-28T00:56:42.540Z | Compiling icu_normalizer v1.5.0 |
1333 | 2024-11-28T00:56:42.543Z | Compiling time v0.3.36 |
1334 | 2024-11-28T00:56:42.602Z | Compiling scroll v0.12.0 |
1335 | 2024-11-28T00:56:43.087Z | Compiling http-body v1.0.1 |
1336 | 2024-11-28T00:56:43.299Z | Compiling pkcs5 v0.7.1 |
1337 | 2024-11-28T00:56:43.325Z | Compiling pest_generator v2.7.14 |
1338 | 2024-11-28T00:56:43.650Z | Compiling form_urlencoded v1.2.1 |
1339 | 2024-11-28T00:56:43.994Z | Compiling try-lock v0.2.5 |
1340 | 2024-11-28T00:56:44.020Z | Compiling slog v2.7.0 |
1341 | 2024-11-28T00:56:44.154Z | Compiling which v4.4.2 |
1342 | 2024-11-28T00:56:44.616Z | Compiling want v0.3.1 |
1343 | 2024-11-28T00:56:44.660Z | Compiling goblin v0.8.2 |
1344 | 2024-11-28T00:56:44.804Z | Compiling pkcs8 v0.10.2 |
1345 | 2024-11-28T00:56:44.903Z | Compiling idna_adapter v1.2.0 |
1346 | 2024-11-28T00:56:45.129Z | Compiling httpdate v1.0.3 |
1347 | 2024-11-28T00:56:45.442Z | Compiling pest_derive v2.7.14 |
1348 | 2024-11-28T00:56:45.551Z | Compiling idna v1.0.3 |
1349 | 2024-11-28T00:56:45.672Z | Compiling uuid v1.11.0 |
1350 | 2024-11-28T00:56:46.277Z | Compiling dtrace-parser v0.2.0 |
1351 | 2024-11-28T00:56:46.426Z | Compiling serde_tokenstream v0.2.2 |
1352 | 2024-11-28T00:56:47.069Z | Compiling toml_datetime v0.6.8 |
1353 | 2024-11-28T00:56:47.102Z | Compiling serde_spanned v0.6.8 |
1354 | 2024-11-28T00:56:47.349Z | Compiling openssl v0.10.66 |
1355 | 2024-11-28T00:56:47.495Z | Compiling base64 v0.22.1 |
1356 | 2024-11-28T00:56:47.611Z | Compiling rustversion v1.0.17 |
1357 | 2024-11-28T00:56:47.783Z | Compiling tower-service v0.3.3 |
1358 | 2024-11-28T00:56:47.921Z | Compiling match_cfg v0.1.0 |
1359 | 2024-11-28T00:56:47.987Z | Compiling iana-time-zone v0.1.61 |
1360 | 2024-11-28T00:56:48.016Z | Compiling adler2 v2.0.0 |
1361 | 2024-11-28T00:56:48.226Z | Compiling foreign-types-shared v0.1.1 |
1362 | 2024-11-28T00:56:48.257Z | Compiling chrono v0.4.38 |
1363 | 2024-11-28T00:56:48.342Z | Compiling foreign-types v0.3.2 |
1364 | 2024-11-28T00:56:48.434Z | Compiling miniz_oxide v0.8.0 |
1365 | 2024-11-28T00:56:48.454Z | Compiling hostname v0.3.1 |
1366 | 2024-11-28T00:56:48.502Z | Compiling url v2.5.3 |
1367 | 2024-11-28T00:56:48.713Z | Compiling openssl-macros v0.1.1 |
1368 | 2024-11-28T00:56:49.496Z | Compiling async-trait v0.1.83 |
1369 | 2024-11-28T00:56:49.941Z | Compiling tokio-util v0.7.12 |
1370 | 2024-11-28T00:56:50.068Z | Compiling dirs-sys-next v0.1.2 |
1371 | 2024-11-28T00:56:50.525Z | Compiling data-encoding v2.6.0 |
1372 | 2024-11-28T00:56:50.833Z | Compiling dof v0.3.0 |
1373 | 2024-11-28T00:56:51.485Z | Compiling h2 v0.4.6 |
1374 | 2024-11-28T00:56:52.216Z | Compiling usdt-impl v0.5.0 |
1375 | 2024-11-28T00:56:52.425Z | Compiling siphasher v0.3.11 |
1376 | 2024-11-28T00:56:52.823Z | Compiling rustls v0.23.14 |
1377 | 2024-11-28T00:56:53.020Z | Compiling syn v1.0.109 |
1378 | 2024-11-28T00:56:53.023Z | Compiling native-tls v0.2.12 |
1379 | 2024-11-28T00:56:53.101Z | Compiling rustls v0.22.4 |
1380 | 2024-11-28T00:56:53.392Z | Compiling dirs-next v2.0.0 |
1381 | 2024-11-28T00:56:53.749Z | Compiling http-body-util v0.1.2 |
1382 | 2024-11-28T00:56:53.783Z | Compiling heapless v0.7.17 |
1383 | 2024-11-28T00:56:54.228Z | Compiling crossbeam-epoch v0.9.18 |
1384 | 2024-11-28T00:56:54.324Z | Compiling signature v2.2.0 |
1385 | 2024-11-28T00:56:54.639Z | Compiling sha1 v0.10.6 |
1386 | 2024-11-28T00:56:55.034Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1387 | 2024-11-28T00:56:55.074Z | Compiling serde_derive_internals v0.29.1 |
1388 | 2024-11-28T00:56:55.182Z | Compiling thread_local v1.1.8 |
1389 | 2024-11-28T00:56:55.489Z | Compiling cookie v0.18.1 |
1390 | 2024-11-28T00:56:55.540Z | Compiling multer v3.1.0 |
1391 | 2024-11-28T00:56:55.773Z | Compiling encoding_rs v0.8.34 |
1392 | 2024-11-28T00:56:55.796Z | Compiling signal-hook v0.3.17 |
1393 | 2024-11-28T00:56:55.828Z | Compiling slog-async v2.8.0 |
1394 | 2024-11-28T00:56:56.056Z | Compiling mime v0.3.17 |
1395 | 2024-11-28T00:56:56.346Z | Compiling gimli v0.31.1 |
1396 | 2024-11-28T00:56:56.662Z | Compiling ipnet v2.10.1 |
1397 | 2024-11-28T00:56:57.316Z | Compiling schemars v0.8.21 |
1398 | 2024-11-28T00:56:57.653Z | Compiling openssl-probe v0.1.5 |
1399 | 2024-11-28T00:56:57.923Z | Compiling rayon-core v1.12.1 |
1400 | 2024-11-28T00:56:57.978Z | Compiling unicode-properties v0.1.3 |
1401 | 2024-11-28T00:56:58.020Z | Compiling schemars_derive v0.8.21 |
1402 | 2024-11-28T00:56:58.212Z | Compiling toml_edit v0.22.22 |
1403 | 2024-11-28T00:56:58.397Z | Compiling stringprep v0.1.5 |
1404 | 2024-11-28T00:56:59.681Z | Compiling hyper v1.5.0 |
1405 | 2024-11-28T00:57:01.017Z | Compiling addr2line v0.24.2 |
1406 | 2024-11-28T00:57:01.787Z | Compiling usdt-attr-macro v0.5.0 |
1407 | 2024-11-28T00:57:01.807Z | Compiling usdt-macro v0.5.0 |
1408 | 2024-11-28T00:57:02.401Z | Compiling hyper-util v0.1.10 |
1409 | 2024-11-28T00:57:02.540Z | Compiling crossbeam-deque v0.8.5 |
1410 | 2024-11-28T00:57:03.215Z | Compiling term v0.7.0 |
1411 | 2024-11-28T00:57:03.272Z | Compiling slog-json v2.6.1 |
1412 | 2024-11-28T00:57:03.367Z | Compiling serde_urlencoded v0.7.1 |
1413 | 2024-11-28T00:57:03.658Z | Compiling curve25519-dalek v4.1.3 |
1414 | 2024-11-28T00:57:03.897Z | Compiling crossbeam-channel v0.5.13 |
1415 | 2024-11-28T00:57:03.936Z | Compiling futures-executor v0.3.31 |
1416 | 2024-11-28T00:57:04.300Z | Compiling enum-as-inner v0.6.1 |
1417 | 2024-11-28T00:57:04.544Z | Compiling md-5 v0.10.6 |
1418 | 2024-11-28T00:57:04.777Z | Compiling rustls-pemfile v2.2.0 |
1419 | 2024-11-28T00:57:04.805Z | Compiling async-stream-impl v0.3.6 |
1420 | 2024-11-28T00:57:05.040Z | Compiling num-integer v0.1.46 |
1421 | 2024-11-28T00:57:05.117Z | Compiling idna v0.4.0 |
1422 | 2024-11-28T00:57:05.415Z | Compiling idna v0.3.0 |
1423 | 2024-11-28T00:57:05.685Z | Compiling hash32 v0.2.1 |
1424 | 2024-11-28T00:57:05.908Z | Compiling ff v0.13.0 |
1425 | 2024-11-28T00:57:06.083Z | Compiling is-terminal v0.4.13 |
1426 | 2024-11-28T00:57:06.133Z | Compiling dropshot v0.12.0 |
1427 | 2024-11-28T00:57:06.214Z | Compiling object v0.36.5 |
1428 | 2024-11-28T00:57:06.286Z | Compiling fallible-iterator v0.2.0 |
1429 | 2024-11-28T00:57:06.429Z | Compiling portable-atomic v1.9.0 |
1430 | 2024-11-28T00:57:06.867Z | Compiling take_mut v0.2.2 |
1431 | 2024-11-28T00:57:06.872Z | Compiling num-bigint-dig v0.8.4 |
1432 | 2024-11-28T00:57:07.024Z | Compiling dyn-clone v1.0.17 |
1433 | 2024-11-28T00:57:07.039Z | Compiling anyhow v1.0.93 |
1434 | 2024-11-28T00:57:07.170Z | Compiling quick-error v1.2.3 |
1435 | 2024-11-28T00:57:07.190Z | Compiling utf-8 v0.7.6 |
1436 | 2024-11-28T00:57:07.244Z | Compiling smoltcp v0.9.1 |
1437 | 2024-11-28T00:57:07.317Z | Compiling psl-types v2.0.11 |
1438 | 2024-11-28T00:57:07.505Z | Compiling base16ct v0.2.0 |
1439 | 2024-11-28T00:57:07.524Z | Compiling rustc-demangle v0.1.24 |
1440 | 2024-11-28T00:57:07.530Z | Compiling linked-hash-map v0.5.6 |
1441 | 2024-11-28T00:57:07.818Z | Compiling sec1 v0.7.3 |
1442 | 2024-11-28T00:57:07.910Z | Compiling lru-cache v0.1.2 |
1443 | 2024-11-28T00:57:08.007Z | Compiling publicsuffix v2.2.3 |
1444 | 2024-11-28T00:57:08.060Z | Compiling tungstenite v0.24.0 |
1445 | 2024-11-28T00:57:08.109Z | Compiling resolv-conf v0.7.0 |
1446 | 2024-11-28T00:57:08.503Z | Compiling postgres-protocol v0.6.7 |
1447 | 2024-11-28T00:57:09.006Z | Compiling async-stream v0.3.6 |
1448 | 2024-11-28T00:57:09.319Z | Compiling slog-term v2.9.1 |
1449 | 2024-11-28T00:57:09.623Z | Compiling group v0.13.0 |
1450 | 2024-11-28T00:57:09.896Z | Compiling usdt v0.5.0 |
1451 | 2024-11-28T00:57:09.952Z | Compiling hickory-proto v0.24.1 |
1452 | 2024-11-28T00:57:10.531Z | Compiling num-iter v0.1.45 |
1453 | 2024-11-28T00:57:10.739Z | Compiling futures v0.3.31 |
1454 | 2024-11-28T00:57:10.761Z | Compiling slog-bunyan v2.5.0 |
1455 | 2024-11-28T00:57:12.295Z | Compiling toml v0.8.19 |
1456 | 2024-11-28T00:57:12.873Z | Compiling camino v1.1.9 |
1457 | 2024-11-28T00:57:12.912Z | Compiling tokio-native-tls v0.3.1 |
1458 | 2024-11-28T00:57:13.202Z | Compiling phf_shared v0.11.2 |
1459 | 2024-11-28T00:57:13.283Z | Compiling dropshot_endpoint v0.12.0 |
1460 | 2024-11-28T00:57:13.606Z | Compiling terminal_size v0.4.0 |
1461 | 2024-11-28T00:57:13.836Z | Compiling backtrace v0.3.74 |
1462 | 2024-11-28T00:57:13.895Z | Compiling openapiv3 v2.0.0 |
1463 | 2024-11-28T00:57:14.115Z | Compiling waitgroup v0.1.2 |
1464 | 2024-11-28T00:57:14.353Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2024-11-28T00:57:14.648Z | Compiling hkdf v0.12.4 |
1466 | 2024-11-28T00:57:14.906Z | Compiling crypto-bigint v0.5.5 |
1467 | 2024-11-28T00:57:15.272Z | Compiling webpki-roots v0.26.6 |
1468 | 2024-11-28T00:57:15.518Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2024-11-28T00:57:17.716Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2024-11-28T00:57:17.792Z | Compiling hubpack_derive v0.1.1 |
1471 | 2024-11-28T00:57:17.911Z | Compiling idna v0.5.0 |
1472 | 2024-11-28T00:57:18.093Z | Compiling hostname v0.4.0 |
1473 | 2024-11-28T00:57:18.371Z | Compiling crc32fast v1.4.2 |
1474 | 2024-11-28T00:57:18.482Z | Compiling ahash v0.8.11 |
1475 | 2024-11-28T00:57:18.677Z | Compiling fs-err v2.11.0 |
1476 | 2024-11-28T00:57:18.721Z | Compiling winnow v0.5.40 |
1477 | 2024-11-28T00:57:18.842Z | Compiling managed v0.8.0 |
1478 | 2024-11-28T00:57:18.971Z | Compiling debug-ignore v1.0.5 |
1479 | 2024-11-28T00:57:19.134Z | Compiling bitflags v1.3.2 |
1480 | 2024-11-28T00:57:19.292Z | Compiling clap_builder v4.5.21 |
1481 | 2024-11-28T00:57:19.661Z | Compiling strum_macros v0.25.3 |
1482 | 2024-11-28T00:57:20.831Z | Compiling console v0.15.8 |
1483 | 2024-11-28T00:57:21.486Z | Compiling cookie_store v0.21.0 |
1484 | 2024-11-28T00:57:21.539Z | Compiling hubpack v0.1.2 |
1485 | 2024-11-28T00:57:22.015Z | Compiling flate2 v1.0.34 |
1486 | 2024-11-28T00:57:22.482Z | Compiling toml_edit v0.19.15 |
1487 | 2024-11-28T00:57:22.730Z | Compiling elliptic-curve v0.13.8 |
1488 | 2024-11-28T00:57:23.012Z | Compiling zerocopy v0.6.6 |
1489 | 2024-11-28T00:57:23.145Z | Compiling hickory-resolver v0.24.1 |
1490 | 2024-11-28T00:57:23.906Z | Compiling phf v0.11.2 |
1491 | 2024-11-28T00:57:24.076Z | Compiling hyper-tls v0.6.0 |
1492 | 2024-11-28T00:57:24.238Z | Compiling signal-hook-mio v0.2.4 |
1493 | 2024-11-28T00:57:24.414Z | Compiling rayon v1.10.0 |
1494 | 2024-11-28T00:57:24.513Z | Compiling bzip2 v0.4.4 |
1495 | 2024-11-28T00:57:24.933Z | Compiling postgres-types v0.2.8 |
1496 | 2024-11-28T00:57:26.548Z | Compiling tokio-tungstenite v0.24.0 |
1497 | 2024-11-28T00:57:27.654Z | Compiling ed25519 v2.2.3 |
1498 | 2024-11-28T00:57:28.516Z | Compiling phf_shared v0.10.0 |
1499 | 2024-11-28T00:57:28.954Z | Compiling tokio-stream v0.1.16 |
1500 | 2024-11-28T00:57:29.158Z | Compiling pkcs1 v0.7.5 |
1501 | 2024-11-28T00:57:29.446Z | Compiling serde-big-array v0.5.1 |
1502 | 2024-11-28T00:57:29.625Z | Compiling clap_derive v4.5.18 |
1503 | 2024-11-28T00:57:29.683Z | Compiling rfc6979 v0.4.0 |
1504 | 2024-11-28T00:57:29.875Z | Compiling derive-where v1.2.7 |
1505 | 2024-11-28T00:57:30.093Z | Compiling serde_repr v0.1.19 |
1506 | 2024-11-28T00:57:30.202Z | Compiling float-cmp v0.9.0 |
1507 | 2024-11-28T00:57:30.260Z | Compiling bstr v1.10.0 |
1508 | 2024-11-28T00:57:30.415Z | Compiling sync_wrapper v1.0.1 |
1509 | 2024-11-28T00:57:30.593Z | Compiling unicode-segmentation v1.12.0 |
1510 | 2024-11-28T00:57:30.676Z | Compiling number_prefix v0.4.0 |
1511 | 2024-11-28T00:57:30.908Z | Compiling difflib v0.4.0 |
1512 | 2024-11-28T00:57:31.378Z | Compiling new_debug_unreachable v1.0.6 |
1513 | 2024-11-28T00:57:31.482Z | Compiling predicates-core v1.0.8 |
1514 | 2024-11-28T00:57:31.511Z | Compiling fixedbitset v0.4.2 |
1515 | 2024-11-28T00:57:31.855Z | Compiling whoami v1.5.2 |
1516 | 2024-11-28T00:57:32.017Z | Compiling normalize-line-endings v0.3.0 |
1517 | 2024-11-28T00:57:32.152Z | Compiling precomputed-hash v0.1.1 |
1518 | 2024-11-28T00:57:32.186Z | Compiling static_assertions v1.1.0 |
1519 | 2024-11-28T00:57:32.282Z | Compiling unicode-width v0.2.0 |
1520 | 2024-11-28T00:57:32.303Z | Compiling bit-vec v0.6.3 |
1521 | 2024-11-28T00:57:32.525Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1522 | 2024-11-28T00:57:32.629Z | Compiling string_cache v0.8.7 |
1523 | 2024-11-28T00:57:32.780Z | Compiling indicatif v0.17.9 |
1524 | 2024-11-28T00:57:32.840Z | Compiling bit-set v0.5.3 |
1525 | 2024-11-28T00:57:33.130Z | Compiling tokio-postgres v0.7.12 |
1526 | 2024-11-28T00:57:33.150Z | Compiling predicates v3.1.2 |
1527 | 2024-11-28T00:57:33.576Z | Compiling petgraph v0.6.5 |
1528 | 2024-11-28T00:57:34.977Z | Compiling clap v4.5.21 |
1529 | 2024-11-28T00:57:35.005Z | Compiling similar v2.6.0 |
1530 | 2024-11-28T00:57:35.108Z | Compiling ecdsa v0.16.9 |
1531 | 2024-11-28T00:57:35.135Z | Compiling rsa v0.9.6 |
1532 | 2024-11-28T00:57:35.998Z | Compiling ed25519-dalek v2.1.1 |
1533 | 2024-11-28T00:57:37.350Z | Compiling toml v0.7.8 |
1534 | 2024-11-28T00:57:37.624Z | Compiling zip v0.6.6 |
1535 | 2024-11-28T00:57:37.945Z | Compiling crossterm v0.28.1 |
1536 | 2024-11-28T00:57:39.191Z | Compiling hex v0.4.3 |
1537 | 2024-11-28T00:57:39.651Z | Compiling x509-cert v0.2.5 |
1538 | 2024-11-28T00:57:39.682Z | Compiling itertools v0.10.5 |
1539 | 2024-11-28T00:57:39.746Z | Compiling lalrpop-util v0.19.12 |
1540 | 2024-11-28T00:57:39.822Z | Compiling peg-runtime v0.8.3 |
1541 | 2024-11-28T00:57:40.010Z | Compiling unicode-xid v0.2.6 |
1542 | 2024-11-28T00:57:40.097Z | Compiling strum_macros v0.26.4 |
1543 | 2024-11-28T00:57:40.198Z | Compiling xattr v1.3.1 |
1544 | 2024-11-28T00:57:40.503Z | Compiling filetime v0.2.25 |
1545 | 2024-11-28T00:57:40.863Z | Compiling tar v0.4.42 |
1546 | 2024-11-28T00:57:45.572Z | Compiling strum v0.26.3 |
1547 | 2024-11-28T00:57:48.270Z | Compiling aws-lc-sys v0.22.0 |
1548 | 2024-11-28T00:58:17.069Z | Compiling rustls-webpki v0.102.8 |
1549 | 2024-11-28T00:58:20.763Z | Compiling tokio-rustls v0.25.0 |
1550 | 2024-11-28T00:58:22.507Z | Compiling tokio-rustls v0.26.0 |
1551 | 2024-11-28T00:58:22.924Z | Compiling hyper-rustls v0.27.3 |
1552 | 2024-11-28T00:58:23.286Z | Compiling reqwest v0.12.9 |
1553 | 2024-11-28T00:58:24.840Z | Compiling qorb v0.2.0 |
1554 | 2024-11-28T00:58:29.421Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1555 | 2024-11-28T00:58:29.662Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1556 | 2024-11-28T00:58:35.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1557 | 2024-11-28T00:58:35.828Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1558 | 2024-11-28T00:58:35.880Z | Nov 28 00:58:35.573 INFO Starting download, target: DendriteStub |
1559 | 2024-11-28T00:58:35.880Z | Nov 28 00:58:35.573 INFO Starting download, target: Console |
1560 | 2024-11-28T00:58:35.880Z | Nov 28 00:58:35.573 INFO Starting download, target: Cockroach |
1561 | 2024-11-28T00:58:35.880Z | Nov 28 00:58:35.573 INFO Starting download, target: Clickhouse |
1562 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.573 INFO Starting download, target: DendriteOpenapi |
1563 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.573 INFO Starting download, target: MaghemiteMgd |
1564 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.573 INFO Starting download, target: TransceiverControl |
1565 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.574 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1566 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.574 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1567 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.574 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1568 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.574 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1569 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.574 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.574 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2024-11-28T00:58:35.883Z | Nov 28 00:58:35.574 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1572 | 2024-11-28T00:58:36.053Z | Nov 28 00:58:35.729 INFO Download complete, target: DendriteOpenapi |
1573 | 2024-11-28T00:58:36.260Z | Nov 28 00:58:35.910 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1574 | 2024-11-28T00:58:36.401Z | Nov 28 00:58:36.086 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1575 | 2024-11-28T00:58:36.778Z | Nov 28 00:58:36.385 INFO Download complete, target: Console |
1576 | 2024-11-28T00:58:36.907Z | Nov 28 00:58:36.517 INFO Download complete, target: TransceiverControl |
1577 | 2024-11-28T00:58:37.219Z | Nov 28 00:58:36.894 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1578 | 2024-11-28T00:58:37.276Z | Nov 28 00:58:36.965 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2024-11-28T00:58:37.870Z | Nov 28 00:58:37.561 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1580 | 2024-11-28T00:58:38.157Z | Nov 28 00:58:37.848 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1581 | 2024-11-28T00:58:38.157Z | Nov 28 00:58:37.849 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1582 | 2024-11-28T00:58:39.931Z | Nov 28 00:58:39.593 INFO Download complete, target: DendriteStub |
1583 | 2024-11-28T00:58:39.990Z | Nov 28 00:58:39.658 INFO Download complete, target: MaghemiteMgd |
1584 | 2024-11-28T00:58:45.239Z | Nov 28 00:58:44.930 INFO Checking that binary works, target: Cockroach |
1585 | 2024-11-28T00:58:45.497Z | Nov 28 00:58:45.188 INFO Download complete, target: Cockroach |
1586 | 2024-11-28T00:58:49.708Z | Nov 28 00:58:49.399 INFO Checking that binary works, target: Clickhouse |
1587 | 2024-11-28T00:58:49.832Z | Nov 28 00:58:49.523 INFO Download complete, target: Clickhouse |
1588 | 2024-11-28T00:58:49.852Z | All builder prerequisites installed successfully, and PATH looks valid |
1589 | 2024-11-28T00:58:49.855Z | |
1590 | 2024-11-28T00:58:49.855Z | real 7:32.413409811 |
1591 | 2024-11-28T00:58:49.855Z | user 17:00.853321385 |
1592 | 2024-11-28T00:58:49.855Z | sys 3:19.669421660 |
1593 | 2024-11-28T00:58:49.855Z | trap 0.593508402 |
1594 | 2024-11-28T00:58:49.855Z | tflt 1.669024946 |
1595 | 2024-11-28T00:58:49.855Z | dflt 2.252465204 |
1596 | 2024-11-28T00:58:49.855Z | kflt 0.025293965 |
1597 | 2024-11-28T00:58:49.855Z | lock 29:57.197846760 |
1598 | 2024-11-28T00:58:49.855Z | slp 1:08:29.778551551 |
1599 | 2024-11-28T00:58:49.855Z | lat 58.141975084 |
1600 | 2024-11-28T00:58:49.855Z | stop 2:21.666354551 |
1601 | 2024-11-28T00:58:49.855Z | + banner clippy |
1602 | 2024-11-28T00:58:49.858Z | |
1603 | 2024-11-28T00:58:49.858Z | #### # # ##### ##### # # |
1604 | 2024-11-28T00:58:49.858Z | # # # # # # # # # # |
1605 | 2024-11-28T00:58:49.858Z | # # # # # # # # |
1606 | 2024-11-28T00:58:49.858Z | # # # ##### ##### # |
1607 | 2024-11-28T00:58:49.858Z | # # # # # # # |
1608 | 2024-11-28T00:58:49.858Z | #### ###### # # # # |
1609 | 2024-11-28T00:58:49.858Z | |
1610 | 2024-11-28T00:58:49.858Z | + export CARGO_INCREMENTAL=0 |
1611 | 2024-11-28T00:58:49.858Z | + CARGO_INCREMENTAL=0 |
1612 | 2024-11-28T00:58:49.858Z | + ptime -m cargo xtask clippy |
1613 | 2024-11-28T00:58:50.436Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1614 | 2024-11-28T00:58:54.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
1615 | 2024-11-28T00:58:54.155Z | Running `target/debug/xtask clippy` |
1616 | 2024-11-28T00:58:54.182Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1617 | 2024-11-28T00:58:54.883Z | Downloading crates ... |
1618 | 2024-11-28T00:58:55.249Z | Downloaded async-channel v1.9.0 |
1619 | 2024-11-28T00:58:55.259Z | Downloaded assert-json-diff v2.0.2 |
1620 | 2024-11-28T00:58:55.259Z | Downloaded async-channel v2.3.1 |
1621 | 2024-11-28T00:58:55.259Z | Downloaded async-lock v3.4.0 |
1622 | 2024-11-28T00:58:55.263Z | Downloaded async-object-pool v0.1.5 |
1623 | 2024-11-28T00:58:55.264Z | Downloaded anes v0.1.6 |
1624 | 2024-11-28T00:58:55.264Z | Downloaded async-global-executor v2.4.1 |
1625 | 2024-11-28T00:58:55.271Z | Downloaded async-signal v0.2.10 |
1626 | 2024-11-28T00:58:55.286Z | Downloaded async-io v2.3.4 |
1627 | 2024-11-28T00:58:55.290Z | Downloaded async-process v2.3.0 |
1628 | 2024-11-28T00:58:55.293Z | Downloaded async-attributes v1.1.2 |
1629 | 2024-11-28T00:58:55.293Z | Downloaded approx v0.5.1 |
1630 | 2024-11-28T00:58:55.297Z | Downloaded async-executor v1.13.1 |
1631 | 2024-11-28T00:58:55.298Z | Downloaded target-triple v0.1.3 |
1632 | 2024-11-28T00:58:55.301Z | Downloaded nested v0.1.1 |
1633 | 2024-11-28T00:58:55.301Z | Downloaded guppy-workspace-hack v0.1.0 |
1634 | 2024-11-28T00:58:55.301Z | Downloaded assert_cmd v2.0.16 |
1635 | 2024-11-28T00:58:55.304Z | Downloaded doc-comment v0.3.3 |
1636 | 2024-11-28T00:58:55.312Z | Downloaded event-listener-strategy v0.5.2 |
1637 | 2024-11-28T00:58:55.315Z | Downloaded indoc v2.0.5 |
1638 | 2024-11-28T00:58:55.320Z | Downloaded event-listener v2.5.3 |
1639 | 2024-11-28T00:58:55.320Z | Downloaded concurrent-queue v2.5.0 |
1640 | 2024-11-28T00:58:55.320Z | Downloaded blocking v1.6.1 |
1641 | 2024-11-28T00:58:55.325Z | Downloaded escape8259 v0.5.3 |
1642 | 2024-11-28T00:58:55.326Z | Downloaded cast v0.3.0 |
1643 | 2024-11-28T00:58:55.326Z | Downloaded plotters-svg v0.3.7 |
1644 | 2024-11-28T00:58:55.331Z | Downloaded plotters-backend v0.3.7 |
1645 | 2024-11-28T00:58:55.335Z | Downloaded num_cpus v1.16.0 |
1646 | 2024-11-28T00:58:55.335Z | Downloaded futures-timer v3.0.3 |
1647 | 2024-11-28T00:58:55.339Z | Downloaded oorandom v11.1.4 |
1648 | 2024-11-28T00:58:55.339Z | Downloaded proc-macro-crate v3.2.0 |
1649 | 2024-11-28T00:58:55.343Z | Downloaded httptest v0.16.1 |
1650 | 2024-11-28T00:58:55.343Z | Downloaded async-task v4.7.1 |
1651 | 2024-11-28T00:58:55.346Z | Downloaded blake2b_simd v1.0.2 |
1652 | 2024-11-28T00:58:55.346Z | Downloaded parking v2.2.1 |
1653 | 2024-11-28T00:58:55.349Z | Downloaded libtest-mimic v0.7.3 |
1654 | 2024-11-28T00:58:55.357Z | Downloaded criterion-plot v0.5.0 |
1655 | 2024-11-28T00:58:55.357Z | Downloaded datatest-stable v0.2.9 |
1656 | 2024-11-28T00:58:55.361Z | Downloaded threadpool v1.8.1 |
1657 | 2024-11-28T00:58:55.361Z | Downloaded stringmetrics v2.2.2 |
1658 | 2024-11-28T00:58:55.361Z | Downloaded serde_regex v1.1.0 |
1659 | 2024-11-28T00:58:55.364Z | Downloaded relative-path v1.9.3 |
1660 | 2024-11-28T00:58:55.365Z | Downloaded path-tree v0.8.1 |
1661 | 2024-11-28T00:58:55.365Z | Downloaded similar-asserts v1.6.0 |
1662 | 2024-11-28T00:58:55.368Z | Downloaded kv-log-macro v1.0.7 |
1663 | 2024-11-28T00:58:55.368Z | Downloaded piper v0.2.4 |
1664 | 2024-11-28T00:58:55.372Z | Downloaded pathdiff v0.2.2 |
1665 | 2024-11-28T00:58:55.372Z | Downloaded partial-io v0.5.4 |
1666 | 2024-11-28T00:58:55.372Z | Downloaded hyper-rustls v0.26.0 |
1667 | 2024-11-28T00:58:55.376Z | Downloaded event-listener v5.3.1 |
1668 | 2024-11-28T00:58:55.382Z | Downloaded rustls-native-certs v0.7.3 |
1669 | 2024-11-28T00:58:55.386Z | Downloaded target-spec v3.2.2 |
1670 | 2024-11-28T00:58:55.390Z | Downloaded rust-argon2 v2.1.0 |
1671 | 2024-11-28T00:58:55.390Z | Downloaded rstest v0.23.0 |
1672 | 2024-11-28T00:58:55.393Z | Downloaded trybuild v1.0.101 |
1673 | 2024-11-28T00:58:55.399Z | Downloaded async-std v1.13.0 |
1674 | 2024-11-28T00:58:55.418Z | Downloaded rstest_macros v0.23.0 |
1675 | 2024-11-28T00:58:55.422Z | Downloaded yansi v1.0.1 |
1676 | 2024-11-28T00:58:55.427Z | Downloaded pretty_assertions v1.4.1 |
1677 | 2024-11-28T00:58:55.427Z | Downloaded fancy-regex v0.13.0 |
1678 | 2024-11-28T00:58:55.430Z | Downloaded rand_distr v0.4.3 |
1679 | 2024-11-28T00:58:55.430Z | Downloaded polling v3.7.3 |
1680 | 2024-11-28T00:58:55.434Z | Downloaded tinytemplate v1.2.1 |
1681 | 2024-11-28T00:58:55.443Z | Downloaded guppy v0.17.8 |
1682 | 2024-11-28T00:58:55.446Z | Downloaded plotters v0.3.7 |
1683 | 2024-11-28T00:58:55.450Z | Downloaded criterion v0.5.1 |
1684 | 2024-11-28T00:58:55.456Z | Downloaded futures-lite v2.3.0 |
1685 | 2024-11-28T00:58:55.460Z | Downloaded target-lexicon v0.12.16 |
1686 | 2024-11-28T00:58:55.460Z | Downloaded cfg-expr v0.17.0 |
1687 | 2024-11-28T00:58:55.533Z | Downloaded httpmock v0.8.0-alpha.1 |
1688 | 2024-11-28T00:58:56.333Z | Checking cfg-if v1.0.0 |
1689 | 2024-11-28T00:58:56.411Z | Checking libc v0.2.162 |
1690 | 2024-11-28T00:58:56.434Z | Checking serde v1.0.215 |
1691 | 2024-11-28T00:58:56.461Z | Checking memchr v2.7.4 |
1692 | 2024-11-28T00:58:56.483Z | Checking value-bag v1.9.0 |
1693 | 2024-11-28T00:58:56.508Z | Checking scopeguard v1.2.0 |
1694 | 2024-11-28T00:58:56.537Z | Checking zeroize v1.8.1 |
1695 | 2024-11-28T00:58:56.563Z | Checking smallvec v1.13.2 |
1696 | 2024-11-28T00:58:56.593Z | Checking itoa v1.0.11 |
1697 | 2024-11-28T00:58:56.654Z | Checking lock_api v0.4.12 |
1698 | 2024-11-28T00:58:56.817Z | Checking byteorder v1.5.0 |
1699 | 2024-11-28T00:58:56.841Z | Checking pin-project-lite v0.2.14 |
1700 | 2024-11-28T00:58:56.898Z | Checking log v0.4.22 |
1701 | 2024-11-28T00:58:56.937Z | Checking subtle v2.6.1 |
1702 | 2024-11-28T00:58:56.969Z | Checking once_cell v1.20.2 |
1703 | 2024-11-28T00:58:57.087Z | Checking typenum v1.17.0 |
1704 | 2024-11-28T00:58:57.219Z | Checking futures-core v0.3.31 |
1705 | 2024-11-28T00:58:57.248Z | Checking libm v0.2.8 |
1706 | 2024-11-28T00:58:57.285Z | Checking thiserror v1.0.69 |
1707 | 2024-11-28T00:58:57.356Z | Checking zerocopy v0.7.35 |
1708 | 2024-11-28T00:58:57.416Z | Checking ryu v1.0.18 |
1709 | 2024-11-28T00:58:57.452Z | Checking spin v0.9.8 |
1710 | 2024-11-28T00:58:57.484Z | Checking getrandom v0.2.15 |
1711 | 2024-11-28T00:58:57.484Z | Checking signal-hook-registry v1.4.2 |
1712 | 2024-11-28T00:58:57.667Z | Checking parking_lot_core v0.9.10 |
1713 | 2024-11-28T00:58:57.734Z | Checking rand_core v0.6.4 |
1714 | 2024-11-28T00:58:57.784Z | Checking mio v1.0.2 |
1715 | 2024-11-28T00:58:57.817Z | Checking socket2 v0.5.7 |
1716 | 2024-11-28T00:58:58.008Z | Checking parking_lot v0.12.3 |
1717 | 2024-11-28T00:58:58.058Z | Checking const-oid v0.9.6 |
1718 | 2024-11-28T00:58:58.134Z | Checking num-traits v0.2.19 |
1719 | 2024-11-28T00:58:58.359Z | Checking futures-io v0.3.31 |
1720 | 2024-11-28T00:58:58.395Z | Checking slab v0.4.9 |
1721 | 2024-11-28T00:58:58.421Z | Checking generic-array v0.14.7 |
1722 | 2024-11-28T00:58:58.448Z | Checking allocator-api2 v0.2.18 |
1723 | 2024-11-28T00:58:58.548Z | Checking cpufeatures v0.2.14 |
1724 | 2024-11-28T00:58:58.659Z | Checking futures-sink v0.3.31 |
1725 | 2024-11-28T00:58:58.694Z | Checking pin-utils v0.1.0 |
1726 | 2024-11-28T00:58:58.788Z | Checking equivalent v1.0.1 |
1727 | 2024-11-28T00:58:58.816Z | Checking foldhash v0.1.3 |
1728 | 2024-11-28T00:58:58.841Z | Checking futures-channel v0.3.31 |
1729 | 2024-11-28T00:58:58.920Z | Checking futures-task v0.3.31 |
1730 | 2024-11-28T00:58:59.053Z | Checking stable_deref_trait v1.2.0 |
1731 | 2024-11-28T00:58:59.083Z | Checking hashbrown v0.15.0 |
1732 | 2024-11-28T00:58:59.171Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1733 | 2024-11-28T00:58:59.198Z | Checking fnv v1.0.7 |
1734 | 2024-11-28T00:58:59.200Z | Checking futures-util v0.3.31 |
1735 | 2024-11-28T00:58:59.330Z | Checking iana-time-zone v0.1.61 |
1736 | 2024-11-28T00:58:59.483Z | Checking ppv-lite86 v0.2.20 |
1737 | 2024-11-28T00:58:59.507Z | Checking tracing-core v0.1.32 |
1738 | 2024-11-28T00:58:59.625Z | Checking crypto-common v0.1.6 |
1739 | 2024-11-28T00:58:59.816Z | Checking block-buffer v0.10.4 |
1740 | 2024-11-28T00:58:59.818Z | Checking errno v0.3.9 |
1741 | 2024-11-28T00:58:59.864Z | Checking zerofrom v0.1.4 |
1742 | 2024-11-28T00:59:00.017Z | Checking dyn-clone v1.0.17 |
1743 | 2024-11-28T00:59:00.043Z | Checking digest v0.10.7 |
1744 | 2024-11-28T00:59:00.108Z | Checking yoke v0.7.4 |
1745 | 2024-11-28T00:59:00.178Z | Checking block-padding v0.3.3 |
1746 | 2024-11-28T00:59:00.205Z | Checking tracing v0.1.40 |
1747 | 2024-11-28T00:59:00.304Z | Checking crossbeam-utils v0.8.20 |
1748 | 2024-11-28T00:59:00.332Z | Checking rand_chacha v0.3.1 |
1749 | 2024-11-28T00:59:00.393Z | Checking inout v0.1.3 |
1750 | 2024-11-28T00:59:00.457Z | Checking zerovec v0.10.4 |
1751 | 2024-11-28T00:59:00.461Z | Checking percent-encoding v2.3.1 |
1752 | 2024-11-28T00:59:00.601Z | Checking litemap v0.7.3 |
1753 | 2024-11-28T00:59:00.638Z | Checking cipher v0.4.4 |
1754 | 2024-11-28T00:59:00.703Z | Checking writeable v0.5.5 |
1755 | 2024-11-28T00:59:00.765Z | Checking rand v0.8.5 |
1756 | 2024-11-28T00:59:00.950Z | Checking tinyvec_macros v0.1.1 |
1757 | 2024-11-28T00:59:01.046Z | Checking tinyvec v1.8.0 |
1758 | 2024-11-28T00:59:01.049Z | Checking form_urlencoded v1.2.1 |
1759 | 2024-11-28T00:59:01.049Z | Checking httparse v1.9.5 |
1760 | 2024-11-28T00:59:01.110Z | Checking icu_locid_transform_data v1.5.0 |
1761 | 2024-11-28T00:59:01.219Z | Checking regex-syntax v0.8.5 |
1762 | 2024-11-28T00:59:01.301Z | Checking atomic-waker v1.1.2 |
1763 | 2024-11-28T00:59:01.450Z | Checking base64ct v1.6.0 |
1764 | 2024-11-28T00:59:01.483Z | Checking bytes v1.8.0 |
1765 | 2024-11-28T00:59:01.509Z | Checking bitflags v2.6.0 |
1766 | 2024-11-28T00:59:01.804Z | Checking serde_json v1.0.132 |
1767 | 2024-11-28T00:59:01.942Z | Checking indexmap v2.6.0 |
1768 | 2024-11-28T00:59:02.108Z | Checking chrono v0.4.38 |
1769 | 2024-11-28T00:59:02.245Z | Checking rustix v0.38.37 |
1770 | 2024-11-28T00:59:02.317Z | Checking tokio v1.40.0 |
1771 | 2024-11-28T00:59:02.382Z | Checking uuid v1.11.0 |
1772 | 2024-11-28T00:59:03.068Z | Checking http v1.1.0 |
1773 | 2024-11-28T00:59:03.287Z | Checking tinystr v0.7.6 |
1774 | 2024-11-28T00:59:03.540Z | Checking unicode-normalization v0.1.24 |
1775 | 2024-11-28T00:59:03.692Z | Checking icu_locid v1.5.0 |
1776 | 2024-11-28T00:59:04.230Z | Checking schemars v0.8.21 |
1777 | 2024-11-28T00:59:04.476Z | Checking icu_collections v1.5.0 |
1778 | 2024-11-28T00:59:04.510Z | Checking hmac v0.12.1 |
1779 | 2024-11-28T00:59:04.562Z | Checking untrusted v0.9.0 |
1780 | 2024-11-28T00:59:04.689Z | Checking icu_properties_data v1.5.0 |
1781 | 2024-11-28T00:59:04.692Z | Checking icu_provider v1.5.0 |
1782 | 2024-11-28T00:59:04.739Z | Checking sha2 v0.10.8 |
1783 | 2024-11-28T00:59:04.741Z | Checking ring v0.17.8 |
1784 | 2024-11-28T00:59:04.948Z | Checking aho-corasick v1.1.3 |
1785 | 2024-11-28T00:59:05.210Z | Checking write16 v1.0.0 |
1786 | 2024-11-28T00:59:05.330Z | Checking icu_normalizer_data v1.5.0 |
1787 | 2024-11-28T00:59:05.359Z | Checking unicode-bidi v0.3.17 |
1788 | 2024-11-28T00:59:05.428Z | Checking icu_locid_transform v1.5.0 |
1789 | 2024-11-28T00:59:05.458Z | Checking utf16_iter v1.0.5 |
1790 | 2024-11-28T00:59:05.636Z | Checking unicode-ident v1.0.13 |
1791 | 2024-11-28T00:59:05.829Z | Checking utf8_iter v1.0.4 |
1792 | 2024-11-28T00:59:05.910Z | Checking lazy_static v1.5.0 |
1793 | 2024-11-28T00:59:06.006Z | Checking adler2 v2.0.0 |
1794 | 2024-11-28T00:59:06.042Z | Checking powerfmt v0.2.0 |
1795 | 2024-11-28T00:59:06.066Z | Checking num_threads v0.1.7 |
1796 | 2024-11-28T00:59:06.068Z | Checking time-core v0.1.2 |
1797 | 2024-11-28T00:59:06.161Z | Checking miniz_oxide v0.8.0 |
1798 | 2024-11-28T00:59:06.196Z | Checking num-conv v0.1.0 |
1799 | 2024-11-28T00:59:06.261Z | Checking rustls-pki-types v1.9.0 |
1800 | 2024-11-28T00:59:06.317Z | Checking deranged v0.3.11 |
1801 | 2024-11-28T00:59:06.414Z | Checking icu_properties v1.5.1 |
1802 | 2024-11-28T00:59:06.456Z | Checking proc-macro2 v1.0.89 |
1803 | 2024-11-28T00:59:06.652Z | Checking regex-automata v0.4.8 |
1804 | 2024-11-28T00:59:06.655Z | Checking pem-rfc7468 v0.7.0 |
1805 | 2024-11-28T00:59:06.870Z | Checking untrusted v0.7.1 |
1806 | 2024-11-28T00:59:06.947Z | Checking http-body v1.0.1 |
1807 | 2024-11-28T00:59:06.995Z | Checking aws-lc-sys v0.22.0 |
1808 | 2024-11-28T00:59:07.054Z | Checking httpdate v1.0.3 |
1809 | 2024-11-28T00:59:07.185Z | Checking try-lock v0.2.5 |
1810 | 2024-11-28T00:59:07.214Z | Checking quote v1.0.37 |
1811 | 2024-11-28T00:59:07.291Z | Checking mirai-annotations v1.12.0 |
1812 | 2024-11-28T00:59:07.337Z | Checking base64 v0.22.1 |
1813 | 2024-11-28T00:59:07.498Z | Checking want v0.3.1 |
1814 | 2024-11-28T00:59:07.566Z | Checking syn v2.0.87 |
1815 | 2024-11-28T00:59:07.705Z | Checking flagset v0.4.6 |
1816 | 2024-11-28T00:59:07.856Z | Checking pbkdf2 v0.12.2 |
1817 | 2024-11-28T00:59:07.907Z | Checking der v0.7.9 |
1818 | 2024-11-28T00:59:08.043Z | Checking aes v0.8.4 |
1819 | 2024-11-28T00:59:08.146Z | Checking time v0.3.36 |
1820 | 2024-11-28T00:59:09.018Z | Checking salsa20 v0.10.2 |
1821 | 2024-11-28T00:59:09.241Z | Checking cbc v0.1.2 |
1822 | 2024-11-28T00:59:09.483Z | Checking ahash v0.8.11 |
1823 | 2024-11-28T00:59:09.651Z | Checking aws-lc-rs v1.10.0 |
1824 | 2024-11-28T00:59:09.772Z | Checking spki v0.7.3 |
1825 | 2024-11-28T00:59:09.800Z | Checking icu_normalizer v1.5.0 |
1826 | 2024-11-28T00:59:09.956Z | Checking tokio-util v0.7.12 |
1827 | 2024-11-28T00:59:10.075Z | Checking slog v2.7.0 |
1828 | 2024-11-28T00:59:10.102Z | Checking tower-service v0.3.3 |
1829 | 2024-11-28T00:59:10.250Z | Checking scrypt v0.11.0 |
1830 | 2024-11-28T00:59:10.501Z | Checking gimli v0.31.1 |
1831 | 2024-11-28T00:59:10.605Z | Checking mime v0.3.17 |
1832 | 2024-11-28T00:59:10.639Z | Checking idna_adapter v1.2.0 |
1833 | 2024-11-28T00:59:10.774Z | Checking pkcs5 v0.7.1 |
1834 | 2024-11-28T00:59:10.848Z | Checking idna v1.0.3 |
1835 | 2024-11-28T00:59:10.910Z | Checking h2 v0.4.6 |
1836 | 2024-11-28T00:59:10.946Z | Checking object v0.36.5 |
1837 | 2024-11-28T00:59:11.325Z | Checking rustc-demangle v0.1.24 |
1838 | 2024-11-28T00:59:11.355Z | Checking url v2.5.3 |
1839 | 2024-11-28T00:59:11.386Z | Checking utf8parse v0.2.2 |
1840 | 2024-11-28T00:59:11.512Z | Checking rustls-webpki v0.102.8 |
1841 | 2024-11-28T00:59:11.557Z | Checking regex v1.11.1 |
1842 | 2024-11-28T00:59:11.814Z | Checking pkcs8 v0.10.2 |
1843 | 2024-11-28T00:59:12.162Z | Checking http-body-util v0.1.2 |
1844 | 2024-11-28T00:59:12.219Z | Checking futures-executor v0.3.31 |
1845 | 2024-11-28T00:59:12.247Z | Checking toml_datetime v0.6.8 |
1846 | 2024-11-28T00:59:12.367Z | Checking serde_spanned v0.6.8 |
1847 | 2024-11-28T00:59:12.465Z | Checking ipnet v2.10.1 |
1848 | 2024-11-28T00:59:12.537Z | Checking unicode-width v0.1.14 |
1849 | 2024-11-28T00:59:12.578Z | Checking data-encoding v2.6.0 |
1850 | 2024-11-28T00:59:12.734Z | Checking futures v0.3.31 |
1851 | 2024-11-28T00:59:12.856Z | Checking rustls-pemfile v2.2.0 |
1852 | 2024-11-28T00:59:12.990Z | Checking openssl-probe v0.1.5 |
1853 | 2024-11-28T00:59:13.020Z | Checking anstyle v1.0.10 |
1854 | 2024-11-28T00:59:13.049Z | Checking foreign-types-shared v0.1.1 |
1855 | 2024-11-28T00:59:13.175Z | Checking semver v1.0.23 |
1856 | 2024-11-28T00:59:13.178Z | Checking foreign-types v0.3.2 |
1857 | 2024-11-28T00:59:13.237Z | Checking serde_urlencoded v0.7.1 |
1858 | 2024-11-28T00:59:13.304Z | Checking sha1 v0.10.6 |
1859 | 2024-11-28T00:59:13.399Z | Checking openssl-sys v0.9.103 |
1860 | 2024-11-28T00:59:13.598Z | Checking encoding_rs v0.8.34 |
1861 | 2024-11-28T00:59:13.621Z | Checking rustls v0.23.14 |
1862 | 2024-11-28T00:59:13.682Z | Checking anstyle-parse v0.2.5 |
1863 | 2024-11-28T00:59:13.967Z | Checking camino v1.1.9 |
1864 | 2024-11-28T00:59:14.223Z | Checking is_terminal_polyfill v1.70.1 |
1865 | 2024-11-28T00:59:14.353Z | Checking colorchoice v1.0.2 |
1866 | 2024-11-28T00:59:14.494Z | Checking winnow v0.6.20 |
1867 | 2024-11-28T00:59:14.559Z | Checking anstyle-query v1.1.1 |
1868 | 2024-11-28T00:59:14.589Z | Checking addr2line v0.24.2 |
1869 | 2024-11-28T00:59:14.694Z | Checking either v1.13.0 |
1870 | 2024-11-28T00:59:14.724Z | Checking openssl v0.10.66 |
1871 | 2024-11-28T00:59:15.116Z | Checking anstream v0.6.15 |
1872 | 2024-11-28T00:59:15.119Z | Checking idna v0.3.0 |
1873 | 2024-11-28T00:59:15.515Z | Checking terminal_size v0.4.0 |
1874 | 2024-11-28T00:59:15.707Z | Checking openapiv3 v2.0.0 |
1875 | 2024-11-28T00:59:15.949Z | Checking signature v2.2.0 |
1876 | 2024-11-28T00:59:16.070Z | Checking clap_lex v0.7.2 |
1877 | 2024-11-28T00:59:16.158Z | Checking psl-types v2.0.11 |
1878 | 2024-11-28T00:59:16.327Z | Checking strsim v0.11.1 |
1879 | 2024-11-28T00:59:16.364Z | Checking publicsuffix v2.2.3 |
1880 | 2024-11-28T00:59:16.611Z | Checking cookie v0.18.1 |
1881 | 2024-11-28T00:59:16.637Z | Checking clap_builder v4.5.21 |
1882 | 2024-11-28T00:59:17.092Z | Checking webpki-roots v0.26.6 |
1883 | 2024-11-28T00:59:17.294Z | Checking idna v0.5.0 |
1884 | 2024-11-28T00:59:17.329Z | Checking hyper v1.5.0 |
1885 | 2024-11-28T00:59:17.497Z | Checking is-terminal v0.4.13 |
1886 | 2024-11-28T00:59:17.582Z | Checking backtrace v0.3.74 |
1887 | 2024-11-28T00:59:17.627Z | Checking scroll v0.12.0 |
1888 | 2024-11-28T00:59:18.131Z | Checking plain v0.2.3 |
1889 | 2024-11-28T00:59:18.160Z | Checking anyhow v1.0.93 |
1890 | 2024-11-28T00:59:18.188Z | Checking ucd-trie v0.1.7 |
1891 | 2024-11-28T00:59:18.282Z | Checking goblin v0.8.2 |
1892 | 2024-11-28T00:59:18.410Z | Checking pest v2.7.14 |
1893 | 2024-11-28T00:59:18.577Z | Checking cookie_store v0.21.0 |
1894 | 2024-11-28T00:59:19.238Z | Checking tokio-rustls v0.26.0 |
1895 | 2024-11-28T00:59:19.269Z | Checking sync_wrapper v1.0.1 |
1896 | 2024-11-28T00:59:19.294Z | Checking pretty-hex v0.4.1 |
1897 | 2024-11-28T00:59:19.418Z | Checking base16ct v0.2.0 |
1898 | 2024-11-28T00:59:19.476Z | Checking num-integer v0.1.46 |
1899 | 2024-11-28T00:59:19.510Z | Checking hyper-util v0.1.10 |
1900 | 2024-11-28T00:59:19.618Z | Checking sec1 v0.7.3 |
1901 | 2024-11-28T00:59:19.647Z | Checking ff v0.13.0 |
1902 | 2024-11-28T00:59:19.756Z | Checking clap v4.5.21 |
1903 | 2024-11-28T00:59:19.878Z | Checking thread-id v4.2.2 |
1904 | 2024-11-28T00:59:19.905Z | Checking group v0.13.0 |
1905 | 2024-11-28T00:59:19.968Z | Checking toml_edit v0.22.22 |
1906 | 2024-11-28T00:59:19.998Z | Checking hkdf v0.12.4 |
1907 | 2024-11-28T00:59:20.002Z | Checking crypto-bigint v0.5.5 |
1908 | 2024-11-28T00:59:20.199Z | Checking memmap v0.7.0 |
1909 | 2024-11-28T00:59:20.233Z | Checking dirs-sys-next v0.1.2 |
1910 | 2024-11-28T00:59:20.344Z | Checking native-tls v0.2.12 |
1911 | 2024-11-28T00:59:20.424Z | Checking crc32fast v1.4.2 |
1912 | 2024-11-28T00:59:20.452Z | Checking utf-8 v0.7.6 |
1913 | 2024-11-28T00:59:20.662Z | Checking bitflags v1.3.2 |
1914 | 2024-11-28T00:59:20.665Z | Checking tokio-native-tls v0.3.1 |
1915 | 2024-11-28T00:59:20.665Z | Checking static_assertions v1.1.0 |
1916 | 2024-11-28T00:59:20.781Z | Checking dirs-next v2.0.0 |
1917 | 2024-11-28T00:59:20.820Z | Checking crossbeam-channel v0.5.13 |
1918 | 2024-11-28T00:59:20.924Z | Checking thread_local v1.1.8 |
1919 | 2024-11-28T00:59:20.953Z | Checking dtrace-parser v0.2.0 |
1920 | 2024-11-28T00:59:20.980Z | Checking unicode-segmentation v1.12.0 |
1921 | 2024-11-28T00:59:21.220Z | Checking term v0.7.0 |
1922 | 2024-11-28T00:59:21.449Z | Checking num-iter v0.1.45 |
1923 | 2024-11-28T00:59:21.564Z | Checking crossbeam-epoch v0.9.18 |
1924 | 2024-11-28T00:59:21.605Z | Checking hyper-rustls v0.27.3 |
1925 | 2024-11-28T00:59:21.643Z | Checking hyper-tls v0.6.0 |
1926 | 2024-11-28T00:59:21.674Z | Checking take_mut v0.2.2 |
1927 | 2024-11-28T00:59:21.705Z | Checking match_cfg v0.1.0 |
1928 | 2024-11-28T00:59:21.813Z | Checking hostname v0.3.1 |
1929 | 2024-11-28T00:59:21.840Z | Checking slog-async v2.8.0 |
1930 | 2024-11-28T00:59:21.948Z | Checking slog-term v2.9.1 |
1931 | 2024-11-28T00:59:21.950Z | Checking reqwest v0.12.9 |
1932 | 2024-11-28T00:59:21.999Z | Checking bstr v1.10.0 |
1933 | 2024-11-28T00:59:22.025Z | Checking rfc6979 v0.4.0 |
1934 | 2024-11-28T00:59:22.140Z | Checking hex v0.4.3 |
1935 | 2024-11-28T00:59:22.212Z | Checking winnow v0.5.40 |
1936 | 2024-11-28T00:59:22.475Z | Checking managed v0.8.0 |
1937 | 2024-11-28T00:59:22.575Z | Checking toml v0.8.19 |
1938 | 2024-11-28T00:59:22.679Z | Checking crossbeam-deque v0.8.5 |
1939 | 2024-11-28T00:59:22.860Z | Checking num-bigint-dig v0.8.4 |
1940 | 2024-11-28T00:59:22.916Z | Checking flate2 v1.0.34 |
1941 | 2024-11-28T00:59:22.955Z | Checking elliptic-curve v0.13.8 |
1942 | 2024-11-28T00:59:23.001Z | Checking rustls v0.22.4 |
1943 | 2024-11-28T00:59:23.331Z | Checking pkcs1 v0.7.5 |
1944 | 2024-11-28T00:59:23.432Z | Checking dof v0.3.0 |
1945 | 2024-11-28T00:59:23.605Z | Checking curve25519-dalek v4.1.3 |
1946 | 2024-11-28T00:59:23.641Z | Checking ecdsa v0.16.9 |
1947 | 2024-11-28T00:59:23.766Z | Checking zerocopy v0.6.6 |
1948 | 2024-11-28T00:59:23.871Z | Checking siphasher v0.3.11 |
1949 | 2024-11-28T00:59:24.064Z | Checking usdt-impl v0.5.0 |
1950 | 2024-11-28T00:59:24.189Z | Checking rayon-core v1.12.1 |
1951 | 2024-11-28T00:59:24.409Z | Checking ed25519 v2.2.3 |
1952 | 2024-11-28T00:59:24.585Z | Checking slog-json v2.6.1 |
1953 | 2024-11-28T00:59:24.655Z | Checking usdt v0.5.0 |
1954 | 2024-11-28T00:59:24.737Z | Checking signal-hook v0.3.17 |
1955 | 2024-11-28T00:59:24.860Z | Checking debug-ignore v1.0.5 |
1956 | 2024-11-28T00:59:24.899Z | Checking quick-error v1.2.3 |
1957 | 2024-11-28T00:59:24.942Z | Checking slog-bunyan v2.5.0 |
1958 | 2024-11-28T00:59:24.998Z | Checking multer v3.1.0 |
1959 | 2024-11-28T00:59:25.026Z | Checking rsa v0.9.6 |
1960 | 2024-11-28T00:59:25.072Z | Checking itertools v0.10.5 |
1961 | 2024-11-28T00:59:25.101Z | Checking x509-cert v0.2.5 |
1962 | 2024-11-28T00:59:25.130Z | Checking idna v0.4.0 |
1963 | 2024-11-28T00:59:25.291Z | Checking toml_edit v0.19.15 |
1964 | 2024-11-28T00:59:25.424Z | Checking serde_path_to_error v0.1.16 |
1965 | 2024-11-28T00:59:25.537Z | Checking ed25519-dalek v2.1.1 |
1966 | 2024-11-28T00:59:25.973Z | Checking hubpack v0.1.2 |
1967 | 2024-11-28T00:59:26.064Z | Checking waitgroup v0.1.2 |
1968 | 2024-11-28T00:59:26.091Z | Checking bzip2-sys v0.1.11+1.0.8 |
1969 | 2024-11-28T00:59:26.133Z | Checking async-stream v0.3.6 |
1970 | 2024-11-28T00:59:26.209Z | Checking hostname v0.4.0 |
1971 | 2024-11-28T00:59:26.237Z | Checking bit-vec v0.6.3 |
1972 | 2024-11-28T00:59:26.304Z | Checking bzip2 v0.4.4 |
1973 | 2024-11-28T00:59:26.342Z | Checking hickory-proto v0.24.1 |
1974 | 2024-11-28T00:59:26.371Z | Checking signal-hook-mio v0.2.4 |
1975 | 2024-11-28T00:59:26.529Z | Checking console v0.15.8 |
1976 | 2024-11-28T00:59:26.575Z | Checking bit-set v0.5.3 |
1977 | 2024-11-28T00:59:26.607Z | Checking hash32 v0.2.1 |
1978 | 2024-11-28T00:59:26.713Z | Checking tokio-rustls v0.25.0 |
1979 | 2024-11-28T00:59:26.716Z | Checking linked-hash-map v0.5.6 |
1980 | 2024-11-28T00:59:26.838Z | Checking predicates-core v1.0.8 |
1981 | 2024-11-28T00:59:26.905Z | Checking unicode-properties v0.1.3 |
1982 | 2024-11-28T00:59:27.042Z | Checking heapless v0.7.17 |
1983 | 2024-11-28T00:59:27.080Z | Checking lru-cache v0.1.2 |
1984 | 2024-11-28T00:59:27.112Z | Checking dropshot v0.12.0 |
1985 | 2024-11-28T00:59:27.140Z | Checking crossterm v0.28.1 |
1986 | 2024-11-28T00:59:27.267Z | Checking stringprep v0.1.5 |
1987 | 2024-11-28T00:59:27.294Z | Checking rayon v1.10.0 |
1988 | 2024-11-28T00:59:27.382Z | Checking phf_shared v0.11.2 |
1989 | 2024-11-28T00:59:27.551Z | Checking similar v2.6.0 |
1990 | 2024-11-28T00:59:27.676Z | Checking tokio-stream v0.1.16 |
1991 | 2024-11-28T00:59:27.842Z | Checking toml v0.7.8 |
1992 | 2024-11-28T00:59:28.087Z | Checking md-5 v0.10.6 |
1993 | 2024-11-28T00:59:28.333Z | Checking float-cmp v0.9.0 |
1994 | 2024-11-28T00:59:28.446Z | Checking fixedbitset v0.4.2 |
1995 | 2024-11-28T00:59:28.531Z | Checking normalize-line-endings v0.3.0 |
1996 | 2024-11-28T00:59:28.590Z | Checking difflib v0.4.0 |
1997 | 2024-11-28T00:59:28.619Z | Checking fallible-iterator v0.2.0 |
1998 | 2024-11-28T00:59:28.671Z | Checking smoltcp v0.9.1 |
1999 | 2024-11-28T00:59:28.730Z | Checking petgraph v0.6.5 |
2000 | 2024-11-28T00:59:28.946Z | Checking predicates v3.1.2 |
2001 | 2024-11-28T00:59:29.007Z | Checking phf v0.11.2 |
2002 | 2024-11-28T00:59:29.267Z | Checking postgres-protocol v0.6.7 |
2003 | 2024-11-28T00:59:29.309Z | Checking zip v0.6.6 |
2004 | 2024-11-28T00:59:29.651Z | Checking resolv-conf v0.7.0 |
2005 | 2024-11-28T00:59:30.006Z | Checking phf_shared v0.10.0 |
2006 | 2024-11-28T00:59:30.032Z | Checking tungstenite v0.24.0 |
2007 | 2024-11-28T00:59:30.035Z | Checking fs-err v2.11.0 |
2008 | 2024-11-28T00:59:30.208Z | Checking serde-big-array v0.5.1 |
2009 | 2024-11-28T00:59:30.299Z | Checking portable-atomic v1.9.0 |
2010 | 2024-11-28T00:59:30.446Z | Checking unicode-width v0.2.0 |
2011 | 2024-11-28T00:59:30.623Z | Checking lalrpop-util v0.19.12 |
2012 | 2024-11-28T00:59:30.858Z | Checking new_debug_unreachable v1.0.6 |
2013 | 2024-11-28T00:59:30.905Z | Checking minimal-lexical v0.2.1 |
2014 | 2024-11-28T00:59:30.952Z | Checking number_prefix v0.4.0 |
2015 | 2024-11-28T00:59:30.974Z | Checking precomputed-hash v0.1.1 |
2016 | 2024-11-28T00:59:30.978Z | Checking tokio-tungstenite v0.24.0 |
2017 | 2024-11-28T00:59:31.099Z | Checking string_cache v0.8.7 |
2018 | 2024-11-28T00:59:31.133Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2019 | 2024-11-28T00:59:31.196Z | Checking hickory-resolver v0.24.1 |
2020 | 2024-11-28T00:59:31.282Z | Checking postgres-types v0.2.8 |
2021 | 2024-11-28T00:59:31.309Z | Checking nom v7.1.3 |
2022 | 2024-11-28T00:59:31.356Z | Checking indicatif v0.17.9 |
2023 | 2024-11-28T00:59:31.392Z | Checking itertools v0.12.1 |
2024 | 2024-11-28T00:59:31.484Z | Checking whoami v1.5.2 |
2025 | 2024-11-28T00:59:31.796Z | Checking peg-runtime v0.8.3 |
2026 | 2024-11-28T00:59:32.058Z | Checking tokio-postgres v0.7.12 |
2027 | 2024-11-28T00:59:32.110Z | Compiling hashbrown v0.14.5 |
2028 | 2024-11-28T00:59:32.159Z | Compiling ident_case v1.0.1 |
2029 | 2024-11-28T00:59:32.187Z | Compiling unsafe-libyaml v0.2.11 |
2030 | 2024-11-28T00:59:32.363Z | Compiling darling_core v0.20.10 |
2031 | 2024-11-28T00:59:32.873Z | Checking qorb v0.2.0 |
2032 | 2024-11-28T00:59:33.577Z | Compiling regress v0.10.1 |
2033 | 2024-11-28T00:59:34.035Z | Compiling serde_yaml v0.9.34+deprecated |
2034 | 2024-11-28T00:59:34.265Z | Checking heck v0.5.0 |
2035 | 2024-11-28T00:59:34.471Z | Checking progenitor-client v0.8.0 |
2036 | 2024-11-28T00:59:34.872Z | Checking fastrand v2.1.1 |
2037 | 2024-11-28T00:59:35.203Z | Compiling newtype-uuid v1.1.3 |
2038 | 2024-11-28T00:59:35.204Z | Checking ipnetwork v0.20.0 |
2039 | 2024-11-28T00:59:35.553Z | Compiling structmeta-derive v0.3.0 |
2040 | 2024-11-28T00:59:35.583Z | Checking strum v0.26.3 |
2041 | 2024-11-28T00:59:35.593Z | Compiling dropshot v0.13.0 |
2042 | 2024-11-28T00:59:35.742Z | Checking macaddr v1.0.1 |
2043 | 2024-11-28T00:59:35.976Z | Compiling dropshot_endpoint v0.13.0 |
2044 | 2024-11-28T00:59:36.093Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2045 | 2024-11-28T00:59:36.915Z | Checking tempfile v3.13.0 |
2046 | 2024-11-28T00:59:37.052Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2047 | 2024-11-28T00:59:37.324Z | Compiling typify-impl v0.2.0 |
2048 | 2024-11-28T00:59:37.427Z | Checking instant v0.1.13 |
2049 | 2024-11-28T00:59:37.560Z | Checking regress v0.9.1 |
2050 | 2024-11-28T00:59:38.319Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2051 | 2024-11-28T00:59:38.568Z | Compiling structmeta v0.3.0 |
2052 | 2024-11-28T00:59:38.665Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2053 | 2024-11-28T00:59:39.009Z | Checking backoff v0.4.0 |
2054 | 2024-11-28T00:59:39.037Z | Compiling parse-display-derive v0.10.0 |
2055 | 2024-11-28T00:59:39.136Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-11-28T00:59:39.293Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2057 | 2024-11-28T00:59:39.333Z | Checking wait-timeout v0.2.0 |
2058 | 2024-11-28T00:59:39.459Z | Checking rand_xorshift v0.3.0 |
2059 | 2024-11-28T00:59:39.514Z | Compiling darling_macro v0.20.10 |
2060 | 2024-11-28T00:59:39.538Z | Checking rusty-fork v0.3.0 |
2061 | 2024-11-28T00:59:39.655Z | Checking unarray v0.1.4 |
2062 | 2024-11-28T00:59:39.833Z | Compiling structmeta-derive v0.2.0 |
2063 | 2024-11-28T00:59:39.861Z | Checking proptest v1.5.0 |
2064 | 2024-11-28T00:59:40.527Z | Compiling darling v0.20.10 |
2065 | 2024-11-28T00:59:40.670Z | Compiling serde_with_macros v3.11.0 |
2066 | 2024-11-28T00:59:41.222Z | Checking camino-tempfile v1.1.1 |
2067 | 2024-11-28T00:59:41.539Z | Compiling proc-macro-error v1.0.4 |
2068 | 2024-11-28T00:59:41.804Z | Compiling proc-macro-crate v1.3.1 |
2069 | 2024-11-28T00:59:42.257Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2024-11-28T00:59:42.670Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2071 | 2024-11-28T00:59:43.001Z | Compiling num_enum_derive v0.5.11 |
2072 | 2024-11-28T00:59:43.025Z | Compiling structmeta v0.2.0 |
2073 | 2024-11-28T00:59:43.053Z | Compiling foreign-types-macros v0.2.3 |
2074 | 2024-11-28T00:59:43.488Z | Compiling test-strategy v0.3.1 |
2075 | 2024-11-28T00:59:43.710Z | Checking serde_with v3.11.0 |
2076 | 2024-11-28T00:59:43.921Z | Checking parse-display v0.10.0 |
2077 | 2024-11-28T00:59:44.175Z | Checking foreign-types-shared v0.3.1 |
2078 | 2024-11-28T00:59:44.451Z | Checking foreign-types v0.5.0 |
2079 | 2024-11-28T00:59:44.576Z | Checking tabwriter v1.4.0 |
2080 | 2024-11-28T00:59:44.670Z | Checking cstr-argument v0.1.2 |
2081 | 2024-11-28T00:59:44.713Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2082 | 2024-11-28T00:59:44.833Z | Checking pretty-hex v0.2.1 |
2083 | 2024-11-28T00:59:44.870Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2084 | 2024-11-28T00:59:44.922Z | Checking colored v2.1.0 |
2085 | 2024-11-28T00:59:45.013Z | Checking smf v0.2.3 |
2086 | 2024-11-28T00:59:45.264Z | Checking base64 v0.21.7 |
2087 | 2024-11-28T00:59:45.290Z | Compiling zerocopy v0.8.10 |
2088 | 2024-11-28T00:59:45.533Z | Compiling crucible-workspace-hack v0.1.0 |
2089 | 2024-11-28T00:59:45.614Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2090 | 2024-11-28T00:59:45.672Z | Checking num_enum v0.5.11 |
2091 | 2024-11-28T00:59:45.758Z | Compiling itertools v0.13.0 |
2092 | 2024-11-28T00:59:45.786Z | Compiling zerocopy-derive v0.8.10 |
2093 | 2024-11-28T00:59:45.848Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2094 | 2024-11-28T00:59:45.881Z | Compiling heapless v0.8.0 |
2095 | 2024-11-28T00:59:46.160Z | Checking termtree v0.4.1 |
2096 | 2024-11-28T00:59:46.378Z | Checking predicates-tree v1.0.11 |
2097 | 2024-11-28T00:59:46.405Z | Checking hash32 v0.3.1 |
2098 | 2024-11-28T00:59:46.545Z | Compiling smoltcp v0.11.0 |
2099 | 2024-11-28T00:59:46.606Z | Checking cobs v0.2.3 |
2100 | 2024-11-28T00:59:46.810Z | Checking postcard v1.0.10 |
2101 | 2024-11-28T00:59:47.244Z | Checking sigpipe v0.1.3 |
2102 | 2024-11-28T00:59:47.309Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2103 | 2024-11-28T00:59:47.366Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2104 | 2024-11-28T00:59:47.393Z | Checking atomicwrites v0.4.4 |
2105 | 2024-11-28T00:59:47.451Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2106 | 2024-11-28T00:59:47.538Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2107 | 2024-11-28T00:59:47.591Z | Compiling mockall_derive v0.13.0 |
2108 | 2024-11-28T00:59:47.690Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2109 | 2024-11-28T00:59:47.850Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2110 | 2024-11-28T00:59:48.093Z | Compiling zone_cfg_derive v0.3.0 |
2111 | 2024-11-28T00:59:48.364Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2112 | 2024-11-28T00:59:48.715Z | Compiling num-derive v0.4.2 |
2113 | 2024-11-28T00:59:49.042Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2114 | 2024-11-28T00:59:49.698Z | Checking fragile v2.0.0 |
2115 | 2024-11-28T00:59:49.960Z | Checking downcast v0.11.0 |
2116 | 2024-11-28T00:59:50.059Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2117 | 2024-11-28T00:59:50.226Z | Checking zone v0.3.0 |
2118 | 2024-11-28T00:59:50.429Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2119 | 2024-11-28T00:59:50.709Z | Compiling convert_case v0.4.0 |
2120 | 2024-11-28T00:59:50.787Z | Checking newline-converter v0.3.0 |
2121 | 2024-11-28T00:59:51.035Z | Checking expectorate v1.1.0 |
2122 | 2024-11-28T00:59:51.215Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2123 | 2024-11-28T00:59:51.240Z | Checking tungstenite v0.21.0 |
2124 | 2024-11-28T00:59:51.685Z | Compiling derive_more v0.99.18 |
2125 | 2024-11-28T00:59:51.688Z | Checking same-file v1.0.6 |
2126 | 2024-11-28T00:59:51.880Z | Checking walkdir v2.5.0 |
2127 | 2024-11-28T00:59:52.143Z | Checking arc-swap v1.7.1 |
2128 | 2024-11-28T00:59:52.176Z | Checking xattr v1.3.1 |
2129 | 2024-11-28T00:59:52.261Z | Checking tokio-tungstenite v0.21.0 |
2130 | 2024-11-28T00:59:52.399Z | Checking filetime v0.2.25 |
2131 | 2024-11-28T00:59:52.608Z | Checking slog-scope v4.4.0 |
2132 | 2024-11-28T00:59:52.634Z | Checking tar v0.4.42 |
2133 | 2024-11-28T00:59:52.808Z | Checking num-rational v0.4.2 |
2134 | 2024-11-28T00:59:52.831Z | Checking slog-stdlog v4.1.1 |
2135 | 2024-11-28T00:59:53.017Z | Checking slog-envlogger v2.2.0 |
2136 | 2024-11-28T00:59:53.266Z | Checking num-complex v0.4.6 |
2137 | 2024-11-28T00:59:53.474Z | Checking float-ord v0.3.2 |
2138 | 2024-11-28T00:59:53.505Z | Compiling owo-colors v4.1.0 |
2139 | 2024-11-28T00:59:53.634Z | Compiling cancel-safe-futures v0.1.5 |
2140 | 2024-11-28T00:59:53.677Z | Checking swrite v0.1.0 |
2141 | 2024-11-28T00:59:53.816Z | Checking libsw v3.3.1 |
2142 | 2024-11-28T00:59:54.090Z | Checking pem v3.0.4 |
2143 | 2024-11-28T00:59:54.234Z | Checking num v0.4.3 |
2144 | 2024-11-28T00:59:54.358Z | Checking password-hash v0.5.0 |
2145 | 2024-11-28T00:59:54.383Z | Checking blake2 v0.10.6 |
2146 | 2024-11-28T00:59:54.510Z | Checking linear-map v1.2.0 |
2147 | 2024-11-28T00:59:54.836Z | Checking indent_write v2.2.0 |
2148 | 2024-11-28T00:59:54.863Z | Checking argon2 v0.5.3 |
2149 | 2024-11-28T00:59:54.884Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2150 | 2024-11-28T00:59:55.279Z | Compiling lzma-sys v0.1.20 |
2151 | 2024-11-28T00:59:55.613Z | Checking headers-core v0.3.0 |
2152 | 2024-11-28T00:59:55.615Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2153 | 2024-11-28T00:59:55.767Z | Compiling heck v0.3.3 |
2154 | 2024-11-28T00:59:55.792Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2024-11-28T00:59:55.997Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2156 | 2024-11-28T00:59:56.210Z | Compiling zone_cfg_derive v0.1.2 |
2157 | 2024-11-28T00:59:56.307Z | Checking headers v0.4.0 |
2158 | 2024-11-28T00:59:56.310Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2159 | 2024-11-28T00:59:56.337Z | Checking mockall v0.13.0 |
2160 | 2024-11-28T00:59:56.383Z | Compiling typify-macro v0.2.0 |
2161 | 2024-11-28T00:59:56.585Z | Checking yasna v0.5.2 |
2162 | 2024-11-28T00:59:56.667Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2163 | 2024-11-28T00:59:56.691Z | Checking base64 v0.13.1 |
2164 | 2024-11-28T00:59:57.127Z | Checking highway v1.2.0 |
2165 | 2024-11-28T00:59:57.465Z | Checking rcgen v0.12.1 |
2166 | 2024-11-28T00:59:57.490Z | Checking ron v0.7.1 |
2167 | 2024-11-28T00:59:57.514Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2168 | 2024-11-28T00:59:57.542Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2169 | 2024-11-28T00:59:57.754Z | Checking zone v0.1.8 |
2170 | 2024-11-28T00:59:58.190Z | Checking xz2 v0.1.7 |
2171 | 2024-11-28T00:59:58.466Z | Checking subprocess v0.2.9 |
2172 | 2024-11-28T00:59:58.525Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2173 | 2024-11-28T00:59:58.692Z | Checking humantime v2.1.0 |
2174 | 2024-11-28T00:59:59.023Z | Compiling semver v0.1.20 |
2175 | 2024-11-28T00:59:59.061Z | Checking half v2.4.1 |
2176 | 2024-11-28T00:59:59.420Z | Compiling rustc_version v0.1.7 |
2177 | 2024-11-28T00:59:59.559Z | Checking ciborium-io v0.2.2 |
2178 | 2024-11-28T00:59:59.657Z | Checking prettyplease v0.2.25 |
2179 | 2024-11-28T00:59:59.705Z | Checking ciborium-ll v0.2.2 |
2180 | 2024-11-28T00:59:59.779Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2181 | 2024-11-28T00:59:59.993Z | Compiling newtype_derive v0.1.6 |
2182 | 2024-11-28T01:00:00.117Z | Checking ciborium v0.2.2 |
2183 | 2024-11-28T01:00:00.832Z | Compiling typify v0.2.0 |
2184 | 2024-11-28T01:00:00.969Z | Compiling progenitor-impl v0.8.0 |
2185 | 2024-11-28T01:00:01.307Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2186 | 2024-11-28T01:00:03.159Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2187 | 2024-11-28T01:00:03.163Z | Checking steno v0.4.1 |
2188 | 2024-11-28T01:00:03.222Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2189 | 2024-11-28T01:00:03.498Z | Checking display-error-chain v0.2.2 |
2190 | 2024-11-28T01:00:03.524Z | Compiling slog-dtrace v0.3.0 |
2191 | 2024-11-28T01:00:03.691Z | Checking gethostname v0.5.0 |
2192 | 2024-11-28T01:00:03.835Z | Checking nibble_vec v0.1.0 |
2193 | 2024-11-28T01:00:04.071Z | Compiling ring v0.16.20 |
2194 | 2024-11-28T01:00:04.367Z | Compiling blake3 v1.5.4 |
2195 | 2024-11-28T01:00:04.550Z | Checking endian-type v0.1.2 |
2196 | 2024-11-28T01:00:04.795Z | Checking keccak v0.1.5 |
2197 | 2024-11-28T01:00:05.048Z | Checking radix_trie v0.2.1 |
2198 | 2024-11-28T01:00:05.169Z | Checking sha3 v0.10.8 |
2199 | 2024-11-28T01:00:05.461Z | Checking universal-hash v0.5.1 |
2200 | 2024-11-28T01:00:05.565Z | Checking secrecy v0.8.0 |
2201 | 2024-11-28T01:00:05.598Z | Checking opaque-debug v0.3.1 |
2202 | 2024-11-28T01:00:05.656Z | Checking aead v0.5.2 |
2203 | 2024-11-28T01:00:05.702Z | Checking poly1305 v0.8.0 |
2204 | 2024-11-28T01:00:05.740Z | Checking chacha20 v0.9.1 |
2205 | 2024-11-28T01:00:06.128Z | Compiling memmap2 v0.9.5 |
2206 | 2024-11-28T01:00:06.233Z | Compiling arrayvec v0.7.6 |
2207 | 2024-11-28T01:00:06.478Z | Compiling arrayref v0.3.9 |
2208 | 2024-11-28T01:00:06.597Z | Compiling constant_time_eq v0.3.1 |
2209 | 2024-11-28T01:00:06.642Z | Compiling spin v0.5.2 |
2210 | 2024-11-28T01:00:06.669Z | Compiling toolchain_find v0.4.0 |
2211 | 2024-11-28T01:00:06.903Z | Compiling thiserror-impl-no-std v2.0.2 |
2212 | 2024-11-28T01:00:06.903Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2213 | 2024-11-28T01:00:07.232Z | Compiling topological-sort v0.2.2 |
2214 | 2024-11-28T01:00:07.386Z | Compiling rustfmt-wrapper v0.2.1 |
2215 | 2024-11-28T01:00:07.424Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2216 | 2024-11-28T01:00:07.686Z | Checking chacha20poly1305 v0.10.1 |
2217 | 2024-11-28T01:00:07.767Z | Compiling async-recursion v1.1.1 |
2218 | 2024-11-28T01:00:07.887Z | Checking fxhash v0.2.1 |
2219 | 2024-11-28T01:00:07.935Z | Compiling zip v2.1.3 |
2220 | 2024-11-28T01:00:08.085Z | Checking lockfree-object-pool v0.1.6 |
2221 | 2024-11-28T01:00:08.172Z | Checking bumpalo v3.16.0 |
2222 | 2024-11-28T01:00:08.268Z | Checking simd-adler32 v0.3.7 |
2223 | 2024-11-28T01:00:08.400Z | Checking termcolor v1.4.1 |
2224 | 2024-11-28T01:00:08.524Z | Compiling radium v0.7.0 |
2225 | 2024-11-28T01:00:08.617Z | Checking zopfli v0.8.1 |
2226 | 2024-11-28T01:00:08.842Z | Checking maplit v1.0.2 |
2227 | 2024-11-28T01:00:08.969Z | Checking tap v1.0.1 |
2228 | 2024-11-28T01:00:09.026Z | Compiling maybe-uninit v2.0.0 |
2229 | 2024-11-28T01:00:09.144Z | Checking wyz v0.5.1 |
2230 | 2024-11-28T01:00:09.501Z | Compiling progenitor-macro v0.8.0 |
2231 | 2024-11-28T01:00:09.573Z | Checking crc-catalog v2.4.0 |
2232 | 2024-11-28T01:00:09.625Z | Checking home v0.5.9 |
2233 | 2024-11-28T01:00:09.737Z | Compiling packed_struct v0.10.1 |
2234 | 2024-11-28T01:00:09.785Z | Checking funty v2.0.0 |
2235 | 2024-11-28T01:00:09.934Z | Compiling omicron-zone-package v0.11.1 |
2236 | 2024-11-28T01:00:10.299Z | Checking thiserror-no-std v2.0.2 |
2237 | 2024-11-28T01:00:10.328Z | Checking crc v3.2.1 |
2238 | 2024-11-28T01:00:10.425Z | Checking vsss-rs v3.3.4 |
2239 | 2024-11-28T01:00:10.633Z | Compiling const_format_proc_macros v0.2.33 |
2240 | 2024-11-28T01:00:10.813Z | Checking kstat-rs v0.2.4 |
2241 | 2024-11-28T01:00:10.839Z | Checking bitvec v1.0.1 |
2242 | 2024-11-28T01:00:10.842Z | Compiling packed_struct_codegen v0.10.1 |
2243 | 2024-11-28T01:00:11.167Z | Compiling vte_generate_state_changes v0.1.2 |
2244 | 2024-11-28T01:00:11.602Z | Compiling indexmap v1.9.3 |
2245 | 2024-11-28T01:00:11.852Z | Checking nodrop v0.1.14 |
2246 | 2024-11-28T01:00:11.931Z | Compiling libefi-sys v0.1.0 |
2247 | 2024-11-28T01:00:11.986Z | Checking array-init v0.0.4 |
2248 | 2024-11-28T01:00:12.311Z | Checking vte v0.11.1 |
2249 | 2024-11-28T01:00:12.910Z | Checking const_format v0.2.33 |
2250 | 2024-11-28T01:00:13.061Z | Checking smallvec v0.6.14 |
2251 | 2024-11-28T01:00:13.420Z | Checking fd-lock v4.0.2 |
2252 | 2024-11-28T01:00:13.489Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2253 | 2024-11-28T01:00:13.622Z | Compiling bitfield-struct v0.6.2 |
2254 | 2024-11-28T01:00:13.785Z | Checking hashbrown v0.12.3 |
2255 | 2024-11-28T01:00:13.825Z | Checking bitfield v0.14.0 |
2256 | 2024-11-28T01:00:13.883Z | Checking strip-ansi-escapes v0.2.0 |
2257 | 2024-11-28T01:00:14.036Z | Checking serde-hex v0.1.0 |
2258 | 2024-11-28T01:00:14.107Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2259 | 2024-11-28T01:00:14.384Z | Checking env_logger v0.10.2 |
2260 | 2024-11-28T01:00:14.484Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2261 | 2024-11-28T01:00:14.822Z | Checking ron v0.8.1 |
2262 | 2024-11-28T01:00:14.847Z | Checking hashbrown v0.13.2 |
2263 | 2024-11-28T01:00:15.176Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2264 | 2024-11-28T01:00:15.662Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2265 | 2024-11-28T01:00:15.789Z | Checking nu-ansi-term v0.50.1 |
2266 | 2024-11-28T01:00:15.813Z | Checking crc-any v2.5.0 |
2267 | 2024-11-28T01:00:16.047Z | Checking object v0.30.4 |
2268 | 2024-11-28T01:00:16.165Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2269 | 2024-11-28T01:00:16.208Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2270 | 2024-11-28T01:00:16.210Z | Checking reedline v0.35.0 |
2271 | 2024-11-28T01:00:16.552Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2272 | 2024-11-28T01:00:16.700Z | Checking path-slash v0.1.5 |
2273 | 2024-11-28T01:00:16.725Z | Compiling parking_lot_core v0.8.6 |
2274 | 2024-11-28T01:00:16.807Z | Compiling phf_generator v0.11.2 |
2275 | 2024-11-28T01:00:16.860Z | Checking bytecount v0.6.8 |
2276 | 2024-11-28T01:00:17.011Z | Checking glob v0.3.1 |
2277 | 2024-11-28T01:00:17.035Z | Checking papergrid v0.11.0 |
2278 | 2024-11-28T01:00:17.354Z | Compiling phf_codegen v0.11.2 |
2279 | 2024-11-28T01:00:17.567Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2024-11-28T01:00:17.594Z | Compiling tabled_derive v0.7.0 |
2281 | 2024-11-28T01:00:17.629Z | Checking parking_lot v0.11.2 |
2282 | 2024-11-28T01:00:17.990Z | Compiling parse-zoneinfo v0.3.1 |
2283 | 2024-11-28T01:00:18.122Z | Compiling cfg_aliases v0.1.1 |
2284 | 2024-11-28T01:00:18.244Z | Compiling nix v0.28.0 |
2285 | 2024-11-28T01:00:18.590Z | Checking sled v0.34.7 |
2286 | 2024-11-28T01:00:19.067Z | Compiling chrono-tz-build v0.4.0 |
2287 | 2024-11-28T01:00:19.093Z | Checking hickory-client v0.24.1 |
2288 | 2024-11-28T01:00:19.795Z | Checking hickory-server v0.24.1 |
2289 | 2024-11-28T01:00:20.100Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2290 | 2024-11-28T01:00:20.265Z | Checking tabled v0.15.0 |
2291 | 2024-11-28T01:00:20.654Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-11-28T01:00:21.206Z | Compiling buf-list v1.0.3 |
2293 | 2024-11-28T01:00:21.964Z | Compiling peg-macros v0.8.4 |
2294 | 2024-11-28T01:00:22.311Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2295 | 2024-11-28T01:00:22.542Z | Compiling sqlparser_derive v0.2.2 |
2296 | 2024-11-28T01:00:22.805Z | Checking unicode_categories v0.1.1 |
2297 | 2024-11-28T01:00:23.126Z | Checking sqlformat v0.2.6 |
2298 | 2024-11-28T01:00:23.701Z | Checking sqlparser v0.45.0 |
2299 | 2024-11-28T01:00:23.960Z | Checking bcs v0.1.6 |
2300 | 2024-11-28T01:00:24.088Z | Checking rustyline v14.0.0 |
2301 | 2024-11-28T01:00:24.476Z | Checking primeorder v0.13.6 |
2302 | 2024-11-28T01:00:24.957Z | Compiling unicase v2.7.0 |
2303 | 2024-11-28T01:00:25.219Z | Checking progenitor v0.8.0 |
2304 | 2024-11-28T01:00:25.521Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2305 | 2024-11-28T01:00:25.619Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2306 | 2024-11-28T01:00:25.949Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2307 | 2024-11-28T01:00:28.157Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2308 | 2024-11-28T01:00:29.343Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2309 | 2024-11-28T01:00:30.258Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2310 | 2024-11-28T01:00:30.492Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2311 | 2024-11-28T01:00:32.801Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2312 | 2024-11-28T01:00:33.488Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2313 | 2024-11-28T01:00:34.009Z | Checking peg v0.8.4 |
2314 | 2024-11-28T01:00:34.351Z | Checking nanorand v0.7.0 |
2315 | 2024-11-28T01:00:34.727Z | Checking flume v0.11.1 |
2316 | 2024-11-28T01:00:34.793Z | Checking atty v0.2.14 |
2317 | 2024-11-28T01:00:34.846Z | Compiling salty v0.3.0 |
2318 | 2024-11-28T01:00:34.997Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2319 | 2024-11-28T01:00:35.225Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2320 | 2024-11-28T01:00:35.259Z | Checking p384 v0.13.0 |
2321 | 2024-11-28T01:00:35.343Z | Compiling mime_guess v2.0.5 |
2322 | 2024-11-28T01:00:35.746Z | Checking env_filter v0.1.2 |
2323 | 2024-11-28T01:00:35.941Z | Checking http-range v0.1.5 |
2324 | 2024-11-28T01:00:35.992Z | Checking env_logger v0.11.5 |
2325 | 2024-11-28T01:00:36.161Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2326 | 2024-11-28T01:00:36.376Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2327 | 2024-11-28T01:00:36.480Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2328 | 2024-11-28T01:00:36.615Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2329 | 2024-11-28T01:00:36.837Z | Compiling dsl_auto_type v0.1.2 |
2330 | 2024-11-28T01:00:36.840Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2331 | 2024-11-28T01:00:36.884Z | Checking scheduled-thread-pool v0.2.7 |
2332 | 2024-11-28T01:00:37.124Z | Compiling diesel_table_macro_syntax v0.2.0 |
2333 | 2024-11-28T01:00:37.163Z | Compiling crunchy v0.2.2 |
2334 | 2024-11-28T01:00:37.166Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2335 | 2024-11-28T01:00:37.500Z | Checking hyper-staticfile v0.10.1 |
2336 | 2024-11-28T01:00:37.725Z | Checking r2d2 v0.8.10 |
2337 | 2024-11-28T01:00:38.064Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2338 | 2024-11-28T01:00:38.087Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2339 | 2024-11-28T01:00:38.344Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2340 | 2024-11-28T01:00:38.587Z | Compiling tiny-keccak v2.0.2 |
2341 | 2024-11-28T01:00:38.661Z | Compiling diesel_derives v2.2.3 |
2342 | 2024-11-28T01:00:39.006Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2343 | 2024-11-28T01:00:39.042Z | Compiling pin-project-internal v1.1.6 |
2344 | 2024-11-28T01:00:39.285Z | Compiling ref-cast v1.0.23 |
2345 | 2024-11-28T01:00:39.945Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2346 | 2024-11-28T01:00:40.269Z | Compiling ascii-canvas v3.0.0 |
2347 | 2024-11-28T01:00:40.626Z | Compiling ena v0.14.3 |
2348 | 2024-11-28T01:00:40.843Z | Compiling ref-cast-impl v1.0.23 |
2349 | 2024-11-28T01:00:41.079Z | Compiling diff v0.1.13 |
2350 | 2024-11-28T01:00:41.778Z | Compiling regex-syntax v0.6.29 |
2351 | 2024-11-28T01:00:42.302Z | Checking pin-project v1.1.6 |
2352 | 2024-11-28T01:00:42.330Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2353 | 2024-11-28T01:00:42.453Z | Checking signal-hook-tokio v0.3.1 |
2354 | 2024-11-28T01:00:42.644Z | Compiling snafu-derive v0.8.5 |
2355 | 2024-11-28T01:00:42.663Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2356 | 2024-11-28T01:00:42.971Z | Compiling derive_builder_core v0.20.2 |
2357 | 2024-11-28T01:00:45.524Z | Compiling lalrpop v0.19.12 |
2358 | 2024-11-28T01:00:46.593Z | Checking globset v0.4.15 |
2359 | 2024-11-28T01:00:47.418Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2360 | 2024-11-28T01:00:47.953Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2361 | 2024-11-28T01:00:48.473Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2362 | 2024-11-28T01:00:51.006Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2363 | 2024-11-28T01:00:51.997Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2364 | 2024-11-28T01:00:52.455Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2365 | 2024-11-28T01:00:53.295Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2366 | 2024-11-28T01:00:53.430Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2367 | 2024-11-28T01:00:54.273Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2368 | 2024-11-28T01:00:54.804Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2369 | 2024-11-28T01:00:55.058Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2370 | 2024-11-28T01:00:55.445Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2371 | 2024-11-28T01:00:55.806Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2372 | 2024-11-28T01:00:55.894Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2373 | 2024-11-28T01:00:56.228Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2374 | 2024-11-28T01:00:56.543Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2375 | 2024-11-28T01:00:57.049Z | Checking diesel v2.2.4 |
2376 | 2024-11-28T01:00:57.167Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2377 | 2024-11-28T01:00:57.476Z | Checking snafu v0.8.5 |
2378 | 2024-11-28T01:00:57.650Z | Checking olpc-cjson v0.1.4 |
2379 | 2024-11-28T01:00:57.990Z | Checking serde_plain v1.0.2 |
2380 | 2024-11-28T01:00:58.261Z | Compiling libxml v0.3.3 |
2381 | 2024-11-28T01:00:58.640Z | Compiling memoffset v0.9.1 |
2382 | 2024-11-28T01:00:58.967Z | Checking typed-path v0.9.3 |
2383 | 2024-11-28T01:01:00.746Z | Compiling derive_builder_macro v0.20.2 |
2384 | 2024-11-28T01:01:00.890Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2385 | 2024-11-28T01:01:01.108Z | Checking tough v0.19.0 |
2386 | 2024-11-28T01:01:01.695Z | Checking tungstenite v0.23.0 |
2387 | 2024-11-28T01:01:02.020Z | Compiling strum_macros v0.24.3 |
2388 | 2024-11-28T01:01:02.281Z | Compiling samael v0.0.17 |
2389 | 2024-11-28T01:01:02.698Z | Compiling indoc v1.0.9 |
2390 | 2024-11-28T01:01:02.929Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2391 | 2024-11-28T01:01:03.719Z | Checking parse-size v1.1.0 |
2392 | 2024-11-28T01:01:03.921Z | Checking tokio-tungstenite v0.23.1 |
2393 | 2024-11-28T01:01:04.409Z | Checking derive_builder v0.20.2 |
2394 | 2024-11-28T01:01:05.443Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2395 | 2024-11-28T01:01:05.866Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2396 | 2024-11-28T01:01:06.263Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2397 | 2024-11-28T01:01:06.366Z | Checking quick-xml v0.33.0 |
2398 | 2024-11-28T01:01:06.390Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2399 | 2024-11-28T01:01:06.555Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2400 | 2024-11-28T01:01:07.586Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2401 | 2024-11-28T01:01:08.101Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2402 | 2024-11-28T01:01:08.419Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2403 | 2024-11-28T01:01:08.549Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2404 | 2024-11-28T01:01:08.572Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2405 | 2024-11-28T01:01:08.826Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2406 | 2024-11-28T01:01:09.373Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2407 | 2024-11-28T01:01:10.135Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2408 | 2024-11-28T01:01:11.674Z | Compiling oso-derive v0.27.3 |
2409 | 2024-11-28T01:01:12.037Z | Compiling impl-trait-for-tuples v0.2.2 |
2410 | 2024-11-28T01:01:12.853Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2411 | 2024-11-28T01:01:15.948Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2412 | 2024-11-28T01:01:18.068Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2413 | 2024-11-28T01:01:19.036Z | Checking nix v0.27.1 |
2414 | 2024-11-28T01:01:19.719Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2415 | 2024-11-28T01:01:20.179Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2416 | 2024-11-28T01:01:20.355Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2417 | 2024-11-28T01:01:20.658Z | Compiling diesel-dtrace v0.3.0 |
2418 | 2024-11-28T01:01:21.070Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2419 | 2024-11-28T01:01:22.076Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2420 | 2024-11-28T01:01:22.398Z | Checking bb8 v0.8.5 |
2421 | 2024-11-28T01:01:22.513Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2422 | 2024-11-28T01:01:22.908Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2423 | 2024-11-28T01:01:22.989Z | Checking heck v0.4.1 |
2424 | 2024-11-28T01:01:23.117Z | Checking rand_seeder v0.3.0 |
2425 | 2024-11-28T01:01:23.223Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2426 | 2024-11-28T01:01:23.381Z | Checking assert_matches v1.5.0 |
2427 | 2024-11-28T01:01:23.490Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2428 | 2024-11-28T01:01:23.654Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2429 | 2024-11-28T01:01:23.723Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2430 | 2024-11-28T01:01:23.852Z | Compiling libz-sys v1.1.20 |
2431 | 2024-11-28T01:01:24.000Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2432 | 2024-11-28T01:01:24.637Z | Checking is_ci v1.2.0 |
2433 | 2024-11-28T01:01:24.737Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2434 | 2024-11-28T01:01:24.799Z | Checking supports-color v3.0.1 |
2435 | 2024-11-28T01:01:25.215Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2436 | 2024-11-28T01:01:25.406Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2437 | 2024-11-28T01:01:26.009Z | Compiling vergen v8.3.2 |
2438 | 2024-11-28T01:01:26.107Z | Compiling cargo-platform v0.1.8 |
2439 | 2024-11-28T01:01:26.323Z | Checking unicode-linebreak v0.1.5 |
2440 | 2024-11-28T01:01:26.728Z | Checking smawk v0.3.2 |
2441 | 2024-11-28T01:01:26.751Z | Compiling cargo_metadata v0.18.1 |
2442 | 2024-11-28T01:01:26.957Z | Checking textwrap v0.16.1 |
2443 | 2024-11-28T01:01:27.059Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2444 | 2024-11-28T01:01:27.378Z | Checking castaway v0.2.3 |
2445 | 2024-11-28T01:01:27.550Z | Compiling libsqlite3-sys v0.30.1 |
2446 | 2024-11-28T01:01:27.694Z | Compiling rustls v0.21.12 |
2447 | 2024-11-28T01:01:27.697Z | Compiling cfg_aliases v0.2.1 |
2448 | 2024-11-28T01:01:27.844Z | Compiling nix v0.29.0 |
2449 | 2024-11-28T01:01:28.100Z | Checking compact_str v0.8.0 |
2450 | 2024-11-28T01:01:28.806Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2451 | 2024-11-28T01:01:28.980Z | Checking unicode-truncate v1.1.0 |
2452 | 2024-11-28T01:01:29.103Z | Checking rustls-webpki v0.101.7 |
2453 | 2024-11-28T01:01:29.208Z | Checking sct v0.7.1 |
2454 | 2024-11-28T01:01:29.429Z | Checking lru v0.12.5 |
2455 | 2024-11-28T01:01:29.660Z | Compiling instability v0.3.2 |
2456 | 2024-11-28T01:01:29.746Z | Checking cassowary v0.3.0 |
2457 | 2024-11-28T01:01:30.527Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2458 | 2024-11-28T01:01:30.707Z | Checking hashlink v0.9.1 |
2459 | 2024-11-28T01:01:30.746Z | Checking ratatui v0.28.1 |
2460 | 2024-11-28T01:01:30.817Z | Checking concurrent-queue v2.5.0 |
2461 | 2024-11-28T01:01:31.170Z | Checking fallible-streaming-iterator v0.1.9 |
2462 | 2024-11-28T01:01:31.330Z | Checking plotters-backend v0.3.7 |
2463 | 2024-11-28T01:01:31.442Z | Checking fallible-iterator v0.3.0 |
2464 | 2024-11-28T01:01:31.732Z | Checking parking v2.2.1 |
2465 | 2024-11-28T01:01:31.933Z | Checking plotters-svg v0.3.7 |
2466 | 2024-11-28T01:01:32.122Z | Checking rusqlite v0.32.1 |
2467 | 2024-11-28T01:01:32.733Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2468 | 2024-11-28T01:01:33.117Z | Checking tokio-rustls v0.24.1 |
2469 | 2024-11-28T01:01:33.505Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2470 | 2024-11-28T01:01:33.669Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2471 | 2024-11-28T01:01:33.695Z | Checking rustls-pemfile v1.0.4 |
2472 | 2024-11-28T01:01:33.892Z | Checking twox-hash v1.6.3 |
2473 | 2024-11-28T01:01:33.916Z | Checking async-bb8-diesel v0.2.1 |
2474 | 2024-11-28T01:01:33.969Z | Checking cast v0.3.0 |
2475 | 2024-11-28T01:01:34.254Z | Checking criterion-plot v0.5.0 |
2476 | 2024-11-28T01:01:34.352Z | Checking plotters v0.3.7 |
2477 | 2024-11-28T01:01:34.383Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2478 | 2024-11-28T01:01:34.710Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2479 | 2024-11-28T01:01:34.732Z | Checking fatfs v0.3.6 |
2480 | 2024-11-28T01:01:34.757Z | Checking tinytemplate v1.2.1 |
2481 | 2024-11-28T01:01:35.194Z | Checking csv-core v0.1.11 |
2482 | 2024-11-28T01:01:35.551Z | Checking hex-literal v0.4.1 |
2483 | 2024-11-28T01:01:35.705Z | Checking shell-words v1.1.0 |
2484 | 2024-11-28T01:01:35.732Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2485 | 2024-11-28T01:01:35.883Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2486 | 2024-11-28T01:01:36.158Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2487 | 2024-11-28T01:01:36.508Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2488 | 2024-11-28T01:01:36.919Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2489 | 2024-11-28T01:01:37.165Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2490 | 2024-11-28T01:01:38.707Z | Checking anes v0.1.6 |
2491 | 2024-11-28T01:01:39.096Z | Checking oorandom v11.1.4 |
2492 | 2024-11-28T01:01:39.264Z | Checking criterion v0.5.1 |
2493 | 2024-11-28T01:01:39.312Z | Checking csv v1.3.0 |
2494 | 2024-11-28T01:01:39.670Z | Checking event-listener v5.3.1 |
2495 | 2024-11-28T01:01:40.129Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2496 | 2024-11-28T01:01:40.226Z | Checking rtoolbox v0.0.2 |
2497 | 2024-11-28T01:01:40.464Z | Checking rpassword v7.3.1 |
2498 | 2024-11-28T01:01:40.645Z | Checking event-listener-strategy v0.5.2 |
2499 | 2024-11-28T01:01:40.829Z | Checking tui-tree-widget v0.22.0 |
2500 | 2024-11-28T01:01:41.169Z | Checking polyval v0.6.2 |
2501 | 2024-11-28T01:01:41.486Z | Checking ghash v0.5.1 |
2502 | 2024-11-28T01:01:41.667Z | Checking futures-lite v2.3.0 |
2503 | 2024-11-28T01:01:42.158Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2504 | 2024-11-28T01:01:43.133Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2505 | 2024-11-28T01:01:43.419Z | Checking ctr v0.9.2 |
2506 | 2024-11-28T01:01:44.008Z | Checking yansi v1.0.1 |
2507 | 2024-11-28T01:01:44.389Z | Checking aes-gcm v0.10.3 |
2508 | 2024-11-28T01:01:44.587Z | Checking pretty_assertions v1.4.1 |
2509 | 2024-11-28T01:01:44.651Z | Checking ssh-encoding v0.2.0 |
2510 | 2024-11-28T01:01:44.784Z | Checking blowfish v0.9.1 |
2511 | 2024-11-28T01:01:44.821Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2512 | 2024-11-28T01:01:45.001Z | Checking ssh-cipher v0.2.0 |
2513 | 2024-11-28T01:01:45.042Z | Checking bcrypt-pbkdf v0.10.0 |
2514 | 2024-11-28T01:01:45.306Z | Checking async-lock v3.4.0 |
2515 | 2024-11-28T01:01:45.309Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2516 | 2024-11-28T01:01:46.190Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2517 | 2024-11-28T01:01:46.342Z | Checking polling v3.7.3 |
2518 | 2024-11-28T01:01:46.774Z | Checking password-hash v0.4.2 |
2519 | 2024-11-28T01:01:47.240Z | Checking matches v0.1.10 |
2520 | 2024-11-28T01:01:47.350Z | Checking idna v0.2.3 |
2521 | 2024-11-28T01:01:47.705Z | Checking pbkdf2 v0.11.0 |
2522 | 2024-11-28T01:01:48.007Z | Checking async-io v2.3.4 |
2523 | 2024-11-28T01:01:48.188Z | Checking ssh-key v0.6.6 |
2524 | 2024-11-28T01:01:48.892Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2525 | 2024-11-28T01:01:49.720Z | Checking p256 v0.13.2 |
2526 | 2024-11-28T01:01:49.846Z | Checking p521 v0.13.3 |
2527 | 2024-11-28T01:01:49.878Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2528 | 2024-11-28T01:01:50.218Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2529 | 2024-11-28T01:01:51.301Z | Compiling enum-as-inner v0.5.1 |
2530 | 2024-11-28T01:01:51.352Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2531 | 2024-11-28T01:01:52.365Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2532 | 2024-11-28T01:01:52.389Z | Checking russh-cryptovec v0.7.3 |
2533 | 2024-11-28T01:01:52.617Z | Checking async-task v4.7.1 |
2534 | 2024-11-28T01:01:53.003Z | Checking md5 v0.7.0 |
2535 | 2024-11-28T01:01:53.243Z | Compiling target-lexicon v0.12.16 |
2536 | 2024-11-28T01:01:53.271Z | Compiling doc-comment v0.3.3 |
2537 | 2024-11-28T01:01:54.061Z | Checking russh-keys v0.45.0 |
2538 | 2024-11-28T01:01:54.406Z | Checking trust-dns-proto v0.22.0 |
2539 | 2024-11-28T01:01:55.519Z | Checking async-channel v2.3.1 |
2540 | 2024-11-28T01:01:55.896Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2541 | 2024-11-28T01:01:57.248Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2542 | 2024-11-28T01:01:57.845Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2543 | 2024-11-28T01:01:58.338Z | Checking piper v0.2.4 |
2544 | 2024-11-28T01:01:58.400Z | Checking num-bigint v0.4.6 |
2545 | 2024-11-28T01:01:58.587Z | Checking des v0.8.1 |
2546 | 2024-11-28T01:01:58.683Z | Compiling guppy-workspace-hack v0.1.0 |
2547 | 2024-11-28T01:01:58.880Z | Compiling assert_cmd v2.0.16 |
2548 | 2024-11-28T01:01:58.973Z | Checking futures-timer v3.0.3 |
2549 | 2024-11-28T01:01:59.312Z | Compiling dhcproto-macros v0.1.0 |
2550 | 2024-11-28T01:01:59.406Z | Checking blocking v1.6.1 |
2551 | 2024-11-28T01:02:00.282Z | Checking dhcproto v0.12.0 |
2552 | 2024-11-28T01:02:00.306Z | Checking async-executor v1.13.1 |
2553 | 2024-11-28T01:02:00.674Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2554 | 2024-11-28T01:02:00.876Z | Checking russh v0.45.0 |
2555 | 2024-11-28T01:02:01.357Z | Checking async-signal v0.2.10 |
2556 | 2024-11-28T01:02:01.612Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2557 | 2024-11-28T01:02:02.027Z | Checking internet-checksum v0.2.1 |
2558 | 2024-11-28T01:02:02.232Z | Compiling target-spec v3.2.2 |
2559 | 2024-11-28T01:02:02.235Z | Checking event-listener v2.5.3 |
2560 | 2024-11-28T01:02:02.854Z | Checking async-channel v1.9.0 |
2561 | 2024-11-28T01:02:03.793Z | Checking async-process v2.3.0 |
2562 | 2024-11-28T01:02:04.239Z | Checking async-global-executor v2.4.1 |
2563 | 2024-11-28T01:02:04.600Z | Checking cfg-expr v0.17.0 |
2564 | 2024-11-28T01:02:05.216Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2565 | 2024-11-28T01:02:05.461Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2566 | 2024-11-28T01:02:05.500Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2567 | 2024-11-28T01:02:05.980Z | Checking httptest v0.16.1 |
2568 | 2024-11-28T01:02:06.752Z | Checking rustls-native-certs v0.7.3 |
2569 | 2024-11-28T01:02:06.776Z | Compiling petname v2.0.2 |
2570 | 2024-11-28T01:02:06.959Z | Checking num_cpus v1.16.0 |
2571 | 2024-11-28T01:02:07.112Z | Checking kv-log-macro v1.0.7 |
2572 | 2024-11-28T01:02:07.274Z | Compiling async-attributes v1.1.2 |
2573 | 2024-11-28T01:02:08.134Z | Checking async-std v1.13.0 |
2574 | 2024-11-28T01:02:10.379Z | Checking threadpool v1.8.1 |
2575 | 2024-11-28T01:02:10.403Z | Checking hyper-rustls v0.26.0 |
2576 | 2024-11-28T01:02:10.781Z | Checking pathdiff v0.2.2 |
2577 | 2024-11-28T01:02:10.971Z | Compiling rstest_macros v0.23.0 |
2578 | 2024-11-28T01:02:11.020Z | Checking escape8259 v0.5.3 |
2579 | 2024-11-28T01:02:11.228Z | Checking nested v0.1.1 |
2580 | 2024-11-28T01:02:11.466Z | Compiling target-triple v0.1.3 |
2581 | 2024-11-28T01:02:11.660Z | Checking guppy v0.17.8 |
2582 | 2024-11-28T01:02:12.022Z | Checking async-object-pool v0.1.5 |
2583 | 2024-11-28T01:02:12.081Z | Checking libtest-mimic v0.7.3 |
2584 | 2024-11-28T01:02:12.583Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2585 | 2024-11-28T01:02:13.046Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2586 | 2024-11-28T01:02:13.360Z | Checking similar-asserts v1.6.0 |
2587 | 2024-11-28T01:02:13.628Z | Checking fancy-regex v0.13.0 |
2588 | 2024-11-28T01:02:13.828Z | Checking serde_regex v1.1.0 |
2589 | 2024-11-28T01:02:14.149Z | Checking assert-json-diff v2.0.2 |
2590 | 2024-11-28T01:02:14.444Z | Compiling proc-macro-crate v3.2.0 |
2591 | 2024-11-28T01:02:14.465Z | Checking path-tree v0.8.1 |
2592 | 2024-11-28T01:02:14.807Z | Checking stringmetrics v2.2.2 |
2593 | 2024-11-28T01:02:15.064Z | Checking sync-ptr v0.1.1 |
2594 | 2024-11-28T01:02:15.304Z | Compiling relative-path v1.9.3 |
2595 | 2024-11-28T01:02:15.974Z | Checking httpmock v0.8.0-alpha.1 |
2596 | 2024-11-28T01:02:16.047Z | Checking datatest-stable v0.2.9 |
2597 | 2024-11-28T01:02:16.528Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2598 | 2024-11-28T01:02:18.151Z | Checking blake2b_simd v1.0.2 |
2599 | 2024-11-28T01:02:19.064Z | Compiling git2 v0.19.0 |
2600 | 2024-11-28T01:02:19.112Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2601 | 2024-11-28T01:02:21.592Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2602 | 2024-11-28T01:02:21.941Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2603 | 2024-11-28T01:02:22.231Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2604 | 2024-11-28T01:02:22.566Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2605 | 2024-11-28T01:02:23.115Z | Checking serde_tokenstream v0.2.2 |
2606 | 2024-11-28T01:02:23.553Z | Checking uzers v0.12.1 |
2607 | 2024-11-28T01:02:24.107Z | Checking rust-argon2 v2.1.0 |
2608 | 2024-11-28T01:02:24.131Z | Checking trybuild v1.0.101 |
2609 | 2024-11-28T01:02:24.589Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2610 | 2024-11-28T01:02:26.124Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2611 | 2024-11-28T01:02:27.263Z | Checking rstest v0.23.0 |
2612 | 2024-11-28T01:02:27.512Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2613 | 2024-11-28T01:02:27.688Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2614 | 2024-11-28T01:02:28.017Z | Checking rand_distr v0.4.3 |
2615 | 2024-11-28T01:02:28.721Z | Checking multimap v0.10.0 |
2616 | 2024-11-28T01:02:28.896Z | Checking approx v0.5.1 |
2617 | 2024-11-28T01:02:29.100Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2618 | 2024-11-28T01:02:29.396Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2619 | 2024-11-28T01:02:29.876Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2620 | 2024-11-28T01:02:29.903Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2621 | 2024-11-28T01:02:30.391Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2622 | 2024-11-28T01:02:31.033Z | Checking partial-io v0.5.4 |
2623 | 2024-11-28T01:02:31.454Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2624 | 2024-11-28T01:02:31.619Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2625 | 2024-11-28T01:02:31.776Z | Checking cargo_toml v0.20.5 |
2626 | 2024-11-28T01:02:32.093Z | Checking termios v0.3.3 |
2627 | 2024-11-28T01:02:32.342Z | Compiling indoc v2.0.5 |
2628 | 2024-11-28T01:02:33.217Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2629 | 2024-11-28T01:02:33.889Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2630 | 2024-11-28T01:02:37.321Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2631 | 2024-11-28T01:02:53.916Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2632 | 2024-11-28T01:02:57.296Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2633 | 2024-11-28T01:02:58.639Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2634 | 2024-11-28T01:03:20.271Z | Compiling polar-core v0.27.3 |
2635 | 2024-11-28T01:03:31.971Z | Checking oso v0.27.3 |
2636 | 2024-11-28T01:03:36.633Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2637 | 2024-11-28T01:03:37.187Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2638 | 2024-11-28T01:03:38.217Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2639 | 2024-11-28T01:04:25.013Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2640 | 2024-11-28T01:04:25.016Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2641 | 2024-11-28T01:04:25.017Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2642 | 2024-11-28T01:06:02.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 08s |
2643 | 2024-11-28T01:06:03.252Z | |
2644 | 2024-11-28T01:06:03.252Z | real 7:13.317094886 |
2645 | 2024-11-28T01:06:03.252Z | user 38:04.790036103 |
2646 | 2024-11-28T01:06:03.252Z | sys 6:53.635737457 |
2647 | 2024-11-28T01:06:03.252Z | trap 1.097526000 |
2648 | 2024-11-28T01:06:03.252Z | tflt 2.030952838 |
2649 | 2024-11-28T01:06:03.252Z | dflt 0.790382105 |
2650 | 2024-11-28T01:06:03.252Z | kflt 0.001134497 |
2651 | 2024-11-28T01:06:03.252Z | lock 55:49.774702930 |
2652 | 2024-11-28T01:06:03.252Z | slp 2:10:52.767075877 |
2653 | 2024-11-28T01:06:03.256Z | lat 1:42.711257361 |
2654 | 2024-11-28T01:06:03.256Z | stop 6:38.117447479 |
2655 | 2024-11-28T01:06:03.256Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2656 | 2024-11-28T01:06:03.256Z | + ptime -m cargo doc --workspace --no-deps |
2657 | 2024-11-28T01:06:04.557Z | warning: output filename collision. |
2658 | 2024-11-28T01:06:04.557Z | 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)`. |
2659 | 2024-11-28T01:06:04.557Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2660 | 2024-11-28T01:06:04.557Z | The targets should have unique names. |
2661 | 2024-11-28T01:06:04.557Z | This is a known bug where multiple crates with the same name use |
2662 | 2024-11-28T01:06:04.557Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2663 | 2024-11-28T01:06:05.042Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2664 | 2024-11-28T01:06:05.115Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2665 | 2024-11-28T01:06:05.136Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2666 | 2024-11-28T01:06:05.181Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2667 | 2024-11-28T01:06:05.206Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2668 | 2024-11-28T01:06:05.240Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2669 | 2024-11-28T01:06:05.240Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2670 | 2024-11-28T01:06:05.448Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2671 | 2024-11-28T01:06:05.498Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2672 | 2024-11-28T01:06:05.501Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2673 | 2024-11-28T01:06:05.541Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2674 | 2024-11-28T01:06:05.793Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2675 | 2024-11-28T01:06:05.825Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2676 | 2024-11-28T01:06:06.130Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2677 | 2024-11-28T01:06:06.282Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2678 | 2024-11-28T01:06:09.053Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2679 | 2024-11-28T01:06:10.321Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2680 | 2024-11-28T01:06:10.742Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2681 | 2024-11-28T01:06:10.858Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2682 | 2024-11-28T01:06:11.007Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2683 | 2024-11-28T01:06:11.101Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2684 | 2024-11-28T01:06:11.194Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2685 | 2024-11-28T01:06:11.438Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2686 | 2024-11-28T01:06:11.489Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2687 | 2024-11-28T01:06:11.517Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2688 | 2024-11-28T01:06:11.819Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2689 | 2024-11-28T01:06:12.068Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2690 | 2024-11-28T01:06:12.278Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2691 | 2024-11-28T01:06:12.302Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2692 | 2024-11-28T01:06:12.571Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2693 | 2024-11-28T01:06:12.593Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2694 | 2024-11-28T01:06:12.804Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2695 | 2024-11-28T01:06:12.912Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2696 | 2024-11-28T01:06:13.165Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2697 | 2024-11-28T01:06:13.248Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2698 | 2024-11-28T01:06:13.584Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2699 | 2024-11-28T01:06:13.860Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2700 | 2024-11-28T01:06:13.886Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2701 | 2024-11-28T01:06:14.297Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2702 | 2024-11-28T01:06:14.340Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2703 | 2024-11-28T01:06:14.489Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2704 | 2024-11-28T01:06:15.226Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2705 | 2024-11-28T01:06:15.906Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2706 | 2024-11-28T01:06:18.111Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2707 | 2024-11-28T01:06:20.253Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2708 | 2024-11-28T01:06:20.800Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2709 | 2024-11-28T01:06:21.076Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2710 | 2024-11-28T01:06:21.222Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2711 | 2024-11-28T01:06:22.095Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2712 | 2024-11-28T01:06:22.308Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2713 | 2024-11-28T01:06:22.946Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2714 | 2024-11-28T01:06:23.487Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2715 | 2024-11-28T01:06:23.609Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2716 | 2024-11-28T01:06:23.714Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2717 | 2024-11-28T01:06:25.830Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2718 | 2024-11-28T01:06:30.221Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2024-11-28T01:06:31.596Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2720 | 2024-11-28T01:06:31.995Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2721 | 2024-11-28T01:06:32.194Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2722 | 2024-11-28T01:06:32.675Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2723 | 2024-11-28T01:06:32.998Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2724 | 2024-11-28T01:06:33.206Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2725 | 2024-11-28T01:06:33.559Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2726 | 2024-11-28T01:06:33.733Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2727 | 2024-11-28T01:06:35.130Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2728 | 2024-11-28T01:06:35.492Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2729 | 2024-11-28T01:06:35.846Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2730 | 2024-11-28T01:06:36.182Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2731 | 2024-11-28T01:06:36.828Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2732 | 2024-11-28T01:06:37.058Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2733 | 2024-11-28T01:06:37.095Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2734 | 2024-11-28T01:06:37.148Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2735 | 2024-11-28T01:06:37.233Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2736 | 2024-11-28T01:06:37.599Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2737 | 2024-11-28T01:06:38.766Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2738 | 2024-11-28T01:06:38.903Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2739 | 2024-11-28T01:06:39.220Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2740 | 2024-11-28T01:06:39.400Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2741 | 2024-11-28T01:06:40.081Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2742 | 2024-11-28T01:06:40.525Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2743 | 2024-11-28T01:06:41.352Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2744 | 2024-11-28T01:06:42.025Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2745 | 2024-11-28T01:06:42.337Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2746 | 2024-11-28T01:06:42.554Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2747 | 2024-11-28T01:06:42.632Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2748 | 2024-11-28T01:06:43.058Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2749 | 2024-11-28T01:06:43.330Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2750 | 2024-11-28T01:06:43.713Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2751 | 2024-11-28T01:06:43.742Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2752 | 2024-11-28T01:06:44.304Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2753 | 2024-11-28T01:06:44.582Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2754 | 2024-11-28T01:06:44.847Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2755 | 2024-11-28T01:06:44.882Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2756 | 2024-11-28T01:06:45.845Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2757 | 2024-11-28T01:06:46.179Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2758 | 2024-11-28T01:06:46.445Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2759 | 2024-11-28T01:06:46.642Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2760 | 2024-11-28T01:06:46.737Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2761 | 2024-11-28T01:06:47.862Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2762 | 2024-11-28T01:06:48.008Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2763 | 2024-11-28T01:06:48.224Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2764 | 2024-11-28T01:06:48.819Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2765 | 2024-11-28T01:06:49.303Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2766 | 2024-11-28T01:06:49.864Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2767 | 2024-11-28T01:06:50.278Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2768 | 2024-11-28T01:06:52.484Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2769 | 2024-11-28T01:06:53.546Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2770 | 2024-11-28T01:06:53.696Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2771 | 2024-11-28T01:06:55.066Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2772 | 2024-11-28T01:06:57.602Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2773 | 2024-11-28T01:07:01.465Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2774 | 2024-11-28T01:07:01.485Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2775 | 2024-11-28T01:07:06.021Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2776 | 2024-11-28T01:07:07.373Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2777 | 2024-11-28T01:07:09.061Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2778 | 2024-11-28T01:07:09.522Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2779 | 2024-11-28T01:07:17.530Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2780 | 2024-11-28T01:07:33.232Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2781 | 2024-11-28T01:07:38.844Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2782 | 2024-11-28T01:08:08.179Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2783 | 2024-11-28T01:08:13.425Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2784 | 2024-11-28T01:08:16.523Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2785 | 2024-11-28T01:08:53.565Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2786 | 2024-11-28T01:08:53.902Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2787 | 2024-11-28T01:08:55.377Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2788 | 2024-11-28T01:08:56.243Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2789 | 2024-11-28T01:08:58.752Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2790 | 2024-11-28T01:09:00.801Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2791 | 2024-11-28T01:09:04.074Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2792 | 2024-11-28T01:09:07.636Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2793 | 2024-11-28T01:09:13.422Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2794 | 2024-11-28T01:09:36.358Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2795 | 2024-11-28T01:09:50.911Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2796 | 2024-11-28T01:09:58.203Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2797 | 2024-11-28T01:10:01.003Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2798 | 2024-11-28T01:10:01.449Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2799 | 2024-11-28T01:10:01.484Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2800 | 2024-11-28T01:10:15.958Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2801 | 2024-11-28T01:10:26.048Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2802 | 2024-11-28T01:10:32.956Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2803 | 2024-11-28T01:10:34.173Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2804 | 2024-11-28T01:10:41.571Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2805 | 2024-11-28T01:10:45.477Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2806 | 2024-11-28T01:10:56.956Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2807 | 2024-11-28T01:10:57.097Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2808 | 2024-11-28T01:11:04.203Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2809 | 2024-11-28T01:11:04.740Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2810 | 2024-11-28T01:11:13.599Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2811 | 2024-11-28T01:11:19.838Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2812 | 2024-11-28T01:11:21.488Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2813 | 2024-11-28T01:11:24.360Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2814 | 2024-11-28T01:11:25.253Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2815 | 2024-11-28T01:11:34.776Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2816 | 2024-11-28T01:11:42.442Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2817 | 2024-11-28T01:11:43.272Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2818 | 2024-11-28T01:11:49.969Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2819 | 2024-11-28T01:11:50.640Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2820 | 2024-11-28T01:11:54.315Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2821 | 2024-11-28T01:11:55.280Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2822 | 2024-11-28T01:11:55.922Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2823 | 2024-11-28T01:12:06.538Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2824 | 2024-11-28T01:12:11.689Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2825 | 2024-11-28T01:12:15.444Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2826 | 2024-11-28T01:12:16.700Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2827 | 2024-11-28T01:12:22.827Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2828 | 2024-11-28T01:12:24.550Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2829 | 2024-11-28T01:12:25.637Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2830 | 2024-11-28T01:12:26.382Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2831 | 2024-11-28T01:12:37.549Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2832 | 2024-11-28T01:12:39.291Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2833 | 2024-11-28T01:12:39.582Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2834 | 2024-11-28T01:12:40.374Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2835 | 2024-11-28T01:12:41.026Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2836 | 2024-11-28T01:12:47.435Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2837 | 2024-11-28T01:12:52.123Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2838 | 2024-11-28T01:12:55.956Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2839 | 2024-11-28T01:12:57.270Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2840 | 2024-11-28T01:12:57.706Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2841 | 2024-11-28T01:13:01.614Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2842 | 2024-11-28T01:13:04.486Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2843 | 2024-11-28T01:13:07.221Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2844 | 2024-11-28T01:13:09.120Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2845 | 2024-11-28T01:13:11.679Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2846 | 2024-11-28T01:13:17.591Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2847 | 2024-11-28T01:13:19.649Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2848 | 2024-11-28T01:13:24.963Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2849 | 2024-11-28T01:13:25.222Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2850 | 2024-11-28T01:13:26.349Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2851 | 2024-11-28T01:13:30.788Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2852 | 2024-11-28T01:13:38.574Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2853 | 2024-11-28T01:13:39.829Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2854 | 2024-11-28T01:13:40.042Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2855 | 2024-11-28T01:13:42.556Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2856 | 2024-11-28T01:13:42.808Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2857 | 2024-11-28T01:13:46.016Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2858 | 2024-11-28T01:13:46.894Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2859 | 2024-11-28T01:13:56.603Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2860 | 2024-11-28T01:13:59.041Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2861 | 2024-11-28T01:14:06.510Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2862 | 2024-11-28T01:14:06.858Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2863 | 2024-11-28T01:14:07.807Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2864 | 2024-11-28T01:14:07.877Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2865 | 2024-11-28T01:14:09.935Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2866 | 2024-11-28T01:14:10.612Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2867 | 2024-11-28T01:14:14.810Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2868 | 2024-11-28T01:14:15.477Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2869 | 2024-11-28T01:14:21.423Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2870 | 2024-11-28T01:14:23.980Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2871 | 2024-11-28T01:14:25.838Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2872 | 2024-11-28T01:14:27.275Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2873 | 2024-11-28T01:14:30.884Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2874 | 2024-11-28T01:14:31.004Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2875 | 2024-11-28T01:14:31.907Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2876 | 2024-11-28T01:14:35.304Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2877 | 2024-11-28T01:14:35.993Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2878 | 2024-11-28T01:14:36.444Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2879 | 2024-11-28T01:14:40.466Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2880 | 2024-11-28T01:14:40.681Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2881 | 2024-11-28T01:14:40.824Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2882 | 2024-11-28T01:14:41.884Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2883 | 2024-11-28T01:14:42.392Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2884 | 2024-11-28T01:14:45.327Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2885 | 2024-11-28T01:14:46.173Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2886 | 2024-11-28T01:14:47.047Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2887 | 2024-11-28T01:14:47.605Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2888 | 2024-11-28T01:14:48.053Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2889 | 2024-11-28T01:14:49.602Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2890 | 2024-11-28T01:14:53.058Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2891 | 2024-11-28T01:14:54.025Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2892 | 2024-11-28T01:15:21.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 17s |
2893 | 2024-11-28T01:15:21.415Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2894 | 2024-11-28T01:15:21.490Z | |
2895 | 2024-11-28T01:15:21.490Z | real 9:18.087559092 |
2896 | 2024-11-28T01:15:21.490Z | user 28:48.037453180 |
2897 | 2024-11-28T01:15:21.490Z | sys 42:06.599823618 |
2898 | 2024-11-28T01:15:21.490Z | trap 0.523088701 |
2899 | 2024-11-28T01:15:21.491Z | tflt 0.309186150 |
2900 | 2024-11-28T01:15:21.493Z | dflt 0.132833853 |
2901 | 2024-11-28T01:15:21.493Z | kflt 0.000000000 |
2902 | 2024-11-28T01:15:21.493Z | lock 1:32:51.901136881 |
2903 | 2024-11-28T01:15:21.493Z | slp 2:39:50.172829198 |
2904 | 2024-11-28T01:15:21.493Z | lat 1:19.748868391 |
2905 | 2024-11-28T01:15:21.493Z | stop 1:13.929944826 |
2906 | 2024-11-28T01:15:21.493Z | process exited: duration 1444024 ms, exit code 0 |
|
2907 | 2024-11-28T01:15:21.498Z | found 0 output files |