|
|
|
1 | 2025-01-09T19:49:47.042Z | job assigned to worker 01JH69SX36ZS99XAYTEMDC7EY6 [factory aws, i-01d726fd6f91c9dd9] (queued for 52 s) |
|
2 | 2025-01-09T19:49:55.006Z | starting task 0: "setup" |
3 | 2025-01-09T19:49:55.015Z | ++ uname -s |
4 | 2025-01-09T19:49:55.017Z | + kern=SunOS |
5 | 2025-01-09T19:49:55.017Z | + case "$kern" in |
6 | 2025-01-09T19:49:55.017Z | + groupadd -g 12345 build |
7 | 2025-01-09T19:49:55.019Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-09T19:49:57.041Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-09T19:49:57.138Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-09T19:49:57.144Z | + home_fs=zfs |
11 | 2025-01-09T19:49:57.144Z | + [[ zfs == autofs ]] |
12 | 2025-01-09T19:49:57.144Z | + mkdir -p /home/build |
13 | 2025-01-09T19:49:57.144Z | + chown build:build /home/build /work |
14 | 2025-01-09T19:49:59.140Z | + chmod 0700 /home/build /work |
15 | 2025-01-09T19:49:59.143Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2025-01-09T19:49:59.148Z | starting task 1: "rust-toolchain" |
17 | 2025-01-09T19:49:59.153Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-09T19:49:59.153Z | ' 1.81.0 |
19 | 2025-01-09T19:49:59.153Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-09T19:49:59.153Z | ' default |
21 | 2025-01-09T19:49:59.153Z | * toolchain channel = "1.81.0" |
22 | 2025-01-09T19:49:59.153Z | * toolchain profile = "default" |
23 | 2025-01-09T19:49:59.156Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-09T19:49:59.156Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-09T19:49:59.272Z | info: downloading installer |
26 | 2025-01-09T19:50:00.633Z | info: profile set to 'default' |
27 | 2025-01-09T19:50:00.633Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-09T19:50:00.635Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-09T19:50:00.796Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-09T19:50:00.796Z | info: downloading component 'cargo' |
31 | 2025-01-09T19:50:01.656Z | info: downloading component 'clippy' |
32 | 2025-01-09T19:50:01.976Z | info: downloading component 'rust-docs' |
33 | 2025-01-09T19:50:03.167Z | info: downloading component 'rust-std' |
34 | 2025-01-09T19:50:05.025Z | info: downloading component 'rustc' |
35 | 2025-01-09T19:50:11.672Z | info: downloading component 'rustfmt' |
36 | 2025-01-09T19:50:11.921Z | info: installing component 'cargo' |
37 | 2025-01-09T19:50:12.727Z | info: installing component 'clippy' |
38 | 2025-01-09T19:50:13.088Z | info: installing component 'rust-docs' |
39 | 2025-01-09T19:50:14.726Z | info: installing component 'rust-std' |
40 | 2025-01-09T19:50:16.472Z | info: installing component 'rustc' |
41 | 2025-01-09T19:50:22.183Z | info: installing component 'rustfmt' |
42 | 2025-01-09T19:50:22.501Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-09T19:50:22.501Z | |
44 | 2025-01-09T19:50:22.867Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-09T19:50:22.867Z | |
46 | 2025-01-09T19:50:22.870Z | |
47 | 2025-01-09T19:50:22.870Z | Rust is installed now. Great! |
48 | 2025-01-09T19:50:22.870Z | |
49 | 2025-01-09T19:50:22.870Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-09T19:50:22.870Z | environment variable. This has not been done automatically. |
51 | 2025-01-09T19:50:22.870Z | |
52 | 2025-01-09T19:50:22.870Z | To configure your current shell, you need to source |
53 | 2025-01-09T19:50:22.870Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-09T19:50:22.870Z | |
55 | 2025-01-09T19:50:22.870Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-09T19:50:22.870Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-09T19:50:22.870Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-09T19:50:22.944Z | + rustc --version |
59 | 2025-01-09T19:50:23.009Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-09T19:50:23.012Z | process exited: duration 23860 ms, exit code 0 |
|
61 | 2025-01-09T19:50:23.020Z | starting task 2: "authentication" |
62 | 2025-01-09T19:50:23.038Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-09T19:50:23.044Z | starting task 3: "clone repository" |
64 | 2025-01-09T19:50:23.050Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-09T19:50:23.052Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-09T19:50:23.167Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-09T19:50:29.971Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-09T19:50:29.971Z | + git fetch origin f40f1a40d3059b487ba809097e00c4f42d34fdec |
69 | 2025-01-09T19:50:30.274Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-09T19:50:30.274Z | * branch f40f1a40d3059b487ba809097e00c4f42d34fdec -> FETCH_HEAD |
71 | 2025-01-09T19:50:30.285Z | + [[ -n support-bundle-bg-task ]] |
72 | 2025-01-09T19:50:30.288Z | ++ git branch --show-current |
73 | 2025-01-09T19:50:30.290Z | + current=main |
74 | 2025-01-09T19:50:30.290Z | + [[ main != support-bundle-bg-task ]] |
75 | 2025-01-09T19:50:30.290Z | + git branch -f support-bundle-bg-task f40f1a40d3059b487ba809097e00c4f42d34fdec |
76 | 2025-01-09T19:50:30.293Z | + git checkout -f support-bundle-bg-task |
77 | 2025-01-09T19:50:30.470Z | Switched to branch 'support-bundle-bg-task' |
78 | 2025-01-09T19:50:30.474Z | + git reset --hard f40f1a40d3059b487ba809097e00c4f42d34fdec |
79 | 2025-01-09T19:50:30.647Z | HEAD is now at f40f1a40d Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2025-01-09T19:50:30.651Z | process exited: duration 7602 ms, exit code 0 |
|
81 | 2025-01-09T19:50:30.656Z | starting task 4: "build" |
82 | 2025-01-09T19:50:30.662Z | + source ./env.sh |
83 | 2025-01-09T19:50:30.662Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-09T19:50:30.662Z | ++ set -o xtrace |
85 | 2025-01-09T19:50:30.665Z | ++++ dirname ./env.sh |
86 | 2025-01-09T19:50:30.668Z | +++ readlink -f . |
87 | 2025-01-09T19:50:30.671Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-09T19:50:30.671Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-09T19:50:30.671Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-09T19:50:30.671Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-09T19:50:30.671Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-09T19:50:30.671Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-09T19:50:30.671Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-09T19:50:30.671Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-09T19:50:30.672Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-09T19:50:30.672Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-09T19:50:30.672Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-09T19:50:30.672Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-09T19:50:30.672Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-09T19:50:30.673Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-09T19:50:30.673Z | + cargo --version |
102 | 2025-01-09T19:50:30.727Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-09T19:50:30.731Z | + rustc --version |
104 | 2025-01-09T19:50:30.790Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-09T19:50:30.793Z | + banner prerequisites |
106 | 2025-01-09T19:50:30.807Z | |
107 | 2025-01-09T19:50:30.807Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-09T19:50:30.807Z | # # # # # # # # # # # # # # # |
109 | 2025-01-09T19:50:30.807Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-09T19:50:30.807Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-09T19:50:30.807Z | # # # # # # # # # # # # # # # |
112 | 2025-01-09T19:50:30.807Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-09T19:50:30.807Z | |
114 | 2025-01-09T19:50:30.810Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-09T19:50:32.686Z | pkg list: illegal option -- F |
116 | 2025-01-09T19:50:32.686Z | Usage: |
117 | 2025-01-09T19:50:32.689Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-09T19:50:32.689Z | [pkg_fmri_pattern ...] |
119 | 2025-01-09T19:50:33.521Z | pkg list: illegal option -- F |
120 | 2025-01-09T19:50:33.521Z | Usage: |
121 | 2025-01-09T19:50:33.521Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-09T19:50:33.521Z | [pkg_fmri_pattern ...] |
123 | 2025-01-09T19:50:39.902Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-09T19:50:43.996Z | Startup: Caching catalogs ... Done |
125 | 2025-01-09T19:50:55.361Z | Planning: Solver setup ... Done (10.370s) |
126 | 2025-01-09T19:50:55.501Z | Planning: Running solver ... Done (0.141s) |
127 | 2025-01-09T19:50:55.702Z | Planning: Finding local manifests ... Done (0.093s) |
128 | 2025-01-09T19:50:55.742Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-09T19:50:56.486Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-09T19:50:56.957Z | Planning: Package planning ... Done (0.471s) |
131 | 2025-01-09T19:50:57.015Z | Planning: Merging actions ... Done (0.058s) |
132 | 2025-01-09T19:50:57.512Z | Planning: Checking for conflicting actions ... Done (0.496s) |
133 | 2025-01-09T19:51:02.574Z | Planning: Consolidating action changes ... Done (5.061s) |
134 | 2025-01-09T19:51:02.995Z | Planning: Evaluating mediators ... Done (0.422s) |
135 | 2025-01-09T19:51:03.165Z | Planning: Planning completed in 19.07 seconds |
136 | 2025-01-09T19:51:03.182Z | Packages to install: 4 |
137 | 2025-01-09T19:51:03.182Z | Packages to update: 3 |
138 | 2025-01-09T19:51:03.186Z | Mediators to change: 2 |
139 | 2025-01-09T19:51:03.186Z | Services to change: 1 |
140 | 2025-01-09T19:51:03.186Z | Estimated space available: 155.63 GB |
141 | 2025-01-09T19:51:03.186Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-09T19:51:03.186Z | Create boot environment: No |
143 | 2025-01-09T19:51:03.186Z | Create backup boot environment: Yes |
144 | 2025-01-09T19:51:03.186Z | Rebuild boot archive: No |
145 | 2025-01-09T19:51:03.186Z | |
146 | 2025-01-09T19:51:03.186Z | Changed mediators: |
147 | 2025-01-09T19:51:03.186Z | mediator clang: |
148 | 2025-01-09T19:51:03.186Z | version: None -> 15 (system default) |
149 | 2025-01-09T19:51:03.186Z | |
150 | 2025-01-09T19:51:03.186Z | mediator llvm: |
151 | 2025-01-09T19:51:03.186Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-09T19:51:03.186Z | |
153 | 2025-01-09T19:51:03.186Z | Changed packages: |
154 | 2025-01-09T19:51:03.186Z | helios-dev |
155 | 2025-01-09T19:51:03.187Z | developer/build-essential |
156 | 2025-01-09T19:51:03.187Z | None -> 11-2.0 |
157 | 2025-01-09T19:51:03.187Z | library/libxmlsec1 |
158 | 2025-01-09T19:51:03.187Z | None -> 1.2.35-2.0 |
159 | 2025-01-09T19:51:03.187Z | ooce/developer/clang-15 |
160 | 2025-01-09T19:51:03.187Z | None -> 15.0.7-2.0 |
161 | 2025-01-09T19:51:03.187Z | ooce/developer/llvm-15 |
162 | 2025-01-09T19:51:03.187Z | None -> 15.0.7-2.0 |
163 | 2025-01-09T19:51:03.187Z | package/pkg |
164 | 2025-01-09T19:51:03.187Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-09T19:51:03.187Z | system/library/g++-runtime |
166 | 2025-01-09T19:51:03.187Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-09T19:51:03.187Z | system/library/gcc-runtime |
168 | 2025-01-09T19:51:03.187Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-09T19:51:03.187Z | |
170 | 2025-01-09T19:51:03.187Z | Services: |
171 | 2025-01-09T19:51:03.187Z | restart_fmri: |
172 | 2025-01-09T19:51:03.187Z | svc:/system/update-man-index:default |
173 | 2025-01-09T19:51:03.187Z | |
174 | 2025-01-09T19:51:03.187Z | Editable files to change: |
175 | 2025-01-09T19:51:03.187Z | Update: |
176 | 2025-01-09T19:51:03.187Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-09T19:51:03.519Z | |
178 | 2025-01-09T19:51:03.519Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-09T19:51:08.528Z | Download: 487/4301 items 16.9/225.4MB 7% complete (3.5M/s) |
180 | 2025-01-09T19:51:13.538Z | Download: 897/4301 items 18.9/225.4MB 8% complete (2.0M/s) |
181 | 2025-01-09T19:51:18.696Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (6.8M/s) |
182 | 2025-01-09T19:51:23.757Z | Download: 1284/4301 items 112.6/225.4MB 49% complete (9.3M/s) |
183 | 2025-01-09T19:51:28.765Z | Download: 1953/4301 items 118.7/225.4MB 52% complete (3.7M/s) |
184 | 2025-01-09T19:51:36.347Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (3.7M/s) |
185 | 2025-01-09T19:51:41.361Z | Download: 2466/4301 items 119.9/225.4MB 53% complete (75.0k/s) |
186 | 2025-01-09T19:51:46.398Z | Download: 2684/4301 items 120.7/225.4MB 53% complete (163k/s) |
187 | 2025-01-09T19:51:51.365Z | Download: 2937/4301 items 121.2/225.4MB 53% complete (132k/s) |
188 | 2025-01-09T19:51:56.367Z | Download: 3231/4301 items 201.9/225.4MB 89% complete (8.1M/s) |
189 | 2025-01-09T19:52:07.107Z | Download: 3246/4301 items 203.0/225.4MB 90% complete (8.0M/s) |
190 | 2025-01-09T19:52:14.167Z | Download: 3285/4301 items 212.4/225.4MB 94% complete (1.1M/s) |
191 | 2025-01-09T19:52:20.575Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (1.1M/s) |
192 | 2025-01-09T19:52:25.577Z | Download: 3679/4301 items 216.5/225.4MB 96% complete (799k/s) |
193 | 2025-01-09T19:52:30.590Z | Download: 4064/4301 items 218.9/225.4MB 97% complete (663k/s) |
194 | 2025-01-09T19:52:35.856Z | Download: 4202/4301 items 220.5/225.4MB 97% complete (510k/s) |
195 | 2025-01-09T19:52:41.357Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (474k/s) |
196 | 2025-01-09T19:52:54.390Z | Download: 4300/4301 items 225.4/225.4MB 100% complete (454k/s) |
197 | 2025-01-09T19:52:54.397Z | Download: Completed 225.42 MB in 110.86 seconds (2.0M/s) |
198 | 2025-01-09T19:52:56.495Z | Actions: 1/5122 actions (Removing old actions) |
199 | 2025-01-09T19:52:56.514Z | Actions: 194/5122 actions (Installing new actions) |
200 | 2025-01-09T19:53:01.574Z | Actions: 4135/5122 actions (Installing new actions) |
201 | 2025-01-09T19:53:02.038Z | Actions: 4267/5122 actions (Updating modified actions) |
202 | 2025-01-09T19:53:02.544Z | Actions: Completed 5122 actions in 6.05 seconds. |
203 | 2025-01-09T19:53:02.967Z | Done (0.415s) |
204 | 2025-01-09T19:53:02.971Z | Done (0.001s) |
205 | 2025-01-09T19:53:03.556Z | Done (0.586s) |
206 | 2025-01-09T19:53:09.353Z | Done (5.568s) |
207 | 2025-01-09T19:53:09.674Z | Done (0.253s) |
208 | 2025-01-09T19:53:09.677Z | Done (0.000s) |
209 | 2025-01-09T19:53:09.935Z | Done (0.000s) |
210 | 2025-01-09T19:53:10.626Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-01-09T19:53:10.788Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-01-09T19:53:10.791Z | Planning: Consolidating action changes ... Done |
213 | 2025-01-09T19:53:11.056Z | Planning: Evaluating mediators ... Done |
214 | 2025-01-09T19:53:11.059Z | Planning: Planning completed in 0.43 seconds |
215 | 2025-01-09T19:53:11.096Z | Mediators to change: 2 |
216 | 2025-01-09T19:53:11.096Z | Create boot environment: No |
217 | 2025-01-09T19:53:11.096Z | Create backup boot environment: No |
218 | 2025-01-09T19:53:11.195Z | Done |
219 | 2025-01-09T19:53:11.195Z | Done |
220 | 2025-01-09T19:53:11.562Z | Done |
221 | 2025-01-09T19:53:15.327Z | Done |
222 | 2025-01-09T19:53:15.416Z | Done |
223 | 2025-01-09T19:53:15.419Z | Done |
224 | 2025-01-09T19:53:15.542Z | Done |
225 | 2025-01-09T19:53:16.173Z | Planning: Evaluating mediator changes ... Done |
226 | 2025-01-09T19:53:16.175Z | Planning: Merging actions ... Done |
227 | 2025-01-09T19:53:16.369Z | Planning: Checking for conflicting actions ... Done |
228 | 2025-01-09T19:53:16.371Z | Planning: Consolidating action changes ... Done |
229 | 2025-01-09T19:53:16.646Z | Planning: Evaluating mediators ... Done |
230 | 2025-01-09T19:53:16.706Z | Planning: Planning completed in 0.78 seconds |
231 | 2025-01-09T19:53:16.747Z | Packages to change: 1 |
232 | 2025-01-09T19:53:16.747Z | Mediators to change: 1 |
233 | 2025-01-09T19:53:16.749Z | Services to change: 1 |
234 | 2025-01-09T19:53:16.749Z | Create boot environment: No |
235 | 2025-01-09T19:53:16.749Z | Create backup boot environment: Yes |
236 | 2025-01-09T19:53:19.066Z | Actions: 1/6 actions (Updating modified actions) |
237 | 2025-01-09T19:53:19.068Z | Actions: Completed 6 actions in 0.00 seconds. |
238 | 2025-01-09T19:53:19.068Z | Done |
239 | 2025-01-09T19:53:19.068Z | Done |
240 | 2025-01-09T19:53:19.187Z | Done |
241 | 2025-01-09T19:53:22.890Z | Done |
242 | 2025-01-09T19:53:22.979Z | Done |
243 | 2025-01-09T19:53:22.982Z | Done |
244 | 2025-01-09T19:53:23.120Z | Done |
245 | 2025-01-09T19:53:23.553Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
246 | 2025-01-09T19:53:23.553Z | clang system 15 system |
247 | 2025-01-09T19:53:23.553Z | csh system system illumos |
248 | 2025-01-09T19:53:23.553Z | ctags system system illumos |
249 | 2025-01-09T19:53:23.553Z | gcc vendor 12 vendor |
250 | 2025-01-09T19:53:23.553Z | gcc system 10 system |
251 | 2025-01-09T19:53:23.553Z | gcc system 7 system |
252 | 2025-01-09T19:53:23.553Z | go system 1.20 system |
253 | 2025-01-09T19:53:23.553Z | go system 1.19 system |
254 | 2025-01-09T19:53:23.553Z | llvm system 15 system |
255 | 2025-01-09T19:53:23.553Z | llvm system 14 system |
256 | 2025-01-09T19:53:23.553Z | mariadb system 10.6 system |
257 | 2025-01-09T19:53:23.553Z | mta vendor vendor dma |
258 | 2025-01-09T19:53:23.553Z | openjdk system 17 system |
259 | 2025-01-09T19:53:23.553Z | openjdk system 11 system |
260 | 2025-01-09T19:53:23.553Z | openjdk system 1.8 system |
261 | 2025-01-09T19:53:23.553Z | openssl vendor 3 vendor |
262 | 2025-01-09T19:53:23.553Z | perl system 5.36 system |
263 | 2025-01-09T19:53:23.553Z | postgresql system 15 system |
264 | 2025-01-09T19:53:23.553Z | postgresql system 13 system |
265 | 2025-01-09T19:53:23.553Z | python vendor 3 vendor |
266 | 2025-01-09T19:53:23.553Z | python system 2 system |
267 | 2025-01-09T19:53:23.553Z | python3 system 3.11 system |
268 | 2025-01-09T19:53:23.553Z | ruby system 3.0 system |
269 | 2025-01-09T19:53:23.553Z | words vendor vendor american-english |
270 | 2025-01-09T19:53:23.554Z | words system system australian-english |
271 | 2025-01-09T19:53:23.554Z | words system system british-english |
272 | 2025-01-09T19:53:23.554Z | words system system canadian-english |
273 | 2025-01-09T19:53:23.554Z | words system system french |
274 | 2025-01-09T19:53:23.554Z | words system system italian |
275 | 2025-01-09T19:53:23.554Z | words system system ngerman |
276 | 2025-01-09T19:53:23.554Z | words system system ogerman |
277 | 2025-01-09T19:53:23.554Z | words system system spanish |
278 | 2025-01-09T19:53:23.885Z | PUBLISHER TYPE STATUS P LOCATION |
279 | 2025-01-09T19:53:23.885Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
280 | 2025-01-09T19:53:26.725Z | FMRI IFO |
281 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
282 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
283 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
284 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
285 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
286 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
287 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
288 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
289 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
290 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
291 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
292 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
293 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
294 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
295 | 2025-01-09T19:53:26.726Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
296 | 2025-01-09T19:53:27.521Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
297 | 2025-01-09T19:53:27.862Z | Updating crates.io index |
298 | 2025-01-09T19:53:27.896Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
299 | 2025-01-09T19:53:28.381Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
300 | 2025-01-09T19:53:28.881Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
301 | 2025-01-09T19:53:29.162Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
302 | 2025-01-09T19:53:29.426Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
303 | 2025-01-09T19:53:29.675Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
304 | 2025-01-09T19:53:30.563Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
305 | 2025-01-09T19:53:32.132Z | Updating git repository `https://github.com/oxidecomputer/opte` |
306 | 2025-01-09T19:53:32.825Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
307 | 2025-01-09T19:53:33.505Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
308 | 2025-01-09T19:53:33.794Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
309 | 2025-01-09T19:53:34.139Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
310 | 2025-01-09T19:53:34.803Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
311 | 2025-01-09T19:53:35.214Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
312 | 2025-01-09T19:53:35.514Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
313 | 2025-01-09T19:53:35.808Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
314 | 2025-01-09T19:53:36.203Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
315 | 2025-01-09T19:53:36.476Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
316 | 2025-01-09T19:53:36.782Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
317 | 2025-01-09T19:53:37.110Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
318 | 2025-01-09T19:53:37.564Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
319 | 2025-01-09T19:53:37.819Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
320 | 2025-01-09T19:53:38.326Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
321 | 2025-01-09T19:53:38.638Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
322 | 2025-01-09T19:53:39.077Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
323 | 2025-01-09T19:53:39.468Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
324 | 2025-01-09T19:53:39.750Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
325 | 2025-01-09T19:53:39.988Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
326 | 2025-01-09T19:53:40.257Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
327 | 2025-01-09T19:53:41.626Z | Downloading crates ... |
328 | 2025-01-09T19:53:41.754Z | Downloaded autocfg v1.4.0 |
329 | 2025-01-09T19:53:41.756Z | Downloaded anstyle-parse v0.2.5 |
330 | 2025-01-09T19:53:41.758Z | Downloaded digest v0.10.7 |
331 | 2025-01-09T19:53:41.761Z | Downloaded byteorder v1.5.0 |
332 | 2025-01-09T19:53:41.763Z | Downloaded anstyle-query v1.1.1 |
333 | 2025-01-09T19:53:41.766Z | Downloaded equivalent v1.0.1 |
334 | 2025-01-09T19:53:41.774Z | Downloaded dtrace-parser v0.2.0 |
335 | 2025-01-09T19:53:41.783Z | Downloaded anstyle v1.0.10 |
336 | 2025-01-09T19:53:41.791Z | Downloaded swrite v0.1.0 |
337 | 2025-01-09T19:53:41.802Z | Downloaded usdt-macro v0.5.0 |
338 | 2025-01-09T19:53:41.804Z | Downloaded pretty-hex v0.4.1 |
339 | 2025-01-09T19:53:41.807Z | Downloaded scroll_derive v0.12.0 |
340 | 2025-01-09T19:53:41.809Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2025-01-09T19:53:41.811Z | Downloaded fastrand v2.1.1 |
342 | 2025-01-09T19:53:41.811Z | Downloaded crypto-common v0.1.6 |
343 | 2025-01-09T19:53:41.814Z | Downloaded block-buffer v0.10.4 |
344 | 2025-01-09T19:53:41.816Z | Downloaded memmap v0.7.0 |
345 | 2025-01-09T19:53:41.816Z | Downloaded dof v0.3.0 |
346 | 2025-01-09T19:53:41.818Z | Downloaded macaddr v1.0.1 |
347 | 2025-01-09T19:53:41.819Z | Downloaded heck v0.5.0 |
348 | 2025-01-09T19:53:41.821Z | Downloaded errno v0.3.9 |
349 | 2025-01-09T19:53:41.821Z | Downloaded cargo-platform v0.1.8 |
350 | 2025-01-09T19:53:41.823Z | Downloaded cfg-if v1.0.0 |
351 | 2025-01-09T19:53:41.823Z | Downloaded heck v0.4.1 |
352 | 2025-01-09T19:53:41.827Z | Downloaded clap_lex v0.7.2 |
353 | 2025-01-09T19:53:41.827Z | Downloaded bytecount v0.6.8 |
354 | 2025-01-09T19:53:41.830Z | Downloaded terminal_size v0.4.0 |
355 | 2025-01-09T19:53:41.830Z | Downloaded anstream v0.6.15 |
356 | 2025-01-09T19:53:41.832Z | Downloaded colorchoice v1.0.2 |
357 | 2025-01-09T19:53:41.832Z | Downloaded serde_spanned v0.6.8 |
358 | 2025-01-09T19:53:41.835Z | Downloaded usdt v0.5.0 |
359 | 2025-01-09T19:53:41.837Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2025-01-09T19:53:41.841Z | Downloaded pest_generator v2.7.14 |
361 | 2025-01-09T19:53:41.844Z | Downloaded utf8parse v0.2.2 |
362 | 2025-01-09T19:53:41.847Z | Downloaded toml_datetime v0.6.8 |
363 | 2025-01-09T19:53:41.849Z | Downloaded plain v0.2.3 |
364 | 2025-01-09T19:53:41.851Z | Downloaded fs-err v2.11.0 |
365 | 2025-01-09T19:53:41.854Z | Downloaded strsim v0.11.1 |
366 | 2025-01-09T19:53:41.854Z | Downloaded thiserror v1.0.69 |
367 | 2025-01-09T19:53:41.858Z | Downloaded unicode-linebreak v0.1.5 |
368 | 2025-01-09T19:53:41.860Z | Downloaded is_terminal_polyfill v1.70.1 |
369 | 2025-01-09T19:53:41.860Z | Downloaded fnv v1.0.7 |
370 | 2025-01-09T19:53:41.862Z | Downloaded cpufeatures v0.2.14 |
371 | 2025-01-09T19:53:41.862Z | Downloaded thiserror-impl v1.0.69 |
372 | 2025-01-09T19:53:41.865Z | Downloaded tabled_derive v0.7.0 |
373 | 2025-01-09T19:53:41.867Z | Downloaded cargo_metadata v0.18.1 |
374 | 2025-01-09T19:53:41.869Z | Downloaded usdt-impl v0.5.0 |
375 | 2025-01-09T19:53:41.872Z | Downloaded smawk v0.3.2 |
376 | 2025-01-09T19:53:41.874Z | Downloaded proc-macro-error-attr v1.0.4 |
377 | 2025-01-09T19:53:41.874Z | Downloaded itoa v1.0.11 |
378 | 2025-01-09T19:53:41.874Z | Downloaded sha2 v0.10.8 |
379 | 2025-01-09T19:53:41.883Z | Downloaded proc-macro-error v1.0.4 |
380 | 2025-01-09T19:53:41.886Z | Downloaded version_check v0.9.5 |
381 | 2025-01-09T19:53:41.888Z | Downloaded zerocopy-derive v0.7.35 |
382 | 2025-01-09T19:53:41.891Z | Downloaded once_cell v1.20.2 |
383 | 2025-01-09T19:53:41.894Z | Downloaded clap_derive v4.5.18 |
384 | 2025-01-09T19:53:41.896Z | Downloaded camino-tempfile v1.1.1 |
385 | 2025-01-09T19:53:41.900Z | Downloaded bitflags v2.6.0 |
386 | 2025-01-09T19:53:41.902Z | Downloaded tempfile v3.13.0 |
387 | 2025-01-09T19:53:41.905Z | Downloaded scroll v0.12.0 |
388 | 2025-01-09T19:53:41.908Z | Downloaded pest_derive v2.7.14 |
389 | 2025-01-09T19:53:41.908Z | Downloaded log v0.4.22 |
390 | 2025-01-09T19:53:41.912Z | Downloaded thread-id v4.2.2 |
391 | 2025-01-09T19:53:41.915Z | Downloaded quote v1.0.37 |
392 | 2025-01-09T19:53:41.915Z | Downloaded generic-array v0.14.7 |
393 | 2025-01-09T19:53:41.915Z | Downloaded cargo_toml v0.20.5 |
394 | 2025-01-09T19:53:41.918Z | Downloaded camino v1.1.9 |
395 | 2025-01-09T19:53:41.921Z | Downloaded unicode-ident v1.0.13 |
396 | 2025-01-09T19:53:41.925Z | Downloaded proc-macro2 v1.0.89 |
397 | 2025-01-09T19:53:41.928Z | Downloaded toml v0.8.19 |
398 | 2025-01-09T19:53:41.931Z | Downloaded typenum v1.17.0 |
399 | 2025-01-09T19:53:41.934Z | Downloaded pest_meta v2.7.14 |
400 | 2025-01-09T19:53:41.936Z | Downloaded ucd-trie v0.1.7 |
401 | 2025-01-09T19:53:41.939Z | Downloaded clap v4.5.21 |
402 | 2025-01-09T19:53:41.946Z | Downloaded serde_derive v1.0.215 |
403 | 2025-01-09T19:53:41.949Z | Downloaded anyhow v1.0.93 |
404 | 2025-01-09T19:53:41.952Z | Downloaded papergrid v0.11.0 |
405 | 2025-01-09T19:53:41.957Z | Downloaded ryu v1.0.18 |
406 | 2025-01-09T19:53:41.960Z | Downloaded textwrap v0.16.1 |
407 | 2025-01-09T19:53:41.962Z | Downloaded serde v1.0.215 |
408 | 2025-01-09T19:53:41.968Z | Downloaded indexmap v2.6.0 |
409 | 2025-01-09T19:53:41.970Z | Downloaded semver v1.0.23 |
410 | 2025-01-09T19:53:41.985Z | Downloaded memchr v2.7.4 |
411 | 2025-01-09T19:53:41.990Z | Downloaded toml_edit v0.22.22 |
412 | 2025-01-09T19:53:42.021Z | Downloaded hashbrown v0.15.1 |
413 | 2025-01-09T19:53:42.029Z | Downloaded pest v2.7.14 |
414 | 2025-01-09T19:53:42.046Z | Downloaded zerocopy v0.7.35 |
415 | 2025-01-09T19:53:42.062Z | Downloaded winnow v0.6.20 |
416 | 2025-01-09T19:53:42.070Z | Downloaded serde_json v1.0.133 |
417 | 2025-01-09T19:53:42.076Z | Downloaded tabled v0.15.0 |
418 | 2025-01-09T19:53:42.091Z | Downloaded clap_builder v4.5.21 |
419 | 2025-01-09T19:53:42.097Z | Downloaded syn v1.0.109 |
420 | 2025-01-09T19:53:42.106Z | Downloaded goblin v0.8.2 |
421 | 2025-01-09T19:53:42.120Z | Downloaded syn v2.0.87 |
422 | 2025-01-09T19:53:42.131Z | Downloaded unicode-width v0.1.14 |
423 | 2025-01-09T19:53:42.136Z | Downloaded rustix v0.38.37 |
424 | 2025-01-09T19:53:42.167Z | Downloaded libc v0.2.162 |
425 | 2025-01-09T19:53:42.477Z | Compiling proc-macro2 v1.0.89 |
426 | 2025-01-09T19:53:42.477Z | Compiling unicode-ident v1.0.13 |
427 | 2025-01-09T19:53:42.480Z | Compiling serde v1.0.215 |
428 | 2025-01-09T19:53:42.480Z | Compiling version_check v0.9.5 |
429 | 2025-01-09T19:53:42.481Z | Compiling memchr v2.7.4 |
430 | 2025-01-09T19:53:42.481Z | Compiling thiserror v1.0.69 |
431 | 2025-01-09T19:53:42.513Z | Compiling libc v0.2.162 |
432 | 2025-01-09T19:53:42.516Z | Compiling ucd-trie v0.1.7 |
433 | 2025-01-09T19:53:42.724Z | Compiling ryu v1.0.18 |
434 | 2025-01-09T19:53:43.113Z | Compiling itoa v1.0.11 |
435 | 2025-01-09T19:53:43.232Z | Compiling once_cell v1.20.2 |
436 | 2025-01-09T19:53:43.348Z | Compiling byteorder v1.5.0 |
437 | 2025-01-09T19:53:43.376Z | Compiling serde_json v1.0.133 |
438 | 2025-01-09T19:53:43.695Z | Compiling rustix v0.38.37 |
439 | 2025-01-09T19:53:43.840Z | Compiling bitflags v2.6.0 |
440 | 2025-01-09T19:53:43.896Z | Compiling proc-macro-error-attr v1.0.4 |
441 | 2025-01-09T19:53:44.117Z | Compiling usdt-impl v0.5.0 |
442 | 2025-01-09T19:53:44.190Z | Compiling syn v1.0.109 |
443 | 2025-01-09T19:53:44.296Z | Compiling proc-macro-error v1.0.4 |
444 | 2025-01-09T19:53:44.342Z | Compiling quote v1.0.37 |
445 | 2025-01-09T19:53:44.579Z | Compiling camino v1.1.9 |
446 | 2025-01-09T19:53:44.605Z | Compiling utf8parse v0.2.2 |
447 | 2025-01-09T19:53:44.654Z | Compiling equivalent v1.0.1 |
448 | 2025-01-09T19:53:44.764Z | Compiling syn v2.0.87 |
449 | 2025-01-09T19:53:44.790Z | Compiling errno v0.3.9 |
450 | 2025-01-09T19:53:44.892Z | Compiling hashbrown v0.15.1 |
451 | 2025-01-09T19:53:45.063Z | Compiling log v0.4.22 |
452 | 2025-01-09T19:53:45.063Z | Compiling plain v0.2.3 |
453 | 2025-01-09T19:53:45.235Z | Compiling thread-id v4.2.2 |
454 | 2025-01-09T19:53:45.340Z | Compiling anstyle-parse v0.2.5 |
455 | 2025-01-09T19:53:45.533Z | Compiling semver v1.0.23 |
456 | 2025-01-09T19:53:45.692Z | Compiling colorchoice v1.0.2 |
457 | 2025-01-09T19:53:45.753Z | Compiling pretty-hex v0.4.1 |
458 | 2025-01-09T19:53:45.849Z | Compiling anstyle v1.0.10 |
459 | 2025-01-09T19:53:45.972Z | Compiling is_terminal_polyfill v1.70.1 |
460 | 2025-01-09T19:53:46.066Z | Compiling indexmap v2.6.0 |
461 | 2025-01-09T19:53:46.105Z | Compiling autocfg v1.4.0 |
462 | 2025-01-09T19:53:46.130Z | Compiling anstyle-query v1.1.1 |
463 | 2025-01-09T19:53:46.133Z | Compiling winnow v0.6.20 |
464 | 2025-01-09T19:53:46.321Z | Compiling unicode-width v0.1.14 |
465 | 2025-01-09T19:53:46.324Z | Compiling anstream v0.6.15 |
466 | 2025-01-09T19:53:47.130Z | Compiling fastrand v2.1.1 |
467 | 2025-01-09T19:53:47.219Z | Compiling terminal_size v0.4.0 |
468 | 2025-01-09T19:53:47.258Z | Compiling fs-err v2.11.0 |
469 | 2025-01-09T19:53:47.447Z | Compiling anyhow v1.0.93 |
470 | 2025-01-09T19:53:47.475Z | Compiling clap_lex v0.7.2 |
471 | 2025-01-09T19:53:47.550Z | Compiling bytecount v0.6.8 |
472 | 2025-01-09T19:53:47.778Z | Compiling fnv v1.0.7 |
473 | 2025-01-09T19:53:47.915Z | Compiling heck v0.5.0 |
474 | 2025-01-09T19:53:47.918Z | Compiling strsim v0.11.1 |
475 | 2025-01-09T19:53:48.013Z | Compiling heck v0.4.1 |
476 | 2025-01-09T19:53:48.117Z | Compiling cfg-if v1.0.0 |
477 | 2025-01-09T19:53:48.528Z | Compiling clap_builder v4.5.21 |
478 | 2025-01-09T19:53:48.531Z | Compiling tempfile v3.13.0 |
479 | 2025-01-09T19:53:48.576Z | Compiling papergrid v0.11.0 |
480 | 2025-01-09T19:53:48.981Z | Compiling memmap v0.7.0 |
481 | 2025-01-09T19:53:49.109Z | Compiling smawk v0.3.2 |
482 | 2025-01-09T19:53:49.343Z | Compiling unicode-linebreak v0.1.5 |
483 | 2025-01-09T19:53:49.842Z | Compiling textwrap v0.16.1 |
484 | 2025-01-09T19:53:50.004Z | Compiling swrite v0.1.0 |
485 | 2025-01-09T19:53:50.976Z | Compiling tabled_derive v0.7.0 |
486 | 2025-01-09T19:53:52.610Z | Compiling tabled v0.15.0 |
487 | 2025-01-09T19:53:53.887Z | Compiling serde_derive v1.0.215 |
488 | 2025-01-09T19:53:53.890Z | Compiling thiserror-impl v1.0.69 |
489 | 2025-01-09T19:53:53.890Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-09T19:53:54.008Z | Compiling scroll_derive v0.12.0 |
491 | 2025-01-09T19:53:54.039Z | Compiling clap_derive v4.5.18 |
492 | 2025-01-09T19:53:55.329Z | Compiling scroll v0.12.0 |
493 | 2025-01-09T19:53:55.799Z | Compiling zerocopy v0.7.35 |
494 | 2025-01-09T19:53:55.875Z | Compiling goblin v0.8.2 |
495 | 2025-01-09T19:53:57.629Z | Compiling clap v4.5.21 |
496 | 2025-01-09T19:53:59.326Z | Compiling pest v2.7.14 |
497 | 2025-01-09T19:54:01.122Z | Compiling pest_meta v2.7.14 |
498 | 2025-01-09T19:54:02.303Z | Compiling pest_generator v2.7.14 |
499 | 2025-01-09T19:54:03.736Z | Compiling serde_tokenstream v0.2.2 |
500 | 2025-01-09T19:54:03.851Z | Compiling pest_derive v2.7.14 |
501 | 2025-01-09T19:54:03.947Z | Compiling toml_datetime v0.6.8 |
502 | 2025-01-09T19:54:03.947Z | Compiling serde_spanned v0.6.8 |
503 | 2025-01-09T19:54:04.213Z | Compiling cargo-platform v0.1.8 |
504 | 2025-01-09T19:54:04.298Z | Compiling toml_edit v0.22.22 |
505 | 2025-01-09T19:54:04.505Z | Compiling macaddr v1.0.1 |
506 | 2025-01-09T19:54:04.628Z | Compiling dtrace-parser v0.2.0 |
507 | 2025-01-09T19:54:04.818Z | Compiling camino-tempfile v1.1.1 |
508 | 2025-01-09T19:54:05.349Z | Compiling dof v0.3.0 |
509 | 2025-01-09T19:54:05.819Z | Compiling cargo_metadata v0.18.1 |
510 | 2025-01-09T19:54:07.093Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2025-01-09T19:54:07.126Z | Compiling usdt-macro v0.5.0 |
512 | 2025-01-09T19:54:07.314Z | Compiling toml v0.8.19 |
513 | 2025-01-09T19:54:08.154Z | Compiling cargo_toml v0.20.5 |
514 | 2025-01-09T19:54:08.386Z | Compiling usdt v0.5.0 |
515 | 2025-01-09T19:54:11.664Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
516 | 2025-01-09T19:54:15.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.67s |
517 | 2025-01-09T19:54:16.243Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
518 | 2025-01-09T19:54:16.800Z | Downloading crates ... |
519 | 2025-01-09T19:54:16.907Z | Downloaded ascii-canvas v3.0.0 |
520 | 2025-01-09T19:54:16.910Z | Downloaded async-stream v0.3.6 |
521 | 2025-01-09T19:54:16.919Z | Downloaded addr2line v0.24.2 |
522 | 2025-01-09T19:54:16.926Z | Downloaded crunchy v0.2.2 |
523 | 2025-01-09T19:54:16.929Z | Downloaded ciborium-io v0.2.2 |
524 | 2025-01-09T19:54:16.931Z | Downloaded cipher v0.4.4 |
525 | 2025-01-09T19:54:16.934Z | Downloaded array-init v0.0.4 |
526 | 2025-01-09T19:54:16.936Z | Downloaded adler2 v2.0.0 |
527 | 2025-01-09T19:54:16.952Z | Downloaded highway v1.2.0 |
528 | 2025-01-09T19:54:16.952Z | Downloaded hubpack_derive v0.1.1 |
529 | 2025-01-09T19:54:16.952Z | Downloaded async-stream-impl v0.3.6 |
530 | 2025-01-09T19:54:16.952Z | Downloaded cstr-argument v0.1.2 |
531 | 2025-01-09T19:54:16.952Z | Downloaded icu_locid_transform_data v1.5.0 |
532 | 2025-01-09T19:54:16.958Z | Downloaded ident_case v1.0.1 |
533 | 2025-01-09T19:54:16.958Z | Downloaded arrayref v0.3.9 |
534 | 2025-01-09T19:54:16.958Z | Downloaded crossbeam-deque v0.8.5 |
535 | 2025-01-09T19:54:16.961Z | Downloaded aead v0.5.2 |
536 | 2025-01-09T19:54:16.961Z | Downloaded convert_case v0.4.0 |
537 | 2025-01-09T19:54:16.961Z | Downloaded matches v0.1.10 |
538 | 2025-01-09T19:54:16.965Z | Downloaded md5 v0.7.0 |
539 | 2025-01-09T19:54:16.965Z | Downloaded ciborium-ll v0.2.2 |
540 | 2025-01-09T19:54:16.965Z | Downloaded chrono-tz-build v0.4.0 |
541 | 2025-01-09T19:54:16.967Z | Downloaded instant v0.1.13 |
542 | 2025-01-09T19:54:16.969Z | Downloaded match_cfg v0.1.0 |
543 | 2025-01-09T19:54:16.972Z | Downloaded cfg_aliases v0.2.1 |
544 | 2025-01-09T19:54:16.972Z | Downloaded icu_provider_macros v1.5.0 |
545 | 2025-01-09T19:54:16.972Z | Downloaded headers-core v0.3.0 |
546 | 2025-01-09T19:54:16.974Z | Downloaded buf-list v1.0.3 |
547 | 2025-01-09T19:54:16.977Z | Downloaded http-body v1.0.1 |
548 | 2025-01-09T19:54:16.980Z | Downloaded assert_matches v1.5.0 |
549 | 2025-01-09T19:54:16.980Z | Downloaded cbc v0.1.2 |
550 | 2025-01-09T19:54:16.982Z | Downloaded mirai-annotations v1.12.0 |
551 | 2025-01-09T19:54:16.984Z | Downloaded http-body-util v0.1.2 |
552 | 2025-01-09T19:54:16.987Z | Downloaded cookie_store v0.21.0 |
553 | 2025-01-09T19:54:16.989Z | Downloaded idna_adapter v1.2.0 |
554 | 2025-01-09T19:54:16.992Z | Downloaded hyper-tls v0.6.0 |
555 | 2025-01-09T19:54:16.994Z | Downloaded humantime v2.1.0 |
556 | 2025-01-09T19:54:16.994Z | Downloaded atty v0.2.14 |
557 | 2025-01-09T19:54:16.997Z | Downloaded bcs v0.1.6 |
558 | 2025-01-09T19:54:17.000Z | Downloaded new_debug_unreachable v1.0.6 |
559 | 2025-01-09T19:54:17.000Z | Downloaded atomicwrites v0.4.4 |
560 | 2025-01-09T19:54:17.004Z | Downloaded backoff v0.4.0 |
561 | 2025-01-09T19:54:17.007Z | Downloaded indoc v1.0.9 |
562 | 2025-01-09T19:54:17.009Z | Downloaded ipnetwork v0.20.0 |
563 | 2025-01-09T19:54:17.009Z | Downloaded hubpack v0.1.2 |
564 | 2025-01-09T19:54:17.012Z | Downloaded mime v0.3.17 |
565 | 2025-01-09T19:54:17.014Z | Downloaded linear-map v1.2.0 |
566 | 2025-01-09T19:54:17.017Z | Downloaded is-terminal v0.4.13 |
567 | 2025-01-09T19:54:17.017Z | Downloaded cassowary v0.3.0 |
568 | 2025-01-09T19:54:17.019Z | Downloaded multimap v0.10.0 |
569 | 2025-01-09T19:54:17.024Z | Downloaded maybe-uninit v2.0.0 |
570 | 2025-01-09T19:54:17.028Z | Downloaded crc32fast v1.4.2 |
571 | 2025-01-09T19:54:17.028Z | Downloaded keccak v0.1.5 |
572 | 2025-01-09T19:54:17.030Z | Downloaded libefi-sys v0.1.0 |
573 | 2025-01-09T19:54:17.031Z | Downloaded lazy_static v1.5.0 |
574 | 2025-01-09T19:54:17.031Z | Downloaded kstat-rs v0.2.4 |
575 | 2025-01-09T19:54:17.033Z | Downloaded cmake v0.1.51 |
576 | 2025-01-09T19:54:17.036Z | Downloaded is_ci v1.2.0 |
577 | 2025-01-09T19:54:17.036Z | Downloaded darling v0.20.10 |
578 | 2025-01-09T19:54:17.040Z | Downloaded internet-checksum v0.2.1 |
579 | 2025-01-09T19:54:17.044Z | Downloaded md-5 v0.10.6 |
580 | 2025-01-09T19:54:17.044Z | Downloaded maplit v1.0.2 |
581 | 2025-01-09T19:54:17.046Z | Downloaded linked-hash-map v0.5.6 |
582 | 2025-01-09T19:54:17.048Z | Downloaded cookie v0.18.1 |
583 | 2025-01-09T19:54:17.051Z | Downloaded bitfield v0.14.0 |
584 | 2025-01-09T19:54:17.054Z | Downloaded bit-set v0.5.3 |
585 | 2025-01-09T19:54:17.054Z | Downloaded take_mut v0.2.2 |
586 | 2025-01-09T19:54:17.056Z | Downloaded nanorand v0.7.0 |
587 | 2025-01-09T19:54:17.059Z | Downloaded lru v0.12.5 |
588 | 2025-01-09T19:54:17.061Z | Downloaded libsw v3.3.1 |
589 | 2025-01-09T19:54:17.061Z | Downloaded lazycell v1.3.0 |
590 | 2025-01-09T19:54:17.064Z | Downloaded multer v3.1.0 |
591 | 2025-01-09T19:54:17.066Z | Downloaded mockall v0.13.0 |
592 | 2025-01-09T19:54:17.068Z | Downloaded libloading v0.8.5 |
593 | 2025-01-09T19:54:17.071Z | Downloaded litemap v0.7.3 |
594 | 2025-01-09T19:54:17.074Z | Downloaded tinyvec_macros v0.1.1 |
595 | 2025-01-09T19:54:17.076Z | Downloaded time-core v0.1.2 |
596 | 2025-01-09T19:54:17.076Z | Downloaded blowfish v0.9.1 |
597 | 2025-01-09T19:54:17.079Z | Downloaded mime_guess v2.0.5 |
598 | 2025-01-09T19:54:17.082Z | Downloaded toolchain_find v0.4.0 |
599 | 2025-01-09T19:54:17.085Z | Downloaded async-recursion v1.1.1 |
600 | 2025-01-09T19:54:17.088Z | Downloaded rustls-pemfile v1.0.4 |
601 | 2025-01-09T19:54:17.090Z | Downloaded sec1 v0.7.3 |
602 | 2025-01-09T19:54:17.093Z | Downloaded rusty-fork v0.3.0 |
603 | 2025-01-09T19:54:17.095Z | Downloaded want v0.3.1 |
604 | 2025-01-09T19:54:17.097Z | Downloaded crc-any v2.5.0 |
605 | 2025-01-09T19:54:17.100Z | Downloaded base16ct v0.2.0 |
606 | 2025-01-09T19:54:17.102Z | Downloaded slog-bunyan v2.5.0 |
607 | 2025-01-09T19:54:17.102Z | Downloaded slog-dtrace v0.3.0 |
608 | 2025-01-09T19:54:17.105Z | Downloaded signal-hook-mio v0.2.4 |
609 | 2025-01-09T19:54:17.107Z | Downloaded salsa20 v0.10.2 |
610 | 2025-01-09T19:54:17.107Z | Downloaded shlex v1.3.0 |
611 | 2025-01-09T19:54:17.110Z | Downloaded tls_codec_derive v0.4.1 |
612 | 2025-01-09T19:54:17.113Z | Downloaded thiserror-impl v2.0.3 |
613 | 2025-01-09T19:54:17.117Z | Downloaded tap v1.0.1 |
614 | 2025-01-09T19:54:17.117Z | Downloaded strip-ansi-escapes v0.2.0 |
615 | 2025-01-09T19:54:17.121Z | Downloaded icu_provider v1.5.0 |
616 | 2025-01-09T19:54:17.121Z | Downloaded indexmap v1.9.3 |
617 | 2025-01-09T19:54:17.125Z | Downloaded native-tls v0.2.12 |
618 | 2025-01-09T19:54:17.128Z | Downloaded httparse v1.9.5 |
619 | 2025-01-09T19:54:17.131Z | Downloaded num_threads v0.1.7 |
620 | 2025-01-09T19:54:17.133Z | Downloaded openssl-probe v0.1.5 |
621 | 2025-01-09T19:54:17.133Z | Downloaded openssl-macros v0.1.1 |
622 | 2025-01-09T19:54:17.136Z | Downloaded number_prefix v0.4.0 |
623 | 2025-01-09T19:54:17.136Z | Downloaded unicase v2.7.0 |
624 | 2025-01-09T19:54:17.139Z | Downloaded utf8_iter v1.0.4 |
625 | 2025-01-09T19:54:17.141Z | Downloaded bzip2 v0.4.4 |
626 | 2025-01-09T19:54:17.141Z | Downloaded miniz_oxide v0.8.0 |
627 | 2025-01-09T19:54:17.144Z | Downloaded zone v0.1.8 |
628 | 2025-01-09T19:54:17.147Z | Downloaded float-ord v0.3.2 |
629 | 2025-01-09T19:54:17.149Z | Downloaded fallible-iterator v0.2.0 |
630 | 2025-01-09T19:54:17.149Z | Downloaded dirs-sys-next v0.1.2 |
631 | 2025-01-09T19:54:17.153Z | Downloaded base64 v0.13.1 |
632 | 2025-01-09T19:54:17.155Z | Downloaded futures-macro v0.3.31 |
633 | 2025-01-09T19:54:17.158Z | Downloaded futures-io v0.3.31 |
634 | 2025-01-09T19:54:17.158Z | Downloaded unarray v0.1.4 |
635 | 2025-01-09T19:54:17.161Z | Downloaded russh-cryptovec v0.7.3 |
636 | 2025-01-09T19:54:17.161Z | Downloaded group v0.13.0 |
637 | 2025-01-09T19:54:17.164Z | Downloaded strum_macros v0.26.4 |
638 | 2025-01-09T19:54:17.166Z | Downloaded flagset v0.4.6 |
639 | 2025-01-09T19:54:17.166Z | Downloaded either v1.13.0 |
640 | 2025-01-09T19:54:17.169Z | Downloaded icu_properties v1.5.1 |
641 | 2025-01-09T19:54:17.172Z | Downloaded russh-keys v0.45.0 |
642 | 2025-01-09T19:54:17.176Z | Downloaded num-iter v0.1.45 |
643 | 2025-01-09T19:54:17.178Z | Downloaded mockall_derive v0.13.0 |
644 | 2025-01-09T19:54:17.181Z | Downloaded strum v0.26.3 |
645 | 2025-01-09T19:54:17.181Z | Downloaded crossbeam-utils v0.8.20 |
646 | 2025-01-09T19:54:17.185Z | Downloaded tower-service v0.3.3 |
647 | 2025-01-09T19:54:17.188Z | Downloaded futures-executor v0.3.31 |
648 | 2025-01-09T19:54:17.188Z | Downloaded float-cmp v0.9.0 |
649 | 2025-01-09T19:54:17.190Z | Downloaded nodrop v0.1.14 |
650 | 2025-01-09T19:54:17.194Z | Downloaded console v0.15.8 |
651 | 2025-01-09T19:54:17.197Z | Downloaded colored v2.1.0 |
652 | 2025-01-09T19:54:17.200Z | Downloaded polyval v0.6.2 |
653 | 2025-01-09T19:54:17.200Z | Downloaded pkg-config v0.3.31 |
654 | 2025-01-09T19:54:17.204Z | Downloaded radium v0.7.0 |
655 | 2025-01-09T19:54:17.204Z | Downloaded percent-encoding v2.3.1 |
656 | 2025-01-09T19:54:17.206Z | Downloaded zone_cfg_derive v0.1.2 |
657 | 2025-01-09T19:54:17.206Z | Downloaded globset v0.4.15 |
658 | 2025-01-09T19:54:17.209Z | Downloaded socket2 v0.5.7 |
659 | 2025-01-09T19:54:17.212Z | Downloaded signal-hook v0.3.17 |
660 | 2025-01-09T19:54:17.215Z | Downloaded same-file v1.0.6 |
661 | 2025-01-09T19:54:17.218Z | Downloaded paste v1.0.15 |
662 | 2025-01-09T19:54:17.221Z | Downloaded parse-display v0.10.0 |
663 | 2025-01-09T19:54:17.221Z | Downloaded der_derive v0.7.3 |
664 | 2025-01-09T19:54:17.226Z | Downloaded const-oid v0.9.6 |
665 | 2025-01-09T19:54:17.230Z | Downloaded rayon-core v1.12.1 |
666 | 2025-01-09T19:54:17.232Z | Downloaded foreign-types-macros v0.2.3 |
667 | 2025-01-09T19:54:17.232Z | Downloaded xz2 v0.1.7 |
668 | 2025-01-09T19:54:17.235Z | Downloaded foreign-types-shared v0.1.1 |
669 | 2025-01-09T19:54:17.237Z | Downloaded opaque-debug v0.3.1 |
670 | 2025-01-09T19:54:17.237Z | Downloaded normalize-line-endings v0.3.0 |
671 | 2025-01-09T19:54:17.240Z | Downloaded slog-envlogger v2.2.0 |
672 | 2025-01-09T19:54:17.240Z | Downloaded slab v0.4.9 |
673 | 2025-01-09T19:54:17.242Z | Downloaded siphasher v0.3.11 |
674 | 2025-01-09T19:54:17.245Z | Downloaded phf_shared v0.10.0 |
675 | 2025-01-09T19:54:17.245Z | Downloaded strum_macros v0.24.3 |
676 | 2025-01-09T19:54:17.248Z | Downloaded progenitor-client v0.8.0 |
677 | 2025-01-09T19:54:17.248Z | Downloaded slog-json v2.6.1 |
678 | 2025-01-09T19:54:17.251Z | Downloaded tinystr v0.7.6 |
679 | 2025-01-09T19:54:17.254Z | Downloaded tiny-keccak v2.0.2 |
680 | 2025-01-09T19:54:17.257Z | Downloaded typify-macro v0.2.0 |
681 | 2025-01-09T19:54:17.257Z | Downloaded vte v0.11.1 |
682 | 2025-01-09T19:54:17.261Z | Downloaded indicatif v0.17.9 |
683 | 2025-01-09T19:54:17.264Z | Downloaded poly1305 v0.8.0 |
684 | 2025-01-09T19:54:17.267Z | Downloaded zone v0.3.0 |
685 | 2025-01-09T19:54:17.269Z | Downloaded dunce v1.0.5 |
686 | 2025-01-09T19:54:17.269Z | Downloaded rustc-demangle v0.1.24 |
687 | 2025-01-09T19:54:17.272Z | Downloaded derive-where v1.2.7 |
688 | 2025-01-09T19:54:17.276Z | Downloaded env_filter v0.1.2 |
689 | 2025-01-09T19:54:17.279Z | Downloaded enum-as-inner v0.6.1 |
690 | 2025-01-09T19:54:17.281Z | Downloaded rsa v0.9.6 |
691 | 2025-01-09T19:54:17.287Z | Downloaded vte_generate_state_changes v0.1.2 |
692 | 2025-01-09T19:54:17.290Z | Downloaded http v1.1.0 |
693 | 2025-01-09T19:54:17.293Z | Downloaded try-lock v0.2.5 |
694 | 2025-01-09T19:54:17.298Z | Downloaded glob v0.3.1 |
695 | 2025-01-09T19:54:17.300Z | Downloaded backtrace v0.3.74 |
696 | 2025-01-09T19:54:17.306Z | Downloaded phf_shared v0.11.2 |
697 | 2025-01-09T19:54:17.309Z | Downloaded rustversion v1.0.17 |
698 | 2025-01-09T19:54:17.309Z | Downloaded phf_generator v0.11.2 |
699 | 2025-01-09T19:54:17.323Z | Downloaded termcolor v1.4.1 |
700 | 2025-01-09T19:54:17.326Z | Downloaded supports-color v3.0.1 |
701 | 2025-01-09T19:54:17.329Z | Downloaded signal-hook-registry v1.4.2 |
702 | 2025-01-09T19:54:17.329Z | Downloaded shell-words v1.1.0 |
703 | 2025-01-09T19:54:17.331Z | Downloaded des v0.8.1 |
704 | 2025-01-09T19:54:17.334Z | Downloaded waitgroup v0.1.2 |
705 | 2025-01-09T19:54:17.334Z | Downloaded aes-gcm v0.10.3 |
706 | 2025-01-09T19:54:17.339Z | Downloaded peg-runtime v0.8.3 |
707 | 2025-01-09T19:54:17.342Z | Downloaded tracing-attributes v0.1.27 |
708 | 2025-01-09T19:54:17.342Z | Downloaded tokio-native-tls v0.3.1 |
709 | 2025-01-09T19:54:17.344Z | Downloaded tokio-macros v2.4.0 |
710 | 2025-01-09T19:54:17.346Z | Downloaded utf-8 v0.7.6 |
711 | 2025-01-09T19:54:17.349Z | Downloaded ssh-encoding v0.2.0 |
712 | 2025-01-09T19:54:17.349Z | Downloaded elliptic-curve v0.13.8 |
713 | 2025-01-09T19:54:17.354Z | Downloaded serde-big-array v0.5.1 |
714 | 2025-01-09T19:54:17.356Z | Downloaded pem-rfc7468 v0.7.0 |
715 | 2025-01-09T19:54:17.360Z | Downloaded ff v0.13.0 |
716 | 2025-01-09T19:54:17.365Z | Downloaded walkdir v2.5.0 |
717 | 2025-01-09T19:54:17.365Z | Downloaded quick-error v1.2.3 |
718 | 2025-01-09T19:54:17.367Z | Downloaded unicode-properties v0.1.3 |
719 | 2025-01-09T19:54:17.370Z | Downloaded termtree v0.4.1 |
720 | 2025-01-09T19:54:17.370Z | Downloaded defmt-parser v0.3.4 |
721 | 2025-01-09T19:54:17.372Z | Downloaded uuid v1.11.0 |
722 | 2025-01-09T19:54:17.375Z | Downloaded hash32 v0.3.1 |
723 | 2025-01-09T19:54:17.377Z | Downloaded term v0.7.0 |
724 | 2025-01-09T19:54:17.380Z | Downloaded futures-task v0.3.31 |
725 | 2025-01-09T19:54:17.383Z | Downloaded diff v0.1.13 |
726 | 2025-01-09T19:54:17.386Z | Downloaded form_urlencoded v1.2.1 |
727 | 2025-01-09T19:54:17.388Z | Downloaded crossterm v0.28.1 |
728 | 2025-01-09T19:54:17.395Z | Downloaded downcast v0.11.0 |
729 | 2025-01-09T19:54:17.398Z | Downloaded smallvec v1.13.2 |
730 | 2025-01-09T19:54:17.400Z | Downloaded serde_yaml v0.9.34+deprecated |
731 | 2025-01-09T19:54:17.404Z | Downloaded vsss-rs v3.3.4 |
732 | 2025-01-09T19:54:17.407Z | Downloaded yoke-derive v0.7.4 |
733 | 2025-01-09T19:54:17.410Z | Downloaded fxhash v0.2.1 |
734 | 2025-01-09T19:54:17.410Z | Downloaded diesel_table_macro_syntax v0.2.0 |
735 | 2025-01-09T19:54:17.412Z | Downloaded serde-hex v0.1.0 |
736 | 2025-01-09T19:54:17.415Z | Downloaded pem v3.0.4 |
737 | 2025-01-09T19:54:17.415Z | Downloaded mio v1.0.2 |
738 | 2025-01-09T19:54:17.421Z | Downloaded structmeta v0.2.0 |
739 | 2025-01-09T19:54:17.424Z | Downloaded thread_local v1.1.8 |
740 | 2025-01-09T19:54:17.426Z | Downloaded structmeta v0.3.0 |
741 | 2025-01-09T19:54:17.429Z | Downloaded num_enum v0.5.11 |
742 | 2025-01-09T19:54:17.433Z | Downloaded quinn v0.11.5 |
743 | 2025-01-09T19:54:17.436Z | Downloaded der v0.7.9 |
744 | 2025-01-09T19:54:17.442Z | Downloaded num-rational v0.4.2 |
745 | 2025-01-09T19:54:17.445Z | Downloaded parking_lot v0.11.2 |
746 | 2025-01-09T19:54:17.447Z | Downloaded tinyvec v1.8.0 |
747 | 2025-01-09T19:54:17.451Z | Downloaded filetime v0.2.25 |
748 | 2025-01-09T19:54:17.453Z | Downloaded progenitor v0.8.0 |
749 | 2025-01-09T19:54:17.455Z | Downloaded peg-macros v0.8.4 |
750 | 2025-01-09T19:54:17.458Z | Downloaded vergen v8.3.2 |
751 | 2025-01-09T19:54:17.460Z | Downloaded sync-ptr v0.1.1 |
752 | 2025-01-09T19:54:17.463Z | Downloaded packed_struct_codegen v0.10.1 |
753 | 2025-01-09T19:54:17.465Z | Downloaded subtle v2.6.1 |
754 | 2025-01-09T19:54:17.465Z | Downloaded libm v0.2.8 |
755 | 2025-01-09T19:54:17.474Z | Downloaded zerocopy-derive v0.8.10 |
756 | 2025-01-09T19:54:17.481Z | Downloaded hash32 v0.2.1 |
757 | 2025-01-09T19:54:17.484Z | Downloaded oso-derive v0.27.3 |
758 | 2025-01-09T19:54:17.486Z | Downloaded sync_wrapper v1.0.1 |
759 | 2025-01-09T19:54:17.486Z | Downloaded pbkdf2 v0.11.0 |
760 | 2025-01-09T19:54:17.489Z | Downloaded path-slash v0.1.5 |
761 | 2025-01-09T19:54:17.491Z | Downloaded gethostname v0.5.0 |
762 | 2025-01-09T19:54:17.494Z | Downloaded rustls-pemfile v2.2.0 |
763 | 2025-01-09T19:54:17.496Z | Downloaded pin-utils v0.1.0 |
764 | 2025-01-09T19:54:17.496Z | Downloaded tokio-tungstenite v0.21.0 |
765 | 2025-01-09T19:54:17.500Z | Downloaded smf v0.2.3 |
766 | 2025-01-09T19:54:17.503Z | Downloaded serde_plain v1.0.2 |
767 | 2025-01-09T19:54:17.503Z | Downloaded peg v0.8.4 |
768 | 2025-01-09T19:54:17.507Z | Downloaded tokio-rustls v0.24.1 |
769 | 2025-01-09T19:54:17.510Z | Downloaded pin-project-internal v1.1.6 |
770 | 2025-01-09T19:54:17.513Z | Downloaded zone_cfg_derive v0.3.0 |
771 | 2025-01-09T19:54:17.513Z | Downloaded flate2 v1.0.34 |
772 | 2025-01-09T19:54:17.519Z | Downloaded foreign-types-shared v0.3.1 |
773 | 2025-01-09T19:54:17.522Z | Downloaded twox-hash v1.6.3 |
774 | 2025-01-09T19:54:17.524Z | Downloaded itertools v0.12.1 |
775 | 2025-01-09T19:54:17.530Z | Downloaded hashlink v0.9.1 |
776 | 2025-01-09T19:54:17.534Z | Downloaded which v4.4.2 |
777 | 2025-01-09T19:54:17.536Z | Downloaded pin-project v1.1.6 |
778 | 2025-01-09T19:54:17.548Z | Downloaded sqlparser_derive v0.2.2 |
779 | 2025-01-09T19:54:17.552Z | Downloaded parse-size v1.1.0 |
780 | 2025-01-09T19:54:17.552Z | Downloaded futures-core v0.3.31 |
781 | 2025-01-09T19:54:17.552Z | Downloaded funty v2.0.0 |
782 | 2025-01-09T19:54:17.554Z | Downloaded fragile v2.0.0 |
783 | 2025-01-09T19:54:17.557Z | Downloaded serde_path_to_error v0.1.16 |
784 | 2025-01-09T19:54:17.557Z | Downloaded slog-term v2.9.1 |
785 | 2025-01-09T19:54:17.559Z | Downloaded resolv-conf v0.7.0 |
786 | 2025-01-09T19:54:17.562Z | Downloaded postgres-types v0.2.8 |
787 | 2025-01-09T19:54:17.564Z | Downloaded rustc-hash v2.0.0 |
788 | 2025-01-09T19:54:17.568Z | Downloaded tokio-rustls v0.25.0 |
789 | 2025-01-09T19:54:17.571Z | Downloaded expectorate v1.1.0 |
790 | 2025-01-09T19:54:17.573Z | Downloaded zerofrom-derive v0.1.4 |
791 | 2025-01-09T19:54:17.573Z | Downloaded unicode-truncate v1.1.0 |
792 | 2025-01-09T19:54:17.576Z | Downloaded slog-stdlog v4.1.1 |
793 | 2025-01-09T19:54:17.576Z | Downloaded rand v0.8.5 |
794 | 2025-01-09T19:54:17.580Z | Downloaded unicode-xid v0.2.6 |
795 | 2025-01-09T19:54:17.583Z | Downloaded tokio-tungstenite v0.24.0 |
796 | 2025-01-09T19:54:17.586Z | Downloaded powerfmt v0.2.0 |
797 | 2025-01-09T19:54:17.588Z | Downloaded hyper v1.5.0 |
798 | 2025-01-09T19:54:17.595Z | Downloaded darling_macro v0.20.10 |
799 | 2025-01-09T19:54:17.597Z | Downloaded hkdf v0.12.4 |
800 | 2025-01-09T19:54:17.600Z | Downloaded pretty-hex v0.2.1 |
801 | 2025-01-09T19:54:17.603Z | Downloaded serde_repr v0.1.19 |
802 | 2025-01-09T19:54:17.603Z | Downloaded secrecy v0.8.0 |
803 | 2025-01-09T19:54:17.608Z | Downloaded rpassword v7.3.1 |
804 | 2025-01-09T19:54:17.608Z | Downloaded aws-lc-rs v1.10.0 |
805 | 2025-01-09T19:54:17.616Z | Downloaded foldhash v0.1.3 |
806 | 2025-01-09T19:54:17.618Z | Downloaded pkcs5 v0.7.1 |
807 | 2025-01-09T19:54:17.621Z | Downloaded newtype_derive v0.1.6 |
808 | 2025-01-09T19:54:17.626Z | Downloaded dhcproto-macros v0.1.0 |
809 | 2025-01-09T19:54:17.626Z | Downloaded termios v0.3.3 |
810 | 2025-01-09T19:54:17.626Z | Downloaded writeable v0.5.5 |
811 | 2025-01-09T19:54:17.628Z | Downloaded heck v0.3.3 |
812 | 2025-01-09T19:54:17.631Z | Downloaded ed25519 v2.2.3 |
813 | 2025-01-09T19:54:17.631Z | Downloaded tokio-tungstenite v0.23.1 |
814 | 2025-01-09T19:54:17.634Z | Downloaded futures v0.3.31 |
815 | 2025-01-09T19:54:17.642Z | Downloaded num v0.4.3 |
816 | 2025-01-09T19:54:17.646Z | Downloaded unicode-segmentation v1.12.0 |
817 | 2025-01-09T19:54:17.650Z | Downloaded primeorder v0.13.6 |
818 | 2025-01-09T19:54:17.650Z | Downloaded oso v0.27.3 |
819 | 2025-01-09T19:54:17.654Z | Downloaded precomputed-hash v0.1.1 |
820 | 2025-01-09T19:54:17.654Z | Downloaded russh v0.45.0 |
821 | 2025-01-09T19:54:17.658Z | Downloaded zerofrom v0.1.4 |
822 | 2025-01-09T19:54:17.661Z | Downloaded thiserror-no-std v2.0.2 |
823 | 2025-01-09T19:54:17.664Z | Downloaded write16 v1.0.0 |
824 | 2025-01-09T19:54:17.666Z | Downloaded subprocess v0.2.9 |
825 | 2025-01-09T19:54:17.669Z | Downloaded diesel-dtrace v0.4.2 |
826 | 2025-01-09T19:54:17.671Z | Downloaded time v0.3.36 |
827 | 2025-01-09T19:54:17.677Z | Downloaded endian-type v0.1.2 |
828 | 2025-01-09T19:54:17.680Z | Downloaded synstructure v0.13.1 |
829 | 2025-01-09T19:54:17.680Z | Downloaded sha1 v0.10.6 |
830 | 2025-01-09T19:54:17.682Z | Downloaded ref-cast-impl v1.0.23 |
831 | 2025-01-09T19:54:17.685Z | Downloaded ref-cast v1.0.23 |
832 | 2025-01-09T19:54:17.687Z | Downloaded tokio-postgres v0.7.12 |
833 | 2025-01-09T19:54:17.691Z | Downloaded unicode-normalization v0.1.24 |
834 | 2025-01-09T19:54:17.696Z | Downloaded signal-hook-tokio v0.3.1 |
835 | 2025-01-09T19:54:17.698Z | Downloaded num-conv v0.1.0 |
836 | 2025-01-09T19:54:17.698Z | Downloaded rustc-hash v1.1.0 |
837 | 2025-01-09T19:54:17.701Z | Downloaded predicates-core v1.0.8 |
838 | 2025-01-09T19:54:17.701Z | Downloaded derive_builder_macro v0.20.2 |
839 | 2025-01-09T19:54:17.703Z | Downloaded tabwriter v1.4.0 |
840 | 2025-01-09T19:54:17.703Z | Downloaded thiserror v2.0.3 |
841 | 2025-01-09T19:54:17.709Z | Downloaded rayon v1.10.0 |
842 | 2025-01-09T19:54:17.719Z | Downloaded sigpipe v0.1.3 |
843 | 2025-01-09T19:54:17.724Z | Downloaded bitvec v1.0.1 |
844 | 2025-01-09T19:54:17.737Z | Downloaded debug-ignore v1.0.5 |
845 | 2025-01-09T19:54:17.739Z | Downloaded data-encoding v2.6.0 |
846 | 2025-01-09T19:54:17.744Z | Downloaded universal-hash v0.5.1 |
847 | 2025-01-09T19:54:17.744Z | Downloaded rand_core v0.6.4 |
848 | 2025-01-09T19:54:17.744Z | Downloaded nibble_vec v0.1.0 |
849 | 2025-01-09T19:54:17.751Z | Downloaded newtype-uuid v1.1.3 |
850 | 2025-01-09T19:54:17.751Z | Downloaded rustc_version v0.4.1 |
851 | 2025-01-09T19:54:17.751Z | Downloaded predicates v3.1.2 |
852 | 2025-01-09T19:54:17.757Z | Downloaded fatfs v0.3.6 |
853 | 2025-01-09T19:54:17.757Z | Downloaded rustc_version v0.1.7 |
854 | 2025-01-09T19:54:17.757Z | Downloaded embedded-io v0.4.0 |
855 | 2025-01-09T19:54:17.761Z | Downloaded ppv-lite86 v0.2.20 |
856 | 2025-01-09T19:54:17.761Z | Downloaded tar v0.4.42 |
857 | 2025-01-09T19:54:17.761Z | Downloaded flume v0.11.1 |
858 | 2025-01-09T19:54:17.765Z | Downloaded h2 v0.4.6 |
859 | 2025-01-09T19:54:17.771Z | Downloaded rand_seeder v0.3.0 |
860 | 2025-01-09T19:54:17.774Z | Downloaded chrono v0.4.38 |
861 | 2025-01-09T19:54:17.779Z | Downloaded parking_lot_core v0.9.10 |
862 | 2025-01-09T19:54:17.783Z | Downloaded serde_urlencoded v0.7.1 |
863 | 2025-01-09T19:54:17.786Z | Downloaded salty v0.3.0 |
864 | 2025-01-09T19:54:17.791Z | Downloaded hickory-client v0.24.1 |
865 | 2025-01-09T19:54:17.795Z | Downloaded icu_properties_data v1.5.0 |
866 | 2025-01-09T19:54:17.811Z | Downloaded env_logger v0.10.2 |
867 | 2025-01-09T19:54:17.815Z | Downloaded rustls-webpki v0.101.7 |
868 | 2025-01-09T19:54:17.825Z | Downloaded parking_lot_core v0.8.6 |
869 | 2025-01-09T19:54:17.828Z | Downloaded toml v0.7.8 |
870 | 2025-01-09T19:54:17.831Z | Downloaded typify v0.2.0 |
871 | 2025-01-09T19:54:17.834Z | Downloaded zopfli v0.8.1 |
872 | 2025-01-09T19:54:17.836Z | Downloaded unsafe-libyaml v0.2.11 |
873 | 2025-01-09T19:54:17.840Z | Downloaded prettyplease v0.2.25 |
874 | 2025-01-09T19:54:17.843Z | Downloaded test-strategy v0.3.1 |
875 | 2025-01-09T19:54:17.847Z | Downloaded hashbrown v0.13.2 |
876 | 2025-01-09T19:54:17.852Z | Downloaded dhcproto v0.12.0 |
877 | 2025-01-09T19:54:17.855Z | Downloaded hashbrown v0.12.3 |
878 | 2025-01-09T19:54:17.859Z | Downloaded quinn-proto v0.11.8 |
879 | 2025-01-09T19:54:17.866Z | Downloaded num-complex v0.4.6 |
880 | 2025-01-09T19:54:17.869Z | Downloaded lalrpop v0.19.12 |
881 | 2025-01-09T19:54:17.880Z | Downloaded rustls-pki-types v1.10.0 |
882 | 2025-01-09T19:54:17.883Z | Downloaded unicode_categories v0.1.1 |
883 | 2025-01-09T19:54:17.886Z | Downloaded darling_core v0.20.10 |
884 | 2025-01-09T19:54:17.890Z | Downloaded steno v0.4.1 |
885 | 2025-01-09T19:54:17.894Z | Downloaded rustls-webpki v0.102.8 |
886 | 2025-01-09T19:54:17.914Z | Downloaded heapless v0.8.0 |
887 | 2025-01-09T19:54:17.917Z | Downloaded proptest v1.5.0 |
888 | 2025-01-09T19:54:17.927Z | Downloaded tungstenite v0.23.0 |
889 | 2025-01-09T19:54:17.932Z | Downloaded tracing v0.1.40 |
890 | 2025-01-09T19:54:17.936Z | Downloaded curve25519-dalek v4.1.3 |
891 | 2025-01-09T19:54:17.946Z | Downloaded num-bigint-dig v0.8.4 |
892 | 2025-01-09T19:54:17.952Z | Downloaded idna v0.5.0 |
893 | 2025-01-09T19:54:17.960Z | Downloaded p521 v0.13.3 |
894 | 2025-01-09T19:54:17.963Z | Downloaded rusqlite v0.32.1 |
895 | 2025-01-09T19:54:17.971Z | Downloaded idna v0.4.0 |
896 | 2025-01-09T19:54:17.980Z | Downloaded publicsuffix v2.2.3 |
897 | 2025-01-09T19:54:17.982Z | Downloaded winnow v0.5.40 |
898 | 2025-01-09T19:54:17.994Z | Downloaded tokio-util v0.7.12 |
899 | 2025-01-09T19:54:17.999Z | Downloaded portable-atomic v1.9.0 |
900 | 2025-01-09T19:54:18.006Z | Downloaded vcpkg v0.2.15 |
901 | 2025-01-09T19:54:18.062Z | Downloaded futures-util v0.3.31 |
902 | 2025-01-09T19:54:18.079Z | Downloaded sqlparser v0.45.0 |
903 | 2025-01-09T19:54:18.085Z | Downloaded nix v0.27.1 |
904 | 2025-01-09T19:54:18.095Z | Downloaded webpki-roots v0.26.6 |
905 | 2025-01-09T19:54:18.099Z | Downloaded radix_trie v0.2.1 |
906 | 2025-01-09T19:54:18.104Z | Downloaded unicode-width v0.2.0 |
907 | 2025-01-09T19:54:18.109Z | Downloaded trust-dns-proto v0.22.0 |
908 | 2025-01-09T19:54:18.124Z | Downloaded openssl v0.10.66 |
909 | 2025-01-09T19:54:18.133Z | Downloaded polar-core v0.27.3 |
910 | 2025-01-09T19:54:18.141Z | Downloaded git2 v0.19.0 |
911 | 2025-01-09T19:54:18.149Z | Downloaded rustls v0.23.19 |
912 | 2025-01-09T19:54:18.162Z | Downloaded chrono-tz v0.10.0 |
913 | 2025-01-09T19:54:18.168Z | Downloaded object v0.36.5 |
914 | 2025-01-09T19:54:18.181Z | Downloaded p384 v0.13.0 |
915 | 2025-01-09T19:54:18.187Z | Downloaded hickory-proto v0.24.1 |
916 | 2025-01-09T19:54:18.202Z | Downloaded smoltcp v0.9.1 |
917 | 2025-01-09T19:54:18.212Z | Downloaded regress v0.10.1 |
918 | 2025-01-09T19:54:18.221Z | Downloaded regex-syntax v0.6.29 |
919 | 2025-01-09T19:54:18.228Z | Downloaded regress v0.9.1 |
920 | 2025-01-09T19:54:18.237Z | Downloaded dropshot v0.12.0 |
921 | 2025-01-09T19:54:18.257Z | Downloaded regex v1.11.1 |
922 | 2025-01-09T19:54:18.269Z | Downloaded sled v0.34.7 |
923 | 2025-01-09T19:54:18.279Z | Downloaded object v0.30.4 |
924 | 2025-01-09T19:54:18.288Z | Downloaded typify-impl v0.2.0 |
925 | 2025-01-09T19:54:18.304Z | Downloaded regex-syntax v0.8.5 |
926 | 2025-01-09T19:54:18.311Z | Downloaded openapiv3 v2.0.0 |
927 | 2025-01-09T19:54:18.322Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
928 | 2025-01-09T19:54:18.335Z | Downloaded dropshot v0.13.0 |
929 | 2025-01-09T19:54:18.355Z | Downloaded rustls v0.22.4 |
930 | 2025-01-09T19:54:18.369Z | Downloaded smoltcp v0.11.0 |
931 | 2025-01-09T19:54:18.381Z | Downloaded diesel v2.2.6 |
932 | 2025-01-09T19:54:18.399Z | Downloaded ratatui v0.28.1 |
933 | 2025-01-09T19:54:18.417Z | Downloaded nix v0.29.0 |
934 | 2025-01-09T19:54:18.429Z | Downloaded regex-automata v0.4.8 |
935 | 2025-01-09T19:54:18.446Z | Downloaded petgraph v0.6.5 |
936 | 2025-01-09T19:54:18.462Z | Downloaded gimli v0.31.1 |
937 | 2025-01-09T19:54:18.471Z | Downloaded zerocopy-derive v0.6.6 |
938 | 2025-01-09T19:54:18.479Z | Downloaded nix v0.28.0 |
939 | 2025-01-09T19:54:18.490Z | Downloaded rustls v0.21.12 |
940 | 2025-01-09T19:54:18.502Z | Downloaded bstr v1.10.0 |
941 | 2025-01-09T19:54:18.511Z | Downloaded zerocopy v0.8.10 |
942 | 2025-01-09T19:54:18.534Z | Downloaded csv v1.3.0 |
943 | 2025-01-09T19:54:18.552Z | Downloaded reedline v0.35.0 |
944 | 2025-01-09T19:54:18.559Z | Downloaded petname v2.0.2 |
945 | 2025-01-09T19:54:18.564Z | Downloaded idna v0.2.3 |
946 | 2025-01-09T19:54:18.570Z | Downloaded hashbrown v0.14.5 |
947 | 2025-01-09T19:54:18.575Z | Downloaded idna v0.3.0 |
948 | 2025-01-09T19:54:18.581Z | Downloaded num-bigint v0.4.6 |
949 | 2025-01-09T19:54:18.586Z | Downloaded typed-path v0.9.3 |
950 | 2025-01-09T19:54:18.591Z | Downloaded lzma-sys v0.1.20 |
951 | 2025-01-09T19:54:18.622Z | Downloaded quick-xml v0.33.0 |
952 | 2025-01-09T19:54:18.631Z | Downloaded reqwest v0.12.9 |
953 | 2025-01-09T19:54:18.636Z | Downloaded tungstenite v0.24.0 |
954 | 2025-01-09T19:54:18.640Z | Downloaded parse-zoneinfo v0.3.1 |
955 | 2025-01-09T19:54:18.646Z | Downloaded ssh-key v0.6.6 |
956 | 2025-01-09T19:54:18.649Z | Downloaded tokio v1.40.0 |
957 | 2025-01-09T19:54:18.690Z | Downloaded libz-sys v1.1.20 |
958 | 2025-01-09T19:54:18.711Z | Downloaded zerovec v0.10.4 |
959 | 2025-01-09T19:54:18.717Z | Downloaded futures-sink v0.3.31 |
960 | 2025-01-09T19:54:18.720Z | Downloaded smallvec v0.6.14 |
961 | 2025-01-09T19:54:18.720Z | Downloaded simd-adler32 v0.3.7 |
962 | 2025-01-09T19:54:18.722Z | Downloaded rand_xorshift v0.3.0 |
963 | 2025-01-09T19:54:18.722Z | Downloaded p256 v0.13.2 |
964 | 2025-01-09T19:54:18.726Z | Downloaded url v2.5.3 |
965 | 2025-01-09T19:54:18.729Z | Downloaded heapless v0.7.17 |
966 | 2025-01-09T19:54:18.733Z | Downloaded hex-literal v0.4.1 |
967 | 2025-01-09T19:54:18.737Z | Downloaded untrusted v0.9.0 |
968 | 2025-01-09T19:54:18.737Z | Downloaded untrusted v0.7.1 |
969 | 2025-01-09T19:54:18.740Z | Downloaded psl-types v2.0.11 |
970 | 2025-01-09T19:54:18.740Z | Downloaded progenitor-macro v0.8.0 |
971 | 2025-01-09T19:54:18.740Z | Downloaded predicates-tree v1.0.11 |
972 | 2025-01-09T19:54:18.743Z | Downloaded slog-scope v4.4.0 |
973 | 2025-01-09T19:54:18.743Z | Downloaded dropshot_endpoint v0.12.0 |
974 | 2025-01-09T19:54:18.747Z | Downloaded rcgen v0.12.1 |
975 | 2025-01-09T19:54:18.754Z | Downloaded nom v7.1.3 |
976 | 2025-01-09T19:54:18.757Z | Downloaded sha3 v0.10.8 |
977 | 2025-01-09T19:54:18.760Z | Downloaded tough v0.19.0 |
978 | 2025-01-09T19:54:18.768Z | Downloaded bindgen v0.69.5 |
979 | 2025-01-09T19:54:18.775Z | Downloaded embedded-io v0.6.1 |
980 | 2025-01-09T19:54:18.779Z | Downloaded string_cache v0.8.7 |
981 | 2025-01-09T19:54:18.779Z | Downloaded num_enum_derive v0.5.11 |
982 | 2025-01-09T19:54:18.779Z | Downloaded num-integer v0.1.46 |
983 | 2025-01-09T19:54:18.782Z | Downloaded num-derive v0.4.2 |
984 | 2025-01-09T19:54:18.784Z | Downloaded yoke v0.7.4 |
985 | 2025-01-09T19:54:18.784Z | Downloaded yasna v0.5.2 |
986 | 2025-01-09T19:54:18.789Z | Downloaded diesel_derives v2.2.3 |
987 | 2025-01-09T19:54:18.792Z | Downloaded thiserror-impl-no-std v2.0.2 |
988 | 2025-01-09T19:54:18.792Z | Downloaded rtoolbox v0.0.2 |
989 | 2025-01-09T19:54:18.795Z | Downloaded sct v0.7.1 |
990 | 2025-01-09T19:54:18.797Z | Downloaded password-hash v0.4.2 |
991 | 2025-01-09T19:54:18.797Z | Downloaded owo-colors v4.1.0 |
992 | 2025-01-09T19:54:18.800Z | Downloaded hickory-server v0.24.1 |
993 | 2025-01-09T19:54:18.805Z | Downloaded hickory-resolver v0.24.1 |
994 | 2025-01-09T19:54:18.810Z | Downloaded packed_struct v0.10.1 |
995 | 2025-01-09T19:54:18.813Z | Downloaded env_logger v0.11.5 |
996 | 2025-01-09T19:54:18.815Z | Downloaded dropshot_endpoint v0.13.0 |
997 | 2025-01-09T19:54:18.817Z | Downloaded static_assertions v1.1.0 |
998 | 2025-01-09T19:54:18.820Z | Downloaded itertools v0.13.0 |
999 | 2025-01-09T19:54:18.826Z | Downloaded snafu v0.8.5 |
1000 | 2025-01-09T19:54:18.832Z | Downloaded rfc6979 v0.4.0 |
1001 | 2025-01-09T19:54:18.834Z | Downloaded fallible-iterator v0.3.0 |
1002 | 2025-01-09T19:54:18.834Z | Downloaded futures-channel v0.3.31 |
1003 | 2025-01-09T19:54:18.837Z | Downloaded fs_extra v1.3.0 |
1004 | 2025-01-09T19:54:18.839Z | Downloaded derive_builder_core v0.20.2 |
1005 | 2025-01-09T19:54:18.842Z | Downloaded derive_builder v0.20.2 |
1006 | 2025-01-09T19:54:18.844Z | Downloaded progenitor-impl v0.8.0 |
1007 | 2025-01-09T19:54:18.846Z | Downloaded headers v0.4.0 |
1008 | 2025-01-09T19:54:18.851Z | Downloaded fixedbitset v0.4.2 |
1009 | 2025-01-09T19:54:18.853Z | Downloaded fallible-streaming-iterator v0.1.9 |
1010 | 2025-01-09T19:54:18.853Z | Downloaded zeroize_derive v1.4.2 |
1011 | 2025-01-09T19:54:18.856Z | Downloaded zeroize v1.8.1 |
1012 | 2025-01-09T19:54:18.856Z | Downloaded ecdsa v0.16.9 |
1013 | 2025-01-09T19:54:18.858Z | Downloaded whoami v1.5.2 |
1014 | 2025-01-09T19:54:18.861Z | Downloaded serde_with v3.11.0 |
1015 | 2025-01-09T19:54:18.869Z | Downloaded stable_deref_trait v1.2.0 |
1016 | 2025-01-09T19:54:18.871Z | Downloaded ssh-cipher v0.2.0 |
1017 | 2025-01-09T19:54:18.871Z | Downloaded scrypt v0.11.0 |
1018 | 2025-01-09T19:54:18.874Z | Downloaded scopeguard v1.2.0 |
1019 | 2025-01-09T19:54:18.874Z | Downloaded schemars_derive v0.8.21 |
1020 | 2025-01-09T19:54:18.876Z | Downloaded derive_more v0.99.18 |
1021 | 2025-01-09T19:54:18.880Z | Downloaded toml_edit v0.19.15 |
1022 | 2025-01-09T19:54:18.896Z | Downloaded postgres-protocol v0.6.7 |
1023 | 2025-01-09T19:54:18.899Z | Downloaded encoding_rs v0.8.34 |
1024 | 2025-01-09T19:54:18.921Z | Downloaded postcard v1.0.10 |
1025 | 2025-01-09T19:54:18.924Z | Downloaded pkcs1 v0.7.5 |
1026 | 2025-01-09T19:54:18.929Z | Downloaded pin-project-lite v0.2.14 |
1027 | 2025-01-09T19:54:18.932Z | Downloaded zerocopy v0.6.6 |
1028 | 2025-01-09T19:54:18.935Z | Downloaded blake3 v1.5.4 |
1029 | 2025-01-09T19:54:18.941Z | Downloaded schemars v0.8.21 |
1030 | 2025-01-09T19:54:18.953Z | Downloaded ron v0.8.1 |
1031 | 2025-01-09T19:54:18.958Z | Downloaded rustyline v14.0.0 |
1032 | 2025-01-09T19:54:18.963Z | Downloaded parking_lot v0.12.3 |
1033 | 2025-01-09T19:54:18.966Z | Downloaded num-traits v0.2.19 |
1034 | 2025-01-09T19:54:18.968Z | Downloaded tracing-core v0.1.32 |
1035 | 2025-01-09T19:54:18.971Z | Downloaded semver v0.1.20 |
1036 | 2025-01-09T19:54:18.973Z | Downloaded tokio-stream v0.1.16 |
1037 | 2025-01-09T19:54:18.976Z | Downloaded tokio-rustls v0.26.0 |
1038 | 2025-01-09T19:54:18.979Z | Downloaded sqlformat v0.2.6 |
1039 | 2025-01-09T19:54:18.981Z | Downloaded idna v1.0.3 |
1040 | 2025-01-09T19:54:18.985Z | Downloaded itertools v0.10.5 |
1041 | 2025-01-09T19:54:18.991Z | Downloaded fd-lock v4.0.2 |
1042 | 2025-01-09T19:54:18.993Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1043 | 2025-01-09T19:54:19.055Z | Downloaded zip v2.1.3 |
1044 | 2025-01-09T19:54:19.058Z | Downloaded libxml v0.3.3 |
1045 | 2025-01-09T19:54:19.066Z | Downloaded openssl-sys v0.9.103 |
1046 | 2025-01-09T19:54:19.069Z | Downloaded ed25519-dalek v2.1.1 |
1047 | 2025-01-09T19:54:19.072Z | Downloaded x509-cert v0.2.5 |
1048 | 2025-01-09T19:54:19.078Z | Downloaded signature v2.2.0 |
1049 | 2025-01-09T19:54:19.080Z | Downloaded displaydoc v0.2.5 |
1050 | 2025-01-09T19:54:19.083Z | Downloaded defmt v0.3.8 |
1051 | 2025-01-09T19:54:19.085Z | Downloaded wait-timeout v0.2.0 |
1052 | 2025-01-09T19:54:19.088Z | Downloaded ron v0.7.1 |
1053 | 2025-01-09T19:54:19.092Z | Downloaded omicron-zone-package v0.12.0 |
1054 | 2025-01-09T19:54:19.096Z | Downloaded aes v0.8.4 |
1055 | 2025-01-09T19:54:19.099Z | Downloaded crossbeam-channel v0.5.13 |
1056 | 2025-01-09T19:54:19.104Z | Downloaded samael v0.0.17 |
1057 | 2025-01-09T19:54:19.111Z | Downloaded icu_collections v1.5.0 |
1058 | 2025-01-09T19:54:19.117Z | Downloaded proc-macro-crate v1.3.1 |
1059 | 2025-01-09T19:54:19.121Z | Downloaded getrandom v0.2.15 |
1060 | 2025-01-09T19:54:19.121Z | Downloaded ena v0.14.3 |
1061 | 2025-01-09T19:54:19.123Z | Downloaded dsl_auto_type v0.1.2 |
1062 | 2025-01-09T19:54:19.123Z | Downloaded snafu-derive v0.8.5 |
1063 | 2025-01-09T19:54:19.126Z | Downloaded cc v1.1.30 |
1064 | 2025-01-09T19:54:19.130Z | Downloaded slog v2.7.0 |
1065 | 2025-01-09T19:54:19.133Z | Downloaded unicode-bidi v0.3.17 |
1066 | 2025-01-09T19:54:19.135Z | Downloaded defmt-macros v0.3.9 |
1067 | 2025-01-09T19:54:19.138Z | Downloaded nu-ansi-term v0.50.1 |
1068 | 2025-01-09T19:54:19.140Z | Downloaded similar v2.6.0 |
1069 | 2025-01-09T19:54:19.143Z | Downloaded chacha20poly1305 v0.10.1 |
1070 | 2025-01-09T19:54:19.146Z | Downloaded zerovec-derive v0.10.3 |
1071 | 2025-01-09T19:54:19.149Z | Downloaded value-bag v1.9.0 |
1072 | 2025-01-09T19:54:19.151Z | Downloaded uzers v0.12.1 |
1073 | 2025-01-09T19:54:19.153Z | Downloaded utf16_iter v1.0.5 |
1074 | 2025-01-09T19:54:19.153Z | Downloaded time-macros v0.2.18 |
1075 | 2025-01-09T19:54:19.156Z | Downloaded zip v0.6.6 |
1076 | 2025-01-09T19:54:19.159Z | Downloaded tungstenite v0.21.0 |
1077 | 2025-01-09T19:54:19.163Z | Downloaded phf_codegen v0.11.2 |
1078 | 2025-01-09T19:54:19.165Z | Downloaded phf v0.11.2 |
1079 | 2025-01-09T19:54:19.165Z | Downloaded pbkdf2 v0.12.2 |
1080 | 2025-01-09T19:54:19.167Z | Downloaded parse-display-derive v0.10.0 |
1081 | 2025-01-09T19:54:19.170Z | Downloaded olpc-cjson v0.1.4 |
1082 | 2025-01-09T19:54:19.170Z | Downloaded ghash v0.5.1 |
1083 | 2025-01-09T19:54:19.172Z | Downloaded strum_macros v0.25.3 |
1084 | 2025-01-09T19:54:19.172Z | Downloaded serde_with_macros v3.11.0 |
1085 | 2025-01-09T19:54:19.175Z | Downloaded half v2.4.1 |
1086 | 2025-01-09T19:54:19.177Z | Downloaded bumpalo v3.16.0 |
1087 | 2025-01-09T19:54:19.180Z | Downloaded foreign-types v0.5.0 |
1088 | 2025-01-09T19:54:19.182Z | Downloaded enum-as-inner v0.5.1 |
1089 | 2025-01-09T19:54:19.182Z | Downloaded minimal-lexical v0.2.1 |
1090 | 2025-01-09T19:54:19.187Z | Downloaded dyn-clone v1.0.17 |
1091 | 2025-01-09T19:54:19.189Z | Downloaded difflib v0.4.0 |
1092 | 2025-01-09T19:54:19.189Z | Downloaded scheduled-thread-pool v0.2.7 |
1093 | 2025-01-09T19:54:19.192Z | Downloaded base64 v0.22.1 |
1094 | 2025-01-09T19:54:19.195Z | Downloaded base64 v0.21.7 |
1095 | 2025-01-09T19:54:19.198Z | Downloaded r2d2 v0.8.10 |
1096 | 2025-01-09T19:54:19.201Z | Downloaded spin v0.9.8 |
1097 | 2025-01-09T19:54:19.203Z | Downloaded pkcs8 v0.10.2 |
1098 | 2025-01-09T19:54:19.206Z | Downloaded password-hash v0.5.0 |
1099 | 2025-01-09T19:54:19.208Z | Downloaded qorb v0.2.1 |
1100 | 2025-01-09T19:54:19.211Z | Downloaded structmeta-derive v0.3.0 |
1101 | 2025-01-09T19:54:19.213Z | Downloaded structmeta-derive v0.2.0 |
1102 | 2025-01-09T19:54:19.213Z | Downloaded hyper-util v0.1.10 |
1103 | 2025-01-09T19:54:19.217Z | Downloaded foreign-types v0.3.2 |
1104 | 2025-01-09T19:54:19.219Z | Downloaded aho-corasick v1.1.3 |
1105 | 2025-01-09T19:54:19.224Z | Downloaded wyz v0.5.1 |
1106 | 2025-01-09T19:54:19.227Z | Downloaded crypto-bigint v0.5.5 |
1107 | 2025-01-09T19:54:19.232Z | Downloaded bytes v1.8.0 |
1108 | 2025-01-09T19:54:19.236Z | Downloaded allocator-api2 v0.2.18 |
1109 | 2025-01-09T19:54:19.239Z | Downloaded quinn-udp v0.5.5 |
1110 | 2025-01-09T19:54:19.243Z | Downloaded blake2 v0.10.6 |
1111 | 2025-01-09T19:54:19.245Z | Downloaded ciborium v0.2.2 |
1112 | 2025-01-09T19:54:19.245Z | Downloaded tui-tree-widget v0.22.0 |
1113 | 2025-01-09T19:54:19.247Z | Downloaded display-error-chain v0.2.2 |
1114 | 2025-01-09T19:54:19.247Z | Downloaded spki v0.7.3 |
1115 | 2025-01-09T19:54:19.250Z | Downloaded dirs-next v2.0.0 |
1116 | 2025-01-09T19:54:19.250Z | Downloaded deranged v0.3.11 |
1117 | 2025-01-09T19:54:19.252Z | Downloaded const_format v0.2.33 |
1118 | 2025-01-09T19:54:19.263Z | Downloaded lock_api v0.4.12 |
1119 | 2025-01-09T19:54:19.263Z | Downloaded ipnet v2.10.1 |
1120 | 2025-01-09T19:54:19.263Z | Downloaded tls_codec v0.4.1 |
1121 | 2025-01-09T19:54:19.265Z | Downloaded crc-catalog v2.4.0 |
1122 | 2025-01-09T19:54:19.265Z | Downloaded crc v3.2.1 |
1123 | 2025-01-09T19:54:19.268Z | Downloaded topological-sort v0.2.2 |
1124 | 2025-01-09T19:54:19.268Z | Downloaded slog-async v2.8.0 |
1125 | 2025-01-09T19:54:19.270Z | Downloaded newline-converter v0.3.0 |
1126 | 2025-01-09T19:54:19.270Z | Downloaded xattr v1.3.1 |
1127 | 2025-01-09T19:54:19.273Z | Downloaded constant_time_eq v0.3.1 |
1128 | 2025-01-09T19:54:19.275Z | Downloaded bit-vec v0.6.3 |
1129 | 2025-01-09T19:54:19.279Z | Downloaded base64ct v1.6.0 |
1130 | 2025-01-09T19:54:19.281Z | Downloaded hmac v0.12.1 |
1131 | 2025-01-09T19:54:19.281Z | Downloaded stringprep v0.1.5 |
1132 | 2025-01-09T19:54:19.284Z | Downloaded jobserver v0.1.32 |
1133 | 2025-01-09T19:54:19.284Z | Downloaded icu_normalizer_data v1.5.0 |
1134 | 2025-01-09T19:54:19.286Z | Downloaded serde_derive_internals v0.29.1 |
1135 | 2025-01-09T19:54:19.289Z | Downloaded crossbeam-epoch v0.9.18 |
1136 | 2025-01-09T19:54:19.292Z | Downloaded arrayvec v0.7.6 |
1137 | 2025-01-09T19:54:19.294Z | Downloaded lalrpop-util v0.19.12 |
1138 | 2025-01-09T19:54:19.294Z | Downloaded indent_write v2.2.0 |
1139 | 2025-01-09T19:54:19.294Z | Downloaded compact_str v0.8.0 |
1140 | 2025-01-09T19:54:19.297Z | Downloaded rustfmt-wrapper v0.2.1 |
1141 | 2025-01-09T19:54:19.300Z | Downloaded home v0.5.9 |
1142 | 2025-01-09T19:54:19.300Z | Downloaded crucible-workspace-hack v0.1.0 |
1143 | 2025-01-09T19:54:19.302Z | Downloaded rand_chacha v0.3.1 |
1144 | 2025-01-09T19:54:19.302Z | Downloaded memmap2 v0.9.5 |
1145 | 2025-01-09T19:54:19.305Z | Downloaded lru-cache v0.1.2 |
1146 | 2025-01-09T19:54:19.305Z | Downloaded castaway v0.2.3 |
1147 | 2025-01-09T19:54:19.308Z | Downloaded cancel-safe-futures v0.1.5 |
1148 | 2025-01-09T19:54:19.311Z | Downloaded async-bb8-diesel v0.2.1 |
1149 | 2025-01-09T19:54:19.313Z | Downloaded icu_normalizer v1.5.0 |
1150 | 2025-01-09T19:54:19.316Z | Downloaded icu_locid v1.5.0 |
1151 | 2025-01-09T19:54:19.320Z | Downloaded csv-core v0.1.11 |
1152 | 2025-01-09T19:54:19.322Z | Downloaded icu_locid_transform v1.5.0 |
1153 | 2025-01-09T19:54:19.326Z | Downloaded block-padding v0.3.3 |
1154 | 2025-01-09T19:54:19.328Z | Downloaded bcrypt-pbkdf v0.10.0 |
1155 | 2025-01-09T19:54:19.329Z | Downloaded instability v0.3.2 |
1156 | 2025-01-09T19:54:19.329Z | Downloaded arc-swap v1.7.1 |
1157 | 2025-01-09T19:54:19.340Z | Downloaded cfg_aliases v0.1.1 |
1158 | 2025-01-09T19:54:19.341Z | Downloaded clang-sys v1.8.1 |
1159 | 2025-01-09T19:54:19.343Z | Downloaded iana-time-zone v0.1.61 |
1160 | 2025-01-09T19:54:19.343Z | Downloaded hyper-staticfile v0.10.1 |
1161 | 2025-01-09T19:54:19.343Z | Downloaded hyper-rustls v0.27.3 |
1162 | 2025-01-09T19:54:19.343Z | Downloaded hostname v0.4.0 |
1163 | 2025-01-09T19:54:19.343Z | Downloaded ahash v0.8.11 |
1164 | 2025-01-09T19:54:19.346Z | Downloaded const_format_proc_macros v0.2.33 |
1165 | 2025-01-09T19:54:19.348Z | Downloaded async-trait v0.1.83 |
1166 | 2025-01-09T19:54:19.352Z | Downloaded impl-trait-for-tuples v0.2.2 |
1167 | 2025-01-09T19:54:19.355Z | Downloaded bitfield-struct v0.6.2 |
1168 | 2025-01-09T19:54:19.355Z | Downloaded argon2 v0.5.3 |
1169 | 2025-01-09T19:54:19.357Z | Downloaded inout v0.1.3 |
1170 | 2025-01-09T19:54:19.357Z | Downloaded memoffset v0.9.1 |
1171 | 2025-01-09T19:54:19.359Z | Downloaded managed v0.8.0 |
1172 | 2025-01-09T19:54:19.359Z | Downloaded lockfree-object-pool v0.1.6 |
1173 | 2025-01-09T19:54:19.362Z | Downloaded hex v0.4.3 |
1174 | 2025-01-09T19:54:19.364Z | Downloaded curve25519-dalek-derive v0.1.1 |
1175 | 2025-01-09T19:54:19.364Z | Downloaded cobs v0.2.3 |
1176 | 2025-01-09T19:54:19.368Z | Downloaded atomic-waker v1.1.2 |
1177 | 2025-01-09T19:54:19.368Z | Downloaded hostname v0.3.1 |
1178 | 2025-01-09T19:54:19.371Z | Downloaded httpdate v1.0.3 |
1179 | 2025-01-09T19:54:19.371Z | Downloaded bitflags v1.3.2 |
1180 | 2025-01-09T19:54:19.373Z | Downloaded bb8 v0.8.5 |
1181 | 2025-01-09T19:54:19.373Z | Downloaded ctr v0.9.2 |
1182 | 2025-01-09T19:54:19.376Z | Downloaded http-range v0.1.5 |
1183 | 2025-01-09T19:54:19.376Z | Downloaded cexpr v0.6.0 |
1184 | 2025-01-09T19:54:19.380Z | Downloaded chacha20 v0.9.1 |
1185 | 2025-01-09T19:54:19.406Z | Downloaded ring v0.17.8 |
1186 | 2025-01-09T19:54:19.541Z | Downloaded libsqlite3-sys v0.30.1 |
1187 | 2025-01-09T19:54:19.724Z | Downloaded aws-lc-sys v0.22.0 |
1188 | 2025-01-09T19:54:20.027Z | Compiling serde v1.0.215 |
1189 | 2025-01-09T19:54:20.029Z | Compiling lock_api v0.4.12 |
1190 | 2025-01-09T19:54:20.029Z | Compiling scopeguard v1.2.0 |
1191 | 2025-01-09T19:54:20.029Z | Compiling value-bag v1.9.0 |
1192 | 2025-01-09T19:54:20.029Z | Compiling typenum v1.17.0 |
1193 | 2025-01-09T19:54:20.029Z | Compiling generic-array v0.14.7 |
1194 | 2025-01-09T19:54:20.197Z | Compiling syn v2.0.87 |
1195 | 2025-01-09T19:54:20.210Z | Compiling getrandom v0.2.15 |
1196 | 2025-01-09T19:54:20.397Z | Compiling shlex v1.3.0 |
1197 | 2025-01-09T19:54:20.518Z | Compiling rand_core v0.6.4 |
1198 | 2025-01-09T19:54:20.661Z | Compiling log v0.4.22 |
1199 | 2025-01-09T19:54:20.759Z | Compiling subtle v2.6.1 |
1200 | 2025-01-09T19:54:20.781Z | Compiling jobserver v0.1.32 |
1201 | 2025-01-09T19:54:20.802Z | Compiling const-oid v0.9.6 |
1202 | 2025-01-09T19:54:21.045Z | Compiling smallvec v1.13.2 |
1203 | 2025-01-09T19:54:21.072Z | Compiling spin v0.9.8 |
1204 | 2025-01-09T19:54:21.113Z | Compiling pin-project-lite v0.2.14 |
1205 | 2025-01-09T19:54:21.246Z | Compiling cc v1.1.30 |
1206 | 2025-01-09T19:54:21.455Z | Compiling rustix v0.38.37 |
1207 | 2025-01-09T19:54:21.477Z | Compiling parking_lot_core v0.9.10 |
1208 | 2025-01-09T19:54:21.508Z | Compiling futures-core v0.3.31 |
1209 | 2025-01-09T19:54:21.719Z | Compiling signal-hook-registry v1.4.2 |
1210 | 2025-01-09T19:54:21.753Z | Compiling mio v1.0.2 |
1211 | 2025-01-09T19:54:22.374Z | Compiling parking_lot v0.12.3 |
1212 | 2025-01-09T19:54:22.546Z | Compiling aho-corasick v1.1.3 |
1213 | 2025-01-09T19:54:22.584Z | Compiling regex-syntax v0.8.5 |
1214 | 2025-01-09T19:54:22.769Z | Compiling cpufeatures v0.2.14 |
1215 | 2025-01-09T19:54:22.868Z | Compiling either v1.13.0 |
1216 | 2025-01-09T19:54:22.888Z | Compiling lazy_static v1.5.0 |
1217 | 2025-01-09T19:54:22.969Z | Compiling futures-sink v0.3.31 |
1218 | 2025-01-09T19:54:23.007Z | Compiling stable_deref_trait v1.2.0 |
1219 | 2025-01-09T19:54:23.132Z | Compiling glob v0.3.1 |
1220 | 2025-01-09T19:54:23.240Z | Compiling socket2 v0.5.7 |
1221 | 2025-01-09T19:54:23.332Z | Compiling slab v0.4.9 |
1222 | 2025-01-09T19:54:23.405Z | Compiling prettyplease v0.2.25 |
1223 | 2025-01-09T19:54:23.767Z | Compiling minimal-lexical v0.2.1 |
1224 | 2025-01-09T19:54:23.799Z | Compiling serde_json v1.0.133 |
1225 | 2025-01-09T19:54:24.202Z | Compiling clang-sys v1.8.1 |
1226 | 2025-01-09T19:54:24.267Z | Compiling nom v7.1.3 |
1227 | 2025-01-09T19:54:24.350Z | Compiling libloading v0.8.5 |
1228 | 2025-01-09T19:54:24.479Z | Compiling home v0.5.9 |
1229 | 2025-01-09T19:54:24.765Z | Compiling bindgen v0.69.5 |
1230 | 2025-01-09T19:54:24.794Z | Compiling itertools v0.12.1 |
1231 | 2025-01-09T19:54:25.640Z | Compiling futures-channel v0.3.31 |
1232 | 2025-01-09T19:54:25.674Z | Compiling futures-task v0.3.31 |
1233 | 2025-01-09T19:54:26.007Z | Compiling rustc-hash v1.1.0 |
1234 | 2025-01-09T19:54:26.104Z | Compiling libm v0.2.8 |
1235 | 2025-01-09T19:54:26.157Z | Compiling foldhash v0.1.3 |
1236 | 2025-01-09T19:54:26.430Z | Compiling futures-io v0.3.31 |
1237 | 2025-01-09T19:54:26.472Z | Compiling regex-automata v0.4.8 |
1238 | 2025-01-09T19:54:26.783Z | Compiling lazycell v1.3.0 |
1239 | 2025-01-09T19:54:26.958Z | Compiling allocator-api2 v0.2.18 |
1240 | 2025-01-09T19:54:27.786Z | Compiling cexpr v0.6.0 |
1241 | 2025-01-09T19:54:28.049Z | Compiling synstructure v0.13.1 |
1242 | 2025-01-09T19:54:28.485Z | Compiling pin-utils v0.1.0 |
1243 | 2025-01-09T19:54:28.586Z | Compiling hashbrown v0.15.1 |
1244 | 2025-01-09T19:54:29.660Z | Compiling cmake v0.1.51 |
1245 | 2025-01-09T19:54:29.748Z | Compiling num-traits v0.2.19 |
1246 | 2025-01-09T19:54:29.854Z | Compiling tinyvec_macros v0.1.1 |
1247 | 2025-01-09T19:54:29.948Z | Compiling fs_extra v1.3.0 |
1248 | 2025-01-09T19:54:29.969Z | Compiling pkg-config v0.3.31 |
1249 | 2025-01-09T19:54:30.025Z | Compiling dunce v1.0.5 |
1250 | 2025-01-09T19:54:30.394Z | Compiling tinyvec v1.8.0 |
1251 | 2025-01-09T19:54:30.678Z | Compiling ring v0.17.8 |
1252 | 2025-01-09T19:54:31.243Z | Compiling unicode-bidi v0.3.17 |
1253 | 2025-01-09T19:54:31.837Z | Compiling paste v1.0.15 |
1254 | 2025-01-09T19:54:31.927Z | Compiling unicode-normalization v0.1.24 |
1255 | 2025-01-09T19:54:31.956Z | Compiling writeable v0.5.5 |
1256 | 2025-01-09T19:54:32.334Z | Compiling regex v1.11.1 |
1257 | 2025-01-09T19:54:32.586Z | Compiling litemap v0.7.3 |
1258 | 2025-01-09T19:54:32.682Z | Compiling base64ct v1.6.0 |
1259 | 2025-01-09T19:54:33.080Z | Compiling httparse v1.9.5 |
1260 | 2025-01-09T19:54:33.298Z | Compiling pem-rfc7468 v0.7.0 |
1261 | 2025-01-09T19:54:33.424Z | Compiling flagset v0.4.6 |
1262 | 2025-01-09T19:54:33.578Z | Compiling aws-lc-rs v1.10.0 |
1263 | 2025-01-09T19:54:33.924Z | Compiling tracing-core v0.1.32 |
1264 | 2025-01-09T19:54:33.979Z | Compiling crossbeam-utils v0.8.20 |
1265 | 2025-01-09T19:54:34.017Z | Compiling percent-encoding v2.3.1 |
1266 | 2025-01-09T19:54:34.372Z | Compiling rustls-pki-types v1.10.0 |
1267 | 2025-01-09T19:54:34.516Z | Compiling icu_locid_transform_data v1.5.0 |
1268 | 2025-01-09T19:54:34.772Z | Compiling icu_properties_data v1.5.0 |
1269 | 2025-01-09T19:54:35.038Z | Compiling untrusted v0.7.1 |
1270 | 2025-01-09T19:54:35.060Z | Compiling serde_derive v1.0.215 |
1271 | 2025-01-09T19:54:35.234Z | Compiling zeroize_derive v1.4.2 |
1272 | 2025-01-09T19:54:35.272Z | Compiling zerocopy-derive v0.7.35 |
1273 | 2025-01-09T19:54:35.344Z | Compiling tokio-macros v2.4.0 |
1274 | 2025-01-09T19:54:35.431Z | Compiling zerofrom-derive v0.1.4 |
1275 | 2025-01-09T19:54:36.855Z | Compiling zeroize v1.8.1 |
1276 | 2025-01-09T19:54:36.946Z | Compiling yoke-derive v0.7.4 |
1277 | 2025-01-09T19:54:37.249Z | Compiling thiserror-impl v1.0.69 |
1278 | 2025-01-09T19:54:37.516Z | Compiling zerocopy v0.7.35 |
1279 | 2025-01-09T19:54:38.694Z | Compiling crypto-common v0.1.6 |
1280 | 2025-01-09T19:54:38.842Z | Compiling block-buffer v0.10.4 |
1281 | 2025-01-09T19:54:38.944Z | Compiling zerovec-derive v0.10.3 |
1282 | 2025-01-09T19:54:39.112Z | Compiling digest v0.10.7 |
1283 | 2025-01-09T19:54:39.210Z | Compiling futures-macro v0.3.31 |
1284 | 2025-01-09T19:54:39.557Z | Compiling zerofrom v0.1.4 |
1285 | 2025-01-09T19:54:39.580Z | Compiling hmac v0.12.1 |
1286 | 2025-01-09T19:54:39.611Z | Compiling block-padding v0.3.3 |
1287 | 2025-01-09T19:54:39.782Z | Compiling displaydoc v0.2.5 |
1288 | 2025-01-09T19:54:39.837Z | Compiling inout v0.1.3 |
1289 | 2025-01-09T19:54:39.877Z | Compiling sha2 v0.10.8 |
1290 | 2025-01-09T19:54:40.118Z | Compiling yoke v0.7.4 |
1291 | 2025-01-09T19:54:40.135Z | Compiling cipher v0.4.4 |
1292 | 2025-01-09T19:54:40.498Z | Compiling ppv-lite86 v0.2.20 |
1293 | 2025-01-09T19:54:40.660Z | Compiling der_derive v0.7.3 |
1294 | 2025-01-09T19:54:40.727Z | Compiling thiserror v1.0.69 |
1295 | 2025-01-09T19:54:40.874Z | Compiling icu_provider_macros v1.5.0 |
1296 | 2025-01-09T19:54:41.215Z | Compiling futures-util v0.3.31 |
1297 | 2025-01-09T19:54:41.353Z | Compiling rand_chacha v0.3.1 |
1298 | 2025-01-09T19:54:41.513Z | Compiling tracing-attributes v0.1.27 |
1299 | 2025-01-09T19:54:41.701Z | Compiling zerovec v0.10.4 |
1300 | 2025-01-09T19:54:42.034Z | Compiling rand v0.8.5 |
1301 | 2025-01-09T19:54:43.261Z | Compiling der v0.7.9 |
1302 | 2025-01-09T19:54:43.454Z | Compiling pest v2.7.14 |
1303 | 2025-01-09T19:54:43.744Z | Compiling tinystr v0.7.6 |
1304 | 2025-01-09T19:54:44.056Z | Compiling icu_collections v1.5.0 |
1305 | 2025-01-09T19:54:44.208Z | Compiling icu_locid v1.5.0 |
1306 | 2025-01-09T19:54:44.313Z | Compiling salsa20 v0.10.2 |
1307 | 2025-01-09T19:54:44.570Z | Compiling pbkdf2 v0.12.2 |
1308 | 2025-01-09T19:54:44.750Z | Compiling untrusted v0.9.0 |
1309 | 2025-01-09T19:54:44.938Z | Compiling powerfmt v0.2.0 |
1310 | 2025-01-09T19:54:45.342Z | Compiling vcpkg v0.2.15 |
1311 | 2025-01-09T19:54:45.483Z | Compiling icu_provider v1.5.0 |
1312 | 2025-01-09T19:54:45.581Z | Compiling tracing v0.1.40 |
1313 | 2025-01-09T19:54:46.091Z | Compiling spki v0.7.3 |
1314 | 2025-01-09T19:54:46.479Z | Compiling icu_locid_transform v1.5.0 |
1315 | 2025-01-09T19:54:46.529Z | Compiling num-conv v0.1.0 |
1316 | 2025-01-09T19:54:46.596Z | Compiling mirai-annotations v1.12.0 |
1317 | 2025-01-09T19:54:46.661Z | Compiling time-core v0.1.2 |
1318 | 2025-01-09T19:54:46.680Z | Compiling pest_meta v2.7.14 |
1319 | 2025-01-09T19:54:46.791Z | Compiling deranged v0.3.11 |
1320 | 2025-01-09T19:54:46.838Z | Compiling time-macros v0.2.18 |
1321 | 2025-01-09T19:54:47.551Z | Compiling scrypt v0.11.0 |
1322 | 2025-01-09T19:54:47.570Z | Compiling openssl-sys v0.9.103 |
1323 | 2025-01-09T19:54:48.142Z | Compiling icu_properties v1.5.1 |
1324 | 2025-01-09T19:54:48.681Z | Compiling cbc v0.1.2 |
1325 | 2025-01-09T19:54:48.764Z | Compiling aes v0.8.4 |
1326 | 2025-01-09T19:54:48.916Z | Compiling scroll_derive v0.12.0 |
1327 | 2025-01-09T19:54:49.190Z | Compiling bitflags v2.6.0 |
1328 | 2025-01-09T19:54:49.492Z | Compiling bytes v1.8.0 |
1329 | 2025-01-09T19:54:50.405Z | Compiling tokio v1.40.0 |
1330 | 2025-01-09T19:54:50.713Z | Compiling indexmap v2.6.0 |
1331 | 2025-01-09T19:54:50.831Z | Compiling http v1.1.0 |
1332 | 2025-01-09T19:54:51.660Z | Compiling semver v1.0.23 |
1333 | 2025-01-09T19:54:52.252Z | Compiling rustc_version v0.4.1 |
1334 | 2025-01-09T19:54:52.446Z | Compiling write16 v1.0.0 |
1335 | 2025-01-09T19:54:52.579Z | Compiling utf8_iter v1.0.4 |
1336 | 2025-01-09T19:54:52.831Z | Compiling atomic-waker v1.1.2 |
1337 | 2025-01-09T19:54:53.015Z | Compiling num_threads v0.1.7 |
1338 | 2025-01-09T19:54:53.074Z | Compiling icu_normalizer_data v1.5.0 |
1339 | 2025-01-09T19:54:53.076Z | Compiling utf16_iter v1.0.5 |
1340 | 2025-01-09T19:54:53.177Z | Compiling time v0.3.36 |
1341 | 2025-01-09T19:54:53.183Z | Compiling http-body v1.0.1 |
1342 | 2025-01-09T19:54:53.217Z | Compiling scroll v0.12.0 |
1343 | 2025-01-09T19:54:53.295Z | Compiling icu_normalizer v1.5.0 |
1344 | 2025-01-09T19:54:53.347Z | Compiling pkcs5 v0.7.1 |
1345 | 2025-01-09T19:54:53.431Z | Compiling pest_generator v2.7.14 |
1346 | 2025-01-09T19:54:53.490Z | Compiling form_urlencoded v1.2.1 |
1347 | 2025-01-09T19:54:53.759Z | Compiling which v4.4.2 |
1348 | 2025-01-09T19:54:53.827Z | Compiling try-lock v0.2.5 |
1349 | 2025-01-09T19:54:53.985Z | Compiling slog v2.7.0 |
1350 | 2025-01-09T19:54:54.590Z | Compiling idna_adapter v1.2.0 |
1351 | 2025-01-09T19:54:54.631Z | Compiling goblin v0.8.2 |
1352 | 2025-01-09T19:54:54.818Z | Compiling want v0.3.1 |
1353 | 2025-01-09T19:54:55.078Z | Compiling pkcs8 v0.10.2 |
1354 | 2025-01-09T19:54:55.129Z | Compiling uuid v1.11.0 |
1355 | 2025-01-09T19:54:55.341Z | Compiling httpdate v1.0.3 |
1356 | 2025-01-09T19:54:55.452Z | Compiling pest_derive v2.7.14 |
1357 | 2025-01-09T19:54:55.790Z | Compiling iana-time-zone v0.1.61 |
1358 | 2025-01-09T19:54:55.808Z | Compiling idna v1.0.3 |
1359 | 2025-01-09T19:54:56.255Z | Compiling dtrace-parser v0.2.0 |
1360 | 2025-01-09T19:54:56.277Z | Compiling chrono v0.4.38 |
1361 | 2025-01-09T19:54:57.365Z | Compiling serde_tokenstream v0.2.2 |
1362 | 2025-01-09T19:54:57.714Z | Compiling serde_spanned v0.6.8 |
1363 | 2025-01-09T19:54:57.958Z | Compiling toml_datetime v0.6.8 |
1364 | 2025-01-09T19:54:57.979Z | Compiling match_cfg v0.1.0 |
1365 | 2025-01-09T19:54:58.081Z | Compiling foreign-types-shared v0.1.1 |
1366 | 2025-01-09T19:54:58.201Z | Compiling tower-service v0.3.3 |
1367 | 2025-01-09T19:54:58.336Z | Compiling base64 v0.22.1 |
1368 | 2025-01-09T19:54:58.455Z | Compiling rustversion v1.0.17 |
1369 | 2025-01-09T19:54:58.491Z | Compiling adler2 v2.0.0 |
1370 | 2025-01-09T19:54:58.589Z | Compiling openssl v0.10.66 |
1371 | 2025-01-09T19:54:58.721Z | Compiling miniz_oxide v0.8.0 |
1372 | 2025-01-09T19:54:59.011Z | Compiling tokio-util v0.7.12 |
1373 | 2025-01-09T19:54:59.132Z | Compiling foreign-types v0.3.2 |
1374 | 2025-01-09T19:54:59.229Z | Compiling hostname v0.3.1 |
1375 | 2025-01-09T19:54:59.258Z | Compiling url v2.5.3 |
1376 | 2025-01-09T19:55:00.093Z | Compiling h2 v0.4.6 |
1377 | 2025-01-09T19:55:00.260Z | Compiling openssl-macros v0.1.1 |
1378 | 2025-01-09T19:55:00.478Z | Compiling dof v0.3.0 |
1379 | 2025-01-09T19:55:00.881Z | Compiling async-trait v0.1.83 |
1380 | 2025-01-09T19:55:01.025Z | Compiling serde_derive_internals v0.29.1 |
1381 | 2025-01-09T19:55:01.311Z | Compiling usdt-impl v0.5.0 |
1382 | 2025-01-09T19:55:02.716Z | Compiling dirs-sys-next v0.1.2 |
1383 | 2025-01-09T19:55:02.915Z | Compiling schemars v0.8.21 |
1384 | 2025-01-09T19:55:03.298Z | Compiling rustls v0.23.19 |
1385 | 2025-01-09T19:55:03.404Z | Compiling rustls v0.22.4 |
1386 | 2025-01-09T19:55:03.575Z | Compiling syn v1.0.109 |
1387 | 2025-01-09T19:55:03.679Z | Compiling siphasher v0.3.11 |
1388 | 2025-01-09T19:55:03.720Z | Compiling data-encoding v2.6.0 |
1389 | 2025-01-09T19:55:03.899Z | Compiling native-tls v0.2.12 |
1390 | 2025-01-09T19:55:04.073Z | Compiling schemars_derive v0.8.21 |
1391 | 2025-01-09T19:55:04.291Z | Compiling dirs-next v2.0.0 |
1392 | 2025-01-09T19:55:05.198Z | Compiling http-body-util v0.1.2 |
1393 | 2025-01-09T19:55:05.720Z | Compiling heapless v0.7.17 |
1394 | 2025-01-09T19:55:05.986Z | Compiling crossbeam-epoch v0.9.18 |
1395 | 2025-01-09T19:55:06.138Z | Compiling signature v2.2.0 |
1396 | 2025-01-09T19:55:06.158Z | Compiling sha1 v0.10.6 |
1397 | 2025-01-09T19:55:06.249Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1398 | 2025-01-09T19:55:06.433Z | Compiling thread_local v1.1.8 |
1399 | 2025-01-09T19:55:06.608Z | Compiling multer v3.1.0 |
1400 | 2025-01-09T19:55:06.731Z | Compiling encoding_rs v0.8.34 |
1401 | 2025-01-09T19:55:06.748Z | Compiling cookie v0.18.1 |
1402 | 2025-01-09T19:55:06.886Z | Compiling dyn-clone v1.0.17 |
1403 | 2025-01-09T19:55:07.003Z | Compiling ipnet v2.10.1 |
1404 | 2025-01-09T19:55:07.021Z | Compiling slog-async v2.8.0 |
1405 | 2025-01-09T19:55:07.106Z | Compiling unicode-properties v0.1.3 |
1406 | 2025-01-09T19:55:07.514Z | Compiling hyper v1.5.0 |
1407 | 2025-01-09T19:55:07.535Z | Compiling signal-hook v0.3.17 |
1408 | 2025-01-09T19:55:07.535Z | Compiling openssl-probe v0.1.5 |
1409 | 2025-01-09T19:55:07.799Z | Compiling mime v0.3.17 |
1410 | 2025-01-09T19:55:07.928Z | Compiling gimli v0.31.1 |
1411 | 2025-01-09T19:55:08.244Z | Compiling rayon-core v1.12.1 |
1412 | 2025-01-09T19:55:08.645Z | Compiling stringprep v0.1.5 |
1413 | 2025-01-09T19:55:09.943Z | Compiling toml_edit v0.22.22 |
1414 | 2025-01-09T19:55:10.891Z | Compiling hyper-util v0.1.10 |
1415 | 2025-01-09T19:55:12.003Z | Compiling crossbeam-deque v0.8.5 |
1416 | 2025-01-09T19:55:12.366Z | Compiling usdt-macro v0.5.0 |
1417 | 2025-01-09T19:55:12.398Z | Compiling usdt-attr-macro v0.5.0 |
1418 | 2025-01-09T19:55:13.172Z | Compiling addr2line v0.24.2 |
1419 | 2025-01-09T19:55:13.310Z | Compiling term v0.7.0 |
1420 | 2025-01-09T19:55:13.788Z | Compiling slog-json v2.6.1 |
1421 | 2025-01-09T19:55:13.892Z | Compiling serde_urlencoded v0.7.1 |
1422 | 2025-01-09T19:55:14.031Z | Compiling curve25519-dalek v4.1.3 |
1423 | 2025-01-09T19:55:14.038Z | Compiling crossbeam-channel v0.5.13 |
1424 | 2025-01-09T19:55:14.194Z | Compiling futures-executor v0.3.31 |
1425 | 2025-01-09T19:55:14.425Z | Compiling enum-as-inner v0.6.1 |
1426 | 2025-01-09T19:55:14.653Z | Compiling md-5 v0.10.6 |
1427 | 2025-01-09T19:55:14.791Z | Compiling async-stream-impl v0.3.6 |
1428 | 2025-01-09T19:55:14.855Z | Compiling rustls-pemfile v2.2.0 |
1429 | 2025-01-09T19:55:14.922Z | Compiling num-integer v0.1.46 |
1430 | 2025-01-09T19:55:15.187Z | Compiling idna v0.3.0 |
1431 | 2025-01-09T19:55:15.205Z | Compiling idna v0.4.0 |
1432 | 2025-01-09T19:55:15.569Z | Compiling ff v0.13.0 |
1433 | 2025-01-09T19:55:15.687Z | Compiling hash32 v0.2.1 |
1434 | 2025-01-09T19:55:15.789Z | Compiling is-terminal v0.4.13 |
1435 | 2025-01-09T19:55:15.927Z | Compiling object v0.36.5 |
1436 | 2025-01-09T19:55:16.087Z | Compiling dropshot v0.12.0 |
1437 | 2025-01-09T19:55:16.194Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2025-01-09T19:55:16.378Z | Compiling psl-types v2.0.11 |
1439 | 2025-01-09T19:55:16.493Z | Compiling smoltcp v0.9.1 |
1440 | 2025-01-09T19:55:16.589Z | Compiling quick-error v1.2.3 |
1441 | 2025-01-09T19:55:16.747Z | Compiling base16ct v0.2.0 |
1442 | 2025-01-09T19:55:16.860Z | Compiling anyhow v1.0.93 |
1443 | 2025-01-09T19:55:16.907Z | Compiling portable-atomic v1.9.0 |
1444 | 2025-01-09T19:55:17.096Z | Compiling fallible-iterator v0.2.0 |
1445 | 2025-01-09T19:55:17.219Z | Compiling take_mut v0.2.2 |
1446 | 2025-01-09T19:55:17.392Z | Compiling linked-hash-map v0.5.6 |
1447 | 2025-01-09T19:55:17.515Z | Compiling utf-8 v0.7.6 |
1448 | 2025-01-09T19:55:17.762Z | Compiling rustc-demangle v0.1.24 |
1449 | 2025-01-09T19:55:17.860Z | Compiling postgres-protocol v0.6.7 |
1450 | 2025-01-09T19:55:17.863Z | Compiling lru-cache v0.1.2 |
1451 | 2025-01-09T19:55:18.124Z | Compiling tungstenite v0.24.0 |
1452 | 2025-01-09T19:55:18.857Z | Compiling sec1 v0.7.3 |
1453 | 2025-01-09T19:55:19.215Z | Compiling resolv-conf v0.7.0 |
1454 | 2025-01-09T19:55:19.247Z | Compiling publicsuffix v2.2.3 |
1455 | 2025-01-09T19:55:19.506Z | Compiling async-stream v0.3.6 |
1456 | 2025-01-09T19:55:19.559Z | Compiling hickory-proto v0.24.1 |
1457 | 2025-01-09T19:55:19.982Z | Compiling slog-term v2.9.1 |
1458 | 2025-01-09T19:55:20.002Z | Compiling usdt v0.5.0 |
1459 | 2025-01-09T19:55:20.445Z | Compiling group v0.13.0 |
1460 | 2025-01-09T19:55:20.522Z | Compiling num-iter v0.1.45 |
1461 | 2025-01-09T19:55:20.785Z | Compiling futures v0.3.31 |
1462 | 2025-01-09T19:55:20.838Z | Compiling slog-bunyan v2.5.0 |
1463 | 2025-01-09T19:55:21.042Z | Compiling toml v0.8.19 |
1464 | 2025-01-09T19:55:22.227Z | Compiling tokio-native-tls v0.3.1 |
1465 | 2025-01-09T19:55:22.501Z | Compiling camino v1.1.9 |
1466 | 2025-01-09T19:55:22.816Z | Compiling phf_shared v0.11.2 |
1467 | 2025-01-09T19:55:22.880Z | Compiling dropshot_endpoint v0.12.0 |
1468 | 2025-01-09T19:55:23.229Z | Compiling terminal_size v0.4.0 |
1469 | 2025-01-09T19:55:23.393Z | Compiling backtrace v0.3.74 |
1470 | 2025-01-09T19:55:23.447Z | Compiling waitgroup v0.1.2 |
1471 | 2025-01-09T19:55:23.506Z | Compiling openapiv3 v2.0.0 |
1472 | 2025-01-09T19:55:23.683Z | Compiling serde_path_to_error v0.1.16 |
1473 | 2025-01-09T19:55:24.139Z | Compiling hkdf v0.12.4 |
1474 | 2025-01-09T19:55:24.397Z | Compiling crypto-bigint v0.5.5 |
1475 | 2025-01-09T19:55:24.543Z | Compiling zerocopy-derive v0.6.6 |
1476 | 2025-01-09T19:55:26.879Z | Compiling curve25519-dalek-derive v0.1.1 |
1477 | 2025-01-09T19:55:27.132Z | Compiling webpki-roots v0.26.6 |
1478 | 2025-01-09T19:55:27.351Z | Compiling idna v0.5.0 |
1479 | 2025-01-09T19:55:27.417Z | Compiling hubpack_derive v0.1.1 |
1480 | 2025-01-09T19:55:27.523Z | Compiling hostname v0.4.0 |
1481 | 2025-01-09T19:55:27.791Z | Compiling ahash v0.8.11 |
1482 | 2025-01-09T19:55:28.070Z | Compiling crc32fast v1.4.2 |
1483 | 2025-01-09T19:55:28.184Z | Compiling fs-err v2.11.0 |
1484 | 2025-01-09T19:55:28.337Z | Compiling newtype-uuid v1.1.3 |
1485 | 2025-01-09T19:55:28.439Z | Compiling bitflags v1.3.2 |
1486 | 2025-01-09T19:55:28.461Z | Compiling managed v0.8.0 |
1487 | 2025-01-09T19:55:28.477Z | Compiling debug-ignore v1.0.5 |
1488 | 2025-01-09T19:55:28.547Z | Compiling winnow v0.5.40 |
1489 | 2025-01-09T19:55:28.635Z | Compiling console v0.15.8 |
1490 | 2025-01-09T19:55:28.659Z | Compiling clap_builder v4.5.21 |
1491 | 2025-01-09T19:55:29.208Z | Compiling strum_macros v0.25.3 |
1492 | 2025-01-09T19:55:30.284Z | Compiling hubpack v0.1.2 |
1493 | 2025-01-09T19:55:30.579Z | Compiling flate2 v1.0.34 |
1494 | 2025-01-09T19:55:30.763Z | Compiling cookie_store v0.21.0 |
1495 | 2025-01-09T19:55:31.179Z | Compiling elliptic-curve v0.13.8 |
1496 | 2025-01-09T19:55:31.553Z | Compiling zerocopy v0.6.6 |
1497 | 2025-01-09T19:55:32.021Z | Compiling hickory-resolver v0.24.1 |
1498 | 2025-01-09T19:55:32.380Z | Compiling toml_edit v0.19.15 |
1499 | 2025-01-09T19:55:32.472Z | Compiling phf v0.11.2 |
1500 | 2025-01-09T19:55:32.768Z | Compiling signal-hook-mio v0.2.4 |
1501 | 2025-01-09T19:55:32.939Z | Compiling hyper-tls v0.6.0 |
1502 | 2025-01-09T19:55:33.359Z | Compiling rayon v1.10.0 |
1503 | 2025-01-09T19:55:33.379Z | Compiling bzip2 v0.4.4 |
1504 | 2025-01-09T19:55:33.792Z | Compiling tokio-tungstenite v0.24.0 |
1505 | 2025-01-09T19:55:34.375Z | Compiling postgres-types v0.2.8 |
1506 | 2025-01-09T19:55:37.276Z | Compiling ed25519 v2.2.3 |
1507 | 2025-01-09T19:55:38.328Z | Compiling phf_shared v0.10.0 |
1508 | 2025-01-09T19:55:38.356Z | Compiling tokio-stream v0.1.16 |
1509 | 2025-01-09T19:55:38.496Z | Compiling pkcs1 v0.7.5 |
1510 | 2025-01-09T19:55:38.741Z | Compiling serde-big-array v0.5.1 |
1511 | 2025-01-09T19:55:38.982Z | Compiling clap_derive v4.5.18 |
1512 | 2025-01-09T19:55:39.005Z | Compiling rfc6979 v0.4.0 |
1513 | 2025-01-09T19:55:39.176Z | Compiling serde_repr v0.1.19 |
1514 | 2025-01-09T19:55:39.197Z | Compiling derive-where v1.2.7 |
1515 | 2025-01-09T19:55:39.422Z | Compiling float-cmp v0.9.0 |
1516 | 2025-01-09T19:55:39.530Z | Compiling bstr v1.10.0 |
1517 | 2025-01-09T19:55:39.657Z | Compiling sync_wrapper v1.0.1 |
1518 | 2025-01-09T19:55:39.822Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2025-01-09T19:55:39.962Z | Compiling unicode-width v0.2.0 |
1520 | 2025-01-09T19:55:40.396Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2025-01-09T19:55:40.503Z | Compiling new_debug_unreachable v1.0.6 |
1522 | 2025-01-09T19:55:40.528Z | Compiling bit-vec v0.6.3 |
1523 | 2025-01-09T19:55:40.600Z | Compiling precomputed-hash v0.1.1 |
1524 | 2025-01-09T19:55:40.719Z | Compiling whoami v1.5.2 |
1525 | 2025-01-09T19:55:41.002Z | Compiling predicates-core v1.0.8 |
1526 | 2025-01-09T19:55:41.272Z | Compiling number_prefix v0.4.0 |
1527 | 2025-01-09T19:55:41.355Z | Compiling fixedbitset v0.4.2 |
1528 | 2025-01-09T19:55:41.357Z | Compiling difflib v0.4.0 |
1529 | 2025-01-09T19:55:41.376Z | Compiling static_assertions v1.1.0 |
1530 | 2025-01-09T19:55:41.484Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1531 | 2025-01-09T19:55:41.503Z | Compiling indicatif v0.17.9 |
1532 | 2025-01-09T19:55:41.822Z | Compiling predicates v3.1.2 |
1533 | 2025-01-09T19:55:42.848Z | Compiling petgraph v0.6.5 |
1534 | 2025-01-09T19:55:42.984Z | Compiling similar v2.6.0 |
1535 | 2025-01-09T19:55:43.653Z | Compiling tokio-postgres v0.7.12 |
1536 | 2025-01-09T19:55:43.848Z | Compiling bit-set v0.5.3 |
1537 | 2025-01-09T19:55:44.111Z | Compiling string_cache v0.8.7 |
1538 | 2025-01-09T19:55:44.179Z | Compiling clap v4.5.21 |
1539 | 2025-01-09T19:55:44.314Z | Compiling ecdsa v0.16.9 |
1540 | 2025-01-09T19:55:44.615Z | Compiling rsa v0.9.6 |
1541 | 2025-01-09T19:55:45.210Z | Compiling ed25519-dalek v2.1.1 |
1542 | 2025-01-09T19:55:45.518Z | Compiling toml v0.7.8 |
1543 | 2025-01-09T19:55:46.520Z | Compiling zip v0.6.6 |
1544 | 2025-01-09T19:55:47.072Z | Compiling crossterm v0.28.1 |
1545 | 2025-01-09T19:55:48.042Z | Compiling hex v0.4.3 |
1546 | 2025-01-09T19:55:48.268Z | Compiling x509-cert v0.2.5 |
1547 | 2025-01-09T19:55:48.541Z | Compiling itertools v0.10.5 |
1548 | 2025-01-09T19:55:48.700Z | Compiling peg-runtime v0.8.3 |
1549 | 2025-01-09T19:55:48.813Z | Compiling lalrpop-util v0.19.12 |
1550 | 2025-01-09T19:55:49.188Z | Compiling unicode-xid v0.2.6 |
1551 | 2025-01-09T19:55:49.380Z | Compiling strum_macros v0.26.4 |
1552 | 2025-01-09T19:55:49.401Z | Compiling xattr v1.3.1 |
1553 | 2025-01-09T19:55:49.559Z | Compiling filetime v0.2.25 |
1554 | 2025-01-09T19:55:49.888Z | Compiling tar v0.4.42 |
1555 | 2025-01-09T19:55:54.615Z | Compiling strum v0.26.3 |
1556 | 2025-01-09T19:55:56.886Z | Compiling aws-lc-sys v0.22.0 |
1557 | 2025-01-09T19:56:25.880Z | Compiling rustls-webpki v0.102.8 |
1558 | 2025-01-09T19:56:29.335Z | Compiling tokio-rustls v0.25.0 |
1559 | 2025-01-09T19:56:31.076Z | Compiling tokio-rustls v0.26.0 |
1560 | 2025-01-09T19:56:31.471Z | Compiling hyper-rustls v0.27.3 |
1561 | 2025-01-09T19:56:31.771Z | Compiling reqwest v0.12.9 |
1562 | 2025-01-09T19:56:33.118Z | Compiling qorb v0.2.1 |
1563 | 2025-01-09T19:56:37.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1564 | 2025-01-09T19:56:37.975Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1565 | 2025-01-09T19:56:43.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1566 | 2025-01-09T19:56:43.977Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1567 | 2025-01-09T19:56:44.027Z | Jan 09 19:56:43.412 INFO Starting download, target: Clickhouse |
1568 | 2025-01-09T19:56:44.027Z | Jan 09 19:56:43.412 INFO Starting download, target: Cockroach |
1569 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.412 INFO Starting download, target: Console |
1570 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.412 INFO Starting download, target: DendriteOpenapi |
1571 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.412 INFO Starting download, target: DendriteStub |
1572 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.412 INFO Starting download, target: MaghemiteMgd |
1573 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.412 INFO Starting download, target: TransceiverControl |
1574 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.413 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1575 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.413 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1576 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.413 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1577 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.413 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1578 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.413 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1579 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.413 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1580 | 2025-01-09T19:56:44.031Z | Jan 09 19:56:43.413 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1581 | 2025-01-09T19:56:44.258Z | Jan 09 19:56:43.642 INFO Download complete, target: DendriteOpenapi |
1582 | 2025-01-09T19:56:44.403Z | Jan 09 19:56:43.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1583 | 2025-01-09T19:56:44.523Z | Jan 09 19:56:43.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1584 | 2025-01-09T19:56:44.830Z | Jan 09 19:56:44.213 INFO Download complete, target: Console |
1585 | 2025-01-09T19:56:44.898Z | Jan 09 19:56:44.277 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1586 | 2025-01-09T19:56:45.069Z | Jan 09 19:56:44.452 INFO Download complete, target: TransceiverControl |
1587 | 2025-01-09T19:56:45.094Z | Jan 09 19:56:44.472 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1588 | 2025-01-09T19:56:45.586Z | Jan 09 19:56:44.971 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1589 | 2025-01-09T19:56:45.586Z | Jan 09 19:56:44.971 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1590 | 2025-01-09T19:56:46.440Z | Jan 09 19:56:45.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1591 | 2025-01-09T19:56:47.831Z | Jan 09 19:56:47.216 INFO Download complete, target: MaghemiteMgd |
1592 | 2025-01-09T19:56:47.973Z | Jan 09 19:56:47.357 INFO Download complete, target: DendriteStub |
1593 | 2025-01-09T19:56:53.030Z | Jan 09 19:56:52.413 INFO Checking that binary works, target: Cockroach |
1594 | 2025-01-09T19:56:53.296Z | Jan 09 19:56:52.680 INFO Download complete, target: Cockroach |
1595 | 2025-01-09T19:56:58.854Z | Jan 09 19:56:58.237 INFO Checking that binary works, target: Clickhouse |
1596 | 2025-01-09T19:56:59.473Z | Jan 09 19:56:58.856 INFO Download complete, target: Clickhouse |
1597 | 2025-01-09T19:56:59.591Z | All builder prerequisites installed successfully, and PATH looks valid |
1598 | 2025-01-09T19:56:59.593Z | |
1599 | 2025-01-09T19:56:59.593Z | real 6:28.721091389 |
1600 | 2025-01-09T19:56:59.593Z | user 16:40.023759234 |
1601 | 2025-01-09T19:56:59.594Z | sys 3:17.774940301 |
1602 | 2025-01-09T19:56:59.594Z | trap 0.556619033 |
1603 | 2025-01-09T19:56:59.594Z | tflt 1.662166043 |
1604 | 2025-01-09T19:56:59.594Z | dflt 2.373896156 |
1605 | 2025-01-09T19:56:59.594Z | kflt 0.024661250 |
1606 | 2025-01-09T19:56:59.594Z | lock 29:49.597513829 |
1607 | 2025-01-09T19:56:59.594Z | slp 1:05:14.088977493 |
1608 | 2025-01-09T19:56:59.594Z | lat 58.344509467 |
1609 | 2025-01-09T19:56:59.594Z | stop 2:21.603872879 |
1610 | 2025-01-09T19:56:59.594Z | + banner clippy |
1611 | 2025-01-09T19:56:59.596Z | |
1612 | 2025-01-09T19:56:59.596Z | #### # # ##### ##### # # |
1613 | 2025-01-09T19:56:59.596Z | # # # # # # # # # # |
1614 | 2025-01-09T19:56:59.597Z | # # # # # # # # |
1615 | 2025-01-09T19:56:59.597Z | # # # ##### ##### # |
1616 | 2025-01-09T19:56:59.597Z | # # # # # # # |
1617 | 2025-01-09T19:56:59.597Z | #### ###### # # # # |
1618 | 2025-01-09T19:56:59.597Z | |
1619 | 2025-01-09T19:56:59.597Z | + export CARGO_INCREMENTAL=0 |
1620 | 2025-01-09T19:56:59.597Z | + CARGO_INCREMENTAL=0 |
1621 | 2025-01-09T19:56:59.597Z | + ptime -m cargo xtask clippy |
1622 | 2025-01-09T19:57:00.136Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1623 | 2025-01-09T19:57:03.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
1624 | 2025-01-09T19:57:03.696Z | Running `target/debug/xtask clippy` |
1625 | 2025-01-09T19:57:03.720Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1626 | 2025-01-09T19:57:04.381Z | Downloading crates ... |
1627 | 2025-01-09T19:57:04.723Z | Downloaded approx v0.5.1 |
1628 | 2025-01-09T19:57:04.732Z | Downloaded futures-lite v2.3.0 |
1629 | 2025-01-09T19:57:04.734Z | Downloaded guppy-workspace-hack v0.1.0 |
1630 | 2025-01-09T19:57:04.737Z | Downloaded doc-comment v0.3.3 |
1631 | 2025-01-09T19:57:04.740Z | Downloaded escape8259 v0.5.3 |
1632 | 2025-01-09T19:57:04.740Z | Downloaded async-object-pool v0.1.5 |
1633 | 2025-01-09T19:57:04.746Z | Downloaded plotters-svg v0.3.7 |
1634 | 2025-01-09T19:57:04.750Z | Downloaded nested v0.1.1 |
1635 | 2025-01-09T19:57:04.752Z | Downloaded anes v0.1.6 |
1636 | 2025-01-09T19:57:04.755Z | Downloaded target-triple v0.1.3 |
1637 | 2025-01-09T19:57:04.760Z | Downloaded cast v0.3.0 |
1638 | 2025-01-09T19:57:04.764Z | Downloaded serde_regex v1.1.0 |
1639 | 2025-01-09T19:57:04.767Z | Downloaded event-listener v2.5.3 |
1640 | 2025-01-09T19:57:04.767Z | Downloaded datatest-stable v0.2.9 |
1641 | 2025-01-09T19:57:04.769Z | Downloaded async-io v2.3.4 |
1642 | 2025-01-09T19:57:04.772Z | Downloaded indoc v2.0.5 |
1643 | 2025-01-09T19:57:04.775Z | Downloaded similar-asserts v1.6.0 |
1644 | 2025-01-09T19:57:04.777Z | Downloaded futures-timer v3.0.3 |
1645 | 2025-01-09T19:57:04.779Z | Downloaded async-signal v0.2.10 |
1646 | 2025-01-09T19:57:04.782Z | Downloaded concurrent-queue v2.5.0 |
1647 | 2025-01-09T19:57:04.785Z | Downloaded parking v2.2.1 |
1648 | 2025-01-09T19:57:04.785Z | Downloaded async-attributes v1.1.2 |
1649 | 2025-01-09T19:57:04.785Z | Downloaded async-channel v1.9.0 |
1650 | 2025-01-09T19:57:04.787Z | Downloaded target-spec v3.2.2 |
1651 | 2025-01-09T19:57:04.787Z | Downloaded criterion-plot v0.5.0 |
1652 | 2025-01-09T19:57:04.790Z | Downloaded relative-path v1.9.3 |
1653 | 2025-01-09T19:57:04.792Z | Downloaded num_cpus v1.16.0 |
1654 | 2025-01-09T19:57:04.795Z | Downloaded pathdiff v0.2.2 |
1655 | 2025-01-09T19:57:04.795Z | Downloaded async-executor v1.13.1 |
1656 | 2025-01-09T19:57:04.797Z | Downloaded threadpool v1.8.1 |
1657 | 2025-01-09T19:57:04.797Z | Downloaded proc-macro-crate v3.2.0 |
1658 | 2025-01-09T19:57:04.799Z | Downloaded event-listener-strategy v0.5.2 |
1659 | 2025-01-09T19:57:04.799Z | Downloaded async-channel v2.3.1 |
1660 | 2025-01-09T19:57:04.802Z | Downloaded partial-io v0.5.4 |
1661 | 2025-01-09T19:57:04.804Z | Downloaded path-tree v0.8.1 |
1662 | 2025-01-09T19:57:04.822Z | Downloaded target-lexicon v0.12.16 |
1663 | 2025-01-09T19:57:04.824Z | Downloaded event-listener v5.3.1 |
1664 | 2025-01-09T19:57:04.827Z | Downloaded async-task v4.7.1 |
1665 | 2025-01-09T19:57:04.829Z | Downloaded rustls-native-certs v0.7.3 |
1666 | 2025-01-09T19:57:04.831Z | Downloaded tinytemplate v1.2.1 |
1667 | 2025-01-09T19:57:04.834Z | Downloaded stringmetrics v2.2.2 |
1668 | 2025-01-09T19:57:04.836Z | Downloaded rstest v0.23.0 |
1669 | 2025-01-09T19:57:04.841Z | Downloaded httptest v0.16.1 |
1670 | 2025-01-09T19:57:04.843Z | Downloaded assert-json-diff v2.0.2 |
1671 | 2025-01-09T19:57:04.846Z | Downloaded trybuild v1.0.101 |
1672 | 2025-01-09T19:57:04.849Z | Downloaded rand_distr v0.4.3 |
1673 | 2025-01-09T19:57:04.852Z | Downloaded rstest_macros v0.23.0 |
1674 | 2025-01-09T19:57:04.855Z | Downloaded fancy-regex v0.13.0 |
1675 | 2025-01-09T19:57:04.858Z | Downloaded yansi v1.0.1 |
1676 | 2025-01-09T19:57:04.861Z | Downloaded pretty_assertions v1.4.1 |
1677 | 2025-01-09T19:57:04.863Z | Downloaded polling v3.7.3 |
1678 | 2025-01-09T19:57:04.866Z | Downloaded cfg-expr v0.17.0 |
1679 | 2025-01-09T19:57:04.869Z | Downloaded guppy v0.17.8 |
1680 | 2025-01-09T19:57:04.876Z | Downloaded plotters v0.3.7 |
1681 | 2025-01-09T19:57:04.886Z | Downloaded criterion v0.5.1 |
1682 | 2025-01-09T19:57:04.892Z | Downloaded libtest-mimic v0.7.3 |
1683 | 2025-01-09T19:57:04.894Z | Downloaded async-process v2.3.0 |
1684 | 2025-01-09T19:57:04.897Z | Downloaded async-std v1.13.0 |
1685 | 2025-01-09T19:57:04.914Z | Downloaded rust-argon2 v2.1.0 |
1686 | 2025-01-09T19:57:04.917Z | Downloaded plotters-backend v0.3.7 |
1687 | 2025-01-09T19:57:04.919Z | Downloaded piper v0.2.4 |
1688 | 2025-01-09T19:57:04.919Z | Downloaded oorandom v11.1.4 |
1689 | 2025-01-09T19:57:04.919Z | Downloaded kv-log-macro v1.0.7 |
1690 | 2025-01-09T19:57:04.922Z | Downloaded blake2b_simd v1.0.2 |
1691 | 2025-01-09T19:57:04.924Z | Downloaded async-lock v3.4.0 |
1692 | 2025-01-09T19:57:04.925Z | Downloaded hyper-rustls v0.26.0 |
1693 | 2025-01-09T19:57:04.927Z | Downloaded assert_cmd v2.0.16 |
1694 | 2025-01-09T19:57:04.929Z | Downloaded async-global-executor v2.4.1 |
1695 | 2025-01-09T19:57:04.932Z | Downloaded blocking v1.6.1 |
1696 | 2025-01-09T19:57:04.987Z | Downloaded httpmock v0.8.0-alpha.1 |
1697 | 2025-01-09T19:57:05.774Z | Checking cfg-if v1.0.0 |
1698 | 2025-01-09T19:57:05.853Z | Checking libc v0.2.162 |
1699 | 2025-01-09T19:57:05.876Z | Checking serde v1.0.215 |
1700 | 2025-01-09T19:57:05.899Z | Checking memchr v2.7.4 |
1701 | 2025-01-09T19:57:05.920Z | Checking value-bag v1.9.0 |
1702 | 2025-01-09T19:57:05.944Z | Checking scopeguard v1.2.0 |
1703 | 2025-01-09T19:57:05.967Z | Checking zeroize v1.8.1 |
1704 | 2025-01-09T19:57:05.996Z | Checking smallvec v1.13.2 |
1705 | 2025-01-09T19:57:06.020Z | Checking itoa v1.0.11 |
1706 | 2025-01-09T19:57:06.082Z | Checking lock_api v0.4.12 |
1707 | 2025-01-09T19:57:06.230Z | Checking byteorder v1.5.0 |
1708 | 2025-01-09T19:57:06.254Z | Checking pin-project-lite v0.2.14 |
1709 | 2025-01-09T19:57:06.328Z | Checking log v0.4.22 |
1710 | 2025-01-09T19:57:06.358Z | Checking subtle v2.6.1 |
1711 | 2025-01-09T19:57:06.385Z | Checking once_cell v1.20.2 |
1712 | 2025-01-09T19:57:06.499Z | Checking typenum v1.17.0 |
1713 | 2025-01-09T19:57:06.640Z | Checking futures-core v0.3.31 |
1714 | 2025-01-09T19:57:06.667Z | Checking libm v0.2.8 |
1715 | 2025-01-09T19:57:06.697Z | Checking thiserror v1.0.69 |
1716 | 2025-01-09T19:57:06.758Z | Checking zerocopy v0.7.35 |
1717 | 2025-01-09T19:57:06.835Z | Checking ryu v1.0.18 |
1718 | 2025-01-09T19:57:06.862Z | Checking spin v0.9.8 |
1719 | 2025-01-09T19:57:06.891Z | Checking const-oid v0.9.6 |
1720 | 2025-01-09T19:57:06.943Z | Checking getrandom v0.2.15 |
1721 | 2025-01-09T19:57:07.070Z | Checking parking_lot_core v0.9.10 |
1722 | 2025-01-09T19:57:07.181Z | Checking rand_core v0.6.4 |
1723 | 2025-01-09T19:57:07.231Z | Checking signal-hook-registry v1.4.2 |
1724 | 2025-01-09T19:57:07.423Z | Checking parking_lot v0.12.3 |
1725 | 2025-01-09T19:57:07.495Z | Checking mio v1.0.2 |
1726 | 2025-01-09T19:57:07.520Z | Checking socket2 v0.5.7 |
1727 | 2025-01-09T19:57:07.582Z | Checking num-traits v0.2.19 |
1728 | 2025-01-09T19:57:07.788Z | Checking futures-io v0.3.31 |
1729 | 2025-01-09T19:57:07.844Z | Checking generic-array v0.14.7 |
1730 | 2025-01-09T19:57:08.023Z | Checking slab v0.4.9 |
1731 | 2025-01-09T19:57:08.061Z | Checking cpufeatures v0.2.14 |
1732 | 2025-01-09T19:57:08.132Z | Checking allocator-api2 v0.2.18 |
1733 | 2025-01-09T19:57:08.168Z | Checking futures-sink v0.3.31 |
1734 | 2025-01-09T19:57:08.274Z | Checking pin-utils v0.1.0 |
1735 | 2025-01-09T19:57:08.305Z | Checking equivalent v1.0.1 |
1736 | 2025-01-09T19:57:08.338Z | Checking foldhash v0.1.3 |
1737 | 2025-01-09T19:57:08.381Z | Checking futures-channel v0.3.31 |
1738 | 2025-01-09T19:57:08.435Z | Checking futures-task v0.3.31 |
1739 | 2025-01-09T19:57:08.579Z | Checking stable_deref_trait v1.2.0 |
1740 | 2025-01-09T19:57:08.700Z | Checking iana-time-zone v0.1.61 |
1741 | 2025-01-09T19:57:08.727Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1742 | 2025-01-09T19:57:08.766Z | Checking futures-util v0.3.31 |
1743 | 2025-01-09T19:57:08.794Z | Checking fnv v1.0.7 |
1744 | 2025-01-09T19:57:08.822Z | Checking hashbrown v0.15.1 |
1745 | 2025-01-09T19:57:08.852Z | Checking ppv-lite86 v0.2.20 |
1746 | 2025-01-09T19:57:08.915Z | Checking tracing-core v0.1.32 |
1747 | 2025-01-09T19:57:09.052Z | Checking crypto-common v0.1.6 |
1748 | 2025-01-09T19:57:09.086Z | Checking block-buffer v0.10.4 |
1749 | 2025-01-09T19:57:09.257Z | Checking errno v0.3.9 |
1750 | 2025-01-09T19:57:09.320Z | Checking digest v0.10.7 |
1751 | 2025-01-09T19:57:09.360Z | Checking zerofrom v0.1.4 |
1752 | 2025-01-09T19:57:09.448Z | Checking dyn-clone v1.0.17 |
1753 | 2025-01-09T19:57:09.571Z | Checking tracing v0.1.40 |
1754 | 2025-01-09T19:57:09.600Z | Checking yoke v0.7.4 |
1755 | 2025-01-09T19:57:09.602Z | Checking block-padding v0.3.3 |
1756 | 2025-01-09T19:57:09.645Z | Checking rand_chacha v0.3.1 |
1757 | 2025-01-09T19:57:09.727Z | Checking crossbeam-utils v0.8.20 |
1758 | 2025-01-09T19:57:09.825Z | Checking inout v0.1.3 |
1759 | 2025-01-09T19:57:09.921Z | Checking percent-encoding v2.3.1 |
1760 | 2025-01-09T19:57:09.944Z | Checking zerovec v0.10.4 |
1761 | 2025-01-09T19:57:09.947Z | Checking writeable v0.5.5 |
1762 | 2025-01-09T19:57:10.046Z | Checking rand v0.8.5 |
1763 | 2025-01-09T19:57:10.070Z | Checking cipher v0.4.4 |
1764 | 2025-01-09T19:57:10.117Z | Checking litemap v0.7.3 |
1765 | 2025-01-09T19:57:10.320Z | Checking tinyvec_macros v0.1.1 |
1766 | 2025-01-09T19:57:10.422Z | Checking tinyvec v1.8.0 |
1767 | 2025-01-09T19:57:10.425Z | Checking form_urlencoded v1.2.1 |
1768 | 2025-01-09T19:57:10.472Z | Checking httparse v1.9.5 |
1769 | 2025-01-09T19:57:10.499Z | Checking icu_locid_transform_data v1.5.0 |
1770 | 2025-01-09T19:57:10.609Z | Checking regex-syntax v0.8.5 |
1771 | 2025-01-09T19:57:10.644Z | Checking atomic-waker v1.1.2 |
1772 | 2025-01-09T19:57:10.790Z | Checking base64ct v1.6.0 |
1773 | 2025-01-09T19:57:10.851Z | Checking bytes v1.8.0 |
1774 | 2025-01-09T19:57:10.918Z | Checking bitflags v2.6.0 |
1775 | 2025-01-09T19:57:11.208Z | Checking serde_json v1.0.133 |
1776 | 2025-01-09T19:57:11.256Z | Checking chrono v0.4.38 |
1777 | 2025-01-09T19:57:11.365Z | Checking indexmap v2.6.0 |
1778 | 2025-01-09T19:57:11.644Z | Checking uuid v1.11.0 |
1779 | 2025-01-09T19:57:11.676Z | Checking tokio v1.40.0 |
1780 | 2025-01-09T19:57:11.752Z | Checking rustix v0.38.37 |
1781 | 2025-01-09T19:57:12.293Z | Checking http v1.1.0 |
1782 | 2025-01-09T19:57:12.763Z | Checking tinystr v0.7.6 |
1783 | 2025-01-09T19:57:13.129Z | Checking unicode-normalization v0.1.24 |
1784 | 2025-01-09T19:57:13.196Z | Checking icu_locid v1.5.0 |
1785 | 2025-01-09T19:57:13.385Z | Checking schemars v0.8.21 |
1786 | 2025-01-09T19:57:13.740Z | Checking icu_collections v1.5.0 |
1787 | 2025-01-09T19:57:13.991Z | Checking sha2 v0.10.8 |
1788 | 2025-01-09T19:57:14.050Z | Checking hmac v0.12.1 |
1789 | 2025-01-09T19:57:14.080Z | Checking icu_properties_data v1.5.0 |
1790 | 2025-01-09T19:57:14.172Z | Checking icu_provider v1.5.0 |
1791 | 2025-01-09T19:57:14.276Z | Checking untrusted v0.9.0 |
1792 | 2025-01-09T19:57:14.352Z | Checking aho-corasick v1.1.3 |
1793 | 2025-01-09T19:57:14.405Z | Checking utf8_iter v1.0.4 |
1794 | 2025-01-09T19:57:14.440Z | Checking ring v0.17.8 |
1795 | 2025-01-09T19:57:14.589Z | Checking unicode-ident v1.0.13 |
1796 | 2025-01-09T19:57:14.628Z | Checking icu_normalizer_data v1.5.0 |
1797 | 2025-01-09T19:57:14.749Z | Checking utf16_iter v1.0.5 |
1798 | 2025-01-09T19:57:14.788Z | Checking write16 v1.0.0 |
1799 | 2025-01-09T19:57:14.890Z | Checking icu_locid_transform v1.5.0 |
1800 | 2025-01-09T19:57:14.921Z | Checking unicode-bidi v0.3.17 |
1801 | 2025-01-09T19:57:14.958Z | Checking lazy_static v1.5.0 |
1802 | 2025-01-09T19:57:15.048Z | Checking powerfmt v0.2.0 |
1803 | 2025-01-09T19:57:15.080Z | Checking adler2 v2.0.0 |
1804 | 2025-01-09T19:57:15.252Z | Checking miniz_oxide v0.8.0 |
1805 | 2025-01-09T19:57:15.323Z | Checking deranged v0.3.11 |
1806 | 2025-01-09T19:57:15.362Z | Checking num_threads v0.1.7 |
1807 | 2025-01-09T19:57:15.485Z | Checking rustls-pki-types v1.10.0 |
1808 | 2025-01-09T19:57:15.537Z | Checking time-core v0.1.2 |
1809 | 2025-01-09T19:57:15.715Z | Checking num-conv v0.1.0 |
1810 | 2025-01-09T19:57:15.883Z | Checking icu_properties v1.5.1 |
1811 | 2025-01-09T19:57:15.979Z | Checking proc-macro2 v1.0.89 |
1812 | 2025-01-09T19:57:16.005Z | Checking pem-rfc7468 v0.7.0 |
1813 | 2025-01-09T19:57:16.033Z | Checking regex-automata v0.4.8 |
1814 | 2025-01-09T19:57:16.085Z | Checking http-body v1.0.1 |
1815 | 2025-01-09T19:57:16.317Z | Checking aws-lc-sys v0.22.0 |
1816 | 2025-01-09T19:57:16.399Z | Checking base64 v0.22.1 |
1817 | 2025-01-09T19:57:16.399Z | Checking httpdate v1.0.3 |
1818 | 2025-01-09T19:57:16.610Z | Checking mirai-annotations v1.12.0 |
1819 | 2025-01-09T19:57:16.709Z | Checking quote v1.0.37 |
1820 | 2025-01-09T19:57:16.808Z | Checking try-lock v0.2.5 |
1821 | 2025-01-09T19:57:16.843Z | Checking untrusted v0.7.1 |
1822 | 2025-01-09T19:57:16.943Z | Checking want v0.3.1 |
1823 | 2025-01-09T19:57:16.999Z | Checking flagset v0.4.6 |
1824 | 2025-01-09T19:57:17.054Z | Checking syn v2.0.87 |
1825 | 2025-01-09T19:57:17.114Z | Checking time v0.3.36 |
1826 | 2025-01-09T19:57:17.144Z | Checking pbkdf2 v0.12.2 |
1827 | 2025-01-09T19:57:17.211Z | Checking der v0.7.9 |
1828 | 2025-01-09T19:57:17.321Z | Checking aes v0.8.4 |
1829 | 2025-01-09T19:57:18.303Z | Checking salsa20 v0.10.2 |
1830 | 2025-01-09T19:57:18.538Z | Checking cbc v0.1.2 |
1831 | 2025-01-09T19:57:18.768Z | Checking ahash v0.8.11 |
1832 | 2025-01-09T19:57:18.938Z | Checking aws-lc-rs v1.10.0 |
1833 | 2025-01-09T19:57:19.040Z | Checking spki v0.7.3 |
1834 | 2025-01-09T19:57:19.071Z | Checking tokio-util v0.7.12 |
1835 | 2025-01-09T19:57:19.338Z | Checking slog v2.7.0 |
1836 | 2025-01-09T19:57:19.379Z | Checking icu_normalizer v1.5.0 |
1837 | 2025-01-09T19:57:19.380Z | Checking tower-service v0.3.3 |
1838 | 2025-01-09T19:57:19.529Z | Checking scrypt v0.11.0 |
1839 | 2025-01-09T19:57:19.606Z | Checking gimli v0.31.1 |
1840 | 2025-01-09T19:57:19.734Z | Checking mime v0.3.17 |
1841 | 2025-01-09T19:57:19.802Z | Checking pkcs5 v0.7.1 |
1842 | 2025-01-09T19:57:20.046Z | Checking h2 v0.4.6 |
1843 | 2025-01-09T19:57:20.120Z | Checking object v0.36.5 |
1844 | 2025-01-09T19:57:20.214Z | Checking idna_adapter v1.2.0 |
1845 | 2025-01-09T19:57:20.348Z | Checking utf8parse v0.2.2 |
1846 | 2025-01-09T19:57:20.422Z | Checking idna v1.0.3 |
1847 | 2025-01-09T19:57:20.504Z | Checking rustc-demangle v0.1.24 |
1848 | 2025-01-09T19:57:20.773Z | Checking regex v1.11.1 |
1849 | 2025-01-09T19:57:20.800Z | Checking rustls-webpki v0.102.8 |
1850 | 2025-01-09T19:57:20.862Z | Checking url v2.5.3 |
1851 | 2025-01-09T19:57:20.918Z | Checking pkcs8 v0.10.2 |
1852 | 2025-01-09T19:57:21.253Z | Checking http-body-util v0.1.2 |
1853 | 2025-01-09T19:57:21.388Z | Checking futures-executor v0.3.31 |
1854 | 2025-01-09T19:57:21.638Z | Checking serde_spanned v0.6.8 |
1855 | 2025-01-09T19:57:21.641Z | Checking toml_datetime v0.6.8 |
1856 | 2025-01-09T19:57:21.689Z | Checking data-encoding v2.6.0 |
1857 | 2025-01-09T19:57:21.719Z | Checking ipnet v2.10.1 |
1858 | 2025-01-09T19:57:21.862Z | Checking unicode-width v0.1.14 |
1859 | 2025-01-09T19:57:21.918Z | Checking futures v0.3.31 |
1860 | 2025-01-09T19:57:22.046Z | Checking rustls-pemfile v2.2.0 |
1861 | 2025-01-09T19:57:22.190Z | Checking openssl-probe v0.1.5 |
1862 | 2025-01-09T19:57:22.275Z | Checking foreign-types-shared v0.1.1 |
1863 | 2025-01-09T19:57:22.357Z | Checking anstyle v1.0.10 |
1864 | 2025-01-09T19:57:22.383Z | Checking either v1.13.0 |
1865 | 2025-01-09T19:57:22.386Z | Checking foreign-types v0.3.2 |
1866 | 2025-01-09T19:57:22.386Z | Checking serde_urlencoded v0.7.1 |
1867 | 2025-01-09T19:57:22.505Z | Checking semver v1.0.23 |
1868 | 2025-01-09T19:57:22.690Z | Checking sha1 v0.10.6 |
1869 | 2025-01-09T19:57:22.756Z | Checking openssl-sys v0.9.103 |
1870 | 2025-01-09T19:57:22.860Z | Checking encoding_rs v0.8.34 |
1871 | 2025-01-09T19:57:22.953Z | Checking rustls v0.23.19 |
1872 | 2025-01-09T19:57:23.057Z | Checking anstyle-parse v0.2.5 |
1873 | 2025-01-09T19:57:23.326Z | Checking camino v1.1.9 |
1874 | 2025-01-09T19:57:23.461Z | Checking colorchoice v1.0.2 |
1875 | 2025-01-09T19:57:23.595Z | Checking addr2line v0.24.2 |
1876 | 2025-01-09T19:57:23.614Z | Checking winnow v0.6.20 |
1877 | 2025-01-09T19:57:23.871Z | Checking anstyle-query v1.1.1 |
1878 | 2025-01-09T19:57:24.017Z | Checking is_terminal_polyfill v1.70.1 |
1879 | 2025-01-09T19:57:24.042Z | Checking openssl v0.10.66 |
1880 | 2025-01-09T19:57:24.099Z | Checking idna v0.3.0 |
1881 | 2025-01-09T19:57:24.158Z | Checking anstream v0.6.15 |
1882 | 2025-01-09T19:57:24.575Z | Checking terminal_size v0.4.0 |
1883 | 2025-01-09T19:57:24.777Z | Checking openapiv3 v2.0.0 |
1884 | 2025-01-09T19:57:25.037Z | Checking signature v2.2.0 |
1885 | 2025-01-09T19:57:25.326Z | Checking clap_lex v0.7.2 |
1886 | 2025-01-09T19:57:25.395Z | Checking psl-types v2.0.11 |
1887 | 2025-01-09T19:57:25.509Z | Checking strsim v0.11.1 |
1888 | 2025-01-09T19:57:25.584Z | Checking publicsuffix v2.2.3 |
1889 | 2025-01-09T19:57:25.795Z | Checking cookie v0.18.1 |
1890 | 2025-01-09T19:57:25.871Z | Checking clap_builder v4.5.21 |
1891 | 2025-01-09T19:57:26.158Z | Checking hyper v1.5.0 |
1892 | 2025-01-09T19:57:26.223Z | Checking webpki-roots v0.26.6 |
1893 | 2025-01-09T19:57:26.525Z | Checking idna v0.5.0 |
1894 | 2025-01-09T19:57:26.652Z | Checking is-terminal v0.4.13 |
1895 | 2025-01-09T19:57:26.652Z | Checking backtrace v0.3.74 |
1896 | 2025-01-09T19:57:26.702Z | Checking scroll v0.12.0 |
1897 | 2025-01-09T19:57:27.158Z | Checking anyhow v1.0.93 |
1898 | 2025-01-09T19:57:27.187Z | Checking ucd-trie v0.1.7 |
1899 | 2025-01-09T19:57:27.325Z | Checking plain v0.2.3 |
1900 | 2025-01-09T19:57:27.391Z | Checking pest v2.7.14 |
1901 | 2025-01-09T19:57:27.482Z | Checking goblin v0.8.2 |
1902 | 2025-01-09T19:57:27.538Z | Checking cookie_store v0.21.0 |
1903 | 2025-01-09T19:57:28.246Z | Checking hyper-util v0.1.10 |
1904 | 2025-01-09T19:57:28.300Z | Checking sync_wrapper v1.0.1 |
1905 | 2025-01-09T19:57:28.329Z | Checking base16ct v0.2.0 |
1906 | 2025-01-09T19:57:28.452Z | Checking pretty-hex v0.4.1 |
1907 | 2025-01-09T19:57:28.496Z | Checking tokio-rustls v0.26.0 |
1908 | 2025-01-09T19:57:28.548Z | Checking sec1 v0.7.3 |
1909 | 2025-01-09T19:57:28.635Z | Checking num-integer v0.1.46 |
1910 | 2025-01-09T19:57:28.745Z | Checking clap v4.5.21 |
1911 | 2025-01-09T19:57:28.880Z | Checking ff v0.13.0 |
1912 | 2025-01-09T19:57:28.913Z | Checking thread-id v4.2.2 |
1913 | 2025-01-09T19:57:28.940Z | Checking toml_edit v0.22.22 |
1914 | 2025-01-09T19:57:29.032Z | Checking hkdf v0.12.4 |
1915 | 2025-01-09T19:57:29.105Z | Checking group v0.13.0 |
1916 | 2025-01-09T19:57:29.130Z | Checking crypto-bigint v0.5.5 |
1917 | 2025-01-09T19:57:29.261Z | Checking memmap v0.7.0 |
1918 | 2025-01-09T19:57:29.380Z | Checking dirs-sys-next v0.1.2 |
1919 | 2025-01-09T19:57:29.494Z | Checking crc32fast v1.4.2 |
1920 | 2025-01-09T19:57:29.557Z | Checking utf-8 v0.7.6 |
1921 | 2025-01-09T19:57:29.604Z | Checking native-tls v0.2.12 |
1922 | 2025-01-09T19:57:29.713Z | Checking static_assertions v1.1.0 |
1923 | 2025-01-09T19:57:29.783Z | Checking bitflags v1.3.2 |
1924 | 2025-01-09T19:57:29.819Z | Checking dirs-next v2.0.0 |
1925 | 2025-01-09T19:57:29.874Z | Checking dtrace-parser v0.2.0 |
1926 | 2025-01-09T19:57:29.901Z | Checking crossbeam-channel v0.5.13 |
1927 | 2025-01-09T19:57:29.945Z | Checking tokio-native-tls v0.3.1 |
1928 | 2025-01-09T19:57:29.970Z | Checking thread_local v1.1.8 |
1929 | 2025-01-09T19:57:30.220Z | Checking unicode-segmentation v1.12.0 |
1930 | 2025-01-09T19:57:30.243Z | Checking hyper-tls v0.6.0 |
1931 | 2025-01-09T19:57:30.266Z | Checking hyper-rustls v0.27.3 |
1932 | 2025-01-09T19:57:30.333Z | Checking term v0.7.0 |
1933 | 2025-01-09T19:57:30.557Z | Checking num-iter v0.1.45 |
1934 | 2025-01-09T19:57:30.614Z | Checking reqwest v0.12.9 |
1935 | 2025-01-09T19:57:30.644Z | Checking crossbeam-epoch v0.9.18 |
1936 | 2025-01-09T19:57:30.743Z | Checking take_mut v0.2.2 |
1937 | 2025-01-09T19:57:30.770Z | Checking match_cfg v0.1.0 |
1938 | 2025-01-09T19:57:30.866Z | Checking hostname v0.3.1 |
1939 | 2025-01-09T19:57:30.897Z | Checking slog-term v2.9.1 |
1940 | 2025-01-09T19:57:30.928Z | Checking slog-async v2.8.0 |
1941 | 2025-01-09T19:57:31.017Z | Checking itertools v0.10.5 |
1942 | 2025-01-09T19:57:31.075Z | Checking bstr v1.10.0 |
1943 | 2025-01-09T19:57:31.196Z | Checking rfc6979 v0.4.0 |
1944 | 2025-01-09T19:57:31.384Z | Checking hex v0.4.3 |
1945 | 2025-01-09T19:57:31.427Z | Checking managed v0.8.0 |
1946 | 2025-01-09T19:57:31.534Z | Checking toml v0.8.19 |
1947 | 2025-01-09T19:57:31.830Z | Checking winnow v0.5.40 |
1948 | 2025-01-09T19:57:31.906Z | Checking crossbeam-deque v0.8.5 |
1949 | 2025-01-09T19:57:31.969Z | Checking elliptic-curve v0.13.8 |
1950 | 2025-01-09T19:57:32.045Z | Checking num-bigint-dig v0.8.4 |
1951 | 2025-01-09T19:57:32.203Z | Checking flate2 v1.0.34 |
1952 | 2025-01-09T19:57:32.294Z | Checking rustls v0.22.4 |
1953 | 2025-01-09T19:57:32.519Z | Checking dof v0.3.0 |
1954 | 2025-01-09T19:57:32.547Z | Checking pkcs1 v0.7.5 |
1955 | 2025-01-09T19:57:32.593Z | Checking ecdsa v0.16.9 |
1956 | 2025-01-09T19:57:32.863Z | Checking curve25519-dalek v4.1.3 |
1957 | 2025-01-09T19:57:32.965Z | Checking zerocopy v0.6.6 |
1958 | 2025-01-09T19:57:33.203Z | Checking usdt-impl v0.5.0 |
1959 | 2025-01-09T19:57:33.328Z | Checking siphasher v0.3.11 |
1960 | 2025-01-09T19:57:33.356Z | Checking rayon-core v1.12.1 |
1961 | 2025-01-09T19:57:33.636Z | Checking ed25519 v2.2.3 |
1962 | 2025-01-09T19:57:33.753Z | Checking usdt v0.5.0 |
1963 | 2025-01-09T19:57:33.780Z | Checking slog-json v2.6.1 |
1964 | 2025-01-09T19:57:33.962Z | Checking signal-hook v0.3.17 |
1965 | 2025-01-09T19:57:34.028Z | Checking quick-error v1.2.3 |
1966 | 2025-01-09T19:57:34.031Z | Checking debug-ignore v1.0.5 |
1967 | 2025-01-09T19:57:34.073Z | Checking slog-bunyan v2.5.0 |
1968 | 2025-01-09T19:57:34.169Z | Checking multer v3.1.0 |
1969 | 2025-01-09T19:57:34.196Z | Checking x509-cert v0.2.5 |
1970 | 2025-01-09T19:57:34.237Z | Checking rsa v0.9.6 |
1971 | 2025-01-09T19:57:34.264Z | Checking idna v0.4.0 |
1972 | 2025-01-09T19:57:34.304Z | Checking serde_path_to_error v0.1.16 |
1973 | 2025-01-09T19:57:34.568Z | Checking hubpack v0.1.2 |
1974 | 2025-01-09T19:57:34.780Z | Checking ed25519-dalek v2.1.1 |
1975 | 2025-01-09T19:57:34.898Z | Checking toml_edit v0.19.15 |
1976 | 2025-01-09T19:57:34.926Z | Checking waitgroup v0.1.2 |
1977 | 2025-01-09T19:57:34.929Z | Checking bzip2-sys v0.1.11+1.0.8 |
1978 | 2025-01-09T19:57:35.094Z | Checking async-stream v0.3.6 |
1979 | 2025-01-09T19:57:35.103Z | Checking hostname v0.4.0 |
1980 | 2025-01-09T19:57:35.132Z | Checking bit-vec v0.6.3 |
1981 | 2025-01-09T19:57:35.199Z | Checking hickory-proto v0.24.1 |
1982 | 2025-01-09T19:57:35.254Z | Checking bzip2 v0.4.4 |
1983 | 2025-01-09T19:57:35.281Z | Checking signal-hook-mio v0.2.4 |
1984 | 2025-01-09T19:57:35.306Z | Checking console v0.15.8 |
1985 | 2025-01-09T19:57:35.437Z | Checking hash32 v0.2.1 |
1986 | 2025-01-09T19:57:35.464Z | Checking bit-set v0.5.3 |
1987 | 2025-01-09T19:57:35.538Z | Checking linked-hash-map v0.5.6 |
1988 | 2025-01-09T19:57:35.730Z | Checking predicates-core v1.0.8 |
1989 | 2025-01-09T19:57:35.761Z | Checking unicode-properties v0.1.3 |
1990 | 2025-01-09T19:57:35.818Z | Checking heapless v0.7.17 |
1991 | 2025-01-09T19:57:35.859Z | Checking lru-cache v0.1.2 |
1992 | 2025-01-09T19:57:35.886Z | Checking crossterm v0.28.1 |
1993 | 2025-01-09T19:57:35.921Z | Checking rayon v1.10.0 |
1994 | 2025-01-09T19:57:36.041Z | Checking phf_shared v0.11.2 |
1995 | 2025-01-09T19:57:36.070Z | Checking tokio-rustls v0.25.0 |
1996 | 2025-01-09T19:57:36.128Z | Checking stringprep v0.1.5 |
1997 | 2025-01-09T19:57:36.333Z | Checking similar v2.6.0 |
1998 | 2025-01-09T19:57:36.416Z | Checking tokio-stream v0.1.16 |
1999 | 2025-01-09T19:57:36.452Z | Checking dropshot v0.12.0 |
2000 | 2025-01-09T19:57:36.818Z | Checking newtype-uuid v1.1.3 |
2001 | 2025-01-09T19:57:37.086Z | Checking md-5 v0.10.6 |
2002 | 2025-01-09T19:57:37.219Z | Checking float-cmp v0.9.0 |
2003 | 2025-01-09T19:57:37.314Z | Checking toml v0.7.8 |
2004 | 2025-01-09T19:57:37.341Z | Checking normalize-line-endings v0.3.0 |
2005 | 2025-01-09T19:57:37.384Z | Checking difflib v0.4.0 |
2006 | 2025-01-09T19:57:37.413Z | Checking fallible-iterator v0.2.0 |
2007 | 2025-01-09T19:57:37.476Z | Checking fixedbitset v0.4.2 |
2008 | 2025-01-09T19:57:37.726Z | Checking predicates v3.1.2 |
2009 | 2025-01-09T19:57:37.756Z | Checking smoltcp v0.9.1 |
2010 | 2025-01-09T19:57:37.782Z | Checking petgraph v0.6.5 |
2011 | 2025-01-09T19:57:38.071Z | Checking postgres-protocol v0.6.7 |
2012 | 2025-01-09T19:57:38.099Z | Checking phf v0.11.2 |
2013 | 2025-01-09T19:57:38.376Z | Checking zip v0.6.6 |
2014 | 2025-01-09T19:57:38.406Z | Checking resolv-conf v0.7.0 |
2015 | 2025-01-09T19:57:38.768Z | Checking phf_shared v0.10.0 |
2016 | 2025-01-09T19:57:38.796Z | Checking tungstenite v0.24.0 |
2017 | 2025-01-09T19:57:39.067Z | Checking fs-err v2.11.0 |
2018 | 2025-01-09T19:57:39.096Z | Checking serde-big-array v0.5.1 |
2019 | 2025-01-09T19:57:39.279Z | Checking portable-atomic v1.9.0 |
2020 | 2025-01-09T19:57:39.329Z | Checking minimal-lexical v0.2.1 |
2021 | 2025-01-09T19:57:39.612Z | Checking lalrpop-util v0.19.12 |
2022 | 2025-01-09T19:57:39.717Z | Checking precomputed-hash v0.1.1 |
2023 | 2025-01-09T19:57:39.742Z | Checking unicode-width v0.2.0 |
2024 | 2025-01-09T19:57:39.818Z | Checking new_debug_unreachable v1.0.6 |
2025 | 2025-01-09T19:57:39.844Z | Checking number_prefix v0.4.0 |
2026 | 2025-01-09T19:57:39.911Z | Checking nom v7.1.3 |
2027 | 2025-01-09T19:57:39.941Z | Checking string_cache v0.8.7 |
2028 | 2025-01-09T19:57:40.028Z | Checking tokio-tungstenite v0.24.0 |
2029 | 2025-01-09T19:57:40.087Z | Checking hickory-resolver v0.24.1 |
2030 | 2025-01-09T19:57:40.189Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2031 | 2025-01-09T19:57:40.209Z | Checking postgres-types v0.2.8 |
2032 | 2025-01-09T19:57:40.235Z | Checking itertools v0.12.1 |
2033 | 2025-01-09T19:57:40.306Z | Checking indicatif v0.17.9 |
2034 | 2025-01-09T19:57:40.488Z | Checking peg-runtime v0.8.3 |
2035 | 2025-01-09T19:57:40.739Z | Checking whoami v1.5.2 |
2036 | 2025-01-09T19:57:41.049Z | Checking tokio-postgres v0.7.12 |
2037 | 2025-01-09T19:57:41.080Z | Compiling hashbrown v0.14.5 |
2038 | 2025-01-09T19:57:41.127Z | Compiling ident_case v1.0.1 |
2039 | 2025-01-09T19:57:41.153Z | Compiling unsafe-libyaml v0.2.11 |
2040 | 2025-01-09T19:57:41.307Z | Compiling darling_core v0.20.10 |
2041 | 2025-01-09T19:57:41.695Z | Checking qorb v0.2.1 |
2042 | 2025-01-09T19:57:42.643Z | Compiling regress v0.10.1 |
2043 | 2025-01-09T19:57:42.817Z | Compiling serde_yaml v0.9.34+deprecated |
2044 | 2025-01-09T19:57:43.104Z | Checking heck v0.5.0 |
2045 | 2025-01-09T19:57:43.294Z | Checking progenitor-client v0.8.0 |
2046 | 2025-01-09T19:57:43.695Z | Checking fastrand v2.1.1 |
2047 | 2025-01-09T19:57:44.020Z | Checking ipnetwork v0.20.0 |
2048 | 2025-01-09T19:57:44.181Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2049 | 2025-01-09T19:57:44.330Z | Compiling structmeta-derive v0.3.0 |
2050 | 2025-01-09T19:57:44.387Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2051 | 2025-01-09T19:57:44.734Z | Checking strum v0.26.3 |
2052 | 2025-01-09T19:57:44.900Z | Compiling dropshot v0.13.0 |
2053 | 2025-01-09T19:57:45.271Z | Checking macaddr v1.0.1 |
2054 | 2025-01-09T19:57:45.455Z | Compiling dropshot_endpoint v0.13.0 |
2055 | 2025-01-09T19:57:45.619Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2025-01-09T19:57:45.850Z | Checking tempfile v3.13.0 |
2057 | 2025-01-09T19:57:46.243Z | Compiling typify-impl v0.2.0 |
2058 | 2025-01-09T19:57:46.410Z | Checking instant v0.1.13 |
2059 | 2025-01-09T19:57:46.541Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2060 | 2025-01-09T19:57:47.111Z | Checking regress v0.9.1 |
2061 | 2025-01-09T19:57:47.145Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2025-01-09T19:57:47.373Z | Compiling structmeta v0.3.0 |
2063 | 2025-01-09T19:57:47.600Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2025-01-09T19:57:47.810Z | Compiling parse-display-derive v0.10.0 |
2065 | 2025-01-09T19:57:47.992Z | Checking backoff v0.4.0 |
2066 | 2025-01-09T19:57:48.043Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2067 | 2025-01-09T19:57:48.200Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2025-01-09T19:57:48.295Z | Checking wait-timeout v0.2.0 |
2069 | 2025-01-09T19:57:48.367Z | Checking rand_xorshift v0.3.0 |
2070 | 2025-01-09T19:57:48.431Z | Compiling darling_macro v0.20.10 |
2071 | 2025-01-09T19:57:48.487Z | Checking rusty-fork v0.3.0 |
2072 | 2025-01-09T19:57:48.566Z | Checking unarray v0.1.4 |
2073 | 2025-01-09T19:57:48.727Z | Compiling structmeta-derive v0.2.0 |
2074 | 2025-01-09T19:57:48.804Z | Checking proptest v1.5.0 |
2075 | 2025-01-09T19:57:49.402Z | Compiling darling v0.20.10 |
2076 | 2025-01-09T19:57:49.537Z | Compiling serde_with_macros v3.11.0 |
2077 | 2025-01-09T19:57:50.205Z | Checking camino-tempfile v1.1.1 |
2078 | 2025-01-09T19:57:50.489Z | Compiling proc-macro-error v1.0.4 |
2079 | 2025-01-09T19:57:50.693Z | Compiling proc-macro-crate v1.3.1 |
2080 | 2025-01-09T19:57:51.213Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2081 | 2025-01-09T19:57:51.611Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2082 | 2025-01-09T19:57:51.716Z | Compiling structmeta v0.2.0 |
2083 | 2025-01-09T19:57:51.870Z | Compiling num_enum_derive v0.5.11 |
2084 | 2025-01-09T19:57:51.943Z | Compiling foreign-types-macros v0.2.3 |
2085 | 2025-01-09T19:57:52.158Z | Compiling test-strategy v0.3.1 |
2086 | 2025-01-09T19:57:52.458Z | Checking serde_with v3.11.0 |
2087 | 2025-01-09T19:57:52.518Z | Checking parse-display v0.10.0 |
2088 | 2025-01-09T19:57:52.767Z | Checking foreign-types-shared v0.3.1 |
2089 | 2025-01-09T19:57:53.274Z | Checking tabwriter v1.4.0 |
2090 | 2025-01-09T19:57:53.330Z | Checking foreign-types v0.5.0 |
2091 | 2025-01-09T19:57:53.455Z | Checking cstr-argument v0.1.2 |
2092 | 2025-01-09T19:57:53.511Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2093 | 2025-01-09T19:57:53.560Z | Checking pretty-hex v0.2.1 |
2094 | 2025-01-09T19:57:53.650Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2095 | 2025-01-09T19:57:53.731Z | Checking colored v2.1.0 |
2096 | 2025-01-09T19:57:53.980Z | Checking smf v0.2.3 |
2097 | 2025-01-09T19:57:54.029Z | Checking itertools v0.13.0 |
2098 | 2025-01-09T19:57:54.257Z | Checking base64 v0.21.7 |
2099 | 2025-01-09T19:57:54.370Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2100 | 2025-01-09T19:57:54.442Z | Compiling crucible-workspace-hack v0.1.0 |
2101 | 2025-01-09T19:57:54.534Z | Checking num_enum v0.5.11 |
2102 | 2025-01-09T19:57:54.537Z | Compiling zerocopy v0.8.10 |
2103 | 2025-01-09T19:57:54.688Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2104 | 2025-01-09T19:57:54.736Z | Checking atomicwrites v0.4.4 |
2105 | 2025-01-09T19:57:54.943Z | Compiling zerocopy-derive v0.8.10 |
2106 | 2025-01-09T19:57:54.978Z | Compiling heapless v0.8.0 |
2107 | 2025-01-09T19:57:55.559Z | Checking termtree v0.4.1 |
2108 | 2025-01-09T19:57:55.785Z | Checking predicates-tree v1.0.11 |
2109 | 2025-01-09T19:57:55.890Z | Checking hash32 v0.3.1 |
2110 | 2025-01-09T19:57:55.951Z | Compiling smoltcp v0.11.0 |
2111 | 2025-01-09T19:57:56.106Z | Checking cobs v0.2.3 |
2112 | 2025-01-09T19:57:56.205Z | Checking sigpipe v0.1.3 |
2113 | 2025-01-09T19:57:56.297Z | Checking postcard v1.0.10 |
2114 | 2025-01-09T19:57:56.329Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2115 | 2025-01-09T19:57:56.617Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2116 | 2025-01-09T19:57:56.708Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2117 | 2025-01-09T19:57:56.734Z | Compiling mockall_derive v0.13.0 |
2118 | 2025-01-09T19:57:56.781Z | Compiling thiserror v2.0.3 |
2119 | 2025-01-09T19:57:56.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2120 | 2025-01-09T19:57:57.048Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2121 | 2025-01-09T19:57:57.155Z | Compiling thiserror-impl v2.0.3 |
2122 | 2025-01-09T19:57:57.354Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2123 | 2025-01-09T19:57:57.728Z | Compiling zone_cfg_derive v0.3.0 |
2124 | 2025-01-09T19:57:58.097Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2125 | 2025-01-09T19:57:59.376Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2126 | 2025-01-09T19:57:59.691Z | Compiling num-derive v0.4.2 |
2127 | 2025-01-09T19:57:59.739Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2128 | 2025-01-09T19:58:00.038Z | Checking fragile v2.0.0 |
2129 | 2025-01-09T19:58:00.223Z | Checking downcast v0.11.0 |
2130 | 2025-01-09T19:58:00.358Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2131 | 2025-01-09T19:58:00.441Z | Checking zone v0.3.0 |
2132 | 2025-01-09T19:58:00.631Z | Compiling convert_case v0.4.0 |
2133 | 2025-01-09T19:58:01.159Z | Checking tungstenite v0.21.0 |
2134 | 2025-01-09T19:58:01.180Z | Checking newline-converter v0.3.0 |
2135 | 2025-01-09T19:58:01.295Z | Checking same-file v1.0.6 |
2136 | 2025-01-09T19:58:01.347Z | Checking expectorate v1.1.0 |
2137 | 2025-01-09T19:58:01.482Z | Checking walkdir v2.5.0 |
2138 | 2025-01-09T19:58:01.528Z | Checking arc-swap v1.7.1 |
2139 | 2025-01-09T19:58:01.610Z | Compiling derive_more v0.99.18 |
2140 | 2025-01-09T19:58:01.764Z | Checking xattr v1.3.1 |
2141 | 2025-01-09T19:58:01.942Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2142 | 2025-01-09T19:58:01.967Z | Checking filetime v0.2.25 |
2143 | 2025-01-09T19:58:01.993Z | Checking slog-scope v4.4.0 |
2144 | 2025-01-09T19:58:02.114Z | Checking tokio-tungstenite v0.21.0 |
2145 | 2025-01-09T19:58:02.184Z | Checking tar v0.4.42 |
2146 | 2025-01-09T19:58:02.207Z | Checking slog-stdlog v4.1.1 |
2147 | 2025-01-09T19:58:02.374Z | Checking slog-envlogger v2.2.0 |
2148 | 2025-01-09T19:58:02.428Z | Checking num-rational v0.4.2 |
2149 | 2025-01-09T19:58:02.614Z | Checking num-complex v0.4.6 |
2150 | 2025-01-09T19:58:02.641Z | Checking float-ord v0.3.2 |
2151 | 2025-01-09T19:58:02.796Z | Checking indent_write v2.2.0 |
2152 | 2025-01-09T19:58:03.031Z | Compiling owo-colors v4.1.0 |
2153 | 2025-01-09T19:58:03.061Z | Checking swrite v0.1.0 |
2154 | 2025-01-09T19:58:03.174Z | Compiling cancel-safe-futures v0.1.5 |
2155 | 2025-01-09T19:58:03.199Z | Checking libsw v3.3.1 |
2156 | 2025-01-09T19:58:03.501Z | Checking password-hash v0.5.0 |
2157 | 2025-01-09T19:58:03.553Z | Checking num v0.4.3 |
2158 | 2025-01-09T19:58:03.666Z | Checking blake2 v0.10.6 |
2159 | 2025-01-09T19:58:03.967Z | Checking linear-map v1.2.0 |
2160 | 2025-01-09T19:58:04.038Z | Checking pem v3.0.4 |
2161 | 2025-01-09T19:58:04.138Z | Checking argon2 v0.5.3 |
2162 | 2025-01-09T19:58:04.297Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2163 | 2025-01-09T19:58:04.660Z | Compiling lzma-sys v0.1.20 |
2164 | 2025-01-09T19:58:04.719Z | Compiling typify-macro v0.2.0 |
2165 | 2025-01-09T19:58:04.848Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2166 | 2025-01-09T19:58:04.851Z | Checking headers-core v0.3.0 |
2167 | 2025-01-09T19:58:05.033Z | Compiling heck v0.3.3 |
2168 | 2025-01-09T19:58:05.178Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2169 | 2025-01-09T19:58:05.230Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2170 | 2025-01-09T19:58:05.284Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2171 | 2025-01-09T19:58:05.445Z | Checking highway v1.2.0 |
2172 | 2025-01-09T19:58:05.577Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2025-01-09T19:58:05.695Z | Checking headers v0.4.0 |
2174 | 2025-01-09T19:58:05.739Z | Checking mockall v0.13.0 |
2175 | 2025-01-09T19:58:05.848Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2176 | 2025-01-09T19:58:05.988Z | Checking yasna v0.5.2 |
2177 | 2025-01-09T19:58:06.036Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2178 | 2025-01-09T19:58:06.142Z | Checking base64 v0.13.1 |
2179 | 2025-01-09T19:58:06.557Z | Checking ron v0.7.1 |
2180 | 2025-01-09T19:58:06.801Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2181 | 2025-01-09T19:58:06.913Z | Checking rcgen v0.12.1 |
2182 | 2025-01-09T19:58:07.158Z | Checking zone v0.1.8 |
2183 | 2025-01-09T19:58:07.286Z | Checking xz2 v0.1.7 |
2184 | 2025-01-09T19:58:07.632Z | Checking subprocess v0.2.9 |
2185 | 2025-01-09T19:58:07.775Z | Checking humantime v2.1.0 |
2186 | 2025-01-09T19:58:07.882Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2187 | 2025-01-09T19:58:08.093Z | Compiling semver v0.1.20 |
2188 | 2025-01-09T19:58:08.224Z | Checking half v2.4.1 |
2189 | 2025-01-09T19:58:08.385Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2190 | 2025-01-09T19:58:08.720Z | Compiling rustc_version v0.1.7 |
2191 | 2025-01-09T19:58:08.789Z | Checking ciborium-io v0.2.2 |
2192 | 2025-01-09T19:58:08.815Z | Checking prettyplease v0.2.25 |
2193 | 2025-01-09T19:58:08.929Z | Checking ciborium-ll v0.2.2 |
2194 | 2025-01-09T19:58:09.164Z | Compiling typify v0.2.0 |
2195 | 2025-01-09T19:58:09.263Z | Compiling newtype_derive v0.1.6 |
2196 | 2025-01-09T19:58:09.312Z | Compiling progenitor-impl v0.8.0 |
2197 | 2025-01-09T19:58:09.547Z | Checking ciborium v0.2.2 |
2198 | 2025-01-09T19:58:09.728Z | Checking steno v0.4.1 |
2199 | 2025-01-09T19:58:09.865Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2200 | 2025-01-09T19:58:11.734Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2201 | 2025-01-09T19:58:12.092Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2202 | 2025-01-09T19:58:12.471Z | Compiling slog-dtrace v0.3.0 |
2203 | 2025-01-09T19:58:13.107Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2204 | 2025-01-09T19:58:13.390Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2205 | 2025-01-09T19:58:13.431Z | Checking display-error-chain v0.2.2 |
2206 | 2025-01-09T19:58:13.549Z | Checking gethostname v0.5.0 |
2207 | 2025-01-09T19:58:13.589Z | Checking nibble_vec v0.1.0 |
2208 | 2025-01-09T19:58:13.614Z | Compiling blake3 v1.5.4 |
2209 | 2025-01-09T19:58:13.679Z | Checking keccak v0.1.5 |
2210 | 2025-01-09T19:58:13.805Z | Checking endian-type v0.1.2 |
2211 | 2025-01-09T19:58:13.997Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2212 | 2025-01-09T19:58:14.025Z | Checking sha3 v0.10.8 |
2213 | 2025-01-09T19:58:14.027Z | Checking radix_trie v0.2.1 |
2214 | 2025-01-09T19:58:14.434Z | Checking universal-hash v0.5.1 |
2215 | 2025-01-09T19:58:14.459Z | Checking secrecy v0.8.0 |
2216 | 2025-01-09T19:58:14.630Z | Checking opaque-debug v0.3.1 |
2217 | 2025-01-09T19:58:14.672Z | Checking aead v0.5.2 |
2218 | 2025-01-09T19:58:14.696Z | Checking chacha20 v0.9.1 |
2219 | 2025-01-09T19:58:14.721Z | Checking poly1305 v0.8.0 |
2220 | 2025-01-09T19:58:15.032Z | Compiling memmap2 v0.9.5 |
2221 | 2025-01-09T19:58:15.214Z | Compiling arrayvec v0.7.6 |
2222 | 2025-01-09T19:58:15.523Z | Compiling arrayref v0.3.9 |
2223 | 2025-01-09T19:58:15.642Z | Compiling constant_time_eq v0.3.1 |
2224 | 2025-01-09T19:58:15.667Z | Compiling toolchain_find v0.4.0 |
2225 | 2025-01-09T19:58:15.963Z | Compiling thiserror-impl-no-std v2.0.2 |
2226 | 2025-01-09T19:58:16.369Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2227 | 2025-01-09T19:58:16.392Z | Compiling topological-sort v0.2.2 |
2228 | 2025-01-09T19:58:16.490Z | Compiling rustfmt-wrapper v0.2.1 |
2229 | 2025-01-09T19:58:16.640Z | Compiling omicron-zone-package v0.12.0 |
2230 | 2025-01-09T19:58:16.707Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2231 | 2025-01-09T19:58:17.021Z | Checking chacha20poly1305 v0.10.1 |
2232 | 2025-01-09T19:58:17.078Z | Compiling async-recursion v1.1.1 |
2233 | 2025-01-09T19:58:17.102Z | Checking fxhash v0.2.1 |
2234 | 2025-01-09T19:58:17.127Z | Compiling zip v2.1.3 |
2235 | 2025-01-09T19:58:17.207Z | Checking bumpalo v3.16.0 |
2236 | 2025-01-09T19:58:17.292Z | Checking lockfree-object-pool v0.1.6 |
2237 | 2025-01-09T19:58:17.444Z | Checking simd-adler32 v0.3.7 |
2238 | 2025-01-09T19:58:17.494Z | Compiling progenitor-macro v0.8.0 |
2239 | 2025-01-09T19:58:17.547Z | Checking termcolor v1.4.1 |
2240 | 2025-01-09T19:58:17.607Z | Compiling radium v0.7.0 |
2241 | 2025-01-09T19:58:17.789Z | Checking zopfli v0.8.1 |
2242 | 2025-01-09T19:58:18.027Z | Checking maplit v1.0.2 |
2243 | 2025-01-09T19:58:18.146Z | Compiling maybe-uninit v2.0.0 |
2244 | 2025-01-09T19:58:18.168Z | Checking tap v1.0.1 |
2245 | 2025-01-09T19:58:18.351Z | Checking wyz v0.5.1 |
2246 | 2025-01-09T19:58:18.770Z | Checking funty v2.0.0 |
2247 | 2025-01-09T19:58:18.796Z | Compiling packed_struct v0.10.1 |
2248 | 2025-01-09T19:58:19.143Z | Checking crc-catalog v2.4.0 |
2249 | 2025-01-09T19:58:19.261Z | Checking home v0.5.9 |
2250 | 2025-01-09T19:58:19.300Z | Checking crc v3.2.1 |
2251 | 2025-01-09T19:58:19.308Z | Checking thiserror-no-std v2.0.2 |
2252 | 2025-01-09T19:58:19.452Z | Checking vsss-rs v3.3.4 |
2253 | 2025-01-09T19:58:19.576Z | Compiling const_format_proc_macros v0.2.33 |
2254 | 2025-01-09T19:58:19.607Z | Checking kstat-rs v0.2.4 |
2255 | 2025-01-09T19:58:19.712Z | Checking bitvec v1.0.1 |
2256 | 2025-01-09T19:58:19.754Z | Compiling packed_struct_codegen v0.10.1 |
2257 | 2025-01-09T19:58:19.944Z | Compiling vte_generate_state_changes v0.1.2 |
2258 | 2025-01-09T19:58:20.620Z | Compiling indexmap v1.9.3 |
2259 | 2025-01-09T19:58:20.780Z | Compiling libefi-sys v0.1.0 |
2260 | 2025-01-09T19:58:20.918Z | Checking nodrop v0.1.14 |
2261 | 2025-01-09T19:58:21.049Z | Checking array-init v0.0.4 |
2262 | 2025-01-09T19:58:21.144Z | Checking vte v0.11.1 |
2263 | 2025-01-09T19:58:21.750Z | Checking const_format v0.2.33 |
2264 | 2025-01-09T19:58:22.127Z | Checking smallvec v0.6.14 |
2265 | 2025-01-09T19:58:22.256Z | Checking fd-lock v4.0.2 |
2266 | 2025-01-09T19:58:22.456Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2267 | 2025-01-09T19:58:22.537Z | Compiling bitfield-struct v0.6.2 |
2268 | 2025-01-09T19:58:22.561Z | Checking bitfield v0.14.0 |
2269 | 2025-01-09T19:58:22.670Z | Checking hashbrown v0.12.3 |
2270 | 2025-01-09T19:58:22.703Z | Checking serde-hex v0.1.0 |
2271 | 2025-01-09T19:58:22.904Z | Checking strip-ansi-escapes v0.2.0 |
2272 | 2025-01-09T19:58:23.067Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2273 | 2025-01-09T19:58:23.345Z | Checking env_logger v0.10.2 |
2274 | 2025-01-09T19:58:23.384Z | Checking ron v0.8.1 |
2275 | 2025-01-09T19:58:23.776Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2276 | 2025-01-09T19:58:23.804Z | Checking hashbrown v0.13.2 |
2277 | 2025-01-09T19:58:24.015Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2278 | 2025-01-09T19:58:24.095Z | Checking crc-any v2.5.0 |
2279 | 2025-01-09T19:58:24.483Z | Checking nu-ansi-term v0.50.1 |
2280 | 2025-01-09T19:58:24.506Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2281 | 2025-01-09T19:58:24.661Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2282 | 2025-01-09T19:58:24.678Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2283 | 2025-01-09T19:58:24.886Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2284 | 2025-01-09T19:58:24.908Z | Checking object v0.30.4 |
2285 | 2025-01-09T19:58:24.911Z | Checking reedline v0.35.0 |
2286 | 2025-01-09T19:58:24.952Z | Checking path-slash v0.1.5 |
2287 | 2025-01-09T19:58:25.107Z | Compiling parking_lot_core v0.8.6 |
2288 | 2025-01-09T19:58:25.132Z | Compiling phf_generator v0.11.2 |
2289 | 2025-01-09T19:58:25.157Z | Checking glob v0.3.1 |
2290 | 2025-01-09T19:58:25.324Z | Checking bytecount v0.6.8 |
2291 | 2025-01-09T19:58:25.475Z | Checking papergrid v0.11.0 |
2292 | 2025-01-09T19:58:25.498Z | Compiling phf_codegen v0.11.2 |
2293 | 2025-01-09T19:58:25.719Z | Compiling tabled_derive v0.7.0 |
2294 | 2025-01-09T19:58:25.995Z | Checking parking_lot v0.11.2 |
2295 | 2025-01-09T19:58:26.357Z | Compiling parse-zoneinfo v0.3.1 |
2296 | 2025-01-09T19:58:26.414Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2025-01-09T19:58:26.769Z | Compiling cfg_aliases v0.1.1 |
2298 | 2025-01-09T19:58:26.885Z | Compiling nix v0.28.0 |
2299 | 2025-01-09T19:58:27.014Z | Compiling chrono-tz-build v0.4.0 |
2300 | 2025-01-09T19:58:27.666Z | Checking sled v0.34.7 |
2301 | 2025-01-09T19:58:27.715Z | Checking hickory-client v0.24.1 |
2302 | 2025-01-09T19:58:28.287Z | Checking tabled v0.15.0 |
2303 | 2025-01-09T19:58:28.470Z | Checking hickory-server v0.24.1 |
2304 | 2025-01-09T19:58:28.521Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2305 | 2025-01-09T19:58:28.544Z | Compiling chrono-tz v0.10.0 |
2306 | 2025-01-09T19:58:29.223Z | Compiling unicase v2.7.0 |
2307 | 2025-01-09T19:58:29.536Z | Compiling buf-list v1.0.3 |
2308 | 2025-01-09T19:58:30.584Z | Compiling peg-macros v0.8.4 |
2309 | 2025-01-09T19:58:31.007Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2310 | 2025-01-09T19:58:31.147Z | Compiling sqlparser_derive v0.2.2 |
2311 | 2025-01-09T19:58:31.200Z | Checking unicode_categories v0.1.1 |
2312 | 2025-01-09T19:58:31.530Z | Checking sqlformat v0.2.6 |
2313 | 2025-01-09T19:58:32.296Z | Checking sqlparser v0.45.0 |
2314 | 2025-01-09T19:58:32.638Z | Checking bcs v0.1.6 |
2315 | 2025-01-09T19:58:32.750Z | Checking progenitor v0.8.0 |
2316 | 2025-01-09T19:58:33.073Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2317 | 2025-01-09T19:58:33.144Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2318 | 2025-01-09T19:58:34.132Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2319 | 2025-01-09T19:58:36.312Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2320 | 2025-01-09T19:58:37.669Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2321 | 2025-01-09T19:58:38.142Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2322 | 2025-01-09T19:58:38.519Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2323 | 2025-01-09T19:58:40.267Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2324 | 2025-01-09T19:58:41.023Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2325 | 2025-01-09T19:58:41.453Z | Checking peg v0.8.4 |
2326 | 2025-01-09T19:58:41.554Z | Checking rustyline v14.0.0 |
2327 | 2025-01-09T19:58:41.971Z | Checking primeorder v0.13.6 |
2328 | 2025-01-09T19:58:42.244Z | Compiling mime_guess v2.0.5 |
2329 | 2025-01-09T19:58:42.456Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2330 | 2025-01-09T19:58:42.486Z | Checking nanorand v0.7.0 |
2331 | 2025-01-09T19:58:42.596Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2332 | 2025-01-09T19:58:42.883Z | Checking http-range v0.1.5 |
2333 | 2025-01-09T19:58:43.086Z | Checking flume v0.11.1 |
2334 | 2025-01-09T19:58:43.267Z | Checking atty v0.2.14 |
2335 | 2025-01-09T19:58:43.323Z | Compiling salty v0.3.0 |
2336 | 2025-01-09T19:58:43.396Z | Checking p384 v0.13.0 |
2337 | 2025-01-09T19:58:43.460Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2338 | 2025-01-09T19:58:43.615Z | Checking env_filter v0.1.2 |
2339 | 2025-01-09T19:58:43.860Z | Checking env_logger v0.11.5 |
2340 | 2025-01-09T19:58:44.176Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2341 | 2025-01-09T19:58:44.284Z | Checking hyper-staticfile v0.10.1 |
2342 | 2025-01-09T19:58:44.381Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2343 | 2025-01-09T19:58:44.504Z | Compiling dsl_auto_type v0.1.2 |
2344 | 2025-01-09T19:58:44.527Z | Checking scheduled-thread-pool v0.2.7 |
2345 | 2025-01-09T19:58:44.579Z | Compiling diesel_table_macro_syntax v0.2.0 |
2346 | 2025-01-09T19:58:44.766Z | Compiling crunchy v0.2.2 |
2347 | 2025-01-09T19:58:44.806Z | Checking r2d2 v0.8.10 |
2348 | 2025-01-09T19:58:45.029Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2349 | 2025-01-09T19:58:45.053Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2350 | 2025-01-09T19:58:45.129Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2351 | 2025-01-09T19:58:45.311Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2352 | 2025-01-09T19:58:45.607Z | Compiling tiny-keccak v2.0.2 |
2353 | 2025-01-09T19:58:45.958Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2354 | 2025-01-09T19:58:46.047Z | Compiling pin-project-internal v1.1.6 |
2355 | 2025-01-09T19:58:46.071Z | Compiling ref-cast v1.0.23 |
2356 | 2025-01-09T19:58:46.193Z | Compiling diesel_derives v2.2.3 |
2357 | 2025-01-09T19:58:46.715Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2358 | 2025-01-09T19:58:46.920Z | Compiling ascii-canvas v3.0.0 |
2359 | 2025-01-09T19:58:47.009Z | Compiling ena v0.14.3 |
2360 | 2025-01-09T19:58:47.399Z | Compiling ref-cast-impl v1.0.23 |
2361 | 2025-01-09T19:58:47.496Z | Compiling regex-syntax v0.6.29 |
2362 | 2025-01-09T19:58:48.593Z | Compiling diff v0.1.13 |
2363 | 2025-01-09T19:58:49.172Z | Checking pin-project v1.1.6 |
2364 | 2025-01-09T19:58:49.283Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2365 | 2025-01-09T19:58:49.310Z | Checking signal-hook-tokio v0.3.1 |
2366 | 2025-01-09T19:58:49.335Z | Compiling snafu-derive v0.8.5 |
2367 | 2025-01-09T19:58:49.504Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2368 | 2025-01-09T19:58:49.820Z | Compiling derive_builder_core v0.20.2 |
2369 | 2025-01-09T19:58:52.320Z | Compiling lalrpop v0.19.12 |
2370 | 2025-01-09T19:58:53.385Z | Checking globset v0.4.15 |
2371 | 2025-01-09T19:58:53.418Z | Checking olpc-cjson v0.1.4 |
2372 | 2025-01-09T19:58:53.654Z | Checking serde_plain v1.0.2 |
2373 | 2025-01-09T19:58:53.916Z | Compiling libxml v0.3.3 |
2374 | 2025-01-09T19:58:53.938Z | Compiling memoffset v0.9.1 |
2375 | 2025-01-09T19:58:54.245Z | Checking typed-path v0.9.3 |
2376 | 2025-01-09T19:58:54.488Z | Compiling derive_builder_macro v0.20.2 |
2377 | 2025-01-09T19:58:55.058Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2378 | 2025-01-09T19:58:55.389Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2379 | 2025-01-09T19:58:56.260Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2380 | 2025-01-09T19:58:58.835Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2381 | 2025-01-09T19:58:59.075Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2382 | 2025-01-09T19:59:00.207Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2383 | 2025-01-09T19:59:01.005Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2384 | 2025-01-09T19:59:01.121Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2385 | 2025-01-09T19:59:01.318Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2386 | 2025-01-09T19:59:01.838Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2387 | 2025-01-09T19:59:02.670Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2388 | 2025-01-09T19:59:02.799Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2389 | 2025-01-09T19:59:03.131Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2390 | 2025-01-09T19:59:03.526Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2391 | 2025-01-09T19:59:03.973Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2392 | 2025-01-09T19:59:04.214Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2393 | 2025-01-09T19:59:04.470Z | Checking diesel v2.2.6 |
2394 | 2025-01-09T19:59:04.822Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2395 | 2025-01-09T19:59:05.304Z | Checking snafu v0.8.5 |
2396 | 2025-01-09T19:59:05.810Z | Checking tough v0.19.0 |
2397 | 2025-01-09T19:59:07.548Z | Checking tungstenite v0.23.0 |
2398 | 2025-01-09T19:59:08.549Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2399 | 2025-01-09T19:59:08.574Z | Compiling strum_macros v0.24.3 |
2400 | 2025-01-09T19:59:09.562Z | Compiling samael v0.0.17 |
2401 | 2025-01-09T19:59:09.935Z | Compiling indoc v1.0.9 |
2402 | 2025-01-09T19:59:10.122Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2403 | 2025-01-09T19:59:10.300Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2404 | 2025-01-09T19:59:10.693Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2405 | 2025-01-09T19:59:10.874Z | Checking parse-size v1.1.0 |
2406 | 2025-01-09T19:59:11.053Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2407 | 2025-01-09T19:59:11.371Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2408 | 2025-01-09T19:59:12.314Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2409 | 2025-01-09T19:59:12.338Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2410 | 2025-01-09T19:59:13.334Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2411 | 2025-01-09T19:59:13.366Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2412 | 2025-01-09T19:59:14.737Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2413 | 2025-01-09T19:59:15.525Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2414 | 2025-01-09T19:59:15.684Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2415 | 2025-01-09T19:59:15.980Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2416 | 2025-01-09T19:59:18.213Z | Checking tokio-tungstenite v0.23.1 |
2417 | 2025-01-09T19:59:18.747Z | Checking derive_builder v0.20.2 |
2418 | 2025-01-09T19:59:19.010Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2419 | 2025-01-09T19:59:19.300Z | Checking quick-xml v0.33.0 |
2420 | 2025-01-09T19:59:20.452Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2421 | 2025-01-09T19:59:20.727Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2422 | 2025-01-09T19:59:21.441Z | Compiling impl-trait-for-tuples v0.2.2 |
2423 | 2025-01-09T19:59:21.596Z | Compiling oso-derive v0.27.3 |
2424 | 2025-01-09T19:59:22.559Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2425 | 2025-01-09T19:59:23.008Z | Checking nix v0.27.1 |
2426 | 2025-01-09T19:59:24.414Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2427 | 2025-01-09T19:59:26.541Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2428 | 2025-01-09T19:59:26.611Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2429 | 2025-01-09T19:59:26.876Z | Compiling diesel-dtrace v0.4.2 |
2430 | 2025-01-09T19:59:27.270Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2431 | 2025-01-09T19:59:28.397Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2432 | 2025-01-09T19:59:28.715Z | Checking bb8 v0.8.5 |
2433 | 2025-01-09T19:59:29.061Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2434 | 2025-01-09T19:59:29.210Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2435 | 2025-01-09T19:59:29.344Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2436 | 2025-01-09T19:59:29.827Z | Checking heck v0.4.1 |
2437 | 2025-01-09T19:59:30.061Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2438 | 2025-01-09T19:59:30.385Z | Checking rand_seeder v0.3.0 |
2439 | 2025-01-09T19:59:30.467Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2440 | 2025-01-09T19:59:30.611Z | Checking assert_matches v1.5.0 |
2441 | 2025-01-09T19:59:30.675Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2442 | 2025-01-09T19:59:30.719Z | Compiling libz-sys v1.1.20 |
2443 | 2025-01-09T19:59:30.815Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2444 | 2025-01-09T19:59:30.933Z | Checking castaway v0.2.3 |
2445 | 2025-01-09T19:59:31.119Z | Checking is_ci v1.2.0 |
2446 | 2025-01-09T19:59:31.260Z | Checking supports-color v3.0.1 |
2447 | 2025-01-09T19:59:31.285Z | Checking compact_str v0.8.0 |
2448 | 2025-01-09T19:59:31.455Z | Checking unicode-truncate v1.1.0 |
2449 | 2025-01-09T19:59:31.537Z | Checking lru v0.12.5 |
2450 | 2025-01-09T19:59:31.690Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2451 | 2025-01-09T19:59:31.844Z | Compiling instability v0.3.2 |
2452 | 2025-01-09T19:59:32.176Z | Checking cassowary v0.3.0 |
2453 | 2025-01-09T19:59:32.818Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2454 | 2025-01-09T19:59:32.925Z | Checking ratatui v0.28.1 |
2455 | 2025-01-09T19:59:32.987Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2456 | 2025-01-09T19:59:32.989Z | Compiling vergen v8.3.2 |
2457 | 2025-01-09T19:59:33.295Z | Compiling cargo-platform v0.1.8 |
2458 | 2025-01-09T19:59:33.869Z | Checking smawk v0.3.2 |
2459 | 2025-01-09T19:59:34.091Z | Checking unicode-linebreak v0.1.5 |
2460 | 2025-01-09T19:59:34.458Z | Compiling cargo_metadata v0.18.1 |
2461 | 2025-01-09T19:59:34.513Z | Checking textwrap v0.16.1 |
2462 | 2025-01-09T19:59:34.632Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2463 | 2025-01-09T19:59:34.921Z | Compiling libsqlite3-sys v0.30.1 |
2464 | 2025-01-09T19:59:35.234Z | Checking shell-words v1.1.0 |
2465 | 2025-01-09T19:59:35.408Z | Compiling rustls v0.21.12 |
2466 | 2025-01-09T19:59:35.444Z | Compiling cfg_aliases v0.2.1 |
2467 | 2025-01-09T19:59:35.564Z | Compiling nix v0.29.0 |
2468 | 2025-01-09T19:59:35.845Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2469 | 2025-01-09T19:59:36.128Z | Checking sct v0.7.1 |
2470 | 2025-01-09T19:59:36.344Z | Checking rustls-webpki v0.101.7 |
2471 | 2025-01-09T19:59:36.941Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2472 | 2025-01-09T19:59:37.240Z | Checking hashlink v0.9.1 |
2473 | 2025-01-09T19:59:37.456Z | Checking concurrent-queue v2.5.0 |
2474 | 2025-01-09T19:59:37.805Z | Checking fallible-iterator v0.3.0 |
2475 | 2025-01-09T19:59:37.887Z | Checking fallible-streaming-iterator v0.1.9 |
2476 | 2025-01-09T19:59:37.972Z | Checking plotters-backend v0.3.7 |
2477 | 2025-01-09T19:59:38.141Z | Checking parking v2.2.1 |
2478 | 2025-01-09T19:59:38.334Z | Checking plotters-svg v0.3.7 |
2479 | 2025-01-09T19:59:38.455Z | Checking rusqlite v0.32.1 |
2480 | 2025-01-09T19:59:38.582Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2481 | 2025-01-09T19:59:38.870Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2482 | 2025-01-09T19:59:39.455Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2483 | 2025-01-09T19:59:39.749Z | Checking rustls-pemfile v1.0.4 |
2484 | 2025-01-09T19:59:39.880Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2485 | 2025-01-09T19:59:39.969Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2486 | 2025-01-09T19:59:40.034Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2487 | 2025-01-09T19:59:40.120Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2488 | 2025-01-09T19:59:40.232Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2025-01-09T19:59:40.814Z | Checking async-bb8-diesel v0.2.1 |
2490 | 2025-01-09T19:59:41.215Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2025-01-09T19:59:41.546Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2492 | 2025-01-09T19:59:41.567Z | Checking tokio-rustls v0.24.1 |
2493 | 2025-01-09T19:59:41.936Z | Checking twox-hash v1.6.3 |
2494 | 2025-01-09T19:59:42.458Z | Checking cast v0.3.0 |
2495 | 2025-01-09T19:59:42.758Z | Checking criterion-plot v0.5.0 |
2496 | 2025-01-09T19:59:42.760Z | Checking plotters v0.3.7 |
2497 | 2025-01-09T19:59:43.264Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2498 | 2025-01-09T19:59:43.305Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2499 | 2025-01-09T19:59:43.925Z | Checking fatfs v0.3.6 |
2500 | 2025-01-09T19:59:44.630Z | Checking tinytemplate v1.2.1 |
2501 | 2025-01-09T19:59:45.013Z | Checking csv-core v0.1.11 |
2502 | 2025-01-09T19:59:45.036Z | Checking oorandom v11.1.4 |
2503 | 2025-01-09T19:59:45.039Z | Checking hex-literal v0.4.1 |
2504 | 2025-01-09T19:59:45.185Z | Checking anes v0.1.6 |
2505 | 2025-01-09T19:59:45.209Z | Checking event-listener v5.3.1 |
2506 | 2025-01-09T19:59:45.348Z | Checking csv v1.3.0 |
2507 | 2025-01-09T19:59:45.567Z | Checking criterion v0.5.1 |
2508 | 2025-01-09T19:59:45.643Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2509 | 2025-01-09T19:59:46.268Z | Checking rtoolbox v0.0.2 |
2510 | 2025-01-09T19:59:46.490Z | Checking rpassword v7.3.1 |
2511 | 2025-01-09T19:59:46.654Z | Checking event-listener-strategy v0.5.2 |
2512 | 2025-01-09T19:59:46.892Z | Checking tui-tree-widget v0.22.0 |
2513 | 2025-01-09T19:59:47.244Z | Checking polyval v0.6.2 |
2514 | 2025-01-09T19:59:47.550Z | Checking ghash v0.5.1 |
2515 | 2025-01-09T19:59:47.741Z | Checking futures-lite v2.3.0 |
2516 | 2025-01-09T19:59:48.445Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2517 | 2025-01-09T19:59:49.184Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2518 | 2025-01-09T19:59:49.650Z | Checking ctr v0.9.2 |
2519 | 2025-01-09T19:59:49.937Z | Checking yansi v1.0.1 |
2520 | 2025-01-09T19:59:50.492Z | Checking pretty_assertions v1.4.1 |
2521 | 2025-01-09T19:59:50.620Z | Checking aes-gcm v0.10.3 |
2522 | 2025-01-09T19:59:50.687Z | Checking ssh-encoding v0.2.0 |
2523 | 2025-01-09T19:59:50.857Z | Checking blowfish v0.9.1 |
2524 | 2025-01-09T19:59:51.010Z | Checking ssh-cipher v0.2.0 |
2525 | 2025-01-09T19:59:51.102Z | Checking bcrypt-pbkdf v0.10.0 |
2526 | 2025-01-09T19:59:51.313Z | Checking async-lock v3.4.0 |
2527 | 2025-01-09T19:59:51.375Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2528 | 2025-01-09T19:59:52.240Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2529 | 2025-01-09T19:59:52.322Z | Checking polling v3.7.3 |
2530 | 2025-01-09T19:59:52.701Z | Checking password-hash v0.4.2 |
2531 | 2025-01-09T19:59:52.783Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2532 | 2025-01-09T19:59:53.124Z | Checking matches v0.1.10 |
2533 | 2025-01-09T19:59:53.235Z | Checking idna v0.2.3 |
2534 | 2025-01-09T19:59:53.409Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2535 | 2025-01-09T19:59:53.733Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2536 | 2025-01-09T19:59:54.001Z | Checking pbkdf2 v0.11.0 |
2537 | 2025-01-09T19:59:54.321Z | Checking async-io v2.3.4 |
2538 | 2025-01-09T19:59:54.780Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2539 | 2025-01-09T19:59:55.227Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2540 | 2025-01-09T19:59:56.961Z | Checking ssh-key v0.6.6 |
2541 | 2025-01-09T19:59:58.634Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2542 | 2025-01-09T19:59:59.459Z | Checking p256 v0.13.2 |
2543 | 2025-01-09T19:59:59.976Z | Checking p521 v0.13.3 |
2544 | 2025-01-09T20:00:00.190Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2545 | 2025-01-09T20:00:00.269Z | Compiling enum-as-inner v0.5.1 |
2546 | 2025-01-09T20:00:01.328Z | Checking russh-cryptovec v0.7.3 |
2547 | 2025-01-09T20:00:01.360Z | Compiling target-lexicon v0.12.16 |
2548 | 2025-01-09T20:00:01.395Z | Compiling doc-comment v0.3.3 |
2549 | 2025-01-09T20:00:01.541Z | Checking md5 v0.7.0 |
2550 | 2025-01-09T20:00:01.850Z | Checking async-task v4.7.1 |
2551 | 2025-01-09T20:00:02.153Z | Checking russh-keys v0.45.0 |
2552 | 2025-01-09T20:00:02.208Z | Checking trust-dns-proto v0.22.0 |
2553 | 2025-01-09T20:00:02.380Z | Checking async-channel v2.3.1 |
2554 | 2025-01-09T20:00:02.735Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2555 | 2025-01-09T20:00:03.558Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2556 | 2025-01-09T20:00:04.448Z | Checking piper v0.2.4 |
2557 | 2025-01-09T20:00:04.654Z | Checking num-bigint v0.4.6 |
2558 | 2025-01-09T20:00:04.676Z | Checking des v0.8.1 |
2559 | 2025-01-09T20:00:04.971Z | Checking futures-timer v3.0.3 |
2560 | 2025-01-09T20:00:05.300Z | Compiling dhcproto-macros v0.1.0 |
2561 | 2025-01-09T20:00:06.200Z | Compiling guppy-workspace-hack v0.1.0 |
2562 | 2025-01-09T20:00:06.260Z | Compiling assert_cmd v2.0.16 |
2563 | 2025-01-09T20:00:06.520Z | Checking dhcproto v0.12.0 |
2564 | 2025-01-09T20:00:06.746Z | Checking blocking v1.6.1 |
2565 | 2025-01-09T20:00:07.352Z | Checking russh v0.45.0 |
2566 | 2025-01-09T20:00:07.556Z | Checking async-executor v1.13.1 |
2567 | 2025-01-09T20:00:08.035Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2568 | 2025-01-09T20:00:08.138Z | Checking async-signal v0.2.10 |
2569 | 2025-01-09T20:00:08.388Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2570 | 2025-01-09T20:00:08.791Z | Checking internet-checksum v0.2.1 |
2571 | 2025-01-09T20:00:08.971Z | Compiling target-spec v3.2.2 |
2572 | 2025-01-09T20:00:09.023Z | Checking event-listener v2.5.3 |
2573 | 2025-01-09T20:00:09.259Z | Checking async-channel v1.9.0 |
2574 | 2025-01-09T20:00:09.571Z | Checking async-process v2.3.0 |
2575 | 2025-01-09T20:00:10.107Z | Checking async-global-executor v2.4.1 |
2576 | 2025-01-09T20:00:10.422Z | Checking cfg-expr v0.17.0 |
2577 | 2025-01-09T20:00:10.578Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2578 | 2025-01-09T20:00:11.282Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2579 | 2025-01-09T20:00:11.772Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2580 | 2025-01-09T20:00:12.231Z | Checking httptest v0.16.1 |
2581 | 2025-01-09T20:00:12.300Z | Checking rustls-native-certs v0.7.3 |
2582 | 2025-01-09T20:00:12.524Z | Compiling petname v2.0.2 |
2583 | 2025-01-09T20:00:12.981Z | Checking num_cpus v1.16.0 |
2584 | 2025-01-09T20:00:13.122Z | Checking kv-log-macro v1.0.7 |
2585 | 2025-01-09T20:00:13.281Z | Compiling async-attributes v1.1.2 |
2586 | 2025-01-09T20:00:14.099Z | Checking async-std v1.13.0 |
2587 | 2025-01-09T20:00:16.154Z | Checking threadpool v1.8.1 |
2588 | 2025-01-09T20:00:16.342Z | Checking hyper-rustls v0.26.0 |
2589 | 2025-01-09T20:00:16.698Z | Checking pathdiff v0.2.2 |
2590 | 2025-01-09T20:00:16.754Z | Compiling rstest_macros v0.23.0 |
2591 | 2025-01-09T20:00:16.875Z | Compiling target-triple v0.1.3 |
2592 | 2025-01-09T20:00:17.301Z | Checking nested v0.1.1 |
2593 | 2025-01-09T20:00:17.444Z | Checking escape8259 v0.5.3 |
2594 | 2025-01-09T20:00:17.537Z | Checking guppy v0.17.8 |
2595 | 2025-01-09T20:00:17.654Z | Checking libtest-mimic v0.7.3 |
2596 | 2025-01-09T20:00:17.803Z | Checking async-object-pool v0.1.5 |
2597 | 2025-01-09T20:00:18.187Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2598 | 2025-01-09T20:00:18.840Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2599 | 2025-01-09T20:00:19.144Z | Checking similar-asserts v1.6.0 |
2600 | 2025-01-09T20:00:19.375Z | Checking fancy-regex v0.13.0 |
2601 | 2025-01-09T20:00:19.705Z | Checking serde_regex v1.1.0 |
2602 | 2025-01-09T20:00:19.988Z | Checking assert-json-diff v2.0.2 |
2603 | 2025-01-09T20:00:20.162Z | Compiling proc-macro-crate v3.2.0 |
2604 | 2025-01-09T20:00:20.285Z | Checking path-tree v0.8.1 |
2605 | 2025-01-09T20:00:20.645Z | Checking stringmetrics v2.2.2 |
2606 | 2025-01-09T20:00:20.907Z | Compiling relative-path v1.9.3 |
2607 | 2025-01-09T20:00:21.415Z | Checking sync-ptr v0.1.1 |
2608 | 2025-01-09T20:00:21.607Z | Checking httpmock v0.8.0-alpha.1 |
2609 | 2025-01-09T20:00:21.644Z | Checking datatest-stable v0.2.9 |
2610 | 2025-01-09T20:00:22.080Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2611 | 2025-01-09T20:00:23.584Z | Checking blake2b_simd v1.0.2 |
2612 | 2025-01-09T20:00:24.491Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2613 | 2025-01-09T20:00:24.835Z | Compiling git2 v0.19.0 |
2614 | 2025-01-09T20:00:26.035Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2615 | 2025-01-09T20:00:26.360Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2616 | 2025-01-09T20:00:26.678Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2617 | 2025-01-09T20:00:26.995Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2618 | 2025-01-09T20:00:27.267Z | Checking serde_tokenstream v0.2.2 |
2619 | 2025-01-09T20:00:27.299Z | Checking uzers v0.12.1 |
2620 | 2025-01-09T20:00:27.799Z | Checking rust-argon2 v2.1.0 |
2621 | 2025-01-09T20:00:27.822Z | Checking trybuild v1.0.101 |
2622 | 2025-01-09T20:00:28.273Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2623 | 2025-01-09T20:00:29.251Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2624 | 2025-01-09T20:00:29.676Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2625 | 2025-01-09T20:00:32.444Z | Checking rstest v0.23.0 |
2626 | 2025-01-09T20:00:32.684Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2627 | 2025-01-09T20:00:33.004Z | Checking rand_distr v0.4.3 |
2628 | 2025-01-09T20:00:33.128Z | Checking multimap v0.10.0 |
2629 | 2025-01-09T20:00:33.462Z | Checking approx v0.5.1 |
2630 | 2025-01-09T20:00:33.755Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2631 | 2025-01-09T20:00:34.488Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2632 | 2025-01-09T20:00:34.606Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2633 | 2025-01-09T20:00:34.630Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2634 | 2025-01-09T20:00:34.932Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2635 | 2025-01-09T20:00:35.998Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2636 | 2025-01-09T20:00:36.279Z | Checking partial-io v0.5.4 |
2637 | 2025-01-09T20:00:36.463Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2638 | 2025-01-09T20:00:36.632Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2639 | 2025-01-09T20:00:36.668Z | Checking cargo_toml v0.20.5 |
2640 | 2025-01-09T20:00:36.745Z | Checking termios v0.3.3 |
2641 | 2025-01-09T20:00:36.966Z | Compiling indoc v2.0.5 |
2642 | 2025-01-09T20:00:37.028Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2643 | 2025-01-09T20:00:38.632Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2644 | 2025-01-09T20:00:40.395Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2645 | 2025-01-09T20:00:58.043Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2646 | 2025-01-09T20:01:00.180Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2647 | 2025-01-09T20:01:02.636Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2648 | 2025-01-09T20:01:22.106Z | Compiling polar-core v0.27.3 |
2649 | 2025-01-09T20:01:33.454Z | Checking oso v0.27.3 |
2650 | 2025-01-09T20:01:40.206Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2651 | 2025-01-09T20:01:40.578Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2652 | 2025-01-09T20:01:41.606Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2653 | 2025-01-09T20:02:25.145Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2654 | 2025-01-09T20:02:25.145Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2655 | 2025-01-09T20:02:25.147Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2656 | 2025-01-09T20:03:53.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s |
2657 | 2025-01-09T20:03:54.052Z | |
2658 | 2025-01-09T20:03:54.053Z | real 6:54.390045756 |
2659 | 2025-01-09T20:03:54.053Z | user 36:40.702619775 |
2660 | 2025-01-09T20:03:54.053Z | sys 6:48.792497577 |
2661 | 2025-01-09T20:03:54.056Z | trap 0.989738911 |
2662 | 2025-01-09T20:03:54.056Z | tflt 2.136940981 |
2663 | 2025-01-09T20:03:54.056Z | dflt 0.728836618 |
2664 | 2025-01-09T20:03:54.056Z | kflt 0.001457120 |
2665 | 2025-01-09T20:03:54.056Z | lock 53:19.865572042 |
2666 | 2025-01-09T20:03:54.056Z | slp 2:06:34.763340403 |
2667 | 2025-01-09T20:03:54.056Z | lat 1:40.987017426 |
2668 | 2025-01-09T20:03:54.056Z | stop 6:35.709754622 |
2669 | 2025-01-09T20:03:54.057Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2670 | 2025-01-09T20:03:54.057Z | + ptime -m cargo doc --workspace --no-deps |
2671 | 2025-01-09T20:03:55.274Z | warning: output filename collision. |
2672 | 2025-01-09T20:03:55.274Z | 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)`. |
2673 | 2025-01-09T20:03:55.274Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2674 | 2025-01-09T20:03:55.274Z | The targets should have unique names. |
2675 | 2025-01-09T20:03:55.274Z | This is a known bug where multiple crates with the same name use |
2676 | 2025-01-09T20:03:55.274Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2677 | 2025-01-09T20:03:55.737Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2678 | 2025-01-09T20:03:55.808Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2679 | 2025-01-09T20:03:55.827Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2680 | 2025-01-09T20:03:55.867Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2681 | 2025-01-09T20:03:55.892Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2682 | 2025-01-09T20:03:55.923Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2683 | 2025-01-09T20:03:55.926Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2684 | 2025-01-09T20:03:56.129Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2685 | 2025-01-09T20:03:56.152Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2686 | 2025-01-09T20:03:56.191Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2687 | 2025-01-09T20:03:56.282Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2688 | 2025-01-09T20:03:56.396Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2689 | 2025-01-09T20:03:56.597Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2690 | 2025-01-09T20:03:56.708Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2691 | 2025-01-09T20:03:56.945Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2692 | 2025-01-09T20:03:59.687Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2693 | 2025-01-09T20:04:00.927Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2694 | 2025-01-09T20:04:01.259Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2695 | 2025-01-09T20:04:01.313Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2696 | 2025-01-09T20:04:01.472Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2697 | 2025-01-09T20:04:01.499Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2698 | 2025-01-09T20:04:01.634Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2699 | 2025-01-09T20:04:01.782Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2700 | 2025-01-09T20:04:01.983Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2701 | 2025-01-09T20:04:02.306Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2702 | 2025-01-09T20:04:02.879Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2703 | 2025-01-09T20:04:03.480Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2704 | 2025-01-09T20:04:03.524Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2705 | 2025-01-09T20:04:03.734Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2706 | 2025-01-09T20:04:03.778Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2707 | 2025-01-09T20:04:03.938Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2708 | 2025-01-09T20:04:04.026Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2709 | 2025-01-09T20:04:04.129Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2710 | 2025-01-09T20:04:04.167Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2711 | 2025-01-09T20:04:04.258Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2712 | 2025-01-09T20:04:04.469Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2713 | 2025-01-09T20:04:04.795Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2714 | 2025-01-09T20:04:04.997Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2715 | 2025-01-09T20:04:05.074Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2716 | 2025-01-09T20:04:05.313Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2717 | 2025-01-09T20:04:05.336Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2718 | 2025-01-09T20:04:05.388Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2719 | 2025-01-09T20:04:06.263Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2720 | 2025-01-09T20:04:06.309Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2721 | 2025-01-09T20:04:09.201Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2722 | 2025-01-09T20:04:11.098Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2723 | 2025-01-09T20:04:11.290Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2724 | 2025-01-09T20:04:12.177Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2725 | 2025-01-09T20:04:12.298Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2726 | 2025-01-09T20:04:12.977Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2727 | 2025-01-09T20:04:13.441Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2728 | 2025-01-09T20:04:13.973Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2729 | 2025-01-09T20:04:14.019Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2730 | 2025-01-09T20:04:14.527Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2731 | 2025-01-09T20:04:14.576Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2732 | 2025-01-09T20:04:20.481Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2733 | 2025-01-09T20:04:21.285Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2734 | 2025-01-09T20:04:22.152Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2735 | 2025-01-09T20:04:23.576Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2736 | 2025-01-09T20:04:23.732Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2737 | 2025-01-09T20:04:23.961Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2738 | 2025-01-09T20:04:24.172Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2739 | 2025-01-09T20:04:24.430Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2740 | 2025-01-09T20:04:24.612Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2741 | 2025-01-09T20:04:24.901Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2742 | 2025-01-09T20:04:24.970Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2743 | 2025-01-09T20:04:25.761Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2744 | 2025-01-09T20:04:26.147Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2745 | 2025-01-09T20:04:26.336Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2746 | 2025-01-09T20:04:26.493Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2747 | 2025-01-09T20:04:26.868Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2748 | 2025-01-09T20:04:27.516Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2749 | 2025-01-09T20:04:27.666Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2750 | 2025-01-09T20:04:27.928Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2751 | 2025-01-09T20:04:28.510Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2752 | 2025-01-09T20:04:28.513Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2753 | 2025-01-09T20:04:28.553Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2754 | 2025-01-09T20:04:29.176Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2755 | 2025-01-09T20:04:29.522Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2756 | 2025-01-09T20:04:29.666Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2757 | 2025-01-09T20:04:30.239Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2758 | 2025-01-09T20:04:30.503Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2759 | 2025-01-09T20:04:31.424Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2760 | 2025-01-09T20:04:31.540Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2761 | 2025-01-09T20:04:31.716Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2762 | 2025-01-09T20:04:31.937Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2763 | 2025-01-09T20:04:32.028Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2764 | 2025-01-09T20:04:32.231Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2765 | 2025-01-09T20:04:32.309Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2766 | 2025-01-09T20:04:32.737Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2767 | 2025-01-09T20:04:32.799Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2768 | 2025-01-09T20:04:32.966Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2769 | 2025-01-09T20:04:33.577Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2770 | 2025-01-09T20:04:33.700Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2771 | 2025-01-09T20:04:34.131Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2772 | 2025-01-09T20:04:34.247Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2773 | 2025-01-09T20:04:34.637Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2774 | 2025-01-09T20:04:34.733Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2775 | 2025-01-09T20:04:34.821Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2776 | 2025-01-09T20:04:36.098Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2777 | 2025-01-09T20:04:36.144Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2778 | 2025-01-09T20:04:36.309Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2779 | 2025-01-09T20:04:36.797Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2780 | 2025-01-09T20:04:37.087Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2781 | 2025-01-09T20:04:37.866Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2782 | 2025-01-09T20:04:38.918Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2783 | 2025-01-09T20:04:39.062Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2784 | 2025-01-09T20:04:42.257Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2785 | 2025-01-09T20:04:42.490Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2786 | 2025-01-09T20:04:42.709Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2787 | 2025-01-09T20:04:43.708Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2788 | 2025-01-09T20:04:43.862Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2789 | 2025-01-09T20:04:45.185Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2790 | 2025-01-09T20:04:47.548Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2791 | 2025-01-09T20:04:48.589Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2792 | 2025-01-09T20:04:49.901Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2793 | 2025-01-09T20:04:58.134Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2794 | 2025-01-09T20:05:05.102Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2795 | 2025-01-09T20:05:07.321Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2796 | 2025-01-09T20:05:57.161Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2797 | 2025-01-09T20:06:00.317Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2798 | 2025-01-09T20:06:10.319Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2799 | 2025-01-09T20:06:13.817Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2800 | 2025-01-09T20:06:36.253Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2801 | 2025-01-09T20:06:37.068Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2802 | 2025-01-09T20:06:38.055Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2803 | 2025-01-09T20:06:38.271Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2804 | 2025-01-09T20:06:38.946Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2805 | 2025-01-09T20:06:40.117Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2806 | 2025-01-09T20:06:41.117Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2807 | 2025-01-09T20:06:43.224Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2808 | 2025-01-09T20:06:57.057Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2809 | 2025-01-09T20:07:20.577Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2810 | 2025-01-09T20:07:22.046Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2811 | 2025-01-09T20:07:22.563Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2812 | 2025-01-09T20:07:36.720Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2813 | 2025-01-09T20:07:45.522Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2814 | 2025-01-09T20:07:48.209Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2815 | 2025-01-09T20:07:51.202Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2816 | 2025-01-09T20:07:56.659Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2817 | 2025-01-09T20:08:14.016Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2818 | 2025-01-09T20:08:16.195Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2819 | 2025-01-09T20:08:21.890Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2820 | 2025-01-09T20:08:24.258Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2821 | 2025-01-09T20:08:30.460Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2822 | 2025-01-09T20:08:32.933Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2823 | 2025-01-09T20:08:44.846Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2824 | 2025-01-09T20:08:47.226Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2825 | 2025-01-09T20:08:48.819Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2826 | 2025-01-09T20:08:53.506Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2827 | 2025-01-09T20:08:55.900Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2828 | 2025-01-09T20:09:00.629Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2829 | 2025-01-09T20:09:03.502Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2830 | 2025-01-09T20:09:07.584Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2831 | 2025-01-09T20:09:14.210Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2832 | 2025-01-09T20:09:17.014Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2833 | 2025-01-09T20:09:19.229Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2834 | 2025-01-09T20:09:22.312Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2835 | 2025-01-09T20:09:30.737Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2836 | 2025-01-09T20:09:33.064Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2837 | 2025-01-09T20:09:35.500Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2838 | 2025-01-09T20:09:47.561Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2839 | 2025-01-09T20:09:49.154Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2840 | 2025-01-09T20:09:49.299Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2841 | 2025-01-09T20:09:49.586Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2842 | 2025-01-09T20:09:57.474Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2025-01-09T20:10:01.248Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2844 | 2025-01-09T20:10:03.426Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2845 | 2025-01-09T20:10:08.119Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2846 | 2025-01-09T20:10:09.234Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2847 | 2025-01-09T20:10:10.858Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2848 | 2025-01-09T20:10:16.798Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2849 | 2025-01-09T20:10:18.376Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2850 | 2025-01-09T20:10:23.833Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2851 | 2025-01-09T20:10:24.454Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2852 | 2025-01-09T20:10:25.889Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2853 | 2025-01-09T20:10:26.769Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2854 | 2025-01-09T20:10:37.686Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2855 | 2025-01-09T20:10:37.732Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2856 | 2025-01-09T20:10:44.439Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2857 | 2025-01-09T20:10:45.594Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2858 | 2025-01-09T20:10:47.739Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2859 | 2025-01-09T20:10:47.899Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2860 | 2025-01-09T20:10:49.278Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2861 | 2025-01-09T20:10:52.269Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2862 | 2025-01-09T20:10:59.172Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2863 | 2025-01-09T20:10:59.826Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2864 | 2025-01-09T20:11:03.803Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2865 | 2025-01-09T20:11:04.551Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2866 | 2025-01-09T20:11:08.623Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2867 | 2025-01-09T20:11:10.669Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2868 | 2025-01-09T20:11:12.549Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2869 | 2025-01-09T20:11:18.954Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2870 | 2025-01-09T20:11:20.044Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2871 | 2025-01-09T20:11:25.419Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2025-01-09T20:11:26.583Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2873 | 2025-01-09T20:11:27.756Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2874 | 2025-01-09T20:11:27.998Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2875 | 2025-01-09T20:11:28.434Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2876 | 2025-01-09T20:11:28.465Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2877 | 2025-01-09T20:11:42.758Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2878 | 2025-01-09T20:11:43.096Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2879 | 2025-01-09T20:11:43.576Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2880 | 2025-01-09T20:11:48.112Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2881 | 2025-01-09T20:11:50.385Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2882 | 2025-01-09T20:11:50.545Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2883 | 2025-01-09T20:11:50.917Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2884 | 2025-01-09T20:11:53.012Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2885 | 2025-01-09T20:11:58.897Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2886 | 2025-01-09T20:11:59.797Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2887 | 2025-01-09T20:12:01.929Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2888 | 2025-01-09T20:12:06.164Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2889 | 2025-01-09T20:12:06.509Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2890 | 2025-01-09T20:12:07.283Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2025-01-09T20:12:13.228Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2892 | 2025-01-09T20:12:15.065Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2893 | 2025-01-09T20:12:17.995Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2894 | 2025-01-09T20:12:18.931Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2895 | 2025-01-09T20:12:22.799Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2896 | 2025-01-09T20:12:24.006Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2897 | 2025-01-09T20:12:25.856Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2898 | 2025-01-09T20:12:26.513Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2899 | 2025-01-09T20:12:26.986Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2900 | 2025-01-09T20:12:28.601Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2901 | 2025-01-09T20:12:29.025Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2902 | 2025-01-09T20:12:29.609Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2903 | 2025-01-09T20:12:31.028Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2904 | 2025-01-09T20:12:31.660Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2905 | 2025-01-09T20:12:32.411Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2906 | 2025-01-09T20:12:35.109Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2907 | 2025-01-09T20:12:35.156Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2908 | 2025-01-09T20:12:36.529Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2909 | 2025-01-09T20:12:36.926Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2910 | 2025-01-09T20:12:36.928Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2911 | 2025-01-09T20:13:15.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 20s |
2912 | 2025-01-09T20:13:15.253Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2913 | 2025-01-09T20:13:15.321Z | |
2914 | 2025-01-09T20:13:15.324Z | real 9:21.137313790 |
2915 | 2025-01-09T20:13:15.324Z | user 27:20.302193884 |
2916 | 2025-01-09T20:13:15.324Z | sys 42:40.340470101 |
2917 | 2025-01-09T20:13:15.324Z | trap 0.465809068 |
2918 | 2025-01-09T20:13:15.324Z | tflt 0.120319117 |
2919 | 2025-01-09T20:13:15.325Z | dflt 0.141605008 |
2920 | 2025-01-09T20:13:15.325Z | kflt 0.000011628 |
2921 | 2025-01-09T20:13:15.325Z | lock 1:32:41.967507581 |
2922 | 2025-01-09T20:13:15.325Z | slp 2:37:23.123671293 |
2923 | 2025-01-09T20:13:15.325Z | lat 1:19.088979364 |
2924 | 2025-01-09T20:13:15.325Z | stop 1:12.275924357 |
2925 | 2025-01-09T20:13:15.325Z | process exited: duration 1364456 ms, exit code 0 |
|
2926 | 2025-01-09T20:13:15.331Z | found 0 output files |