|
|
|
1 | 2024-09-25T16:41:24.311Z | job assigned to worker 01J8N0WG3FR39B4CENFY9VB2CT (queued for 54 s) |
|
2 | 2024-09-25T16:41:32.389Z | starting task 0: "setup" |
3 | 2024-09-25T16:41:32.398Z | ++ uname -s |
4 | 2024-09-25T16:41:32.400Z | + kern=SunOS |
5 | 2024-09-25T16:41:32.400Z | + case "$kern" in |
6 | 2024-09-25T16:41:32.400Z | + groupadd -g 12345 build |
7 | 2024-09-25T16:41:32.403Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-25T16:41:34.412Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-25T16:41:34.574Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-25T16:41:34.577Z | + home_fs=zfs |
11 | 2024-09-25T16:41:34.577Z | + [[ zfs == autofs ]] |
12 | 2024-09-25T16:41:34.577Z | + mkdir -p /home/build |
13 | 2024-09-25T16:41:34.579Z | + chown build:build /home/build /work |
14 | 2024-09-25T16:41:35.580Z | + chmod 0700 /home/build /work |
15 | 2024-09-25T16:41:35.583Z | process exited: duration 3195 ms, exit code 0 |
|
16 | 2024-09-25T16:41:35.594Z | starting task 1: "rust-toolchain" |
17 | 2024-09-25T16:41:35.598Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-25T16:41:35.598Z | * toolchain channel = "1.80.1" |
19 | 2024-09-25T16:41:35.598Z | ' 1.80.1 |
20 | 2024-09-25T16:41:35.598Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-25T16:41:35.598Z | ' default |
22 | 2024-09-25T16:41:35.598Z | * toolchain profile = "default" |
23 | 2024-09-25T16:41:35.600Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-25T16:41:35.600Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-25T16:41:35.715Z | info: downloading installer |
26 | 2024-09-25T16:41:36.982Z | info: profile set to 'default' |
27 | 2024-09-25T16:41:36.982Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-25T16:41:36.985Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-25T16:41:37.118Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-25T16:41:37.118Z | info: downloading component 'cargo' |
31 | 2024-09-25T16:41:37.830Z | info: downloading component 'clippy' |
32 | 2024-09-25T16:41:38.176Z | info: downloading component 'rust-docs' |
33 | 2024-09-25T16:41:39.164Z | info: downloading component 'rust-std' |
34 | 2024-09-25T16:41:40.548Z | info: downloading component 'rustc' |
35 | 2024-09-25T16:41:44.402Z | info: downloading component 'rustfmt' |
36 | 2024-09-25T16:41:44.612Z | info: installing component 'cargo' |
37 | 2024-09-25T16:41:45.464Z | info: installing component 'clippy' |
38 | 2024-09-25T16:41:45.846Z | info: installing component 'rust-docs' |
39 | 2024-09-25T16:41:47.454Z | info: installing component 'rust-std' |
40 | 2024-09-25T16:41:49.200Z | info: installing component 'rustc' |
41 | 2024-09-25T16:41:53.445Z | info: installing component 'rustfmt' |
42 | 2024-09-25T16:41:53.787Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-25T16:41:53.787Z | |
44 | 2024-09-25T16:41:54.043Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-25T16:41:54.043Z | |
46 | 2024-09-25T16:41:54.046Z | |
47 | 2024-09-25T16:41:54.046Z | Rust is installed now. Great! |
48 | 2024-09-25T16:41:54.046Z | |
49 | 2024-09-25T16:41:54.046Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-25T16:41:54.046Z | environment variable. This has not been done automatically. |
51 | 2024-09-25T16:41:54.046Z | |
52 | 2024-09-25T16:41:54.046Z | To configure your current shell, you need to source |
53 | 2024-09-25T16:41:54.046Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-25T16:41:54.046Z | |
55 | 2024-09-25T16:41:54.046Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-25T16:41:54.046Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-25T16:41:54.046Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-25T16:41:54.097Z | + rustc --version |
59 | 2024-09-25T16:41:54.159Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-25T16:41:54.162Z | process exited: duration 18567 ms, exit code 0 |
|
61 | 2024-09-25T16:41:54.167Z | starting task 2: "authentication" |
62 | 2024-09-25T16:41:54.188Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-25T16:41:54.193Z | starting task 3: "clone repository" |
64 | 2024-09-25T16:41:54.198Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-25T16:41:54.200Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-25T16:41:54.481Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-25T16:42:01.418Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-25T16:42:01.420Z | + git fetch origin bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
69 | 2024-09-25T16:42:01.769Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-25T16:42:01.769Z | * branch bb0989ea4903ba597532cdaf1060ab3cc4fe47bb -> FETCH_HEAD |
71 | 2024-09-25T16:42:01.779Z | + [[ -n mike/nvme-firmware-crdb ]] |
72 | 2024-09-25T16:42:01.781Z | ++ git branch --show-current |
73 | 2024-09-25T16:42:01.784Z | + current=main |
74 | 2024-09-25T16:42:01.784Z | + [[ main != mike/nvme-firmware-crdb ]] |
75 | 2024-09-25T16:42:01.784Z | + git branch -f mike/nvme-firmware-crdb bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
76 | 2024-09-25T16:42:01.786Z | + git checkout -f mike/nvme-firmware-crdb |
77 | 2024-09-25T16:42:01.942Z | Switched to branch 'mike/nvme-firmware-crdb' |
78 | 2024-09-25T16:42:01.945Z | + git reset --hard bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
79 | 2024-09-25T16:42:01.962Z | HEAD is now at bb0989ea4 Merge main and fix conflicts |
80 | 2024-09-25T16:42:01.965Z | process exited: duration 7769 ms, exit code 0 |
|
81 | 2024-09-25T16:42:01.971Z | starting task 4: "build" |
82 | 2024-09-25T16:42:01.976Z | + cargo --version |
83 | 2024-09-25T16:42:02.030Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-25T16:42:02.033Z | + rustc --version |
85 | 2024-09-25T16:42:02.090Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-25T16:42:02.093Z | + source ./env.sh |
87 | 2024-09-25T16:42:02.093Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-25T16:42:02.093Z | ++ set -o xtrace |
89 | 2024-09-25T16:42:02.099Z | ++++ dirname ./env.sh |
90 | 2024-09-25T16:42:02.102Z | +++ readlink -f . |
91 | 2024-09-25T16:42:02.266Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-25T16:42:02.268Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-09-25T16:42:02.268Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-09-25T16:42:02.268Z | ++ 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 |
95 | 2024-09-25T16:42:02.268Z | ++ 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 |
96 | 2024-09-25T16:42:02.268Z | ++ 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 |
97 | 2024-09-25T16:42:02.268Z | ++ 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 |
98 | 2024-09-25T16:42:02.268Z | ++ 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 |
99 | 2024-09-25T16:42:02.269Z | ++ 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 |
100 | 2024-09-25T16:42:02.269Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-25T16:42:02.269Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-25T16:42:02.269Z | + banner prerequisites |
103 | 2024-09-25T16:42:02.506Z | |
104 | 2024-09-25T16:42:02.506Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-09-25T16:42:02.506Z | # # # # # # # # # # # # # # # |
106 | 2024-09-25T16:42:02.506Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-09-25T16:42:02.506Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-09-25T16:42:02.506Z | # # # # # # # # # # # # # # # |
109 | 2024-09-25T16:42:02.506Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-09-25T16:42:02.506Z | |
111 | 2024-09-25T16:42:02.509Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-09-25T16:42:22.916Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-09-25T16:42:25.669Z | Startup: Caching catalogs ... Done |
114 | 2024-09-25T16:42:29.251Z | Planning: Solver setup ... Done (2.899s) |
115 | 2024-09-25T16:42:29.296Z | Planning: Running solver ... Done (0.044s) |
116 | 2024-09-25T16:42:29.439Z | Planning: Finding local manifests ... Done (0.093s) |
117 | 2024-09-25T16:42:29.472Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-09-25T16:42:30.911Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-09-25T16:42:31.260Z | Planning: Package planning ... Done (0.349s) |
120 | 2024-09-25T16:42:31.316Z | Planning: Merging actions ... Done (0.055s) |
121 | 2024-09-25T16:42:32.280Z | Planning: Checking for conflicting actions ... Done (0.964s) |
122 | 2024-09-25T16:42:37.480Z | Planning: Consolidating action changes ... Done (5.198s) |
123 | 2024-09-25T16:42:37.843Z | Planning: Evaluating mediators ... Done (0.361s) |
124 | 2024-09-25T16:42:37.921Z | Planning: Planning completed in 12.18 seconds |
125 | 2024-09-25T16:42:38.579Z | Packages to install: 4 |
126 | 2024-09-25T16:42:38.579Z | Packages to update: 1 |
127 | 2024-09-25T16:42:38.579Z | Mediators to change: 2 |
128 | 2024-09-25T16:42:38.580Z | Services to change: 1 |
129 | 2024-09-25T16:42:38.582Z | Estimated space available: 155.71 GB |
130 | 2024-09-25T16:42:38.583Z | Estimated space to be consumed: 1.55 GB |
131 | 2024-09-25T16:42:38.583Z | Create boot environment: No |
132 | 2024-09-25T16:42:38.583Z | Create backup boot environment: Yes |
133 | 2024-09-25T16:42:38.583Z | Rebuild boot archive: No |
134 | 2024-09-25T16:42:38.583Z | |
135 | 2024-09-25T16:42:38.583Z | Changed mediators: |
136 | 2024-09-25T16:42:38.583Z | mediator clang: |
137 | 2024-09-25T16:42:38.583Z | version: None -> 15 (system default) |
138 | 2024-09-25T16:42:38.583Z | |
139 | 2024-09-25T16:42:38.583Z | mediator llvm: |
140 | 2024-09-25T16:42:38.583Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-09-25T16:42:38.583Z | |
142 | 2024-09-25T16:42:38.583Z | Changed packages: |
143 | 2024-09-25T16:42:38.583Z | helios-dev |
144 | 2024-09-25T16:42:38.583Z | developer/build-essential |
145 | 2024-09-25T16:42:38.583Z | None -> 11-2.0 |
146 | 2024-09-25T16:42:38.583Z | library/libxmlsec1 |
147 | 2024-09-25T16:42:38.583Z | None -> 1.2.35-2.0 |
148 | 2024-09-25T16:42:38.583Z | ooce/developer/clang-15 |
149 | 2024-09-25T16:42:38.583Z | None -> 15.0.7-2.0 |
150 | 2024-09-25T16:42:38.583Z | ooce/developer/llvm-15 |
151 | 2024-09-25T16:42:38.583Z | None -> 15.0.7-2.0 |
152 | 2024-09-25T16:42:38.583Z | package/pkg |
153 | 2024-09-25T16:42:38.583Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-09-25T16:42:38.583Z | |
155 | 2024-09-25T16:42:38.583Z | Services: |
156 | 2024-09-25T16:42:38.583Z | restart_fmri: |
157 | 2024-09-25T16:42:38.583Z | svc:/system/update-man-index:default |
158 | 2024-09-25T16:42:38.583Z | |
159 | 2024-09-25T16:42:38.583Z | Editable files to change: |
160 | 2024-09-25T16:42:38.583Z | Update: |
161 | 2024-09-25T16:42:38.583Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-09-25T16:42:38.861Z | |
163 | 2024-09-25T16:42:38.861Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-09-25T16:42:44.209Z | Download: 206/4281 items 1.1/220.6MB 0% complete (241k/s) |
165 | 2024-09-25T16:42:49.246Z | Download: 643/4281 items 18.0/220.6MB 8% complete (1.8M/s) |
166 | 2024-09-25T16:42:54.249Z | Download: 1103/4281 items 19.8/220.6MB 8% complete (1.9M/s) |
167 | 2024-09-25T16:43:05.982Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (6.6M/s) |
168 | 2024-09-25T16:43:10.984Z | Download: 1551/4281 items 116.1/220.6MB 52% complete (6.7M/s) |
169 | 2024-09-25T16:43:18.751Z | Download: 2221/4281 items 118.5/220.6MB 53% complete (4.9M/s) |
170 | 2024-09-25T16:43:23.752Z | Download: 3262/4281 items 204.8/220.6MB 92% complete (8.7M/s) |
171 | 2024-09-25T16:43:27.859Z | Download: Completed 220.60 MB in 48.99 seconds (4.5M/s) |
172 | 2024-09-25T16:43:29.761Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-09-25T16:43:29.779Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-09-25T16:43:34.790Z | Actions: 4127/5063 actions (Installing new actions) |
175 | 2024-09-25T16:43:35.183Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-09-25T16:43:35.536Z | Actions: Completed 5063 actions in 5.77 seconds. |
177 | 2024-09-25T16:43:35.849Z | Done (0.305s) |
178 | 2024-09-25T16:43:35.852Z | Done (0.000s) |
179 | 2024-09-25T16:43:36.272Z | Done (0.422s) |
180 | 2024-09-25T16:43:42.118Z | Done (5.661s) |
181 | 2024-09-25T16:43:42.389Z | Done (0.197s) |
182 | 2024-09-25T16:43:42.392Z | Done (0.000s) |
183 | 2024-09-25T16:43:43.356Z | Done (0.000s) |
184 | 2024-09-25T16:43:43.966Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-09-25T16:43:44.130Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-09-25T16:43:44.132Z | Planning: Consolidating action changes ... Done |
187 | 2024-09-25T16:43:44.398Z | Planning: Evaluating mediators ... Done |
188 | 2024-09-25T16:43:44.401Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-09-25T16:43:44.435Z | Mediators to change: 2 |
190 | 2024-09-25T16:43:44.435Z | Create boot environment: No |
191 | 2024-09-25T16:43:44.438Z | Create backup boot environment: No |
192 | 2024-09-25T16:43:44.519Z | Done |
193 | 2024-09-25T16:43:44.519Z | Done |
194 | 2024-09-25T16:43:44.776Z | Done |
195 | 2024-09-25T16:43:48.315Z | Done |
196 | 2024-09-25T16:43:48.407Z | Done |
197 | 2024-09-25T16:43:48.410Z | Done |
198 | 2024-09-25T16:43:48.900Z | Done |
199 | 2024-09-25T16:43:49.499Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-09-25T16:43:49.501Z | Planning: Merging actions ... Done |
201 | 2024-09-25T16:43:49.689Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-09-25T16:43:49.692Z | Planning: Consolidating action changes ... Done |
203 | 2024-09-25T16:43:49.953Z | Planning: Evaluating mediators ... Done |
204 | 2024-09-25T16:43:50.009Z | Planning: Planning completed in 0.75 seconds |
205 | 2024-09-25T16:43:50.048Z | Packages to change: 1 |
206 | 2024-09-25T16:43:50.048Z | Mediators to change: 1 |
207 | 2024-09-25T16:43:50.050Z | Services to change: 1 |
208 | 2024-09-25T16:43:50.050Z | Create boot environment: No |
209 | 2024-09-25T16:43:50.050Z | Create backup boot environment: Yes |
210 | 2024-09-25T16:43:51.996Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-09-25T16:43:52.060Z | Actions: Completed 6 actions in 0.06 seconds. |
212 | 2024-09-25T16:43:52.063Z | Done |
213 | 2024-09-25T16:43:52.063Z | Done |
214 | 2024-09-25T16:43:52.147Z | Done |
215 | 2024-09-25T16:43:55.711Z | Done |
216 | 2024-09-25T16:43:55.800Z | Done |
217 | 2024-09-25T16:43:55.803Z | Done |
218 | 2024-09-25T16:43:55.991Z | Done |
219 | 2024-09-25T16:43:56.416Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-09-25T16:43:56.416Z | clang system 15 system |
221 | 2024-09-25T16:43:56.416Z | csh system system illumos |
222 | 2024-09-25T16:43:56.416Z | ctags system system illumos |
223 | 2024-09-25T16:43:56.416Z | gcc vendor 12 vendor |
224 | 2024-09-25T16:43:56.416Z | gcc system 10 system |
225 | 2024-09-25T16:43:56.416Z | gcc system 7 system |
226 | 2024-09-25T16:43:56.416Z | go system 1.20 system |
227 | 2024-09-25T16:43:56.416Z | go system 1.19 system |
228 | 2024-09-25T16:43:56.416Z | llvm system 15 system |
229 | 2024-09-25T16:43:56.416Z | llvm system 14 system |
230 | 2024-09-25T16:43:56.416Z | mariadb system 10.6 system |
231 | 2024-09-25T16:43:56.416Z | mta vendor vendor dma |
232 | 2024-09-25T16:43:56.416Z | openjdk system 17 system |
233 | 2024-09-25T16:43:56.416Z | openjdk system 11 system |
234 | 2024-09-25T16:43:56.416Z | openjdk system 1.8 system |
235 | 2024-09-25T16:43:56.416Z | openssl vendor 3 vendor |
236 | 2024-09-25T16:43:56.417Z | perl system 5.36 system |
237 | 2024-09-25T16:43:56.417Z | postgresql system 15 system |
238 | 2024-09-25T16:43:56.417Z | postgresql system 13 system |
239 | 2024-09-25T16:43:56.417Z | python vendor 3 vendor |
240 | 2024-09-25T16:43:56.417Z | python system 2 system |
241 | 2024-09-25T16:43:56.417Z | python3 system 3.11 system |
242 | 2024-09-25T16:43:56.417Z | ruby system 3.0 system |
243 | 2024-09-25T16:43:56.417Z | words vendor vendor american-english |
244 | 2024-09-25T16:43:56.417Z | words system system australian-english |
245 | 2024-09-25T16:43:56.417Z | words system system british-english |
246 | 2024-09-25T16:43:56.417Z | words system system canadian-english |
247 | 2024-09-25T16:43:56.417Z | words system system french |
248 | 2024-09-25T16:43:56.417Z | words system system italian |
249 | 2024-09-25T16:43:56.417Z | words system system ngerman |
250 | 2024-09-25T16:43:56.417Z | words system system ogerman |
251 | 2024-09-25T16:43:56.417Z | words system system spanish |
252 | 2024-09-25T16:43:56.739Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-09-25T16:43:56.739Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-09-25T16:43:58.683Z | FMRI IFO |
255 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-09-25T16:43:58.683Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-09-25T16:43:59.309Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-09-25T16:43:59.579Z | Updating crates.io index |
270 | 2024-09-25T16:43:59.638Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-09-25T16:44:00.319Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-09-25T16:44:01.057Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-09-25T16:44:01.330Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-09-25T16:44:03.139Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-09-25T16:44:03.407Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-09-25T16:44:03.706Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-09-25T16:44:04.852Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-09-25T16:44:06.890Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-09-25T16:44:07.893Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-09-25T16:44:08.728Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-09-25T16:44:09.010Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-09-25T16:44:09.263Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-09-25T16:44:09.843Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-09-25T16:44:10.250Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-09-25T16:44:10.510Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-09-25T16:44:10.818Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
287 | 2024-09-25T16:44:11.314Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-09-25T16:44:11.640Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-09-25T16:44:11.971Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-09-25T16:44:12.226Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-09-25T16:44:12.463Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-09-25T16:44:12.765Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-09-25T16:44:13.147Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-09-25T16:44:13.469Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-09-25T16:44:13.830Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-09-25T16:44:14.302Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-09-25T16:44:14.632Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-09-25T16:44:15.049Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-09-25T16:44:15.433Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-09-25T16:44:17.707Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-09-25T16:44:17.972Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-09-25T16:44:18.242Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-09-25T16:44:18.637Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-09-25T16:44:19.756Z | Downloading crates ... |
305 | 2024-09-25T16:44:19.818Z | Downloaded block-buffer v0.10.4 |
306 | 2024-09-25T16:44:19.821Z | Downloaded anstyle v1.0.8 |
307 | 2024-09-25T16:44:19.823Z | Downloaded byteorder v1.5.0 |
308 | 2024-09-25T16:44:19.825Z | Downloaded autocfg v1.3.0 |
309 | 2024-09-25T16:44:19.825Z | Downloaded equivalent v1.0.1 |
310 | 2024-09-25T16:44:19.828Z | Downloaded scroll_derive v0.12.0 |
311 | 2024-09-25T16:44:19.828Z | Downloaded anstyle-query v1.0.3 |
312 | 2024-09-25T16:44:19.832Z | Downloaded swrite v0.1.0 |
313 | 2024-09-25T16:44:19.834Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-09-25T16:44:19.839Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-09-25T16:44:19.844Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-09-25T16:44:19.846Z | Downloaded cfg-if v1.0.0 |
317 | 2024-09-25T16:44:19.846Z | Downloaded cargo_metadata v0.18.1 |
318 | 2024-09-25T16:44:19.848Z | Downloaded terminal_size v0.3.0 |
319 | 2024-09-25T16:44:19.851Z | Downloaded proc-macro-error-attr v1.0.4 |
320 | 2024-09-25T16:44:19.851Z | Downloaded clap_lex v0.7.0 |
321 | 2024-09-25T16:44:19.851Z | Downloaded camino-tempfile v1.1.1 |
322 | 2024-09-25T16:44:19.853Z | Downloaded toml_datetime v0.6.8 |
323 | 2024-09-25T16:44:19.856Z | Downloaded memmap v0.7.0 |
324 | 2024-09-25T16:44:19.856Z | Downloaded thread-id v4.2.1 |
325 | 2024-09-25T16:44:19.858Z | Downloaded smawk v0.3.2 |
326 | 2024-09-25T16:44:19.858Z | Downloaded digest v0.10.7 |
327 | 2024-09-25T16:44:19.860Z | Downloaded cpufeatures v0.2.12 |
328 | 2024-09-25T16:44:19.863Z | Downloaded tabled_derive v0.7.0 |
329 | 2024-09-25T16:44:19.863Z | Downloaded fs-err v2.11.0 |
330 | 2024-09-25T16:44:19.865Z | Downloaded cargo-platform v0.1.8 |
331 | 2024-09-25T16:44:19.865Z | Downloaded macaddr v1.0.1 |
332 | 2024-09-25T16:44:19.867Z | Downloaded heck v0.4.1 |
333 | 2024-09-25T16:44:19.870Z | Downloaded thiserror v1.0.63 |
334 | 2024-09-25T16:44:19.872Z | Downloaded bytecount v0.6.8 |
335 | 2024-09-25T16:44:19.875Z | Downloaded version_check v0.9.5 |
336 | 2024-09-25T16:44:19.877Z | Downloaded anstream v0.6.14 |
337 | 2024-09-25T16:44:19.880Z | Downloaded quote v1.0.36 |
338 | 2024-09-25T16:44:19.882Z | Downloaded pest_derive v2.7.10 |
339 | 2024-09-25T16:44:19.884Z | Downloaded anstyle-parse v0.2.4 |
340 | 2024-09-25T16:44:19.887Z | Downloaded anyhow v1.0.89 |
341 | 2024-09-25T16:44:19.889Z | Downloaded is_terminal_polyfill v1.70.0 |
342 | 2024-09-25T16:44:19.893Z | Downloaded serde_tokenstream v0.2.2 |
343 | 2024-09-25T16:44:19.895Z | Downloaded fastrand v2.1.0 |
344 | 2024-09-25T16:44:19.898Z | Downloaded cargo_toml v0.20.4 |
345 | 2024-09-25T16:44:19.903Z | Downloaded colorchoice v1.0.1 |
346 | 2024-09-25T16:44:19.910Z | Downloaded pest_meta v2.7.10 |
347 | 2024-09-25T16:44:19.915Z | Downloaded camino v1.1.9 |
348 | 2024-09-25T16:44:19.921Z | Downloaded itoa v1.0.11 |
349 | 2024-09-25T16:44:19.924Z | Downloaded unicode-linebreak v0.1.5 |
350 | 2024-09-25T16:44:19.926Z | Downloaded clap_derive v4.5.18 |
351 | 2024-09-25T16:44:19.929Z | Downloaded utf8parse v0.2.1 |
352 | 2024-09-25T16:44:19.929Z | Downloaded heck v0.5.0 |
353 | 2024-09-25T16:44:19.931Z | Downloaded crypto-common v0.1.6 |
354 | 2024-09-25T16:44:19.931Z | Downloaded typenum v1.17.0 |
355 | 2024-09-25T16:44:19.934Z | Downloaded strsim v0.11.1 |
356 | 2024-09-25T16:44:19.934Z | Downloaded pest_generator v2.7.10 |
357 | 2024-09-25T16:44:19.936Z | Downloaded dtrace-parser v0.2.0 |
358 | 2024-09-25T16:44:19.936Z | Downloaded errno v0.3.9 |
359 | 2024-09-25T16:44:19.939Z | Downloaded serde_spanned v0.6.7 |
360 | 2024-09-25T16:44:19.939Z | Downloaded scroll v0.12.0 |
361 | 2024-09-25T16:44:19.941Z | Downloaded plain v0.2.3 |
362 | 2024-09-25T16:44:19.941Z | Downloaded dof v0.3.0 |
363 | 2024-09-25T16:44:19.943Z | Downloaded fnv v1.0.7 |
364 | 2024-09-25T16:44:19.943Z | Downloaded usdt-impl v0.5.0 |
365 | 2024-09-25T16:44:19.946Z | Downloaded usdt v0.5.0 |
366 | 2024-09-25T16:44:19.946Z | Downloaded bitflags v2.6.0 |
367 | 2024-09-25T16:44:19.948Z | Downloaded thiserror-impl v1.0.63 |
368 | 2024-09-25T16:44:19.950Z | Downloaded unicode-ident v1.0.12 |
369 | 2024-09-25T16:44:19.953Z | Downloaded ryu v1.0.18 |
370 | 2024-09-25T16:44:19.955Z | Downloaded papergrid v0.11.0 |
371 | 2024-09-25T16:44:19.960Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-09-25T16:44:19.963Z | Downloaded zerocopy-derive v0.7.34 |
373 | 2024-09-25T16:44:19.967Z | Downloaded tempfile v3.10.1 |
374 | 2024-09-25T16:44:19.969Z | Downloaded sha2 v0.10.8 |
375 | 2024-09-25T16:44:19.971Z | Downloaded semver v1.0.23 |
376 | 2024-09-25T16:44:19.973Z | Downloaded indexmap v2.4.0 |
377 | 2024-09-25T16:44:19.977Z | Downloaded serde v1.0.208 |
378 | 2024-09-25T16:44:19.980Z | Downloaded proc-macro2 v1.0.86 |
379 | 2024-09-25T16:44:19.983Z | Downloaded once_cell v1.19.0 |
380 | 2024-09-25T16:44:19.985Z | Downloaded generic-array v0.14.7 |
381 | 2024-09-25T16:44:19.988Z | Downloaded ucd-trie v0.1.6 |
382 | 2024-09-25T16:44:19.990Z | Downloaded toml v0.8.19 |
383 | 2024-09-25T16:44:19.993Z | Downloaded log v0.4.21 |
384 | 2024-09-25T16:44:19.995Z | Downloaded textwrap v0.16.1 |
385 | 2024-09-25T16:44:19.998Z | Downloaded serde_derive v1.0.208 |
386 | 2024-09-25T16:44:20.000Z | Downloaded clap v4.5.18 |
387 | 2024-09-25T16:44:20.012Z | Downloaded memchr v2.7.2 |
388 | 2024-09-25T16:44:20.017Z | Downloaded clap_builder v4.5.18 |
389 | 2024-09-25T16:44:20.023Z | Downloaded toml_edit v0.22.20 |
390 | 2024-09-25T16:44:20.043Z | Downloaded serde_json v1.0.125 |
391 | 2024-09-25T16:44:20.050Z | Downloaded pest v2.7.10 |
392 | 2024-09-25T16:44:20.054Z | Downloaded zerocopy v0.7.34 |
393 | 2024-09-25T16:44:20.070Z | Downloaded hashbrown v0.14.5 |
394 | 2024-09-25T16:44:20.076Z | Downloaded winnow v0.6.18 |
395 | 2024-09-25T16:44:20.083Z | Downloaded goblin v0.8.2 |
396 | 2024-09-25T16:44:20.092Z | Downloaded syn v2.0.74 |
397 | 2024-09-25T16:44:20.102Z | Downloaded tabled v0.15.0 |
398 | 2024-09-25T16:44:20.117Z | Downloaded syn v1.0.109 |
399 | 2024-09-25T16:44:20.127Z | Downloaded rustix v0.38.34 |
400 | 2024-09-25T16:44:20.148Z | Downloaded unicode-width v0.1.13 |
401 | 2024-09-25T16:44:20.155Z | Downloaded libc v0.2.158 |
402 | 2024-09-25T16:44:20.467Z | Compiling proc-macro2 v1.0.86 |
403 | 2024-09-25T16:44:20.470Z | Compiling unicode-ident v1.0.12 |
404 | 2024-09-25T16:44:20.470Z | Compiling serde v1.0.208 |
405 | 2024-09-25T16:44:20.470Z | Compiling version_check v0.9.5 |
406 | 2024-09-25T16:44:20.470Z | Compiling memchr v2.7.2 |
407 | 2024-09-25T16:44:20.470Z | Compiling thiserror v1.0.63 |
408 | 2024-09-25T16:44:20.502Z | Compiling libc v0.2.158 |
409 | 2024-09-25T16:44:20.504Z | Compiling ryu v1.0.18 |
410 | 2024-09-25T16:44:20.723Z | Compiling ucd-trie v0.1.6 |
411 | 2024-09-25T16:44:20.893Z | Compiling itoa v1.0.11 |
412 | 2024-09-25T16:44:21.300Z | Compiling once_cell v1.19.0 |
413 | 2024-09-25T16:44:21.323Z | Compiling byteorder v1.5.0 |
414 | 2024-09-25T16:44:21.622Z | Compiling serde_json v1.0.125 |
415 | 2024-09-25T16:44:21.663Z | Compiling rustix v0.38.34 |
416 | 2024-09-25T16:44:22.027Z | Compiling bitflags v2.6.0 |
417 | 2024-09-25T16:44:22.110Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-09-25T16:44:22.155Z | Compiling usdt-impl v0.5.0 |
419 | 2024-09-25T16:44:22.420Z | Compiling syn v1.0.109 |
420 | 2024-09-25T16:44:22.497Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-09-25T16:44:22.521Z | Compiling utf8parse v0.2.1 |
422 | 2024-09-25T16:44:22.543Z | Compiling hashbrown v0.14.5 |
423 | 2024-09-25T16:44:22.664Z | Compiling equivalent v1.0.1 |
424 | 2024-09-25T16:44:22.707Z | Compiling log v0.4.21 |
425 | 2024-09-25T16:44:22.785Z | Compiling camino v1.1.9 |
426 | 2024-09-25T16:44:22.787Z | Compiling plain v0.2.3 |
427 | 2024-09-25T16:44:22.954Z | Compiling quote v1.0.36 |
428 | 2024-09-25T16:44:23.108Z | Compiling anstyle-parse v0.2.4 |
429 | 2024-09-25T16:44:23.229Z | Compiling errno v0.3.9 |
430 | 2024-09-25T16:44:23.450Z | Compiling syn v2.0.74 |
431 | 2024-09-25T16:44:23.653Z | Compiling thread-id v4.2.1 |
432 | 2024-09-25T16:44:23.694Z | Compiling colorchoice v1.0.1 |
433 | 2024-09-25T16:44:23.784Z | Compiling indexmap v2.4.0 |
434 | 2024-09-25T16:44:23.851Z | Compiling autocfg v1.3.0 |
435 | 2024-09-25T16:44:23.876Z | Compiling winnow v0.6.18 |
436 | 2024-09-25T16:44:23.923Z | Compiling semver v1.0.23 |
437 | 2024-09-25T16:44:24.478Z | Compiling pretty-hex v0.4.1 |
438 | 2024-09-25T16:44:24.691Z | Compiling anstyle v1.0.8 |
439 | 2024-09-25T16:44:24.840Z | Compiling unicode-width v0.1.13 |
440 | 2024-09-25T16:44:24.961Z | Compiling anstyle-query v1.0.3 |
441 | 2024-09-25T16:44:25.094Z | Compiling is_terminal_polyfill v1.70.0 |
442 | 2024-09-25T16:44:25.121Z | Compiling fs-err v2.11.0 |
443 | 2024-09-25T16:44:25.215Z | Compiling anstream v0.6.14 |
444 | 2024-09-25T16:44:25.317Z | Compiling fnv v1.0.7 |
445 | 2024-09-25T16:44:25.364Z | Compiling cfg-if v1.0.0 |
446 | 2024-09-25T16:44:25.400Z | Compiling fastrand v2.1.0 |
447 | 2024-09-25T16:44:25.447Z | Compiling strsim v0.11.1 |
448 | 2024-09-25T16:44:25.471Z | Compiling anyhow v1.0.89 |
449 | 2024-09-25T16:44:26.020Z | Compiling clap_lex v0.7.0 |
450 | 2024-09-25T16:44:26.046Z | Compiling heck v0.5.0 |
451 | 2024-09-25T16:44:26.219Z | Compiling bytecount v0.6.8 |
452 | 2024-09-25T16:44:26.411Z | Compiling heck v0.4.1 |
453 | 2024-09-25T16:44:26.524Z | Compiling papergrid v0.11.0 |
454 | 2024-09-25T16:44:26.843Z | Compiling memmap v0.7.0 |
455 | 2024-09-25T16:44:26.876Z | Compiling smawk v0.3.2 |
456 | 2024-09-25T16:44:26.990Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-09-25T16:44:27.429Z | Compiling textwrap v0.16.1 |
458 | 2024-09-25T16:44:27.567Z | Compiling swrite v0.1.0 |
459 | 2024-09-25T16:44:28.802Z | Compiling tabled_derive v0.7.0 |
460 | 2024-09-25T16:44:30.113Z | Compiling tabled v0.15.0 |
461 | 2024-09-25T16:44:31.208Z | Compiling terminal_size v0.3.0 |
462 | 2024-09-25T16:44:31.212Z | Compiling tempfile v3.10.1 |
463 | 2024-09-25T16:44:31.276Z | Compiling serde_derive v1.0.208 |
464 | 2024-09-25T16:44:31.276Z | Compiling thiserror-impl v1.0.63 |
465 | 2024-09-25T16:44:31.280Z | Compiling zerocopy-derive v0.7.34 |
466 | 2024-09-25T16:44:31.280Z | Compiling scroll_derive v0.12.0 |
467 | 2024-09-25T16:44:31.280Z | Compiling clap_derive v4.5.18 |
468 | 2024-09-25T16:44:31.386Z | Compiling clap_builder v4.5.18 |
469 | 2024-09-25T16:44:32.752Z | Compiling scroll v0.12.0 |
470 | 2024-09-25T16:44:33.342Z | Compiling goblin v0.8.2 |
471 | 2024-09-25T16:44:33.379Z | Compiling zerocopy v0.7.34 |
472 | 2024-09-25T16:44:34.223Z | Compiling pest v2.7.10 |
473 | 2024-09-25T16:44:35.194Z | Compiling clap v4.5.18 |
474 | 2024-09-25T16:44:36.747Z | Compiling pest_meta v2.7.10 |
475 | 2024-09-25T16:44:37.774Z | Compiling pest_generator v2.7.10 |
476 | 2024-09-25T16:44:39.670Z | Compiling pest_derive v2.7.10 |
477 | 2024-09-25T16:44:40.471Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-09-25T16:44:42.276Z | Compiling toml_datetime v0.6.8 |
479 | 2024-09-25T16:44:42.276Z | Compiling serde_spanned v0.6.7 |
480 | 2024-09-25T16:44:42.278Z | Compiling cargo-platform v0.1.8 |
481 | 2024-09-25T16:44:42.645Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-09-25T16:44:42.712Z | Compiling toml_edit v0.22.20 |
483 | 2024-09-25T16:44:42.834Z | Compiling macaddr v1.0.1 |
484 | 2024-09-25T16:44:42.950Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-09-25T16:44:43.680Z | Compiling dof v0.3.0 |
486 | 2024-09-25T16:44:43.680Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-09-25T16:44:45.457Z | Compiling toml v0.8.19 |
488 | 2024-09-25T16:44:45.685Z | Compiling usdt-macro v0.5.0 |
489 | 2024-09-25T16:44:45.685Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-09-25T16:44:46.377Z | Compiling cargo_toml v0.20.4 |
491 | 2024-09-25T16:44:47.014Z | Compiling usdt v0.5.0 |
492 | 2024-09-25T16:44:50.132Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-09-25T16:44:54.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.23s |
494 | 2024-09-25T16:44:54.576Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-09-25T16:44:55.180Z | Downloading crates ... |
496 | 2024-09-25T16:44:55.299Z | Downloaded atomicwrites v0.4.4 |
497 | 2024-09-25T16:44:55.308Z | Downloaded async-stream v0.3.5 |
498 | 2024-09-25T16:44:55.311Z | Downloaded adler2 v2.0.0 |
499 | 2024-09-25T16:44:55.315Z | Downloaded cfg_aliases v0.2.1 |
500 | 2024-09-25T16:44:55.319Z | Downloaded http-body v1.0.0 |
501 | 2024-09-25T16:44:55.324Z | Downloaded crucible-workspace-hack v0.1.0 |
502 | 2024-09-25T16:44:55.327Z | Downloaded bitstruct_derive v0.1.0 |
503 | 2024-09-25T16:44:55.327Z | Downloaded base16ct v0.2.0 |
504 | 2024-09-25T16:44:55.329Z | Downloaded arrayref v0.3.7 |
505 | 2024-09-25T16:44:55.332Z | Downloaded hostname v0.4.0 |
506 | 2024-09-25T16:44:55.335Z | Downloaded http v1.1.0 |
507 | 2024-09-25T16:44:55.339Z | Downloaded colored v2.1.0 |
508 | 2024-09-25T16:44:55.343Z | Downloaded atty v0.2.14 |
509 | 2024-09-25T16:44:55.346Z | Downloaded constant_time_eq v0.3.0 |
510 | 2024-09-25T16:44:55.348Z | Downloaded md5 v0.7.0 |
511 | 2024-09-25T16:44:55.348Z | Downloaded cassowary v0.3.0 |
512 | 2024-09-25T16:44:55.351Z | Downloaded bit-vec v0.6.3 |
513 | 2024-09-25T16:44:55.353Z | Downloaded is-terminal v0.4.12 |
514 | 2024-09-25T16:44:55.354Z | Downloaded ident_case v1.0.1 |
515 | 2024-09-25T16:44:55.356Z | Downloaded match_cfg v0.1.0 |
516 | 2024-09-25T16:44:55.356Z | Downloaded ciborium-ll v0.2.2 |
517 | 2024-09-25T16:44:55.358Z | Downloaded block-padding v0.3.3 |
518 | 2024-09-25T16:44:55.358Z | Downloaded bitfield-struct v0.6.1 |
519 | 2024-09-25T16:44:55.361Z | Downloaded bcrypt-pbkdf v0.10.0 |
520 | 2024-09-25T16:44:55.361Z | Downloaded new_debug_unreachable v1.0.6 |
521 | 2024-09-25T16:44:55.364Z | Downloaded cexpr v0.6.0 |
522 | 2024-09-25T16:44:55.364Z | Downloaded bitflags v1.3.2 |
523 | 2024-09-25T16:44:55.367Z | Downloaded cbc v0.1.2 |
524 | 2024-09-25T16:44:55.369Z | Downloaded async-stream-impl v0.3.5 |
525 | 2024-09-25T16:44:55.371Z | Downloaded normalize-line-endings v0.3.0 |
526 | 2024-09-25T16:44:55.371Z | Downloaded ascii v1.1.0 |
527 | 2024-09-25T16:44:55.374Z | Downloaded nodrop v0.1.14 |
528 | 2024-09-25T16:44:55.374Z | Downloaded home v0.5.9 |
529 | 2024-09-25T16:44:55.376Z | Downloaded backoff v0.4.0 |
530 | 2024-09-25T16:44:55.379Z | Downloaded curve25519-dalek-derive v0.1.1 |
531 | 2024-09-25T16:44:55.379Z | Downloaded async-trait v0.1.82 |
532 | 2024-09-25T16:44:55.382Z | Downloaded lazy_static v1.5.0 |
533 | 2024-09-25T16:44:55.385Z | Downloaded linear-map v1.2.0 |
534 | 2024-09-25T16:44:55.388Z | Downloaded bitstruct v0.1.1 |
535 | 2024-09-25T16:44:55.388Z | Downloaded inout v0.1.3 |
536 | 2024-09-25T16:44:55.390Z | Downloaded humantime v2.1.0 |
537 | 2024-09-25T16:44:55.390Z | Downloaded maybe-uninit v2.0.0 |
538 | 2024-09-25T16:44:55.393Z | Downloaded instant v0.1.12 |
539 | 2024-09-25T16:44:55.395Z | Downloaded crunchy v0.2.2 |
540 | 2024-09-25T16:44:55.395Z | Downloaded memoffset v0.9.1 |
541 | 2024-09-25T16:44:55.397Z | Downloaded http-body v0.4.6 |
542 | 2024-09-25T16:44:55.397Z | Downloaded base64ct v1.6.0 |
543 | 2024-09-25T16:44:55.400Z | Downloaded argon2 v0.5.3 |
544 | 2024-09-25T16:44:55.402Z | Downloaded nanorand v0.7.0 |
545 | 2024-09-25T16:44:55.405Z | Downloaded hostname v0.3.1 |
546 | 2024-09-25T16:44:55.407Z | Downloaded hyper-staticfile v0.9.5 |
547 | 2024-09-25T16:44:55.410Z | Downloaded aead v0.5.2 |
548 | 2024-09-25T16:44:55.412Z | Downloaded managed v0.8.0 |
549 | 2024-09-25T16:44:55.412Z | Downloaded ctr v0.9.2 |
550 | 2024-09-25T16:44:55.415Z | Downloaded nibble_vec v0.1.0 |
551 | 2024-09-25T16:44:55.417Z | Downloaded newtype-uuid v1.1.0 |
552 | 2024-09-25T16:44:55.417Z | Downloaded crossbeam-deque v0.8.5 |
553 | 2024-09-25T16:44:55.420Z | Downloaded ascii-canvas v3.0.0 |
554 | 2024-09-25T16:44:55.420Z | Downloaded http-range v0.1.5 |
555 | 2024-09-25T16:44:55.422Z | Downloaded array-init v0.0.4 |
556 | 2024-09-25T16:44:55.422Z | Downloaded atomic-waker v1.1.2 |
557 | 2024-09-25T16:44:55.425Z | Downloaded is_ci v1.2.0 |
558 | 2024-09-25T16:44:55.425Z | Downloaded async-recursion v1.1.1 |
559 | 2024-09-25T16:44:55.428Z | Downloaded addr2line v0.21.0 |
560 | 2024-09-25T16:44:55.431Z | Downloaded hubpack_derive v0.1.1 |
561 | 2024-09-25T16:44:55.433Z | Downloaded highway v1.2.0 |
562 | 2024-09-25T16:44:55.435Z | Downloaded darling v0.20.9 |
563 | 2024-09-25T16:44:55.438Z | Downloaded bit-set v0.5.3 |
564 | 2024-09-25T16:44:55.442Z | Downloaded mime_guess v2.0.4 |
565 | 2024-09-25T16:44:55.445Z | Downloaded buf-list v1.0.3 |
566 | 2024-09-25T16:44:55.445Z | Downloaded libloading v0.8.3 |
567 | 2024-09-25T16:44:55.448Z | Downloaded cobs v0.2.3 |
568 | 2024-09-25T16:44:55.451Z | Downloaded crc-catalog v2.4.0 |
569 | 2024-09-25T16:44:55.451Z | Downloaded matches v0.1.10 |
570 | 2024-09-25T16:44:55.451Z | Downloaded blowfish v0.9.1 |
571 | 2024-09-25T16:44:55.453Z | Downloaded httparse v1.8.0 |
572 | 2024-09-25T16:44:55.456Z | Downloaded convert_case v0.4.0 |
573 | 2024-09-25T16:44:55.456Z | Downloaded newtype_derive v0.1.6 |
574 | 2024-09-25T16:44:55.459Z | Downloaded cstr-argument v0.1.2 |
575 | 2024-09-25T16:44:55.459Z | Downloaded crc v3.2.1 |
576 | 2024-09-25T16:44:55.461Z | Downloaded chacha20 v0.9.1 |
577 | 2024-09-25T16:44:55.464Z | Downloaded tower-service v0.3.2 |
578 | 2024-09-25T16:44:55.464Z | Downloaded multer v3.1.0 |
579 | 2024-09-25T16:44:55.467Z | Downloaded lock_api v0.4.12 |
580 | 2024-09-25T16:44:55.471Z | Downloaded cookie v0.17.0 |
581 | 2024-09-25T16:44:55.474Z | Downloaded newline-converter v0.3.0 |
582 | 2024-09-25T16:44:55.474Z | Downloaded crossbeam-utils v0.8.19 |
583 | 2024-09-25T16:44:55.476Z | Downloaded indoc v1.0.9 |
584 | 2024-09-25T16:44:55.478Z | Downloaded crc-any v2.5.0 |
585 | 2024-09-25T16:44:55.481Z | Downloaded impl-trait-for-tuples v0.2.2 |
586 | 2024-09-25T16:44:55.483Z | Downloaded assert_matches v1.5.0 |
587 | 2024-09-25T16:44:55.485Z | Downloaded rustc_version v0.1.7 |
588 | 2024-09-25T16:44:55.485Z | Downloaded lalrpop-util v0.19.12 |
589 | 2024-09-25T16:44:55.488Z | Downloaded ipnetwork v0.20.0 |
590 | 2024-09-25T16:44:55.488Z | Downloaded hyper-tls v0.5.0 |
591 | 2024-09-25T16:44:55.491Z | Downloaded serde_path_to_error v0.1.16 |
592 | 2024-09-25T16:44:55.493Z | Downloaded allocator-api2 v0.2.18 |
593 | 2024-09-25T16:44:55.495Z | Downloaded diesel_table_macro_syntax v0.2.0 |
594 | 2024-09-25T16:44:55.495Z | Downloaded darling_macro v0.20.9 |
595 | 2024-09-25T16:44:55.498Z | Downloaded signal-hook-tokio v0.3.1 |
596 | 2024-09-25T16:44:55.498Z | Downloaded hmac v0.12.1 |
597 | 2024-09-25T16:44:55.501Z | Downloaded signal-hook-registry v1.4.2 |
598 | 2024-09-25T16:44:55.501Z | Downloaded miniz_oxide v0.7.2 |
599 | 2024-09-25T16:44:55.504Z | Downloaded mockall v0.13.0 |
600 | 2024-09-25T16:44:55.506Z | Downloaded hex v0.4.3 |
601 | 2024-09-25T16:44:55.509Z | Downloaded libsw v3.3.1 |
602 | 2024-09-25T16:44:55.511Z | Downloaded instability v0.3.2 |
603 | 2024-09-25T16:44:55.511Z | Downloaded csv-core v0.1.11 |
604 | 2024-09-25T16:44:55.514Z | Downloaded internet-checksum v0.2.1 |
605 | 2024-09-25T16:44:55.514Z | Downloaded number_prefix v0.4.0 |
606 | 2024-09-25T16:44:55.516Z | Downloaded const_format_proc_macros v0.2.33 |
607 | 2024-09-25T16:44:55.518Z | Downloaded cancel-safe-futures v0.1.5 |
608 | 2024-09-25T16:44:55.521Z | Downloaded smf v0.2.3 |
609 | 2024-09-25T16:44:55.523Z | Downloaded unarray v0.1.4 |
610 | 2024-09-25T16:44:55.526Z | Downloaded lru-cache v0.1.2 |
611 | 2024-09-25T16:44:55.526Z | Downloaded tokio-native-tls v0.3.1 |
612 | 2024-09-25T16:44:55.528Z | Downloaded bytes v1.7.2 |
613 | 2024-09-25T16:44:55.531Z | Downloaded foreign-types-shared v0.1.1 |
614 | 2024-09-25T16:44:55.533Z | Downloaded chacha20poly1305 v0.10.1 |
615 | 2024-09-25T16:44:55.535Z | Downloaded tokio-macros v2.4.0 |
616 | 2024-09-25T16:44:55.535Z | Downloaded tiny-keccak v2.0.2 |
617 | 2024-09-25T16:44:55.538Z | Downloaded subtle v2.5.0 |
618 | 2024-09-25T16:44:55.540Z | Downloaded phf_shared v0.10.0 |
619 | 2024-09-25T16:44:55.540Z | Downloaded base64 v0.21.7 |
620 | 2024-09-25T16:44:55.544Z | Downloaded multimap v0.10.0 |
621 | 2024-09-25T16:44:55.547Z | Downloaded maplit v1.0.2 |
622 | 2024-09-25T16:44:55.547Z | Downloaded universal-hash v0.5.1 |
623 | 2024-09-25T16:44:55.549Z | Downloaded supports-color v3.0.1 |
624 | 2024-09-25T16:44:55.549Z | Downloaded serde_derive_internals v0.29.1 |
625 | 2024-09-25T16:44:55.552Z | Downloaded smallvec v0.6.14 |
626 | 2024-09-25T16:44:55.554Z | Downloaded tabwriter v1.4.0 |
627 | 2024-09-25T16:44:55.554Z | Downloaded structmeta v0.2.0 |
628 | 2024-09-25T16:44:55.557Z | Downloaded signature v2.2.0 |
629 | 2024-09-25T16:44:55.557Z | Downloaded zeroize v1.8.1 |
630 | 2024-09-25T16:44:55.559Z | Downloaded iana-time-zone v0.1.60 |
631 | 2024-09-25T16:44:55.561Z | Downloaded env_filter v0.1.2 |
632 | 2024-09-25T16:44:55.564Z | Downloaded futures-core v0.3.30 |
633 | 2024-09-25T16:44:55.566Z | Downloaded crossbeam-epoch v0.9.18 |
634 | 2024-09-25T16:44:55.568Z | Downloaded const-oid v0.9.6 |
635 | 2024-09-25T16:44:55.571Z | Downloaded uzers v0.11.3 |
636 | 2024-09-25T16:44:55.573Z | Downloaded serde-big-array v0.5.1 |
637 | 2024-09-25T16:44:55.575Z | Downloaded sqlparser_derive v0.2.2 |
638 | 2024-09-25T16:44:55.575Z | Downloaded russh-cryptovec v0.7.2 |
639 | 2024-09-25T16:44:55.575Z | Downloaded time-core v0.1.2 |
640 | 2024-09-25T16:44:55.578Z | Downloaded const_format v0.2.33 |
641 | 2024-09-25T16:44:55.581Z | Downloaded glob v0.3.1 |
642 | 2024-09-25T16:44:55.584Z | Downloaded termtree v0.4.1 |
643 | 2024-09-25T16:44:55.586Z | Downloaded ff v0.13.0 |
644 | 2024-09-25T16:44:55.586Z | Downloaded slog-term v2.9.1 |
645 | 2024-09-25T16:44:55.589Z | Downloaded crc32fast v1.4.0 |
646 | 2024-09-25T16:44:55.591Z | Downloaded crypto-bigint v0.5.5 |
647 | 2024-09-25T16:44:55.597Z | Downloaded native-tls v0.2.11 |
648 | 2024-09-25T16:44:55.600Z | Downloaded hickory-server v0.24.1 |
649 | 2024-09-25T16:44:55.605Z | Downloaded indicatif v0.17.8 |
650 | 2024-09-25T16:44:55.610Z | Downloaded want v0.3.1 |
651 | 2024-09-25T16:44:55.612Z | Downloaded ref-cast-impl v1.0.23 |
652 | 2024-09-25T16:44:55.612Z | Downloaded debug-ignore v1.0.5 |
653 | 2024-09-25T16:44:55.615Z | Downloaded schemars_derive v0.8.21 |
654 | 2024-09-25T16:44:55.617Z | Downloaded foreign-types v0.3.2 |
655 | 2024-09-25T16:44:55.617Z | Downloaded tinyvec_macros v0.1.1 |
656 | 2024-09-25T16:44:55.620Z | Downloaded owo-colors v4.0.0 |
657 | 2024-09-25T16:44:55.622Z | Downloaded smallvec v1.13.2 |
658 | 2024-09-25T16:44:55.622Z | Downloaded parse-size v1.0.0 |
659 | 2024-09-25T16:44:55.625Z | Downloaded rfc6979 v0.4.0 |
660 | 2024-09-25T16:44:55.625Z | Downloaded num-iter v0.1.45 |
661 | 2024-09-25T16:44:55.628Z | Downloaded group v0.13.0 |
662 | 2024-09-25T16:44:55.628Z | Downloaded tokio-tungstenite v0.23.1 |
663 | 2024-09-25T16:44:55.631Z | Downloaded cookie v0.18.1 |
664 | 2024-09-25T16:44:55.633Z | Downloaded jobserver v0.1.32 |
665 | 2024-09-25T16:44:55.636Z | Downloaded indexmap v1.9.3 |
666 | 2024-09-25T16:44:55.648Z | Downloaded pin-utils v0.1.0 |
667 | 2024-09-25T16:44:55.651Z | Downloaded fxhash v0.2.1 |
668 | 2024-09-25T16:44:55.653Z | Downloaded futures-macro v0.3.30 |
669 | 2024-09-25T16:44:55.653Z | Downloaded r2d2 v0.8.10 |
670 | 2024-09-25T16:44:55.657Z | Downloaded ron v0.8.1 |
671 | 2024-09-25T16:44:55.660Z | Downloaded structmeta-derive v0.2.0 |
672 | 2024-09-25T16:44:55.662Z | Downloaded unicase v2.7.0 |
673 | 2024-09-25T16:44:55.665Z | Downloaded twox-hash v1.6.3 |
674 | 2024-09-25T16:44:55.667Z | Downloaded shlex v1.3.0 |
675 | 2024-09-25T16:44:55.667Z | Downloaded shell-words v1.1.0 |
676 | 2024-09-25T16:44:55.669Z | Downloaded miniz_oxide v0.8.0 |
677 | 2024-09-25T16:44:55.672Z | Downloaded uuid v1.10.0 |
678 | 2024-09-25T16:44:55.674Z | Downloaded quick-error v1.2.3 |
679 | 2024-09-25T16:44:55.676Z | Downloaded futures-executor v0.3.30 |
680 | 2024-09-25T16:44:55.679Z | Downloaded rpassword v7.3.1 |
681 | 2024-09-25T16:44:55.679Z | Downloaded unicode-truncate v1.0.0 |
682 | 2024-09-25T16:44:55.681Z | Downloaded static_assertions v1.1.0 |
683 | 2024-09-25T16:44:55.683Z | Downloaded resolv-conf v0.7.0 |
684 | 2024-09-25T16:44:55.684Z | Downloaded base64 v0.22.1 |
685 | 2024-09-25T16:44:55.687Z | Downloaded dropshot_endpoint v0.10.1 |
686 | 2024-09-25T16:44:55.690Z | Downloaded fallible-iterator v0.3.0 |
687 | 2024-09-25T16:44:55.692Z | Downloaded tap v1.0.1 |
688 | 2024-09-25T16:44:55.692Z | Downloaded rustls-pki-types v1.7.0 |
689 | 2024-09-25T16:44:55.695Z | Downloaded rustls-pemfile v2.1.3 |
690 | 2024-09-25T16:44:55.698Z | Downloaded peg-macros v0.8.4 |
691 | 2024-09-25T16:44:55.701Z | Downloaded password-hash v0.4.2 |
692 | 2024-09-25T16:44:55.701Z | Downloaded try-lock v0.2.5 |
693 | 2024-09-25T16:44:55.704Z | Downloaded powerfmt v0.2.0 |
694 | 2024-09-25T16:44:55.704Z | Downloaded num-derive v0.4.2 |
695 | 2024-09-25T16:44:55.706Z | Downloaded futures-io v0.3.30 |
696 | 2024-09-25T16:44:55.706Z | Downloaded defmt-macros v0.3.9 |
697 | 2024-09-25T16:44:55.709Z | Downloaded signal-hook-mio v0.2.4 |
698 | 2024-09-25T16:44:55.711Z | Downloaded flagset v0.4.5 |
699 | 2024-09-25T16:44:55.713Z | Downloaded ena v0.14.3 |
700 | 2024-09-25T16:44:55.716Z | Downloaded globset v0.4.14 |
701 | 2024-09-25T16:44:55.716Z | Downloaded fatfs v0.3.6 |
702 | 2024-09-25T16:44:55.719Z | Downloaded derive-where v1.2.7 |
703 | 2024-09-25T16:44:55.722Z | Downloaded headers-core v0.2.0 |
704 | 2024-09-25T16:44:55.725Z | Downloaded dhcproto-macros v0.1.0 |
705 | 2024-09-25T16:44:55.725Z | Downloaded diff v0.1.13 |
706 | 2024-09-25T16:44:55.727Z | Downloaded futures-sink v0.3.30 |
707 | 2024-09-25T16:44:55.730Z | Downloaded aes v0.8.4 |
708 | 2024-09-25T16:44:55.736Z | Downloaded backtrace v0.3.71 |
709 | 2024-09-25T16:44:55.740Z | Downloaded futures-task v0.3.30 |
710 | 2024-09-25T16:44:55.740Z | Downloaded pretty-hex v0.2.1 |
711 | 2024-09-25T16:44:55.742Z | Downloaded serde_repr v0.1.19 |
712 | 2024-09-25T16:44:55.742Z | Downloaded defmt v0.3.8 |
713 | 2024-09-25T16:44:55.746Z | Downloaded strip-ansi-escapes v0.2.0 |
714 | 2024-09-25T16:44:55.748Z | Downloaded zeroize_derive v1.4.2 |
715 | 2024-09-25T16:44:55.750Z | Downloaded which v4.4.2 |
716 | 2024-09-25T16:44:55.750Z | Downloaded unicode-xid v0.2.4 |
717 | 2024-09-25T16:44:55.753Z | Downloaded thiserror-no-std v2.0.2 |
718 | 2024-09-25T16:44:55.756Z | Downloaded crossbeam-channel v0.5.12 |
719 | 2024-09-25T16:44:55.760Z | Downloaded cc v1.0.97 |
720 | 2024-09-25T16:44:55.764Z | Downloaded radium v0.7.0 |
721 | 2024-09-25T16:44:55.766Z | Downloaded postgres-types v0.2.7 |
722 | 2024-09-25T16:44:55.768Z | Downloaded num-integer v0.1.46 |
723 | 2024-09-25T16:44:55.771Z | Downloaded portpicker v0.1.1 |
724 | 2024-09-25T16:44:55.771Z | Downloaded rtoolbox v0.0.2 |
725 | 2024-09-25T16:44:55.773Z | Downloaded parse-display-derive v0.10.0 |
726 | 2024-09-25T16:44:55.773Z | Downloaded ed25519 v2.2.3 |
727 | 2024-09-25T16:44:55.775Z | Downloaded num-complex v0.4.6 |
728 | 2024-09-25T16:44:55.778Z | Downloaded spin v0.5.2 |
729 | 2024-09-25T16:44:55.781Z | Downloaded crossterm v0.27.0 |
730 | 2024-09-25T16:44:55.785Z | Downloaded time-macros v0.2.18 |
731 | 2024-09-25T16:44:55.787Z | Downloaded zone_cfg_derive v0.1.2 |
732 | 2024-09-25T16:44:55.790Z | Downloaded num v0.4.3 |
733 | 2024-09-25T16:44:55.790Z | Downloaded float-cmp v0.9.0 |
734 | 2024-09-25T16:44:55.792Z | Downloaded fixedbitset v0.4.2 |
735 | 2024-09-25T16:44:55.795Z | Downloaded thread_local v1.1.8 |
736 | 2024-09-25T16:44:55.795Z | Downloaded walkdir v2.5.0 |
737 | 2024-09-25T16:44:55.797Z | Downloaded phf_shared v0.11.2 |
738 | 2024-09-25T16:44:55.797Z | Downloaded poly1305 v0.8.0 |
739 | 2024-09-25T16:44:55.800Z | Downloaded http v0.2.12 |
740 | 2024-09-25T16:44:55.804Z | Downloaded diesel_derives v2.2.2 |
741 | 2024-09-25T16:44:55.808Z | Downloaded zone_cfg_derive v0.3.0 |
742 | 2024-09-25T16:44:55.810Z | Downloaded stringprep v0.1.4 |
743 | 2024-09-25T16:44:55.813Z | Downloaded num-rational v0.4.2 |
744 | 2024-09-25T16:44:55.813Z | Downloaded salsa20 v0.10.2 |
745 | 2024-09-25T16:44:55.815Z | Downloaded rusty-fork v0.3.0 |
746 | 2024-09-25T16:44:55.818Z | Downloaded olpc-cjson v0.1.3 |
747 | 2024-09-25T16:44:55.818Z | Downloaded vsss-rs v3.3.4 |
748 | 2024-09-25T16:44:55.820Z | Downloaded rustversion v1.0.17 |
749 | 2024-09-25T16:44:55.823Z | Downloaded futures v0.3.30 |
750 | 2024-09-25T16:44:55.827Z | Downloaded tokio-stream v0.1.15 |
751 | 2024-09-25T16:44:55.832Z | Downloaded tls_codec_derive v0.4.1 |
752 | 2024-09-25T16:44:55.834Z | Downloaded tls_codec v0.4.1 |
753 | 2024-09-25T16:44:55.836Z | Downloaded psl-types v2.0.11 |
754 | 2024-09-25T16:44:55.839Z | Downloaded thiserror-impl-no-std v2.0.2 |
755 | 2024-09-25T16:44:55.839Z | Downloaded snafu-derive v0.8.2 |
756 | 2024-09-25T16:44:55.842Z | Downloaded mio v0.8.11 |
757 | 2024-09-25T16:44:55.849Z | Downloaded deranged v0.3.11 |
758 | 2024-09-25T16:44:55.852Z | Downloaded dsl_auto_type v0.1.2 |
759 | 2024-09-25T16:44:55.854Z | Downloaded typed-path v0.7.1 |
760 | 2024-09-25T16:44:55.864Z | Downloaded fragile v2.0.0 |
761 | 2024-09-25T16:44:55.868Z | Downloaded oso-derive v0.27.3 |
762 | 2024-09-25T16:44:55.870Z | Downloaded scheduled-thread-pool v0.2.7 |
763 | 2024-09-25T16:44:55.872Z | Downloaded polyval v0.6.2 |
764 | 2024-09-25T16:44:55.875Z | Downloaded rustls-pemfile v1.0.4 |
765 | 2024-09-25T16:44:55.877Z | Downloaded tokio-tungstenite v0.20.1 |
766 | 2024-09-25T16:44:55.881Z | Downloaded env_logger v0.10.2 |
767 | 2024-09-25T16:44:55.884Z | Downloaded minimal-lexical v0.2.1 |
768 | 2024-09-25T16:44:55.889Z | Downloaded darling_core v0.20.9 |
769 | 2024-09-25T16:44:55.894Z | Downloaded ssh-cipher v0.2.0 |
770 | 2024-09-25T16:44:55.897Z | Downloaded num_enum_derive v0.5.11 |
771 | 2024-09-25T16:44:55.899Z | Downloaded dyn-clone v1.0.17 |
772 | 2024-09-25T16:44:55.899Z | Downloaded data-encoding v2.6.0 |
773 | 2024-09-25T16:44:55.902Z | Downloaded mio v1.0.2 |
774 | 2024-09-25T16:44:55.907Z | Downloaded wait-timeout v0.2.0 |
775 | 2024-09-25T16:44:55.910Z | Downloaded erased-serde v0.3.31 |
776 | 2024-09-25T16:44:55.912Z | Downloaded term v0.7.0 |
777 | 2024-09-25T16:44:55.915Z | Downloaded foreign-types-macros v0.2.3 |
778 | 2024-09-25T16:44:55.915Z | Downloaded foreign-types v0.5.0 |
779 | 2024-09-25T16:44:55.918Z | Downloaded utf-8 v0.7.6 |
780 | 2024-09-25T16:44:55.918Z | Downloaded predicates v3.1.2 |
781 | 2024-09-25T16:44:55.920Z | Downloaded serde_plain v1.0.2 |
782 | 2024-09-25T16:44:55.922Z | Downloaded enum-as-inner v0.5.1 |
783 | 2024-09-25T16:44:55.924Z | Downloaded parking_lot_core v0.9.10 |
784 | 2024-09-25T16:44:55.927Z | Downloaded parking_lot_core v0.8.6 |
785 | 2024-09-25T16:44:55.929Z | Downloaded ron v0.7.1 |
786 | 2024-09-25T16:44:55.933Z | Downloaded tinyvec v1.6.0 |
787 | 2024-09-25T16:44:55.936Z | Downloaded itertools v0.10.5 |
788 | 2024-09-25T16:44:55.943Z | Downloaded precomputed-hash v0.1.1 |
789 | 2024-09-25T16:44:55.945Z | Downloaded foreign-types-shared v0.3.1 |
790 | 2024-09-25T16:44:55.945Z | Downloaded siphasher v0.3.11 |
791 | 2024-09-25T16:44:55.947Z | Downloaded structmeta-derive v0.3.0 |
792 | 2024-09-25T16:44:55.950Z | Downloaded ssh-encoding v0.2.0 |
793 | 2024-09-25T16:44:55.950Z | Downloaded num_enum v0.5.11 |
794 | 2024-09-25T16:44:55.954Z | Downloaded tokio-rustls v0.24.1 |
795 | 2024-09-25T16:44:55.957Z | Downloaded unicode-bidi v0.3.15 |
796 | 2024-09-25T16:44:55.960Z | Downloaded zip v0.6.6 |
797 | 2024-09-25T16:44:55.964Z | Downloaded sqlformat v0.2.4 |
798 | 2024-09-25T16:44:55.967Z | Downloaded rand_core v0.6.4 |
799 | 2024-09-25T16:44:55.969Z | Downloaded spki v0.7.3 |
800 | 2024-09-25T16:44:55.971Z | Downloaded ecdsa v0.16.9 |
801 | 2024-09-25T16:44:55.973Z | Downloaded omicron-zone-package v0.11.0 |
802 | 2024-09-25T16:44:55.976Z | Downloaded slog-scope v4.4.0 |
803 | 2024-09-25T16:44:55.978Z | Downloaded display-error-chain v0.2.1 |
804 | 2024-09-25T16:44:55.981Z | Downloaded russh v0.45.0 |
805 | 2024-09-25T16:44:55.987Z | Downloaded num_threads v0.1.7 |
806 | 2024-09-25T16:44:55.989Z | Downloaded sigpipe v0.1.3 |
807 | 2024-09-25T16:44:55.989Z | Downloaded packed_struct v0.10.1 |
808 | 2024-09-25T16:44:55.992Z | Downloaded stable_deref_trait v1.2.0 |
809 | 2024-09-25T16:44:55.992Z | Downloaded scopeguard v1.2.0 |
810 | 2024-09-25T16:44:55.994Z | Downloaded rustfmt-wrapper v0.2.1 |
811 | 2024-09-25T16:44:55.996Z | Downloaded hashlink v0.9.1 |
812 | 2024-09-25T16:44:55.999Z | Downloaded p256 v0.13.2 |
813 | 2024-09-25T16:44:56.001Z | Downloaded env_logger v0.9.3 |
814 | 2024-09-25T16:44:56.004Z | Downloaded socket2 v0.5.7 |
815 | 2024-09-25T16:44:56.006Z | Downloaded downcast v0.11.0 |
816 | 2024-09-25T16:44:56.009Z | Downloaded rcgen v0.12.1 |
817 | 2024-09-25T16:44:56.011Z | Downloaded rayon-core v1.12.1 |
818 | 2024-09-25T16:44:56.014Z | Downloaded primeorder v0.13.6 |
819 | 2024-09-25T16:44:56.017Z | Downloaded rand_seeder v0.3.0 |
820 | 2024-09-25T16:44:56.019Z | Downloaded percent-encoding v2.3.1 |
821 | 2024-09-25T16:44:56.019Z | Downloaded pkcs1 v0.7.5 |
822 | 2024-09-25T16:44:56.022Z | Downloaded predicates-tree v1.0.9 |
823 | 2024-09-25T16:44:56.024Z | Downloaded packed_struct_codegen v0.10.1 |
824 | 2024-09-25T16:44:56.026Z | Downloaded dirs-sys-next v0.1.2 |
825 | 2024-09-25T16:44:56.026Z | Downloaded derive_builder_core v0.20.0 |
826 | 2024-09-25T16:44:56.029Z | Downloaded crossterm v0.28.1 |
827 | 2024-09-25T16:44:56.036Z | Downloaded spin v0.9.8 |
828 | 2024-09-25T16:44:56.039Z | Downloaded strum v0.26.3 |
829 | 2024-09-25T16:44:56.041Z | Downloaded slog-bunyan v2.5.0 |
830 | 2024-09-25T16:44:56.041Z | Downloaded aes-gcm v0.10.3 |
831 | 2024-09-25T16:44:56.045Z | Downloaded slab v0.4.9 |
832 | 2024-09-25T16:44:56.047Z | Downloaded topological-sort v0.2.2 |
833 | 2024-09-25T16:44:56.050Z | Downloaded strum_macros v0.25.3 |
834 | 2024-09-25T16:44:56.052Z | Downloaded opaque-debug v0.3.1 |
835 | 2024-09-25T16:44:56.052Z | Downloaded vergen v8.3.2 |
836 | 2024-09-25T16:44:56.055Z | Downloaded hash32 v0.3.1 |
837 | 2024-09-25T16:44:56.057Z | Downloaded openssl-macros v0.1.1 |
838 | 2024-09-25T16:44:56.060Z | Downloaded nom v7.1.3 |
839 | 2024-09-25T16:44:56.063Z | Downloaded scrypt v0.11.0 |
840 | 2024-09-25T16:44:56.066Z | Downloaded rustc_version v0.4.0 |
841 | 2024-09-25T16:44:56.066Z | Downloaded rsa v0.9.6 |
842 | 2024-09-25T16:44:56.071Z | Downloaded strum_macros v0.24.3 |
843 | 2024-09-25T16:44:56.074Z | Downloaded hickory-client v0.24.1 |
844 | 2024-09-25T16:44:56.077Z | Downloaded slog-dtrace v0.3.0 |
845 | 2024-09-25T16:44:56.080Z | Downloaded vte_generate_state_changes v0.1.1 |
846 | 2024-09-25T16:44:56.084Z | Downloaded slog-async v2.8.0 |
847 | 2024-09-25T16:44:56.084Z | Downloaded blake3 v1.5.1 |
848 | 2024-09-25T16:44:56.089Z | Downloaded ppv-lite86 v0.2.17 |
849 | 2024-09-25T16:44:56.092Z | Downloaded rustc-hash v1.1.0 |
850 | 2024-09-25T16:44:56.094Z | Downloaded zone v0.3.0 |
851 | 2024-09-25T16:44:56.094Z | Downloaded hyper v1.4.1 |
852 | 2024-09-25T16:44:56.101Z | Downloaded slog-json v2.6.1 |
853 | 2024-09-25T16:44:56.104Z | Downloaded path-slash v0.1.5 |
854 | 2024-09-25T16:44:56.108Z | Downloaded paste v1.0.15 |
855 | 2024-09-25T16:44:56.110Z | Downloaded either v1.13.0 |
856 | 2024-09-25T16:44:56.110Z | Downloaded whoami v1.5.1 |
857 | 2024-09-25T16:44:56.112Z | Downloaded take_mut v0.2.2 |
858 | 2024-09-25T16:44:56.115Z | Downloaded tower-layer v0.3.2 |
859 | 2024-09-25T16:44:56.115Z | Downloaded wyz v0.5.1 |
860 | 2024-09-25T16:44:56.117Z | Downloaded openssl-probe v0.1.5 |
861 | 2024-09-25T16:44:56.117Z | Downloaded samael v0.0.17 |
862 | 2024-09-25T16:44:56.122Z | Downloaded time v0.3.36 |
863 | 2024-09-25T16:44:56.129Z | Downloaded hash32 v0.2.1 |
864 | 2024-09-25T16:44:56.131Z | Downloaded endian-type v0.1.2 |
865 | 2024-09-25T16:44:56.131Z | Downloaded zone v0.1.8 |
866 | 2024-09-25T16:44:56.134Z | Downloaded itertools v0.12.1 |
867 | 2024-09-25T16:44:56.139Z | Downloaded ed25519-dalek v2.1.1 |
868 | 2024-09-25T16:44:56.142Z | Downloaded rand_xorshift v0.3.0 |
869 | 2024-09-25T16:44:56.144Z | Downloaded oso v0.27.3 |
870 | 2024-09-25T16:44:56.147Z | Downloaded pem v3.0.4 |
871 | 2024-09-25T16:44:56.149Z | Downloaded pem-rfc7468 v0.7.0 |
872 | 2024-09-25T16:44:56.152Z | Downloaded serde_arrays v0.1.0 |
873 | 2024-09-25T16:44:56.152Z | Downloaded peg v0.8.4 |
874 | 2024-09-25T16:44:56.156Z | Downloaded pbkdf2 v0.12.2 |
875 | 2024-09-25T16:44:56.158Z | Downloaded pkcs5 v0.7.1 |
876 | 2024-09-25T16:44:56.162Z | Downloaded similar v2.6.0 |
877 | 2024-09-25T16:44:56.167Z | Downloaded rustc-demangle v0.1.24 |
878 | 2024-09-25T16:44:56.170Z | Downloaded funty v2.0.0 |
879 | 2024-09-25T16:44:56.170Z | Downloaded form_urlencoded v1.2.1 |
880 | 2024-09-25T16:44:56.172Z | Downloaded heapless v0.8.0 |
881 | 2024-09-25T16:44:56.175Z | Downloaded aho-corasick v1.1.3 |
882 | 2024-09-25T16:44:56.181Z | Downloaded heapless v0.7.17 |
883 | 2024-09-25T16:44:56.185Z | Downloaded termios v0.3.3 |
884 | 2024-09-25T16:44:56.188Z | Downloaded unsafe-libyaml v0.2.11 |
885 | 2024-09-25T16:44:56.191Z | Downloaded des v0.8.1 |
886 | 2024-09-25T16:44:56.193Z | Downloaded flume v0.11.0 |
887 | 2024-09-25T16:44:56.196Z | Downloaded serde_urlencoded v0.7.1 |
888 | 2024-09-25T16:44:56.199Z | Downloaded gethostname v0.5.0 |
889 | 2024-09-25T16:44:56.201Z | Downloaded signal-hook v0.3.17 |
890 | 2024-09-25T16:44:56.203Z | Downloaded fallible-streaming-iterator v0.1.9 |
891 | 2024-09-25T16:44:56.206Z | Downloaded fallible-iterator v0.2.0 |
892 | 2024-09-25T16:44:56.206Z | Downloaded serde-hex v0.1.0 |
893 | 2024-09-25T16:44:56.208Z | Downloaded pbkdf2 v0.11.0 |
894 | 2024-09-25T16:44:56.211Z | Downloaded schemars v0.8.21 |
895 | 2024-09-25T16:44:56.223Z | Downloaded getopts v0.2.21 |
896 | 2024-09-25T16:44:56.225Z | Downloaded slog-envlogger v2.2.0 |
897 | 2024-09-25T16:44:56.228Z | Downloaded postgres-protocol v0.6.7 |
898 | 2024-09-25T16:44:56.230Z | Downloaded untrusted v0.7.1 |
899 | 2024-09-25T16:44:56.230Z | Downloaded tungstenite v0.20.1 |
900 | 2024-09-25T16:44:56.233Z | Downloaded flate2 v1.0.33 |
901 | 2024-09-25T16:44:56.239Z | Downloaded sec1 v0.7.3 |
902 | 2024-09-25T16:44:56.242Z | Downloaded defmt-parser v0.3.4 |
903 | 2024-09-25T16:44:56.244Z | Downloaded zerocopy v0.6.6 |
904 | 2024-09-25T16:44:56.247Z | Downloaded pin-project-internal v1.1.5 |
905 | 2024-09-25T16:44:56.247Z | Downloaded unicode-normalization v0.1.23 |
906 | 2024-09-25T16:44:56.250Z | Downloaded url v2.5.2 |
907 | 2024-09-25T16:44:56.253Z | Downloaded tracing-attributes v0.1.27 |
908 | 2024-09-25T16:44:56.255Z | Downloaded getrandom v0.2.14 |
909 | 2024-09-25T16:44:56.259Z | Downloaded vte v0.11.1 |
910 | 2024-09-25T16:44:56.261Z | Downloaded num-bigint v0.4.5 |
911 | 2024-09-25T16:44:56.266Z | Downloaded serde_with_macros v3.9.0 |
912 | 2024-09-25T16:44:56.268Z | Downloaded termcolor v1.4.1 |
913 | 2024-09-25T16:44:56.271Z | Downloaded sct v0.7.1 |
914 | 2024-09-25T16:44:56.273Z | Downloaded half v2.4.1 |
915 | 2024-09-25T16:44:56.276Z | Downloaded pin-project-lite v0.2.14 |
916 | 2024-09-25T16:44:56.281Z | Downloaded tokio-rustls v0.26.0 |
917 | 2024-09-25T16:44:56.284Z | Downloaded strum_macros v0.26.4 |
918 | 2024-09-25T16:44:56.286Z | Downloaded tar v0.4.41 |
919 | 2024-09-25T16:44:56.290Z | Downloaded toml v0.7.8 |
920 | 2024-09-25T16:44:56.294Z | Downloaded headers v0.3.9 |
921 | 2024-09-25T16:44:56.300Z | Downloaded postcard v1.0.8 |
922 | 2024-09-25T16:44:56.303Z | Downloaded pin-project v1.1.5 |
923 | 2024-09-25T16:44:56.315Z | Downloaded elliptic-curve v0.13.8 |
924 | 2024-09-25T16:44:56.320Z | Downloaded tungstenite v0.23.0 |
925 | 2024-09-25T16:44:56.324Z | Downloaded tungstenite v0.21.0 |
926 | 2024-09-25T16:44:56.328Z | Downloaded toml_edit v0.19.15 |
927 | 2024-09-25T16:44:56.346Z | Downloaded openssl-sys v0.9.103 |
928 | 2024-09-25T16:44:56.351Z | Downloaded hashbrown v0.12.3 |
929 | 2024-09-25T16:44:56.355Z | Downloaded hyper v0.14.30 |
930 | 2024-09-25T16:44:56.364Z | Downloaded tower v0.4.13 |
931 | 2024-09-25T16:44:56.374Z | Downloaded steno v0.4.1 |
932 | 2024-09-25T16:44:56.378Z | Downloaded rustls-webpki v0.101.7 |
933 | 2024-09-25T16:44:56.393Z | Downloaded hashbrown v0.13.2 |
934 | 2024-09-25T16:44:56.397Z | Downloaded unicode_categories v0.1.1 |
935 | 2024-09-25T16:44:56.399Z | Downloaded ssh-key v0.6.6 |
936 | 2024-09-25T16:44:56.406Z | Downloaded git2 v0.19.0 |
937 | 2024-09-25T16:44:56.414Z | Downloaded tough v0.17.1 |
938 | 2024-09-25T16:44:56.423Z | Downloaded reqwest v0.11.27 |
939 | 2024-09-25T16:44:56.431Z | Downloaded rusqlite v0.32.1 |
940 | 2024-09-25T16:44:56.438Z | Downloaded reedline v0.33.0 |
941 | 2024-09-25T16:44:56.445Z | Downloaded p521 v0.13.3 |
942 | 2024-09-25T16:44:56.449Z | Downloaded sqlparser v0.45.0 |
943 | 2024-09-25T16:44:56.455Z | Downloaded portable-atomic v1.6.0 |
944 | 2024-09-25T16:44:56.461Z | Downloaded object v0.30.4 |
945 | 2024-09-25T16:44:56.472Z | Downloaded h2 v0.4.6 |
946 | 2024-09-25T16:44:56.479Z | Downloaded regex-syntax v0.6.29 |
947 | 2024-09-25T16:44:56.487Z | Downloaded idna v0.5.0 |
948 | 2024-09-25T16:44:56.494Z | Downloaded vcpkg v0.2.15 |
949 | 2024-09-25T16:44:56.537Z | Downloaded object v0.32.2 |
950 | 2024-09-25T16:44:56.549Z | Downloaded serde_with v3.9.0 |
951 | 2024-09-25T16:44:56.559Z | Downloaded winnow v0.5.40 |
952 | 2024-09-25T16:44:56.568Z | Downloaded bstr v1.9.1 |
953 | 2024-09-25T16:44:56.579Z | Downloaded rayon v1.10.0 |
954 | 2024-09-25T16:44:56.589Z | Downloaded p384 v0.13.0 |
955 | 2024-09-25T16:44:56.596Z | Downloaded rustls v0.21.12 |
956 | 2024-09-25T16:44:56.610Z | Downloaded nix v0.27.1 |
957 | 2024-09-25T16:44:56.619Z | Downloaded proptest v1.5.0 |
958 | 2024-09-25T16:44:56.628Z | Downloaded polar-core v0.27.3 |
959 | 2024-09-25T16:44:56.637Z | Downloaded hickory-proto v0.24.1 |
960 | 2024-09-25T16:44:56.654Z | Downloaded smoltcp v0.9.1 |
961 | 2024-09-25T16:44:56.665Z | Downloaded regex v1.10.6 |
962 | 2024-09-25T16:44:56.678Z | Downloaded regex-syntax v0.8.4 |
963 | 2024-09-25T16:44:56.686Z | Downloaded nix v0.29.0 |
964 | 2024-09-25T16:44:56.699Z | Downloaded regress v0.9.1 |
965 | 2024-09-25T16:44:56.708Z | Downloaded sled v0.34.7 |
966 | 2024-09-25T16:44:56.719Z | Downloaded smoltcp v0.11.0 |
967 | 2024-09-25T16:44:56.732Z | Downloaded webpki-roots v0.25.4 |
968 | 2024-09-25T16:44:56.736Z | Downloaded openssl v0.10.66 |
969 | 2024-09-25T16:44:56.746Z | Downloaded regex-automata v0.4.6 |
970 | 2024-09-25T16:44:56.764Z | Downloaded zerocopy-derive v0.6.6 |
971 | 2024-09-25T16:44:56.774Z | Downloaded trust-dns-proto v0.22.0 |
972 | 2024-09-25T16:44:56.787Z | Downloaded finl_unicode v1.2.0 |
973 | 2024-09-25T16:44:56.801Z | Downloaded sha3 v0.10.8 |
974 | 2024-09-25T16:44:56.805Z | Downloaded csv v1.3.0 |
975 | 2024-09-25T16:44:56.826Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
976 | 2024-09-25T16:44:56.839Z | Downloaded openapiv3 v2.0.0 |
977 | 2024-09-25T16:44:56.851Z | Downloaded diesel v2.2.4 |
978 | 2024-09-25T16:44:56.870Z | Downloaded rustls v0.23.10 |
979 | 2024-09-25T16:44:56.885Z | Downloaded gimli v0.28.1 |
980 | 2024-09-25T16:44:56.894Z | Downloaded idna v0.4.0 |
981 | 2024-09-25T16:44:56.900Z | Downloaded rustls v0.22.4 |
982 | 2024-09-25T16:44:56.914Z | Downloaded nix v0.28.0 |
983 | 2024-09-25T16:44:56.932Z | Downloaded radix_trie v0.2.1 |
984 | 2024-09-25T16:44:56.937Z | Downloaded ratatui v0.28.0 |
985 | 2024-09-25T16:44:56.950Z | Downloaded dropshot v0.10.1 |
986 | 2024-09-25T16:44:56.959Z | Downloaded idna v0.3.0 |
987 | 2024-09-25T16:44:56.966Z | Downloaded idna v0.2.3 |
988 | 2024-09-25T16:44:56.973Z | Downloaded curve25519-dalek v4.1.3 |
989 | 2024-09-25T16:44:56.982Z | Downloaded rustls-webpki v0.102.4 |
990 | 2024-09-25T16:44:56.999Z | Downloaded lalrpop v0.19.12 |
991 | 2024-09-25T16:44:57.010Z | Downloaded h2 v0.3.26 |
992 | 2024-09-25T16:44:57.017Z | Downloaded futures-util v0.3.30 |
993 | 2024-09-25T16:44:57.029Z | Downloaded quick-xml v0.33.0 |
994 | 2024-09-25T16:44:57.035Z | Downloaded petgraph v0.6.5 |
995 | 2024-09-25T16:44:57.053Z | Downloaded chrono v0.4.38 |
996 | 2024-09-25T16:44:57.060Z | Downloaded bitvec v1.0.1 |
997 | 2024-09-25T16:44:57.075Z | Downloaded bindgen v0.69.4 |
998 | 2024-09-25T16:44:57.082Z | Downloaded tokio v1.39.3 |
999 | 2024-09-25T16:44:57.121Z | Downloaded unicode-segmentation v1.11.0 |
1000 | 2024-09-25T16:44:57.124Z | Downloaded der v0.7.9 |
1001 | 2024-09-25T16:44:57.129Z | Downloaded expectorate v1.1.0 |
1002 | 2024-09-25T16:44:57.131Z | Downloaded russh-keys v0.45.0 |
1003 | 2024-09-25T16:44:57.134Z | Downloaded yasna v0.5.2 |
1004 | 2024-09-25T16:44:57.136Z | Downloaded subprocess v0.2.9 |
1005 | 2024-09-25T16:44:57.139Z | Downloaded rustyline v14.0.0 |
1006 | 2024-09-25T16:44:57.143Z | Downloaded tokio-rustls v0.25.0 |
1007 | 2024-09-25T16:44:57.146Z | Downloaded tracing v0.1.40 |
1008 | 2024-09-25T16:44:57.149Z | Downloaded num-bigint-dig v0.8.4 |
1009 | 2024-09-25T16:44:57.154Z | Downloaded parse-display v0.10.0 |
1010 | 2024-09-25T16:44:57.156Z | Downloaded untrusted v0.9.0 |
1011 | 2024-09-25T16:44:57.158Z | Downloaded derive_more v0.99.18 |
1012 | 2024-09-25T16:44:57.160Z | Downloaded ref-cast v1.0.23 |
1013 | 2024-09-25T16:44:57.163Z | Downloaded tokio-postgres v0.7.11 |
1014 | 2024-09-25T16:44:57.168Z | Downloaded tokio-util v0.7.11 |
1015 | 2024-09-25T16:44:57.174Z | Downloaded salty v0.3.0 |
1016 | 2024-09-25T16:44:57.181Z | Downloaded hkdf v0.12.4 |
1017 | 2024-09-25T16:44:57.183Z | Downloaded dhcproto v0.12.0 |
1018 | 2024-09-25T16:44:57.186Z | Downloaded itertools v0.13.0 |
1019 | 2024-09-25T16:44:57.193Z | Downloaded peg-runtime v0.8.3 |
1020 | 2024-09-25T16:44:57.196Z | Downloaded libm v0.2.8 |
1021 | 2024-09-25T16:44:57.202Z | Downloaded predicates-core v1.0.6 |
1022 | 2024-09-25T16:44:57.204Z | Downloaded parking_lot v0.12.2 |
1023 | 2024-09-25T16:44:57.206Z | Downloaded float-ord v0.3.2 |
1024 | 2024-09-25T16:44:57.207Z | Downloaded dirs-next v2.0.0 |
1025 | 2024-09-25T16:44:57.209Z | Downloaded env_logger v0.11.5 |
1026 | 2024-09-25T16:44:57.211Z | Downloaded der_derive v0.7.2 |
1027 | 2024-09-25T16:44:57.211Z | Downloaded socket2 v0.4.10 |
1028 | 2024-09-25T16:44:57.213Z | Downloaded proc-macro-crate v1.3.1 |
1029 | 2024-09-25T16:44:57.214Z | Downloaded libxml v0.3.3 |
1030 | 2024-09-25T16:44:57.219Z | Downloaded rand v0.8.5 |
1031 | 2024-09-25T16:44:57.223Z | Downloaded slog-stdlog v4.1.1 |
1032 | 2024-09-25T16:44:57.225Z | Downloaded test-strategy v0.3.1 |
1033 | 2024-09-25T16:44:57.228Z | Downloaded string_cache v0.8.7 |
1034 | 2024-09-25T16:44:57.230Z | Downloaded num-traits v0.2.19 |
1035 | 2024-09-25T16:44:57.232Z | Downloaded x509-cert v0.2.5 |
1036 | 2024-09-25T16:44:57.238Z | Downloaded tokio-tungstenite v0.21.0 |
1037 | 2024-09-25T16:44:57.240Z | Downloaded derive_builder_macro v0.20.0 |
1038 | 2024-09-25T16:44:57.242Z | Downloaded toolchain_find v0.4.0 |
1039 | 2024-09-25T16:44:57.242Z | Downloaded hex-literal v0.4.1 |
1040 | 2024-09-25T16:44:57.244Z | Downloaded heck v0.3.3 |
1041 | 2024-09-25T16:44:57.244Z | Downloaded ghash v0.5.1 |
1042 | 2024-09-25T16:44:57.244Z | Downloaded same-file v1.0.6 |
1043 | 2024-09-25T16:44:57.247Z | Downloaded slog v2.7.0 |
1044 | 2024-09-25T16:44:57.250Z | Downloaded filetime v0.2.25 |
1045 | 2024-09-25T16:44:57.250Z | Downloaded rand_chacha v0.3.1 |
1046 | 2024-09-25T16:44:57.252Z | Downloaded publicsuffix v2.2.3 |
1047 | 2024-09-25T16:44:57.254Z | Downloaded xattr v1.3.1 |
1048 | 2024-09-25T16:44:57.257Z | Downloaded tracing-core v0.1.32 |
1049 | 2024-09-25T16:44:57.259Z | Downloaded prettyplease v0.2.20 |
1050 | 2024-09-25T16:44:57.262Z | Downloaded snafu v0.8.2 |
1051 | 2024-09-25T16:44:57.266Z | Downloaded serde_yaml v0.9.34+deprecated |
1052 | 2024-09-25T16:44:57.269Z | Downloaded password-hash v0.5.0 |
1053 | 2024-09-25T16:44:57.272Z | Downloaded hickory-resolver v0.24.1 |
1054 | 2024-09-25T16:44:57.276Z | Downloaded compact_str v0.8.0 |
1055 | 2024-09-25T16:44:57.279Z | Downloaded derive_builder v0.20.0 |
1056 | 2024-09-25T16:44:57.283Z | Downloaded mockall_derive v0.13.0 |
1057 | 2024-09-25T16:44:57.286Z | Downloaded pkcs8 v0.10.2 |
1058 | 2024-09-25T16:44:57.290Z | Downloaded parking_lot v0.11.2 |
1059 | 2024-09-25T16:44:57.294Z | Downloaded hyper-util v0.1.7 |
1060 | 2024-09-25T16:44:57.296Z | Downloaded structmeta v0.3.0 |
1061 | 2024-09-25T16:44:57.296Z | Downloaded sha1 v0.10.6 |
1062 | 2024-09-25T16:44:57.299Z | Downloaded semver v0.1.20 |
1063 | 2024-09-25T16:44:57.299Z | Downloaded nu-ansi-term v0.50.0 |
1064 | 2024-09-25T16:44:57.302Z | Downloaded futures-channel v0.3.30 |
1065 | 2024-09-25T16:44:57.302Z | Downloaded fd-lock v4.0.2 |
1066 | 2024-09-25T16:44:57.305Z | Downloaded arc-swap v1.7.1 |
1067 | 2024-09-25T16:44:57.307Z | Downloaded num-conv v0.1.0 |
1068 | 2024-09-25T16:44:57.310Z | Downloaded value-bag v1.9.0 |
1069 | 2024-09-25T16:44:57.312Z | Downloaded waitgroup v0.1.2 |
1070 | 2024-09-25T16:44:57.313Z | Downloaded pkg-config v0.3.30 |
1071 | 2024-09-25T16:44:57.315Z | Downloaded phf v0.11.2 |
1072 | 2024-09-25T16:44:57.315Z | Downloaded base64 v0.13.1 |
1073 | 2024-09-25T16:44:57.323Z | Downloaded memmap2 v0.9.4 |
1074 | 2024-09-25T16:44:57.327Z | Downloaded embedded-io v0.4.0 |
1075 | 2024-09-25T16:44:57.327Z | Downloaded difflib v0.4.0 |
1076 | 2024-09-25T16:44:57.327Z | Downloaded tui-tree-widget v0.22.0 |
1077 | 2024-09-25T16:44:57.327Z | Downloaded keccak v0.1.5 |
1078 | 2024-09-25T16:44:57.327Z | Downloaded enum-as-inner v0.6.0 |
1079 | 2024-09-25T16:44:57.327Z | Downloaded secrecy v0.8.0 |
1080 | 2024-09-25T16:44:57.327Z | Downloaded lazycell v1.3.0 |
1081 | 2024-09-25T16:44:57.327Z | Downloaded hyper-rustls v0.24.2 |
1082 | 2024-09-25T16:44:57.347Z | Downloaded httpdate v1.0.3 |
1083 | 2024-09-25T16:44:57.347Z | Downloaded mime v0.3.17 |
1084 | 2024-09-25T16:44:57.347Z | Downloaded md-5 v0.10.6 |
1085 | 2024-09-25T16:44:57.347Z | Downloaded lru v0.12.3 |
1086 | 2024-09-25T16:44:57.347Z | Downloaded linked-hash-map v0.5.6 |
1087 | 2024-09-25T16:44:57.356Z | Downloaded kstat-rs v0.2.4 |
1088 | 2024-09-25T16:44:57.356Z | Downloaded bzip2 v0.4.4 |
1089 | 2024-09-25T16:44:57.356Z | Downloaded cipher v0.4.4 |
1090 | 2024-09-25T16:44:57.356Z | Downloaded blake2 v0.10.6 |
1091 | 2024-09-25T16:44:57.356Z | Downloaded bcs v0.1.6 |
1092 | 2024-09-25T16:44:57.356Z | Downloaded arrayvec v0.7.4 |
1093 | 2024-09-25T16:44:57.356Z | Downloaded clang-sys v1.7.0 |
1094 | 2024-09-25T16:44:57.356Z | Downloaded ciborium v0.2.2 |
1095 | 2024-09-25T16:44:57.356Z | Downloaded sync_wrapper v0.1.2 |
1096 | 2024-09-25T16:44:57.356Z | Downloaded ipnet v2.9.0 |
1097 | 2024-09-25T16:44:57.356Z | Downloaded castaway v0.2.3 |
1098 | 2024-09-25T16:44:57.356Z | Downloaded bitfield v0.14.0 |
1099 | 2024-09-25T16:44:57.356Z | Downloaded bb8 v0.8.5 |
1100 | 2024-09-25T16:44:57.356Z | Downloaded ahash v0.8.11 |
1101 | 2024-09-25T16:44:57.359Z | Downloaded console v0.15.8 |
1102 | 2024-09-25T16:44:57.362Z | Downloaded cookie_store v0.20.0 |
1103 | 2024-09-25T16:44:57.362Z | Downloaded libefi-sys v0.1.0 |
1104 | 2024-09-25T16:44:57.364Z | Downloaded indent_write v2.2.0 |
1105 | 2024-09-25T16:44:57.364Z | Downloaded hubpack v0.1.2 |
1106 | 2024-09-25T16:44:57.366Z | Downloaded ciborium-io v0.2.2 |
1107 | 2024-09-25T16:44:57.366Z | Downloaded cfg_aliases v0.1.1 |
1108 | 2024-09-25T16:44:57.366Z | Downloaded async-bb8-diesel v0.2.1 |
1109 | 2024-09-25T16:44:57.370Z | Downloaded adler v1.0.2 |
1110 | 2024-09-25T16:44:57.411Z | Downloaded encoding_rs v0.8.34 |
1111 | 2024-09-25T16:44:57.534Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1112 | 2024-09-25T16:44:58.258Z | Downloaded libz-sys v1.1.16 |
1113 | 2024-09-25T16:44:58.368Z | Downloaded ring v0.17.8 |
1114 | 2024-09-25T16:44:58.564Z | Downloaded ring v0.16.20 |
1115 | 2024-09-25T16:44:58.647Z | Downloaded libsqlite3-sys v0.30.1 |
1116 | 2024-09-25T16:44:58.822Z | Compiling serde v1.0.208 |
1117 | 2024-09-25T16:44:58.824Z | Compiling typenum v1.17.0 |
1118 | 2024-09-25T16:44:58.824Z | Compiling generic-array v0.14.7 |
1119 | 2024-09-25T16:44:58.824Z | Compiling lock_api v0.4.12 |
1120 | 2024-09-25T16:44:58.824Z | Compiling scopeguard v1.2.0 |
1121 | 2024-09-25T16:44:58.982Z | Compiling value-bag v1.9.0 |
1122 | 2024-09-25T16:44:59.007Z | Compiling syn v2.0.74 |
1123 | 2024-09-25T16:44:59.010Z | Compiling getrandom v0.2.14 |
1124 | 2024-09-25T16:44:59.129Z | Compiling const-oid v0.9.6 |
1125 | 2024-09-25T16:44:59.318Z | Compiling rand_core v0.6.4 |
1126 | 2024-09-25T16:44:59.538Z | Compiling log v0.4.21 |
1127 | 2024-09-25T16:44:59.559Z | Compiling subtle v2.5.0 |
1128 | 2024-09-25T16:44:59.584Z | Compiling jobserver v0.1.32 |
1129 | 2024-09-25T16:44:59.853Z | Compiling pin-project-lite v0.2.14 |
1130 | 2024-09-25T16:44:59.912Z | Compiling smallvec v1.13.2 |
1131 | 2024-09-25T16:44:59.932Z | Compiling parking_lot_core v0.9.10 |
1132 | 2024-09-25T16:44:59.965Z | Compiling cc v1.0.97 |
1133 | 2024-09-25T16:45:00.300Z | Compiling signal-hook-registry v1.4.2 |
1134 | 2024-09-25T16:45:00.371Z | Compiling mio v1.0.2 |
1135 | 2024-09-25T16:45:00.520Z | Compiling socket2 v0.5.7 |
1136 | 2024-09-25T16:45:01.031Z | Compiling parking_lot v0.12.2 |
1137 | 2024-09-25T16:45:01.118Z | Compiling ahash v0.8.11 |
1138 | 2024-09-25T16:45:01.245Z | Compiling futures-sink v0.3.30 |
1139 | 2024-09-25T16:45:01.413Z | Compiling futures-core v0.3.30 |
1140 | 2024-09-25T16:45:01.525Z | Compiling cpufeatures v0.2.12 |
1141 | 2024-09-25T16:45:01.679Z | Compiling slab v0.4.9 |
1142 | 2024-09-25T16:45:01.682Z | Compiling allocator-api2 v0.2.18 |
1143 | 2024-09-25T16:45:01.714Z | Compiling spin v0.9.8 |
1144 | 2024-09-25T16:45:01.737Z | Compiling tinyvec_macros v0.1.1 |
1145 | 2024-09-25T16:45:01.799Z | Compiling futures-channel v0.3.30 |
1146 | 2024-09-25T16:45:01.829Z | Compiling tinyvec v1.6.0 |
1147 | 2024-09-25T16:45:01.986Z | Compiling futures-io v0.3.30 |
1148 | 2024-09-25T16:45:02.123Z | Compiling pin-utils v0.1.0 |
1149 | 2024-09-25T16:45:02.217Z | Compiling base64ct v1.6.0 |
1150 | 2024-09-25T16:45:02.238Z | Compiling futures-task v0.3.30 |
1151 | 2024-09-25T16:45:02.320Z | Compiling libm v0.2.8 |
1152 | 2024-09-25T16:45:02.448Z | Compiling serde_json v1.0.125 |
1153 | 2024-09-25T16:45:02.509Z | Compiling num-traits v0.2.19 |
1154 | 2024-09-25T16:45:02.562Z | Compiling unicode-bidi v0.3.15 |
1155 | 2024-09-25T16:45:02.704Z | Compiling pem-rfc7468 v0.7.0 |
1156 | 2024-09-25T16:45:02.808Z | Compiling flagset v0.4.5 |
1157 | 2024-09-25T16:45:03.046Z | Compiling tracing-core v0.1.32 |
1158 | 2024-09-25T16:45:03.067Z | Compiling pkg-config v0.3.30 |
1159 | 2024-09-25T16:45:03.399Z | Compiling unicode-normalization v0.1.23 |
1160 | 2024-09-25T16:45:03.494Z | Compiling vcpkg v0.2.15 |
1161 | 2024-09-25T16:45:04.254Z | Compiling ring v0.17.8 |
1162 | 2024-09-25T16:45:04.299Z | Compiling httparse v1.8.0 |
1163 | 2024-09-25T16:45:04.430Z | Compiling percent-encoding v2.3.1 |
1164 | 2024-09-25T16:45:04.499Z | Compiling ppv-lite86 v0.2.17 |
1165 | 2024-09-25T16:45:04.671Z | Compiling try-lock v0.2.5 |
1166 | 2024-09-25T16:45:04.833Z | Compiling untrusted v0.9.0 |
1167 | 2024-09-25T16:45:04.853Z | Compiling rustix v0.38.34 |
1168 | 2024-09-25T16:45:04.995Z | Compiling want v0.3.1 |
1169 | 2024-09-25T16:45:05.275Z | Compiling powerfmt v0.2.0 |
1170 | 2024-09-25T16:45:05.343Z | Compiling rand_chacha v0.3.1 |
1171 | 2024-09-25T16:45:05.575Z | Compiling httpdate v1.0.3 |
1172 | 2024-09-25T16:45:05.661Z | Compiling rustversion v1.0.17 |
1173 | 2024-09-25T16:45:05.679Z | Compiling openssl-sys v0.9.103 |
1174 | 2024-09-25T16:45:05.715Z | Compiling rand v0.8.5 |
1175 | 2024-09-25T16:45:06.041Z | Compiling foreign-types-shared v0.1.1 |
1176 | 2024-09-25T16:45:06.151Z | Compiling openssl v0.10.66 |
1177 | 2024-09-25T16:45:06.153Z | Compiling tower-service v0.3.2 |
1178 | 2024-09-25T16:45:06.293Z | Compiling time-core v0.1.2 |
1179 | 2024-09-25T16:45:06.350Z | Compiling num-conv v0.1.0 |
1180 | 2024-09-25T16:45:06.516Z | Compiling foreign-types v0.3.2 |
1181 | 2024-09-25T16:45:06.573Z | Compiling deranged v0.3.11 |
1182 | 2024-09-25T16:45:06.600Z | Compiling form_urlencoded v1.2.1 |
1183 | 2024-09-25T16:45:06.619Z | Compiling time-macros v0.2.18 |
1184 | 2024-09-25T16:45:06.883Z | Compiling aho-corasick v1.1.3 |
1185 | 2024-09-25T16:45:07.441Z | Compiling crossbeam-utils v0.8.19 |
1186 | 2024-09-25T16:45:07.537Z | Compiling native-tls v0.2.11 |
1187 | 2024-09-25T16:45:07.847Z | Compiling rustls v0.21.12 |
1188 | 2024-09-25T16:45:07.992Z | Compiling num_threads v0.1.7 |
1189 | 2024-09-25T16:45:08.033Z | Compiling regex-syntax v0.8.4 |
1190 | 2024-09-25T16:45:08.072Z | Compiling siphasher v0.3.11 |
1191 | 2024-09-25T16:45:08.103Z | Compiling syn v1.0.109 |
1192 | 2024-09-25T16:45:08.814Z | Compiling idna v0.5.0 |
1193 | 2024-09-25T16:45:09.578Z | Compiling time v0.3.36 |
1194 | 2024-09-25T16:45:09.672Z | Compiling cookie v0.17.0 |
1195 | 2024-09-25T16:45:09.803Z | Compiling slog v2.7.0 |
1196 | 2024-09-25T16:45:09.976Z | Compiling openssl-probe v0.1.5 |
1197 | 2024-09-25T16:45:10.297Z | Compiling finl_unicode v1.2.0 |
1198 | 2024-09-25T16:45:10.314Z | Compiling iana-time-zone v0.1.60 |
1199 | 2024-09-25T16:45:10.458Z | Compiling url v2.5.2 |
1200 | 2024-09-25T16:45:10.899Z | Compiling stringprep v0.1.4 |
1201 | 2024-09-25T16:45:11.839Z | Compiling regex-automata v0.4.6 |
1202 | 2024-09-25T16:45:12.299Z | Compiling num-integer v0.1.46 |
1203 | 2024-09-25T16:45:13.018Z | Compiling serde_derive v1.0.208 |
1204 | 2024-09-25T16:45:13.048Z | Compiling zeroize_derive v1.4.2 |
1205 | 2024-09-25T16:45:13.187Z | Compiling zerocopy-derive v0.7.34 |
1206 | 2024-09-25T16:45:14.296Z | Compiling tokio-macros v2.4.0 |
1207 | 2024-09-25T16:45:14.660Z | Compiling zeroize v1.8.1 |
1208 | 2024-09-25T16:45:14.680Z | Compiling futures-macro v0.3.30 |
1209 | 2024-09-25T16:45:15.364Z | Compiling zerocopy v0.7.34 |
1210 | 2024-09-25T16:45:15.877Z | Compiling der_derive v0.7.2 |
1211 | 2024-09-25T16:45:16.440Z | Compiling crypto-common v0.1.6 |
1212 | 2024-09-25T16:45:16.527Z | Compiling block-buffer v0.10.4 |
1213 | 2024-09-25T16:45:16.659Z | Compiling block-padding v0.3.3 |
1214 | 2024-09-25T16:45:16.678Z | Compiling futures-util v0.3.30 |
1215 | 2024-09-25T16:45:16.786Z | Compiling digest v0.10.7 |
1216 | 2024-09-25T16:45:16.944Z | Compiling inout v0.1.3 |
1217 | 2024-09-25T16:45:17.223Z | Compiling hmac v0.12.1 |
1218 | 2024-09-25T16:45:17.269Z | Compiling sha2 v0.10.8 |
1219 | 2024-09-25T16:45:17.476Z | Compiling hashbrown v0.14.5 |
1220 | 2024-09-25T16:45:17.531Z | Compiling cipher v0.4.4 |
1221 | 2024-09-25T16:45:18.068Z | Compiling thiserror-impl v1.0.63 |
1222 | 2024-09-25T16:45:18.382Z | Compiling der v0.7.9 |
1223 | 2024-09-25T16:45:18.874Z | Compiling salsa20 v0.10.2 |
1224 | 2024-09-25T16:45:19.104Z | Compiling pbkdf2 v0.12.2 |
1225 | 2024-09-25T16:45:19.272Z | Compiling tracing-attributes v0.1.27 |
1226 | 2024-09-25T16:45:20.968Z | Compiling spki v0.7.3 |
1227 | 2024-09-25T16:45:21.339Z | Compiling scrypt v0.11.0 |
1228 | 2024-09-25T16:45:21.413Z | Compiling thiserror v1.0.63 |
1229 | 2024-09-25T16:45:21.555Z | Compiling cbc v0.1.2 |
1230 | 2024-09-25T16:45:21.746Z | Compiling aes v0.8.4 |
1231 | 2024-09-25T16:45:21.778Z | Compiling pest v2.7.10 |
1232 | 2024-09-25T16:45:21.924Z | Compiling scroll_derive v0.12.0 |
1233 | 2024-09-25T16:45:22.786Z | Compiling pkcs5 v0.7.1 |
1234 | 2024-09-25T16:45:23.153Z | Compiling tracing v0.1.40 |
1235 | 2024-09-25T16:45:23.462Z | Compiling pkcs8 v0.10.2 |
1236 | 2024-09-25T16:45:23.652Z | Compiling scroll v0.12.0 |
1237 | 2024-09-25T16:45:24.193Z | Compiling goblin v0.8.2 |
1238 | 2024-09-25T16:45:24.214Z | Compiling openssl-macros v0.1.1 |
1239 | 2024-09-25T16:45:24.241Z | Compiling signature v2.2.0 |
1240 | 2024-09-25T16:45:24.518Z | Compiling pest_meta v2.7.10 |
1241 | 2024-09-25T16:45:24.557Z | Compiling md-5 v0.10.6 |
1242 | 2024-09-25T16:45:24.582Z | Compiling pin-project-internal v1.1.5 |
1243 | 2024-09-25T16:45:24.800Z | Compiling idna v0.3.0 |
1244 | 2024-09-25T16:45:24.819Z | Compiling backtrace v0.3.71 |
1245 | 2024-09-25T16:45:24.962Z | Compiling lazy_static v1.5.0 |
1246 | 2024-09-25T16:45:25.083Z | Compiling ff v0.13.0 |
1247 | 2024-09-25T16:45:25.282Z | Compiling hash32 v0.2.1 |
1248 | 2024-09-25T16:45:25.302Z | Compiling psl-types v2.0.11 |
1249 | 2024-09-25T16:45:25.486Z | Compiling fallible-iterator v0.2.0 |
1250 | 2024-09-25T16:45:25.655Z | Compiling gimli v0.28.1 |
1251 | 2024-09-25T16:45:26.175Z | Compiling pest_generator v2.7.10 |
1252 | 2024-09-25T16:45:26.436Z | Compiling rustls-webpki v0.101.7 |
1253 | 2024-09-25T16:45:27.387Z | Compiling bytes v1.7.2 |
1254 | 2024-09-25T16:45:27.810Z | Compiling indexmap v2.4.0 |
1255 | 2024-09-25T16:45:27.881Z | Compiling bitflags v2.6.0 |
1256 | 2024-09-25T16:45:28.322Z | Compiling tokio v1.39.3 |
1257 | 2024-09-25T16:45:28.385Z | Compiling semver v1.0.23 |
1258 | 2024-09-25T16:45:28.701Z | Compiling http v0.2.12 |
1259 | 2024-09-25T16:45:29.129Z | Compiling rustc_version v0.4.0 |
1260 | 2024-09-25T16:45:29.570Z | Compiling pest_derive v2.7.10 |
1261 | 2024-09-25T16:45:29.914Z | Compiling heapless v0.7.17 |
1262 | 2024-09-25T16:45:30.356Z | Compiling dof v0.3.0 |
1263 | 2024-09-25T16:45:30.375Z | Compiling dtrace-parser v0.2.0 |
1264 | 2024-09-25T16:45:30.735Z | Compiling http-body v0.4.6 |
1265 | 2024-09-25T16:45:31.216Z | Compiling http v1.1.0 |
1266 | 2024-09-25T16:45:31.367Z | Compiling uuid v1.10.0 |
1267 | 2024-09-25T16:45:32.628Z | Compiling sct v0.7.1 |
1268 | 2024-09-25T16:45:32.654Z | Compiling usdt-impl v0.5.0 |
1269 | 2024-09-25T16:45:32.982Z | Compiling curve25519-dalek v4.1.3 |
1270 | 2024-09-25T16:45:33.628Z | Compiling serde_tokenstream v0.2.2 |
1271 | 2024-09-25T16:45:33.718Z | Compiling chrono v0.4.38 |
1272 | 2024-09-25T16:45:34.234Z | Compiling toml_datetime v0.6.8 |
1273 | 2024-09-25T16:45:34.255Z | Compiling serde_spanned v0.6.7 |
1274 | 2024-09-25T16:45:34.485Z | Compiling stable_deref_trait v1.2.0 |
1275 | 2024-09-25T16:45:34.506Z | Compiling num-bigint-dig v0.8.4 |
1276 | 2024-09-25T16:45:34.592Z | Compiling adler v1.0.2 |
1277 | 2024-09-25T16:45:34.715Z | Compiling base64 v0.22.1 |
1278 | 2024-09-25T16:45:34.745Z | Compiling base16ct v0.2.0 |
1279 | 2024-09-25T16:45:34.788Z | Compiling smoltcp v0.9.1 |
1280 | 2024-09-25T16:45:34.824Z | Compiling atomic-waker v1.1.2 |
1281 | 2024-09-25T16:45:35.007Z | Compiling crc32fast v1.4.0 |
1282 | 2024-09-25T16:45:35.044Z | Compiling signal-hook v0.3.17 |
1283 | 2024-09-25T16:45:35.357Z | Compiling postgres-protocol v0.6.7 |
1284 | 2024-09-25T16:45:35.448Z | Compiling sec1 v0.7.3 |
1285 | 2024-09-25T16:45:35.597Z | Compiling miniz_oxide v0.7.2 |
1286 | 2024-09-25T16:45:36.153Z | Compiling terminal_size v0.3.0 |
1287 | 2024-09-25T16:45:36.354Z | Compiling http-body v1.0.0 |
1288 | 2024-09-25T16:45:36.423Z | Compiling tokio-util v0.7.11 |
1289 | 2024-09-25T16:45:36.589Z | Compiling tokio-rustls v0.24.1 |
1290 | 2024-09-25T16:45:36.662Z | Compiling addr2line v0.21.0 |
1291 | 2024-09-25T16:45:36.764Z | Compiling pin-project v1.1.5 |
1292 | 2024-09-25T16:45:36.897Z | Compiling publicsuffix v2.2.3 |
1293 | 2024-09-25T16:45:37.009Z | Compiling group v0.13.0 |
1294 | 2024-09-25T16:45:37.135Z | Compiling hubpack_derive v0.1.1 |
1295 | 2024-09-25T16:45:37.344Z | Compiling hkdf v0.12.4 |
1296 | 2024-09-25T16:45:37.422Z | Compiling h2 v0.3.26 |
1297 | 2024-09-25T16:45:37.599Z | Compiling h2 v0.4.6 |
1298 | 2024-09-25T16:45:37.787Z | Compiling tokio-native-tls v0.3.1 |
1299 | 2024-09-25T16:45:37.937Z | Compiling crypto-bigint v0.5.5 |
1300 | 2024-09-25T16:45:38.035Z | Compiling async-trait v0.1.82 |
1301 | 2024-09-25T16:45:38.055Z | Compiling zerocopy-derive v0.6.6 |
1302 | 2024-09-25T16:45:39.966Z | Compiling curve25519-dalek-derive v0.1.1 |
1303 | 2024-09-25T16:45:40.261Z | Compiling num-iter v0.1.45 |
1304 | 2024-09-25T16:45:41.567Z | Compiling phf_shared v0.11.2 |
1305 | 2024-09-25T16:45:41.639Z | Compiling serde_derive_internals v0.29.1 |
1306 | 2024-09-25T16:45:41.678Z | Compiling object v0.32.2 |
1307 | 2024-09-25T16:45:41.772Z | Compiling fs-err v2.11.0 |
1308 | 2024-09-25T16:45:41.945Z | Compiling ipnet v2.9.0 |
1309 | 2024-09-25T16:45:42.071Z | Compiling base64 v0.21.7 |
1310 | 2024-09-25T16:45:42.807Z | Compiling managed v0.8.0 |
1311 | 2024-09-25T16:45:43.155Z | Compiling anyhow v1.0.89 |
1312 | 2024-09-25T16:45:43.262Z | Compiling bitflags v1.3.2 |
1313 | 2024-09-25T16:45:43.362Z | Compiling either v1.13.0 |
1314 | 2024-09-25T16:45:43.515Z | Compiling adler2 v2.0.0 |
1315 | 2024-09-25T16:45:43.717Z | Compiling rustc-demangle v0.1.24 |
1316 | 2024-09-25T16:45:43.776Z | Compiling schemars v0.8.21 |
1317 | 2024-09-25T16:45:43.796Z | Compiling tower-layer v0.3.2 |
1318 | 2024-09-25T16:45:44.052Z | Compiling winnow v0.5.40 |
1319 | 2024-09-25T16:45:44.082Z | Compiling tower v0.4.13 |
1320 | 2024-09-25T16:45:44.126Z | Compiling hyper v0.14.30 |
1321 | 2024-09-25T16:45:44.328Z | Compiling schemars_derive v0.8.21 |
1322 | 2024-09-25T16:45:44.665Z | Compiling hyper v1.4.1 |
1323 | 2024-09-25T16:45:45.201Z | Compiling clap_builder v4.5.18 |
1324 | 2024-09-25T16:45:47.762Z | Compiling toml_edit v0.19.15 |
1325 | 2024-09-25T16:45:47.897Z | Compiling miniz_oxide v0.8.0 |
1326 | 2024-09-25T16:45:48.131Z | Compiling rustls-pemfile v1.0.4 |
1327 | 2024-09-25T16:45:48.900Z | Compiling phf v0.11.2 |
1328 | 2024-09-25T16:45:49.199Z | Compiling elliptic-curve v0.13.8 |
1329 | 2024-09-25T16:45:49.464Z | Compiling cookie_store v0.20.0 |
1330 | 2024-09-25T16:45:50.038Z | Compiling zerocopy v0.6.6 |
1331 | 2024-09-25T16:45:50.864Z | Compiling hubpack v0.1.2 |
1332 | 2024-09-25T16:45:51.014Z | Compiling hyper-tls v0.5.0 |
1333 | 2024-09-25T16:45:51.329Z | Compiling hyper-rustls v0.24.2 |
1334 | 2024-09-25T16:45:51.373Z | Compiling postgres-types v0.2.7 |
1335 | 2024-09-25T16:45:52.158Z | Compiling usdt-attr-macro v0.5.0 |
1336 | 2024-09-25T16:45:52.879Z | Compiling usdt-macro v0.5.0 |
1337 | 2024-09-25T16:45:53.007Z | Compiling serde_urlencoded v0.7.1 |
1338 | 2024-09-25T16:45:53.545Z | Compiling serde-big-array v0.5.1 |
1339 | 2024-09-25T16:45:53.780Z | Compiling ed25519 v2.2.3 |
1340 | 2024-09-25T16:45:53.846Z | Compiling pkcs1 v0.7.5 |
1341 | 2024-09-25T16:45:54.021Z | Compiling futures-executor v0.3.30 |
1342 | 2024-09-25T16:45:54.398Z | Compiling rfc6979 v0.4.0 |
1343 | 2024-09-25T16:45:54.540Z | Compiling bstr v1.9.1 |
1344 | 2024-09-25T16:45:54.591Z | Compiling regex v1.10.6 |
1345 | 2024-09-25T16:45:54.591Z | Compiling enum-as-inner v0.6.0 |
1346 | 2024-09-25T16:45:54.883Z | Compiling strum_macros v0.25.3 |
1347 | 2024-09-25T16:45:55.606Z | Compiling serde_repr v0.1.19 |
1348 | 2024-09-25T16:45:55.656Z | Compiling clap_derive v4.5.18 |
1349 | 2024-09-25T16:45:55.679Z | Compiling phf_shared v0.10.0 |
1350 | 2024-09-25T16:45:55.864Z | Compiling float-cmp v0.9.0 |
1351 | 2024-09-25T16:45:56.065Z | Compiling idna v0.4.0 |
1352 | 2024-09-25T16:45:56.104Z | Compiling mio v0.8.11 |
1353 | 2024-09-25T16:45:56.357Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-09-25T16:45:56.856Z | Compiling unicode-segmentation v1.11.0 |
1355 | 2024-09-25T16:45:57.037Z | Compiling mime v0.3.17 |
1356 | 2024-09-25T16:45:57.393Z | Compiling difflib v0.4.0 |
1357 | 2024-09-25T16:45:57.631Z | Compiling bit-vec v0.6.3 |
1358 | 2024-09-25T16:45:57.651Z | Compiling normalize-line-endings v0.3.0 |
1359 | 2024-09-25T16:45:57.692Z | Compiling whoami v1.5.1 |
1360 | 2024-09-25T16:45:57.770Z | Compiling dyn-clone v1.0.17 |
1361 | 2024-09-25T16:45:57.995Z | Compiling data-encoding v2.6.0 |
1362 | 2024-09-25T16:45:58.088Z | Compiling precomputed-hash v0.1.1 |
1363 | 2024-09-25T16:45:58.206Z | Compiling webpki-roots v0.25.4 |
1364 | 2024-09-25T16:45:58.347Z | Compiling new_debug_unreachable v1.0.6 |
1365 | 2024-09-25T16:45:58.382Z | Compiling static_assertions v1.1.0 |
1366 | 2024-09-25T16:45:58.449Z | Compiling predicates-core v1.0.6 |
1367 | 2024-09-25T16:45:58.486Z | Compiling fixedbitset v0.4.2 |
1368 | 2024-09-25T16:45:58.780Z | Compiling sync_wrapper v0.1.2 |
1369 | 2024-09-25T16:45:58.918Z | Compiling minimal-lexical v0.2.1 |
1370 | 2024-09-25T16:45:58.960Z | Compiling reqwest v0.11.27 |
1371 | 2024-09-25T16:45:58.963Z | Compiling petgraph v0.6.5 |
1372 | 2024-09-25T16:45:59.059Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1373 | 2024-09-25T16:45:59.442Z | Compiling nom v7.1.3 |
1374 | 2024-09-25T16:46:00.412Z | Compiling hickory-proto v0.24.1 |
1375 | 2024-09-25T16:46:00.659Z | Compiling clap v4.5.18 |
1376 | 2024-09-25T16:46:00.752Z | Compiling predicates v3.1.2 |
1377 | 2024-09-25T16:46:00.783Z | Compiling toml_edit v0.22.20 |
1378 | 2024-09-25T16:46:02.541Z | Compiling string_cache v0.8.7 |
1379 | 2024-09-25T16:46:03.013Z | Compiling tokio-postgres v0.7.11 |
1380 | 2024-09-25T16:46:03.032Z | Compiling bit-set v0.5.3 |
1381 | 2024-09-25T16:46:03.319Z | Compiling similar v2.6.0 |
1382 | 2024-09-25T16:46:04.693Z | Compiling console v0.15.8 |
1383 | 2024-09-25T16:46:05.733Z | Compiling signal-hook-mio v0.2.4 |
1384 | 2024-09-25T16:46:05.925Z | Compiling usdt v0.5.0 |
1385 | 2024-09-25T16:46:05.942Z | Compiling ecdsa v0.16.9 |
1386 | 2024-09-25T16:46:06.247Z | Compiling rsa v0.9.6 |
1387 | 2024-09-25T16:46:06.440Z | Compiling futures v0.3.30 |
1388 | 2024-09-25T16:46:06.567Z | Compiling ed25519-dalek v2.1.1 |
1389 | 2024-09-25T16:46:06.807Z | Compiling flate2 v1.0.33 |
1390 | 2024-09-25T16:46:06.844Z | Compiling toml v0.7.8 |
1391 | 2024-09-25T16:46:08.587Z | Compiling hyper-util v0.1.7 |
1392 | 2024-09-25T16:46:08.620Z | Compiling itertools v0.12.1 |
1393 | 2024-09-25T16:46:08.675Z | Compiling itertools v0.10.5 |
1394 | 2024-09-25T16:46:08.728Z | Compiling tokio-stream v0.1.15 |
1395 | 2024-09-25T16:46:09.145Z | Compiling openapiv3 v2.0.0 |
1396 | 2024-09-25T16:46:09.747Z | Compiling hex v0.4.3 |
1397 | 2024-09-25T16:46:10.382Z | Compiling x509-cert v0.2.5 |
1398 | 2024-09-25T16:46:10.868Z | Compiling sha1 v0.10.6 |
1399 | 2024-09-25T16:46:11.331Z | Compiling crossbeam-epoch v0.9.18 |
1400 | 2024-09-25T16:46:11.465Z | Compiling dirs-sys-next v0.1.2 |
1401 | 2024-09-25T16:46:11.583Z | Compiling peg-runtime v0.8.3 |
1402 | 2024-09-25T16:46:11.788Z | Compiling lalrpop-util v0.19.12 |
1403 | 2024-09-25T16:46:12.068Z | Compiling unicode-xid v0.2.4 |
1404 | 2024-09-25T16:46:12.137Z | Compiling dirs-next v2.0.0 |
1405 | 2024-09-25T16:46:12.157Z | Compiling thread_local v1.1.8 |
1406 | 2024-09-25T16:46:12.241Z | Compiling slog-async v2.8.0 |
1407 | 2024-09-25T16:46:12.250Z | Compiling xattr v1.3.1 |
1408 | 2024-09-25T16:46:12.337Z | Compiling term v0.7.0 |
1409 | 2024-09-25T16:46:12.527Z | Compiling strum_macros v0.26.4 |
1410 | 2024-09-25T16:46:12.677Z | Compiling crossbeam-channel v0.5.12 |
1411 | 2024-09-25T16:46:12.867Z | Compiling filetime v0.2.25 |
1412 | 2024-09-25T16:46:13.171Z | Compiling is-terminal v0.4.12 |
1413 | 2024-09-25T16:46:13.306Z | Compiling take_mut v0.2.2 |
1414 | 2024-09-25T16:46:13.494Z | Compiling slog-term v2.9.1 |
1415 | 2024-09-25T16:46:13.779Z | Compiling tar v0.4.41 |
1416 | 2024-09-25T16:46:13.864Z | Compiling camino v1.1.9 |
1417 | 2024-09-25T16:46:14.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1418 | 2024-09-25T16:46:15.773Z | Compiling strum v0.26.3 |
1419 | 2024-09-25T16:46:15.854Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1420 | 2024-09-25T16:46:21.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
1421 | 2024-09-25T16:46:21.323Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1422 | 2024-09-25T16:46:21.371Z | Sep 25 16:46:19.793 INFO Starting download, target: Clickhouse |
1423 | 2024-09-25T16:46:21.371Z | Sep 25 16:46:19.793 INFO Starting download, target: Console |
1424 | 2024-09-25T16:46:21.371Z | Sep 25 16:46:19.793 INFO Starting download, target: Cockroach |
1425 | 2024-09-25T16:46:21.371Z | Sep 25 16:46:19.793 INFO Starting download, target: DendriteOpenapi |
1426 | 2024-09-25T16:46:21.374Z | Sep 25 16:46:19.793 INFO Starting download, target: DendriteStub |
1427 | 2024-09-25T16:46:21.374Z | Sep 25 16:46:19.793 INFO Starting download, target: MaghemiteMgd |
1428 | 2024-09-25T16:46:21.375Z | Sep 25 16:46:19.793 INFO Starting download, target: TransceiverControl |
1429 | 2024-09-25T16:46:21.375Z | Sep 25 16:46:19.794 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1430 | 2024-09-25T16:46:21.375Z | Sep 25 16:46:19.794 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1431 | 2024-09-25T16:46:21.375Z | Sep 25 16:46:19.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1432 | 2024-09-25T16:46:21.375Z | Sep 25 16:46:19.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1433 | 2024-09-25T16:46:21.375Z | Sep 25 16:46:19.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1434 | 2024-09-25T16:46:21.375Z | Sep 25 16:46:19.794 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1435 | 2024-09-25T16:46:21.375Z | Sep 25 16:46:19.794 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1436 | 2024-09-25T16:46:21.539Z | Sep 25 16:46:19.953 INFO Download complete, target: DendriteOpenapi |
1437 | 2024-09-25T16:46:21.672Z | Sep 25 16:46:20.093 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1438 | 2024-09-25T16:46:21.915Z | Sep 25 16:46:20.335 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1439 | 2024-09-25T16:46:22.040Z | Sep 25 16:46:20.462 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1440 | 2024-09-25T16:46:22.079Z | Sep 25 16:46:20.500 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1441 | 2024-09-25T16:46:22.289Z | Sep 25 16:46:20.710 INFO Download complete, target: Console |
1442 | 2024-09-25T16:46:22.460Z | Sep 25 16:46:20.882 INFO Download complete, target: TransceiverControl |
1443 | 2024-09-25T16:46:22.511Z | Sep 25 16:46:20.933 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1444 | 2024-09-25T16:46:22.511Z | Sep 25 16:46:20.933 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1445 | 2024-09-25T16:46:23.353Z | Sep 25 16:46:21.774 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1446 | 2024-09-25T16:46:25.018Z | Sep 25 16:46:23.439 INFO Download complete, target: DendriteStub |
1447 | 2024-09-25T16:46:25.153Z | Sep 25 16:46:23.574 INFO Download complete, target: MaghemiteMgd |
1448 | 2024-09-25T16:46:30.632Z | Sep 25 16:46:29.052 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1449 | 2024-09-25T16:46:30.949Z | Sep 25 16:46:29.369 INFO Checking that binary works, target: Cockroach |
1450 | 2024-09-25T16:46:31.102Z | Sep 25 16:46:29.523 INFO Download complete, target: Cockroach |
1451 | 2024-09-25T16:46:36.893Z | Sep 25 16:46:35.313 INFO Checking that binary works, target: Clickhouse |
1452 | 2024-09-25T16:46:37.311Z | Sep 25 16:46:35.731 INFO Download complete, target: Clickhouse |
1453 | 2024-09-25T16:46:37.480Z | All builder prerequisites installed successfully, and PATH looks valid |
1454 | 2024-09-25T16:46:37.483Z | |
1455 | 2024-09-25T16:46:37.483Z | real 4:34.936569258 |
1456 | 2024-09-25T16:46:37.483Z | user 11:58.564530530 |
1457 | 2024-09-25T16:46:37.483Z | sys 2:31.584711629 |
1458 | 2024-09-25T16:46:37.483Z | trap 0.400110577 |
1459 | 2024-09-25T16:46:37.483Z | tflt 5.833741489 |
1460 | 2024-09-25T16:46:37.483Z | dflt 3.946406442 |
1461 | 2024-09-25T16:46:37.483Z | kflt 0.443836306 |
1462 | 2024-09-25T16:46:37.483Z | lock 24:17.712641780 |
1463 | 2024-09-25T16:46:37.483Z | slp 48:33.548206060 |
1464 | 2024-09-25T16:46:37.483Z | lat 42.492889501 |
1465 | 2024-09-25T16:46:37.483Z | stop 1:55.768081755 |
1466 | 2024-09-25T16:46:37.483Z | + banner clippy |
1467 | 2024-09-25T16:46:37.485Z | |
1468 | 2024-09-25T16:46:37.485Z | #### # # ##### ##### # # |
1469 | 2024-09-25T16:46:37.485Z | # # # # # # # # # # |
1470 | 2024-09-25T16:46:37.486Z | # # # # # # # # |
1471 | 2024-09-25T16:46:37.486Z | # # # ##### ##### # |
1472 | 2024-09-25T16:46:37.486Z | # # # # # # # |
1473 | 2024-09-25T16:46:37.486Z | #### ###### # # # # |
1474 | 2024-09-25T16:46:37.486Z | |
1475 | 2024-09-25T16:46:37.486Z | + export CARGO_INCREMENTAL=0 |
1476 | 2024-09-25T16:46:37.486Z | + CARGO_INCREMENTAL=0 |
1477 | 2024-09-25T16:46:37.486Z | + ptime -m cargo xtask clippy |
1478 | 2024-09-25T16:46:38.074Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1479 | 2024-09-25T16:46:41.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
1480 | 2024-09-25T16:46:42.015Z | Running `target/debug/xtask clippy` |
1481 | 2024-09-25T16:46:42.035Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1482 | 2024-09-25T16:46:42.764Z | Downloading crates ... |
1483 | 2024-09-25T16:46:43.063Z | Downloaded async-channel v2.3.1 |
1484 | 2024-09-25T16:46:43.070Z | Downloaded assert-json-diff v2.0.2 |
1485 | 2024-09-25T16:46:43.072Z | Downloaded async-lock v3.4.0 |
1486 | 2024-09-25T16:46:43.074Z | Downloaded async-attributes v1.1.2 |
1487 | 2024-09-25T16:46:43.076Z | Downloaded anes v0.1.6 |
1488 | 2024-09-25T16:46:43.079Z | Downloaded guppy-workspace-hack v0.1.0 |
1489 | 2024-09-25T16:46:43.081Z | Downloaded headers-core v0.3.0 |
1490 | 2024-09-25T16:46:43.089Z | Downloaded pathdiff v0.2.1 |
1491 | 2024-09-25T16:46:43.095Z | Downloaded plotters-svg v0.3.5 |
1492 | 2024-09-25T16:46:43.097Z | Downloaded nested v0.1.1 |
1493 | 2024-09-25T16:46:43.097Z | Downloaded escape8259 v0.5.2 |
1494 | 2024-09-25T16:46:43.100Z | Downloaded assert_cmd v2.0.16 |
1495 | 2024-09-25T16:46:43.100Z | Downloaded approx v0.5.1 |
1496 | 2024-09-25T16:46:43.104Z | Downloaded kv-log-macro v1.0.7 |
1497 | 2024-09-25T16:46:43.106Z | Downloaded datatest-stable v0.2.9 |
1498 | 2024-09-25T16:46:43.108Z | Downloaded async-global-executor v2.4.1 |
1499 | 2024-09-25T16:46:43.112Z | Downloaded threadpool v1.8.1 |
1500 | 2024-09-25T16:46:43.115Z | Downloaded async-channel v1.9.0 |
1501 | 2024-09-25T16:46:43.115Z | Downloaded oorandom v11.1.3 |
1502 | 2024-09-25T16:46:43.135Z | Downloaded similar-asserts v1.5.0 |
1503 | 2024-09-25T16:46:43.137Z | Downloaded doc-comment v0.3.3 |
1504 | 2024-09-25T16:46:43.140Z | Downloaded async-object-pool v0.1.5 |
1505 | 2024-09-25T16:46:43.144Z | Downloaded partial-io v0.5.4 |
1506 | 2024-09-25T16:46:43.146Z | Downloaded blake2b_simd v1.0.2 |
1507 | 2024-09-25T16:46:43.148Z | Downloaded hyper-rustls v0.26.0 |
1508 | 2024-09-25T16:46:43.152Z | Downloaded relative-path v1.9.3 |
1509 | 2024-09-25T16:46:43.155Z | Downloaded futures-timer v3.0.3 |
1510 | 2024-09-25T16:46:43.157Z | Downloaded async-process v2.2.4 |
1511 | 2024-09-25T16:46:43.157Z | Downloaded rustls-native-certs v0.7.0 |
1512 | 2024-09-25T16:46:43.160Z | Downloaded async-executor v1.13.1 |
1513 | 2024-09-25T16:46:43.162Z | Downloaded indoc v2.0.5 |
1514 | 2024-09-25T16:46:43.164Z | Downloaded event-listener-strategy v0.5.2 |
1515 | 2024-09-25T16:46:43.167Z | Downloaded http-body-util v0.1.2 |
1516 | 2024-09-25T16:46:43.167Z | Downloaded criterion-plot v0.5.0 |
1517 | 2024-09-25T16:46:43.169Z | Downloaded concurrent-queue v2.5.0 |
1518 | 2024-09-25T16:46:43.171Z | Downloaded cast v0.3.0 |
1519 | 2024-09-25T16:46:43.171Z | Downloaded serde_regex v1.1.0 |
1520 | 2024-09-25T16:46:43.174Z | Downloaded num_cpus v1.16.0 |
1521 | 2024-09-25T16:46:43.176Z | Downloaded event-listener v2.5.3 |
1522 | 2024-09-25T16:46:43.176Z | Downloaded parking v2.2.1 |
1523 | 2024-09-25T16:46:43.178Z | Downloaded blocking v1.6.1 |
1524 | 2024-09-25T16:46:43.178Z | Downloaded plotters-backend v0.3.5 |
1525 | 2024-09-25T16:46:43.181Z | Downloaded piper v0.2.4 |
1526 | 2024-09-25T16:46:43.181Z | Downloaded stringmetrics v2.2.2 |
1527 | 2024-09-25T16:46:43.183Z | Downloaded proc-macro-crate v3.1.0 |
1528 | 2024-09-25T16:46:43.185Z | Downloaded event-listener v5.3.1 |
1529 | 2024-09-25T16:46:43.188Z | Downloaded async-signal v0.2.10 |
1530 | 2024-09-25T16:46:43.188Z | Downloaded target-lexicon v0.12.16 |
1531 | 2024-09-25T16:46:43.190Z | Downloaded cfg-expr v0.16.0 |
1532 | 2024-09-25T16:46:43.192Z | Downloaded async-io v2.3.4 |
1533 | 2024-09-25T16:46:43.195Z | Downloaded path-tree v0.8.1 |
1534 | 2024-09-25T16:46:43.197Z | Downloaded libtest-mimic v0.7.3 |
1535 | 2024-09-25T16:46:43.200Z | Downloaded tinytemplate v1.2.1 |
1536 | 2024-09-25T16:46:43.200Z | Downloaded target-spec v3.2.1 |
1537 | 2024-09-25T16:46:43.202Z | Downloaded rust-argon2 v2.1.0 |
1538 | 2024-09-25T16:46:43.205Z | Downloaded httptest v0.15.5 |
1539 | 2024-09-25T16:46:43.207Z | Downloaded futures-lite v2.3.0 |
1540 | 2024-09-25T16:46:43.207Z | Downloaded rand_distr v0.4.3 |
1541 | 2024-09-25T16:46:43.211Z | Downloaded rstest_macros v0.22.0 |
1542 | 2024-09-25T16:46:43.214Z | Downloaded async-task v4.7.1 |
1543 | 2024-09-25T16:46:43.216Z | Downloaded trybuild v1.0.99 |
1544 | 2024-09-25T16:46:43.221Z | Downloaded rstest v0.22.0 |
1545 | 2024-09-25T16:46:43.226Z | Downloaded pretty_assertions v1.4.1 |
1546 | 2024-09-25T16:46:43.228Z | Downloaded yansi v1.0.1 |
1547 | 2024-09-25T16:46:43.230Z | Downloaded polling v3.7.3 |
1548 | 2024-09-25T16:46:43.233Z | Downloaded toml_edit v0.21.1 |
1549 | 2024-09-25T16:46:43.254Z | Downloaded fancy-regex v0.13.0 |
1550 | 2024-09-25T16:46:43.257Z | Downloaded headers v0.4.0 |
1551 | 2024-09-25T16:46:43.262Z | Downloaded criterion v0.5.1 |
1552 | 2024-09-25T16:46:43.272Z | Downloaded regex-automata v0.1.10 |
1553 | 2024-09-25T16:46:43.281Z | Downloaded plotters v0.3.5 |
1554 | 2024-09-25T16:46:43.290Z | Downloaded guppy v0.17.7 |
1555 | 2024-09-25T16:46:43.296Z | Downloaded bstr v0.2.17 |
1556 | 2024-09-25T16:46:43.305Z | Downloaded async-std v1.13.0 |
1557 | 2024-09-25T16:46:43.369Z | Downloaded httpmock v0.8.0-alpha.1 |
1558 | 2024-09-25T16:46:44.073Z | Checking cfg-if v1.0.0 |
1559 | 2024-09-25T16:46:44.143Z | Checking libc v0.2.158 |
1560 | 2024-09-25T16:46:44.161Z | Checking serde v1.0.208 |
1561 | 2024-09-25T16:46:44.175Z | Checking memchr v2.7.2 |
1562 | 2024-09-25T16:46:44.197Z | Checking value-bag v1.9.0 |
1563 | 2024-09-25T16:46:44.213Z | Checking scopeguard v1.2.0 |
1564 | 2024-09-25T16:46:44.233Z | Checking byteorder v1.5.0 |
1565 | 2024-09-25T16:46:44.235Z | Checking itoa v1.0.11 |
1566 | 2024-09-25T16:46:44.277Z | Checking smallvec v1.13.2 |
1567 | 2024-09-25T16:46:44.343Z | Checking lock_api v0.4.12 |
1568 | 2024-09-25T16:46:44.467Z | Checking pin-project-lite v0.2.14 |
1569 | 2024-09-25T16:46:44.601Z | Checking zeroize v1.8.1 |
1570 | 2024-09-25T16:46:44.630Z | Checking once_cell v1.19.0 |
1571 | 2024-09-25T16:46:44.632Z | Checking log v0.4.21 |
1572 | 2024-09-25T16:46:44.680Z | Checking typenum v1.17.0 |
1573 | 2024-09-25T16:46:44.761Z | Checking futures-core v0.3.30 |
1574 | 2024-09-25T16:46:44.869Z | Checking subtle v2.5.0 |
1575 | 2024-09-25T16:46:44.918Z | Checking thiserror v1.0.63 |
1576 | 2024-09-25T16:46:44.951Z | Checking spin v0.9.8 |
1577 | 2024-09-25T16:46:44.979Z | Checking libm v0.2.8 |
1578 | 2024-09-25T16:46:45.048Z | Checking ryu v1.0.18 |
1579 | 2024-09-25T16:46:45.146Z | Checking zerocopy v0.7.34 |
1580 | 2024-09-25T16:46:45.171Z | Checking futures-io v0.3.30 |
1581 | 2024-09-25T16:46:45.196Z | Checking getrandom v0.2.14 |
1582 | 2024-09-25T16:46:45.274Z | Checking signal-hook-registry v1.4.2 |
1583 | 2024-09-25T16:46:45.300Z | Checking parking_lot_core v0.9.10 |
1584 | 2024-09-25T16:46:45.351Z | Checking mio v1.0.2 |
1585 | 2024-09-25T16:46:45.446Z | Checking rand_core v0.6.4 |
1586 | 2024-09-25T16:46:45.532Z | Checking socket2 v0.5.7 |
1587 | 2024-09-25T16:46:45.624Z | Checking parking_lot v0.12.2 |
1588 | 2024-09-25T16:46:45.753Z | Checking slab v0.4.9 |
1589 | 2024-09-25T16:46:45.860Z | Checking num-traits v0.2.19 |
1590 | 2024-09-25T16:46:45.950Z | Checking const-oid v0.9.6 |
1591 | 2024-09-25T16:46:45.986Z | Checking futures-sink v0.3.30 |
1592 | 2024-09-25T16:46:46.016Z | Checking pin-utils v0.1.0 |
1593 | 2024-09-25T16:46:46.039Z | Checking generic-array v0.14.7 |
1594 | 2024-09-25T16:46:46.041Z | Checking cpufeatures v0.2.12 |
1595 | 2024-09-25T16:46:46.111Z | Checking allocator-api2 v0.2.18 |
1596 | 2024-09-25T16:46:46.144Z | Checking futures-channel v0.3.30 |
1597 | 2024-09-25T16:46:46.170Z | Checking futures-task v0.3.30 |
1598 | 2024-09-25T16:46:46.425Z | Checking fnv v1.0.7 |
1599 | 2024-09-25T16:46:46.498Z | Checking futures-util v0.3.30 |
1600 | 2024-09-25T16:46:46.539Z | Checking ahash v0.8.11 |
1601 | 2024-09-25T16:46:46.574Z | Checking equivalent v1.0.1 |
1602 | 2024-09-25T16:46:46.687Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1603 | 2024-09-25T16:46:46.771Z | Checking tracing-core v0.1.32 |
1604 | 2024-09-25T16:46:47.047Z | Checking iana-time-zone v0.1.60 |
1605 | 2024-09-25T16:46:47.091Z | Checking hashbrown v0.14.5 |
1606 | 2024-09-25T16:46:47.159Z | Checking crypto-common v0.1.6 |
1607 | 2024-09-25T16:46:47.201Z | Checking block-buffer v0.10.4 |
1608 | 2024-09-25T16:46:47.343Z | Checking errno v0.3.9 |
1609 | 2024-09-25T16:46:47.518Z | Checking ppv-lite86 v0.2.17 |
1610 | 2024-09-25T16:46:47.530Z | Checking tracing v0.1.40 |
1611 | 2024-09-25T16:46:47.530Z | Checking tinyvec_macros v0.1.1 |
1612 | 2024-09-25T16:46:47.536Z | Checking unicode-bidi v0.3.15 |
1613 | 2024-09-25T16:46:47.604Z | Checking tinyvec v1.6.0 |
1614 | 2024-09-25T16:46:47.737Z | Checking digest v0.10.7 |
1615 | 2024-09-25T16:46:47.784Z | Checking regex-syntax v0.8.4 |
1616 | 2024-09-25T16:46:48.087Z | Checking percent-encoding v2.3.1 |
1617 | 2024-09-25T16:46:48.113Z | Checking rand_chacha v0.3.1 |
1618 | 2024-09-25T16:46:48.166Z | Checking block-padding v0.3.3 |
1619 | 2024-09-25T16:46:48.270Z | Checking dyn-clone v1.0.17 |
1620 | 2024-09-25T16:46:48.297Z | Checking aho-corasick v1.1.3 |
1621 | 2024-09-25T16:46:48.403Z | Checking inout v0.1.3 |
1622 | 2024-09-25T16:46:48.427Z | Checking crossbeam-utils v0.8.19 |
1623 | 2024-09-25T16:46:48.509Z | Checking rand v0.8.5 |
1624 | 2024-09-25T16:46:48.639Z | Checking cipher v0.4.4 |
1625 | 2024-09-25T16:46:48.928Z | Checking unicode-normalization v0.1.23 |
1626 | 2024-09-25T16:46:49.061Z | Checking form_urlencoded v1.2.1 |
1627 | 2024-09-25T16:46:49.102Z | Checking bytes v1.7.2 |
1628 | 2024-09-25T16:46:49.105Z | Checking bitflags v2.6.0 |
1629 | 2024-09-25T16:46:49.259Z | Checking serde_json v1.0.125 |
1630 | 2024-09-25T16:46:49.396Z | Checking indexmap v2.4.0 |
1631 | 2024-09-25T16:46:49.723Z | Checking chrono v0.4.38 |
1632 | 2024-09-25T16:46:49.849Z | Checking rustix v0.38.34 |
1633 | 2024-09-25T16:46:49.884Z | Checking uuid v1.10.0 |
1634 | 2024-09-25T16:46:49.946Z | Checking tokio v1.39.3 |
1635 | 2024-09-25T16:46:50.480Z | Checking lazy_static v1.5.0 |
1636 | 2024-09-25T16:46:50.598Z | Checking httparse v1.8.0 |
1637 | 2024-09-25T16:46:50.623Z | Checking base64ct v1.6.0 |
1638 | 2024-09-25T16:46:50.883Z | Checking hmac v0.12.1 |
1639 | 2024-09-25T16:46:50.984Z | Checking unicode-ident v1.0.12 |
1640 | 2024-09-25T16:46:51.009Z | Checking regex-automata v0.4.6 |
1641 | 2024-09-25T16:46:51.036Z | Checking untrusted v0.9.0 |
1642 | 2024-09-25T16:46:51.100Z | Checking sha2 v0.10.8 |
1643 | 2024-09-25T16:46:51.155Z | Checking unicode-width v0.1.13 |
1644 | 2024-09-25T16:46:51.193Z | Checking ring v0.17.8 |
1645 | 2024-09-25T16:46:51.354Z | Checking powerfmt v0.2.0 |
1646 | 2024-09-25T16:46:51.450Z | Checking http v0.2.12 |
1647 | 2024-09-25T16:46:51.620Z | Checking deranged v0.3.11 |
1648 | 2024-09-25T16:46:51.643Z | Checking idna v0.5.0 |
1649 | 2024-09-25T16:46:51.750Z | Checking schemars v0.8.21 |
1650 | 2024-09-25T16:46:52.508Z | Checking num_threads v0.1.7 |
1651 | 2024-09-25T16:46:52.639Z | Checking num-conv v0.1.0 |
1652 | 2024-09-25T16:46:52.832Z | Checking time-core v0.1.2 |
1653 | 2024-09-25T16:46:52.878Z | Checking url v2.5.2 |
1654 | 2024-09-25T16:46:52.996Z | Checking proc-macro2 v1.0.86 |
1655 | 2024-09-25T16:46:53.022Z | Checking httpdate v1.0.3 |
1656 | 2024-09-25T16:46:53.274Z | Checking pem-rfc7468 v0.7.0 |
1657 | 2024-09-25T16:46:53.277Z | Checking time v0.3.36 |
1658 | 2024-09-25T16:46:53.277Z | Checking try-lock v0.2.5 |
1659 | 2024-09-25T16:46:53.452Z | Checking slog v2.7.0 |
1660 | 2024-09-25T16:46:53.475Z | Checking want v0.3.1 |
1661 | 2024-09-25T16:46:53.543Z | Checking tower-service v0.3.2 |
1662 | 2024-09-25T16:46:53.646Z | Checking quote v1.0.36 |
1663 | 2024-09-25T16:46:53.671Z | Checking gimli v0.28.1 |
1664 | 2024-09-25T16:46:53.673Z | Checking adler v1.0.2 |
1665 | 2024-09-25T16:46:53.673Z | Checking flagset v0.4.5 |
1666 | 2024-09-25T16:46:53.851Z | Checking miniz_oxide v0.7.2 |
1667 | 2024-09-25T16:46:53.899Z | Checking der v0.7.9 |
1668 | 2024-09-25T16:46:53.925Z | Checking futures-executor v0.3.30 |
1669 | 2024-09-25T16:46:53.983Z | Checking syn v2.0.74 |
1670 | 2024-09-25T16:46:54.153Z | Checking pbkdf2 v0.12.2 |
1671 | 2024-09-25T16:46:54.264Z | Checking aes v0.8.4 |
1672 | 2024-09-25T16:46:54.318Z | Checking object v0.32.2 |
1673 | 2024-09-25T16:46:55.190Z | Checking rustc-demangle v0.1.24 |
1674 | 2024-09-25T16:46:55.565Z | Checking regex v1.10.6 |
1675 | 2024-09-25T16:46:55.622Z | Checking futures v0.3.30 |
1676 | 2024-09-25T16:46:55.699Z | Checking spki v0.7.3 |
1677 | 2024-09-25T16:46:55.735Z | Checking cbc v0.1.2 |
1678 | 2024-09-25T16:46:55.760Z | Checking salsa20 v0.10.2 |
1679 | 2024-09-25T16:46:55.953Z | Checking mime v0.3.17 |
1680 | 2024-09-25T16:46:55.979Z | Checking base64 v0.21.7 |
1681 | 2024-09-25T16:46:56.003Z | Checking scrypt v0.11.0 |
1682 | 2024-09-25T16:46:56.186Z | Checking http-body v0.4.6 |
1683 | 2024-09-25T16:46:56.218Z | Checking pkcs5 v0.7.1 |
1684 | 2024-09-25T16:46:56.262Z | Checking http v1.1.0 |
1685 | 2024-09-25T16:46:56.437Z | Checking utf8parse v0.2.1 |
1686 | 2024-09-25T16:46:56.564Z | Checking serde_spanned v0.6.7 |
1687 | 2024-09-25T16:46:56.593Z | Checking toml_datetime v0.6.8 |
1688 | 2024-09-25T16:46:56.697Z | Checking pkcs8 v0.10.2 |
1689 | 2024-09-25T16:46:56.749Z | Checking ipnet v2.9.0 |
1690 | 2024-09-25T16:46:56.869Z | Checking data-encoding v2.6.0 |
1691 | 2024-09-25T16:46:56.897Z | Checking tokio-util v0.7.11 |
1692 | 2024-09-25T16:46:57.001Z | Checking sha1 v0.10.6 |
1693 | 2024-09-25T16:46:57.223Z | Checking openssl-probe v0.1.5 |
1694 | 2024-09-25T16:46:57.282Z | Checking anstyle v1.0.8 |
1695 | 2024-09-25T16:46:57.384Z | Checking foreign-types-shared v0.1.1 |
1696 | 2024-09-25T16:46:57.474Z | Checking addr2line v0.21.0 |
1697 | 2024-09-25T16:46:57.502Z | Checking foreign-types v0.3.2 |
1698 | 2024-09-25T16:46:57.550Z | Checking serde_urlencoded v0.7.1 |
1699 | 2024-09-25T16:46:57.596Z | Checking openssl-sys v0.9.103 |
1700 | 2024-09-25T16:46:57.622Z | Checking encoding_rs v0.8.34 |
1701 | 2024-09-25T16:46:57.624Z | Checking rustls-webpki v0.101.7 |
1702 | 2024-09-25T16:46:57.802Z | Checking h2 v0.3.26 |
1703 | 2024-09-25T16:46:57.969Z | Checking sct v0.7.1 |
1704 | 2024-09-25T16:46:57.994Z | Checking semver v1.0.23 |
1705 | 2024-09-25T16:46:58.179Z | Checking either v1.13.0 |
1706 | 2024-09-25T16:46:58.330Z | Checking rustls v0.21.12 |
1707 | 2024-09-25T16:46:58.428Z | Checking anstyle-parse v0.2.4 |
1708 | 2024-09-25T16:46:58.585Z | Checking scroll v0.12.0 |
1709 | 2024-09-25T16:46:58.720Z | Checking anstyle-query v1.0.3 |
1710 | 2024-09-25T16:46:58.860Z | Checking is_terminal_polyfill v1.70.0 |
1711 | 2024-09-25T16:46:58.888Z | Checking openssl v0.10.66 |
1712 | 2024-09-25T16:46:58.992Z | Checking atomic-waker v1.1.2 |
1713 | 2024-09-25T16:46:59.063Z | Checking colorchoice v1.0.1 |
1714 | 2024-09-25T16:46:59.129Z | Checking plain v0.2.3 |
1715 | 2024-09-25T16:46:59.205Z | Checking base64 v0.22.1 |
1716 | 2024-09-25T16:46:59.276Z | Checking ucd-trie v0.1.6 |
1717 | 2024-09-25T16:46:59.475Z | Checking pest v2.7.10 |
1718 | 2024-09-25T16:46:59.665Z | Checking goblin v0.8.2 |
1719 | 2024-09-25T16:46:59.920Z | Checking anstream v0.6.14 |
1720 | 2024-09-25T16:47:00.202Z | Checking terminal_size v0.3.0 |
1721 | 2024-09-25T16:47:00.301Z | Checking openapiv3 v2.0.0 |
1722 | 2024-09-25T16:47:00.368Z | Checking idna v0.3.0 |
1723 | 2024-09-25T16:47:00.414Z | Checking backtrace v0.3.71 |
1724 | 2024-09-25T16:47:00.980Z | Checking anyhow v1.0.89 |
1725 | 2024-09-25T16:47:01.230Z | Checking signature v2.2.0 |
1726 | 2024-09-25T16:47:01.336Z | Checking clap_lex v0.7.0 |
1727 | 2024-09-25T16:47:01.428Z | Checking bitflags v1.3.2 |
1728 | 2024-09-25T16:47:01.454Z | Checking tokio-rustls v0.24.1 |
1729 | 2024-09-25T16:47:01.539Z | Checking pretty-hex v0.4.1 |
1730 | 2024-09-25T16:47:01.585Z | Checking strsim v0.11.1 |
1731 | 2024-09-25T16:47:01.709Z | Checking psl-types v2.0.11 |
1732 | 2024-09-25T16:47:01.806Z | Checking rustls-pemfile v1.0.4 |
1733 | 2024-09-25T16:47:01.868Z | Checking clap_builder v4.5.18 |
1734 | 2024-09-25T16:47:01.893Z | Checking publicsuffix v2.2.3 |
1735 | 2024-09-25T16:47:01.977Z | Checking dtrace-parser v0.2.0 |
1736 | 2024-09-25T16:47:02.002Z | Checking cookie v0.17.0 |
1737 | 2024-09-25T16:47:02.121Z | Checking thread-id v4.2.1 |
1738 | 2024-09-25T16:47:02.245Z | Checking memmap v0.7.0 |
1739 | 2024-09-25T16:47:02.383Z | Checking cookie_store v0.20.0 |
1740 | 2024-09-25T16:47:02.453Z | Checking sync_wrapper v0.1.2 |
1741 | 2024-09-25T16:47:02.473Z | Checking base16ct v0.2.0 |
1742 | 2024-09-25T16:47:02.570Z | Checking webpki-roots v0.25.4 |
1743 | 2024-09-25T16:47:02.666Z | Checking sec1 v0.7.3 |
1744 | 2024-09-25T16:47:02.741Z | Checking num-integer v0.1.46 |
1745 | 2024-09-25T16:47:03.005Z | Checking ff v0.13.0 |
1746 | 2024-09-25T16:47:03.052Z | Checking winnow v0.6.18 |
1747 | 2024-09-25T16:47:03.216Z | Checking group v0.13.0 |
1748 | 2024-09-25T16:47:03.246Z | Checking hkdf v0.12.4 |
1749 | 2024-09-25T16:47:03.471Z | Checking crypto-bigint v0.5.5 |
1750 | 2024-09-25T16:47:03.496Z | Checking static_assertions v1.1.0 |
1751 | 2024-09-25T16:47:03.594Z | Checking stable_deref_trait v1.2.0 |
1752 | 2024-09-25T16:47:03.697Z | Checking num-iter v0.1.45 |
1753 | 2024-09-25T16:47:03.778Z | Checking hyper v0.14.30 |
1754 | 2024-09-25T16:47:03.828Z | Checking crc32fast v1.4.0 |
1755 | 2024-09-25T16:47:03.874Z | Checking unicode-segmentation v1.11.0 |
1756 | 2024-09-25T16:47:04.077Z | Checking rfc6979 v0.4.0 |
1757 | 2024-09-25T16:47:04.105Z | Checking native-tls v0.2.11 |
1758 | 2024-09-25T16:47:04.252Z | Checking crossbeam-epoch v0.9.18 |
1759 | 2024-09-25T16:47:04.418Z | Checking tokio-native-tls v0.3.1 |
1760 | 2024-09-25T16:47:04.511Z | Checking hex v0.4.3 |
1761 | 2024-09-25T16:47:04.668Z | Checking winnow v0.5.40 |
1762 | 2024-09-25T16:47:04.670Z | Checking managed v0.8.0 |
1763 | 2024-09-25T16:47:04.709Z | Checking dof v0.3.0 |
1764 | 2024-09-25T16:47:04.861Z | Checking clap v4.5.18 |
1765 | 2024-09-25T16:47:04.988Z | Checking adler2 v2.0.0 |
1766 | 2024-09-25T16:47:05.033Z | Checking num-bigint-dig v0.8.4 |
1767 | 2024-09-25T16:47:05.055Z | Checking pkcs1 v0.7.5 |
1768 | 2024-09-25T16:47:05.138Z | Checking miniz_oxide v0.8.0 |
1769 | 2024-09-25T16:47:05.344Z | Checking usdt-impl v0.5.0 |
1770 | 2024-09-25T16:47:05.449Z | Checking bstr v1.9.1 |
1771 | 2024-09-25T16:47:05.877Z | Checking usdt v0.5.0 |
1772 | 2024-09-25T16:47:05.909Z | Checking curve25519-dalek v4.1.3 |
1773 | 2024-09-25T16:47:05.962Z | Checking toml_edit v0.22.20 |
1774 | 2024-09-25T16:47:06.136Z | Checking zerocopy v0.6.6 |
1775 | 2024-09-25T16:47:06.221Z | Checking elliptic-curve v0.13.8 |
1776 | 2024-09-25T16:47:06.330Z | Checking signal-hook v0.3.17 |
1777 | 2024-09-25T16:47:06.676Z | Checking pin-project v1.1.5 |
1778 | 2024-09-25T16:47:06.811Z | Checking flate2 v1.0.33 |
1779 | 2024-09-25T16:47:06.857Z | Checking ed25519 v2.2.3 |
1780 | 2024-09-25T16:47:06.860Z | Checking ecdsa v0.16.9 |
1781 | 2024-09-25T16:47:07.134Z | Checking rsa v0.9.6 |
1782 | 2024-09-25T16:47:07.173Z | Checking mio v0.8.11 |
1783 | 2024-09-25T16:47:07.450Z | Checking siphasher v0.3.11 |
1784 | 2024-09-25T16:47:07.578Z | Checking itertools v0.10.5 |
1785 | 2024-09-25T16:47:07.657Z | Checking toml_edit v0.19.15 |
1786 | 2024-09-25T16:47:07.743Z | Checking ed25519-dalek v2.1.1 |
1787 | 2024-09-25T16:47:07.767Z | Checking http-body v1.0.0 |
1788 | 2024-09-25T16:47:07.799Z | Checking signal-hook-mio v0.2.4 |
1789 | 2024-09-25T16:47:07.962Z | Checking x509-cert v0.2.5 |
1790 | 2024-09-25T16:47:07.965Z | Checking idna v0.4.0 |
1791 | 2024-09-25T16:47:08.155Z | Checking hubpack v0.1.2 |
1792 | 2024-09-25T16:47:08.179Z | Checking bit-vec v0.6.3 |
1793 | 2024-09-25T16:47:08.482Z | Checking h2 v0.4.6 |
1794 | 2024-09-25T16:47:08.543Z | Checking bit-set v0.5.3 |
1795 | 2024-09-25T16:47:08.594Z | Checking itertools v0.12.1 |
1796 | 2024-09-25T16:47:08.809Z | Checking hash32 v0.2.1 |
1797 | 2024-09-25T16:47:08.867Z | Checking hickory-proto v0.24.1 |
1798 | 2024-09-25T16:47:09.144Z | Checking predicates-core v1.0.6 |
1799 | 2024-09-25T16:47:09.337Z | Checking finl_unicode v1.2.0 |
1800 | 2024-09-25T16:47:09.530Z | Checking tower-layer v0.3.2 |
1801 | 2024-09-25T16:47:09.731Z | Checking hyper-tls v0.5.0 |
1802 | 2024-09-25T16:47:09.774Z | Checking hyper-rustls v0.24.2 |
1803 | 2024-09-25T16:47:09.801Z | Checking tower v0.4.13 |
1804 | 2024-09-25T16:47:09.876Z | Checking stringprep v0.1.4 |
1805 | 2024-09-25T16:47:10.021Z | Checking heapless v0.7.17 |
1806 | 2024-09-25T16:47:10.024Z | Checking toml v0.7.8 |
1807 | 2024-09-25T16:47:10.065Z | Checking reqwest v0.11.27 |
1808 | 2024-09-25T16:47:10.149Z | Checking similar v2.6.0 |
1809 | 2024-09-25T16:47:10.564Z | Checking tokio-stream v0.1.15 |
1810 | 2024-09-25T16:47:10.801Z | Checking console v0.15.8 |
1811 | 2024-09-25T16:47:10.997Z | Checking md-5 v0.10.6 |
1812 | 2024-09-25T16:47:11.051Z | Checking float-cmp v0.9.0 |
1813 | 2024-09-25T16:47:11.168Z | Checking normalize-line-endings v0.3.0 |
1814 | 2024-09-25T16:47:11.228Z | Checking fixedbitset v0.4.2 |
1815 | 2024-09-25T16:47:11.251Z | Checking fallible-iterator v0.2.0 |
1816 | 2024-09-25T16:47:11.299Z | Checking difflib v0.4.0 |
1817 | 2024-09-25T16:47:11.379Z | Checking smoltcp v0.9.1 |
1818 | 2024-09-25T16:47:11.401Z | Checking phf_shared v0.10.0 |
1819 | 2024-09-25T16:47:11.483Z | Checking petgraph v0.6.5 |
1820 | 2024-09-25T16:47:11.614Z | Checking predicates v3.1.2 |
1821 | 2024-09-25T16:47:11.689Z | Checking phf_shared v0.11.2 |
1822 | 2024-09-25T16:47:11.714Z | Checking fs-err v2.11.0 |
1823 | 2024-09-25T16:47:11.847Z | Checking postgres-protocol v0.6.7 |
1824 | 2024-09-25T16:47:11.975Z | Checking serde-big-array v0.5.1 |
1825 | 2024-09-25T16:47:12.194Z | Checking precomputed-hash v0.1.1 |
1826 | 2024-09-25T16:47:12.255Z | Checking new_debug_unreachable v1.0.6 |
1827 | 2024-09-25T16:47:12.296Z | Checking minimal-lexical v0.2.1 |
1828 | 2024-09-25T16:47:12.322Z | Checking lalrpop-util v0.19.12 |
1829 | 2024-09-25T16:47:12.346Z | Checking string_cache v0.8.7 |
1830 | 2024-09-25T16:47:12.523Z | Checking postgres-types v0.2.7 |
1831 | 2024-09-25T16:47:12.613Z | Checking phf v0.11.2 |
1832 | 2024-09-25T16:47:12.637Z | Checking whoami v1.5.1 |
1833 | 2024-09-25T16:47:12.667Z | Checking nom v7.1.3 |
1834 | 2024-09-25T16:47:12.792Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1835 | 2024-09-25T16:47:12.869Z | Checking peg-runtime v0.8.3 |
1836 | 2024-09-25T16:47:13.041Z | Compiling regress v0.9.1 |
1837 | 2024-09-25T16:47:13.112Z | Checking camino v1.1.9 |
1838 | 2024-09-25T16:47:13.235Z | Checking tokio-postgres v0.7.11 |
1839 | 2024-09-25T16:47:13.521Z | Compiling getopts v0.2.21 |
1840 | 2024-09-25T16:47:13.684Z | Compiling unsafe-libyaml v0.2.11 |
1841 | 2024-09-25T16:47:14.465Z | Checking heck v0.5.0 |
1842 | 2024-09-25T16:47:14.664Z | Checking is-terminal v0.4.12 |
1843 | 2024-09-25T16:47:14.689Z | Checking hyper v1.4.1 |
1844 | 2024-09-25T16:47:14.790Z | Compiling ident_case v1.0.1 |
1845 | 2024-09-25T16:47:14.972Z | Compiling serde_yaml v0.9.34+deprecated |
1846 | 2024-09-25T16:47:15.445Z | Compiling darling_core v0.20.9 |
1847 | 2024-09-25T16:47:15.604Z | Compiling paste v1.0.15 |
1848 | 2024-09-25T16:47:16.237Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1849 | 2024-09-25T16:47:16.693Z | Checking hyper-util v0.1.7 |
1850 | 2024-09-25T16:47:16.892Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1851 | 2024-09-25T16:47:17.482Z | Compiling rustls v0.22.4 |
1852 | 2024-09-25T16:47:17.821Z | Checking dirs-sys-next v0.1.2 |
1853 | 2024-09-25T16:47:17.899Z | Checking fastrand v2.1.0 |
1854 | 2024-09-25T16:47:18.004Z | Checking dirs-next v2.0.0 |
1855 | 2024-09-25T16:47:18.147Z | Checking crossbeam-channel v0.5.12 |
1856 | 2024-09-25T16:47:18.173Z | Checking thread_local v1.1.8 |
1857 | 2024-09-25T16:47:18.205Z | Checking rustls-pki-types v1.7.0 |
1858 | 2024-09-25T16:47:18.471Z | Checking term v0.7.0 |
1859 | 2024-09-25T16:47:18.672Z | Compiling multer v3.1.0 |
1860 | 2024-09-25T16:47:18.743Z | Checking take_mut v0.2.2 |
1861 | 2024-09-25T16:47:18.896Z | Checking slog-term v2.9.1 |
1862 | 2024-09-25T16:47:18.919Z | Compiling async-stream-impl v0.3.5 |
1863 | 2024-09-25T16:47:18.922Z | Checking slog-async v2.8.0 |
1864 | 2024-09-25T16:47:19.063Z | Checking rustls-webpki v0.102.4 |
1865 | 2024-09-25T16:47:19.199Z | Checking match_cfg v0.1.0 |
1866 | 2024-09-25T16:47:19.246Z | Checking strum v0.26.3 |
1867 | 2024-09-25T16:47:19.305Z | Checking hostname v0.3.1 |
1868 | 2024-09-25T16:47:19.366Z | Checking toml v0.8.19 |
1869 | 2024-09-25T16:47:19.413Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1870 | 2024-09-25T16:47:19.444Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1871 | 2024-09-25T16:47:19.825Z | Checking rustls-pemfile v2.1.3 |
1872 | 2024-09-25T16:47:20.080Z | Checking debug-ignore v1.0.5 |
1873 | 2024-09-25T16:47:20.112Z | Checking slog-json v2.6.1 |
1874 | 2024-09-25T16:47:20.311Z | Checking async-stream v0.3.5 |
1875 | 2024-09-25T16:47:20.367Z | Checking slog-bunyan v2.5.0 |
1876 | 2024-09-25T16:47:20.493Z | Checking waitgroup v0.1.2 |
1877 | 2024-09-25T16:47:20.530Z | Checking serde_path_to_error v0.1.16 |
1878 | 2024-09-25T16:47:20.595Z | Checking hostname v0.4.0 |
1879 | 2024-09-25T16:47:20.623Z | Checking tempfile v3.10.1 |
1880 | 2024-09-25T16:47:20.647Z | Checking ipnetwork v0.20.0 |
1881 | 2024-09-25T16:47:20.742Z | Checking instant v0.1.12 |
1882 | 2024-09-25T16:47:20.871Z | Compiling structmeta-derive v0.3.0 |
1883 | 2024-09-25T16:47:21.001Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1884 | 2024-09-25T16:47:21.024Z | Checking quick-error v1.2.3 |
1885 | 2024-09-25T16:47:21.154Z | Checking newtype-uuid v1.1.0 |
1886 | 2024-09-25T16:47:21.180Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1887 | 2024-09-25T16:47:21.409Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1888 | 2024-09-25T16:47:21.723Z | Checking macaddr v1.0.1 |
1889 | 2024-09-25T16:47:21.773Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1890 | 2024-09-25T16:47:21.926Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1891 | 2024-09-25T16:47:21.962Z | Checking backoff v0.4.0 |
1892 | 2024-09-25T16:47:22.042Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1893 | 2024-09-25T16:47:22.205Z | Checking wait-timeout v0.2.0 |
1894 | 2024-09-25T16:47:22.269Z | Checking rand_xorshift v0.3.0 |
1895 | 2024-09-25T16:47:22.294Z | Compiling structmeta-derive v0.2.0 |
1896 | 2024-09-25T16:47:22.394Z | Checking rusty-fork v0.3.0 |
1897 | 2024-09-25T16:47:22.433Z | Compiling darling_macro v0.20.9 |
1898 | 2024-09-25T16:47:22.461Z | Checking unarray v0.1.4 |
1899 | 2024-09-25T16:47:22.625Z | Checking camino-tempfile v1.1.1 |
1900 | 2024-09-25T16:47:22.684Z | Checking proptest v1.5.0 |
1901 | 2024-09-25T16:47:22.916Z | Compiling proc-macro-error v1.0.4 |
1902 | 2024-09-25T16:47:23.442Z | Compiling darling v0.20.9 |
1903 | 2024-09-25T16:47:23.471Z | Checking tokio-rustls v0.25.0 |
1904 | 2024-09-25T16:47:23.574Z | Compiling serde_with_macros v3.9.0 |
1905 | 2024-09-25T16:47:23.603Z | Compiling proc-macro-crate v1.3.1 |
1906 | 2024-09-25T16:47:23.850Z | Compiling structmeta v0.3.0 |
1907 | 2024-09-25T16:47:23.874Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1908 | 2024-09-25T16:47:24.281Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1909 | 2024-09-25T16:47:24.304Z | Compiling parse-display-derive v0.10.0 |
1910 | 2024-09-25T16:47:24.603Z | Compiling foreign-types-macros v0.2.3 |
1911 | 2024-09-25T16:47:24.738Z | Compiling num_enum_derive v0.5.11 |
1912 | 2024-09-25T16:47:25.234Z | Compiling structmeta v0.2.0 |
1913 | 2024-09-25T16:47:25.680Z | Compiling test-strategy v0.3.1 |
1914 | 2024-09-25T16:47:25.892Z | Checking foreign-types-shared v0.3.1 |
1915 | 2024-09-25T16:47:26.018Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1916 | 2024-09-25T16:47:26.361Z | Checking foreign-types v0.5.0 |
1917 | 2024-09-25T16:47:26.571Z | Checking serde_with v3.9.0 |
1918 | 2024-09-25T16:47:26.809Z | Checking tabwriter v1.4.0 |
1919 | 2024-09-25T16:47:27.057Z | Checking cstr-argument v0.1.2 |
1920 | 2024-09-25T16:47:27.241Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1921 | 2024-09-25T16:47:27.372Z | Checking pretty-hex v0.2.1 |
1922 | 2024-09-25T16:47:27.397Z | Checking num_enum v0.5.11 |
1923 | 2024-09-25T16:47:27.535Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1924 | 2024-09-25T16:47:27.556Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1925 | 2024-09-25T16:47:27.712Z | Checking colored v2.1.0 |
1926 | 2024-09-25T16:47:27.830Z | Checking socket2 v0.4.10 |
1927 | 2024-09-25T16:47:27.854Z | Checking smf v0.2.3 |
1928 | 2024-09-25T16:47:28.017Z | Compiling heapless v0.8.0 |
1929 | 2024-09-25T16:47:28.231Z | Checking termtree v0.4.1 |
1930 | 2024-09-25T16:47:28.303Z | Checking hash32 v0.3.1 |
1931 | 2024-09-25T16:47:28.371Z | Compiling smoltcp v0.11.0 |
1932 | 2024-09-25T16:47:28.461Z | Checking predicates-tree v1.0.9 |
1933 | 2024-09-25T16:47:28.513Z | Compiling crucible-workspace-hack v0.1.0 |
1934 | 2024-09-25T16:47:28.615Z | Checking humantime v2.1.0 |
1935 | 2024-09-25T16:47:28.854Z | Checking cobs v0.2.3 |
1936 | 2024-09-25T16:47:28.901Z | Checking embedded-io v0.4.0 |
1937 | 2024-09-25T16:47:28.952Z | Checking parse-display v0.10.0 |
1938 | 2024-09-25T16:47:29.094Z | Checking postcard v1.0.8 |
1939 | 2024-09-25T16:47:29.145Z | Checking sigpipe v0.1.3 |
1940 | 2024-09-25T16:47:29.167Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1941 | 2024-09-25T16:47:29.188Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1942 | 2024-09-25T16:47:29.260Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1943 | 2024-09-25T16:47:29.328Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1944 | 2024-09-25T16:47:29.555Z | Compiling mockall_derive v0.13.0 |
1945 | 2024-09-25T16:47:29.602Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1946 | 2024-09-25T16:47:29.667Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1947 | 2024-09-25T16:47:29.880Z | Compiling zone_cfg_derive v0.3.0 |
1948 | 2024-09-25T16:47:29.926Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1949 | 2024-09-25T16:47:29.927Z | Compiling num-derive v0.4.2 |
1950 | 2024-09-25T16:47:30.134Z | Checking downcast v0.11.0 |
1951 | 2024-09-25T16:47:30.287Z | Checking fragile v2.0.0 |
1952 | 2024-09-25T16:47:30.332Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1953 | 2024-09-25T16:47:30.572Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1954 | 2024-09-25T16:47:30.688Z | Checking utf-8 v0.7.6 |
1955 | 2024-09-25T16:47:30.819Z | Checking atomicwrites v0.4.4 |
1956 | 2024-09-25T16:47:30.911Z | Checking tungstenite v0.21.0 |
1957 | 2024-09-25T16:47:31.033Z | Checking newline-converter v0.3.0 |
1958 | 2024-09-25T16:47:31.198Z | Compiling convert_case v0.4.0 |
1959 | 2024-09-25T16:47:31.393Z | Checking zone v0.3.0 |
1960 | 2024-09-25T16:47:31.472Z | Checking expectorate v1.1.0 |
1961 | 2024-09-25T16:47:31.636Z | Checking same-file v1.0.6 |
1962 | 2024-09-25T16:47:31.776Z | Checking tokio-tungstenite v0.21.0 |
1963 | 2024-09-25T16:47:31.802Z | Checking walkdir v2.5.0 |
1964 | 2024-09-25T16:47:32.075Z | Checking arc-swap v1.7.1 |
1965 | 2024-09-25T16:47:32.150Z | Checking xattr v1.3.1 |
1966 | 2024-09-25T16:47:32.219Z | Checking filetime v0.2.25 |
1967 | 2024-09-25T16:47:32.243Z | Compiling derive_more v0.99.18 |
1968 | 2024-09-25T16:47:32.322Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
1969 | 2024-09-25T16:47:32.345Z | Checking termcolor v1.4.1 |
1970 | 2024-09-25T16:47:32.423Z | Checking tar v0.4.41 |
1971 | 2024-09-25T16:47:32.481Z | Checking slog-scope v4.4.0 |
1972 | 2024-09-25T16:47:32.687Z | Checking slog-stdlog v4.1.1 |
1973 | 2024-09-25T16:47:32.759Z | Checking swrite v0.1.0 |
1974 | 2024-09-25T16:47:32.783Z | Compiling cancel-safe-futures v0.1.5 |
1975 | 2024-09-25T16:47:32.831Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1976 | 2024-09-25T16:47:32.864Z | Checking slog-envlogger v2.2.0 |
1977 | 2024-09-25T16:47:32.885Z | Compiling derive-where v1.2.7 |
1978 | 2024-09-25T16:47:33.095Z | Checking libsw v3.3.1 |
1979 | 2024-09-25T16:47:33.187Z | Checking linear-map v1.2.0 |
1980 | 2024-09-25T16:47:33.414Z | Checking indent_write v2.2.0 |
1981 | 2024-09-25T16:47:33.537Z | Checking owo-colors v4.0.0 |
1982 | 2024-09-25T16:47:33.621Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1983 | 2024-09-25T16:47:33.623Z | Checking password-hash v0.5.0 |
1984 | 2024-09-25T16:47:33.975Z | Checking blake2 v0.10.6 |
1985 | 2024-09-25T16:47:34.107Z | Checking num-rational v0.4.2 |
1986 | 2024-09-25T16:47:34.279Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1987 | 2024-09-25T16:47:34.445Z | Checking argon2 v0.5.3 |
1988 | 2024-09-25T16:47:34.780Z | Checking num-complex v0.4.6 |
1989 | 2024-09-25T16:47:35.138Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1990 | 2024-09-25T16:47:35.186Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1991 | 2024-09-25T16:47:35.427Z | Checking atty v0.2.14 |
1992 | 2024-09-25T16:47:35.478Z | Checking float-ord v0.3.2 |
1993 | 2024-09-25T16:47:35.554Z | Checking pem v3.0.4 |
1994 | 2024-09-25T16:47:35.625Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1995 | 2024-09-25T16:47:35.709Z | Checking num v0.4.3 |
1996 | 2024-09-25T16:47:36.024Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1997 | 2024-09-25T16:47:36.304Z | Checking tungstenite v0.20.1 |
1998 | 2024-09-25T16:47:36.326Z | Checking env_logger v0.9.3 |
1999 | 2024-09-25T16:47:36.516Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2000 | 2024-09-25T16:47:36.760Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2001 | 2024-09-25T16:47:37.071Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2002 | 2024-09-25T16:47:37.096Z | Checking tokio-tungstenite v0.20.1 |
2003 | 2024-09-25T16:47:37.201Z | Compiling bitstruct_derive v0.1.0 |
2004 | 2024-09-25T16:47:37.221Z | Checking ascii v1.1.0 |
2005 | 2024-09-25T16:47:37.534Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2006 | 2024-09-25T16:47:37.556Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2007 | 2024-09-25T16:47:37.636Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2008 | 2024-09-25T16:47:37.691Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2009 | 2024-09-25T16:47:37.790Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2010 | 2024-09-25T16:47:37.915Z | Checking mockall v0.13.0 |
2011 | 2024-09-25T16:47:37.973Z | Checking erased-serde v0.3.31 |
2012 | 2024-09-25T16:47:38.064Z | Checking serde_arrays v0.1.0 |
2013 | 2024-09-25T16:47:38.153Z | Compiling heck v0.3.3 |
2014 | 2024-09-25T16:47:38.211Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2015 | 2024-09-25T16:47:38.575Z | Checking yasna v0.5.2 |
2016 | 2024-09-25T16:47:38.578Z | Checking headers-core v0.2.0 |
2017 | 2024-09-25T16:47:38.619Z | Checking bitstruct v0.1.1 |
2018 | 2024-09-25T16:47:38.648Z | Compiling zone_cfg_derive v0.1.2 |
2019 | 2024-09-25T16:47:38.730Z | Checking base64 v0.13.1 |
2020 | 2024-09-25T16:47:38.753Z | Checking headers v0.3.9 |
2021 | 2024-09-25T16:47:39.027Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2022 | 2024-09-25T16:47:39.149Z | Checking ron v0.7.1 |
2023 | 2024-09-25T16:47:39.458Z | Checking rcgen v0.12.1 |
2024 | 2024-09-25T16:47:39.557Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2025 | 2024-09-25T16:47:39.717Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2026 | 2024-09-25T16:47:40.118Z | Checking portpicker v0.1.1 |
2027 | 2024-09-25T16:47:40.148Z | Checking zone v0.1.8 |
2028 | 2024-09-25T16:47:40.267Z | Checking subprocess v0.2.9 |
2029 | 2024-09-25T16:47:40.270Z | Checking half v2.4.1 |
2030 | 2024-09-25T16:47:40.743Z | Checking ciborium-io v0.2.2 |
2031 | 2024-09-25T16:47:40.778Z | Checking highway v1.2.0 |
2032 | 2024-09-25T16:47:40.780Z | Compiling prettyplease v0.2.20 |
2033 | 2024-09-25T16:47:40.861Z | Checking ciborium-ll v0.2.2 |
2034 | 2024-09-25T16:47:40.960Z | Compiling semver v0.1.20 |
2035 | 2024-09-25T16:47:41.102Z | Compiling cookie v0.18.1 |
2036 | 2024-09-25T16:47:41.179Z | Checking ciborium v0.2.2 |
2037 | 2024-09-25T16:47:41.214Z | Compiling rayon-core v1.12.1 |
2038 | 2024-09-25T16:47:41.419Z | Compiling rustc_version v0.1.7 |
2039 | 2024-09-25T16:47:41.721Z | Checking linked-hash-map v0.5.6 |
2040 | 2024-09-25T16:47:41.864Z | Checking resolv-conf v0.7.0 |
2041 | 2024-09-25T16:47:41.912Z | Compiling newtype_derive v0.1.6 |
2042 | 2024-09-25T16:47:42.060Z | Checking lru-cache v0.1.2 |
2043 | 2024-09-25T16:47:42.199Z | Compiling home v0.5.9 |
2044 | 2024-09-25T16:47:42.246Z | Checking hickory-resolver v0.24.1 |
2045 | 2024-09-25T16:47:42.412Z | Checking steno v0.4.1 |
2046 | 2024-09-25T16:47:44.047Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2047 | 2024-09-25T16:47:46.567Z | Compiling slog-dtrace v0.3.0 |
2048 | 2024-09-25T16:47:46.708Z | Checking display-error-chain v0.2.1 |
2049 | 2024-09-25T16:47:46.853Z | Compiling blake3 v1.5.1 |
2050 | 2024-09-25T16:47:47.228Z | Compiling ring v0.16.20 |
2051 | 2024-09-25T16:47:47.359Z | Checking keccak v0.1.5 |
2052 | 2024-09-25T16:47:47.641Z | Checking sha3 v0.10.8 |
2053 | 2024-09-25T16:47:47.661Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2054 | 2024-09-25T16:47:47.809Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2055 | 2024-09-25T16:47:47.948Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2056 | 2024-09-25T16:47:48.023Z | Checking itertools v0.13.0 |
2057 | 2024-09-25T16:47:48.103Z | Checking universal-hash v0.5.1 |
2058 | 2024-09-25T16:47:48.311Z | Checking secrecy v0.8.0 |
2059 | 2024-09-25T16:47:48.440Z | Checking opaque-debug v0.3.1 |
2060 | 2024-09-25T16:47:48.542Z | Checking aead v0.5.2 |
2061 | 2024-09-25T16:47:48.545Z | Checking poly1305 v0.8.0 |
2062 | 2024-09-25T16:47:48.766Z | Checking chacha20 v0.9.1 |
2063 | 2024-09-25T16:47:49.036Z | Compiling crossbeam-deque v0.8.5 |
2064 | 2024-09-25T16:47:50.227Z | Compiling rayon v1.10.0 |
2065 | 2024-09-25T16:47:50.412Z | Checking gethostname v0.5.0 |
2066 | 2024-09-25T16:47:50.550Z | Compiling memmap2 v0.9.4 |
2067 | 2024-09-25T16:47:50.699Z | Compiling spin v0.5.2 |
2068 | 2024-09-25T16:47:50.938Z | Compiling untrusted v0.7.1 |
2069 | 2024-09-25T16:47:50.958Z | Compiling arrayvec v0.7.4 |
2070 | 2024-09-25T16:47:51.018Z | Compiling arrayref v0.3.7 |
2071 | 2024-09-25T16:47:51.126Z | Compiling constant_time_eq v0.3.0 |
2072 | 2024-09-25T16:47:51.170Z | Compiling toolchain_find v0.4.0 |
2073 | 2024-09-25T16:47:51.372Z | Compiling thiserror-impl-no-std v2.0.2 |
2074 | 2024-09-25T16:47:51.779Z | Compiling topological-sort v0.2.2 |
2075 | 2024-09-25T16:47:51.826Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2076 | 2024-09-25T16:47:51.990Z | Compiling rustfmt-wrapper v0.2.1 |
2077 | 2024-09-25T16:47:52.171Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2078 | 2024-09-25T16:47:52.583Z | Checking chacha20poly1305 v0.10.1 |
2079 | 2024-09-25T16:47:52.750Z | Checking nibble_vec v0.1.0 |
2080 | 2024-09-25T16:47:52.773Z | Checking endian-type v0.1.2 |
2081 | 2024-09-25T16:47:52.957Z | Checking fxhash v0.2.1 |
2082 | 2024-09-25T16:47:52.996Z | Checking radix_trie v0.2.1 |
2083 | 2024-09-25T16:47:53.150Z | Checking maplit v1.0.2 |
2084 | 2024-09-25T16:47:53.270Z | Compiling radium v0.7.0 |
2085 | 2024-09-25T16:47:53.449Z | Checking tap v1.0.1 |
2086 | 2024-09-25T16:47:53.629Z | Compiling maybe-uninit v2.0.0 |
2087 | 2024-09-25T16:47:53.648Z | Checking wyz v0.5.1 |
2088 | 2024-09-25T16:47:54.019Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2089 | 2024-09-25T16:47:54.209Z | Checking funty v2.0.0 |
2090 | 2024-09-25T16:47:54.239Z | Compiling packed_struct v0.10.1 |
2091 | 2024-09-25T16:47:54.697Z | Checking thiserror-no-std v2.0.2 |
2092 | 2024-09-25T16:47:54.724Z | Checking crc-catalog v2.4.0 |
2093 | 2024-09-25T16:47:54.820Z | Checking vsss-rs v3.3.4 |
2094 | 2024-09-25T16:47:54.872Z | Checking crc v3.2.1 |
2095 | 2024-09-25T16:47:54.995Z | Checking kstat-rs v0.2.4 |
2096 | 2024-09-25T16:47:55.180Z | Compiling omicron-zone-package v0.11.0 |
2097 | 2024-09-25T16:47:55.307Z | Checking bitvec v1.0.1 |
2098 | 2024-09-25T16:47:55.329Z | Compiling packed_struct_codegen v0.10.1 |
2099 | 2024-09-25T16:47:55.672Z | Compiling indexmap v1.9.3 |
2100 | 2024-09-25T16:47:55.949Z | Compiling libefi-sys v0.1.0 |
2101 | 2024-09-25T16:47:56.213Z | Checking nodrop v0.1.14 |
2102 | 2024-09-25T16:47:56.341Z | Checking array-init v0.0.4 |
2103 | 2024-09-25T16:47:56.441Z | Checking smallvec v0.6.14 |
2104 | 2024-09-25T16:47:56.851Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2105 | 2024-09-25T16:47:57.138Z | Compiling async-recursion v1.1.1 |
2106 | 2024-09-25T16:47:57.247Z | Compiling bitfield-struct v0.6.1 |
2107 | 2024-09-25T16:47:57.378Z | Checking bitfield v0.14.0 |
2108 | 2024-09-25T16:47:57.662Z | Checking hashbrown v0.12.3 |
2109 | 2024-09-25T16:47:58.036Z | Checking serde-hex v0.1.0 |
2110 | 2024-09-25T16:47:58.404Z | Checking bzip2 v0.4.4 |
2111 | 2024-09-25T16:47:58.710Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2112 | 2024-09-25T16:47:58.775Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2113 | 2024-09-25T16:47:59.030Z | Checking env_logger v0.10.2 |
2114 | 2024-09-25T16:47:59.119Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2115 | 2024-09-25T16:47:59.316Z | Checking ron v0.8.1 |
2116 | 2024-09-25T16:47:59.421Z | Checking hashbrown v0.13.2 |
2117 | 2024-09-25T16:47:59.424Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-09-25T16:47:59.460Z | Checking crc-any v2.5.0 |
2119 | 2024-09-25T16:47:59.566Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2024-09-25T16:48:00.060Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2121 | 2024-09-25T16:48:00.088Z | Checking zip v0.6.6 |
2122 | 2024-09-25T16:48:00.327Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2123 | 2024-09-25T16:48:00.457Z | Checking object v0.30.4 |
2124 | 2024-09-25T16:48:00.542Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2125 | 2024-09-25T16:48:00.798Z | Compiling parking_lot_core v0.8.6 |
2126 | 2024-09-25T16:48:00.816Z | Checking path-slash v0.1.5 |
2127 | 2024-09-25T16:48:00.969Z | Checking glob v0.3.1 |
2128 | 2024-09-25T16:48:01.155Z | Checking hickory-client v0.24.1 |
2129 | 2024-09-25T16:48:01.289Z | Checking hickory-server v0.24.1 |
2130 | 2024-09-25T16:48:01.476Z | Checking crossterm v0.28.1 |
2131 | 2024-09-25T16:48:01.671Z | Checking parking_lot v0.11.2 |
2132 | 2024-09-25T16:48:01.755Z | Checking primeorder v0.13.6 |
2133 | 2024-09-25T16:48:01.823Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2134 | 2024-09-25T16:48:01.967Z | Compiling unicase v2.7.0 |
2135 | 2024-09-25T16:48:02.015Z | Checking sled v0.34.7 |
2136 | 2024-09-25T16:48:02.250Z | Compiling buf-list v1.0.3 |
2137 | 2024-09-25T16:48:02.994Z | Checking nanorand v0.7.0 |
2138 | 2024-09-25T16:48:03.296Z | Compiling vte_generate_state_changes v0.1.1 |
2139 | 2024-09-25T16:48:03.396Z | Checking flume v0.11.0 |
2140 | 2024-09-25T16:48:03.494Z | Compiling salty v0.3.0 |
2141 | 2024-09-25T16:48:03.990Z | Checking vte v0.11.1 |
2142 | 2024-09-25T16:48:03.993Z | Checking p384 v0.13.0 |
2143 | 2024-09-25T16:48:04.028Z | Checking fd-lock v4.0.2 |
2144 | 2024-09-25T16:48:04.208Z | Compiling rustls v0.23.10 |
2145 | 2024-09-25T16:48:04.260Z | Compiling mime_guess v2.0.4 |
2146 | 2024-09-25T16:48:04.839Z | Checking crossterm v0.27.0 |
2147 | 2024-09-25T16:48:05.089Z | Checking env_filter v0.1.2 |
2148 | 2024-09-25T16:48:05.113Z | Checking nu-ansi-term v0.50.0 |
2149 | 2024-09-25T16:48:05.321Z | Checking strip-ansi-escapes v0.2.0 |
2150 | 2024-09-25T16:48:05.344Z | Checking env_logger v0.11.5 |
2151 | 2024-09-25T16:48:05.470Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2152 | 2024-09-25T16:48:05.679Z | Compiling dsl_auto_type v0.1.2 |
2153 | 2024-09-25T16:48:05.839Z | Checking scheduled-thread-pool v0.2.7 |
2154 | 2024-09-25T16:48:06.070Z | Compiling diesel_table_macro_syntax v0.2.0 |
2155 | 2024-09-25T16:48:06.091Z | Compiling crunchy v0.2.2 |
2156 | 2024-09-25T16:48:06.120Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2157 | 2024-09-25T16:48:06.335Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2158 | 2024-09-25T16:48:06.391Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2159 | 2024-09-25T16:48:06.574Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2160 | 2024-09-25T16:48:06.615Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2161 | 2024-09-25T16:48:07.352Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2162 | 2024-09-25T16:48:07.804Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2163 | 2024-09-25T16:48:10.070Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2164 | 2024-09-25T16:48:10.707Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2165 | 2024-09-25T16:48:11.132Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2166 | 2024-09-25T16:48:11.190Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2167 | 2024-09-25T16:48:12.646Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2168 | 2024-09-25T16:48:12.768Z | Checking reedline v0.33.0 |
2169 | 2024-09-25T16:48:12.807Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2170 | 2024-09-25T16:48:12.882Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2171 | 2024-09-25T16:48:13.142Z | Checking tokio-rustls v0.26.0 |
2172 | 2024-09-25T16:48:13.547Z | Compiling diesel_derives v2.2.2 |
2173 | 2024-09-25T16:48:13.772Z | Checking r2d2 v0.8.10 |
2174 | 2024-09-25T16:48:14.109Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2175 | 2024-09-25T16:48:14.614Z | Compiling clang-sys v1.7.0 |
2176 | 2024-09-25T16:48:15.179Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2177 | 2024-09-25T16:48:15.343Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2178 | 2024-09-25T16:48:15.369Z | Compiling tiny-keccak v2.0.2 |
2179 | 2024-09-25T16:48:15.417Z | Checking http-range v0.1.5 |
2180 | 2024-09-25T16:48:15.591Z | Checking hyper-staticfile v0.9.5 |
2181 | 2024-09-25T16:48:15.630Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2182 | 2024-09-25T16:48:16.137Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2183 | 2024-09-25T16:48:16.385Z | Compiling ref-cast v1.0.23 |
2184 | 2024-09-25T16:48:16.415Z | Checking bytecount v0.6.8 |
2185 | 2024-09-25T16:48:16.585Z | Checking papergrid v0.11.0 |
2186 | 2024-09-25T16:48:17.656Z | Compiling ascii-canvas v3.0.0 |
2187 | 2024-09-25T16:48:18.002Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2188 | 2024-09-25T16:48:18.270Z | Compiling tabled_derive v0.7.0 |
2189 | 2024-09-25T16:48:18.330Z | Compiling ena v0.14.3 |
2190 | 2024-09-25T16:48:18.762Z | Compiling ref-cast-impl v1.0.23 |
2191 | 2024-09-25T16:48:19.907Z | Compiling libloading v0.8.3 |
2192 | 2024-09-25T16:48:19.964Z | Compiling regex-syntax v0.6.29 |
2193 | 2024-09-25T16:48:20.314Z | Compiling cfg_aliases v0.1.1 |
2194 | 2024-09-25T16:48:20.426Z | Compiling diff v0.1.13 |
2195 | 2024-09-25T16:48:20.463Z | Compiling bindgen v0.69.4 |
2196 | 2024-09-25T16:48:20.788Z | Checking tabled v0.15.0 |
2197 | 2024-09-25T16:48:21.071Z | Compiling nix v0.28.0 |
2198 | 2024-09-25T16:48:22.058Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2199 | 2024-09-25T16:48:23.768Z | Compiling lalrpop v0.19.12 |
2200 | 2024-09-25T16:48:25.817Z | Compiling which v4.4.2 |
2201 | 2024-09-25T16:48:26.210Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2202 | 2024-09-25T16:48:26.333Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2203 | 2024-09-25T16:48:26.466Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2204 | 2024-09-25T16:48:29.767Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2205 | 2024-09-25T16:48:31.379Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2206 | 2024-09-25T16:48:31.831Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2207 | 2024-09-25T16:48:33.286Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2208 | 2024-09-25T16:48:33.413Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2209 | 2024-09-25T16:48:33.594Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2210 | 2024-09-25T16:48:33.977Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2211 | 2024-09-25T16:48:34.146Z | Checking diesel v2.2.4 |
2212 | 2024-09-25T16:48:34.312Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2213 | 2024-09-25T16:48:34.534Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2214 | 2024-09-25T16:48:34.974Z | Compiling cexpr v0.6.0 |
2215 | 2024-09-25T16:48:35.809Z | Compiling rustc-hash v1.1.0 |
2216 | 2024-09-25T16:48:35.982Z | Compiling shlex v1.3.0 |
2217 | 2024-09-25T16:48:36.415Z | Compiling lazycell v1.3.0 |
2218 | 2024-09-25T16:48:36.819Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2219 | 2024-09-25T16:48:37.359Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2220 | 2024-09-25T16:48:37.680Z | Compiling derive_builder_core v0.20.0 |
2221 | 2024-09-25T16:48:38.179Z | Checking signal-hook-tokio v0.3.1 |
2222 | 2024-09-25T16:48:38.390Z | Compiling libxml v0.3.3 |
2223 | 2024-09-25T16:48:38.854Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2224 | 2024-09-25T16:48:39.168Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2225 | 2024-09-25T16:48:40.124Z | Compiling peg-macros v0.8.4 |
2226 | 2024-09-25T16:48:40.147Z | Compiling derive_builder_macro v0.20.0 |
2227 | 2024-09-25T16:48:41.081Z | Compiling strum_macros v0.24.3 |
2228 | 2024-09-25T16:48:41.349Z | Compiling sqlparser_derive v0.2.2 |
2229 | 2024-09-25T16:48:42.457Z | Compiling memoffset v0.9.1 |
2230 | 2024-09-25T16:48:42.803Z | Checking unicode_categories v0.1.1 |
2231 | 2024-09-25T16:48:43.116Z | Compiling indoc v1.0.9 |
2232 | 2024-09-25T16:48:43.144Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2233 | 2024-09-25T16:48:43.849Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-09-25T16:48:43.881Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2235 | 2024-09-25T16:48:44.027Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2236 | 2024-09-25T16:48:44.294Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2237 | 2024-09-25T16:48:44.744Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2238 | 2024-09-25T16:48:45.471Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2239 | 2024-09-25T16:48:46.154Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2240 | 2024-09-25T16:48:46.251Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2241 | 2024-09-25T16:48:46.650Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2242 | 2024-09-25T16:48:46.950Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2243 | 2024-09-25T16:48:47.585Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2244 | 2024-09-25T16:48:49.604Z | Checking peg v0.8.4 |
2245 | 2024-09-25T16:48:49.647Z | Checking sqlformat v0.2.4 |
2246 | 2024-09-25T16:48:49.872Z | Checking sqlparser v0.45.0 |
2247 | 2024-09-25T16:48:53.265Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2248 | 2024-09-25T16:48:54.160Z | Checking rustyline v14.0.0 |
2249 | 2024-09-25T16:48:54.846Z | Checking derive_builder v0.20.0 |
2250 | 2024-09-25T16:48:55.784Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2251 | 2024-09-25T16:48:56.097Z | Checking bcs v0.1.6 |
2252 | 2024-09-25T16:48:56.598Z | Checking quick-xml v0.33.0 |
2253 | 2024-09-25T16:48:56.874Z | Compiling impl-trait-for-tuples v0.2.2 |
2254 | 2024-09-25T16:48:58.639Z | Compiling oso-derive v0.27.3 |
2255 | 2024-09-25T16:48:58.823Z | Compiling dropshot v0.10.1 |
2256 | 2024-09-25T16:48:59.208Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2257 | 2024-09-25T16:48:59.235Z | Checking tungstenite v0.23.0 |
2258 | 2024-09-25T16:48:59.654Z | Compiling snafu-derive v0.8.2 |
2259 | 2024-09-25T16:49:00.119Z | Compiling dropshot_endpoint v0.10.1 |
2260 | 2024-09-25T16:49:01.112Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2261 | 2024-09-25T16:49:01.446Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2262 | 2024-09-25T16:49:01.932Z | Checking tokio-tungstenite v0.23.1 |
2263 | 2024-09-25T16:49:02.438Z | Checking nix v0.27.1 |
2264 | 2024-09-25T16:49:03.820Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2265 | 2024-09-25T16:49:05.263Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2266 | 2024-09-25T16:49:05.324Z | Checking snafu v0.8.2 |
2267 | 2024-09-25T16:49:05.514Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2268 | 2024-09-25T16:49:05.806Z | Checking globset v0.4.14 |
2269 | 2024-09-25T16:49:05.830Z | Checking bb8 v0.8.5 |
2270 | 2024-09-25T16:49:05.994Z | Checking olpc-cjson v0.1.3 |
2271 | 2024-09-25T16:49:06.223Z | Checking serde_plain v1.0.2 |
2272 | 2024-09-25T16:49:06.287Z | Compiling const_format_proc_macros v0.2.33 |
2273 | 2024-09-25T16:49:06.309Z | Checking typed-path v0.7.1 |
2274 | 2024-09-25T16:49:06.483Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2275 | 2024-09-25T16:49:08.181Z | Checking tough v0.17.1 |
2276 | 2024-09-25T16:49:08.457Z | Checking const_format v0.2.33 |
2277 | 2024-09-25T16:49:08.969Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2278 | 2024-09-25T16:49:09.966Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2279 | 2024-09-25T16:49:11.321Z | Checking async-bb8-diesel v0.2.1 |
2280 | 2024-09-25T16:49:12.016Z | Checking parse-size v1.0.0 |
2281 | 2024-09-25T16:49:12.188Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2282 | 2024-09-25T16:49:12.191Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2283 | 2024-09-25T16:49:12.902Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2284 | 2024-09-25T16:49:12.924Z | Checking heck v0.4.1 |
2285 | 2024-09-25T16:49:13.159Z | Checking assert_matches v1.5.0 |
2286 | 2024-09-25T16:49:13.263Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2287 | 2024-09-25T16:49:13.439Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2288 | 2024-09-25T16:49:13.684Z | Compiling portable-atomic v1.6.0 |
2289 | 2024-09-25T16:49:14.089Z | Checking rand_seeder v0.3.0 |
2290 | 2024-09-25T16:49:14.348Z | Compiling libz-sys v1.1.16 |
2291 | 2024-09-25T16:49:15.168Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2292 | 2024-09-25T16:49:15.479Z | Checking number_prefix v0.4.0 |
2293 | 2024-09-25T16:49:15.688Z | Checking is_ci v1.2.0 |
2294 | 2024-09-25T16:49:15.841Z | Checking supports-color v3.0.1 |
2295 | 2024-09-25T16:49:15.862Z | Checking indicatif v0.17.8 |
2296 | 2024-09-25T16:49:16.032Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2297 | 2024-09-25T16:49:16.285Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2298 | 2024-09-25T16:49:16.727Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2299 | 2024-09-25T16:49:16.830Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2300 | 2024-09-25T16:49:16.894Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2301 | 2024-09-25T16:49:18.040Z | Compiling vergen v8.3.2 |
2302 | 2024-09-25T16:49:18.329Z | Compiling cargo-platform v0.1.8 |
2303 | 2024-09-25T16:49:18.365Z | Checking unicode-linebreak v0.1.5 |
2304 | 2024-09-25T16:49:18.596Z | Checking smawk v0.3.2 |
2305 | 2024-09-25T16:49:18.752Z | Compiling cargo_metadata v0.18.1 |
2306 | 2024-09-25T16:49:18.805Z | Checking textwrap v0.16.1 |
2307 | 2024-09-25T16:49:18.899Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2308 | 2024-09-25T16:49:19.161Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2309 | 2024-09-25T16:49:20.754Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2310 | 2024-09-25T16:49:21.017Z | Checking castaway v0.2.3 |
2311 | 2024-09-25T16:49:21.182Z | Compiling libsqlite3-sys v0.30.1 |
2312 | 2024-09-25T16:49:21.349Z | Compiling cfg_aliases v0.2.1 |
2313 | 2024-09-25T16:49:21.471Z | Compiling nix v0.29.0 |
2314 | 2024-09-25T16:49:21.723Z | Checking compact_str v0.8.0 |
2315 | 2024-09-25T16:49:22.389Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2316 | 2024-09-25T16:49:22.391Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2317 | 2024-09-25T16:49:22.559Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2318 | 2024-09-25T16:49:22.604Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2319 | 2024-09-25T16:49:22.720Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2320 | 2024-09-25T16:49:22.850Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2321 | 2024-09-25T16:49:23.467Z | Checking unicode-truncate v1.0.0 |
2322 | 2024-09-25T16:49:23.688Z | Checking lru v0.12.3 |
2323 | 2024-09-25T16:49:23.832Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2324 | 2024-09-25T16:49:23.988Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2325 | 2024-09-25T16:49:24.404Z | Compiling instability v0.3.2 |
2326 | 2024-09-25T16:49:25.402Z | Checking cassowary v0.3.0 |
2327 | 2024-09-25T16:49:25.778Z | Checking ratatui v0.28.0 |
2328 | 2024-09-25T16:49:25.967Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2329 | 2024-09-25T16:49:27.235Z | Checking concurrent-queue v2.5.0 |
2330 | 2024-09-25T16:49:27.546Z | Checking hashlink v0.9.1 |
2331 | 2024-09-25T16:49:28.187Z | Checking fallible-streaming-iterator v0.1.9 |
2332 | 2024-09-25T16:49:28.417Z | Checking fallible-iterator v0.3.0 |
2333 | 2024-09-25T16:49:28.465Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2334 | 2024-09-25T16:49:28.728Z | Checking parking v2.2.1 |
2335 | 2024-09-25T16:49:28.912Z | Checking plotters-backend v0.3.5 |
2336 | 2024-09-25T16:49:29.023Z | Checking rusqlite v0.32.1 |
2337 | 2024-09-25T16:49:29.289Z | Checking plotters-svg v0.3.5 |
2338 | 2024-09-25T16:49:29.544Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2339 | 2024-09-25T16:49:29.859Z | Checking twox-hash v1.6.3 |
2340 | 2024-09-25T16:49:30.012Z | Checking cast v0.3.0 |
2341 | 2024-09-25T16:49:30.334Z | Checking criterion-plot v0.5.0 |
2342 | 2024-09-25T16:49:30.385Z | Checking plotters v0.3.5 |
2343 | 2024-09-25T16:49:30.545Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2344 | 2024-09-25T16:49:30.832Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2345 | 2024-09-25T16:49:32.125Z | Checking fatfs v0.3.6 |
2346 | 2024-09-25T16:49:32.549Z | Checking tinytemplate v1.2.1 |
2347 | 2024-09-25T16:49:32.932Z | Checking csv-core v0.1.11 |
2348 | 2024-09-25T16:49:33.147Z | Checking oorandom v11.1.3 |
2349 | 2024-09-25T16:49:33.279Z | Checking anes v0.1.6 |
2350 | 2024-09-25T16:49:33.326Z | Checking shell-words v1.1.0 |
2351 | 2024-09-25T16:49:33.500Z | Checking csv v1.3.0 |
2352 | 2024-09-25T16:49:33.631Z | Checking criterion v0.5.1 |
2353 | 2024-09-25T16:49:34.303Z | Checking event-listener v5.3.1 |
2354 | 2024-09-25T16:49:34.717Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2355 | 2024-09-25T16:49:36.741Z | Checking rtoolbox v0.0.2 |
2356 | 2024-09-25T16:49:36.952Z | Checking rpassword v7.3.1 |
2357 | 2024-09-25T16:49:38.633Z | Checking event-listener-strategy v0.5.2 |
2358 | 2024-09-25T16:49:38.856Z | Checking tui-tree-widget v0.22.0 |
2359 | 2024-09-25T16:49:39.216Z | Checking polyval v0.6.2 |
2360 | 2024-09-25T16:49:39.482Z | Checking ghash v0.5.1 |
2361 | 2024-09-25T16:49:39.654Z | Checking futures-lite v2.3.0 |
2362 | 2024-09-25T16:49:40.255Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2363 | 2024-09-25T16:49:41.108Z | Checking ctr v0.9.2 |
2364 | 2024-09-25T16:49:41.371Z | Checking yansi v1.0.1 |
2365 | 2024-09-25T16:49:41.898Z | Checking pretty_assertions v1.4.1 |
2366 | 2024-09-25T16:49:42.108Z | Checking aes-gcm v0.10.3 |
2367 | 2024-09-25T16:49:42.221Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2368 | 2024-09-25T16:49:42.318Z | Checking ssh-encoding v0.2.0 |
2369 | 2024-09-25T16:49:42.685Z | Checking blowfish v0.9.1 |
2370 | 2024-09-25T16:49:42.932Z | Checking bcrypt-pbkdf v0.10.0 |
2371 | 2024-09-25T16:49:43.200Z | Checking ssh-cipher v0.2.0 |
2372 | 2024-09-25T16:49:43.483Z | Checking async-lock v3.4.0 |
2373 | 2024-09-25T16:49:44.387Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2374 | 2024-09-25T16:49:45.822Z | Checking polling v3.7.3 |
2375 | 2024-09-25T16:49:46.223Z | Checking password-hash v0.4.2 |
2376 | 2024-09-25T16:49:46.585Z | Checking hex-literal v0.4.1 |
2377 | 2024-09-25T16:49:46.730Z | Checking matches v0.1.10 |
2378 | 2024-09-25T16:49:46.841Z | Checking idna v0.2.3 |
2379 | 2024-09-25T16:49:47.693Z | Checking pbkdf2 v0.11.0 |
2380 | 2024-09-25T16:49:47.974Z | Checking async-io v2.3.4 |
2381 | 2024-09-25T16:49:48.813Z | Checking ssh-key v0.6.6 |
2382 | 2024-09-25T16:49:48.861Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2383 | 2024-09-25T16:49:49.131Z | Checking p256 v0.13.2 |
2384 | 2024-09-25T16:49:49.625Z | Checking p521 v0.13.3 |
2385 | 2024-09-25T16:49:49.648Z | Checking russh-cryptovec v0.7.2 |
2386 | 2024-09-25T16:49:49.868Z | Compiling enum-as-inner v0.5.1 |
2387 | 2024-09-25T16:49:50.445Z | Checking md5 v0.7.0 |
2388 | 2024-09-25T16:49:50.702Z | Compiling doc-comment v0.3.3 |
2389 | 2024-09-25T16:49:50.947Z | Compiling target-lexicon v0.12.16 |
2390 | 2024-09-25T16:49:50.990Z | Checking async-task v4.7.1 |
2391 | 2024-09-25T16:49:51.344Z | Checking russh-keys v0.45.0 |
2392 | 2024-09-25T16:49:51.405Z | Checking trust-dns-proto v0.22.0 |
2393 | 2024-09-25T16:49:52.032Z | Checking async-channel v2.3.1 |
2394 | 2024-09-25T16:49:52.379Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2395 | 2024-09-25T16:49:52.716Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2396 | 2024-09-25T16:49:53.513Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2397 | 2024-09-25T16:49:54.160Z | Checking piper v0.2.4 |
2398 | 2024-09-25T16:49:54.216Z | Checking num-bigint v0.4.5 |
2399 | 2024-09-25T16:49:54.393Z | Checking des v0.8.1 |
2400 | 2024-09-25T16:49:54.674Z | Compiling dhcproto-macros v0.1.0 |
2401 | 2024-09-25T16:49:55.178Z | Compiling assert_cmd v2.0.16 |
2402 | 2024-09-25T16:49:55.605Z | Checking regex-automata v0.1.10 |
2403 | 2024-09-25T16:49:55.687Z | Compiling guppy-workspace-hack v0.1.0 |
2404 | 2024-09-25T16:49:55.993Z | Checking futures-timer v3.0.3 |
2405 | 2024-09-25T16:49:56.047Z | Checking bstr v0.2.17 |
2406 | 2024-09-25T16:49:56.312Z | Checking dhcproto v0.12.0 |
2407 | 2024-09-25T16:49:56.644Z | Checking russh v0.45.0 |
2408 | 2024-09-25T16:49:56.867Z | Checking blocking v1.6.1 |
2409 | 2024-09-25T16:49:57.732Z | Checking async-executor v1.13.1 |
2410 | 2024-09-25T16:49:57.811Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2411 | 2024-09-25T16:49:58.065Z | Checking async-signal v0.2.10 |
2412 | 2024-09-25T16:49:58.353Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2413 | 2024-09-25T16:49:58.757Z | Checking internet-checksum v0.2.1 |
2414 | 2024-09-25T16:49:58.912Z | Checking event-listener v2.5.3 |
2415 | 2024-09-25T16:49:59.135Z | Compiling target-spec v3.2.1 |
2416 | 2024-09-25T16:49:59.759Z | Checking async-channel v1.9.0 |
2417 | 2024-09-25T16:50:00.626Z | Checking async-process v2.2.4 |
2418 | 2024-09-25T16:50:00.811Z | Checking async-global-executor v2.4.1 |
2419 | 2024-09-25T16:50:01.026Z | Checking cfg-expr v0.16.0 |
2420 | 2024-09-25T16:50:01.085Z | Checking httptest v0.15.5 |
2421 | 2024-09-25T16:50:01.557Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2422 | 2024-09-25T16:50:01.788Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2423 | 2024-09-25T16:50:01.866Z | Checking rustls-native-certs v0.7.0 |
2424 | 2024-09-25T16:50:02.020Z | Checking num_cpus v1.16.0 |
2425 | 2024-09-25T16:50:02.161Z | Checking kv-log-macro v1.0.7 |
2426 | 2024-09-25T16:50:02.306Z | Compiling async-attributes v1.1.2 |
2427 | 2024-09-25T16:50:03.213Z | Checking async-std v1.13.0 |
2428 | 2024-09-25T16:50:04.471Z | Checking threadpool v1.8.1 |
2429 | 2024-09-25T16:50:04.685Z | Checking hyper-rustls v0.26.0 |
2430 | 2024-09-25T16:50:05.400Z | Checking pathdiff v0.2.1 |
2431 | 2024-09-25T16:50:05.573Z | Checking headers-core v0.3.0 |
2432 | 2024-09-25T16:50:05.718Z | Compiling toml_edit v0.21.1 |
2433 | 2024-09-25T16:50:06.156Z | Compiling rstest_macros v0.22.0 |
2434 | 2024-09-25T16:50:06.320Z | Compiling samael v0.0.17 |
2435 | 2024-09-25T16:50:06.662Z | Checking escape8259 v0.5.2 |
2436 | 2024-09-25T16:50:06.850Z | Checking nested v0.1.1 |
2437 | 2024-09-25T16:50:06.990Z | Checking async-object-pool v0.1.5 |
2438 | 2024-09-25T16:50:07.065Z | Checking guppy v0.17.7 |
2439 | 2024-09-25T16:50:07.201Z | Checking libtest-mimic v0.7.3 |
2440 | 2024-09-25T16:50:07.784Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2441 | 2024-09-25T16:50:09.153Z | Compiling proc-macro-crate v3.1.0 |
2442 | 2024-09-25T16:50:10.166Z | Compiling git2 v0.19.0 |
2443 | 2024-09-25T16:50:10.616Z | Checking headers v0.4.0 |
2444 | 2024-09-25T16:50:10.785Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2445 | 2024-09-25T16:50:11.110Z | Checking similar-asserts v1.5.0 |
2446 | 2024-09-25T16:50:11.374Z | Checking fancy-regex v0.13.0 |
2447 | 2024-09-25T16:50:11.738Z | Checking http-body-util v0.1.2 |
2448 | 2024-09-25T16:50:12.142Z | Checking serde_regex v1.1.0 |
2449 | 2024-09-25T16:50:12.252Z | Checking assert-json-diff v2.0.2 |
2450 | 2024-09-25T16:50:12.444Z | Checking path-tree v0.8.1 |
2451 | 2024-09-25T16:50:12.529Z | Checking stringmetrics v2.2.2 |
2452 | 2024-09-25T16:50:12.738Z | Compiling trybuild v1.0.99 |
2453 | 2024-09-25T16:50:12.753Z | Compiling relative-path v1.9.3 |
2454 | 2024-09-25T16:50:12.774Z | Checking httpmock v0.8.0-alpha.1 |
2455 | 2024-09-25T16:50:13.269Z | Checking datatest-stable v0.2.9 |
2456 | 2024-09-25T16:50:13.602Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2457 | 2024-09-25T16:50:14.986Z | Checking blake2b_simd v1.0.2 |
2458 | 2024-09-25T16:50:17.830Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2459 | 2024-09-25T16:50:18.169Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2460 | 2024-09-25T16:50:18.297Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2461 | 2024-09-25T16:50:18.511Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2462 | 2024-09-25T16:50:18.633Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2463 | 2024-09-25T16:50:18.925Z | Checking serde_tokenstream v0.2.2 |
2464 | 2024-09-25T16:50:18.948Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2465 | 2024-09-25T16:50:19.061Z | Checking uzers v0.11.3 |
2466 | 2024-09-25T16:50:19.444Z | Checking rust-argon2 v2.1.0 |
2467 | 2024-09-25T16:50:19.887Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2468 | 2024-09-25T16:50:19.889Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2469 | 2024-09-25T16:50:20.428Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2470 | 2024-09-25T16:50:20.856Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2471 | 2024-09-25T16:50:20.902Z | Checking rand_distr v0.4.3 |
2472 | 2024-09-25T16:50:21.173Z | Checking multimap v0.10.0 |
2473 | 2024-09-25T16:50:21.490Z | Checking approx v0.5.1 |
2474 | 2024-09-25T16:50:21.724Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2475 | 2024-09-25T16:50:22.307Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2476 | 2024-09-25T16:50:22.884Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2477 | 2024-09-25T16:50:23.261Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2478 | 2024-09-25T16:50:23.577Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2479 | 2024-09-25T16:50:23.710Z | Checking rstest v0.22.0 |
2480 | 2024-09-25T16:50:23.937Z | Checking partial-io v0.5.4 |
2481 | 2024-09-25T16:50:24.304Z | Checking cargo_toml v0.20.4 |
2482 | 2024-09-25T16:50:24.429Z | Checking termios v0.3.3 |
2483 | 2024-09-25T16:50:24.649Z | Compiling indoc v2.0.5 |
2484 | 2024-09-25T16:50:24.937Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2485 | 2024-09-25T16:50:26.223Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2486 | 2024-09-25T16:50:29.007Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2487 | 2024-09-25T16:50:42.453Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2488 | 2024-09-25T16:50:43.456Z | Compiling polar-core v0.27.3 |
2489 | 2024-09-25T16:50:49.140Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2490 | 2024-09-25T16:50:54.206Z | Checking oso v0.27.3 |
2491 | 2024-09-25T16:51:14.044Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2492 | 2024-09-25T16:51:15.098Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2493 | 2024-09-25T16:51:16.124Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2494 | 2024-09-25T16:51:44.321Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2495 | 2024-09-25T16:51:44.322Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2496 | 2024-09-25T16:51:44.324Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2497 | 2024-09-25T16:53:00.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 18s |
2498 | 2024-09-25T16:53:01.287Z | |
2499 | 2024-09-25T16:53:01.287Z | real 6:23.754424552 |
2500 | 2024-09-25T16:53:01.287Z | user 35:57.569426527 |
2501 | 2024-09-25T16:53:01.289Z | sys 6:24.885472860 |
2502 | 2024-09-25T16:53:01.289Z | trap 0.955635022 |
2503 | 2024-09-25T16:53:01.289Z | tflt 2.910446538 |
2504 | 2024-09-25T16:53:01.289Z | dflt 0.559893846 |
2505 | 2024-09-25T16:53:01.289Z | kflt 0.002626328 |
2506 | 2024-09-25T16:53:01.289Z | lock 54:21.254574068 |
2507 | 2024-09-25T16:53:01.289Z | slp 2:07:01.867399106 |
2508 | 2024-09-25T16:53:01.289Z | lat 1:38.295228191 |
2509 | 2024-09-25T16:53:01.289Z | stop 6:01.595917882 |
2510 | 2024-09-25T16:53:01.290Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2511 | 2024-09-25T16:53:01.290Z | + ptime -m cargo doc --workspace --no-deps |
2512 | 2024-09-25T16:53:02.537Z | warning: output filename collision. |
2513 | 2024-09-25T16:53:02.537Z | 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)`. |
2514 | 2024-09-25T16:53:02.537Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2515 | 2024-09-25T16:53:02.537Z | The targets should have unique names. |
2516 | 2024-09-25T16:53:02.537Z | This is a known bug where multiple crates with the same name use |
2517 | 2024-09-25T16:53:02.537Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2518 | 2024-09-25T16:53:02.921Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2519 | 2024-09-25T16:53:02.984Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2520 | 2024-09-25T16:53:03.002Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2521 | 2024-09-25T16:53:03.042Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2522 | 2024-09-25T16:53:03.067Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2523 | 2024-09-25T16:53:03.067Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2524 | 2024-09-25T16:53:03.227Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2525 | 2024-09-25T16:53:03.332Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2526 | 2024-09-25T16:53:03.335Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2527 | 2024-09-25T16:53:03.335Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2528 | 2024-09-25T16:53:03.388Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2529 | 2024-09-25T16:53:03.605Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2530 | 2024-09-25T16:53:03.631Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2531 | 2024-09-25T16:53:03.915Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2532 | 2024-09-25T16:53:04.149Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2533 | 2024-09-25T16:53:06.278Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2534 | 2024-09-25T16:53:07.466Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2535 | 2024-09-25T16:53:07.809Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2536 | 2024-09-25T16:53:07.981Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2537 | 2024-09-25T16:53:08.040Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2538 | 2024-09-25T16:53:08.075Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2539 | 2024-09-25T16:53:08.326Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2540 | 2024-09-25T16:53:08.407Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2541 | 2024-09-25T16:53:08.668Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2542 | 2024-09-25T16:53:09.012Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2543 | 2024-09-25T16:53:09.320Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2544 | 2024-09-25T16:53:09.526Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2545 | 2024-09-25T16:53:09.681Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2546 | 2024-09-25T16:53:09.819Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2547 | 2024-09-25T16:53:10.104Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2548 | 2024-09-25T16:53:10.122Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2549 | 2024-09-25T16:53:10.365Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2550 | 2024-09-25T16:53:10.456Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2551 | 2024-09-25T16:53:10.742Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2552 | 2024-09-25T16:53:10.907Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2553 | 2024-09-25T16:53:11.244Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2554 | 2024-09-25T16:53:11.261Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2555 | 2024-09-25T16:53:11.487Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2556 | 2024-09-25T16:53:11.578Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2557 | 2024-09-25T16:53:11.986Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2558 | 2024-09-25T16:53:12.000Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2559 | 2024-09-25T16:53:14.321Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2560 | 2024-09-25T16:53:16.331Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2561 | 2024-09-25T16:53:16.961Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2562 | 2024-09-25T16:53:17.434Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2563 | 2024-09-25T16:53:17.646Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2564 | 2024-09-25T16:53:18.631Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2565 | 2024-09-25T16:53:19.231Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2566 | 2024-09-25T16:53:19.692Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2567 | 2024-09-25T16:53:20.105Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2568 | 2024-09-25T16:53:21.159Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2569 | 2024-09-25T16:53:21.204Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2570 | 2024-09-25T16:53:26.799Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2571 | 2024-09-25T16:53:27.967Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2572 | 2024-09-25T16:53:29.158Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2573 | 2024-09-25T16:53:29.467Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2574 | 2024-09-25T16:53:29.992Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2575 | 2024-09-25T16:53:30.189Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2576 | 2024-09-25T16:53:30.411Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2577 | 2024-09-25T16:53:31.339Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2578 | 2024-09-25T16:53:31.721Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2579 | 2024-09-25T16:53:31.771Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2580 | 2024-09-25T16:53:32.313Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2581 | 2024-09-25T16:53:32.504Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2582 | 2024-09-25T16:53:32.745Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2583 | 2024-09-25T16:53:33.058Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2584 | 2024-09-25T16:53:33.222Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2585 | 2024-09-25T16:53:33.734Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2586 | 2024-09-25T16:53:34.144Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2587 | 2024-09-25T16:53:34.296Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2588 | 2024-09-25T16:53:34.368Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2589 | 2024-09-25T16:53:34.459Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2590 | 2024-09-25T16:53:35.586Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2591 | 2024-09-25T16:53:35.589Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2592 | 2024-09-25T16:53:36.166Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2593 | 2024-09-25T16:53:36.223Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2594 | 2024-09-25T16:53:36.612Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2595 | 2024-09-25T16:53:36.646Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2596 | 2024-09-25T16:53:36.753Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2597 | 2024-09-25T16:53:36.866Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2598 | 2024-09-25T16:53:37.665Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2599 | 2024-09-25T16:53:37.885Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2600 | 2024-09-25T16:53:38.367Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2601 | 2024-09-25T16:53:38.454Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2602 | 2024-09-25T16:53:38.669Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2603 | 2024-09-25T16:53:39.765Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2604 | 2024-09-25T16:53:40.207Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2605 | 2024-09-25T16:53:40.338Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2606 | 2024-09-25T16:53:40.341Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2607 | 2024-09-25T16:53:41.088Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2608 | 2024-09-25T16:53:41.308Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2609 | 2024-09-25T16:53:41.545Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2610 | 2024-09-25T16:53:42.622Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2611 | 2024-09-25T16:53:42.742Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2612 | 2024-09-25T16:53:43.592Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2613 | 2024-09-25T16:53:45.627Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2614 | 2024-09-25T16:53:45.731Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2615 | 2024-09-25T16:53:46.454Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2616 | 2024-09-25T16:53:46.696Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2617 | 2024-09-25T16:53:48.193Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2618 | 2024-09-25T16:53:48.461Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2619 | 2024-09-25T16:53:51.640Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2620 | 2024-09-25T16:53:52.617Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2621 | 2024-09-25T16:53:53.786Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2622 | 2024-09-25T16:53:59.749Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2623 | 2024-09-25T16:54:03.745Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2624 | 2024-09-25T16:54:04.877Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2625 | 2024-09-25T16:54:22.934Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2626 | 2024-09-25T16:54:40.040Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2627 | 2024-09-25T16:54:51.213Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2628 | 2024-09-25T16:54:52.001Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2629 | 2024-09-25T16:54:53.203Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2630 | 2024-09-25T16:54:59.706Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2631 | 2024-09-25T16:55:04.521Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2632 | 2024-09-25T16:55:04.727Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2633 | 2024-09-25T16:55:23.216Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2634 | 2024-09-25T16:55:23.802Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2635 | 2024-09-25T16:55:25.766Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2636 | 2024-09-25T16:55:29.501Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2637 | 2024-09-25T16:55:33.027Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2638 | 2024-09-25T16:55:34.627Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2639 | 2024-09-25T16:55:37.439Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2640 | 2024-09-25T16:55:37.928Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2641 | 2024-09-25T16:55:41.684Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2642 | 2024-09-25T16:55:50.696Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2643 | 2024-09-25T16:55:55.983Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2644 | 2024-09-25T16:56:08.835Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2645 | 2024-09-25T16:56:21.267Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2646 | 2024-09-25T16:56:21.688Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2647 | 2024-09-25T16:56:24.394Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2648 | 2024-09-25T16:56:28.450Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2649 | 2024-09-25T16:56:36.606Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2650 | 2024-09-25T16:56:42.536Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2651 | 2024-09-25T16:56:46.711Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2652 | 2024-09-25T16:56:56.464Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2653 | 2024-09-25T16:57:00.821Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2654 | 2024-09-25T16:57:00.893Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2655 | 2024-09-25T16:57:01.271Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2656 | 2024-09-25T16:57:04.368Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2657 | 2024-09-25T16:57:12.171Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2658 | 2024-09-25T16:57:18.512Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2659 | 2024-09-25T16:57:24.253Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2660 | 2024-09-25T16:57:26.083Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2661 | 2024-09-25T16:57:28.634Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2662 | 2024-09-25T16:57:29.365Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2663 | 2024-09-25T16:57:37.426Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2664 | 2024-09-25T16:57:41.915Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2665 | 2024-09-25T16:57:42.737Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2666 | 2024-09-25T16:57:43.322Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2667 | 2024-09-25T16:57:45.067Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2668 | 2024-09-25T16:57:50.919Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2669 | 2024-09-25T16:57:56.203Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2670 | 2024-09-25T16:57:56.338Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2671 | 2024-09-25T16:58:00.629Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2672 | 2024-09-25T16:58:01.163Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2673 | 2024-09-25T16:58:04.335Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2674 | 2024-09-25T16:58:05.529Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2675 | 2024-09-25T16:58:14.934Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2676 | 2024-09-25T16:58:19.447Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2677 | 2024-09-25T16:58:19.480Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2678 | 2024-09-25T16:58:21.305Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2679 | 2024-09-25T16:58:23.074Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2680 | 2024-09-25T16:58:23.923Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2681 | 2024-09-25T16:58:32.198Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2682 | 2024-09-25T16:58:35.207Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2683 | 2024-09-25T16:58:37.191Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2684 | 2024-09-25T16:58:39.385Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2685 | 2024-09-25T16:58:39.728Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2686 | 2024-09-25T16:58:40.633Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2687 | 2024-09-25T16:58:45.124Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2688 | 2024-09-25T16:58:49.621Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2689 | 2024-09-25T16:58:51.018Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2690 | 2024-09-25T16:58:51.313Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2691 | 2024-09-25T16:58:53.647Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2692 | 2024-09-25T16:58:53.667Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2693 | 2024-09-25T16:58:54.232Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2694 | 2024-09-25T16:59:02.751Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2695 | 2024-09-25T16:59:04.502Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2696 | 2024-09-25T16:59:07.735Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2697 | 2024-09-25T16:59:08.051Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2698 | 2024-09-25T16:59:09.897Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2699 | 2024-09-25T16:59:11.063Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2700 | 2024-09-25T16:59:12.323Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2701 | 2024-09-25T16:59:13.313Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2702 | 2024-09-25T16:59:13.547Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2703 | 2024-09-25T16:59:22.818Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2704 | 2024-09-25T16:59:23.120Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2705 | 2024-09-25T16:59:27.347Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2706 | 2024-09-25T16:59:27.382Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2707 | 2024-09-25T16:59:27.382Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2708 | 2024-09-25T16:59:29.394Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2709 | 2024-09-25T16:59:30.488Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2710 | 2024-09-25T16:59:30.676Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2711 | 2024-09-25T16:59:34.603Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2712 | 2024-09-25T16:59:36.169Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2713 | 2024-09-25T16:59:37.547Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2714 | 2024-09-25T16:59:40.921Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2715 | 2024-09-25T16:59:40.974Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2716 | 2024-09-25T16:59:41.931Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2717 | 2024-09-25T16:59:42.178Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2718 | 2024-09-25T16:59:43.136Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2719 | 2024-09-25T16:59:46.001Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2720 | 2024-09-25T16:59:47.308Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2721 | 2024-09-25T16:59:48.563Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2722 | 2024-09-25T16:59:48.672Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2723 | 2024-09-25T16:59:49.259Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2724 | 2024-09-25T16:59:50.578Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2725 | 2024-09-25T16:59:51.667Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2726 | 2024-09-25T17:00:22.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 21s |
2727 | 2024-09-25T17:00:22.801Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2728 | 2024-09-25T17:00:22.859Z | |
2729 | 2024-09-25T17:00:22.861Z | real 7:21.479604135 |
2730 | 2024-09-25T17:00:22.862Z | user 21:56.841149121 |
2731 | 2024-09-25T17:00:22.862Z | sys 32:51.193915036 |
2732 | 2024-09-25T17:00:22.862Z | trap 0.353596208 |
2733 | 2024-09-25T17:00:22.862Z | tflt 0.188164761 |
2734 | 2024-09-25T17:00:22.862Z | dflt 0.150816001 |
2735 | 2024-09-25T17:00:22.862Z | kflt 0.000023266 |
2736 | 2024-09-25T17:00:22.862Z | lock 1:11:03.973056437 |
2737 | 2024-09-25T17:00:22.862Z | slp 2:03:53.530562338 |
2738 | 2024-09-25T17:00:22.862Z | lat 1:08.509737554 |
2739 | 2024-09-25T17:00:22.862Z | stop 59.119855966 |
2740 | 2024-09-25T17:00:22.862Z | process exited: duration 1100758 ms, exit code 0 |
|
2741 | 2024-09-25T17:00:22.868Z | found 0 output files |