|
|
|
1 | 2024-11-28T00:50:11.264Z | job assigned to worker 01JDR3WKB698865DKGY94R6R3F [factory aws, i-06d1db67fd81bb48d] (queued for 1 m 4 s) |
|
2 | 2024-11-28T00:50:19.380Z | starting task 0: "setup" |
3 | 2024-11-28T00:50:19.388Z | ++ uname -s |
4 | 2024-11-28T00:50:19.392Z | + kern=SunOS |
5 | 2024-11-28T00:50:19.392Z | + case "$kern" in |
6 | 2024-11-28T00:50:19.392Z | + groupadd -g 12345 build |
7 | 2024-11-28T00:50:19.395Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T00:50:21.399Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T00:50:21.501Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T00:50:21.503Z | + home_fs=zfs |
11 | 2024-11-28T00:50:21.503Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T00:50:21.503Z | + mkdir -p /home/build |
13 | 2024-11-28T00:50:21.506Z | + chown build:build /home/build /work |
14 | 2024-11-28T00:50:23.506Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T00:50:23.509Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-11-28T00:50:23.518Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T00:50:23.525Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T00:50:23.525Z | ' 1.81.0 |
19 | 2024-11-28T00:50:23.525Z | * toolchain channel = "1.81.0" |
20 | 2024-11-28T00:50:23.525Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T00:50:23.525Z | ' default |
22 | 2024-11-28T00:50:23.525Z | * toolchain profile = "default" |
23 | 2024-11-28T00:50:23.525Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T00:50:23.529Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T00:50:23.802Z | info: downloading installer |
26 | 2024-11-28T00:50:25.491Z | info: profile set to 'default' |
27 | 2024-11-28T00:50:25.491Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T00:50:25.494Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T00:50:25.662Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T00:50:25.662Z | info: downloading component 'cargo' |
31 | 2024-11-28T00:50:26.522Z | info: downloading component 'clippy' |
32 | 2024-11-28T00:50:26.841Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T00:50:28.036Z | info: downloading component 'rust-std' |
34 | 2024-11-28T00:50:29.905Z | info: downloading component 'rustc' |
35 | 2024-11-28T00:50:36.604Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T00:50:36.855Z | info: installing component 'cargo' |
37 | 2024-11-28T00:50:37.634Z | info: installing component 'clippy' |
38 | 2024-11-28T00:50:37.991Z | info: installing component 'rust-docs' |
39 | 2024-11-28T00:50:39.617Z | info: installing component 'rust-std' |
40 | 2024-11-28T00:50:41.306Z | info: installing component 'rustc' |
41 | 2024-11-28T00:50:46.840Z | info: installing component 'rustfmt' |
42 | 2024-11-28T00:50:47.158Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T00:50:47.158Z | |
44 | 2024-11-28T00:50:47.519Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T00:50:47.519Z | |
46 | 2024-11-28T00:50:47.521Z | |
47 | 2024-11-28T00:50:47.522Z | Rust is installed now. Great! |
48 | 2024-11-28T00:50:47.522Z | |
49 | 2024-11-28T00:50:47.522Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T00:50:47.522Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T00:50:47.522Z | |
52 | 2024-11-28T00:50:47.522Z | To configure your current shell, you need to source |
53 | 2024-11-28T00:50:47.522Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T00:50:47.522Z | |
55 | 2024-11-28T00:50:47.522Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T00:50:47.522Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T00:50:47.522Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T00:50:47.587Z | + rustc --version |
59 | 2024-11-28T00:50:47.651Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T00:50:47.655Z | process exited: duration 24133 ms, exit code 0 |
|
61 | 2024-11-28T00:50:47.662Z | starting task 2: "authentication" |
62 | 2024-11-28T00:50:47.682Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-28T00:50:47.690Z | starting task 3: "clone repository" |
64 | 2024-11-28T00:50:47.694Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T00:50:47.697Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T00:50:48.992Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T00:50:55.434Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T00:50:55.434Z | + git fetch origin 4f6d2d277229bd23b8e46d0e30639770edb47afb |
69 | 2024-11-28T00:50:55.760Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T00:50:55.760Z | * branch 4f6d2d277229bd23b8e46d0e30639770edb47afb -> FETCH_HEAD |
71 | 2024-11-28T00:50:55.770Z | + [[ -n support-bundle-bg-task ]] |
72 | 2024-11-28T00:50:55.770Z | ++ git branch --show-current |
73 | 2024-11-28T00:50:55.770Z | + current=main |
74 | 2024-11-28T00:50:55.770Z | + [[ main != support-bundle-bg-task ]] |
75 | 2024-11-28T00:50:55.770Z | + git branch -f support-bundle-bg-task 4f6d2d277229bd23b8e46d0e30639770edb47afb |
76 | 2024-11-28T00:50:55.773Z | + git checkout -f support-bundle-bg-task |
77 | 2024-11-28T00:50:55.886Z | Switched to branch 'support-bundle-bg-task' |
78 | 2024-11-28T00:50:55.890Z | + git reset --hard 4f6d2d277229bd23b8e46d0e30639770edb47afb |
79 | 2024-11-28T00:50:56.005Z | HEAD is now at 4f6d2d277 Merge branch 'support-bundles-crdb' into support-bundle-bg-task |
80 | 2024-11-28T00:50:56.007Z | process exited: duration 8317 ms, exit code 0 |
|
81 | 2024-11-28T00:50:56.012Z | starting task 4: "build" |
82 | 2024-11-28T00:50:56.017Z | + source ./env.sh |
83 | 2024-11-28T00:50:56.022Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-28T00:50:56.022Z | ++ set -o xtrace |
85 | 2024-11-28T00:50:56.024Z | ++++ dirname ./env.sh |
86 | 2024-11-28T00:50:56.024Z | +++ readlink -f . |
87 | 2024-11-28T00:50:56.059Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-28T00:50:56.063Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-28T00:50:56.063Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-28T00:50:56.063Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-28T00:50:56.063Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-11-28T00:50:56.063Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-11-28T00:50:56.063Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-11-28T00:50:56.063Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-11-28T00:50:56.063Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-28T00:50:56.063Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-28T00:50:56.063Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-28T00:50:56.063Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-28T00:50:56.063Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-28T00:50:56.063Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-28T00:50:56.063Z | + cargo --version |
102 | 2024-11-28T00:50:56.115Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-28T00:50:56.117Z | + rustc --version |
104 | 2024-11-28T00:50:56.178Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-28T00:50:56.180Z | + banner prerequisites |
106 | 2024-11-28T00:50:56.224Z | |
107 | 2024-11-28T00:50:56.225Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-28T00:50:56.225Z | # # # # # # # # # # # # # # # |
109 | 2024-11-28T00:50:56.225Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-28T00:50:56.225Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-28T00:50:56.225Z | # # # # # # # # # # # # # # # |
112 | 2024-11-28T00:50:56.225Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-28T00:50:56.225Z | |
114 | 2024-11-28T00:50:56.227Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-28T00:51:14.372Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-28T00:51:18.378Z | Startup: Caching catalogs ... Done |
117 | 2024-11-28T00:51:27.500Z | Planning: Solver setup ... Done (8.269s) |
118 | 2024-11-28T00:51:27.618Z | Planning: Running solver ... Done (0.118s) |
119 | 2024-11-28T00:51:27.922Z | Planning: Finding local manifests ... Done (0.214s) |
120 | 2024-11-28T00:51:28.369Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-28T00:51:29.084Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-28T00:51:29.431Z | Planning: Package planning ... Done (0.347s) |
123 | 2024-11-28T00:51:29.489Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-28T00:51:30.469Z | Planning: Checking for conflicting actions ... Done (0.982s) |
125 | 2024-11-28T00:51:36.679Z | Planning: Consolidating action changes ... Done (6.208s) |
126 | 2024-11-28T00:51:37.075Z | Planning: Evaluating mediators ... Done (0.396s) |
127 | 2024-11-28T00:51:37.153Z | Planning: Planning completed in 18.68 seconds |
128 | 2024-11-28T00:51:37.445Z | Packages to install: 4 |
129 | 2024-11-28T00:51:37.445Z | Packages to update: 1 |
130 | 2024-11-28T00:51:37.448Z | Mediators to change: 2 |
131 | 2024-11-28T00:51:37.448Z | Services to change: 1 |
132 | 2024-11-28T00:51:37.448Z | Estimated space available: 155.64 GB |
133 | 2024-11-28T00:51:37.448Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-28T00:51:37.448Z | Create boot environment: No |
135 | 2024-11-28T00:51:37.448Z | Create backup boot environment: Yes |
136 | 2024-11-28T00:51:37.449Z | Rebuild boot archive: No |
137 | 2024-11-28T00:51:37.449Z | |
138 | 2024-11-28T00:51:37.449Z | Changed mediators: |
139 | 2024-11-28T00:51:37.449Z | mediator clang: |
140 | 2024-11-28T00:51:37.450Z | version: None -> 15 (system default) |
141 | 2024-11-28T00:51:37.450Z | |
142 | 2024-11-28T00:51:37.450Z | mediator llvm: |
143 | 2024-11-28T00:51:37.450Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-28T00:51:37.450Z | |
145 | 2024-11-28T00:51:37.450Z | Changed packages: |
146 | 2024-11-28T00:51:37.450Z | helios-dev |
147 | 2024-11-28T00:51:37.450Z | developer/build-essential |
148 | 2024-11-28T00:51:37.450Z | None -> 11-2.0 |
149 | 2024-11-28T00:51:37.450Z | library/libxmlsec1 |
150 | 2024-11-28T00:51:37.450Z | None -> 1.2.35-2.0 |
151 | 2024-11-28T00:51:37.450Z | ooce/developer/clang-15 |
152 | 2024-11-28T00:51:37.450Z | None -> 15.0.7-2.0 |
153 | 2024-11-28T00:51:37.450Z | ooce/developer/llvm-15 |
154 | 2024-11-28T00:51:37.450Z | None -> 15.0.7-2.0 |
155 | 2024-11-28T00:51:37.450Z | package/pkg |
156 | 2024-11-28T00:51:37.450Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-28T00:51:37.450Z | |
158 | 2024-11-28T00:51:37.450Z | Services: |
159 | 2024-11-28T00:51:37.450Z | restart_fmri: |
160 | 2024-11-28T00:51:37.450Z | svc:/system/update-man-index:default |
161 | 2024-11-28T00:51:37.451Z | |
162 | 2024-11-28T00:51:37.451Z | Editable files to change: |
163 | 2024-11-28T00:51:37.451Z | Update: |
164 | 2024-11-28T00:51:37.451Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-28T00:51:37.842Z | |
166 | 2024-11-28T00:51:37.842Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-28T00:51:43.421Z | Download: 204/4281 items 1.3/220.6MB 0% complete (206k/s) |
168 | 2024-11-28T00:51:50.811Z | Download: 212/4281 items 1.3/220.6MB 0% complete (202k/s) |
169 | 2024-11-28T00:51:55.814Z | Download: 601/4281 items 17.8/220.6MB 8% complete (2.9M/s) |
170 | 2024-11-28T00:52:00.820Z | Download: 934/4281 items 19.0/220.6MB 8% complete (1.8M/s) |
171 | 2024-11-28T00:52:05.837Z | Download: 1168/4281 items 76.7/220.6MB 34% complete (5.8M/s) |
172 | 2024-11-28T00:52:18.725Z | Download: 1193/4281 items 83.5/220.6MB 37% complete |
173 | 2024-11-28T00:52:24.303Z | Download: 1197/4281 items 83.5/220.6MB 37% complete |
174 | 2024-11-28T00:52:29.327Z | Download: 1441/4281 items 117.2/220.6MB 53% complete (3.5M/s) |
175 | 2024-11-28T00:52:34.310Z | Download: 1634/4281 items 117.8/220.6MB 53% complete (3.7M/s) |
176 | 2024-11-28T00:52:39.363Z | Download: 1877/4281 items 118.5/220.6MB 53% complete (150k/s) |
177 | 2024-11-28T00:52:44.385Z | Download: 2074/4281 items 118.8/220.6MB 53% complete (102k/s) |
178 | 2024-11-28T00:52:49.817Z | Download: 2215/4281 items 119.2/220.6MB 54% complete (76.2k/s) |
179 | 2024-11-28T00:53:09.673Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
180 | 2024-11-28T00:53:14.697Z | Download: 2610/4281 items 120.3/220.6MB 54% complete (257k/s) |
181 | 2024-11-28T00:53:19.709Z | Download: 2793/4281 items 120.8/220.6MB 54% complete (165k/s) |
182 | 2024-11-28T00:53:24.733Z | Download: 3010/4281 items 121.3/220.6MB 54% complete (104k/s) |
183 | 2024-11-28T00:53:29.742Z | Download: 3209/4281 items 191.4/220.6MB 86% complete (7.0M/s) |
184 | 2024-11-28T00:53:35.508Z | Download: 3246/4281 items 202.8/220.6MB 91% complete (8.1M/s) |
185 | 2024-11-28T00:53:42.604Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.0M/s) |
186 | 2024-11-28T00:53:48.081Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
187 | 2024-11-28T00:54:00.840Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (1.1M/s) |
188 | 2024-11-28T00:54:06.959Z | Download: 3290/4281 items 212.6/220.6MB 96% complete (505k/s) |
189 | 2024-11-28T00:54:12.091Z | Download: 3429/4281 items 215.1/220.6MB 97% complete (469k/s) |
190 | 2024-11-28T00:54:17.094Z | Download: 3771/4281 items 216.8/220.6MB 98% complete (427k/s) |
191 | 2024-11-28T00:54:22.098Z | Download: 3930/4281 items 218.1/220.6MB 98% complete (303k/s) |
192 | 2024-11-28T00:54:27.889Z | Download: 4201/4281 items 220.5/220.6MB 99% complete (400k/s) |
193 | 2024-11-28T00:54:31.492Z | Download: Completed 220.60 MB in 173.63 seconds (1.3M/s) |
194 | 2024-11-28T00:54:33.496Z | Actions: 1/5063 actions (Removing old actions) |
195 | 2024-11-28T00:54:33.510Z | Actions: 194/5063 actions (Installing new actions) |
196 | 2024-11-28T00:54:38.511Z | Actions: 4175/5063 actions (Installing new actions) |
197 | 2024-11-28T00:54:38.514Z | Actions: 4226/5063 actions (Updating modified actions) |
198 | 2024-11-28T00:54:38.844Z | Actions: Completed 5063 actions in 5.35 seconds. |
199 | 2024-11-28T00:54:39.242Z | Done (0.390s) |
200 | 2024-11-28T00:54:39.244Z | Done (0.000s) |
201 | 2024-11-28T00:54:39.784Z | Done (0.541s) |
202 | 2024-11-28T00:54:44.985Z | Done (4.981s) |
203 | 2024-11-28T00:54:45.249Z | Done (0.197s) |
204 | 2024-11-28T00:54:45.251Z | Done (0.000s) |
205 | 2024-11-28T00:54:45.409Z | Done (0.000s) |
206 | 2024-11-28T00:54:46.072Z | Planning: Evaluating mediator changes ... Done |
207 | 2024-11-28T00:54:46.230Z | Planning: Checking for conflicting actions ... Done |
208 | 2024-11-28T00:54:46.234Z | Planning: Consolidating action changes ... Done |
209 | 2024-11-28T00:54:46.497Z | Planning: Evaluating mediators ... Done |
210 | 2024-11-28T00:54:46.499Z | Planning: Planning completed in 0.43 seconds |
211 | 2024-11-28T00:54:46.535Z | Mediators to change: 2 |
212 | 2024-11-28T00:54:46.535Z | Create boot environment: No |
213 | 2024-11-28T00:54:46.537Z | Create backup boot environment: No |
214 | 2024-11-28T00:54:46.611Z | Done |
215 | 2024-11-28T00:54:46.611Z | Done |
216 | 2024-11-28T00:54:46.963Z | Done |
217 | 2024-11-28T00:54:50.518Z | Done |
218 | 2024-11-28T00:54:50.607Z | Done |
219 | 2024-11-28T00:54:50.609Z | Done |
220 | 2024-11-28T00:54:50.760Z | Done |
221 | 2024-11-28T00:54:51.363Z | Planning: Evaluating mediator changes ... Done |
222 | 2024-11-28T00:54:51.366Z | Planning: Merging actions ... Done |
223 | 2024-11-28T00:54:51.548Z | Planning: Checking for conflicting actions ... Done |
224 | 2024-11-28T00:54:51.551Z | Planning: Consolidating action changes ... Done |
225 | 2024-11-28T00:54:51.814Z | Planning: Evaluating mediators ... Done |
226 | 2024-11-28T00:54:51.869Z | Planning: Planning completed in 0.75 seconds |
227 | 2024-11-28T00:54:51.911Z | Packages to change: 1 |
228 | 2024-11-28T00:54:51.912Z | Mediators to change: 1 |
229 | 2024-11-28T00:54:51.918Z | Services to change: 1 |
230 | 2024-11-28T00:54:51.918Z | Create boot environment: No |
231 | 2024-11-28T00:54:51.919Z | Create backup boot environment: Yes |
232 | 2024-11-28T00:54:54.069Z | Actions: 1/6 actions (Updating modified actions) |
233 | 2024-11-28T00:54:54.104Z | Actions: Completed 6 actions in 0.04 seconds. |
234 | 2024-11-28T00:54:54.107Z | Done |
235 | 2024-11-28T00:54:54.107Z | Done |
236 | 2024-11-28T00:54:54.213Z | Done |
237 | 2024-11-28T00:54:57.765Z | Done |
238 | 2024-11-28T00:54:57.856Z | Done |
239 | 2024-11-28T00:54:57.858Z | Done |
240 | 2024-11-28T00:54:57.973Z | Done |
241 | 2024-11-28T00:54:58.402Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
242 | 2024-11-28T00:54:58.402Z | clang system 15 system |
243 | 2024-11-28T00:54:58.402Z | csh system system illumos |
244 | 2024-11-28T00:54:58.402Z | ctags system system illumos |
245 | 2024-11-28T00:54:58.402Z | gcc vendor 12 vendor |
246 | 2024-11-28T00:54:58.402Z | gcc system 10 system |
247 | 2024-11-28T00:54:58.402Z | gcc system 7 system |
248 | 2024-11-28T00:54:58.402Z | go system 1.20 system |
249 | 2024-11-28T00:54:58.402Z | go system 1.19 system |
250 | 2024-11-28T00:54:58.402Z | llvm system 15 system |
251 | 2024-11-28T00:54:58.403Z | llvm system 14 system |
252 | 2024-11-28T00:54:58.403Z | mariadb system 10.6 system |
253 | 2024-11-28T00:54:58.403Z | mta vendor vendor dma |
254 | 2024-11-28T00:54:58.403Z | openjdk system 17 system |
255 | 2024-11-28T00:54:58.403Z | openjdk system 11 system |
256 | 2024-11-28T00:54:58.403Z | openjdk system 1.8 system |
257 | 2024-11-28T00:54:58.403Z | openssl vendor 3 vendor |
258 | 2024-11-28T00:54:58.403Z | perl system 5.36 system |
259 | 2024-11-28T00:54:58.403Z | postgresql system 15 system |
260 | 2024-11-28T00:54:58.403Z | postgresql system 13 system |
261 | 2024-11-28T00:54:58.403Z | python vendor 3 vendor |
262 | 2024-11-28T00:54:58.403Z | python system 2 system |
263 | 2024-11-28T00:54:58.403Z | python3 system 3.11 system |
264 | 2024-11-28T00:54:58.403Z | ruby system 3.0 system |
265 | 2024-11-28T00:54:58.403Z | words vendor vendor american-english |
266 | 2024-11-28T00:54:58.403Z | words system system australian-english |
267 | 2024-11-28T00:54:58.403Z | words system system british-english |
268 | 2024-11-28T00:54:58.403Z | words system system canadian-english |
269 | 2024-11-28T00:54:58.403Z | words system system french |
270 | 2024-11-28T00:54:58.403Z | words system system italian |
271 | 2024-11-28T00:54:58.403Z | words system system ngerman |
272 | 2024-11-28T00:54:58.403Z | words system system ogerman |
273 | 2024-11-28T00:54:58.403Z | words system system spanish |
274 | 2024-11-28T00:54:58.729Z | PUBLISHER TYPE STATUS P LOCATION |
275 | 2024-11-28T00:54:58.729Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
276 | 2024-11-28T00:55:01.306Z | FMRI IFO |
277 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
278 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
279 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
280 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
281 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
282 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
283 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
284 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
285 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
286 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
287 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
288 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
289 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
290 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
291 | 2024-11-28T00:55:01.306Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
292 | 2024-11-28T00:55:02.038Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
293 | 2024-11-28T00:55:02.333Z | Updating crates.io index |
294 | 2024-11-28T00:55:02.335Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
295 | 2024-11-28T00:55:02.935Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
296 | 2024-11-28T00:55:03.179Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
297 | 2024-11-28T00:55:03.464Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
298 | 2024-11-28T00:55:03.742Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
299 | 2024-11-28T00:55:04.624Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
300 | 2024-11-28T00:55:06.945Z | Updating git repository `https://github.com/oxidecomputer/opte` |
301 | 2024-11-28T00:55:07.972Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
302 | 2024-11-28T00:55:08.869Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
303 | 2024-11-28T00:55:09.126Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
304 | 2024-11-28T00:55:09.404Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
305 | 2024-11-28T00:55:10.103Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
306 | 2024-11-28T00:55:10.432Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2024-11-28T00:55:10.705Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
308 | 2024-11-28T00:55:11.017Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
309 | 2024-11-28T00:55:11.283Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
310 | 2024-11-28T00:55:11.543Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
311 | 2024-11-28T00:55:11.845Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
312 | 2024-11-28T00:55:12.159Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
313 | 2024-11-28T00:55:12.536Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
314 | 2024-11-28T00:55:12.817Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
315 | 2024-11-28T00:55:13.236Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
316 | 2024-11-28T00:55:13.553Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
317 | 2024-11-28T00:55:14.178Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
318 | 2024-11-28T00:55:14.574Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
319 | 2024-11-28T00:55:15.182Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
320 | 2024-11-28T00:55:15.488Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
321 | 2024-11-28T00:55:15.759Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
322 | 2024-11-28T00:55:16.003Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
323 | 2024-11-28T00:55:17.382Z | Downloading crates ... |
324 | 2024-11-28T00:55:17.655Z | Downloaded anyhow v1.0.93 |
325 | 2024-11-28T00:55:17.659Z | Downloaded anstream v0.6.15 |
326 | 2024-11-28T00:55:17.662Z | Downloaded camino-tempfile v1.1.1 |
327 | 2024-11-28T00:55:17.665Z | Downloaded equivalent v1.0.1 |
328 | 2024-11-28T00:55:17.665Z | Downloaded anstyle-query v1.1.1 |
329 | 2024-11-28T00:55:17.665Z | Downloaded anstyle-parse v0.2.5 |
330 | 2024-11-28T00:55:17.676Z | Downloaded errno v0.3.9 |
331 | 2024-11-28T00:55:17.679Z | Downloaded cargo-platform v0.1.8 |
332 | 2024-11-28T00:55:17.679Z | Downloaded anstyle v1.0.10 |
333 | 2024-11-28T00:55:17.683Z | Downloaded digest v0.10.7 |
334 | 2024-11-28T00:55:17.686Z | Downloaded cfg-if v1.0.0 |
335 | 2024-11-28T00:55:17.686Z | Downloaded block-buffer v0.10.4 |
336 | 2024-11-28T00:55:17.689Z | Downloaded camino v1.1.9 |
337 | 2024-11-28T00:55:17.689Z | Downloaded clap_lex v0.7.2 |
338 | 2024-11-28T00:55:17.689Z | Downloaded clap_builder v4.5.21 |
339 | 2024-11-28T00:55:17.695Z | Downloaded crypto-common v0.1.6 |
340 | 2024-11-28T00:55:17.697Z | Downloaded bitflags v2.6.0 |
341 | 2024-11-28T00:55:17.699Z | Downloaded dtrace-parser v0.2.0 |
342 | 2024-11-28T00:55:17.702Z | Downloaded bytecount v0.6.8 |
343 | 2024-11-28T00:55:17.702Z | Downloaded generic-array v0.14.7 |
344 | 2024-11-28T00:55:17.705Z | Downloaded cpufeatures v0.2.14 |
345 | 2024-11-28T00:55:17.705Z | Downloaded colorchoice v1.0.2 |
346 | 2024-11-28T00:55:17.705Z | Downloaded autocfg v1.4.0 |
347 | 2024-11-28T00:55:17.709Z | Downloaded heck v0.5.0 |
348 | 2024-11-28T00:55:17.712Z | Downloaded fnv v1.0.7 |
349 | 2024-11-28T00:55:17.712Z | Downloaded clap_derive v4.5.18 |
350 | 2024-11-28T00:55:17.718Z | Downloaded is_terminal_polyfill v1.70.1 |
351 | 2024-11-28T00:55:17.723Z | Downloaded fastrand v2.1.1 |
352 | 2024-11-28T00:55:17.729Z | Downloaded scroll_derive v0.12.0 |
353 | 2024-11-28T00:55:17.731Z | Downloaded pretty-hex v0.4.1 |
354 | 2024-11-28T00:55:17.736Z | Downloaded cargo_toml v0.20.5 |
355 | 2024-11-28T00:55:17.739Z | Downloaded heck v0.4.1 |
356 | 2024-11-28T00:55:17.741Z | Downloaded macaddr v1.0.1 |
357 | 2024-11-28T00:55:17.744Z | Downloaded dof v0.3.0 |
358 | 2024-11-28T00:55:17.744Z | Downloaded itoa v1.0.11 |
359 | 2024-11-28T00:55:17.747Z | Downloaded fs-err v2.11.0 |
360 | 2024-11-28T00:55:17.754Z | Downloaded memmap v0.7.0 |
361 | 2024-11-28T00:55:17.763Z | Downloaded smawk v0.3.2 |
362 | 2024-11-28T00:55:17.766Z | Downloaded proc-macro-error-attr v1.0.4 |
363 | 2024-11-28T00:55:17.766Z | Downloaded pest_generator v2.7.14 |
364 | 2024-11-28T00:55:17.769Z | Downloaded usdt-attr-macro v0.5.0 |
365 | 2024-11-28T00:55:17.772Z | Downloaded usdt-macro v0.5.0 |
366 | 2024-11-28T00:55:17.775Z | Downloaded swrite v0.1.0 |
367 | 2024-11-28T00:55:17.778Z | Downloaded log v0.4.22 |
368 | 2024-11-28T00:55:17.781Z | Downloaded cargo_metadata v0.18.1 |
369 | 2024-11-28T00:55:17.784Z | Downloaded byteorder v1.5.0 |
370 | 2024-11-28T00:55:17.786Z | Downloaded strsim v0.11.1 |
371 | 2024-11-28T00:55:17.786Z | Downloaded serde_tokenstream v0.2.2 |
372 | 2024-11-28T00:55:17.790Z | Downloaded thiserror v1.0.69 |
373 | 2024-11-28T00:55:17.794Z | Downloaded tabled_derive v0.7.0 |
374 | 2024-11-28T00:55:17.801Z | Downloaded serde_spanned v0.6.8 |
375 | 2024-11-28T00:55:17.803Z | Downloaded plain v0.2.3 |
376 | 2024-11-28T00:55:17.809Z | Downloaded unicode-linebreak v0.1.5 |
377 | 2024-11-28T00:55:17.812Z | Downloaded thread-id v4.2.2 |
378 | 2024-11-28T00:55:17.812Z | Downloaded memchr v2.7.4 |
379 | 2024-11-28T00:55:17.817Z | Downloaded usdt v0.5.0 |
380 | 2024-11-28T00:55:17.821Z | Downloaded utf8parse v0.2.2 |
381 | 2024-11-28T00:55:17.823Z | Downloaded thiserror-impl v1.0.69 |
382 | 2024-11-28T00:55:17.827Z | Downloaded usdt-impl v0.5.0 |
383 | 2024-11-28T00:55:17.830Z | Downloaded toml_datetime v0.6.8 |
384 | 2024-11-28T00:55:17.833Z | Downloaded terminal_size v0.4.0 |
385 | 2024-11-28T00:55:17.833Z | Downloaded tempfile v3.13.0 |
386 | 2024-11-28T00:55:17.836Z | Downloaded sha2 v0.10.8 |
387 | 2024-11-28T00:55:17.836Z | Downloaded scroll v0.12.0 |
388 | 2024-11-28T00:55:17.838Z | Downloaded quote v1.0.37 |
389 | 2024-11-28T00:55:17.842Z | Downloaded once_cell v1.20.2 |
390 | 2024-11-28T00:55:17.846Z | Downloaded version_check v0.9.5 |
391 | 2024-11-28T00:55:17.854Z | Downloaded pest_derive v2.7.14 |
392 | 2024-11-28T00:55:17.857Z | Downloaded clap v4.5.21 |
393 | 2024-11-28T00:55:17.863Z | Downloaded semver v1.0.23 |
394 | 2024-11-28T00:55:17.866Z | Downloaded goblin v0.8.2 |
395 | 2024-11-28T00:55:17.870Z | Downloaded ucd-trie v0.1.7 |
396 | 2024-11-28T00:55:17.873Z | Downloaded textwrap v0.16.1 |
397 | 2024-11-28T00:55:17.876Z | Downloaded serde_derive v1.0.215 |
398 | 2024-11-28T00:55:17.878Z | Downloaded zerocopy-derive v0.7.35 |
399 | 2024-11-28T00:55:17.881Z | Downloaded typenum v1.17.0 |
400 | 2024-11-28T00:55:17.884Z | Downloaded hashbrown v0.15.0 |
401 | 2024-11-28T00:55:17.888Z | Downloaded unicode-ident v1.0.13 |
402 | 2024-11-28T00:55:17.897Z | Downloaded toml v0.8.19 |
403 | 2024-11-28T00:55:17.897Z | Downloaded indexmap v2.6.0 |
404 | 2024-11-28T00:55:17.902Z | Downloaded papergrid v0.11.0 |
405 | 2024-11-28T00:55:17.906Z | Downloaded pest_meta v2.7.14 |
406 | 2024-11-28T00:55:17.908Z | Downloaded ryu v1.0.18 |
407 | 2024-11-28T00:55:17.913Z | Downloaded serde v1.0.215 |
408 | 2024-11-28T00:55:17.918Z | Downloaded proc-macro2 v1.0.89 |
409 | 2024-11-28T00:55:17.918Z | Downloaded proc-macro-error v1.0.4 |
410 | 2024-11-28T00:55:17.928Z | Downloaded toml_edit v0.22.22 |
411 | 2024-11-28T00:55:17.952Z | Downloaded pest v2.7.14 |
412 | 2024-11-28T00:55:17.964Z | Downloaded zerocopy v0.7.35 |
413 | 2024-11-28T00:55:17.985Z | Downloaded winnow v0.6.20 |
414 | 2024-11-28T00:55:17.993Z | Downloaded serde_json v1.0.132 |
415 | 2024-11-28T00:55:17.997Z | Downloaded tabled v0.15.0 |
416 | 2024-11-28T00:55:18.009Z | Downloaded syn v1.0.109 |
417 | 2024-11-28T00:55:18.018Z | Downloaded unicode-width v0.1.14 |
418 | 2024-11-28T00:55:18.026Z | Downloaded syn v2.0.87 |
419 | 2024-11-28T00:55:18.035Z | Downloaded rustix v0.38.37 |
420 | 2024-11-28T00:55:18.069Z | Downloaded libc v0.2.162 |
421 | 2024-11-28T00:55:18.379Z | Compiling proc-macro2 v1.0.89 |
422 | 2024-11-28T00:55:18.379Z | Compiling unicode-ident v1.0.13 |
423 | 2024-11-28T00:55:18.382Z | Compiling serde v1.0.215 |
424 | 2024-11-28T00:55:18.382Z | Compiling version_check v0.9.5 |
425 | 2024-11-28T00:55:18.382Z | Compiling memchr v2.7.4 |
426 | 2024-11-28T00:55:18.382Z | Compiling thiserror v1.0.69 |
427 | 2024-11-28T00:55:18.383Z | Compiling libc v0.2.162 |
428 | 2024-11-28T00:55:18.383Z | Compiling itoa v1.0.11 |
429 | 2024-11-28T00:55:18.635Z | Compiling ucd-trie v0.1.7 |
430 | 2024-11-28T00:55:18.684Z | Compiling ryu v1.0.18 |
431 | 2024-11-28T00:55:19.009Z | Compiling once_cell v1.20.2 |
432 | 2024-11-28T00:55:19.212Z | Compiling byteorder v1.5.0 |
433 | 2024-11-28T00:55:19.338Z | Compiling rustix v0.38.37 |
434 | 2024-11-28T00:55:19.683Z | Compiling serde_json v1.0.132 |
435 | 2024-11-28T00:55:19.755Z | Compiling bitflags v2.6.0 |
436 | 2024-11-28T00:55:20.004Z | Compiling usdt-impl v0.5.0 |
437 | 2024-11-28T00:55:20.033Z | Compiling proc-macro-error-attr v1.0.4 |
438 | 2024-11-28T00:55:20.182Z | Compiling syn v1.0.109 |
439 | 2024-11-28T00:55:20.234Z | Compiling proc-macro-error v1.0.4 |
440 | 2024-11-28T00:55:20.267Z | Compiling equivalent v1.0.1 |
441 | 2024-11-28T00:55:20.373Z | Compiling hashbrown v0.15.0 |
442 | 2024-11-28T00:55:20.397Z | Compiling plain v0.2.3 |
443 | 2024-11-28T00:55:20.465Z | Compiling utf8parse v0.2.2 |
444 | 2024-11-28T00:55:20.527Z | Compiling camino v1.1.9 |
445 | 2024-11-28T00:55:20.553Z | Compiling log v0.4.22 |
446 | 2024-11-28T00:55:20.628Z | Compiling anstyle-parse v0.2.5 |
447 | 2024-11-28T00:55:20.774Z | Compiling quote v1.0.37 |
448 | 2024-11-28T00:55:20.973Z | Compiling errno v0.3.9 |
449 | 2024-11-28T00:55:21.164Z | Compiling syn v2.0.87 |
450 | 2024-11-28T00:55:21.295Z | Compiling thread-id v4.2.2 |
451 | 2024-11-28T00:55:21.410Z | Compiling anstyle-query v1.1.1 |
452 | 2024-11-28T00:55:21.434Z | Compiling pretty-hex v0.4.1 |
453 | 2024-11-28T00:55:21.501Z | Compiling indexmap v2.6.0 |
454 | 2024-11-28T00:55:21.562Z | Compiling unicode-width v0.1.14 |
455 | 2024-11-28T00:55:21.587Z | Compiling winnow v0.6.20 |
456 | 2024-11-28T00:55:21.660Z | Compiling colorchoice v1.0.2 |
457 | 2024-11-28T00:55:21.817Z | Compiling semver v1.0.23 |
458 | 2024-11-28T00:55:22.058Z | Compiling is_terminal_polyfill v1.70.1 |
459 | 2024-11-28T00:55:22.194Z | Compiling autocfg v1.4.0 |
460 | 2024-11-28T00:55:22.312Z | Compiling anstyle v1.0.10 |
461 | 2024-11-28T00:55:22.708Z | Compiling anstream v0.6.15 |
462 | 2024-11-28T00:55:22.981Z | Compiling fastrand v2.1.1 |
463 | 2024-11-28T00:55:23.013Z | Compiling clap_lex v0.7.2 |
464 | 2024-11-28T00:55:23.430Z | Compiling fs-err v2.11.0 |
465 | 2024-11-28T00:55:23.536Z | Compiling terminal_size v0.4.0 |
466 | 2024-11-28T00:55:23.560Z | Compiling heck v0.5.0 |
467 | 2024-11-28T00:55:23.584Z | Compiling bytecount v0.6.8 |
468 | 2024-11-28T00:55:23.716Z | Compiling anyhow v1.0.93 |
469 | 2024-11-28T00:55:23.747Z | Compiling fnv v1.0.7 |
470 | 2024-11-28T00:55:23.891Z | Compiling cfg-if v1.0.0 |
471 | 2024-11-28T00:55:24.000Z | Compiling strsim v0.11.1 |
472 | 2024-11-28T00:55:24.216Z | Compiling heck v0.4.1 |
473 | 2024-11-28T00:55:24.246Z | Compiling tempfile v3.13.0 |
474 | 2024-11-28T00:55:24.708Z | Compiling clap_builder v4.5.21 |
475 | 2024-11-28T00:55:24.733Z | Compiling papergrid v0.11.0 |
476 | 2024-11-28T00:55:24.930Z | Compiling memmap v0.7.0 |
477 | 2024-11-28T00:55:24.947Z | Compiling unicode-linebreak v0.1.5 |
478 | 2024-11-28T00:55:25.118Z | Compiling smawk v0.3.2 |
479 | 2024-11-28T00:55:25.436Z | Compiling textwrap v0.16.1 |
480 | 2024-11-28T00:55:25.463Z | Compiling swrite v0.1.0 |
481 | 2024-11-28T00:55:26.722Z | Compiling tabled_derive v0.7.0 |
482 | 2024-11-28T00:55:28.319Z | Compiling tabled v0.15.0 |
483 | 2024-11-28T00:55:30.062Z | Compiling serde_derive v1.0.215 |
484 | 2024-11-28T00:55:30.062Z | Compiling thiserror-impl v1.0.69 |
485 | 2024-11-28T00:55:30.065Z | Compiling zerocopy-derive v0.7.35 |
486 | 2024-11-28T00:55:30.065Z | Compiling scroll_derive v0.12.0 |
487 | 2024-11-28T00:55:30.168Z | Compiling clap_derive v4.5.18 |
488 | 2024-11-28T00:55:31.311Z | Compiling scroll v0.12.0 |
489 | 2024-11-28T00:55:31.829Z | Compiling goblin v0.8.2 |
490 | 2024-11-28T00:55:32.006Z | Compiling zerocopy v0.7.35 |
491 | 2024-11-28T00:55:33.076Z | Compiling pest v2.7.14 |
492 | 2024-11-28T00:55:33.829Z | Compiling clap v4.5.21 |
493 | 2024-11-28T00:55:35.012Z | Compiling pest_meta v2.7.14 |
494 | 2024-11-28T00:55:35.854Z | Compiling pest_generator v2.7.14 |
495 | 2024-11-28T00:55:37.757Z | Compiling pest_derive v2.7.14 |
496 | 2024-11-28T00:55:38.470Z | Compiling dtrace-parser v0.2.0 |
497 | 2024-11-28T00:55:39.963Z | Compiling serde_tokenstream v0.2.2 |
498 | 2024-11-28T00:55:40.050Z | Compiling toml_datetime v0.6.8 |
499 | 2024-11-28T00:55:40.050Z | Compiling serde_spanned v0.6.8 |
500 | 2024-11-28T00:55:40.285Z | Compiling cargo-platform v0.1.8 |
501 | 2024-11-28T00:55:40.386Z | Compiling toml_edit v0.22.22 |
502 | 2024-11-28T00:55:40.562Z | Compiling macaddr v1.0.1 |
503 | 2024-11-28T00:55:40.846Z | Compiling camino-tempfile v1.1.1 |
504 | 2024-11-28T00:55:41.450Z | Compiling dof v0.3.0 |
505 | 2024-11-28T00:55:41.580Z | Compiling cargo_metadata v0.18.1 |
506 | 2024-11-28T00:55:43.197Z | Compiling usdt-macro v0.5.0 |
507 | 2024-11-28T00:55:43.197Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2024-11-28T00:55:43.222Z | Compiling toml v0.8.19 |
509 | 2024-11-28T00:55:44.050Z | Compiling cargo_toml v0.20.5 |
510 | 2024-11-28T00:55:44.597Z | Compiling usdt v0.5.0 |
511 | 2024-11-28T00:55:47.499Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
512 | 2024-11-28T00:55:51.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.75s |
513 | 2024-11-28T00:55:51.834Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
514 | 2024-11-28T00:55:52.355Z | Downloading crates ... |
515 | 2024-11-28T00:55:52.485Z | Downloaded allocator-api2 v0.2.18 |
516 | 2024-11-28T00:55:52.500Z | Downloaded bit-vec v0.6.3 |
517 | 2024-11-28T00:55:52.502Z | Downloaded chacha20 v0.9.1 |
518 | 2024-11-28T00:55:52.522Z | Downloaded is-terminal v0.4.13 |
519 | 2024-11-28T00:55:52.530Z | Downloaded iana-time-zone v0.1.61 |
520 | 2024-11-28T00:55:52.537Z | Downloaded keccak v0.1.5 |
521 | 2024-11-28T00:55:52.539Z | Downloaded impl-trait-for-tuples v0.2.2 |
522 | 2024-11-28T00:55:52.541Z | Downloaded ipnetwork v0.20.0 |
523 | 2024-11-28T00:55:52.544Z | Downloaded inout v0.1.3 |
524 | 2024-11-28T00:55:52.546Z | Downloaded aead v0.5.2 |
525 | 2024-11-28T00:55:52.546Z | Downloaded icu_locid_transform v1.5.0 |
526 | 2024-11-28T00:55:52.549Z | Downloaded heck v0.3.3 |
527 | 2024-11-28T00:55:52.551Z | Downloaded cancel-safe-futures v0.1.5 |
528 | 2024-11-28T00:55:52.554Z | Downloaded libsw v3.3.1 |
529 | 2024-11-28T00:55:52.556Z | Downloaded icu_provider v1.5.0 |
530 | 2024-11-28T00:55:52.559Z | Downloaded linked-hash-map v0.5.6 |
531 | 2024-11-28T00:55:52.563Z | Downloaded memmap2 v0.9.5 |
532 | 2024-11-28T00:55:52.570Z | Downloaded blake3 v1.5.4 |
533 | 2024-11-28T00:55:52.579Z | Downloaded hickory-resolver v0.24.1 |
534 | 2024-11-28T00:55:52.584Z | Downloaded addr2line v0.24.2 |
535 | 2024-11-28T00:55:52.599Z | Downloaded hyper v1.5.0 |
536 | 2024-11-28T00:55:52.608Z | Downloaded hkdf v0.12.4 |
537 | 2024-11-28T00:55:52.611Z | Downloaded array-init v0.0.4 |
538 | 2024-11-28T00:55:52.614Z | Downloaded idna v0.2.3 |
539 | 2024-11-28T00:55:52.620Z | Downloaded rustversion v1.0.17 |
540 | 2024-11-28T00:55:52.623Z | Downloaded headers-core v0.3.0 |
541 | 2024-11-28T00:55:52.627Z | Downloaded rustc_version v0.4.1 |
542 | 2024-11-28T00:55:52.632Z | Downloaded assert_matches v1.5.0 |
543 | 2024-11-28T00:55:52.635Z | Downloaded ascii-canvas v3.0.0 |
544 | 2024-11-28T00:55:52.638Z | Downloaded arrayref v0.3.9 |
545 | 2024-11-28T00:55:52.639Z | Downloaded darling v0.20.10 |
546 | 2024-11-28T00:55:52.641Z | Downloaded atty v0.2.14 |
547 | 2024-11-28T00:55:52.644Z | Downloaded atomicwrites v0.4.4 |
548 | 2024-11-28T00:55:52.644Z | Downloaded async-stream-impl v0.3.6 |
549 | 2024-11-28T00:55:52.646Z | Downloaded async-bb8-diesel v0.2.1 |
550 | 2024-11-28T00:55:52.648Z | Downloaded atomic-waker v1.1.2 |
551 | 2024-11-28T00:55:52.652Z | Downloaded async-stream v0.3.6 |
552 | 2024-11-28T00:55:52.652Z | Downloaded async-recursion v1.1.1 |
553 | 2024-11-28T00:55:52.655Z | Downloaded lzma-sys v0.1.20 |
554 | 2024-11-28T00:55:52.687Z | Downloaded httpdate v1.0.3 |
555 | 2024-11-28T00:55:52.690Z | Downloaded hickory-client v0.24.1 |
556 | 2024-11-28T00:55:52.690Z | Downloaded heapless v0.8.0 |
557 | 2024-11-28T00:55:52.694Z | Downloaded crunchy v0.2.2 |
558 | 2024-11-28T00:55:52.696Z | Downloaded spin v0.9.8 |
559 | 2024-11-28T00:55:52.699Z | Downloaded hex-literal v0.4.1 |
560 | 2024-11-28T00:55:52.701Z | Downloaded hickory-server v0.24.1 |
561 | 2024-11-28T00:55:52.706Z | Downloaded hubpack v0.1.2 |
562 | 2024-11-28T00:55:52.708Z | Downloaded hex v0.4.3 |
563 | 2024-11-28T00:55:52.710Z | Downloaded bitflags v1.3.2 |
564 | 2024-11-28T00:55:52.712Z | Downloaded bit-set v0.5.3 |
565 | 2024-11-28T00:55:52.715Z | Downloaded hubpack_derive v0.1.1 |
566 | 2024-11-28T00:55:52.717Z | Downloaded async-trait v0.1.83 |
567 | 2024-11-28T00:55:52.720Z | Downloaded httparse v1.9.5 |
568 | 2024-11-28T00:55:52.723Z | Downloaded http-range v0.1.5 |
569 | 2024-11-28T00:55:52.725Z | Downloaded instant v0.1.13 |
570 | 2024-11-28T00:55:52.725Z | Downloaded hostname v0.3.1 |
571 | 2024-11-28T00:55:52.728Z | Downloaded cfg_aliases v0.1.1 |
572 | 2024-11-28T00:55:52.728Z | Downloaded ident_case v1.0.1 |
573 | 2024-11-28T00:55:52.730Z | Downloaded http-body-util v0.1.2 |
574 | 2024-11-28T00:55:52.730Z | Downloaded hostname v0.4.0 |
575 | 2024-11-28T00:55:52.733Z | Downloaded http-body v1.0.1 |
576 | 2024-11-28T00:55:52.736Z | Downloaded is_ci v1.2.0 |
577 | 2024-11-28T00:55:52.736Z | Downloaded cobs v0.2.3 |
578 | 2024-11-28T00:55:52.738Z | Downloaded home v0.5.9 |
579 | 2024-11-28T00:55:52.738Z | Downloaded highway v1.2.0 |
580 | 2024-11-28T00:55:52.740Z | Downloaded convert_case v0.4.0 |
581 | 2024-11-28T00:55:52.742Z | Downloaded cexpr v0.6.0 |
582 | 2024-11-28T00:55:52.744Z | Downloaded icu_provider_macros v1.5.0 |
583 | 2024-11-28T00:55:52.747Z | Downloaded humantime v2.1.0 |
584 | 2024-11-28T00:55:52.747Z | Downloaded crossbeam-deque v0.8.5 |
585 | 2024-11-28T00:55:52.749Z | Downloaded crucible-workspace-hack v0.1.0 |
586 | 2024-11-28T00:55:52.750Z | Downloaded heapless v0.7.17 |
587 | 2024-11-28T00:55:52.753Z | Downloaded indent_write v2.2.0 |
588 | 2024-11-28T00:55:52.756Z | Downloaded hyper-tls v0.6.0 |
589 | 2024-11-28T00:55:52.759Z | Downloaded const_format_proc_macros v0.2.33 |
590 | 2024-11-28T00:55:52.760Z | Downloaded chrono-tz-build v0.4.0 |
591 | 2024-11-28T00:55:52.763Z | Downloaded try-lock v0.2.5 |
592 | 2024-11-28T00:55:52.763Z | Downloaded matches v0.1.10 |
593 | 2024-11-28T00:55:52.763Z | Downloaded match_cfg v0.1.0 |
594 | 2024-11-28T00:55:52.766Z | Downloaded curve25519-dalek-derive v0.1.1 |
595 | 2024-11-28T00:55:52.766Z | Downloaded crc v3.2.1 |
596 | 2024-11-28T00:55:52.770Z | Downloaded ctr v0.9.2 |
597 | 2024-11-28T00:55:52.773Z | Downloaded sigpipe v0.1.3 |
598 | 2024-11-28T00:55:52.773Z | Downloaded russh-cryptovec v0.7.3 |
599 | 2024-11-28T00:55:52.773Z | Downloaded md5 v0.7.0 |
600 | 2024-11-28T00:55:52.775Z | Downloaded crc-catalog v2.4.0 |
601 | 2024-11-28T00:55:52.775Z | Downloaded cassowary v0.3.0 |
602 | 2024-11-28T00:55:52.778Z | Downloaded blowfish v0.9.1 |
603 | 2024-11-28T00:55:52.780Z | Downloaded sync_wrapper v1.0.1 |
604 | 2024-11-28T00:55:52.780Z | Downloaded kstat-rs v0.2.4 |
605 | 2024-11-28T00:55:52.782Z | Downloaded internet-checksum v0.2.1 |
606 | 2024-11-28T00:55:52.782Z | Downloaded instability v0.3.2 |
607 | 2024-11-28T00:55:52.785Z | Downloaded cipher v0.4.4 |
608 | 2024-11-28T00:55:52.788Z | Downloaded indoc v1.0.9 |
609 | 2024-11-28T00:55:52.789Z | Downloaded managed v0.8.0 |
610 | 2024-11-28T00:55:52.791Z | Downloaded colored v2.1.0 |
611 | 2024-11-28T00:55:52.794Z | Downloaded ciborium-ll v0.2.2 |
612 | 2024-11-28T00:55:52.796Z | Downloaded base64 v0.13.1 |
613 | 2024-11-28T00:55:52.799Z | Downloaded slog-envlogger v2.2.0 |
614 | 2024-11-28T00:55:52.802Z | Downloaded shlex v1.3.0 |
615 | 2024-11-28T00:55:52.802Z | Downloaded serde_plain v1.0.2 |
616 | 2024-11-28T00:55:52.805Z | Downloaded rustc_version v0.1.7 |
617 | 2024-11-28T00:55:52.805Z | Downloaded lalrpop-util v0.19.12 |
618 | 2024-11-28T00:55:52.807Z | Downloaded write16 v1.0.0 |
619 | 2024-11-28T00:55:52.809Z | Downloaded console v0.15.8 |
620 | 2024-11-28T00:55:52.812Z | Downloaded md-5 v0.10.6 |
621 | 2024-11-28T00:55:52.814Z | Downloaded cbc v0.1.2 |
622 | 2024-11-28T00:55:52.818Z | Downloaded termcolor v1.4.1 |
623 | 2024-11-28T00:55:52.818Z | Downloaded mime v0.3.17 |
624 | 2024-11-28T00:55:52.821Z | Downloaded memoffset v0.9.1 |
625 | 2024-11-28T00:55:52.821Z | Downloaded maybe-uninit v2.0.0 |
626 | 2024-11-28T00:55:52.823Z | Downloaded maplit v1.0.2 |
627 | 2024-11-28T00:55:52.823Z | Downloaded lru v0.12.5 |
628 | 2024-11-28T00:55:52.825Z | Downloaded rand_chacha v0.3.1 |
629 | 2024-11-28T00:55:52.828Z | Downloaded semver v0.1.20 |
630 | 2024-11-28T00:55:52.828Z | Downloaded bzip2 v0.4.4 |
631 | 2024-11-28T00:55:52.830Z | Downloaded schemars_derive v0.8.21 |
632 | 2024-11-28T00:55:52.832Z | Downloaded csv-core v0.1.11 |
633 | 2024-11-28T00:55:52.834Z | Downloaded slab v0.4.9 |
634 | 2024-11-28T00:55:52.837Z | Downloaded ssh-encoding v0.2.0 |
635 | 2024-11-28T00:55:52.837Z | Downloaded tokio-macros v2.4.0 |
636 | 2024-11-28T00:55:52.839Z | Downloaded const-oid v0.9.6 |
637 | 2024-11-28T00:55:52.842Z | Downloaded tokio-native-tls v0.3.1 |
638 | 2024-11-28T00:55:52.844Z | Downloaded litemap v0.7.3 |
639 | 2024-11-28T00:55:52.847Z | Downloaded cookie v0.18.1 |
640 | 2024-11-28T00:55:52.849Z | Downloaded derive_builder_macro v0.20.2 |
641 | 2024-11-28T00:55:52.849Z | Downloaded crossbeam-epoch v0.9.18 |
642 | 2024-11-28T00:55:52.853Z | Downloaded foreign-types-shared v0.1.1 |
643 | 2024-11-28T00:55:52.856Z | Downloaded hyper-rustls v0.27.3 |
644 | 2024-11-28T00:55:52.858Z | Downloaded crc-any v2.5.0 |
645 | 2024-11-28T00:55:52.860Z | Downloaded progenitor-impl v0.8.0 |
646 | 2024-11-28T00:55:52.862Z | Downloaded number_prefix v0.4.0 |
647 | 2024-11-28T00:55:52.864Z | Downloaded term v0.7.0 |
648 | 2024-11-28T00:55:52.867Z | Downloaded blake2 v0.10.6 |
649 | 2024-11-28T00:55:52.873Z | Downloaded nodrop v0.1.14 |
650 | 2024-11-28T00:55:52.877Z | Downloaded hyper-util v0.1.10 |
651 | 2024-11-28T00:55:52.881Z | Downloaded unicode-truncate v1.1.0 |
652 | 2024-11-28T00:55:52.881Z | Downloaded tokio-rustls v0.24.1 |
653 | 2024-11-28T00:55:52.884Z | Downloaded slog-term v2.9.1 |
654 | 2024-11-28T00:55:52.886Z | Downloaded compact_str v0.8.0 |
655 | 2024-11-28T00:55:52.889Z | Downloaded serde_with_macros v3.11.0 |
656 | 2024-11-28T00:55:52.892Z | Downloaded arc-swap v1.7.1 |
657 | 2024-11-28T00:55:52.914Z | Downloaded psl-types v2.0.11 |
658 | 2024-11-28T00:55:52.916Z | Downloaded icu_locid v1.5.0 |
659 | 2024-11-28T00:55:52.924Z | Downloaded futures-executor v0.3.31 |
660 | 2024-11-28T00:55:52.926Z | Downloaded icu_normalizer v1.5.0 |
661 | 2024-11-28T00:55:52.930Z | Downloaded base64 v0.22.1 |
662 | 2024-11-28T00:55:52.934Z | Downloaded hash32 v0.2.1 |
663 | 2024-11-28T00:55:52.937Z | Downloaded http v1.1.0 |
664 | 2024-11-28T00:55:52.940Z | Downloaded tar v0.4.42 |
665 | 2024-11-28T00:55:52.943Z | Downloaded zerofrom v0.1.4 |
666 | 2024-11-28T00:55:52.945Z | Downloaded zerofrom-derive v0.1.4 |
667 | 2024-11-28T00:55:52.948Z | Downloaded icu_properties v1.5.1 |
668 | 2024-11-28T00:55:52.950Z | Downloaded env_filter v0.1.2 |
669 | 2024-11-28T00:55:52.953Z | Downloaded peg v0.8.4 |
670 | 2024-11-28T00:55:52.956Z | Downloaded tokio-stream v0.1.16 |
671 | 2024-11-28T00:55:52.959Z | Downloaded tracing-core v0.1.32 |
672 | 2024-11-28T00:55:52.962Z | Downloaded aes-gcm v0.10.3 |
673 | 2024-11-28T00:55:52.966Z | Downloaded cc v1.1.30 |
674 | 2024-11-28T00:55:52.971Z | Downloaded parse-size v1.1.0 |
675 | 2024-11-28T00:55:52.974Z | Downloaded base64 v0.21.7 |
676 | 2024-11-28T00:55:52.977Z | Downloaded path-slash v0.1.5 |
677 | 2024-11-28T00:55:52.979Z | Downloaded strum v0.26.3 |
678 | 2024-11-28T00:55:52.981Z | Downloaded des v0.8.1 |
679 | 2024-11-28T00:55:52.983Z | Downloaded sha1 v0.10.6 |
680 | 2024-11-28T00:55:52.985Z | Downloaded serde_urlencoded v0.7.1 |
681 | 2024-11-28T00:55:52.988Z | Downloaded structmeta-derive v0.3.0 |
682 | 2024-11-28T00:55:52.988Z | Downloaded icu_collections v1.5.0 |
683 | 2024-11-28T00:55:52.994Z | Downloaded futures-core v0.3.31 |
684 | 2024-11-28T00:55:52.996Z | Downloaded tokio-tungstenite v0.21.0 |
685 | 2024-11-28T00:55:52.999Z | Downloaded strum_macros v0.25.3 |
686 | 2024-11-28T00:55:53.002Z | Downloaded der_derive v0.7.3 |
687 | 2024-11-28T00:55:53.005Z | Downloaded unicode-properties v0.1.3 |
688 | 2024-11-28T00:55:53.009Z | Downloaded zeroize_derive v1.4.2 |
689 | 2024-11-28T00:55:53.009Z | Downloaded wait-timeout v0.2.0 |
690 | 2024-11-28T00:55:53.009Z | Downloaded crossbeam-channel v0.5.13 |
691 | 2024-11-28T00:55:53.014Z | Downloaded phf_shared v0.10.0 |
692 | 2024-11-28T00:55:53.018Z | Downloaded samael v0.0.17 |
693 | 2024-11-28T00:55:53.024Z | Downloaded packed_struct_codegen v0.10.1 |
694 | 2024-11-28T00:55:53.027Z | Downloaded paste v1.0.15 |
695 | 2024-11-28T00:55:53.027Z | Downloaded structmeta-derive v0.2.0 |
696 | 2024-11-28T00:55:53.030Z | Downloaded structmeta v0.2.0 |
697 | 2024-11-28T00:55:53.030Z | Downloaded predicates v3.1.2 |
698 | 2024-11-28T00:55:53.033Z | Downloaded num_enum_derive v0.5.11 |
699 | 2024-11-28T00:55:53.055Z | Downloaded futures-task v0.3.31 |
700 | 2024-11-28T00:55:53.055Z | Downloaded fallible-streaming-iterator v0.1.9 |
701 | 2024-11-28T00:55:53.055Z | Downloaded universal-hash v0.5.1 |
702 | 2024-11-28T00:55:53.055Z | Downloaded dsl_auto_type v0.1.2 |
703 | 2024-11-28T00:55:53.055Z | Downloaded dirs-next v2.0.0 |
704 | 2024-11-28T00:55:53.055Z | Downloaded group v0.13.0 |
705 | 2024-11-28T00:55:53.055Z | Downloaded num-integer v0.1.46 |
706 | 2024-11-28T00:55:53.055Z | Downloaded derive_builder_core v0.20.2 |
707 | 2024-11-28T00:55:53.055Z | Downloaded multer v3.1.0 |
708 | 2024-11-28T00:55:53.059Z | Downloaded hashlink v0.9.1 |
709 | 2024-11-28T00:55:53.059Z | Downloaded derive_more v0.99.18 |
710 | 2024-11-28T00:55:53.059Z | Downloaded phf_shared v0.11.2 |
711 | 2024-11-28T00:55:53.059Z | Downloaded parse-display v0.10.0 |
712 | 2024-11-28T00:55:53.062Z | Downloaded time-core v0.1.2 |
713 | 2024-11-28T00:55:53.062Z | Downloaded num-derive v0.4.2 |
714 | 2024-11-28T00:55:53.065Z | Downloaded downcast v0.11.0 |
715 | 2024-11-28T00:55:53.065Z | Downloaded radium v0.7.0 |
716 | 2024-11-28T00:55:53.068Z | Downloaded primeorder v0.13.6 |
717 | 2024-11-28T00:55:53.068Z | Downloaded tokio-tungstenite v0.24.0 |
718 | 2024-11-28T00:55:53.070Z | Downloaded serde_path_to_error v0.1.16 |
719 | 2024-11-28T00:55:53.073Z | Downloaded vte v0.11.1 |
720 | 2024-11-28T00:55:53.077Z | Downloaded structmeta v0.3.0 |
721 | 2024-11-28T00:55:53.077Z | Downloaded salsa20 v0.10.2 |
722 | 2024-11-28T00:55:53.081Z | Downloaded r2d2 v0.8.10 |
723 | 2024-11-28T00:55:53.081Z | Downloaded foreign-types-shared v0.3.1 |
724 | 2024-11-28T00:55:53.081Z | Downloaded env_logger v0.11.5 |
725 | 2024-11-28T00:55:53.084Z | Downloaded vsss-rs v3.3.4 |
726 | 2024-11-28T00:55:53.086Z | Downloaded termios v0.3.3 |
727 | 2024-11-28T00:55:53.088Z | Downloaded slog-stdlog v4.1.1 |
728 | 2024-11-28T00:55:53.090Z | Downloaded crossterm v0.28.1 |
729 | 2024-11-28T00:55:53.096Z | Downloaded slog-scope v4.4.0 |
730 | 2024-11-28T00:55:53.098Z | Downloaded slog-json v2.6.1 |
731 | 2024-11-28T00:55:53.100Z | Downloaded tokio-tungstenite v0.23.1 |
732 | 2024-11-28T00:55:53.103Z | Downloaded dirs-sys-next v0.1.2 |
733 | 2024-11-28T00:55:53.106Z | Downloaded defmt-macros v0.3.9 |
734 | 2024-11-28T00:55:53.108Z | Downloaded num-conv v0.1.0 |
735 | 2024-11-28T00:55:53.113Z | Downloaded form_urlencoded v1.2.1 |
736 | 2024-11-28T00:55:53.113Z | Downloaded display-error-chain v0.2.2 |
737 | 2024-11-28T00:55:53.115Z | Downloaded password-hash v0.5.0 |
738 | 2024-11-28T00:55:53.116Z | Downloaded pin-project-lite v0.2.14 |
739 | 2024-11-28T00:55:53.119Z | Downloaded pin-utils v0.1.0 |
740 | 2024-11-28T00:55:53.121Z | Downloaded normalize-line-endings v0.3.0 |
741 | 2024-11-28T00:55:53.122Z | Downloaded pin-project-internal v1.1.6 |
742 | 2024-11-28T00:55:53.124Z | Downloaded pretty-hex v0.2.1 |
743 | 2024-11-28T00:55:53.129Z | Downloaded stable_deref_trait v1.2.0 |
744 | 2024-11-28T00:55:53.129Z | Downloaded topological-sort v0.2.2 |
745 | 2024-11-28T00:55:53.132Z | Downloaded smallvec v0.6.14 |
746 | 2024-11-28T00:55:53.132Z | Downloaded thread_local v1.1.8 |
747 | 2024-11-28T00:55:53.132Z | Downloaded vergen v8.3.2 |
748 | 2024-11-28T00:55:53.135Z | Downloaded untrusted v0.9.0 |
749 | 2024-11-28T00:55:53.138Z | Downloaded aho-corasick v1.1.3 |
750 | 2024-11-28T00:55:53.144Z | Downloaded waitgroup v0.1.2 |
751 | 2024-11-28T00:55:53.146Z | Downloaded whoami v1.5.2 |
752 | 2024-11-28T00:55:53.146Z | Downloaded rustfmt-wrapper v0.2.1 |
753 | 2024-11-28T00:55:53.149Z | Downloaded which v4.4.2 |
754 | 2024-11-28T00:55:53.151Z | Downloaded ref-cast-impl v1.0.23 |
755 | 2024-11-28T00:55:53.151Z | Downloaded defmt-parser v0.3.4 |
756 | 2024-11-28T00:55:53.153Z | Downloaded fragile v2.0.0 |
757 | 2024-11-28T00:55:53.155Z | Downloaded fd-lock v4.0.2 |
758 | 2024-11-28T00:55:53.158Z | Downloaded snafu-derive v0.8.5 |
759 | 2024-11-28T00:55:53.158Z | Downloaded displaydoc v0.2.5 |
760 | 2024-11-28T00:55:53.161Z | Downloaded schemars v0.8.21 |
761 | 2024-11-28T00:55:53.175Z | Downloaded predicates-core v1.0.8 |
762 | 2024-11-28T00:55:53.184Z | Downloaded similar v2.6.0 |
763 | 2024-11-28T00:55:53.190Z | Downloaded endian-type v0.1.2 |
764 | 2024-11-28T00:55:53.190Z | Downloaded num-iter v0.1.45 |
765 | 2024-11-28T00:55:53.190Z | Downloaded serde_yaml v0.9.34+deprecated |
766 | 2024-11-28T00:55:53.190Z | Downloaded futures v0.3.31 |
767 | 2024-11-28T00:55:53.193Z | Downloaded proc-macro-crate v1.3.1 |
768 | 2024-11-28T00:55:53.193Z | Downloaded dropshot_endpoint v0.13.0 |
769 | 2024-11-28T00:55:53.196Z | Downloaded snafu v0.8.5 |
770 | 2024-11-28T00:55:53.201Z | Downloaded want v0.3.1 |
771 | 2024-11-28T00:55:53.204Z | Downloaded thiserror-no-std v2.0.2 |
772 | 2024-11-28T00:55:53.206Z | Downloaded tui-tree-widget v0.22.0 |
773 | 2024-11-28T00:55:53.212Z | Downloaded serde_derive_internals v0.29.1 |
774 | 2024-11-28T00:55:53.212Z | Downloaded tinystr v0.7.6 |
775 | 2024-11-28T00:55:53.215Z | Downloaded debug-ignore v1.0.5 |
776 | 2024-11-28T00:55:53.215Z | Downloaded nu-ansi-term v0.50.1 |
777 | 2024-11-28T00:55:53.221Z | Downloaded openssl-probe v0.1.5 |
778 | 2024-11-28T00:55:53.221Z | Downloaded xz2 v0.1.7 |
779 | 2024-11-28T00:55:53.231Z | Downloaded tiny-keccak v2.0.2 |
780 | 2024-11-28T00:55:53.231Z | Downloaded toolchain_find v0.4.0 |
781 | 2024-11-28T00:55:53.231Z | Downloaded utf8_iter v1.0.4 |
782 | 2024-11-28T00:55:53.231Z | Downloaded fixedbitset v0.4.2 |
783 | 2024-11-28T00:55:53.231Z | Downloaded dyn-clone v1.0.17 |
784 | 2024-11-28T00:55:53.231Z | Downloaded zip v2.1.3 |
785 | 2024-11-28T00:55:53.235Z | Downloaded unicode_categories v0.1.1 |
786 | 2024-11-28T00:55:53.235Z | Downloaded rsa v0.9.6 |
787 | 2024-11-28T00:55:53.239Z | Downloaded num_enum v0.5.11 |
788 | 2024-11-28T00:55:53.245Z | Downloaded ff v0.13.0 |
789 | 2024-11-28T00:55:53.248Z | Downloaded num-rational v0.4.2 |
790 | 2024-11-28T00:55:53.248Z | Downloaded pin-project v1.1.6 |
791 | 2024-11-28T00:55:53.257Z | Downloaded take_mut v0.2.2 |
792 | 2024-11-28T00:55:53.262Z | Downloaded openssl-macros v0.1.1 |
793 | 2024-11-28T00:55:53.262Z | Downloaded tracing-attributes v0.1.27 |
794 | 2024-11-28T00:55:53.265Z | Downloaded synstructure v0.13.1 |
795 | 2024-11-28T00:55:53.265Z | Downloaded same-file v1.0.6 |
796 | 2024-11-28T00:55:53.265Z | Downloaded zone v0.3.0 |
797 | 2024-11-28T00:55:53.267Z | Downloaded num-complex v0.4.6 |
798 | 2024-11-28T00:55:53.267Z | Downloaded miniz_oxide v0.8.0 |
799 | 2024-11-28T00:55:53.271Z | Downloaded rand_xorshift v0.3.0 |
800 | 2024-11-28T00:55:53.274Z | Downloaded termtree v0.4.1 |
801 | 2024-11-28T00:55:53.274Z | Downloaded slog-bunyan v2.5.0 |
802 | 2024-11-28T00:55:53.274Z | Downloaded slog-async v2.8.0 |
803 | 2024-11-28T00:55:53.276Z | Downloaded rand_seeder v0.3.0 |
804 | 2024-11-28T00:55:54.285Z | Downloaded poly1305 v0.8.0 |
805 | 2024-11-28T00:55:54.285Z | Downloaded rand_core v0.6.4 |
806 | 2024-11-28T00:55:54.294Z | Downloaded parse-zoneinfo v0.3.1 |
807 | 2024-11-28T00:55:54.294Z | Downloaded oso-derive v0.27.3 |
808 | 2024-11-28T00:55:54.294Z | Downloaded powerfmt v0.2.0 |
809 | 2024-11-28T00:55:54.294Z | Downloaded peg-runtime v0.8.3 |
810 | 2024-11-28T00:55:54.294Z | Downloaded time-macros v0.2.18 |
811 | 2024-11-28T00:55:54.294Z | Downloaded ghash v0.5.1 |
812 | 2024-11-28T00:55:54.294Z | Downloaded ecdsa v0.16.9 |
813 | 2024-11-28T00:55:54.294Z | Downloaded fatfs v0.3.6 |
814 | 2024-11-28T00:55:54.294Z | Downloaded env_logger v0.10.2 |
815 | 2024-11-28T00:55:54.294Z | Downloaded unicode-normalization v0.1.24 |
816 | 2024-11-28T00:55:54.294Z | Downloaded itertools v0.10.5 |
817 | 2024-11-28T00:55:54.294Z | Downloaded rustls-pemfile v1.0.4 |
818 | 2024-11-28T00:55:54.294Z | Downloaded opaque-debug v0.3.1 |
819 | 2024-11-28T00:55:54.294Z | Downloaded progenitor v0.8.0 |
820 | 2024-11-28T00:55:54.294Z | Downloaded expectorate v1.1.0 |
821 | 2024-11-28T00:55:54.294Z | Downloaded aws-lc-rs v1.10.0 |
822 | 2024-11-28T00:55:54.294Z | Downloaded progenitor-client v0.8.0 |
823 | 2024-11-28T00:55:54.294Z | Downloaded hash32 v0.3.1 |
824 | 2024-11-28T00:55:54.294Z | Downloaded diesel-dtrace v0.3.0 |
825 | 2024-11-28T00:55:54.294Z | Downloaded ppv-lite86 v0.2.20 |
826 | 2024-11-28T00:55:54.294Z | Downloaded subtle v2.6.1 |
827 | 2024-11-28T00:55:54.294Z | Downloaded sqlformat v0.2.6 |
828 | 2024-11-28T00:55:54.294Z | Downloaded signal-hook v0.3.17 |
829 | 2024-11-28T00:55:54.294Z | Downloaded uzers v0.12.1 |
830 | 2024-11-28T00:55:54.294Z | Downloaded parking_lot_core v0.8.6 |
831 | 2024-11-28T00:55:54.294Z | Downloaded serde-big-array v0.5.1 |
832 | 2024-11-28T00:55:54.294Z | Downloaded fxhash v0.2.1 |
833 | 2024-11-28T00:55:54.294Z | Downloaded darling_macro v0.20.10 |
834 | 2024-11-28T00:55:54.295Z | Downloaded zone_cfg_derive v0.3.0 |
835 | 2024-11-28T00:55:54.295Z | Downloaded getrandom v0.2.15 |
836 | 2024-11-28T00:55:54.295Z | Downloaded unarray v0.1.4 |
837 | 2024-11-28T00:55:54.295Z | Downloaded float-cmp v0.9.0 |
838 | 2024-11-28T00:55:54.295Z | Downloaded either v1.13.0 |
839 | 2024-11-28T00:55:54.295Z | Downloaded value-bag v1.9.0 |
840 | 2024-11-28T00:55:54.295Z | Downloaded walkdir v2.5.0 |
841 | 2024-11-28T00:55:54.295Z | Downloaded uuid v1.11.0 |
842 | 2024-11-28T00:55:54.295Z | Downloaded rfc6979 v0.4.0 |
843 | 2024-11-28T00:55:54.295Z | Downloaded resolv-conf v0.7.0 |
844 | 2024-11-28T00:55:54.295Z | Downloaded zerocopy-derive v0.8.10 |
845 | 2024-11-28T00:55:54.295Z | Downloaded rustls-pemfile v2.2.0 |
846 | 2024-11-28T00:55:54.295Z | Downloaded zone v0.1.8 |
847 | 2024-11-28T00:55:54.295Z | Downloaded zerovec-derive v0.10.3 |
848 | 2024-11-28T00:55:54.295Z | Downloaded num-traits v0.2.19 |
849 | 2024-11-28T00:55:54.295Z | Downloaded percent-encoding v2.3.1 |
850 | 2024-11-28T00:55:54.295Z | Downloaded nanorand v0.7.0 |
851 | 2024-11-28T00:55:54.295Z | Downloaded ssh-cipher v0.2.0 |
852 | 2024-11-28T00:55:54.295Z | Downloaded yoke-derive v0.7.4 |
853 | 2024-11-28T00:55:54.295Z | Downloaded sec1 v0.7.3 |
854 | 2024-11-28T00:55:54.295Z | Downloaded signature v2.2.0 |
855 | 2024-11-28T00:55:54.295Z | Downloaded slog v2.7.0 |
856 | 2024-11-28T00:55:54.295Z | Downloaded spki v0.7.3 |
857 | 2024-11-28T00:55:54.295Z | Downloaded parking_lot v0.12.3 |
858 | 2024-11-28T00:55:54.295Z | Downloaded globset v0.4.15 |
859 | 2024-11-28T00:55:54.295Z | Downloaded postgres-types v0.2.8 |
860 | 2024-11-28T00:55:54.295Z | Downloaded diesel_table_macro_syntax v0.2.0 |
861 | 2024-11-28T00:55:54.295Z | Downloaded rusty-fork v0.3.0 |
862 | 2024-11-28T00:55:54.295Z | Downloaded newtype_derive v0.1.6 |
863 | 2024-11-28T00:55:54.295Z | Downloaded dhcproto-macros v0.1.0 |
864 | 2024-11-28T00:55:54.295Z | Downloaded typed-path v0.9.3 |
865 | 2024-11-28T00:55:54.295Z | Downloaded tls_codec_derive v0.4.1 |
866 | 2024-11-28T00:55:54.295Z | Downloaded simd-adler32 v0.3.7 |
867 | 2024-11-28T00:55:54.295Z | Downloaded phf_generator v0.11.2 |
868 | 2024-11-28T00:55:54.295Z | Downloaded bitvec v1.0.1 |
869 | 2024-11-28T00:55:54.295Z | Downloaded foreign-types v0.3.2 |
870 | 2024-11-28T00:55:54.295Z | Downloaded tower-service v0.3.3 |
871 | 2024-11-28T00:55:54.295Z | Downloaded pem-rfc7468 v0.7.0 |
872 | 2024-11-28T00:55:54.295Z | Downloaded pem v3.0.4 |
873 | 2024-11-28T00:55:54.296Z | Downloaded foldhash v0.1.3 |
874 | 2024-11-28T00:55:54.296Z | Downloaded float-ord v0.3.2 |
875 | 2024-11-28T00:55:54.296Z | Downloaded ed25519 v2.2.3 |
876 | 2024-11-28T00:55:54.296Z | Downloaded toml v0.7.8 |
877 | 2024-11-28T00:55:54.296Z | Downloaded foreign-types v0.5.0 |
878 | 2024-11-28T00:55:54.296Z | Downloaded pkcs5 v0.7.1 |
879 | 2024-11-28T00:55:54.296Z | Downloaded newtype-uuid v1.1.3 |
880 | 2024-11-28T00:55:54.296Z | Downloaded futures-sink v0.3.31 |
881 | 2024-11-28T00:55:54.296Z | Downloaded scheduled-thread-pool v0.2.7 |
882 | 2024-11-28T00:55:54.296Z | Downloaded der v0.7.9 |
883 | 2024-11-28T00:55:54.296Z | Downloaded rustc-hash v1.1.0 |
884 | 2024-11-28T00:55:54.296Z | Downloaded reedline v0.35.0 |
885 | 2024-11-28T00:55:54.296Z | Downloaded strum_macros v0.26.4 |
886 | 2024-11-28T00:55:54.296Z | Downloaded spin v0.5.2 |
887 | 2024-11-28T00:55:54.296Z | Downloaded russh-keys v0.45.0 |
888 | 2024-11-28T00:55:54.296Z | Downloaded pkg-config v0.3.31 |
889 | 2024-11-28T00:55:54.296Z | Downloaded half v2.4.1 |
890 | 2024-11-28T00:55:54.296Z | Downloaded funty v2.0.0 |
891 | 2024-11-28T00:55:54.296Z | Downloaded tinyvec_macros v0.1.1 |
892 | 2024-11-28T00:55:54.296Z | Downloaded olpc-cjson v0.1.4 |
893 | 2024-11-28T00:55:54.296Z | Downloaded oso v0.27.3 |
894 | 2024-11-28T00:55:54.297Z | Downloaded p256 v0.13.2 |
895 | 2024-11-28T00:55:54.297Z | Downloaded elliptic-curve v0.13.8 |
896 | 2024-11-28T00:55:54.297Z | Downloaded omicron-zone-package v0.11.1 |
897 | 2024-11-28T00:55:54.297Z | Downloaded peg-macros v0.8.4 |
898 | 2024-11-28T00:55:54.297Z | Downloaded futures-io v0.3.31 |
899 | 2024-11-28T00:55:54.297Z | Downloaded thiserror-impl-no-std v2.0.2 |
900 | 2024-11-28T00:55:54.297Z | Downloaded slog-dtrace v0.3.0 |
901 | 2024-11-28T00:55:54.297Z | Downloaded nibble_vec v0.1.0 |
902 | 2024-11-28T00:55:54.297Z | Downloaded polyval v0.6.2 |
903 | 2024-11-28T00:55:54.297Z | Downloaded openssl-sys v0.9.103 |
904 | 2024-11-28T00:55:54.297Z | Downloaded rand v0.8.5 |
905 | 2024-11-28T00:55:54.297Z | Downloaded x509-cert v0.2.5 |
906 | 2024-11-28T00:55:54.306Z | Downloaded rustls-pki-types v1.9.0 |
907 | 2024-11-28T00:55:54.306Z | Downloaded utf-8 v0.7.6 |
908 | 2024-11-28T00:55:54.306Z | Downloaded futures-channel v0.3.31 |
909 | 2024-11-28T00:55:54.306Z | Downloaded postgres-protocol v0.6.7 |
910 | 2024-11-28T00:55:54.306Z | Downloaded pkcs8 v0.10.2 |
911 | 2024-11-28T00:55:54.306Z | Downloaded zerocopy v0.6.6 |
912 | 2024-11-28T00:55:54.306Z | Downloaded subprocess v0.2.9 |
913 | 2024-11-28T00:55:54.306Z | Downloaded phf_codegen v0.11.2 |
914 | 2024-11-28T00:55:54.306Z | Downloaded phf v0.11.2 |
915 | 2024-11-28T00:55:54.306Z | Downloaded mockall v0.13.0 |
916 | 2024-11-28T00:55:54.306Z | Downloaded tls_codec v0.4.1 |
917 | 2024-11-28T00:55:54.306Z | Downloaded gethostname v0.5.0 |
918 | 2024-11-28T00:55:54.306Z | Downloaded futures-macro v0.3.31 |
919 | 2024-11-28T00:55:54.306Z | Downloaded postcard v1.0.10 |
920 | 2024-11-28T00:55:54.306Z | Downloaded rustc-hash v2.0.0 |
921 | 2024-11-28T00:55:54.306Z | Downloaded bindgen v0.69.5 |
922 | 2024-11-28T00:55:54.306Z | Downloaded siphasher v0.3.11 |
923 | 2024-11-28T00:55:54.306Z | Downloaded scrypt v0.11.0 |
924 | 2024-11-28T00:55:54.306Z | Downloaded chrono v0.4.38 |
925 | 2024-11-28T00:55:54.306Z | Downloaded diesel_derives v2.2.3 |
926 | 2024-11-28T00:55:54.307Z | Downloaded utf16_iter v1.0.5 |
927 | 2024-11-28T00:55:54.307Z | Downloaded typify v0.2.0 |
928 | 2024-11-28T00:55:54.307Z | Downloaded diff v0.1.13 |
929 | 2024-11-28T00:55:54.307Z | Downloaded flume v0.11.1 |
930 | 2024-11-28T00:55:54.307Z | Downloaded yoke v0.7.4 |
931 | 2024-11-28T00:55:54.307Z | Downloaded dunce v1.0.5 |
932 | 2024-11-28T00:55:54.307Z | Downloaded mockall_derive v0.13.0 |
933 | 2024-11-28T00:55:54.307Z | Downloaded nom v7.1.3 |
934 | 2024-11-28T00:55:54.307Z | Downloaded qorb v0.2.0 |
935 | 2024-11-28T00:55:54.307Z | Downloaded hashbrown v0.13.2 |
936 | 2024-11-28T00:55:54.307Z | Downloaded pkcs1 v0.7.5 |
937 | 2024-11-28T00:55:54.307Z | Downloaded hashbrown v0.12.3 |
938 | 2024-11-28T00:55:54.307Z | Downloaded tungstenite v0.24.0 |
939 | 2024-11-28T00:55:54.307Z | Downloaded test-strategy v0.3.1 |
940 | 2024-11-28T00:55:54.307Z | Downloaded rustc-demangle v0.1.24 |
941 | 2024-11-28T00:55:54.307Z | Downloaded socket2 v0.5.7 |
942 | 2024-11-28T00:55:54.307Z | Downloaded tokio-rustls v0.25.0 |
943 | 2024-11-28T00:55:54.307Z | Downloaded sct v0.7.1 |
944 | 2024-11-28T00:55:54.307Z | Downloaded dropshot_endpoint v0.12.0 |
945 | 2024-11-28T00:55:54.307Z | Downloaded xattr v1.3.1 |
946 | 2024-11-28T00:55:54.307Z | Downloaded salty v0.3.0 |
947 | 2024-11-28T00:55:54.307Z | Downloaded url v2.5.3 |
948 | 2024-11-28T00:55:54.307Z | Downloaded tokio-rustls v0.26.0 |
949 | 2024-11-28T00:55:54.307Z | Downloaded darling_core v0.20.10 |
950 | 2024-11-28T00:55:54.307Z | Downloaded flate2 v1.0.34 |
951 | 2024-11-28T00:55:54.307Z | Downloaded p521 v0.13.3 |
952 | 2024-11-28T00:55:54.307Z | Downloaded tough v0.19.0 |
953 | 2024-11-28T00:55:54.307Z | Downloaded tinyvec v1.8.0 |
954 | 2024-11-28T00:55:54.307Z | Downloaded ed25519-dalek v2.1.1 |
955 | 2024-11-28T00:55:54.307Z | Downloaded h2 v0.4.6 |
956 | 2024-11-28T00:55:54.307Z | Downloaded tungstenite v0.23.0 |
957 | 2024-11-28T00:55:54.307Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2024-11-28T00:55:54.307Z | Downloaded futures-util v0.3.31 |
959 | 2024-11-28T00:55:54.307Z | Downloaded headers v0.4.0 |
960 | 2024-11-28T00:55:54.307Z | Downloaded lalrpop v0.19.12 |
961 | 2024-11-28T00:55:54.307Z | Downloaded ron v0.8.1 |
962 | 2024-11-28T00:55:54.307Z | Downloaded proptest v1.5.0 |
963 | 2024-11-28T00:55:54.307Z | Downloaded unicode-width v0.2.0 |
964 | 2024-11-28T00:55:54.307Z | Downloaded trust-dns-proto v0.22.0 |
965 | 2024-11-28T00:55:54.308Z | Downloaded git2 v0.19.0 |
966 | 2024-11-28T00:55:54.308Z | Downloaded chrono-tz v0.10.0 |
967 | 2024-11-28T00:55:54.308Z | Downloaded smoltcp v0.9.1 |
968 | 2024-11-28T00:55:54.308Z | Downloaded ssh-key v0.6.6 |
969 | 2024-11-28T00:55:54.308Z | Downloaded bstr v1.10.0 |
970 | 2024-11-28T00:55:54.308Z | Downloaded rustls-webpki v0.102.8 |
971 | 2024-11-28T00:55:54.308Z | Downloaded rustls-webpki v0.101.7 |
972 | 2024-11-28T00:55:54.308Z | Downloaded gimli v0.31.1 |
973 | 2024-11-28T00:55:54.308Z | Downloaded rustyline v14.0.0 |
974 | 2024-11-28T00:55:54.308Z | Downloaded portable-atomic v1.9.0 |
975 | 2024-11-28T00:55:54.308Z | Downloaded idna v0.4.0 |
976 | 2024-11-28T00:55:54.308Z | Downloaded polar-core v0.27.3 |
977 | 2024-11-28T00:55:54.308Z | Downloaded russh v0.45.0 |
978 | 2024-11-28T00:55:54.308Z | Downloaded nix v0.27.1 |
979 | 2024-11-28T00:55:54.308Z | Downloaded vcpkg v0.2.15 |
980 | 2024-11-28T00:55:54.308Z | Downloaded hashbrown v0.14.5 |
981 | 2024-11-28T00:55:54.308Z | Downloaded petname v2.0.2 |
982 | 2024-11-28T00:55:54.308Z | Downloaded p384 v0.13.0 |
983 | 2024-11-28T00:55:54.308Z | Downloaded tokio-util v0.7.12 |
984 | 2024-11-28T00:55:54.308Z | Downloaded regex-syntax v0.6.29 |
985 | 2024-11-28T00:55:54.308Z | Downloaded radix_trie v0.2.1 |
986 | 2024-11-28T00:55:54.308Z | Downloaded openapiv3 v2.0.0 |
987 | 2024-11-28T00:55:54.308Z | Downloaded object v0.36.5 |
988 | 2024-11-28T00:55:54.308Z | Downloaded reqwest v0.12.9 |
989 | 2024-11-28T00:55:54.308Z | Downloaded smoltcp v0.11.0 |
990 | 2024-11-28T00:55:54.308Z | Downloaded openssl v0.10.66 |
991 | 2024-11-28T00:55:54.308Z | Downloaded webpki-roots v0.26.6 |
992 | 2024-11-28T00:55:54.308Z | Downloaded zerocopy v0.8.10 |
993 | 2024-11-28T00:55:54.308Z | Downloaded nix v0.29.0 |
994 | 2024-11-28T00:55:54.308Z | Downloaded hickory-proto v0.24.1 |
995 | 2024-11-28T00:55:54.308Z | Downloaded regress v0.10.1 |
996 | 2024-11-28T00:55:54.308Z | Downloaded typify-impl v0.2.0 |
997 | 2024-11-28T00:55:54.308Z | Downloaded ratatui v0.28.1 |
998 | 2024-11-28T00:55:54.308Z | Downloaded rustls v0.22.4 |
999 | 2024-11-28T00:55:54.308Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1000 | 2024-11-28T00:55:54.308Z | Downloaded dropshot v0.13.0 |
1001 | 2024-11-28T00:55:54.308Z | Downloaded dropshot v0.12.0 |
1002 | 2024-11-28T00:55:54.308Z | Downloaded diesel v2.2.4 |
1003 | 2024-11-28T00:55:54.308Z | Downloaded sled v0.34.7 |
1004 | 2024-11-28T00:55:54.309Z | Downloaded regress v0.9.1 |
1005 | 2024-11-28T00:55:54.309Z | Downloaded regex-automata v0.4.8 |
1006 | 2024-11-28T00:55:54.316Z | Downloaded rustls v0.23.14 |
1007 | 2024-11-28T00:55:54.317Z | Downloaded regex v1.11.1 |
1008 | 2024-11-28T00:55:54.317Z | Downloaded object v0.30.4 |
1009 | 2024-11-28T00:55:54.317Z | Downloaded quinn-proto v0.11.8 |
1010 | 2024-11-28T00:55:54.317Z | Downloaded regex-syntax v0.8.5 |
1011 | 2024-11-28T00:55:54.317Z | Downloaded idna v0.5.0 |
1012 | 2024-11-28T00:55:54.317Z | Downloaded zerocopy-derive v0.6.6 |
1013 | 2024-11-28T00:55:54.317Z | Downloaded csv v1.3.0 |
1014 | 2024-11-28T00:55:54.337Z | Downloaded rustls v0.21.12 |
1015 | 2024-11-28T00:55:54.345Z | Downloaded nix v0.28.0 |
1016 | 2024-11-28T00:55:54.355Z | Downloaded idna v0.3.0 |
1017 | 2024-11-28T00:55:54.361Z | Downloaded sqlparser v0.45.0 |
1018 | 2024-11-28T00:55:54.367Z | Downloaded num-bigint-dig v0.8.4 |
1019 | 2024-11-28T00:55:54.373Z | Downloaded quick-xml v0.33.0 |
1020 | 2024-11-28T00:55:54.377Z | Downloaded icu_properties_data v1.5.0 |
1021 | 2024-11-28T00:55:54.390Z | Downloaded time v0.3.36 |
1022 | 2024-11-28T00:55:54.401Z | Downloaded winnow v0.5.40 |
1023 | 2024-11-28T00:55:54.406Z | Downloaded serde_with v3.11.0 |
1024 | 2024-11-28T00:55:54.411Z | Downloaded rusqlite v0.32.1 |
1025 | 2024-11-28T00:55:54.419Z | Downloaded mio v1.0.2 |
1026 | 2024-11-28T00:55:54.432Z | Downloaded toml_edit v0.19.15 |
1027 | 2024-11-28T00:55:54.442Z | Downloaded petgraph v0.6.5 |
1028 | 2024-11-28T00:55:54.464Z | Downloaded libz-sys v1.1.20 |
1029 | 2024-11-28T00:55:54.480Z | Downloaded num-bigint v0.4.6 |
1030 | 2024-11-28T00:55:54.500Z | Downloaded sha3 v0.10.8 |
1031 | 2024-11-28T00:55:54.517Z | Downloaded zerovec v0.10.4 |
1032 | 2024-11-28T00:55:54.517Z | Downloaded rayon v1.10.0 |
1033 | 2024-11-28T00:55:54.517Z | Downloaded tokio v1.40.0 |
1034 | 2024-11-28T00:55:54.540Z | Downloaded tungstenite v0.21.0 |
1035 | 2024-11-28T00:55:54.549Z | Downloaded tracing v0.1.40 |
1036 | 2024-11-28T00:55:54.554Z | Downloaded steno v0.4.1 |
1037 | 2024-11-28T00:55:54.554Z | Downloaded parking_lot_core v0.9.10 |
1038 | 2024-11-28T00:55:54.554Z | Downloaded owo-colors v4.1.0 |
1039 | 2024-11-28T00:55:54.559Z | Downloaded dhcproto v0.12.0 |
1040 | 2024-11-28T00:55:54.559Z | Downloaded quinn v0.11.5 |
1041 | 2024-11-28T00:55:54.567Z | Downloaded yasna v0.5.2 |
1042 | 2024-11-28T00:55:54.567Z | Downloaded libxml v0.3.3 |
1043 | 2024-11-28T00:55:54.576Z | Downloaded itertools v0.13.0 |
1044 | 2024-11-28T00:55:54.580Z | Downloaded itertools v0.12.1 |
1045 | 2024-11-28T00:55:54.591Z | Downloaded idna v1.0.3 |
1046 | 2024-11-28T00:55:54.599Z | Downloaded tabwriter v1.4.0 |
1047 | 2024-11-28T00:55:54.599Z | Downloaded zopfli v0.8.1 |
1048 | 2024-11-28T00:55:54.599Z | Downloaded fs_extra v1.3.0 |
1049 | 2024-11-28T00:55:54.600Z | Downloaded ron v0.7.1 |
1050 | 2024-11-28T00:55:54.606Z | Downloaded parking_lot v0.11.2 |
1051 | 2024-11-28T00:55:54.606Z | Downloaded typify-macro v0.2.0 |
1052 | 2024-11-28T00:55:54.607Z | Downloaded sqlparser_derive v0.2.2 |
1053 | 2024-11-28T00:55:54.607Z | Downloaded zone_cfg_derive v0.1.2 |
1054 | 2024-11-28T00:55:54.607Z | Downloaded ena v0.14.3 |
1055 | 2024-11-28T00:55:54.607Z | Downloaded defmt v0.3.8 |
1056 | 2024-11-28T00:55:54.615Z | Downloaded unicode-segmentation v1.12.0 |
1057 | 2024-11-28T00:55:54.615Z | Downloaded libm v0.2.8 |
1058 | 2024-11-28T00:55:54.624Z | Downloaded filetime v0.2.25 |
1059 | 2024-11-28T00:55:54.625Z | Downloaded encoding_rs v0.8.34 |
1060 | 2024-11-28T00:55:54.640Z | Downloaded smallvec v1.13.2 |
1061 | 2024-11-28T00:55:54.644Z | Downloaded sync-ptr v0.1.1 |
1062 | 2024-11-28T00:55:54.644Z | Downloaded supports-color v3.0.1 |
1063 | 2024-11-28T00:55:54.644Z | Downloaded signal-hook-tokio v0.3.1 |
1064 | 2024-11-28T00:55:54.644Z | Downloaded signal-hook-mio v0.2.4 |
1065 | 2024-11-28T00:55:54.644Z | Downloaded shell-words v1.1.0 |
1066 | 2024-11-28T00:55:54.645Z | Downloaded native-tls v0.2.12 |
1067 | 2024-11-28T00:55:54.654Z | Downloaded static_assertions v1.1.0 |
1068 | 2024-11-28T00:55:54.654Z | Downloaded signal-hook-registry v1.4.2 |
1069 | 2024-11-28T00:55:54.654Z | Downloaded serde-hex v0.1.0 |
1070 | 2024-11-28T00:55:54.670Z | Downloaded scopeguard v1.2.0 |
1071 | 2024-11-28T00:55:54.670Z | Downloaded predicates-tree v1.0.11 |
1072 | 2024-11-28T00:55:54.670Z | Downloaded rcgen v0.12.1 |
1073 | 2024-11-28T00:55:54.670Z | Downloaded rayon-core v1.12.1 |
1074 | 2024-11-28T00:55:54.670Z | Downloaded untrusted v0.7.1 |
1075 | 2024-11-28T00:55:54.670Z | Downloaded minimal-lexical v0.2.1 |
1076 | 2024-11-28T00:55:54.670Z | Downloaded parse-display-derive v0.10.0 |
1077 | 2024-11-28T00:55:54.670Z | Downloaded password-hash v0.4.2 |
1078 | 2024-11-28T00:55:54.679Z | Downloaded zip v0.6.6 |
1079 | 2024-11-28T00:55:54.679Z | Downloaded quick-error v1.2.3 |
1080 | 2024-11-28T00:55:54.680Z | Downloaded num v0.4.3 |
1081 | 2024-11-28T00:55:54.680Z | Downloaded fallible-iterator v0.2.0 |
1082 | 2024-11-28T00:55:54.680Z | Downloaded unsafe-libyaml v0.2.11 |
1083 | 2024-11-28T00:55:54.686Z | Downloaded derive-where v1.2.7 |
1084 | 2024-11-28T00:55:54.686Z | Downloaded fallible-iterator v0.3.0 |
1085 | 2024-11-28T00:55:54.687Z | Downloaded embedded-io v0.6.1 |
1086 | 2024-11-28T00:55:54.687Z | Downloaded difflib v0.4.0 |
1087 | 2024-11-28T00:55:54.687Z | Downloaded twox-hash v1.6.3 |
1088 | 2024-11-28T00:55:54.687Z | Downloaded smf v0.2.3 |
1089 | 2024-11-28T00:55:54.694Z | Downloaded packed_struct v0.10.1 |
1090 | 2024-11-28T00:55:54.694Z | Downloaded mirai-annotations v1.12.0 |
1091 | 2024-11-28T00:55:54.694Z | Downloaded zeroize v1.8.1 |
1092 | 2024-11-28T00:55:54.694Z | Downloaded vte_generate_state_changes v0.1.2 |
1093 | 2024-11-28T00:55:54.694Z | Downloaded tokio-postgres v0.7.12 |
1094 | 2024-11-28T00:55:54.699Z | Downloaded strum_macros v0.24.3 |
1095 | 2024-11-28T00:55:54.699Z | Downloaded secrecy v0.8.0 |
1096 | 2024-11-28T00:55:54.699Z | Downloaded multimap v0.10.0 |
1097 | 2024-11-28T00:55:54.699Z | Downloaded serde_repr v0.1.19 |
1098 | 2024-11-28T00:55:54.702Z | Downloaded derive_builder v0.20.2 |
1099 | 2024-11-28T00:55:54.712Z | Downloaded unicode-bidi v0.3.17 |
1100 | 2024-11-28T00:55:54.713Z | Downloaded newline-converter v0.3.0 |
1101 | 2024-11-28T00:55:54.713Z | Downloaded new_debug_unreachable v1.0.6 |
1102 | 2024-11-28T00:55:54.716Z | Downloaded rtoolbox v0.0.2 |
1103 | 2024-11-28T00:55:54.716Z | Downloaded rpassword v7.3.1 |
1104 | 2024-11-28T00:55:54.716Z | Downloaded progenitor-macro v0.8.0 |
1105 | 2024-11-28T00:55:54.716Z | Downloaded precomputed-hash v0.1.1 |
1106 | 2024-11-28T00:55:54.716Z | Downloaded num_threads v0.1.7 |
1107 | 2024-11-28T00:55:54.716Z | Downloaded const_format v0.2.33 |
1108 | 2024-11-28T00:55:54.717Z | Downloaded backtrace v0.3.74 |
1109 | 2024-11-28T00:55:54.721Z | Downloaded enum-as-inner v0.6.1 |
1110 | 2024-11-28T00:55:54.723Z | Downloaded indicatif v0.17.9 |
1111 | 2024-11-28T00:55:54.727Z | Downloaded pbkdf2 v0.12.2 |
1112 | 2024-11-28T00:55:54.732Z | Downloaded pbkdf2 v0.11.0 |
1113 | 2024-11-28T00:55:54.732Z | Downloaded enum-as-inner v0.5.1 |
1114 | 2024-11-28T00:55:54.732Z | Downloaded unicase v2.7.0 |
1115 | 2024-11-28T00:55:54.738Z | Downloaded aes v0.8.4 |
1116 | 2024-11-28T00:55:54.742Z | Downloaded publicsuffix v2.2.3 |
1117 | 2024-11-28T00:55:54.742Z | Downloaded crypto-bigint v0.5.5 |
1118 | 2024-11-28T00:55:54.746Z | Downloaded bumpalo v3.16.0 |
1119 | 2024-11-28T00:55:54.750Z | Downloaded mime_guess v2.0.5 |
1120 | 2024-11-28T00:55:54.750Z | Downloaded icu_locid_transform_data v1.5.0 |
1121 | 2024-11-28T00:55:54.755Z | Downloaded foreign-types-macros v0.2.3 |
1122 | 2024-11-28T00:55:54.755Z | Downloaded flagset v0.4.6 |
1123 | 2024-11-28T00:55:54.755Z | Downloaded embedded-io v0.4.0 |
1124 | 2024-11-28T00:55:54.761Z | Downloaded glob v0.3.1 |
1125 | 2024-11-28T00:55:54.761Z | Downloaded deranged v0.3.11 |
1126 | 2024-11-28T00:55:54.761Z | Downloaded data-encoding v2.6.0 |
1127 | 2024-11-28T00:55:54.761Z | Downloaded prettyplease v0.2.25 |
1128 | 2024-11-28T00:55:54.765Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1129 | 2024-11-28T00:55:54.819Z | Downloaded chacha20poly1305 v0.10.1 |
1130 | 2024-11-28T00:55:54.825Z | Downloaded wyz v0.5.1 |
1131 | 2024-11-28T00:55:54.825Z | Downloaded writeable v0.5.5 |
1132 | 2024-11-28T00:55:54.825Z | Downloaded unicode-xid v0.2.6 |
1133 | 2024-11-28T00:55:54.829Z | Downloaded lru-cache v0.1.2 |
1134 | 2024-11-28T00:55:54.829Z | Downloaded ciborium v0.2.2 |
1135 | 2024-11-28T00:55:54.829Z | Downloaded bytes v1.8.0 |
1136 | 2024-11-28T00:55:54.841Z | Downloaded tap v1.0.1 |
1137 | 2024-11-28T00:55:54.841Z | Downloaded indexmap v1.9.3 |
1138 | 2024-11-28T00:55:54.849Z | Downloaded icu_normalizer_data v1.5.0 |
1139 | 2024-11-28T00:55:54.849Z | Downloaded jobserver v0.1.32 |
1140 | 2024-11-28T00:55:54.849Z | Downloaded crossbeam-utils v0.8.20 |
1141 | 2024-11-28T00:55:54.849Z | Downloaded libloading v0.8.5 |
1142 | 2024-11-28T00:55:54.849Z | Downloaded lock_api v0.4.12 |
1143 | 2024-11-28T00:55:54.857Z | Downloaded crc32fast v1.4.2 |
1144 | 2024-11-28T00:55:54.857Z | Downloaded cookie_store v0.21.0 |
1145 | 2024-11-28T00:55:54.857Z | Downloaded clang-sys v1.8.1 |
1146 | 2024-11-28T00:55:54.857Z | Downloaded ref-cast v1.0.23 |
1147 | 2024-11-28T00:55:54.857Z | Downloaded quinn-udp v0.5.5 |
1148 | 2024-11-28T00:55:54.866Z | Downloaded strip-ansi-escapes v0.2.0 |
1149 | 2024-11-28T00:55:54.866Z | Downloaded stringprep v0.1.5 |
1150 | 2024-11-28T00:55:54.866Z | Downloaded string_cache v0.8.7 |
1151 | 2024-11-28T00:55:54.866Z | Downloaded hmac v0.12.1 |
1152 | 2024-11-28T00:55:54.866Z | Downloaded castaway v0.2.3 |
1153 | 2024-11-28T00:55:54.873Z | Downloaded base64ct v1.6.0 |
1154 | 2024-11-28T00:55:54.873Z | Downloaded ipnet v2.10.1 |
1155 | 2024-11-28T00:55:54.873Z | Downloaded bcs v0.1.6 |
1156 | 2024-11-28T00:55:54.874Z | Downloaded hyper-staticfile v0.10.1 |
1157 | 2024-11-28T00:55:54.874Z | Downloaded cfg_aliases v0.2.1 |
1158 | 2024-11-28T00:55:54.874Z | Downloaded lockfree-object-pool v0.1.6 |
1159 | 2024-11-28T00:55:54.879Z | Downloaded linear-map v1.2.0 |
1160 | 2024-11-28T00:55:54.879Z | Downloaded libefi-sys v0.1.0 |
1161 | 2024-11-28T00:55:54.879Z | Downloaded lazycell v1.3.0 |
1162 | 2024-11-28T00:55:54.879Z | Downloaded lazy_static v1.5.0 |
1163 | 2024-11-28T00:55:54.879Z | Downloaded idna_adapter v1.2.0 |
1164 | 2024-11-28T00:55:54.886Z | Downloaded bitfield-struct v0.6.2 |
1165 | 2024-11-28T00:55:54.886Z | Downloaded constant_time_eq v0.3.1 |
1166 | 2024-11-28T00:55:54.886Z | Downloaded cmake v0.1.51 |
1167 | 2024-11-28T00:55:54.886Z | Downloaded bcrypt-pbkdf v0.10.0 |
1168 | 2024-11-28T00:55:54.886Z | Downloaded bitfield v0.14.0 |
1169 | 2024-11-28T00:55:54.895Z | Downloaded buf-list v1.0.3 |
1170 | 2024-11-28T00:55:54.895Z | Downloaded cstr-argument v0.1.2 |
1171 | 2024-11-28T00:55:54.895Z | Downloaded ciborium-io v0.2.2 |
1172 | 2024-11-28T00:55:54.895Z | Downloaded block-padding v0.3.3 |
1173 | 2024-11-28T00:55:54.895Z | Downloaded bb8 v0.8.5 |
1174 | 2024-11-28T00:55:54.895Z | Downloaded base16ct v0.2.0 |
1175 | 2024-11-28T00:55:54.895Z | Downloaded arrayvec v0.7.6 |
1176 | 2024-11-28T00:55:54.902Z | Downloaded ahash v0.8.11 |
1177 | 2024-11-28T00:55:54.902Z | Downloaded backoff v0.4.0 |
1178 | 2024-11-28T00:55:54.902Z | Downloaded argon2 v0.5.3 |
1179 | 2024-11-28T00:55:54.902Z | Downloaded adler2 v2.0.0 |
1180 | 2024-11-28T00:55:55.046Z | Downloaded ring v0.17.8 |
1181 | 2024-11-28T00:55:55.209Z | Downloaded aws-lc-sys v0.22.0 |
1182 | 2024-11-28T00:55:55.534Z | Downloaded libsqlite3-sys v0.30.1 |
1183 | 2024-11-28T00:55:55.609Z | Downloaded ring v0.16.20 |
1184 | 2024-11-28T00:55:55.786Z | Compiling serde v1.0.215 |
1185 | 2024-11-28T00:55:55.794Z | Compiling lock_api v0.4.12 |
1186 | 2024-11-28T00:55:55.794Z | Compiling scopeguard v1.2.0 |
1187 | 2024-11-28T00:55:55.794Z | Compiling value-bag v1.9.0 |
1188 | 2024-11-28T00:55:55.794Z | Compiling typenum v1.17.0 |
1189 | 2024-11-28T00:55:55.794Z | Compiling generic-array v0.14.7 |
1190 | 2024-11-28T00:55:55.982Z | Compiling syn v2.0.87 |
1191 | 2024-11-28T00:55:55.999Z | Compiling getrandom v0.2.15 |
1192 | 2024-11-28T00:55:56.077Z | Compiling subtle v2.6.1 |
1193 | 2024-11-28T00:55:56.305Z | Compiling rand_core v0.6.4 |
1194 | 2024-11-28T00:55:56.386Z | Compiling log v0.4.22 |
1195 | 2024-11-28T00:55:56.473Z | Compiling shlex v1.3.0 |
1196 | 2024-11-28T00:55:56.515Z | Compiling jobserver v0.1.32 |
1197 | 2024-11-28T00:55:56.540Z | Compiling smallvec v1.13.2 |
1198 | 2024-11-28T00:55:56.796Z | Compiling const-oid v0.9.6 |
1199 | 2024-11-28T00:55:56.834Z | Compiling spin v0.9.8 |
1200 | 2024-11-28T00:55:56.856Z | Compiling pin-project-lite v0.2.14 |
1201 | 2024-11-28T00:55:56.940Z | Compiling cc v1.1.30 |
1202 | 2024-11-28T00:55:56.974Z | Compiling rustix v0.38.37 |
1203 | 2024-11-28T00:55:57.213Z | Compiling parking_lot_core v0.9.10 |
1204 | 2024-11-28T00:55:57.243Z | Compiling futures-core v0.3.31 |
1205 | 2024-11-28T00:55:57.423Z | Compiling signal-hook-registry v1.4.2 |
1206 | 2024-11-28T00:55:57.504Z | Compiling mio v1.0.2 |
1207 | 2024-11-28T00:55:57.861Z | Compiling aho-corasick v1.1.3 |
1208 | 2024-11-28T00:55:58.425Z | Compiling parking_lot v0.12.3 |
1209 | 2024-11-28T00:55:58.458Z | Compiling regex-syntax v0.8.5 |
1210 | 2024-11-28T00:55:58.684Z | Compiling either v1.13.0 |
1211 | 2024-11-28T00:55:58.883Z | Compiling cpufeatures v0.2.14 |
1212 | 2024-11-28T00:55:58.917Z | Compiling lazy_static v1.5.0 |
1213 | 2024-11-28T00:55:58.985Z | Compiling futures-sink v0.3.31 |
1214 | 2024-11-28T00:55:59.038Z | Compiling stable_deref_trait v1.2.0 |
1215 | 2024-11-28T00:55:59.109Z | Compiling glob v0.3.1 |
1216 | 2024-11-28T00:55:59.140Z | Compiling socket2 v0.5.7 |
1217 | 2024-11-28T00:55:59.160Z | Compiling slab v0.4.9 |
1218 | 2024-11-28T00:55:59.412Z | Compiling prettyplease v0.2.25 |
1219 | 2024-11-28T00:55:59.616Z | Compiling minimal-lexical v0.2.1 |
1220 | 2024-11-28T00:56:00.074Z | Compiling nom v7.1.3 |
1221 | 2024-11-28T00:56:00.136Z | Compiling clang-sys v1.8.1 |
1222 | 2024-11-28T00:56:00.157Z | Compiling libloading v0.8.5 |
1223 | 2024-11-28T00:56:00.160Z | Compiling serde_json v1.0.132 |
1224 | 2024-11-28T00:56:00.488Z | Compiling bindgen v0.69.5 |
1225 | 2024-11-28T00:56:00.590Z | Compiling home v0.5.9 |
1226 | 2024-11-28T00:56:00.916Z | Compiling futures-channel v0.3.31 |
1227 | 2024-11-28T00:56:01.318Z | Compiling itertools v0.12.1 |
1228 | 2024-11-28T00:56:01.347Z | Compiling futures-task v0.3.31 |
1229 | 2024-11-28T00:56:01.463Z | Compiling allocator-api2 v0.2.18 |
1230 | 2024-11-28T00:56:01.637Z | Compiling pin-utils v0.1.0 |
1231 | 2024-11-28T00:56:01.737Z | Compiling rustc-hash v1.1.0 |
1232 | 2024-11-28T00:56:01.891Z | Compiling futures-io v0.3.31 |
1233 | 2024-11-28T00:56:02.211Z | Compiling regex-automata v0.4.8 |
1234 | 2024-11-28T00:56:02.273Z | Compiling foldhash v0.1.3 |
1235 | 2024-11-28T00:56:02.593Z | Compiling lazycell v1.3.0 |
1236 | 2024-11-28T00:56:02.761Z | Compiling hashbrown v0.15.0 |
1237 | 2024-11-28T00:56:03.782Z | Compiling synstructure v0.13.1 |
1238 | 2024-11-28T00:56:04.171Z | Compiling cexpr v0.6.0 |
1239 | 2024-11-28T00:56:04.509Z | Compiling cmake v0.1.51 |
1240 | 2024-11-28T00:56:05.397Z | Compiling tinyvec_macros v0.1.1 |
1241 | 2024-11-28T00:56:05.453Z | Compiling pkg-config v0.3.31 |
1242 | 2024-11-28T00:56:05.490Z | Compiling fs_extra v1.3.0 |
1243 | 2024-11-28T00:56:05.516Z | Compiling libm v0.2.8 |
1244 | 2024-11-28T00:56:05.835Z | Compiling dunce v1.0.5 |
1245 | 2024-11-28T00:56:05.978Z | Compiling tinyvec v1.8.0 |
1246 | 2024-11-28T00:56:06.001Z | Compiling num-traits v0.2.19 |
1247 | 2024-11-28T00:56:06.503Z | Compiling ring v0.17.8 |
1248 | 2024-11-28T00:56:06.956Z | Compiling unicode-bidi v0.3.17 |
1249 | 2024-11-28T00:56:07.059Z | Compiling base64ct v1.6.0 |
1250 | 2024-11-28T00:56:07.460Z | Compiling unicode-normalization v0.1.24 |
1251 | 2024-11-28T00:56:07.483Z | Compiling paste v1.0.15 |
1252 | 2024-11-28T00:56:07.636Z | Compiling regex v1.11.1 |
1253 | 2024-11-28T00:56:07.655Z | Compiling litemap v0.7.3 |
1254 | 2024-11-28T00:56:08.010Z | Compiling writeable v0.5.5 |
1255 | 2024-11-28T00:56:08.368Z | Compiling pem-rfc7468 v0.7.0 |
1256 | 2024-11-28T00:56:08.561Z | Compiling flagset v0.4.6 |
1257 | 2024-11-28T00:56:08.761Z | Compiling httparse v1.9.5 |
1258 | 2024-11-28T00:56:08.780Z | Compiling aws-lc-rs v1.10.0 |
1259 | 2024-11-28T00:56:09.165Z | Compiling tracing-core v0.1.32 |
1260 | 2024-11-28T00:56:09.518Z | Compiling percent-encoding v2.3.1 |
1261 | 2024-11-28T00:56:09.837Z | Compiling icu_locid_transform_data v1.5.0 |
1262 | 2024-11-28T00:56:09.939Z | Compiling crossbeam-utils v0.8.20 |
1263 | 2024-11-28T00:56:10.169Z | Compiling rustls-pki-types v1.9.0 |
1264 | 2024-11-28T00:56:10.440Z | Compiling num-conv v0.1.0 |
1265 | 2024-11-28T00:56:10.487Z | Compiling serde_derive v1.0.215 |
1266 | 2024-11-28T00:56:10.505Z | Compiling zeroize_derive v1.4.2 |
1267 | 2024-11-28T00:56:10.730Z | Compiling zerocopy-derive v0.7.35 |
1268 | 2024-11-28T00:56:11.110Z | Compiling tokio-macros v2.4.0 |
1269 | 2024-11-28T00:56:11.215Z | Compiling zerofrom-derive v0.1.4 |
1270 | 2024-11-28T00:56:12.948Z | Compiling zeroize v1.8.1 |
1271 | 2024-11-28T00:56:12.951Z | Compiling thiserror-impl v1.0.69 |
1272 | 2024-11-28T00:56:12.951Z | Compiling yoke-derive v0.7.4 |
1273 | 2024-11-28T00:56:12.989Z | Compiling zerocopy v0.7.35 |
1274 | 2024-11-28T00:56:13.656Z | Compiling crypto-common v0.1.6 |
1275 | 2024-11-28T00:56:13.854Z | Compiling block-buffer v0.10.4 |
1276 | 2024-11-28T00:56:14.118Z | Compiling digest v0.10.7 |
1277 | 2024-11-28T00:56:14.540Z | Compiling futures-macro v0.3.31 |
1278 | 2024-11-28T00:56:14.619Z | Compiling hmac v0.12.1 |
1279 | 2024-11-28T00:56:14.776Z | Compiling zerovec-derive v0.10.3 |
1280 | 2024-11-28T00:56:14.842Z | Compiling block-padding v0.3.3 |
1281 | 2024-11-28T00:56:15.087Z | Compiling displaydoc v0.2.5 |
1282 | 2024-11-28T00:56:15.257Z | Compiling zerofrom v0.1.4 |
1283 | 2024-11-28T00:56:15.484Z | Compiling inout v0.1.3 |
1284 | 2024-11-28T00:56:15.737Z | Compiling cipher v0.4.4 |
1285 | 2024-11-28T00:56:15.805Z | Compiling yoke v0.7.4 |
1286 | 2024-11-28T00:56:16.102Z | Compiling thiserror v1.0.69 |
1287 | 2024-11-28T00:56:16.172Z | Compiling sha2 v0.10.8 |
1288 | 2024-11-28T00:56:16.199Z | Compiling ppv-lite86 v0.2.20 |
1289 | 2024-11-28T00:56:16.236Z | Compiling der_derive v0.7.3 |
1290 | 2024-11-28T00:56:16.496Z | Compiling futures-util v0.3.31 |
1291 | 2024-11-28T00:56:16.745Z | Compiling icu_provider_macros v1.5.0 |
1292 | 2024-11-28T00:56:16.976Z | Compiling rand_chacha v0.3.1 |
1293 | 2024-11-28T00:56:17.329Z | Compiling zerovec v0.10.4 |
1294 | 2024-11-28T00:56:17.767Z | Compiling tracing-attributes v0.1.27 |
1295 | 2024-11-28T00:56:17.893Z | Compiling rand v0.8.5 |
1296 | 2024-11-28T00:56:18.701Z | Compiling der v0.7.9 |
1297 | 2024-11-28T00:56:19.345Z | Compiling tinystr v0.7.6 |
1298 | 2024-11-28T00:56:19.600Z | Compiling icu_collections v1.5.0 |
1299 | 2024-11-28T00:56:19.620Z | Compiling pest v2.7.14 |
1300 | 2024-11-28T00:56:19.781Z | Compiling icu_locid v1.5.0 |
1301 | 2024-11-28T00:56:20.169Z | Compiling salsa20 v0.10.2 |
1302 | 2024-11-28T00:56:20.401Z | Compiling pbkdf2 v0.12.2 |
1303 | 2024-11-28T00:56:20.577Z | Compiling untrusted v0.9.0 |
1304 | 2024-11-28T00:56:20.768Z | Compiling spki v0.7.3 |
1305 | 2024-11-28T00:56:21.155Z | Compiling icu_provider v1.5.0 |
1306 | 2024-11-28T00:56:21.159Z | Compiling time-core v0.1.2 |
1307 | 2024-11-28T00:56:21.351Z | Compiling vcpkg v0.2.15 |
1308 | 2024-11-28T00:56:21.660Z | Compiling tracing v0.1.40 |
1309 | 2024-11-28T00:56:22.026Z | Compiling icu_locid_transform v1.5.0 |
1310 | 2024-11-28T00:56:22.166Z | Compiling untrusted v0.7.1 |
1311 | 2024-11-28T00:56:22.188Z | Compiling powerfmt v0.2.0 |
1312 | 2024-11-28T00:56:22.191Z | Compiling icu_properties_data v1.5.0 |
1313 | 2024-11-28T00:56:22.338Z | Compiling mirai-annotations v1.12.0 |
1314 | 2024-11-28T00:56:22.459Z | Compiling deranged v0.3.11 |
1315 | 2024-11-28T00:56:22.524Z | Compiling pest_meta v2.7.14 |
1316 | 2024-11-28T00:56:22.564Z | Compiling time-macros v0.2.18 |
1317 | 2024-11-28T00:56:22.626Z | Compiling scrypt v0.11.0 |
1318 | 2024-11-28T00:56:23.254Z | Compiling icu_properties v1.5.1 |
1319 | 2024-11-28T00:56:23.563Z | Compiling openssl-sys v0.9.103 |
1320 | 2024-11-28T00:56:24.521Z | Compiling bitflags v2.6.0 |
1321 | 2024-11-28T00:56:24.655Z | Compiling bytes v1.8.0 |
1322 | 2024-11-28T00:56:24.755Z | Compiling indexmap v2.6.0 |
1323 | 2024-11-28T00:56:25.855Z | Compiling tokio v1.40.0 |
1324 | 2024-11-28T00:56:25.998Z | Compiling http v1.1.0 |
1325 | 2024-11-28T00:56:26.280Z | Compiling semver v1.0.23 |
1326 | 2024-11-28T00:56:26.483Z | Compiling aes v0.8.4 |
1327 | 2024-11-28T00:56:26.985Z | Compiling rustc_version v0.4.1 |
1328 | 2024-11-28T00:56:27.658Z | Compiling cbc v0.1.2 |
1329 | 2024-11-28T00:56:27.898Z | Compiling scroll_derive v0.12.0 |
1330 | 2024-11-28T00:56:27.953Z | Compiling utf16_iter v1.0.5 |
1331 | 2024-11-28T00:56:28.178Z | Compiling utf8_iter v1.0.4 |
1332 | 2024-11-28T00:56:28.203Z | Compiling num_threads v0.1.7 |
1333 | 2024-11-28T00:56:28.332Z | Compiling icu_normalizer_data v1.5.0 |
1334 | 2024-11-28T00:56:28.432Z | Compiling write16 v1.0.0 |
1335 | 2024-11-28T00:56:28.451Z | Compiling atomic-waker v1.1.2 |
1336 | 2024-11-28T00:56:28.554Z | Compiling icu_normalizer v1.5.0 |
1337 | 2024-11-28T00:56:28.576Z | Compiling time v0.3.36 |
1338 | 2024-11-28T00:56:28.631Z | Compiling pkcs5 v0.7.1 |
1339 | 2024-11-28T00:56:29.085Z | Compiling which v4.4.2 |
1340 | 2024-11-28T00:56:29.339Z | Compiling scroll v0.12.0 |
1341 | 2024-11-28T00:56:29.360Z | Compiling http-body v1.0.1 |
1342 | 2024-11-28T00:56:29.859Z | Compiling pest_generator v2.7.14 |
1343 | 2024-11-28T00:56:29.879Z | Compiling form_urlencoded v1.2.1 |
1344 | 2024-11-28T00:56:29.895Z | Compiling slog v2.7.0 |
1345 | 2024-11-28T00:56:30.205Z | Compiling try-lock v0.2.5 |
1346 | 2024-11-28T00:56:30.346Z | Compiling want v0.3.1 |
1347 | 2024-11-28T00:56:30.369Z | Compiling goblin v0.8.2 |
1348 | 2024-11-28T00:56:30.520Z | Compiling idna_adapter v1.2.0 |
1349 | 2024-11-28T00:56:30.540Z | Compiling pkcs8 v0.10.2 |
1350 | 2024-11-28T00:56:30.658Z | Compiling httpdate v1.0.3 |
1351 | 2024-11-28T00:56:30.729Z | Compiling idna v1.0.3 |
1352 | 2024-11-28T00:56:31.240Z | Compiling serde_spanned v0.6.8 |
1353 | 2024-11-28T00:56:31.475Z | Compiling serde_tokenstream v0.2.2 |
1354 | 2024-11-28T00:56:31.877Z | Compiling pest_derive v2.7.14 |
1355 | 2024-11-28T00:56:31.965Z | Compiling uuid v1.11.0 |
1356 | 2024-11-28T00:56:32.090Z | Compiling toml_datetime v0.6.8 |
1357 | 2024-11-28T00:56:32.574Z | Compiling openssl v0.10.66 |
1358 | 2024-11-28T00:56:32.612Z | Compiling match_cfg v0.1.0 |
1359 | 2024-11-28T00:56:32.663Z | Compiling dtrace-parser v0.2.0 |
1360 | 2024-11-28T00:56:32.711Z | Compiling adler2 v2.0.0 |
1361 | 2024-11-28T00:56:32.919Z | Compiling base64 v0.22.1 |
1362 | 2024-11-28T00:56:32.998Z | Compiling foreign-types-shared v0.1.1 |
1363 | 2024-11-28T00:56:33.110Z | Compiling rustversion v1.0.17 |
1364 | 2024-11-28T00:56:33.410Z | Compiling tower-service v0.3.3 |
1365 | 2024-11-28T00:56:33.542Z | Compiling iana-time-zone v0.1.61 |
1366 | 2024-11-28T00:56:33.683Z | Compiling foreign-types v0.3.2 |
1367 | 2024-11-28T00:56:33.782Z | Compiling chrono v0.4.38 |
1368 | 2024-11-28T00:56:33.906Z | Compiling miniz_oxide v0.8.0 |
1369 | 2024-11-28T00:56:33.932Z | Compiling hostname v0.3.1 |
1370 | 2024-11-28T00:56:33.984Z | Compiling url v2.5.3 |
1371 | 2024-11-28T00:56:34.177Z | Compiling tokio-util v0.7.12 |
1372 | 2024-11-28T00:56:35.464Z | Compiling h2 v0.4.6 |
1373 | 2024-11-28T00:56:35.623Z | Compiling async-trait v0.1.83 |
1374 | 2024-11-28T00:56:35.958Z | Compiling openssl-macros v0.1.1 |
1375 | 2024-11-28T00:56:36.300Z | Compiling dof v0.3.0 |
1376 | 2024-11-28T00:56:36.720Z | Compiling dirs-sys-next v0.1.2 |
1377 | 2024-11-28T00:56:37.386Z | Compiling usdt-impl v0.5.0 |
1378 | 2024-11-28T00:56:37.520Z | Compiling syn v1.0.109 |
1379 | 2024-11-28T00:56:38.171Z | Compiling native-tls v0.2.12 |
1380 | 2024-11-28T00:56:38.388Z | Compiling rustls v0.22.4 |
1381 | 2024-11-28T00:56:38.440Z | Compiling rustls v0.23.14 |
1382 | 2024-11-28T00:56:38.496Z | Compiling siphasher v0.3.11 |
1383 | 2024-11-28T00:56:38.638Z | Compiling data-encoding v2.6.0 |
1384 | 2024-11-28T00:56:38.837Z | Compiling dirs-next v2.0.0 |
1385 | 2024-11-28T00:56:39.037Z | Compiling http-body-util v0.1.2 |
1386 | 2024-11-28T00:56:39.562Z | Compiling crossbeam-epoch v0.9.18 |
1387 | 2024-11-28T00:56:40.350Z | Compiling heapless v0.7.17 |
1388 | 2024-11-28T00:56:40.402Z | Compiling signature v2.2.0 |
1389 | 2024-11-28T00:56:40.682Z | Compiling sha1 v0.10.6 |
1390 | 2024-11-28T00:56:40.703Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1391 | 2024-11-28T00:56:40.772Z | Compiling serde_derive_internals v0.29.1 |
1392 | 2024-11-28T00:56:41.033Z | Compiling thread_local v1.1.8 |
1393 | 2024-11-28T00:56:41.101Z | Compiling encoding_rs v0.8.34 |
1394 | 2024-11-28T00:56:41.167Z | Compiling multer v3.1.0 |
1395 | 2024-11-28T00:56:41.340Z | Compiling cookie v0.18.1 |
1396 | 2024-11-28T00:56:41.440Z | Compiling unicode-properties v0.1.3 |
1397 | 2024-11-28T00:56:41.557Z | Compiling schemars v0.8.21 |
1398 | 2024-11-28T00:56:41.608Z | Compiling openssl-probe v0.1.5 |
1399 | 2024-11-28T00:56:41.820Z | Compiling slog-async v2.8.0 |
1400 | 2024-11-28T00:56:41.915Z | Compiling ipnet v2.10.1 |
1401 | 2024-11-28T00:56:41.958Z | Compiling mime v0.3.17 |
1402 | 2024-11-28T00:56:42.333Z | Compiling hyper v1.5.0 |
1403 | 2024-11-28T00:56:42.569Z | Compiling signal-hook v0.3.17 |
1404 | 2024-11-28T00:56:42.832Z | Compiling gimli v0.31.1 |
1405 | 2024-11-28T00:56:43.247Z | Compiling rayon-core v1.12.1 |
1406 | 2024-11-28T00:56:43.464Z | Compiling schemars_derive v0.8.21 |
1407 | 2024-11-28T00:56:43.680Z | Compiling toml_edit v0.22.22 |
1408 | 2024-11-28T00:56:45.536Z | Compiling hyper-util v0.1.10 |
1409 | 2024-11-28T00:56:46.554Z | Compiling stringprep v0.1.5 |
1410 | 2024-11-28T00:56:46.871Z | Compiling usdt-macro v0.5.0 |
1411 | 2024-11-28T00:56:47.664Z | Compiling addr2line v0.24.2 |
1412 | 2024-11-28T00:56:47.693Z | Compiling usdt-attr-macro v0.5.0 |
1413 | 2024-11-28T00:56:48.061Z | Compiling crossbeam-deque v0.8.5 |
1414 | 2024-11-28T00:56:48.201Z | Compiling term v0.7.0 |
1415 | 2024-11-28T00:56:48.378Z | Compiling slog-json v2.6.1 |
1416 | 2024-11-28T00:56:48.417Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2024-11-28T00:56:48.660Z | Compiling crossbeam-channel v0.5.13 |
1418 | 2024-11-28T00:56:48.756Z | Compiling curve25519-dalek v4.1.3 |
1419 | 2024-11-28T00:56:48.950Z | Compiling enum-as-inner v0.6.1 |
1420 | 2024-11-28T00:56:49.220Z | Compiling futures-executor v0.3.31 |
1421 | 2024-11-28T00:56:49.377Z | Compiling md-5 v0.10.6 |
1422 | 2024-11-28T00:56:49.637Z | Compiling rustls-pemfile v2.2.0 |
1423 | 2024-11-28T00:56:49.710Z | Compiling async-stream-impl v0.3.6 |
1424 | 2024-11-28T00:56:49.758Z | Compiling num-integer v0.1.46 |
1425 | 2024-11-28T00:56:49.779Z | Compiling idna v0.3.0 |
1426 | 2024-11-28T00:56:49.962Z | Compiling idna v0.4.0 |
1427 | 2024-11-28T00:56:49.999Z | Compiling hash32 v0.2.1 |
1428 | 2024-11-28T00:56:50.395Z | Compiling ff v0.13.0 |
1429 | 2024-11-28T00:56:50.504Z | Compiling is-terminal v0.4.13 |
1430 | 2024-11-28T00:56:50.607Z | Compiling dropshot v0.12.0 |
1431 | 2024-11-28T00:56:50.826Z | Compiling object v0.36.5 |
1432 | 2024-11-28T00:56:50.896Z | Compiling dyn-clone v1.0.17 |
1433 | 2024-11-28T00:56:51.065Z | Compiling anyhow v1.0.93 |
1434 | 2024-11-28T00:56:51.117Z | Compiling portable-atomic v1.9.0 |
1435 | 2024-11-28T00:56:51.423Z | Compiling fallible-iterator v0.2.0 |
1436 | 2024-11-28T00:56:51.591Z | Compiling linked-hash-map v0.5.6 |
1437 | 2024-11-28T00:56:51.727Z | Compiling psl-types v2.0.11 |
1438 | 2024-11-28T00:56:51.924Z | Compiling utf-8 v0.7.6 |
1439 | 2024-11-28T00:56:51.960Z | Compiling rustc-demangle v0.1.24 |
1440 | 2024-11-28T00:56:52.014Z | Compiling smoltcp v0.9.1 |
1441 | 2024-11-28T00:56:52.127Z | Compiling quick-error v1.2.3 |
1442 | 2024-11-28T00:56:52.164Z | Compiling base16ct v0.2.0 |
1443 | 2024-11-28T00:56:52.253Z | Compiling num-bigint-dig v0.8.4 |
1444 | 2024-11-28T00:56:52.273Z | Compiling take_mut v0.2.2 |
1445 | 2024-11-28T00:56:52.480Z | Compiling sec1 v0.7.3 |
1446 | 2024-11-28T00:56:52.561Z | Compiling resolv-conf v0.7.0 |
1447 | 2024-11-28T00:56:52.807Z | Compiling tungstenite v0.24.0 |
1448 | 2024-11-28T00:56:53.011Z | Compiling postgres-protocol v0.6.7 |
1449 | 2024-11-28T00:56:53.133Z | Compiling lru-cache v0.1.2 |
1450 | 2024-11-28T00:56:53.336Z | Compiling publicsuffix v2.2.3 |
1451 | 2024-11-28T00:56:53.612Z | Compiling async-stream v0.3.6 |
1452 | 2024-11-28T00:56:53.855Z | Compiling hickory-proto v0.24.1 |
1453 | 2024-11-28T00:56:53.920Z | Compiling slog-term v2.9.1 |
1454 | 2024-11-28T00:56:54.397Z | Compiling usdt v0.5.0 |
1455 | 2024-11-28T00:56:54.894Z | Compiling group v0.13.0 |
1456 | 2024-11-28T00:56:55.209Z | Compiling num-iter v0.1.45 |
1457 | 2024-11-28T00:56:55.228Z | Compiling futures v0.3.31 |
1458 | 2024-11-28T00:56:55.392Z | Compiling slog-bunyan v2.5.0 |
1459 | 2024-11-28T00:56:55.754Z | Compiling toml v0.8.19 |
1460 | 2024-11-28T00:56:57.243Z | Compiling camino v1.1.9 |
1461 | 2024-11-28T00:56:57.524Z | Compiling tokio-native-tls v0.3.1 |
1462 | 2024-11-28T00:56:57.793Z | Compiling phf_shared v0.11.2 |
1463 | 2024-11-28T00:56:58.196Z | Compiling backtrace v0.3.74 |
1464 | 2024-11-28T00:56:58.215Z | Compiling dropshot_endpoint v0.12.0 |
1465 | 2024-11-28T00:56:58.589Z | Compiling terminal_size v0.4.0 |
1466 | 2024-11-28T00:56:58.610Z | Compiling waitgroup v0.1.2 |
1467 | 2024-11-28T00:56:58.668Z | Compiling openapiv3 v2.0.0 |
1468 | 2024-11-28T00:56:58.798Z | Compiling serde_path_to_error v0.1.16 |
1469 | 2024-11-28T00:56:58.828Z | Compiling hkdf v0.12.4 |
1470 | 2024-11-28T00:56:59.086Z | Compiling crypto-bigint v0.5.5 |
1471 | 2024-11-28T00:56:59.654Z | Compiling webpki-roots v0.26.6 |
1472 | 2024-11-28T00:56:59.860Z | Compiling zerocopy-derive v0.6.6 |
1473 | 2024-11-28T00:57:01.900Z | Compiling curve25519-dalek-derive v0.1.1 |
1474 | 2024-11-28T00:57:02.148Z | Compiling idna v0.5.0 |
1475 | 2024-11-28T00:57:02.528Z | Compiling hubpack_derive v0.1.1 |
1476 | 2024-11-28T00:57:02.872Z | Compiling hostname v0.4.0 |
1477 | 2024-11-28T00:57:03.008Z | Compiling ahash v0.8.11 |
1478 | 2024-11-28T00:57:03.143Z | Compiling crc32fast v1.4.2 |
1479 | 2024-11-28T00:57:03.344Z | Compiling fs-err v2.11.0 |
1480 | 2024-11-28T00:57:03.401Z | Compiling winnow v0.5.40 |
1481 | 2024-11-28T00:57:03.444Z | Compiling bitflags v1.3.2 |
1482 | 2024-11-28T00:57:03.498Z | Compiling debug-ignore v1.0.5 |
1483 | 2024-11-28T00:57:03.546Z | Compiling managed v0.8.0 |
1484 | 2024-11-28T00:57:03.619Z | Compiling clap_builder v4.5.21 |
1485 | 2024-11-28T00:57:03.640Z | Compiling console v0.15.8 |
1486 | 2024-11-28T00:57:04.037Z | Compiling hubpack v0.1.2 |
1487 | 2024-11-28T00:57:04.367Z | Compiling strum_macros v0.25.3 |
1488 | 2024-11-28T00:57:05.195Z | Compiling flate2 v1.0.34 |
1489 | 2024-11-28T00:57:05.371Z | Compiling cookie_store v0.21.0 |
1490 | 2024-11-28T00:57:06.164Z | Compiling elliptic-curve v0.13.8 |
1491 | 2024-11-28T00:57:06.186Z | Compiling zerocopy v0.6.6 |
1492 | 2024-11-28T00:57:06.935Z | Compiling toml_edit v0.19.15 |
1493 | 2024-11-28T00:57:07.010Z | Compiling hickory-resolver v0.24.1 |
1494 | 2024-11-28T00:57:07.275Z | Compiling phf v0.11.2 |
1495 | 2024-11-28T00:57:07.572Z | Compiling signal-hook-mio v0.2.4 |
1496 | 2024-11-28T00:57:07.743Z | Compiling hyper-tls v0.6.0 |
1497 | 2024-11-28T00:57:08.006Z | Compiling rayon v1.10.0 |
1498 | 2024-11-28T00:57:08.165Z | Compiling bzip2 v0.4.4 |
1499 | 2024-11-28T00:57:08.579Z | Compiling tokio-tungstenite v0.24.0 |
1500 | 2024-11-28T00:57:09.120Z | Compiling postgres-types v0.2.8 |
1501 | 2024-11-28T00:57:11.994Z | Compiling ed25519 v2.2.3 |
1502 | 2024-11-28T00:57:12.509Z | Compiling phf_shared v0.10.0 |
1503 | 2024-11-28T00:57:12.782Z | Compiling tokio-stream v0.1.16 |
1504 | 2024-11-28T00:57:12.922Z | Compiling pkcs1 v0.7.5 |
1505 | 2024-11-28T00:57:12.971Z | Compiling serde-big-array v0.5.1 |
1506 | 2024-11-28T00:57:13.213Z | Compiling clap_derive v4.5.18 |
1507 | 2024-11-28T00:57:13.837Z | Compiling rfc6979 v0.4.0 |
1508 | 2024-11-28T00:57:13.863Z | Compiling derive-where v1.2.7 |
1509 | 2024-11-28T00:57:13.891Z | Compiling serde_repr v0.1.19 |
1510 | 2024-11-28T00:57:13.960Z | Compiling float-cmp v0.9.0 |
1511 | 2024-11-28T00:57:14.017Z | Compiling bstr v1.10.0 |
1512 | 2024-11-28T00:57:14.190Z | Compiling sync_wrapper v1.0.1 |
1513 | 2024-11-28T00:57:14.350Z | Compiling unicode-segmentation v1.12.0 |
1514 | 2024-11-28T00:57:14.949Z | Compiling whoami v1.5.2 |
1515 | 2024-11-28T00:57:15.097Z | Compiling difflib v0.4.0 |
1516 | 2024-11-28T00:57:15.231Z | Compiling bit-vec v0.6.3 |
1517 | 2024-11-28T00:57:15.601Z | Compiling static_assertions v1.1.0 |
1518 | 2024-11-28T00:57:15.698Z | Compiling unicode-width v0.2.0 |
1519 | 2024-11-28T00:57:15.716Z | Compiling new_debug_unreachable v1.0.6 |
1520 | 2024-11-28T00:57:15.815Z | Compiling predicates-core v1.0.8 |
1521 | 2024-11-28T00:57:15.834Z | Compiling precomputed-hash v0.1.1 |
1522 | 2024-11-28T00:57:15.947Z | Compiling fixedbitset v0.4.2 |
1523 | 2024-11-28T00:57:16.184Z | Compiling number_prefix v0.4.0 |
1524 | 2024-11-28T00:57:16.208Z | Compiling normalize-line-endings v0.3.0 |
1525 | 2024-11-28T00:57:16.330Z | Compiling predicates v3.1.2 |
1526 | 2024-11-28T00:57:16.401Z | Compiling indicatif v0.17.9 |
1527 | 2024-11-28T00:57:16.421Z | Compiling petgraph v0.6.5 |
1528 | 2024-11-28T00:57:16.731Z | Compiling string_cache v0.8.7 |
1529 | 2024-11-28T00:57:17.202Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1530 | 2024-11-28T00:57:17.441Z | Compiling bit-set v0.5.3 |
1531 | 2024-11-28T00:57:17.741Z | Compiling tokio-postgres v0.7.12 |
1532 | 2024-11-28T00:57:18.117Z | Compiling similar v2.6.0 |
1533 | 2024-11-28T00:57:18.364Z | Compiling clap v4.5.21 |
1534 | 2024-11-28T00:57:18.496Z | Compiling ecdsa v0.16.9 |
1535 | 2024-11-28T00:57:18.681Z | Compiling rsa v0.9.6 |
1536 | 2024-11-28T00:57:19.342Z | Compiling ed25519-dalek v2.1.1 |
1537 | 2024-11-28T00:57:20.565Z | Compiling toml v0.7.8 |
1538 | 2024-11-28T00:57:20.597Z | Compiling zip v0.6.6 |
1539 | 2024-11-28T00:57:20.637Z | Compiling crossterm v0.28.1 |
1540 | 2024-11-28T00:57:22.660Z | Compiling hex v0.4.3 |
1541 | 2024-11-28T00:57:22.802Z | Compiling x509-cert v0.2.5 |
1542 | 2024-11-28T00:57:23.215Z | Compiling itertools v0.10.5 |
1543 | 2024-11-28T00:57:23.314Z | Compiling lalrpop-util v0.19.12 |
1544 | 2024-11-28T00:57:23.593Z | Compiling peg-runtime v0.8.3 |
1545 | 2024-11-28T00:57:23.678Z | Compiling unicode-xid v0.2.6 |
1546 | 2024-11-28T00:57:23.857Z | Compiling strum_macros v0.26.4 |
1547 | 2024-11-28T00:57:24.250Z | Compiling xattr v1.3.1 |
1548 | 2024-11-28T00:57:24.309Z | Compiling filetime v0.2.25 |
1549 | 2024-11-28T00:57:24.510Z | Compiling tar v0.4.42 |
1550 | 2024-11-28T00:57:28.988Z | Compiling strum v0.26.3 |
1551 | 2024-11-28T00:57:31.461Z | Compiling aws-lc-sys v0.22.0 |
1552 | 2024-11-28T00:58:02.534Z | Compiling rustls-webpki v0.102.8 |
1553 | 2024-11-28T00:58:05.879Z | Compiling tokio-rustls v0.25.0 |
1554 | 2024-11-28T00:58:07.429Z | Compiling tokio-rustls v0.26.0 |
1555 | 2024-11-28T00:58:07.858Z | Compiling hyper-rustls v0.27.3 |
1556 | 2024-11-28T00:58:08.235Z | Compiling reqwest v0.12.9 |
1557 | 2024-11-28T00:58:09.263Z | Compiling qorb v0.2.0 |
1558 | 2024-11-28T00:58:14.040Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1559 | 2024-11-28T00:58:14.267Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1560 | 2024-11-28T00:58:19.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1561 | 2024-11-28T00:58:20.103Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1562 | 2024-11-28T00:58:20.152Z | Nov 28 00:58:18.786 INFO Starting download, target: Console |
1563 | 2024-11-28T00:58:20.152Z | Nov 28 00:58:18.786 INFO Starting download, target: Cockroach |
1564 | 2024-11-28T00:58:20.152Z | Nov 28 00:58:18.786 INFO Starting download, target: Clickhouse |
1565 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.786 INFO Starting download, target: DendriteOpenapi |
1566 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.786 INFO Starting download, target: DendriteStub |
1567 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.786 INFO Starting download, target: MaghemiteMgd |
1568 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.786 INFO Starting download, target: TransceiverControl |
1569 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.787 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1570 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.787 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1571 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.787 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1572 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.787 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1573 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.787 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1574 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.787 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1575 | 2024-11-28T00:58:20.154Z | Nov 28 00:58:18.787 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1576 | 2024-11-28T00:58:20.419Z | Nov 28 00:58:19.037 INFO Download complete, target: DendriteOpenapi |
1577 | 2024-11-28T00:58:20.564Z | Nov 28 00:58:19.194 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1578 | 2024-11-28T00:58:20.777Z | Nov 28 00:58:19.403 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1579 | 2024-11-28T00:58:21.098Z | Nov 28 00:58:19.730 INFO Download complete, target: Console |
1580 | 2024-11-28T00:58:21.115Z | Nov 28 00:58:19.747 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1581 | 2024-11-28T00:58:21.221Z | Nov 28 00:58:19.854 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1582 | 2024-11-28T00:58:21.261Z | Nov 28 00:58:19.894 INFO Download complete, target: TransceiverControl |
1583 | 2024-11-28T00:58:21.610Z | Nov 28 00:58:20.244 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1584 | 2024-11-28T00:58:21.610Z | Nov 28 00:58:20.244 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1585 | 2024-11-28T00:58:22.223Z | Nov 28 00:58:20.857 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1586 | 2024-11-28T00:58:23.985Z | Nov 28 00:58:22.455 INFO Download complete, target: DendriteStub |
1587 | 2024-11-28T00:58:24.117Z | Nov 28 00:58:22.666 INFO Download complete, target: MaghemiteMgd |
1588 | 2024-11-28T00:58:28.893Z | Nov 28 00:58:27.527 INFO Checking that binary works, target: Cockroach |
1589 | 2024-11-28T00:58:29.054Z | Nov 28 00:58:27.682 INFO Download complete, target: Cockroach |
1590 | 2024-11-28T00:58:34.132Z | Nov 28 00:58:32.764 INFO Checking that binary works, target: Clickhouse |
1591 | 2024-11-28T00:58:34.482Z | Nov 28 00:58:33.115 INFO Download complete, target: Clickhouse |
1592 | 2024-11-28T00:58:34.542Z | All builder prerequisites installed successfully, and PATH looks valid |
1593 | 2024-11-28T00:58:34.545Z | |
1594 | 2024-11-28T00:58:34.545Z | real 7:38.257529589 |
1595 | 2024-11-28T00:58:34.545Z | user 16:16.895026236 |
1596 | 2024-11-28T00:58:34.545Z | sys 3:12.313681930 |
1597 | 2024-11-28T00:58:34.546Z | trap 0.533571601 |
1598 | 2024-11-28T00:58:34.546Z | tflt 4.783688690 |
1599 | 2024-11-28T00:58:34.546Z | dflt 4.624606068 |
1600 | 2024-11-28T00:58:34.546Z | kflt 0.345033223 |
1601 | 2024-11-28T00:58:34.546Z | lock 29:23.182071022 |
1602 | 2024-11-28T00:58:34.546Z | slp 1:06:53.493255733 |
1603 | 2024-11-28T00:58:34.546Z | lat 56.352511329 |
1604 | 2024-11-28T00:58:34.546Z | stop 2:15.183967522 |
1605 | 2024-11-28T00:58:34.546Z | + banner clippy |
1606 | 2024-11-28T00:58:34.549Z | |
1607 | 2024-11-28T00:58:34.549Z | #### # # ##### ##### # # |
1608 | 2024-11-28T00:58:34.549Z | # # # # # # # # # # |
1609 | 2024-11-28T00:58:34.549Z | # # # # # # # # |
1610 | 2024-11-28T00:58:34.549Z | # # # ##### ##### # |
1611 | 2024-11-28T00:58:34.549Z | # # # # # # # |
1612 | 2024-11-28T00:58:34.549Z | #### ###### # # # # |
1613 | 2024-11-28T00:58:34.549Z | |
1614 | 2024-11-28T00:58:34.549Z | + export CARGO_INCREMENTAL=0 |
1615 | 2024-11-28T00:58:34.549Z | + CARGO_INCREMENTAL=0 |
1616 | 2024-11-28T00:58:34.549Z | + ptime -m cargo xtask clippy |
1617 | 2024-11-28T00:58:35.076Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1618 | 2024-11-28T00:58:38.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
1619 | 2024-11-28T00:58:38.605Z | Running `target/debug/xtask clippy` |
1620 | 2024-11-28T00:58:38.625Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1621 | 2024-11-28T00:58:39.280Z | Downloading crates ... |
1622 | 2024-11-28T00:58:39.611Z | Downloaded blocking v1.6.1 |
1623 | 2024-11-28T00:58:39.622Z | Downloaded plotters v0.3.7 |
1624 | 2024-11-28T00:58:39.633Z | Downloaded rust-argon2 v2.1.0 |
1625 | 2024-11-28T00:58:39.634Z | Downloaded path-tree v0.8.1 |
1626 | 2024-11-28T00:58:39.634Z | Downloaded futures-timer v3.0.3 |
1627 | 2024-11-28T00:58:39.634Z | Downloaded escape8259 v0.5.3 |
1628 | 2024-11-28T00:58:39.641Z | Downloaded approx v0.5.1 |
1629 | 2024-11-28T00:58:39.664Z | Downloaded async-task v4.7.1 |
1630 | 2024-11-28T00:58:39.664Z | Downloaded async-io v2.3.4 |
1631 | 2024-11-28T00:58:39.681Z | Downloaded async-global-executor v2.4.1 |
1632 | 2024-11-28T00:58:39.681Z | Downloaded async-channel v1.9.0 |
1633 | 2024-11-28T00:58:39.681Z | Downloaded async-signal v0.2.10 |
1634 | 2024-11-28T00:58:39.681Z | Downloaded anes v0.1.6 |
1635 | 2024-11-28T00:58:39.682Z | Downloaded async-lock v3.4.0 |
1636 | 2024-11-28T00:58:39.682Z | Downloaded async-channel v2.3.1 |
1637 | 2024-11-28T00:58:39.682Z | Downloaded async-object-pool v0.1.5 |
1638 | 2024-11-28T00:58:39.702Z | Downloaded async-attributes v1.1.2 |
1639 | 2024-11-28T00:58:39.702Z | Downloaded assert-json-diff v2.0.2 |
1640 | 2024-11-28T00:58:39.702Z | Downloaded async-executor v1.13.1 |
1641 | 2024-11-28T00:58:39.702Z | Downloaded async-std v1.13.0 |
1642 | 2024-11-28T00:58:39.741Z | Downloaded proc-macro-crate v3.2.0 |
1643 | 2024-11-28T00:58:39.742Z | Downloaded async-process v2.3.0 |
1644 | 2024-11-28T00:58:39.742Z | Downloaded plotters-backend v0.3.7 |
1645 | 2024-11-28T00:58:39.742Z | Downloaded pathdiff v0.2.2 |
1646 | 2024-11-28T00:58:39.742Z | Downloaded partial-io v0.5.4 |
1647 | 2024-11-28T00:58:39.742Z | Downloaded parking v2.2.1 |
1648 | 2024-11-28T00:58:39.742Z | Downloaded indoc v2.0.5 |
1649 | 2024-11-28T00:58:39.743Z | Downloaded plotters-svg v0.3.7 |
1650 | 2024-11-28T00:58:39.761Z | Downloaded target-triple v0.1.3 |
1651 | 2024-11-28T00:58:39.762Z | Downloaded relative-path v1.9.3 |
1652 | 2024-11-28T00:58:39.762Z | Downloaded guppy-workspace-hack v0.1.0 |
1653 | 2024-11-28T00:58:39.762Z | Downloaded blake2b_simd v1.0.2 |
1654 | 2024-11-28T00:58:39.762Z | Downloaded nested v0.1.1 |
1655 | 2024-11-28T00:58:39.762Z | Downloaded piper v0.2.4 |
1656 | 2024-11-28T00:58:39.762Z | Downloaded futures-lite v2.3.0 |
1657 | 2024-11-28T00:58:39.762Z | Downloaded event-listener-strategy v0.5.2 |
1658 | 2024-11-28T00:58:39.762Z | Downloaded event-listener v5.3.1 |
1659 | 2024-11-28T00:58:39.763Z | Downloaded event-listener v2.5.3 |
1660 | 2024-11-28T00:58:39.763Z | Downloaded target-lexicon v0.12.16 |
1661 | 2024-11-28T00:58:39.763Z | Downloaded num_cpus v1.16.0 |
1662 | 2024-11-28T00:58:39.763Z | Downloaded kv-log-macro v1.0.7 |
1663 | 2024-11-28T00:58:39.763Z | Downloaded cast v0.3.0 |
1664 | 2024-11-28T00:58:39.763Z | Downloaded criterion-plot v0.5.0 |
1665 | 2024-11-28T00:58:39.763Z | Downloaded target-spec v3.2.2 |
1666 | 2024-11-28T00:58:39.763Z | Downloaded similar-asserts v1.6.0 |
1667 | 2024-11-28T00:58:39.763Z | Downloaded oorandom v11.1.4 |
1668 | 2024-11-28T00:58:39.764Z | Downloaded doc-comment v0.3.3 |
1669 | 2024-11-28T00:58:39.776Z | Downloaded concurrent-queue v2.5.0 |
1670 | 2024-11-28T00:58:39.776Z | Downloaded assert_cmd v2.0.16 |
1671 | 2024-11-28T00:58:39.776Z | Downloaded threadpool v1.8.1 |
1672 | 2024-11-28T00:58:39.776Z | Downloaded stringmetrics v2.2.2 |
1673 | 2024-11-28T00:58:39.776Z | Downloaded trybuild v1.0.101 |
1674 | 2024-11-28T00:58:39.776Z | Downloaded serde_regex v1.1.0 |
1675 | 2024-11-28T00:58:39.777Z | Downloaded datatest-stable v0.2.9 |
1676 | 2024-11-28T00:58:39.816Z | Downloaded tinytemplate v1.2.1 |
1677 | 2024-11-28T00:58:39.816Z | Downloaded rstest v0.23.0 |
1678 | 2024-11-28T00:58:39.817Z | Downloaded hyper-rustls v0.26.0 |
1679 | 2024-11-28T00:58:39.817Z | Downloaded rustls-native-certs v0.7.3 |
1680 | 2024-11-28T00:58:39.817Z | Downloaded cfg-expr v0.17.0 |
1681 | 2024-11-28T00:58:39.817Z | Downloaded rstest_macros v0.23.0 |
1682 | 2024-11-28T00:58:39.817Z | Downloaded httptest v0.16.1 |
1683 | 2024-11-28T00:58:39.817Z | Downloaded yansi v1.0.1 |
1684 | 2024-11-28T00:58:39.817Z | Downloaded criterion v0.5.1 |
1685 | 2024-11-28T00:58:39.843Z | Downloaded pretty_assertions v1.4.1 |
1686 | 2024-11-28T00:58:39.843Z | Downloaded fancy-regex v0.13.0 |
1687 | 2024-11-28T00:58:39.843Z | Downloaded guppy v0.17.8 |
1688 | 2024-11-28T00:58:39.844Z | Downloaded rand_distr v0.4.3 |
1689 | 2024-11-28T00:58:39.844Z | Downloaded polling v3.7.3 |
1690 | 2024-11-28T00:58:39.844Z | Downloaded libtest-mimic v0.7.3 |
1691 | 2024-11-28T00:58:39.911Z | Downloaded httpmock v0.8.0-alpha.1 |
1692 | 2024-11-28T00:58:40.627Z | Checking cfg-if v1.0.0 |
1693 | 2024-11-28T00:58:40.704Z | Checking libc v0.2.162 |
1694 | 2024-11-28T00:58:40.724Z | Checking serde v1.0.215 |
1695 | 2024-11-28T00:58:40.745Z | Checking memchr v2.7.4 |
1696 | 2024-11-28T00:58:40.764Z | Checking value-bag v1.9.0 |
1697 | 2024-11-28T00:58:40.787Z | Checking scopeguard v1.2.0 |
1698 | 2024-11-28T00:58:40.806Z | Checking zeroize v1.8.1 |
1699 | 2024-11-28T00:58:40.830Z | Checking smallvec v1.13.2 |
1700 | 2024-11-28T00:58:40.854Z | Checking itoa v1.0.11 |
1701 | 2024-11-28T00:58:40.921Z | Checking lock_api v0.4.12 |
1702 | 2024-11-28T00:58:41.069Z | Checking byteorder v1.5.0 |
1703 | 2024-11-28T00:58:41.095Z | Checking pin-project-lite v0.2.14 |
1704 | 2024-11-28T00:58:41.174Z | Checking log v0.4.22 |
1705 | 2024-11-28T00:58:41.197Z | Checking subtle v2.6.1 |
1706 | 2024-11-28T00:58:41.224Z | Checking once_cell v1.20.2 |
1707 | 2024-11-28T00:58:41.349Z | Checking typenum v1.17.0 |
1708 | 2024-11-28T00:58:41.463Z | Checking futures-core v0.3.31 |
1709 | 2024-11-28T00:58:41.492Z | Checking thiserror v1.0.69 |
1710 | 2024-11-28T00:58:41.533Z | Checking libm v0.2.8 |
1711 | 2024-11-28T00:58:41.606Z | Checking zerocopy v0.7.35 |
1712 | 2024-11-28T00:58:41.637Z | Checking ryu v1.0.18 |
1713 | 2024-11-28T00:58:41.663Z | Checking spin v0.9.8 |
1714 | 2024-11-28T00:58:41.694Z | Checking const-oid v0.9.6 |
1715 | 2024-11-28T00:58:41.771Z | Checking getrandom v0.2.15 |
1716 | 2024-11-28T00:58:41.858Z | Checking signal-hook-registry v1.4.2 |
1717 | 2024-11-28T00:58:42.014Z | Checking parking_lot_core v0.9.10 |
1718 | 2024-11-28T00:58:42.018Z | Checking rand_core v0.6.4 |
1719 | 2024-11-28T00:58:42.104Z | Checking mio v1.0.2 |
1720 | 2024-11-28T00:58:42.327Z | Checking socket2 v0.5.7 |
1721 | 2024-11-28T00:58:42.339Z | Checking parking_lot v0.12.3 |
1722 | 2024-11-28T00:58:42.452Z | Checking num-traits v0.2.19 |
1723 | 2024-11-28T00:58:42.675Z | Checking futures-io v0.3.31 |
1724 | 2024-11-28T00:58:42.701Z | Checking generic-array v0.14.7 |
1725 | 2024-11-28T00:58:42.754Z | Checking slab v0.4.9 |
1726 | 2024-11-28T00:58:42.780Z | Checking allocator-api2 v0.2.18 |
1727 | 2024-11-28T00:58:42.877Z | Checking cpufeatures v0.2.14 |
1728 | 2024-11-28T00:58:42.978Z | Checking futures-sink v0.3.31 |
1729 | 2024-11-28T00:58:43.039Z | Checking pin-utils v0.1.0 |
1730 | 2024-11-28T00:58:43.076Z | Checking foldhash v0.1.3 |
1731 | 2024-11-28T00:58:43.150Z | Checking equivalent v1.0.1 |
1732 | 2024-11-28T00:58:43.165Z | Checking futures-channel v0.3.31 |
1733 | 2024-11-28T00:58:43.257Z | Checking futures-task v0.3.31 |
1734 | 2024-11-28T00:58:43.294Z | Checking stable_deref_trait v1.2.0 |
1735 | 2024-11-28T00:58:43.409Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1736 | 2024-11-28T00:58:43.440Z | Checking hashbrown v0.15.0 |
1737 | 2024-11-28T00:58:43.566Z | Checking iana-time-zone v0.1.61 |
1738 | 2024-11-28T00:58:43.589Z | Checking futures-util v0.3.31 |
1739 | 2024-11-28T00:58:43.619Z | Checking fnv v1.0.7 |
1740 | 2024-11-28T00:58:43.679Z | Checking ppv-lite86 v0.2.20 |
1741 | 2024-11-28T00:58:43.714Z | Checking tracing-core v0.1.32 |
1742 | 2024-11-28T00:58:43.779Z | Checking errno v0.3.9 |
1743 | 2024-11-28T00:58:43.877Z | Checking crypto-common v0.1.6 |
1744 | 2024-11-28T00:58:43.944Z | Checking block-buffer v0.10.4 |
1745 | 2024-11-28T00:58:44.070Z | Checking zerofrom v0.1.4 |
1746 | 2024-11-28T00:58:44.080Z | Checking dyn-clone v1.0.17 |
1747 | 2024-11-28T00:58:44.170Z | Checking digest v0.10.7 |
1748 | 2024-11-28T00:58:44.229Z | Checking block-padding v0.3.3 |
1749 | 2024-11-28T00:58:44.293Z | Checking yoke v0.7.4 |
1750 | 2024-11-28T00:58:44.393Z | Checking tracing v0.1.40 |
1751 | 2024-11-28T00:58:44.447Z | Checking inout v0.1.3 |
1752 | 2024-11-28T00:58:44.476Z | Checking rand_chacha v0.3.1 |
1753 | 2024-11-28T00:58:44.544Z | Checking crossbeam-utils v0.8.20 |
1754 | 2024-11-28T00:58:44.612Z | Checking percent-encoding v2.3.1 |
1755 | 2024-11-28T00:58:44.639Z | Checking zerovec v0.10.4 |
1756 | 2024-11-28T00:58:44.666Z | Checking cipher v0.4.4 |
1757 | 2024-11-28T00:58:44.746Z | Checking writeable v0.5.5 |
1758 | 2024-11-28T00:58:44.820Z | Checking litemap v0.7.3 |
1759 | 2024-11-28T00:58:44.866Z | Checking rand v0.8.5 |
1760 | 2024-11-28T00:58:45.051Z | Checking tinyvec_macros v0.1.1 |
1761 | 2024-11-28T00:58:45.091Z | Checking form_urlencoded v1.2.1 |
1762 | 2024-11-28T00:58:45.154Z | Checking tinyvec v1.8.0 |
1763 | 2024-11-28T00:58:45.179Z | Checking httparse v1.9.5 |
1764 | 2024-11-28T00:58:45.209Z | Checking icu_locid_transform_data v1.5.0 |
1765 | 2024-11-28T00:58:45.283Z | Checking regex-syntax v0.8.5 |
1766 | 2024-11-28T00:58:45.310Z | Checking atomic-waker v1.1.2 |
1767 | 2024-11-28T00:58:45.441Z | Checking base64ct v1.6.0 |
1768 | 2024-11-28T00:58:45.627Z | Checking hmac v0.12.1 |
1769 | 2024-11-28T00:58:45.701Z | Checking bytes v1.8.0 |
1770 | 2024-11-28T00:58:45.839Z | Checking bitflags v2.6.0 |
1771 | 2024-11-28T00:58:45.901Z | Checking serde_json v1.0.132 |
1772 | 2024-11-28T00:58:46.152Z | Checking indexmap v2.6.0 |
1773 | 2024-11-28T00:58:46.154Z | Checking chrono v0.4.38 |
1774 | 2024-11-28T00:58:46.258Z | Checking rustix v0.38.37 |
1775 | 2024-11-28T00:58:46.483Z | Checking uuid v1.11.0 |
1776 | 2024-11-28T00:58:46.508Z | Checking tokio v1.40.0 |
1777 | 2024-11-28T00:58:47.124Z | Checking http v1.1.0 |
1778 | 2024-11-28T00:58:47.438Z | Checking tinystr v0.7.6 |
1779 | 2024-11-28T00:58:47.569Z | Checking unicode-normalization v0.1.24 |
1780 | 2024-11-28T00:58:47.794Z | Checking icu_locid v1.5.0 |
1781 | 2024-11-28T00:58:48.267Z | Checking schemars v0.8.21 |
1782 | 2024-11-28T00:58:48.489Z | Checking icu_collections v1.5.0 |
1783 | 2024-11-28T00:58:48.516Z | Checking icu_properties_data v1.5.0 |
1784 | 2024-11-28T00:58:48.593Z | Checking untrusted v0.9.0 |
1785 | 2024-11-28T00:58:48.663Z | Checking sha2 v0.10.8 |
1786 | 2024-11-28T00:58:48.771Z | Checking ring v0.17.8 |
1787 | 2024-11-28T00:58:48.773Z | Checking aho-corasick v1.1.3 |
1788 | 2024-11-28T00:58:48.818Z | Checking icu_provider v1.5.0 |
1789 | 2024-11-28T00:58:49.144Z | Checking utf8_iter v1.0.4 |
1790 | 2024-11-28T00:58:49.232Z | Checking utf16_iter v1.0.5 |
1791 | 2024-11-28T00:58:49.359Z | Checking write16 v1.0.0 |
1792 | 2024-11-28T00:58:49.409Z | Checking unicode-bidi v0.3.17 |
1793 | 2024-11-28T00:58:49.455Z | Checking icu_locid_transform v1.5.0 |
1794 | 2024-11-28T00:58:49.487Z | Checking icu_normalizer_data v1.5.0 |
1795 | 2024-11-28T00:58:49.589Z | Checking unicode-ident v1.0.13 |
1796 | 2024-11-28T00:58:49.752Z | Checking lazy_static v1.5.0 |
1797 | 2024-11-28T00:58:49.755Z | Checking adler2 v2.0.0 |
1798 | 2024-11-28T00:58:49.875Z | Checking powerfmt v0.2.0 |
1799 | 2024-11-28T00:58:49.901Z | Checking num-conv v0.1.0 |
1800 | 2024-11-28T00:58:49.940Z | Checking miniz_oxide v0.8.0 |
1801 | 2024-11-28T00:58:50.059Z | Checking num_threads v0.1.7 |
1802 | 2024-11-28T00:58:50.158Z | Checking deranged v0.3.11 |
1803 | 2024-11-28T00:58:50.160Z | Checking time-core v0.1.2 |
1804 | 2024-11-28T00:58:50.197Z | Checking rustls-pki-types v1.9.0 |
1805 | 2024-11-28T00:58:50.341Z | Checking proc-macro2 v1.0.89 |
1806 | 2024-11-28T00:58:50.425Z | Checking icu_properties v1.5.1 |
1807 | 2024-11-28T00:58:50.484Z | Checking regex-automata v0.4.8 |
1808 | 2024-11-28T00:58:50.634Z | Checking pem-rfc7468 v0.7.0 |
1809 | 2024-11-28T00:58:50.676Z | Checking untrusted v0.7.1 |
1810 | 2024-11-28T00:58:50.758Z | Checking http-body v1.0.1 |
1811 | 2024-11-28T00:58:50.849Z | Checking aws-lc-sys v0.22.0 |
1812 | 2024-11-28T00:58:50.914Z | Checking httpdate v1.0.3 |
1813 | 2024-11-28T00:58:50.970Z | Checking try-lock v0.2.5 |
1814 | 2024-11-28T00:58:51.020Z | Checking quote v1.0.37 |
1815 | 2024-11-28T00:58:51.104Z | Checking mirai-annotations v1.12.0 |
1816 | 2024-11-28T00:58:51.156Z | Checking base64 v0.22.1 |
1817 | 2024-11-28T00:58:51.299Z | Checking want v0.3.1 |
1818 | 2024-11-28T00:58:51.391Z | Checking syn v2.0.87 |
1819 | 2024-11-28T00:58:51.478Z | Checking flagset v0.4.6 |
1820 | 2024-11-28T00:58:51.638Z | Checking pbkdf2 v0.12.2 |
1821 | 2024-11-28T00:58:51.682Z | Checking der v0.7.9 |
1822 | 2024-11-28T00:58:51.812Z | Checking aes v0.8.4 |
1823 | 2024-11-28T00:58:51.975Z | Checking time v0.3.36 |
1824 | 2024-11-28T00:58:52.756Z | Checking cbc v0.1.2 |
1825 | 2024-11-28T00:58:52.974Z | Checking salsa20 v0.10.2 |
1826 | 2024-11-28T00:58:53.186Z | Checking ahash v0.8.11 |
1827 | 2024-11-28T00:58:53.374Z | Checking aws-lc-rs v1.10.0 |
1828 | 2024-11-28T00:58:53.541Z | Checking spki v0.7.3 |
1829 | 2024-11-28T00:58:53.720Z | Checking tokio-util v0.7.12 |
1830 | 2024-11-28T00:58:53.790Z | Checking slog v2.7.0 |
1831 | 2024-11-28T00:58:53.815Z | Checking icu_normalizer v1.5.0 |
1832 | 2024-11-28T00:58:53.840Z | Checking tower-service v0.3.3 |
1833 | 2024-11-28T00:58:53.971Z | Checking scrypt v0.11.0 |
1834 | 2024-11-28T00:58:54.195Z | Checking gimli v0.31.1 |
1835 | 2024-11-28T00:58:54.293Z | Checking mime v0.3.17 |
1836 | 2024-11-28T00:58:54.514Z | Checking pkcs5 v0.7.1 |
1837 | 2024-11-28T00:58:54.600Z | Checking idna_adapter v1.2.0 |
1838 | 2024-11-28T00:58:54.625Z | Checking object v0.36.5 |
1839 | 2024-11-28T00:58:54.650Z | Checking h2 v0.4.6 |
1840 | 2024-11-28T00:58:54.787Z | Checking idna v1.0.3 |
1841 | 2024-11-28T00:58:55.017Z | Checking rustc-demangle v0.1.24 |
1842 | 2024-11-28T00:58:55.157Z | Checking utf8parse v0.2.2 |
1843 | 2024-11-28T00:58:55.191Z | Checking rustls-webpki v0.102.8 |
1844 | 2024-11-28T00:58:55.269Z | Checking url v2.5.3 |
1845 | 2024-11-28T00:58:55.314Z | Checking regex v1.11.1 |
1846 | 2024-11-28T00:58:55.452Z | Checking pkcs8 v0.10.2 |
1847 | 2024-11-28T00:58:55.776Z | Checking http-body-util v0.1.2 |
1848 | 2024-11-28T00:58:55.913Z | Checking futures-executor v0.3.31 |
1849 | 2024-11-28T00:58:56.035Z | Checking toml_datetime v0.6.8 |
1850 | 2024-11-28T00:58:56.124Z | Checking serde_spanned v0.6.8 |
1851 | 2024-11-28T00:58:56.160Z | Checking data-encoding v2.6.0 |
1852 | 2024-11-28T00:58:56.234Z | Checking unicode-width v0.1.14 |
1853 | 2024-11-28T00:58:56.313Z | Checking ipnet v2.10.1 |
1854 | 2024-11-28T00:58:56.337Z | Checking futures v0.3.31 |
1855 | 2024-11-28T00:58:56.449Z | Checking rustls-pemfile v2.2.0 |
1856 | 2024-11-28T00:58:56.665Z | Checking foreign-types-shared v0.1.1 |
1857 | 2024-11-28T00:58:56.715Z | Checking anstyle v1.0.10 |
1858 | 2024-11-28T00:58:56.778Z | Checking openssl-probe v0.1.5 |
1859 | 2024-11-28T00:58:56.802Z | Checking foreign-types v0.3.2 |
1860 | 2024-11-28T00:58:56.831Z | Checking serde_urlencoded v0.7.1 |
1861 | 2024-11-28T00:58:56.895Z | Checking semver v1.0.23 |
1862 | 2024-11-28T00:58:56.939Z | Checking sha1 v0.10.6 |
1863 | 2024-11-28T00:58:57.075Z | Checking openssl-sys v0.9.103 |
1864 | 2024-11-28T00:58:57.231Z | Checking encoding_rs v0.8.34 |
1865 | 2024-11-28T00:58:57.267Z | Checking rustls v0.23.14 |
1866 | 2024-11-28T00:58:57.295Z | Checking anstyle-parse v0.2.5 |
1867 | 2024-11-28T00:58:57.580Z | Checking camino v1.1.9 |
1868 | 2024-11-28T00:58:57.846Z | Checking anstyle-query v1.1.1 |
1869 | 2024-11-28T00:58:57.992Z | Checking winnow v0.6.20 |
1870 | 2024-11-28T00:58:58.036Z | Checking addr2line v0.24.2 |
1871 | 2024-11-28T00:58:58.137Z | Checking is_terminal_polyfill v1.70.1 |
1872 | 2024-11-28T00:58:58.268Z | Checking colorchoice v1.0.2 |
1873 | 2024-11-28T00:58:58.271Z | Checking openssl v0.10.66 |
1874 | 2024-11-28T00:58:58.413Z | Checking either v1.13.0 |
1875 | 2024-11-28T00:58:58.573Z | Checking anstream v0.6.15 |
1876 | 2024-11-28T00:58:58.817Z | Checking idna v0.3.0 |
1877 | 2024-11-28T00:58:58.965Z | Checking terminal_size v0.4.0 |
1878 | 2024-11-28T00:58:59.142Z | Checking openapiv3 v2.0.0 |
1879 | 2024-11-28T00:58:59.555Z | Checking signature v2.2.0 |
1880 | 2024-11-28T00:58:59.679Z | Checking clap_lex v0.7.2 |
1881 | 2024-11-28T00:58:59.759Z | Checking strsim v0.11.1 |
1882 | 2024-11-28T00:58:59.923Z | Checking psl-types v2.0.11 |
1883 | 2024-11-28T00:59:00.071Z | Checking clap_builder v4.5.21 |
1884 | 2024-11-28T00:59:00.124Z | Checking publicsuffix v2.2.3 |
1885 | 2024-11-28T00:59:00.362Z | Checking cookie v0.18.1 |
1886 | 2024-11-28T00:59:00.764Z | Checking hyper v1.5.0 |
1887 | 2024-11-28T00:59:00.812Z | Checking webpki-roots v0.26.6 |
1888 | 2024-11-28T00:59:00.872Z | Checking idna v0.5.0 |
1889 | 2024-11-28T00:59:00.875Z | Checking backtrace v0.3.74 |
1890 | 2024-11-28T00:59:01.026Z | Checking is-terminal v0.4.13 |
1891 | 2024-11-28T00:59:01.150Z | Checking scroll v0.12.0 |
1892 | 2024-11-28T00:59:01.498Z | Checking anyhow v1.0.93 |
1893 | 2024-11-28T00:59:01.608Z | Checking ucd-trie v0.1.7 |
1894 | 2024-11-28T00:59:01.714Z | Checking plain v0.2.3 |
1895 | 2024-11-28T00:59:01.823Z | Checking pest v2.7.14 |
1896 | 2024-11-28T00:59:01.876Z | Checking goblin v0.8.2 |
1897 | 2024-11-28T00:59:01.905Z | Checking cookie_store v0.21.0 |
1898 | 2024-11-28T00:59:02.610Z | Checking sync_wrapper v1.0.1 |
1899 | 2024-11-28T00:59:02.636Z | Checking pretty-hex v0.4.1 |
1900 | 2024-11-28T00:59:02.765Z | Checking base16ct v0.2.0 |
1901 | 2024-11-28T00:59:02.804Z | Checking hyper-util v0.1.10 |
1902 | 2024-11-28T00:59:02.829Z | Checking num-integer v0.1.46 |
1903 | 2024-11-28T00:59:02.872Z | Checking tokio-rustls v0.26.0 |
1904 | 2024-11-28T00:59:02.957Z | Checking sec1 v0.7.3 |
1905 | 2024-11-28T00:59:03.049Z | Checking clap v4.5.21 |
1906 | 2024-11-28T00:59:03.186Z | Checking ff v0.13.0 |
1907 | 2024-11-28T00:59:03.257Z | Checking thread-id v4.2.2 |
1908 | 2024-11-28T00:59:03.289Z | Checking toml_edit v0.22.22 |
1909 | 2024-11-28T00:59:03.329Z | Checking hkdf v0.12.4 |
1910 | 2024-11-28T00:59:03.380Z | Checking crypto-bigint v0.5.5 |
1911 | 2024-11-28T00:59:03.407Z | Checking group v0.13.0 |
1912 | 2024-11-28T00:59:03.555Z | Checking memmap v0.7.0 |
1913 | 2024-11-28T00:59:03.674Z | Checking native-tls v0.2.12 |
1914 | 2024-11-28T00:59:03.676Z | Checking dirs-sys-next v0.1.2 |
1915 | 2024-11-28T00:59:03.774Z | Checking crc32fast v1.4.2 |
1916 | 2024-11-28T00:59:03.882Z | Checking utf-8 v0.7.6 |
1917 | 2024-11-28T00:59:04.008Z | Checking tokio-native-tls v0.3.1 |
1918 | 2024-11-28T00:59:04.044Z | Checking static_assertions v1.1.0 |
1919 | 2024-11-28T00:59:04.102Z | Checking bitflags v1.3.2 |
1920 | 2024-11-28T00:59:04.152Z | Checking dirs-next v2.0.0 |
1921 | 2024-11-28T00:59:04.216Z | Checking crossbeam-channel v0.5.13 |
1922 | 2024-11-28T00:59:04.263Z | Checking thread_local v1.1.8 |
1923 | 2024-11-28T00:59:04.297Z | Checking unicode-segmentation v1.12.0 |
1924 | 2024-11-28T00:59:04.319Z | Checking dtrace-parser v0.2.0 |
1925 | 2024-11-28T00:59:04.559Z | Checking term v0.7.0 |
1926 | 2024-11-28T00:59:04.788Z | Checking num-iter v0.1.45 |
1927 | 2024-11-28T00:59:04.814Z | Checking hyper-tls v0.6.0 |
1928 | 2024-11-28T00:59:04.946Z | Checking hyper-rustls v0.27.3 |
1929 | 2024-11-28T00:59:04.974Z | Checking crossbeam-epoch v0.9.18 |
1930 | 2024-11-28T00:59:04.977Z | Checking take_mut v0.2.2 |
1931 | 2024-11-28T00:59:05.021Z | Checking match_cfg v0.1.0 |
1932 | 2024-11-28T00:59:05.106Z | Checking slog-term v2.9.1 |
1933 | 2024-11-28T00:59:05.132Z | Checking hostname v0.3.1 |
1934 | 2024-11-28T00:59:05.270Z | Checking bstr v1.10.0 |
1935 | 2024-11-28T00:59:05.296Z | Checking reqwest v0.12.9 |
1936 | 2024-11-28T00:59:05.347Z | Checking slog-async v2.8.0 |
1937 | 2024-11-28T00:59:05.373Z | Checking rfc6979 v0.4.0 |
1938 | 2024-11-28T00:59:05.568Z | Checking hex v0.4.3 |
1939 | 2024-11-28T00:59:05.595Z | Checking winnow v0.5.40 |
1940 | 2024-11-28T00:59:05.648Z | Checking managed v0.8.0 |
1941 | 2024-11-28T00:59:05.851Z | Checking toml v0.8.19 |
1942 | 2024-11-28T00:59:06.046Z | Checking crossbeam-deque v0.8.5 |
1943 | 2024-11-28T00:59:06.086Z | Checking num-bigint-dig v0.8.4 |
1944 | 2024-11-28T00:59:06.159Z | Checking flate2 v1.0.34 |
1945 | 2024-11-28T00:59:06.195Z | Checking elliptic-curve v0.13.8 |
1946 | 2024-11-28T00:59:06.348Z | Checking rustls v0.22.4 |
1947 | 2024-11-28T00:59:06.593Z | Checking pkcs1 v0.7.5 |
1948 | 2024-11-28T00:59:06.722Z | Checking dof v0.3.0 |
1949 | 2024-11-28T00:59:06.819Z | Checking curve25519-dalek v4.1.3 |
1950 | 2024-11-28T00:59:06.854Z | Checking ecdsa v0.16.9 |
1951 | 2024-11-28T00:59:06.989Z | Checking zerocopy v0.6.6 |
1952 | 2024-11-28T00:59:07.123Z | Checking siphasher v0.3.11 |
1953 | 2024-11-28T00:59:07.326Z | Checking usdt-impl v0.5.0 |
1954 | 2024-11-28T00:59:07.445Z | Checking rayon-core v1.12.1 |
1955 | 2024-11-28T00:59:07.587Z | Checking ed25519 v2.2.3 |
1956 | 2024-11-28T00:59:07.764Z | Checking slog-json v2.6.1 |
1957 | 2024-11-28T00:59:07.893Z | Checking signal-hook v0.3.17 |
1958 | 2024-11-28T00:59:07.912Z | Checking usdt v0.5.0 |
1959 | 2024-11-28T00:59:08.024Z | Checking debug-ignore v1.0.5 |
1960 | 2024-11-28T00:59:08.117Z | Checking quick-error v1.2.3 |
1961 | 2024-11-28T00:59:08.164Z | Checking slog-bunyan v2.5.0 |
1962 | 2024-11-28T00:59:08.167Z | Checking rsa v0.9.6 |
1963 | 2024-11-28T00:59:08.167Z | Checking multer v3.1.0 |
1964 | 2024-11-28T00:59:08.234Z | Checking itertools v0.10.5 |
1965 | 2024-11-28T00:59:08.258Z | Checking x509-cert v0.2.5 |
1966 | 2024-11-28T00:59:08.334Z | Checking idna v0.4.0 |
1967 | 2024-11-28T00:59:08.592Z | Checking toml_edit v0.19.15 |
1968 | 2024-11-28T00:59:08.594Z | Checking hubpack v0.1.2 |
1969 | 2024-11-28T00:59:08.674Z | Checking ed25519-dalek v2.1.1 |
1970 | 2024-11-28T00:59:08.929Z | Checking serde_path_to_error v0.1.16 |
1971 | 2024-11-28T00:59:09.072Z | Checking waitgroup v0.1.2 |
1972 | 2024-11-28T00:59:09.201Z | Checking bzip2-sys v0.1.11+1.0.8 |
1973 | 2024-11-28T00:59:09.228Z | Checking async-stream v0.3.6 |
1974 | 2024-11-28T00:59:09.266Z | Checking hostname v0.4.0 |
1975 | 2024-11-28T00:59:09.333Z | Checking bit-vec v0.6.3 |
1976 | 2024-11-28T00:59:09.415Z | Checking bzip2 v0.4.4 |
1977 | 2024-11-28T00:59:09.417Z | Checking hickory-proto v0.24.1 |
1978 | 2024-11-28T00:59:09.536Z | Checking signal-hook-mio v0.2.4 |
1979 | 2024-11-28T00:59:09.684Z | Checking bit-set v0.5.3 |
1980 | 2024-11-28T00:59:09.712Z | Checking console v0.15.8 |
1981 | 2024-11-28T00:59:09.712Z | Checking hash32 v0.2.1 |
1982 | 2024-11-28T00:59:09.859Z | Checking linked-hash-map v0.5.6 |
1983 | 2024-11-28T00:59:09.911Z | Checking tokio-rustls v0.25.0 |
1984 | 2024-11-28T00:59:09.937Z | Checking unicode-properties v0.1.3 |
1985 | 2024-11-28T00:59:10.189Z | Checking predicates-core v1.0.8 |
1986 | 2024-11-28T00:59:10.273Z | Checking stringprep v0.1.5 |
1987 | 2024-11-28T00:59:10.298Z | Checking dropshot v0.12.0 |
1988 | 2024-11-28T00:59:10.301Z | Checking heapless v0.7.17 |
1989 | 2024-11-28T00:59:10.301Z | Checking lru-cache v0.1.2 |
1990 | 2024-11-28T00:59:10.365Z | Checking crossterm v0.28.1 |
1991 | 2024-11-28T00:59:10.474Z | Checking rayon v1.10.0 |
1992 | 2024-11-28T00:59:10.525Z | Checking phf_shared v0.11.2 |
1993 | 2024-11-28T00:59:10.551Z | Checking similar v2.6.0 |
1994 | 2024-11-28T00:59:10.824Z | Checking tokio-stream v0.1.16 |
1995 | 2024-11-28T00:59:11.038Z | Checking toml v0.7.8 |
1996 | 2024-11-28T00:59:11.365Z | Checking md-5 v0.10.6 |
1997 | 2024-11-28T00:59:11.420Z | Checking float-cmp v0.9.0 |
1998 | 2024-11-28T00:59:11.605Z | Checking normalize-line-endings v0.3.0 |
1999 | 2024-11-28T00:59:11.631Z | Checking difflib v0.4.0 |
2000 | 2024-11-28T00:59:11.695Z | Checking fixedbitset v0.4.2 |
2001 | 2024-11-28T00:59:11.734Z | Checking fallible-iterator v0.2.0 |
2002 | 2024-11-28T00:59:11.803Z | Checking smoltcp v0.9.1 |
2003 | 2024-11-28T00:59:11.939Z | Checking predicates v3.1.2 |
2004 | 2024-11-28T00:59:11.978Z | Checking petgraph v0.6.5 |
2005 | 2024-11-28T00:59:12.232Z | Checking phf v0.11.2 |
2006 | 2024-11-28T00:59:12.373Z | Checking postgres-protocol v0.6.7 |
2007 | 2024-11-28T00:59:12.511Z | Checking zip v0.6.6 |
2008 | 2024-11-28T00:59:12.678Z | Checking resolv-conf v0.7.0 |
2009 | 2024-11-28T00:59:12.997Z | Checking phf_shared v0.10.0 |
2010 | 2024-11-28T00:59:13.051Z | Checking tungstenite v0.24.0 |
2011 | 2024-11-28T00:59:13.217Z | Checking fs-err v2.11.0 |
2012 | 2024-11-28T00:59:13.273Z | Checking serde-big-array v0.5.1 |
2013 | 2024-11-28T00:59:13.299Z | Checking portable-atomic v1.9.0 |
2014 | 2024-11-28T00:59:13.497Z | Checking lalrpop-util v0.19.12 |
2015 | 2024-11-28T00:59:13.772Z | Checking unicode-width v0.2.0 |
2016 | 2024-11-28T00:59:13.806Z | Checking number_prefix v0.4.0 |
2017 | 2024-11-28T00:59:13.906Z | Checking new_debug_unreachable v1.0.6 |
2018 | 2024-11-28T00:59:13.991Z | Checking precomputed-hash v0.1.1 |
2019 | 2024-11-28T00:59:14.017Z | Checking minimal-lexical v0.2.1 |
2020 | 2024-11-28T00:59:14.021Z | Checking tokio-tungstenite v0.24.0 |
2021 | 2024-11-28T00:59:14.062Z | Checking hickory-resolver v0.24.1 |
2022 | 2024-11-28T00:59:14.100Z | Checking string_cache v0.8.7 |
2023 | 2024-11-28T00:59:14.224Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2024 | 2024-11-28T00:59:14.314Z | Checking postgres-types v0.2.8 |
2025 | 2024-11-28T00:59:14.380Z | Checking itertools v0.12.1 |
2026 | 2024-11-28T00:59:14.406Z | Checking indicatif v0.17.9 |
2027 | 2024-11-28T00:59:14.429Z | Checking nom v7.1.3 |
2028 | 2024-11-28T00:59:14.486Z | Checking peg-runtime v0.8.3 |
2029 | 2024-11-28T00:59:14.727Z | Checking whoami v1.5.2 |
2030 | 2024-11-28T00:59:15.045Z | Checking tokio-postgres v0.7.12 |
2031 | 2024-11-28T00:59:15.127Z | Compiling hashbrown v0.14.5 |
2032 | 2024-11-28T00:59:15.156Z | Compiling ident_case v1.0.1 |
2033 | 2024-11-28T00:59:15.279Z | Compiling unsafe-libyaml v0.2.11 |
2034 | 2024-11-28T00:59:15.333Z | Compiling darling_core v0.20.10 |
2035 | 2024-11-28T00:59:15.629Z | Checking qorb v0.2.0 |
2036 | 2024-11-28T00:59:16.562Z | Compiling regress v0.10.1 |
2037 | 2024-11-28T00:59:16.947Z | Compiling serde_yaml v0.9.34+deprecated |
2038 | 2024-11-28T00:59:17.305Z | Checking heck v0.5.0 |
2039 | 2024-11-28T00:59:17.516Z | Checking progenitor-client v0.8.0 |
2040 | 2024-11-28T00:59:17.906Z | Checking fastrand v2.1.1 |
2041 | 2024-11-28T00:59:18.177Z | Compiling newtype-uuid v1.1.3 |
2042 | 2024-11-28T00:59:18.221Z | Checking ipnetwork v0.20.0 |
2043 | 2024-11-28T00:59:18.251Z | Compiling structmeta-derive v0.3.0 |
2044 | 2024-11-28T00:59:18.512Z | Checking strum v0.26.3 |
2045 | 2024-11-28T00:59:18.616Z | Compiling dropshot v0.13.0 |
2046 | 2024-11-28T00:59:18.669Z | Checking macaddr v1.0.1 |
2047 | 2024-11-28T00:59:18.992Z | Compiling dropshot_endpoint v0.13.0 |
2048 | 2024-11-28T00:59:19.019Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2049 | 2024-11-28T00:59:19.771Z | Checking tempfile v3.13.0 |
2050 | 2024-11-28T00:59:19.936Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2051 | 2024-11-28T00:59:20.144Z | Compiling typify-impl v0.2.0 |
2052 | 2024-11-28T00:59:20.297Z | Checking instant v0.1.13 |
2053 | 2024-11-28T00:59:20.427Z | Checking regress v0.9.1 |
2054 | 2024-11-28T00:59:21.153Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2055 | 2024-11-28T00:59:21.199Z | Compiling structmeta v0.3.0 |
2056 | 2024-11-28T00:59:21.508Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2057 | 2024-11-28T00:59:21.652Z | Compiling parse-display-derive v0.10.0 |
2058 | 2024-11-28T00:59:21.817Z | Checking backoff v0.4.0 |
2059 | 2024-11-28T00:59:21.979Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-11-28T00:59:22.111Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2061 | 2024-11-28T00:59:22.133Z | Checking wait-timeout v0.2.0 |
2062 | 2024-11-28T00:59:22.266Z | Checking rand_xorshift v0.3.0 |
2063 | 2024-11-28T00:59:22.311Z | Checking rusty-fork v0.3.0 |
2064 | 2024-11-28T00:59:22.430Z | Compiling darling_macro v0.20.10 |
2065 | 2024-11-28T00:59:22.456Z | Checking unarray v0.1.4 |
2066 | 2024-11-28T00:59:22.603Z | Compiling structmeta-derive v0.2.0 |
2067 | 2024-11-28T00:59:22.630Z | Checking proptest v1.5.0 |
2068 | 2024-11-28T00:59:23.363Z | Compiling darling v0.20.10 |
2069 | 2024-11-28T00:59:23.497Z | Compiling serde_with_macros v3.11.0 |
2070 | 2024-11-28T00:59:23.950Z | Checking camino-tempfile v1.1.1 |
2071 | 2024-11-28T00:59:24.247Z | Compiling proc-macro-error v1.0.4 |
2072 | 2024-11-28T00:59:24.480Z | Compiling proc-macro-crate v1.3.1 |
2073 | 2024-11-28T00:59:24.950Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2074 | 2024-11-28T00:59:25.319Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2024-11-28T00:59:25.590Z | Compiling structmeta v0.2.0 |
2076 | 2024-11-28T00:59:25.636Z | Compiling num_enum_derive v0.5.11 |
2077 | 2024-11-28T00:59:25.663Z | Compiling foreign-types-macros v0.2.3 |
2078 | 2024-11-28T00:59:26.053Z | Compiling test-strategy v0.3.1 |
2079 | 2024-11-28T00:59:26.279Z | Checking parse-display v0.10.0 |
2080 | 2024-11-28T00:59:26.425Z | Checking serde_with v3.11.0 |
2081 | 2024-11-28T00:59:26.513Z | Checking foreign-types-shared v0.3.1 |
2082 | 2024-11-28T00:59:26.916Z | Checking foreign-types v0.5.0 |
2083 | 2024-11-28T00:59:26.972Z | Checking tabwriter v1.4.0 |
2084 | 2024-11-28T00:59:27.029Z | Checking cstr-argument v0.1.2 |
2085 | 2024-11-28T00:59:27.215Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2086 | 2024-11-28T00:59:27.219Z | Checking pretty-hex v0.2.1 |
2087 | 2024-11-28T00:59:27.254Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2088 | 2024-11-28T00:59:27.367Z | Checking colored v2.1.0 |
2089 | 2024-11-28T00:59:27.553Z | Checking smf v0.2.3 |
2090 | 2024-11-28T00:59:27.580Z | Checking base64 v0.21.7 |
2091 | 2024-11-28T00:59:27.672Z | Compiling crucible-workspace-hack v0.1.0 |
2092 | 2024-11-28T00:59:27.925Z | Compiling zerocopy v0.8.10 |
2093 | 2024-11-28T00:59:28.023Z | Compiling itertools v0.13.0 |
2094 | 2024-11-28T00:59:28.073Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2095 | 2024-11-28T00:59:28.094Z | Compiling zerocopy-derive v0.8.10 |
2096 | 2024-11-28T00:59:28.162Z | Checking num_enum v0.5.11 |
2097 | 2024-11-28T00:59:28.220Z | Compiling heapless v0.8.0 |
2098 | 2024-11-28T00:59:28.322Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2099 | 2024-11-28T00:59:28.612Z | Checking termtree v0.4.1 |
2100 | 2024-11-28T00:59:28.832Z | Checking predicates-tree v1.0.11 |
2101 | 2024-11-28T00:59:28.991Z | Checking hash32 v0.3.1 |
2102 | 2024-11-28T00:59:29.048Z | Compiling smoltcp v0.11.0 |
2103 | 2024-11-28T00:59:29.185Z | Checking cobs v0.2.3 |
2104 | 2024-11-28T00:59:29.377Z | Checking postcard v1.0.10 |
2105 | 2024-11-28T00:59:29.780Z | Checking sigpipe v0.1.3 |
2106 | 2024-11-28T00:59:29.903Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2107 | 2024-11-28T00:59:29.939Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2108 | 2024-11-28T00:59:29.973Z | Checking atomicwrites v0.4.4 |
2109 | 2024-11-28T00:59:30.069Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2110 | 2024-11-28T00:59:30.096Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2111 | 2024-11-28T00:59:30.172Z | Compiling mockall_derive v0.13.0 |
2112 | 2024-11-28T00:59:30.267Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2113 | 2024-11-28T00:59:30.395Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2114 | 2024-11-28T00:59:30.628Z | Compiling zone_cfg_derive v0.3.0 |
2115 | 2024-11-28T00:59:30.935Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2116 | 2024-11-28T00:59:31.235Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2117 | 2024-11-28T00:59:31.288Z | Compiling num-derive v0.4.2 |
2118 | 2024-11-28T00:59:32.120Z | Checking fragile v2.0.0 |
2119 | 2024-11-28T00:59:32.386Z | Checking downcast v0.11.0 |
2120 | 2024-11-28T00:59:32.524Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2121 | 2024-11-28T00:59:32.597Z | Checking zone v0.3.0 |
2122 | 2024-11-28T00:59:32.851Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2123 | 2024-11-28T00:59:33.113Z | Compiling convert_case v0.4.0 |
2124 | 2024-11-28T00:59:33.204Z | Checking newline-converter v0.3.0 |
2125 | 2024-11-28T00:59:33.376Z | Checking expectorate v1.1.0 |
2126 | 2024-11-28T00:59:34.591Z | Checking tungstenite v0.21.0 |
2127 | 2024-11-28T00:59:34.595Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2128 | 2024-11-28T00:59:34.595Z | Checking same-file v1.0.6 |
2129 | 2024-11-28T00:59:34.595Z | Compiling derive_more v0.99.18 |
2130 | 2024-11-28T00:59:34.595Z | Checking arc-swap v1.7.1 |
2131 | 2024-11-28T00:59:34.596Z | Checking walkdir v2.5.0 |
2132 | 2024-11-28T00:59:34.596Z | Checking xattr v1.3.1 |
2133 | 2024-11-28T00:59:34.596Z | Checking tokio-tungstenite v0.21.0 |
2134 | 2024-11-28T00:59:34.602Z | Checking slog-scope v4.4.0 |
2135 | 2024-11-28T00:59:34.771Z | Checking filetime v0.2.25 |
2136 | 2024-11-28T00:59:34.796Z | Checking slog-stdlog v4.1.1 |
2137 | 2024-11-28T00:59:34.967Z | Checking slog-envlogger v2.2.0 |
2138 | 2024-11-28T00:59:34.996Z | Checking tar v0.4.42 |
2139 | 2024-11-28T00:59:35.059Z | Checking num-rational v0.4.2 |
2140 | 2024-11-28T00:59:35.176Z | Checking num-complex v0.4.6 |
2141 | 2024-11-28T00:59:35.748Z | Checking float-ord v0.3.2 |
2142 | 2024-11-28T00:59:35.835Z | Checking swrite v0.1.0 |
2143 | 2024-11-28T00:59:35.892Z | Compiling owo-colors v4.1.0 |
2144 | 2024-11-28T00:59:35.960Z | Compiling cancel-safe-futures v0.1.5 |
2145 | 2024-11-28T00:59:36.085Z | Checking libsw v3.3.1 |
2146 | 2024-11-28T00:59:36.091Z | Checking num v0.4.3 |
2147 | 2024-11-28T00:59:36.217Z | Checking pem v3.0.4 |
2148 | 2024-11-28T00:59:36.364Z | Checking password-hash v0.5.0 |
2149 | 2024-11-28T00:59:36.485Z | Checking blake2 v0.10.6 |
2150 | 2024-11-28T00:59:36.789Z | Checking indent_write v2.2.0 |
2151 | 2024-11-28T00:59:36.831Z | Checking linear-map v1.2.0 |
2152 | 2024-11-28T00:59:36.935Z | Checking argon2 v0.5.3 |
2153 | 2024-11-28T00:59:37.002Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2154 | 2024-11-28T00:59:37.356Z | Compiling lzma-sys v0.1.20 |
2155 | 2024-11-28T00:59:37.608Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2156 | 2024-11-28T00:59:37.643Z | Checking headers-core v0.3.0 |
2157 | 2024-11-28T00:59:37.797Z | Compiling heck v0.3.3 |
2158 | 2024-11-28T00:59:37.966Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2159 | 2024-11-28T00:59:38.068Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2160 | 2024-11-28T00:59:38.234Z | Compiling zone_cfg_derive v0.1.2 |
2161 | 2024-11-28T00:59:38.293Z | Checking headers v0.4.0 |
2162 | 2024-11-28T00:59:38.324Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2163 | 2024-11-28T00:59:38.406Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2164 | 2024-11-28T00:59:38.537Z | Compiling typify-macro v0.2.0 |
2165 | 2024-11-28T00:59:38.612Z | Checking mockall v0.13.0 |
2166 | 2024-11-28T00:59:38.666Z | Checking yasna v0.5.2 |
2167 | 2024-11-28T00:59:38.843Z | Checking base64 v0.13.1 |
2168 | 2024-11-28T00:59:39.225Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2169 | 2024-11-28T00:59:39.256Z | Checking highway v1.2.0 |
2170 | 2024-11-28T00:59:39.461Z | Checking ron v0.7.1 |
2171 | 2024-11-28T00:59:39.553Z | Checking rcgen v0.12.1 |
2172 | 2024-11-28T00:59:39.675Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2173 | 2024-11-28T00:59:39.820Z | Checking zone v0.1.8 |
2174 | 2024-11-28T00:59:40.160Z | Checking xz2 v0.1.7 |
2175 | 2024-11-28T00:59:40.453Z | Checking subprocess v0.2.9 |
2176 | 2024-11-28T00:59:40.514Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2177 | 2024-11-28T00:59:40.632Z | Checking humantime v2.1.0 |
2178 | 2024-11-28T00:59:40.942Z | Compiling semver v0.1.20 |
2179 | 2024-11-28T00:59:41.003Z | Checking half v2.4.1 |
2180 | 2024-11-28T00:59:41.459Z | Compiling rustc_version v0.1.7 |
2181 | 2024-11-28T00:59:41.518Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2182 | 2024-11-28T00:59:41.566Z | Checking ciborium-io v0.2.2 |
2183 | 2024-11-28T00:59:41.649Z | Checking prettyplease v0.2.25 |
2184 | 2024-11-28T00:59:41.696Z | Checking ciborium-ll v0.2.2 |
2185 | 2024-11-28T00:59:41.951Z | Compiling newtype_derive v0.1.6 |
2186 | 2024-11-28T00:59:42.000Z | Checking ciborium v0.2.2 |
2187 | 2024-11-28T00:59:42.858Z | Compiling typify v0.2.0 |
2188 | 2024-11-28T00:59:42.914Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2189 | 2024-11-28T00:59:43.000Z | Compiling progenitor-impl v0.8.0 |
2190 | 2024-11-28T00:59:44.737Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2191 | 2024-11-28T00:59:45.039Z | Checking steno v0.4.1 |
2192 | 2024-11-28T00:59:45.066Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2193 | 2024-11-28T00:59:45.358Z | Checking display-error-chain v0.2.2 |
2194 | 2024-11-28T00:59:45.442Z | Compiling slog-dtrace v0.3.0 |
2195 | 2024-11-28T00:59:45.527Z | Checking gethostname v0.5.0 |
2196 | 2024-11-28T00:59:45.654Z | Checking nibble_vec v0.1.0 |
2197 | 2024-11-28T00:59:45.851Z | Compiling ring v0.16.20 |
2198 | 2024-11-28T00:59:46.204Z | Compiling blake3 v1.5.4 |
2199 | 2024-11-28T00:59:46.262Z | Checking endian-type v0.1.2 |
2200 | 2024-11-28T00:59:46.482Z | Checking keccak v0.1.5 |
2201 | 2024-11-28T00:59:46.809Z | Checking sha3 v0.10.8 |
2202 | 2024-11-28T00:59:46.956Z | Checking radix_trie v0.2.1 |
2203 | 2024-11-28T00:59:47.184Z | Checking universal-hash v0.5.1 |
2204 | 2024-11-28T00:59:47.262Z | Checking secrecy v0.8.0 |
2205 | 2024-11-28T00:59:47.345Z | Checking opaque-debug v0.3.1 |
2206 | 2024-11-28T00:59:47.368Z | Checking aead v0.5.2 |
2207 | 2024-11-28T00:59:47.439Z | Checking poly1305 v0.8.0 |
2208 | 2024-11-28T00:59:47.468Z | Checking chacha20 v0.9.1 |
2209 | 2024-11-28T00:59:47.819Z | Compiling memmap2 v0.9.5 |
2210 | 2024-11-28T00:59:47.927Z | Compiling constant_time_eq v0.3.1 |
2211 | 2024-11-28T00:59:48.119Z | Compiling arrayref v0.3.9 |
2212 | 2024-11-28T00:59:48.227Z | Compiling arrayvec v0.7.6 |
2213 | 2024-11-28T00:59:48.282Z | Compiling spin v0.5.2 |
2214 | 2024-11-28T00:59:48.392Z | Compiling toolchain_find v0.4.0 |
2215 | 2024-11-28T00:59:48.543Z | Compiling thiserror-impl-no-std v2.0.2 |
2216 | 2024-11-28T00:59:48.591Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2217 | 2024-11-28T00:59:48.890Z | Compiling topological-sort v0.2.2 |
2218 | 2024-11-28T00:59:48.980Z | Compiling rustfmt-wrapper v0.2.1 |
2219 | 2024-11-28T00:59:49.121Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2220 | 2024-11-28T00:59:49.336Z | Checking chacha20poly1305 v0.10.1 |
2221 | 2024-11-28T00:59:49.454Z | Compiling async-recursion v1.1.1 |
2222 | 2024-11-28T00:59:49.533Z | Checking fxhash v0.2.1 |
2223 | 2024-11-28T00:59:49.535Z | Checking bumpalo v3.16.0 |
2224 | 2024-11-28T00:59:49.729Z | Checking lockfree-object-pool v0.1.6 |
2225 | 2024-11-28T00:59:49.890Z | Compiling zip v2.1.3 |
2226 | 2024-11-28T00:59:49.915Z | Checking simd-adler32 v0.3.7 |
2227 | 2024-11-28T00:59:49.995Z | Checking termcolor v1.4.1 |
2228 | 2024-11-28T00:59:50.228Z | Checking maplit v1.0.2 |
2229 | 2024-11-28T00:59:50.261Z | Checking zopfli v0.8.1 |
2230 | 2024-11-28T00:59:50.351Z | Compiling radium v0.7.0 |
2231 | 2024-11-28T00:59:50.448Z | Checking tap v1.0.1 |
2232 | 2024-11-28T00:59:50.626Z | Compiling maybe-uninit v2.0.0 |
2233 | 2024-11-28T00:59:51.029Z | Compiling progenitor-macro v0.8.0 |
2234 | 2024-11-28T00:59:51.079Z | Checking wyz v0.5.1 |
2235 | 2024-11-28T00:59:51.232Z | Checking crc-catalog v2.4.0 |
2236 | 2024-11-28T00:59:51.254Z | Compiling packed_struct v0.10.1 |
2237 | 2024-11-28T00:59:51.383Z | Compiling omicron-zone-package v0.11.1 |
2238 | 2024-11-28T00:59:51.467Z | Checking funty v2.0.0 |
2239 | 2024-11-28T00:59:51.709Z | Checking home v0.5.9 |
2240 | 2024-11-28T00:59:51.739Z | Checking thiserror-no-std v2.0.2 |
2241 | 2024-11-28T00:59:51.864Z | Checking vsss-rs v3.3.4 |
2242 | 2024-11-28T00:59:51.912Z | Checking crc v3.2.1 |
2243 | 2024-11-28T00:59:52.090Z | Compiling const_format_proc_macros v0.2.33 |
2244 | 2024-11-28T00:59:52.338Z | Checking kstat-rs v0.2.4 |
2245 | 2024-11-28T00:59:52.432Z | Checking bitvec v1.0.1 |
2246 | 2024-11-28T00:59:52.455Z | Compiling packed_struct_codegen v0.10.1 |
2247 | 2024-11-28T00:59:52.698Z | Compiling vte_generate_state_changes v0.1.2 |
2248 | 2024-11-28T00:59:53.063Z | Compiling indexmap v1.9.3 |
2249 | 2024-11-28T00:59:53.333Z | Checking nodrop v0.1.14 |
2250 | 2024-11-28T00:59:53.353Z | Compiling libefi-sys v0.1.0 |
2251 | 2024-11-28T00:59:53.459Z | Checking array-init v0.0.4 |
2252 | 2024-11-28T00:59:53.719Z | Checking vte v0.11.1 |
2253 | 2024-11-28T00:59:54.281Z | Checking const_format v0.2.33 |
2254 | 2024-11-28T00:59:54.537Z | Checking smallvec v0.6.14 |
2255 | 2024-11-28T00:59:54.791Z | Checking fd-lock v4.0.2 |
2256 | 2024-11-28T00:59:54.953Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2257 | 2024-11-28T00:59:54.985Z | Compiling bitfield-struct v0.6.2 |
2258 | 2024-11-28T00:59:55.122Z | Checking bitfield v0.14.0 |
2259 | 2024-11-28T00:59:55.145Z | Checking hashbrown v0.12.3 |
2260 | 2024-11-28T00:59:55.340Z | Checking strip-ansi-escapes v0.2.0 |
2261 | 2024-11-28T00:59:55.389Z | Checking serde-hex v0.1.0 |
2262 | 2024-11-28T00:59:55.527Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2263 | 2024-11-28T00:59:55.805Z | Checking env_logger v0.10.2 |
2264 | 2024-11-28T00:59:55.853Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2265 | 2024-11-28T00:59:56.157Z | Checking ron v0.8.1 |
2266 | 2024-11-28T00:59:56.206Z | Checking hashbrown v0.13.2 |
2267 | 2024-11-28T00:59:56.428Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2268 | 2024-11-28T00:59:56.845Z | Checking nu-ansi-term v0.50.1 |
2269 | 2024-11-28T00:59:57.025Z | Checking crc-any v2.5.0 |
2270 | 2024-11-28T00:59:57.238Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2271 | 2024-11-28T00:59:57.281Z | Checking object v0.30.4 |
2272 | 2024-11-28T00:59:57.361Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2273 | 2024-11-28T00:59:57.394Z | Checking reedline v0.35.0 |
2274 | 2024-11-28T00:59:57.429Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2275 | 2024-11-28T00:59:57.751Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2276 | 2024-11-28T00:59:57.842Z | Compiling parking_lot_core v0.8.6 |
2277 | 2024-11-28T00:59:57.940Z | Checking path-slash v0.1.5 |
2278 | 2024-11-28T00:59:58.013Z | Compiling phf_generator v0.11.2 |
2279 | 2024-11-28T00:59:58.094Z | Checking glob v0.3.1 |
2280 | 2024-11-28T00:59:58.195Z | Checking bytecount v0.6.8 |
2281 | 2024-11-28T00:59:58.358Z | Checking papergrid v0.11.0 |
2282 | 2024-11-28T00:59:58.417Z | Compiling phf_codegen v0.11.2 |
2283 | 2024-11-28T00:59:58.676Z | Compiling tabled_derive v0.7.0 |
2284 | 2024-11-28T00:59:58.740Z | Checking parking_lot v0.11.2 |
2285 | 2024-11-28T00:59:59.113Z | Compiling parse-zoneinfo v0.3.1 |
2286 | 2024-11-28T00:59:59.137Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-11-28T00:59:59.371Z | Compiling cfg_aliases v0.1.1 |
2288 | 2024-11-28T00:59:59.486Z | Compiling nix v0.28.0 |
2289 | 2024-11-28T00:59:59.831Z | Compiling chrono-tz-build v0.4.0 |
2290 | 2024-11-28T01:00:00.193Z | Checking sled v0.34.7 |
2291 | 2024-11-28T01:00:00.272Z | Checking hickory-client v0.24.1 |
2292 | 2024-11-28T01:00:00.964Z | Checking hickory-server v0.24.1 |
2293 | 2024-11-28T01:00:01.204Z | Checking tabled v0.15.0 |
2294 | 2024-11-28T01:00:01.260Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2295 | 2024-11-28T01:00:01.328Z | Compiling chrono-tz v0.10.0 |
2296 | 2024-11-28T01:00:02.011Z | Compiling unicase v2.7.0 |
2297 | 2024-11-28T01:00:02.318Z | Compiling buf-list v1.0.3 |
2298 | 2024-11-28T01:00:03.067Z | Compiling peg-macros v0.8.4 |
2299 | 2024-11-28T01:00:03.384Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2300 | 2024-11-28T01:00:03.715Z | Compiling sqlparser_derive v0.2.2 |
2301 | 2024-11-28T01:00:03.782Z | Checking unicode_categories v0.1.1 |
2302 | 2024-11-28T01:00:04.087Z | Checking sqlformat v0.2.6 |
2303 | 2024-11-28T01:00:04.853Z | Checking sqlparser v0.45.0 |
2304 | 2024-11-28T01:00:04.995Z | Checking bcs v0.1.6 |
2305 | 2024-11-28T01:00:05.584Z | Checking rustyline v14.0.0 |
2306 | 2024-11-28T01:00:05.857Z | Checking primeorder v0.13.6 |
2307 | 2024-11-28T01:00:06.162Z | Checking progenitor v0.8.0 |
2308 | 2024-11-28T01:00:06.414Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2309 | 2024-11-28T01:00:06.569Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2310 | 2024-11-28T01:00:06.803Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2311 | 2024-11-28T01:00:08.461Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2312 | 2024-11-28T01:00:10.289Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2313 | 2024-11-28T01:00:11.111Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2314 | 2024-11-28T01:00:11.576Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2315 | 2024-11-28T01:00:13.586Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2316 | 2024-11-28T01:00:13.723Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2317 | 2024-11-28T01:00:14.673Z | Checking peg v0.8.4 |
2318 | 2024-11-28T01:00:14.779Z | Compiling mime_guess v2.0.5 |
2319 | 2024-11-28T01:00:14.895Z | Checking nanorand v0.7.0 |
2320 | 2024-11-28T01:00:15.110Z | Checking http-range v0.1.5 |
2321 | 2024-11-28T01:00:15.285Z | Checking flume v0.11.1 |
2322 | 2024-11-28T01:00:15.547Z | Checking atty v0.2.14 |
2323 | 2024-11-28T01:00:15.581Z | Compiling salty v0.3.0 |
2324 | 2024-11-28T01:00:15.680Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2325 | 2024-11-28T01:00:15.754Z | Checking p384 v0.13.0 |
2326 | 2024-11-28T01:00:15.791Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2327 | 2024-11-28T01:00:16.473Z | Checking env_filter v0.1.2 |
2328 | 2024-11-28T01:00:16.608Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2329 | 2024-11-28T01:00:16.706Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2330 | 2024-11-28T01:00:16.733Z | Checking env_logger v0.11.5 |
2331 | 2024-11-28T01:00:16.761Z | Checking hyper-staticfile v0.10.1 |
2332 | 2024-11-28T01:00:16.813Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2333 | 2024-11-28T01:00:17.043Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2334 | 2024-11-28T01:00:17.131Z | Compiling dsl_auto_type v0.1.2 |
2335 | 2024-11-28T01:00:17.159Z | Checking scheduled-thread-pool v0.2.7 |
2336 | 2024-11-28T01:00:17.198Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2337 | 2024-11-28T01:00:17.263Z | Compiling diesel_table_macro_syntax v0.2.0 |
2338 | 2024-11-28T01:00:17.401Z | Compiling crunchy v0.2.2 |
2339 | 2024-11-28T01:00:17.606Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2340 | 2024-11-28T01:00:17.702Z | Checking r2d2 v0.8.10 |
2341 | 2024-11-28T01:00:17.953Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2342 | 2024-11-28T01:00:18.014Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2343 | 2024-11-28T01:00:18.159Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2344 | 2024-11-28T01:00:18.552Z | Compiling tiny-keccak v2.0.2 |
2345 | 2024-11-28T01:00:18.796Z | Compiling diesel_derives v2.2.3 |
2346 | 2024-11-28T01:00:18.898Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2347 | 2024-11-28T01:00:18.991Z | Compiling pin-project-internal v1.1.6 |
2348 | 2024-11-28T01:00:19.160Z | Compiling ref-cast v1.0.23 |
2349 | 2024-11-28T01:00:20.234Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2350 | 2024-11-28T01:00:20.423Z | Compiling ascii-canvas v3.0.0 |
2351 | 2024-11-28T01:00:20.512Z | Compiling ena v0.14.3 |
2352 | 2024-11-28T01:00:20.939Z | Compiling ref-cast-impl v1.0.23 |
2353 | 2024-11-28T01:00:20.961Z | Compiling regex-syntax v0.6.29 |
2354 | 2024-11-28T01:00:22.031Z | Checking pin-project v1.1.6 |
2355 | 2024-11-28T01:00:22.153Z | Compiling diff v0.1.13 |
2356 | 2024-11-28T01:00:22.324Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2357 | 2024-11-28T01:00:22.352Z | Checking signal-hook-tokio v0.3.1 |
2358 | 2024-11-28T01:00:22.544Z | Compiling snafu-derive v0.8.5 |
2359 | 2024-11-28T01:00:22.818Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2360 | 2024-11-28T01:00:23.116Z | Compiling derive_builder_core v0.20.2 |
2361 | 2024-11-28T01:00:25.627Z | Compiling lalrpop v0.19.12 |
2362 | 2024-11-28T01:00:26.560Z | Checking globset v0.4.15 |
2363 | 2024-11-28T01:00:26.920Z | Checking olpc-cjson v0.1.4 |
2364 | 2024-11-28T01:00:27.081Z | Checking serde_plain v1.0.2 |
2365 | 2024-11-28T01:00:27.156Z | Compiling libxml v0.3.3 |
2366 | 2024-11-28T01:00:27.347Z | Compiling memoffset v0.9.1 |
2367 | 2024-11-28T01:00:27.480Z | Checking typed-path v0.9.3 |
2368 | 2024-11-28T01:00:27.658Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2369 | 2024-11-28T01:00:28.175Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2370 | 2024-11-28T01:00:29.508Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2371 | 2024-11-28T01:00:31.355Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2372 | 2024-11-28T01:00:31.378Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2373 | 2024-11-28T01:00:33.250Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2374 | 2024-11-28T01:00:33.382Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2375 | 2024-11-28T01:00:33.600Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2376 | 2024-11-28T01:00:34.510Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2377 | 2024-11-28T01:00:34.919Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2378 | 2024-11-28T01:00:34.985Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2379 | 2024-11-28T01:00:35.331Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2380 | 2024-11-28T01:00:35.819Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2381 | 2024-11-28T01:00:35.858Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2382 | 2024-11-28T01:00:36.085Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2383 | 2024-11-28T01:00:36.160Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2384 | 2024-11-28T01:00:36.416Z | Checking diesel v2.2.4 |
2385 | 2024-11-28T01:00:36.732Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2386 | 2024-11-28T01:00:37.187Z | Checking snafu v0.8.5 |
2387 | 2024-11-28T01:00:37.637Z | Compiling derive_builder_macro v0.20.2 |
2388 | 2024-11-28T01:00:37.689Z | Checking tough v0.19.0 |
2389 | 2024-11-28T01:00:40.242Z | Checking tungstenite v0.23.0 |
2390 | 2024-11-28T01:00:40.403Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2391 | 2024-11-28T01:00:41.099Z | Compiling strum_macros v0.24.3 |
2392 | 2024-11-28T01:00:41.795Z | Compiling samael v0.0.17 |
2393 | 2024-11-28T01:00:42.135Z | Checking parse-size v1.1.0 |
2394 | 2024-11-28T01:00:42.323Z | Compiling indoc v1.0.9 |
2395 | 2024-11-28T01:00:42.515Z | Checking tokio-tungstenite v0.23.1 |
2396 | 2024-11-28T01:00:42.981Z | Checking derive_builder v0.20.2 |
2397 | 2024-11-28T01:00:43.393Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2398 | 2024-11-28T01:00:43.498Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2399 | 2024-11-28T01:00:43.739Z | Checking quick-xml v0.33.0 |
2400 | 2024-11-28T01:00:44.778Z | Compiling impl-trait-for-tuples v0.2.2 |
2401 | 2024-11-28T01:00:44.900Z | Compiling oso-derive v0.27.3 |
2402 | 2024-11-28T01:00:45.816Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2403 | 2024-11-28T01:00:45.981Z | Checking nix v0.27.1 |
2404 | 2024-11-28T01:00:46.158Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2405 | 2024-11-28T01:00:46.180Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2406 | 2024-11-28T01:00:47.089Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2407 | 2024-11-28T01:00:47.687Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2408 | 2024-11-28T01:00:48.516Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2409 | 2024-11-28T01:00:49.058Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2410 | 2024-11-28T01:00:49.520Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2411 | 2024-11-28T01:00:49.852Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2412 | 2024-11-28T01:00:50.892Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2413 | 2024-11-28T01:00:51.069Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2414 | 2024-11-28T01:00:52.440Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2415 | 2024-11-28T01:00:53.080Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2416 | 2024-11-28T01:00:55.303Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2417 | 2024-11-28T01:00:55.973Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2418 | 2024-11-28T01:00:56.484Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2419 | 2024-11-28T01:00:57.894Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2420 | 2024-11-28T01:00:58.058Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2421 | 2024-11-28T01:00:58.315Z | Compiling diesel-dtrace v0.3.0 |
2422 | 2024-11-28T01:00:58.701Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2423 | 2024-11-28T01:00:58.777Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2424 | 2024-11-28T01:00:59.073Z | Checking bb8 v0.8.5 |
2425 | 2024-11-28T01:00:59.595Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2426 | 2024-11-28T01:01:00.788Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2427 | 2024-11-28T01:01:00.886Z | Checking heck v0.4.1 |
2428 | 2024-11-28T01:01:01.120Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2429 | 2024-11-28T01:01:01.545Z | Checking rand_seeder v0.3.0 |
2430 | 2024-11-28T01:01:01.619Z | Checking assert_matches v1.5.0 |
2431 | 2024-11-28T01:01:01.734Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2432 | 2024-11-28T01:01:01.802Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2433 | 2024-11-28T01:01:02.047Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2434 | 2024-11-28T01:01:02.296Z | Compiling libz-sys v1.1.20 |
2435 | 2024-11-28T01:01:02.577Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2436 | 2024-11-28T01:01:02.721Z | Checking is_ci v1.2.0 |
2437 | 2024-11-28T01:01:02.880Z | Checking supports-color v3.0.1 |
2438 | 2024-11-28T01:01:03.089Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2439 | 2024-11-28T01:01:03.286Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2440 | 2024-11-28T01:01:03.468Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2441 | 2024-11-28T01:01:04.103Z | Compiling vergen v8.3.2 |
2442 | 2024-11-28T01:01:04.254Z | Compiling cargo-platform v0.1.8 |
2443 | 2024-11-28T01:01:04.366Z | Checking smawk v0.3.2 |
2444 | 2024-11-28T01:01:04.592Z | Checking unicode-linebreak v0.1.5 |
2445 | 2024-11-28T01:01:04.859Z | Compiling cargo_metadata v0.18.1 |
2446 | 2024-11-28T01:01:04.979Z | Checking textwrap v0.16.1 |
2447 | 2024-11-28T01:01:05.055Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2448 | 2024-11-28T01:01:05.376Z | Checking castaway v0.2.3 |
2449 | 2024-11-28T01:01:05.567Z | Compiling libsqlite3-sys v0.30.1 |
2450 | 2024-11-28T01:01:05.641Z | Compiling cfg_aliases v0.2.1 |
2451 | 2024-11-28T01:01:05.764Z | Compiling rustls v0.21.12 |
2452 | 2024-11-28T01:01:06.087Z | Compiling nix v0.29.0 |
2453 | 2024-11-28T01:01:06.121Z | Checking compact_str v0.8.0 |
2454 | 2024-11-28T01:01:06.975Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2455 | 2024-11-28T01:01:06.995Z | Checking unicode-truncate v1.1.0 |
2456 | 2024-11-28T01:01:07.236Z | Checking sct v0.7.1 |
2457 | 2024-11-28T01:01:07.269Z | Checking rustls-webpki v0.101.7 |
2458 | 2024-11-28T01:01:07.447Z | Checking lru v0.12.5 |
2459 | 2024-11-28T01:01:07.685Z | Compiling instability v0.3.2 |
2460 | 2024-11-28T01:01:07.766Z | Checking cassowary v0.3.0 |
2461 | 2024-11-28T01:01:08.308Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2462 | 2024-11-28T01:01:08.595Z | Checking hashlink v0.9.1 |
2463 | 2024-11-28T01:01:08.673Z | Checking concurrent-queue v2.5.0 |
2464 | 2024-11-28T01:01:08.746Z | Checking ratatui v0.28.1 |
2465 | 2024-11-28T01:01:09.023Z | Checking fallible-streaming-iterator v0.1.9 |
2466 | 2024-11-28T01:01:09.225Z | Checking fallible-iterator v0.3.0 |
2467 | 2024-11-28T01:01:09.252Z | Checking parking v2.2.1 |
2468 | 2024-11-28T01:01:09.433Z | Checking plotters-backend v0.3.7 |
2469 | 2024-11-28T01:01:09.815Z | Checking plotters-svg v0.3.7 |
2470 | 2024-11-28T01:01:09.853Z | Checking rusqlite v0.32.1 |
2471 | 2024-11-28T01:01:10.609Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2472 | 2024-11-28T01:01:11.183Z | Checking tokio-rustls v0.24.1 |
2473 | 2024-11-28T01:01:11.432Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2474 | 2024-11-28T01:01:11.539Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2475 | 2024-11-28T01:01:11.542Z | Checking rustls-pemfile v1.0.4 |
2476 | 2024-11-28T01:01:11.758Z | Checking twox-hash v1.6.3 |
2477 | 2024-11-28T01:01:11.802Z | Checking cast v0.3.0 |
2478 | 2024-11-28T01:01:11.868Z | Checking async-bb8-diesel v0.2.1 |
2479 | 2024-11-28T01:01:12.112Z | Checking criterion-plot v0.5.0 |
2480 | 2024-11-28T01:01:12.217Z | Checking plotters v0.3.7 |
2481 | 2024-11-28T01:01:12.236Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2482 | 2024-11-28T01:01:12.563Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2483 | 2024-11-28T01:01:12.606Z | Checking fatfs v0.3.6 |
2484 | 2024-11-28T01:01:12.630Z | Checking tinytemplate v1.2.1 |
2485 | 2024-11-28T01:01:13.024Z | Checking csv-core v0.1.11 |
2486 | 2024-11-28T01:01:13.373Z | Checking hex-literal v0.4.1 |
2487 | 2024-11-28T01:01:13.506Z | Checking oorandom v11.1.4 |
2488 | 2024-11-28T01:01:13.609Z | Checking shell-words v1.1.0 |
2489 | 2024-11-28T01:01:13.681Z | Checking anes v0.1.6 |
2490 | 2024-11-28T01:01:13.794Z | Checking csv v1.3.0 |
2491 | 2024-11-28T01:01:14.051Z | Checking event-listener v5.3.1 |
2492 | 2024-11-28T01:01:14.067Z | Checking criterion v0.5.1 |
2493 | 2024-11-28T01:01:14.302Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2494 | 2024-11-28T01:01:14.462Z | Checking rtoolbox v0.0.2 |
2495 | 2024-11-28T01:01:14.601Z | Checking event-listener-strategy v0.5.2 |
2496 | 2024-11-28T01:01:14.652Z | Checking rpassword v7.3.1 |
2497 | 2024-11-28T01:01:14.807Z | Checking tui-tree-widget v0.22.0 |
2498 | 2024-11-28T01:01:14.809Z | Checking polyval v0.6.2 |
2499 | 2024-11-28T01:01:14.940Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2500 | 2024-11-28T01:01:15.115Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2501 | 2024-11-28T01:01:16.369Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2502 | 2024-11-28T01:01:16.883Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2503 | 2024-11-28T01:01:17.065Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2504 | 2024-11-28T01:01:18.822Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2505 | 2024-11-28T01:01:19.385Z | Checking ghash v0.5.1 |
2506 | 2024-11-28T01:01:19.554Z | Checking futures-lite v2.3.0 |
2507 | 2024-11-28T01:01:21.012Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2508 | 2024-11-28T01:01:21.455Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2509 | 2024-11-28T01:01:21.940Z | Checking ctr v0.9.2 |
2510 | 2024-11-28T01:01:22.266Z | Checking yansi v1.0.1 |
2511 | 2024-11-28T01:01:22.462Z | Checking aes-gcm v0.10.3 |
2512 | 2024-11-28T01:01:22.681Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2513 | 2024-11-28T01:01:22.730Z | Checking ssh-encoding v0.2.0 |
2514 | 2024-11-28T01:01:22.860Z | Checking pretty_assertions v1.4.1 |
2515 | 2024-11-28T01:01:23.073Z | Checking blowfish v0.9.1 |
2516 | 2024-11-28T01:01:23.078Z | Checking ssh-cipher v0.2.0 |
2517 | 2024-11-28T01:01:23.313Z | Checking bcrypt-pbkdf v0.10.0 |
2518 | 2024-11-28T01:01:23.404Z | Checking async-lock v3.4.0 |
2519 | 2024-11-28T01:01:23.593Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2520 | 2024-11-28T01:01:24.312Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2521 | 2024-11-28T01:01:24.540Z | Checking polling v3.7.3 |
2522 | 2024-11-28T01:01:24.953Z | Checking password-hash v0.4.2 |
2523 | 2024-11-28T01:01:25.389Z | Checking matches v0.1.10 |
2524 | 2024-11-28T01:01:25.495Z | Checking idna v0.2.3 |
2525 | 2024-11-28T01:01:25.834Z | Checking pbkdf2 v0.11.0 |
2526 | 2024-11-28T01:01:26.134Z | Checking async-io v2.3.4 |
2527 | 2024-11-28T01:01:26.316Z | Checking ssh-key v0.6.6 |
2528 | 2024-11-28T01:01:27.057Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2529 | 2024-11-28T01:01:27.837Z | Checking p521 v0.13.3 |
2530 | 2024-11-28T01:01:27.971Z | Checking p256 v0.13.2 |
2531 | 2024-11-28T01:01:28.220Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2532 | 2024-11-28T01:01:28.466Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2533 | 2024-11-28T01:01:29.251Z | Checking russh-cryptovec v0.7.3 |
2534 | 2024-11-28T01:01:29.475Z | Compiling enum-as-inner v0.5.1 |
2535 | 2024-11-28T01:01:29.514Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2536 | 2024-11-28T01:01:29.980Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2537 | 2024-11-28T01:01:30.542Z | Compiling doc-comment v0.3.3 |
2538 | 2024-11-28T01:01:31.167Z | Checking md5 v0.7.0 |
2539 | 2024-11-28T01:01:31.466Z | Compiling target-lexicon v0.12.16 |
2540 | 2024-11-28T01:01:31.487Z | Checking async-task v4.7.1 |
2541 | 2024-11-28T01:01:31.876Z | Checking russh-keys v0.45.0 |
2542 | 2024-11-28T01:01:32.712Z | Checking trust-dns-proto v0.22.0 |
2543 | 2024-11-28T01:01:33.256Z | Checking async-channel v2.3.1 |
2544 | 2024-11-28T01:01:33.601Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2545 | 2024-11-28T01:01:34.817Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2546 | 2024-11-28T01:01:35.487Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2547 | 2024-11-28T01:01:35.950Z | Checking piper v0.2.4 |
2548 | 2024-11-28T01:01:36.194Z | Checking num-bigint v0.4.6 |
2549 | 2024-11-28T01:01:36.283Z | Checking des v0.8.1 |
2550 | 2024-11-28T01:01:36.563Z | Compiling dhcproto-macros v0.1.0 |
2551 | 2024-11-28T01:01:36.584Z | Checking futures-timer v3.0.3 |
2552 | 2024-11-28T01:01:36.924Z | Compiling guppy-workspace-hack v0.1.0 |
2553 | 2024-11-28T01:01:37.201Z | Compiling assert_cmd v2.0.16 |
2554 | 2024-11-28T01:01:37.550Z | Checking dhcproto v0.12.0 |
2555 | 2024-11-28T01:01:37.711Z | Checking blocking v1.6.1 |
2556 | 2024-11-28T01:01:38.626Z | Checking russh v0.45.0 |
2557 | 2024-11-28T01:01:38.675Z | Checking async-executor v1.13.1 |
2558 | 2024-11-28T01:01:39.027Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2559 | 2024-11-28T01:01:39.115Z | Checking async-signal v0.2.10 |
2560 | 2024-11-28T01:01:39.418Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2561 | 2024-11-28T01:01:39.832Z | Checking internet-checksum v0.2.1 |
2562 | 2024-11-28T01:01:40.035Z | Compiling target-spec v3.2.2 |
2563 | 2024-11-28T01:01:40.187Z | Checking event-listener v2.5.3 |
2564 | 2024-11-28T01:01:40.421Z | Checking async-channel v1.9.0 |
2565 | 2024-11-28T01:01:41.266Z | Checking async-process v2.3.0 |
2566 | 2024-11-28T01:01:41.691Z | Checking async-global-executor v2.4.1 |
2567 | 2024-11-28T01:01:41.996Z | Checking cfg-expr v0.17.0 |
2568 | 2024-11-28T01:01:42.809Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2569 | 2024-11-28T01:01:42.835Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2570 | 2024-11-28T01:01:43.026Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2571 | 2024-11-28T01:01:43.475Z | Checking httptest v0.16.1 |
2572 | 2024-11-28T01:01:44.204Z | Checking rustls-native-certs v0.7.3 |
2573 | 2024-11-28T01:01:44.325Z | Compiling petname v2.0.2 |
2574 | 2024-11-28T01:01:44.375Z | Checking num_cpus v1.16.0 |
2575 | 2024-11-28T01:01:44.523Z | Checking kv-log-macro v1.0.7 |
2576 | 2024-11-28T01:01:44.675Z | Compiling async-attributes v1.1.2 |
2577 | 2024-11-28T01:01:45.568Z | Checking async-std v1.13.0 |
2578 | 2024-11-28T01:01:47.630Z | Checking threadpool v1.8.1 |
2579 | 2024-11-28T01:01:47.857Z | Checking hyper-rustls v0.26.0 |
2580 | 2024-11-28T01:01:48.227Z | Checking pathdiff v0.2.2 |
2581 | 2024-11-28T01:01:48.260Z | Compiling rstest_macros v0.23.0 |
2582 | 2024-11-28T01:01:48.405Z | Checking escape8259 v0.5.3 |
2583 | 2024-11-28T01:01:48.641Z | Checking nested v0.1.1 |
2584 | 2024-11-28T01:01:48.807Z | Compiling target-triple v0.1.3 |
2585 | 2024-11-28T01:01:48.877Z | Checking guppy v0.17.8 |
2586 | 2024-11-28T01:01:49.300Z | Checking async-object-pool v0.1.5 |
2587 | 2024-11-28T01:01:49.498Z | Checking libtest-mimic v0.7.3 |
2588 | 2024-11-28T01:01:49.997Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2589 | 2024-11-28T01:01:50.263Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2590 | 2024-11-28T01:01:50.566Z | Checking similar-asserts v1.6.0 |
2591 | 2024-11-28T01:01:50.850Z | Checking fancy-regex v0.13.0 |
2592 | 2024-11-28T01:01:51.012Z | Checking serde_regex v1.1.0 |
2593 | 2024-11-28T01:01:51.305Z | Checking assert-json-diff v2.0.2 |
2594 | 2024-11-28T01:01:51.605Z | Compiling proc-macro-crate v3.2.0 |
2595 | 2024-11-28T01:01:51.641Z | Checking path-tree v0.8.1 |
2596 | 2024-11-28T01:01:52.001Z | Checking sync-ptr v0.1.1 |
2597 | 2024-11-28T01:01:52.236Z | Checking stringmetrics v2.2.2 |
2598 | 2024-11-28T01:01:52.500Z | Compiling relative-path v1.9.3 |
2599 | 2024-11-28T01:01:53.051Z | Checking httpmock v0.8.0-alpha.1 |
2600 | 2024-11-28T01:01:53.183Z | Checking datatest-stable v0.2.9 |
2601 | 2024-11-28T01:01:53.666Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2602 | 2024-11-28T01:01:55.158Z | Checking blake2b_simd v1.0.2 |
2603 | 2024-11-28T01:01:55.702Z | Compiling git2 v0.19.0 |
2604 | 2024-11-28T01:01:56.061Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2605 | 2024-11-28T01:01:58.277Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2606 | 2024-11-28T01:01:58.595Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2607 | 2024-11-28T01:01:58.929Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2608 | 2024-11-28T01:01:59.111Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2609 | 2024-11-28T01:01:59.423Z | Checking serde_tokenstream v0.2.2 |
2610 | 2024-11-28T01:01:59.471Z | Checking uzers v0.12.1 |
2611 | 2024-11-28T01:01:59.964Z | Checking rust-argon2 v2.1.0 |
2612 | 2024-11-28T01:01:59.996Z | Checking trybuild v1.0.101 |
2613 | 2024-11-28T01:02:00.423Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2614 | 2024-11-28T01:02:01.642Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2615 | 2024-11-28T01:02:01.820Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2616 | 2024-11-28T01:02:03.176Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2617 | 2024-11-28T01:02:03.542Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2618 | 2024-11-28T01:02:03.843Z | Checking rand_distr v0.4.3 |
2619 | 2024-11-28T01:02:04.079Z | Checking rstest v0.23.0 |
2620 | 2024-11-28T01:02:04.323Z | Checking multimap v0.10.0 |
2621 | 2024-11-28T01:02:04.372Z | Checking approx v0.5.1 |
2622 | 2024-11-28T01:02:04.660Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2623 | 2024-11-28T01:02:04.705Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2624 | 2024-11-28T01:02:05.397Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2625 | 2024-11-28T01:02:05.775Z | Checking partial-io v0.5.4 |
2626 | 2024-11-28T01:02:05.824Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2627 | 2024-11-28T01:02:05.887Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2628 | 2024-11-28T01:02:06.167Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2629 | 2024-11-28T01:02:06.201Z | Checking cargo_toml v0.20.5 |
2630 | 2024-11-28T01:02:07.012Z | Checking termios v0.3.3 |
2631 | 2024-11-28T01:02:07.246Z | Compiling indoc v2.0.5 |
2632 | 2024-11-28T01:02:07.650Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2633 | 2024-11-28T01:02:08.056Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2634 | 2024-11-28T01:02:11.560Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2635 | 2024-11-28T01:02:28.383Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2636 | 2024-11-28T01:02:31.482Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2637 | 2024-11-28T01:02:33.198Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2638 | 2024-11-28T01:02:52.076Z | Compiling polar-core v0.27.3 |
2639 | 2024-11-28T01:03:03.107Z | Checking oso v0.27.3 |
2640 | 2024-11-28T01:03:09.213Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2641 | 2024-11-28T01:03:09.687Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2642 | 2024-11-28T01:03:10.262Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2643 | 2024-11-28T01:03:52.751Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2644 | 2024-11-28T01:03:52.752Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2645 | 2024-11-28T01:03:52.772Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2646 | 2024-11-28T01:05:13.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 34s |
2647 | 2024-11-28T01:05:13.878Z | |
2648 | 2024-11-28T01:05:13.878Z | real 6:39.278785797 |
2649 | 2024-11-28T01:05:13.878Z | user 35:46.936772576 |
2650 | 2024-11-28T01:05:13.878Z | sys 6:37.724604984 |
2651 | 2024-11-28T01:05:13.878Z | trap 0.950426503 |
2652 | 2024-11-28T01:05:13.878Z | tflt 2.177288080 |
2653 | 2024-11-28T01:05:13.878Z | dflt 0.760808062 |
2654 | 2024-11-28T01:05:13.878Z | kflt 0.000869750 |
2655 | 2024-11-28T01:05:13.878Z | lock 51:47.669217443 |
2656 | 2024-11-28T01:05:13.878Z | slp 2:03:50.020738081 |
2657 | 2024-11-28T01:05:13.882Z | lat 1:40.704223506 |
2658 | 2024-11-28T01:05:13.882Z | stop 6:09.663644389 |
2659 | 2024-11-28T01:05:13.882Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2660 | 2024-11-28T01:05:13.882Z | + ptime -m cargo doc --workspace --no-deps |
2661 | 2024-11-28T01:05:15.076Z | warning: output filename collision. |
2662 | 2024-11-28T01:05:15.076Z | 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)`. |
2663 | 2024-11-28T01:05:15.076Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2664 | 2024-11-28T01:05:15.076Z | The targets should have unique names. |
2665 | 2024-11-28T01:05:15.076Z | This is a known bug where multiple crates with the same name use |
2666 | 2024-11-28T01:05:15.076Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2667 | 2024-11-28T01:05:15.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2668 | 2024-11-28T01:05:15.581Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2669 | 2024-11-28T01:05:15.598Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2670 | 2024-11-28T01:05:15.637Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2671 | 2024-11-28T01:05:15.660Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2672 | 2024-11-28T01:05:15.686Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2673 | 2024-11-28T01:05:15.686Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2674 | 2024-11-28T01:05:15.888Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2675 | 2024-11-28T01:05:15.940Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2676 | 2024-11-28T01:05:15.963Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2677 | 2024-11-28T01:05:15.985Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-11-28T01:05:16.228Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2679 | 2024-11-28T01:05:16.279Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2680 | 2024-11-28T01:05:16.532Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2681 | 2024-11-28T01:05:16.700Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2682 | 2024-11-28T01:05:19.299Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2683 | 2024-11-28T01:05:20.485Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2684 | 2024-11-28T01:05:20.805Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2685 | 2024-11-28T01:05:21.046Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2686 | 2024-11-28T01:05:21.068Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2687 | 2024-11-28T01:05:21.071Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2688 | 2024-11-28T01:05:21.400Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2689 | 2024-11-28T01:05:21.419Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2690 | 2024-11-28T01:05:21.748Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2691 | 2024-11-28T01:05:21.908Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2692 | 2024-11-28T01:05:22.070Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2693 | 2024-11-28T01:05:22.460Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2694 | 2024-11-28T01:05:22.533Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2695 | 2024-11-28T01:05:22.672Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2696 | 2024-11-28T01:05:22.821Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2697 | 2024-11-28T01:05:22.976Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2698 | 2024-11-28T01:05:23.159Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2699 | 2024-11-28T01:05:23.175Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2700 | 2024-11-28T01:05:23.194Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2701 | 2024-11-28T01:05:23.515Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2702 | 2024-11-28T01:05:23.860Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2703 | 2024-11-28T01:05:24.143Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2704 | 2024-11-28T01:05:24.191Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2705 | 2024-11-28T01:05:24.547Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2706 | 2024-11-28T01:05:24.567Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2707 | 2024-11-28T01:05:24.598Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2708 | 2024-11-28T01:05:25.392Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2709 | 2024-11-28T01:05:25.770Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2710 | 2024-11-28T01:05:27.814Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2711 | 2024-11-28T01:05:30.269Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2712 | 2024-11-28T01:05:30.546Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2713 | 2024-11-28T01:05:31.086Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2714 | 2024-11-28T01:05:31.476Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2715 | 2024-11-28T01:05:31.678Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2716 | 2024-11-28T01:05:32.564Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2717 | 2024-11-28T01:05:32.679Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2718 | 2024-11-28T01:05:33.125Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2719 | 2024-11-28T01:05:33.167Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2720 | 2024-11-28T01:05:33.682Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2721 | 2024-11-28T01:05:35.423Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2722 | 2024-11-28T01:05:40.014Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2723 | 2024-11-28T01:05:41.290Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2724 | 2024-11-28T01:05:41.425Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2725 | 2024-11-28T01:05:42.015Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2726 | 2024-11-28T01:05:42.416Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2727 | 2024-11-28T01:05:42.484Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2728 | 2024-11-28T01:05:42.610Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2729 | 2024-11-28T01:05:43.089Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2730 | 2024-11-28T01:05:43.308Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2731 | 2024-11-28T01:05:44.482Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2732 | 2024-11-28T01:05:44.673Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2733 | 2024-11-28T01:05:45.198Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2734 | 2024-11-28T01:05:45.379Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2735 | 2024-11-28T01:05:46.167Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2736 | 2024-11-28T01:05:46.191Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2737 | 2024-11-28T01:05:46.278Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2738 | 2024-11-28T01:05:46.427Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2739 | 2024-11-28T01:05:46.458Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2740 | 2024-11-28T01:05:46.745Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2741 | 2024-11-28T01:05:48.014Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2742 | 2024-11-28T01:05:48.060Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2743 | 2024-11-28T01:05:48.253Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2744 | 2024-11-28T01:05:48.620Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2745 | 2024-11-28T01:05:49.145Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2746 | 2024-11-28T01:05:49.567Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2747 | 2024-11-28T01:05:50.508Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2748 | 2024-11-28T01:05:50.631Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2749 | 2024-11-28T01:05:50.929Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2750 | 2024-11-28T01:05:51.394Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2751 | 2024-11-28T01:05:51.588Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2752 | 2024-11-28T01:05:51.588Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2753 | 2024-11-28T01:05:51.898Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2754 | 2024-11-28T01:05:52.218Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2755 | 2024-11-28T01:05:52.474Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2756 | 2024-11-28T01:05:53.011Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2757 | 2024-11-28T01:05:53.045Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2758 | 2024-11-28T01:05:53.136Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2759 | 2024-11-28T01:05:53.619Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2760 | 2024-11-28T01:05:54.301Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2761 | 2024-11-28T01:05:54.374Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2762 | 2024-11-28T01:05:54.918Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2763 | 2024-11-28T01:05:54.968Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2764 | 2024-11-28T01:05:55.736Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2765 | 2024-11-28T01:05:55.758Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2766 | 2024-11-28T01:05:56.346Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2767 | 2024-11-28T01:05:56.367Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2768 | 2024-11-28T01:05:57.210Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2769 | 2024-11-28T01:05:58.065Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2770 | 2024-11-28T01:05:58.349Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2771 | 2024-11-28T01:05:58.969Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2772 | 2024-11-28T01:05:59.701Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2773 | 2024-11-28T01:06:00.962Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2774 | 2024-11-28T01:06:01.982Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2775 | 2024-11-28T01:06:03.245Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2776 | 2024-11-28T01:06:05.702Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2777 | 2024-11-28T01:06:05.828Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2778 | 2024-11-28T01:06:06.916Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2779 | 2024-11-28T01:06:11.845Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2780 | 2024-11-28T01:06:13.107Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2781 | 2024-11-28T01:06:17.465Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2782 | 2024-11-28T01:06:17.945Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2783 | 2024-11-28T01:06:21.773Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2784 | 2024-11-28T01:06:23.075Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2785 | 2024-11-28T01:07:10.888Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2786 | 2024-11-28T01:07:15.878Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2787 | 2024-11-28T01:07:16.605Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2788 | 2024-11-28T01:07:27.714Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2789 | 2024-11-28T01:07:52.318Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2790 | 2024-11-28T01:07:53.822Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2791 | 2024-11-28T01:07:56.019Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2792 | 2024-11-28T01:07:58.642Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2793 | 2024-11-28T01:07:59.091Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2794 | 2024-11-28T01:08:02.161Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2795 | 2024-11-28T01:08:11.291Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2796 | 2024-11-28T01:08:12.189Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2797 | 2024-11-28T01:08:17.981Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2798 | 2024-11-28T01:08:36.682Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2799 | 2024-11-28T01:08:55.468Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2800 | 2024-11-28T01:08:55.912Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2801 | 2024-11-28T01:09:00.450Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2802 | 2024-11-28T01:09:03.944Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2803 | 2024-11-28T01:09:05.254Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2804 | 2024-11-28T01:09:05.794Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2805 | 2024-11-28T01:09:27.695Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2806 | 2024-11-28T01:09:36.795Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2807 | 2024-11-28T01:09:37.594Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2808 | 2024-11-28T01:09:39.606Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2809 | 2024-11-28T01:09:47.673Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2810 | 2024-11-28T01:09:58.982Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2811 | 2024-11-28T01:09:59.133Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2812 | 2024-11-28T01:10:02.973Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2813 | 2024-11-28T01:10:11.462Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2814 | 2024-11-28T01:10:14.217Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2815 | 2024-11-28T01:10:14.949Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2816 | 2024-11-28T01:10:21.105Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2817 | 2024-11-28T01:10:25.429Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2818 | 2024-11-28T01:10:25.806Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2819 | 2024-11-28T01:10:31.992Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2820 | 2024-11-28T01:10:33.120Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2821 | 2024-11-28T01:10:34.629Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2822 | 2024-11-28T01:10:44.929Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2823 | 2024-11-28T01:10:46.017Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2824 | 2024-11-28T01:10:51.601Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2825 | 2024-11-28T01:10:53.806Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2826 | 2024-11-28T01:10:54.681Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2827 | 2024-11-28T01:11:07.101Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2828 | 2024-11-28T01:11:08.576Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2829 | 2024-11-28T01:11:09.666Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2830 | 2024-11-28T01:11:11.117Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2831 | 2024-11-28T01:11:12.684Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2832 | 2024-11-28T01:11:14.727Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2833 | 2024-11-28T01:11:24.235Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2834 | 2024-11-28T01:11:28.288Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2835 | 2024-11-28T01:11:29.165Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2836 | 2024-11-28T01:11:29.512Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2837 | 2024-11-28T01:11:35.143Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2838 | 2024-11-28T01:11:36.041Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2839 | 2024-11-28T01:11:37.336Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2840 | 2024-11-28T01:11:49.491Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2841 | 2024-11-28T01:11:50.566Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2842 | 2024-11-28T01:11:51.052Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2843 | 2024-11-28T01:11:52.307Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2844 | 2024-11-28T01:11:52.354Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2845 | 2024-11-28T01:11:54.617Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2846 | 2024-11-28T01:11:58.378Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2847 | 2024-11-28T01:12:02.828Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2848 | 2024-11-28T01:12:06.546Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2849 | 2024-11-28T01:12:10.693Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2850 | 2024-11-28T01:12:12.146Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2851 | 2024-11-28T01:12:12.274Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2852 | 2024-11-28T01:12:15.298Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2853 | 2024-11-28T01:12:21.981Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2854 | 2024-11-28T01:12:27.157Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2855 | 2024-11-28T01:12:30.563Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2856 | 2024-11-28T01:12:31.230Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2857 | 2024-11-28T01:12:32.546Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2858 | 2024-11-28T01:12:34.325Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2859 | 2024-11-28T01:12:35.917Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2860 | 2024-11-28T01:12:36.077Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2861 | 2024-11-28T01:12:36.764Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2862 | 2024-11-28T01:12:42.963Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2863 | 2024-11-28T01:12:45.956Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2864 | 2024-11-28T01:12:47.516Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2865 | 2024-11-28T01:12:51.407Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2866 | 2024-11-28T01:12:54.381Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2867 | 2024-11-28T01:12:55.462Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2868 | 2024-11-28T01:12:58.951Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2869 | 2024-11-28T01:13:00.013Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2870 | 2024-11-28T01:13:05.503Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2871 | 2024-11-28T01:13:05.720Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2872 | 2024-11-28T01:13:06.421Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2873 | 2024-11-28T01:13:08.032Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2874 | 2024-11-28T01:13:08.336Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2875 | 2024-11-28T01:13:10.547Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2876 | 2024-11-28T01:13:17.154Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2877 | 2024-11-28T01:13:19.483Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2878 | 2024-11-28T01:13:20.302Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2879 | 2024-11-28T01:13:20.319Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2880 | 2024-11-28T01:13:22.258Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2881 | 2024-11-28T01:13:23.016Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2882 | 2024-11-28T01:13:24.317Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2883 | 2024-11-28T01:13:25.891Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2884 | 2024-11-28T01:13:26.728Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2885 | 2024-11-28T01:13:28.227Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2886 | 2024-11-28T01:13:31.260Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2887 | 2024-11-28T01:13:32.110Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2888 | 2024-11-28T01:13:33.208Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2889 | 2024-11-28T01:13:34.518Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2890 | 2024-11-28T01:13:34.981Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2891 | 2024-11-28T01:13:37.888Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2892 | 2024-11-28T01:13:38.212Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2893 | 2024-11-28T01:13:39.588Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2894 | 2024-11-28T01:13:40.149Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2895 | 2024-11-28T01:13:40.216Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2896 | 2024-11-28T01:14:08.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 54s |
2897 | 2024-11-28T01:14:08.648Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2898 | 2024-11-28T01:14:08.714Z | |
2899 | 2024-11-28T01:14:08.716Z | real 8:54.724612390 |
2900 | 2024-11-28T01:14:08.716Z | user 26:13.373809284 |
2901 | 2024-11-28T01:14:08.716Z | sys 41:31.091602574 |
2902 | 2024-11-28T01:14:08.716Z | trap 0.412262454 |
2903 | 2024-11-28T01:14:08.716Z | tflt 0.189937743 |
2904 | 2024-11-28T01:14:08.716Z | dflt 0.173852724 |
2905 | 2024-11-28T01:14:08.716Z | kflt 0.000010218 |
2906 | 2024-11-28T01:14:08.716Z | lock 1:29:37.173107499 |
2907 | 2024-11-28T01:14:08.716Z | slp 2:32:14.861246566 |
2908 | 2024-11-28T01:14:08.716Z | lat 1:18.272498286 |
2909 | 2024-11-28T01:14:08.716Z | stop 1:11.541309382 |
2910 | 2024-11-28T01:14:08.716Z | process exited: duration 1392525 ms, exit code 0 |
|
2911 | 2024-11-28T01:14:08.721Z | found 0 output files |