|
|
|
1 | 2024-11-27T17:43:03.085Z | job assigned to worker 01JDQBESPXY7K5K72AVFNW373K [factory aws, i-0502f039e3146f1ff] (queued for 55 s) |
|
2 | 2024-11-27T17:43:11.968Z | starting task 0: "setup" |
3 | 2024-11-27T17:43:11.976Z | ++ uname -s |
4 | 2024-11-27T17:43:11.979Z | + kern=SunOS |
5 | 2024-11-27T17:43:11.979Z | + case "$kern" in |
6 | 2024-11-27T17:43:11.979Z | + groupadd -g 12345 build |
7 | 2024-11-27T17:43:11.982Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T17:43:13.987Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T17:43:14.184Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T17:43:14.188Z | + home_fs=zfs |
11 | 2024-11-27T17:43:14.188Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T17:43:14.188Z | + mkdir -p /home/build |
13 | 2024-11-27T17:43:14.188Z | + chown build:build /home/build /work |
14 | 2024-11-27T17:43:16.191Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T17:43:16.194Z | process exited: duration 4225 ms, exit code 0 |
|
16 | 2024-11-27T17:43:16.202Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T17:43:16.207Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T17:43:16.207Z | ' 1.81.0 |
19 | 2024-11-27T17:43:16.207Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-27T17:43:16.209Z | * toolchain channel = "1.81.0" |
21 | 2024-11-27T17:43:16.209Z | ' default |
22 | 2024-11-27T17:43:16.209Z | * toolchain profile = "default" |
23 | 2024-11-27T17:43:16.212Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T17:43:16.213Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-27T17:43:16.333Z | info: downloading installer |
26 | 2024-11-27T17:43:17.659Z | info: profile set to 'default' |
27 | 2024-11-27T17:43:17.659Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T17:43:17.663Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-27T17:43:17.813Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-27T17:43:17.813Z | info: downloading component 'cargo' |
31 | 2024-11-27T17:43:18.686Z | info: downloading component 'clippy' |
32 | 2024-11-27T17:43:19.007Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T17:43:20.210Z | info: downloading component 'rust-std' |
34 | 2024-11-27T17:43:22.081Z | info: downloading component 'rustc' |
35 | 2024-11-27T17:43:28.813Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T17:43:29.072Z | info: installing component 'cargo' |
37 | 2024-11-27T17:43:29.879Z | info: installing component 'clippy' |
38 | 2024-11-27T17:43:30.278Z | info: installing component 'rust-docs' |
39 | 2024-11-27T17:43:31.860Z | info: installing component 'rust-std' |
40 | 2024-11-27T17:43:33.523Z | info: installing component 'rustc' |
41 | 2024-11-27T17:43:39.187Z | info: installing component 'rustfmt' |
42 | 2024-11-27T17:43:39.508Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-27T17:43:39.508Z | |
44 | 2024-11-27T17:43:39.876Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-27T17:43:39.876Z | |
46 | 2024-11-27T17:43:39.878Z | |
47 | 2024-11-27T17:43:39.879Z | Rust is installed now. Great! |
48 | 2024-11-27T17:43:39.879Z | |
49 | 2024-11-27T17:43:39.879Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T17:43:39.879Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T17:43:39.879Z | |
52 | 2024-11-27T17:43:39.879Z | To configure your current shell, you need to source |
53 | 2024-11-27T17:43:39.879Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T17:43:39.879Z | |
55 | 2024-11-27T17:43:39.879Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T17:43:39.879Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T17:43:39.879Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T17:43:39.952Z | + rustc --version |
59 | 2024-11-27T17:43:40.015Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-27T17:43:40.018Z | process exited: duration 23813 ms, exit code 0 |
|
61 | 2024-11-27T17:43:40.023Z | starting task 2: "authentication" |
62 | 2024-11-27T17:43:40.044Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-27T17:43:40.050Z | starting task 3: "clone repository" |
64 | 2024-11-27T17:43:40.055Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-27T17:43:40.057Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-27T17:43:40.364Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-27T17:43:46.296Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-27T17:43:46.296Z | + git fetch origin efa5390f99bda256f70843e105473e1cbecbf39d |
69 | 2024-11-27T17:43:46.594Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-27T17:43:46.594Z | * branch efa5390f99bda256f70843e105473e1cbecbf39d -> FETCH_HEAD |
71 | 2024-11-27T17:43:46.606Z | + [[ -n alan/update-time-for-c-and-p ]] |
72 | 2024-11-27T17:43:46.610Z | ++ git branch --show-current |
73 | 2024-11-27T17:43:46.610Z | + current=main |
74 | 2024-11-27T17:43:46.610Z | + [[ main != alan/update-time-for-c-and-p ]] |
75 | 2024-11-27T17:43:46.610Z | + git branch -f alan/update-time-for-c-and-p efa5390f99bda256f70843e105473e1cbecbf39d |
76 | 2024-11-27T17:43:46.613Z | + git checkout -f alan/update-time-for-c-and-p |
77 | 2024-11-27T17:43:46.791Z | Switched to branch 'alan/update-time-for-c-and-p' |
78 | 2024-11-27T17:43:46.795Z | + git reset --hard efa5390f99bda256f70843e105473e1cbecbf39d |
79 | 2024-11-27T17:43:46.804Z | HEAD is now at efa5390f9 Update Crucible and Propolis |
80 | 2024-11-27T17:43:46.807Z | process exited: duration 6754 ms, exit code 0 |
|
81 | 2024-11-27T17:43:46.812Z | starting task 4: "build" |
82 | 2024-11-27T17:43:46.817Z | + source ./env.sh |
83 | 2024-11-27T17:43:46.817Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-27T17:43:46.817Z | ++ set -o xtrace |
85 | 2024-11-27T17:43:46.821Z | ++++ dirname ./env.sh |
86 | 2024-11-27T17:43:46.825Z | +++ readlink -f . |
87 | 2024-11-27T17:43:46.928Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-27T17:43:46.931Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-27T17:43:46.931Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-27T17:43:46.931Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-27T17:43:46.931Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-11-27T17:43:46.931Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-11-27T17:43:46.931Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-11-27T17:43:46.931Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-11-27T17:43:46.931Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-27T17:43:46.931Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-27T17:43:46.931Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-27T17:43:46.931Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-27T17:43:46.931Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-27T17:43:46.931Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-27T17:43:46.931Z | + cargo --version |
102 | 2024-11-27T17:43:47.155Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-27T17:43:47.155Z | + rustc --version |
104 | 2024-11-27T17:43:47.155Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-27T17:43:47.155Z | + banner prerequisites |
106 | 2024-11-27T17:43:47.170Z | |
107 | 2024-11-27T17:43:47.170Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-27T17:43:47.170Z | # # # # # # # # # # # # # # # |
109 | 2024-11-27T17:43:47.170Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-27T17:43:47.170Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-27T17:43:47.170Z | # # # # # # # # # # # # # # # |
112 | 2024-11-27T17:43:47.171Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-27T17:43:47.171Z | |
114 | 2024-11-27T17:43:47.173Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-27T17:44:06.003Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-27T17:44:10.065Z | Startup: Caching catalogs ... Done |
117 | 2024-11-27T17:44:19.365Z | Planning: Solver setup ... Done (8.435s) |
118 | 2024-11-27T17:44:19.487Z | Planning: Running solver ... Done (0.120s) |
119 | 2024-11-27T17:44:19.856Z | Planning: Finding local manifests ... Done (0.276s) |
120 | 2024-11-27T17:44:19.866Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-27T17:44:20.080Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-27T17:44:20.569Z | Planning: Package planning ... Done (0.490s) |
123 | 2024-11-27T17:44:20.625Z | Planning: Merging actions ... Done (0.055s) |
124 | 2024-11-27T17:44:21.759Z | Planning: Checking for conflicting actions ... Done (1.133s) |
125 | 2024-11-27T17:44:29.014Z | Planning: Consolidating action changes ... Done (7.255s) |
126 | 2024-11-27T17:44:29.506Z | Planning: Evaluating mediators ... Done (0.492s) |
127 | 2024-11-27T17:44:29.585Z | Planning: Planning completed in 19.43 seconds |
128 | 2024-11-27T17:44:30.050Z | Packages to install: 4 |
129 | 2024-11-27T17:44:30.050Z | Packages to update: 1 |
130 | 2024-11-27T17:44:30.050Z | Mediators to change: 2 |
131 | 2024-11-27T17:44:30.054Z | Services to change: 1 |
132 | 2024-11-27T17:44:30.054Z | Estimated space available: 155.64 GB |
133 | 2024-11-27T17:44:30.054Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-27T17:44:30.054Z | Create boot environment: No |
135 | 2024-11-27T17:44:30.054Z | Create backup boot environment: Yes |
136 | 2024-11-27T17:44:30.054Z | Rebuild boot archive: No |
137 | 2024-11-27T17:44:30.055Z | |
138 | 2024-11-27T17:44:30.055Z | Changed mediators: |
139 | 2024-11-27T17:44:30.055Z | mediator clang: |
140 | 2024-11-27T17:44:30.055Z | version: None -> 15 (system default) |
141 | 2024-11-27T17:44:30.055Z | |
142 | 2024-11-27T17:44:30.055Z | mediator llvm: |
143 | 2024-11-27T17:44:30.055Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-27T17:44:30.055Z | |
145 | 2024-11-27T17:44:30.055Z | Changed packages: |
146 | 2024-11-27T17:44:30.055Z | helios-dev |
147 | 2024-11-27T17:44:30.055Z | developer/build-essential |
148 | 2024-11-27T17:44:30.055Z | None -> 11-2.0 |
149 | 2024-11-27T17:44:30.055Z | library/libxmlsec1 |
150 | 2024-11-27T17:44:30.055Z | None -> 1.2.35-2.0 |
151 | 2024-11-27T17:44:30.055Z | ooce/developer/clang-15 |
152 | 2024-11-27T17:44:30.056Z | None -> 15.0.7-2.0 |
153 | 2024-11-27T17:44:30.056Z | ooce/developer/llvm-15 |
154 | 2024-11-27T17:44:30.056Z | None -> 15.0.7-2.0 |
155 | 2024-11-27T17:44:30.056Z | package/pkg |
156 | 2024-11-27T17:44:30.056Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-27T17:44:30.056Z | |
158 | 2024-11-27T17:44:30.056Z | Services: |
159 | 2024-11-27T17:44:30.056Z | restart_fmri: |
160 | 2024-11-27T17:44:30.056Z | svc:/system/update-man-index:default |
161 | 2024-11-27T17:44:30.056Z | |
162 | 2024-11-27T17:44:30.056Z | Editable files to change: |
163 | 2024-11-27T17:44:30.056Z | Update: |
164 | 2024-11-27T17:44:30.056Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-27T17:44:30.476Z | |
166 | 2024-11-27T17:44:30.476Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-27T17:44:35.476Z | Download: 518/4281 items 17.4/220.6MB 7% complete (3.5M/s) |
168 | 2024-11-27T17:44:40.477Z | Download: 1139/4281 items 38.7/220.6MB 17% complete (3.8M/s) |
169 | 2024-11-27T17:44:46.036Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.2M/s) |
170 | 2024-11-27T17:44:51.051Z | Download: 1864/4281 items 117.9/220.6MB 53% complete (7.0M/s) |
171 | 2024-11-27T17:44:56.052Z | Download: 3036/4281 items 121.4/220.6MB 55% complete (3.8M/s) |
172 | 2024-11-27T17:45:01.865Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.6M/s) |
173 | 2024-11-27T17:45:06.866Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (6.6M/s) |
174 | 2024-11-27T17:45:11.869Z | Download: 3816/4281 items 218.3/220.6MB 98% complete (1.6M/s) |
175 | 2024-11-27T17:45:15.440Z | Download: Completed 220.60 MB in 44.96 seconds (4.9M/s) |
176 | 2024-11-27T17:45:17.402Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-11-27T17:45:17.419Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-11-27T17:45:22.441Z | Actions: 4135/5063 actions (Installing new actions) |
179 | 2024-11-27T17:45:22.545Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-11-27T17:45:22.933Z | Actions: Completed 5063 actions in 5.53 seconds. |
181 | 2024-11-27T17:45:23.336Z | Done (0.396s) |
182 | 2024-11-27T17:45:23.341Z | Done (0.000s) |
183 | 2024-11-27T17:45:23.881Z | Done (0.544s) |
184 | 2024-11-27T17:45:29.301Z | Done (5.203s) |
185 | 2024-11-27T17:45:29.550Z | Done (0.182s) |
186 | 2024-11-27T17:45:29.553Z | Done (0.000s) |
187 | 2024-11-27T17:45:29.734Z | Done (0.000s) |
188 | 2024-11-27T17:45:30.419Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-11-27T17:45:30.582Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-11-27T17:45:30.584Z | Planning: Consolidating action changes ... Done |
191 | 2024-11-27T17:45:30.856Z | Planning: Evaluating mediators ... Done |
192 | 2024-11-27T17:45:30.859Z | Planning: Planning completed in 0.44 seconds |
193 | 2024-11-27T17:45:30.896Z | Mediators to change: 2 |
194 | 2024-11-27T17:45:30.896Z | Create boot environment: No |
195 | 2024-11-27T17:45:30.899Z | Create backup boot environment: No |
196 | 2024-11-27T17:45:30.985Z | Done |
197 | 2024-11-27T17:45:30.985Z | Done |
198 | 2024-11-27T17:45:31.347Z | Done |
199 | 2024-11-27T17:45:35.096Z | Done |
200 | 2024-11-27T17:45:35.192Z | Done |
201 | 2024-11-27T17:45:35.194Z | Done |
202 | 2024-11-27T17:45:35.366Z | Done |
203 | 2024-11-27T17:45:35.979Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-11-27T17:45:35.982Z | Planning: Merging actions ... Done |
205 | 2024-11-27T17:45:36.169Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-11-27T17:45:36.171Z | Planning: Consolidating action changes ... Done |
207 | 2024-11-27T17:45:36.438Z | Planning: Evaluating mediators ... Done |
208 | 2024-11-27T17:45:36.495Z | Planning: Planning completed in 0.76 seconds |
209 | 2024-11-27T17:45:36.533Z | Packages to change: 1 |
210 | 2024-11-27T17:45:36.536Z | Mediators to change: 1 |
211 | 2024-11-27T17:45:36.536Z | Services to change: 1 |
212 | 2024-11-27T17:45:36.536Z | Create boot environment: No |
213 | 2024-11-27T17:45:36.536Z | Create backup boot environment: Yes |
214 | 2024-11-27T17:45:38.731Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-11-27T17:45:38.779Z | Actions: Completed 6 actions in 0.05 seconds. |
216 | 2024-11-27T17:45:38.782Z | Done |
217 | 2024-11-27T17:45:38.782Z | Done |
218 | 2024-11-27T17:45:38.889Z | Done |
219 | 2024-11-27T17:45:42.563Z | Done |
220 | 2024-11-27T17:45:42.649Z | Done |
221 | 2024-11-27T17:45:42.652Z | Done |
222 | 2024-11-27T17:45:42.852Z | Done |
223 | 2024-11-27T17:45:43.295Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-11-27T17:45:43.295Z | clang system 15 system |
225 | 2024-11-27T17:45:43.295Z | csh system system illumos |
226 | 2024-11-27T17:45:43.295Z | ctags system system illumos |
227 | 2024-11-27T17:45:43.295Z | gcc vendor 12 vendor |
228 | 2024-11-27T17:45:43.295Z | gcc system 10 system |
229 | 2024-11-27T17:45:43.295Z | gcc system 7 system |
230 | 2024-11-27T17:45:43.295Z | go system 1.20 system |
231 | 2024-11-27T17:45:43.295Z | go system 1.19 system |
232 | 2024-11-27T17:45:43.295Z | llvm system 15 system |
233 | 2024-11-27T17:45:43.295Z | llvm system 14 system |
234 | 2024-11-27T17:45:43.295Z | mariadb system 10.6 system |
235 | 2024-11-27T17:45:43.295Z | mta vendor vendor dma |
236 | 2024-11-27T17:45:43.295Z | openjdk system 17 system |
237 | 2024-11-27T17:45:43.295Z | openjdk system 11 system |
238 | 2024-11-27T17:45:43.295Z | openjdk system 1.8 system |
239 | 2024-11-27T17:45:43.295Z | openssl vendor 3 vendor |
240 | 2024-11-27T17:45:43.295Z | perl system 5.36 system |
241 | 2024-11-27T17:45:43.295Z | postgresql system 15 system |
242 | 2024-11-27T17:45:43.295Z | postgresql system 13 system |
243 | 2024-11-27T17:45:43.295Z | python vendor 3 vendor |
244 | 2024-11-27T17:45:43.295Z | python system 2 system |
245 | 2024-11-27T17:45:43.295Z | python3 system 3.11 system |
246 | 2024-11-27T17:45:43.295Z | ruby system 3.0 system |
247 | 2024-11-27T17:45:43.295Z | words vendor vendor american-english |
248 | 2024-11-27T17:45:43.295Z | words system system australian-english |
249 | 2024-11-27T17:45:43.295Z | words system system british-english |
250 | 2024-11-27T17:45:43.295Z | words system system canadian-english |
251 | 2024-11-27T17:45:43.295Z | words system system french |
252 | 2024-11-27T17:45:43.295Z | words system system italian |
253 | 2024-11-27T17:45:43.296Z | words system system ngerman |
254 | 2024-11-27T17:45:43.296Z | words system system ogerman |
255 | 2024-11-27T17:45:43.296Z | words system system spanish |
256 | 2024-11-27T17:45:43.625Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-11-27T17:45:43.625Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-11-27T17:45:46.237Z | FMRI IFO |
259 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-11-27T17:45:46.237Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-11-27T17:45:46.238Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-11-27T17:45:46.238Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-11-27T17:45:46.238Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-11-27T17:45:46.238Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-11-27T17:45:46.238Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-11-27T17:45:46.238Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-11-27T17:45:46.988Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-11-27T17:45:47.290Z | Updating crates.io index |
276 | 2024-11-27T17:45:47.358Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-11-27T17:45:47.871Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-11-27T17:45:48.186Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-11-27T17:45:48.417Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-11-27T17:45:48.707Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-11-27T17:45:49.571Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-11-27T17:45:52.169Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-11-27T17:45:53.375Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-11-27T17:45:54.208Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-11-27T17:45:54.526Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-11-27T17:45:54.871Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-11-27T17:45:55.461Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-11-27T17:45:55.807Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-11-27T17:45:56.145Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-11-27T17:45:56.412Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-11-27T17:45:56.679Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-11-27T17:45:56.908Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-11-27T17:45:57.191Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-11-27T17:45:57.456Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-11-27T17:45:57.794Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-11-27T17:45:58.222Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-11-27T17:45:58.691Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-11-27T17:45:59.017Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-11-27T17:45:59.378Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-11-27T17:45:59.862Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-11-27T17:46:00.197Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-11-27T17:46:00.567Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-11-27T17:46:00.844Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-11-27T17:46:02.379Z | Downloading crates ... |
305 | 2024-11-27T17:46:02.458Z | Downloaded cfg-if v1.0.0 |
306 | 2024-11-27T17:46:02.460Z | Downloaded anstyle v1.0.10 |
307 | 2024-11-27T17:46:02.463Z | Downloaded anstyle-query v1.1.1 |
308 | 2024-11-27T17:46:02.463Z | Downloaded anstyle-parse v0.2.5 |
309 | 2024-11-27T17:46:02.465Z | Downloaded anstream v0.6.15 |
310 | 2024-11-27T17:46:02.469Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-11-27T17:46:02.471Z | Downloaded dtrace-parser v0.2.0 |
312 | 2024-11-27T17:46:02.477Z | Downloaded cargo-platform v0.1.8 |
313 | 2024-11-27T17:46:02.483Z | Downloaded byteorder v1.5.0 |
314 | 2024-11-27T17:46:02.487Z | Downloaded bytecount v0.6.8 |
315 | 2024-11-27T17:46:02.491Z | Downloaded unicode-linebreak v0.1.5 |
316 | 2024-11-27T17:46:02.491Z | Downloaded block-buffer v0.10.4 |
317 | 2024-11-27T17:46:02.491Z | Downloaded autocfg v1.4.0 |
318 | 2024-11-27T17:46:02.493Z | Downloaded generic-array v0.14.7 |
319 | 2024-11-27T17:46:02.496Z | Downloaded serde_tokenstream v0.2.2 |
320 | 2024-11-27T17:46:02.499Z | Downloaded strsim v0.11.1 |
321 | 2024-11-27T17:46:02.502Z | Downloaded pest_generator v2.7.14 |
322 | 2024-11-27T17:46:02.505Z | Downloaded heck v0.4.1 |
323 | 2024-11-27T17:46:02.508Z | Downloaded digest v0.10.7 |
324 | 2024-11-27T17:46:02.510Z | Downloaded quote v1.0.37 |
325 | 2024-11-27T17:46:02.513Z | Downloaded semver v1.0.23 |
326 | 2024-11-27T17:46:02.515Z | Downloaded camino v1.1.9 |
327 | 2024-11-27T17:46:02.517Z | Downloaded cargo_toml v0.20.5 |
328 | 2024-11-27T17:46:02.520Z | Downloaded camino-tempfile v1.1.1 |
329 | 2024-11-27T17:46:02.520Z | Downloaded clap_lex v0.7.2 |
330 | 2024-11-27T17:46:02.523Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-11-27T17:46:02.525Z | Downloaded bitflags v2.6.0 |
332 | 2024-11-27T17:46:02.527Z | Downloaded anyhow v1.0.93 |
333 | 2024-11-27T17:46:02.530Z | Downloaded toml v0.8.19 |
334 | 2024-11-27T17:46:02.537Z | Downloaded equivalent v1.0.1 |
335 | 2024-11-27T17:46:02.540Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2024-11-27T17:46:02.547Z | Downloaded swrite v0.1.0 |
337 | 2024-11-27T17:46:02.553Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-11-27T17:46:02.556Z | Downloaded macaddr v1.0.1 |
339 | 2024-11-27T17:46:02.558Z | Downloaded memmap v0.7.0 |
340 | 2024-11-27T17:46:02.558Z | Downloaded crypto-common v0.1.6 |
341 | 2024-11-27T17:46:02.561Z | Downloaded itoa v1.0.11 |
342 | 2024-11-27T17:46:02.565Z | Downloaded usdt-macro v0.5.0 |
343 | 2024-11-27T17:46:02.568Z | Downloaded papergrid v0.11.0 |
344 | 2024-11-27T17:46:02.572Z | Downloaded ryu v1.0.18 |
345 | 2024-11-27T17:46:02.575Z | Downloaded plain v0.2.3 |
346 | 2024-11-27T17:46:02.577Z | Downloaded fnv v1.0.7 |
347 | 2024-11-27T17:46:02.577Z | Downloaded is_terminal_polyfill v1.70.1 |
348 | 2024-11-27T17:46:02.581Z | Downloaded heck v0.5.0 |
349 | 2024-11-27T17:46:02.581Z | Downloaded thread-id v4.2.2 |
350 | 2024-11-27T17:46:02.581Z | Downloaded cpufeatures v0.2.14 |
351 | 2024-11-27T17:46:02.584Z | Downloaded errno v0.3.9 |
352 | 2024-11-27T17:46:02.584Z | Downloaded fs-err v2.11.0 |
353 | 2024-11-27T17:46:02.586Z | Downloaded clap v4.5.21 |
354 | 2024-11-27T17:46:02.593Z | Downloaded toml_datetime v0.6.8 |
355 | 2024-11-27T17:46:02.598Z | Downloaded tabled_derive v0.7.0 |
356 | 2024-11-27T17:46:02.598Z | Downloaded serde_spanned v0.6.8 |
357 | 2024-11-27T17:46:02.601Z | Downloaded terminal_size v0.4.0 |
358 | 2024-11-27T17:46:02.602Z | Downloaded proc-macro-error-attr v1.0.4 |
359 | 2024-11-27T17:46:02.602Z | Downloaded dof v0.3.0 |
360 | 2024-11-27T17:46:02.602Z | Downloaded colorchoice v1.0.2 |
361 | 2024-11-27T17:46:02.604Z | Downloaded usdt v0.5.0 |
362 | 2024-11-27T17:46:02.616Z | Downloaded clap_derive v4.5.18 |
363 | 2024-11-27T17:46:02.619Z | Downloaded once_cell v1.20.2 |
364 | 2024-11-27T17:46:02.624Z | Downloaded version_check v0.9.5 |
365 | 2024-11-27T17:46:02.629Z | Downloaded fastrand v2.1.1 |
366 | 2024-11-27T17:46:02.634Z | Downloaded scroll v0.12.0 |
367 | 2024-11-27T17:46:02.634Z | Downloaded tempfile v3.13.0 |
368 | 2024-11-27T17:46:02.637Z | Downloaded utf8parse v0.2.2 |
369 | 2024-11-27T17:46:02.637Z | Downloaded smawk v0.3.2 |
370 | 2024-11-27T17:46:02.637Z | Downloaded pest_derive v2.7.14 |
371 | 2024-11-27T17:46:02.640Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-11-27T17:46:02.640Z | Downloaded indexmap v2.6.0 |
373 | 2024-11-27T17:46:02.643Z | Downloaded thiserror v1.0.69 |
374 | 2024-11-27T17:46:02.648Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2024-11-27T17:46:02.652Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-11-27T17:46:02.655Z | Downloaded proc-macro2 v1.0.89 |
377 | 2024-11-27T17:46:02.658Z | Downloaded textwrap v0.16.1 |
378 | 2024-11-27T17:46:02.660Z | Downloaded typenum v1.17.0 |
379 | 2024-11-27T17:46:02.663Z | Downloaded log v0.4.22 |
380 | 2024-11-27T17:46:02.665Z | Downloaded pest_meta v2.7.14 |
381 | 2024-11-27T17:46:02.668Z | Downloaded thiserror-impl v1.0.69 |
382 | 2024-11-27T17:46:02.668Z | Downloaded sha2 v0.10.8 |
383 | 2024-11-27T17:46:02.671Z | Downloaded ucd-trie v0.1.7 |
384 | 2024-11-27T17:46:02.671Z | Downloaded serde_derive v1.0.215 |
385 | 2024-11-27T17:46:02.673Z | Downloaded proc-macro-error v1.0.4 |
386 | 2024-11-27T17:46:02.699Z | Downloaded serde v1.0.215 |
387 | 2024-11-27T17:46:02.718Z | Downloaded memchr v2.7.4 |
388 | 2024-11-27T17:46:02.723Z | Downloaded zerocopy v0.7.35 |
389 | 2024-11-27T17:46:02.744Z | Downloaded toml_edit v0.22.22 |
390 | 2024-11-27T17:46:02.761Z | Downloaded pest v2.7.14 |
391 | 2024-11-27T17:46:02.766Z | Downloaded hashbrown v0.15.0 |
392 | 2024-11-27T17:46:02.774Z | Downloaded serde_json v1.0.132 |
393 | 2024-11-27T17:46:02.779Z | Downloaded tabled v0.15.0 |
394 | 2024-11-27T17:46:02.794Z | Downloaded winnow v0.6.20 |
395 | 2024-11-27T17:46:02.801Z | Downloaded syn v1.0.109 |
396 | 2024-11-27T17:46:02.811Z | Downloaded goblin v0.8.2 |
397 | 2024-11-27T17:46:02.817Z | Downloaded unicode-width v0.1.14 |
398 | 2024-11-27T17:46:02.822Z | Downloaded clap_builder v4.5.21 |
399 | 2024-11-27T17:46:02.829Z | Downloaded syn v2.0.87 |
400 | 2024-11-27T17:46:02.844Z | Downloaded rustix v0.38.37 |
401 | 2024-11-27T17:46:02.877Z | Downloaded libc v0.2.162 |
402 | 2024-11-27T17:46:03.187Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-27T17:46:03.187Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-27T17:46:03.190Z | Compiling version_check v0.9.5 |
405 | 2024-11-27T17:46:03.190Z | Compiling serde v1.0.215 |
406 | 2024-11-27T17:46:03.190Z | Compiling memchr v2.7.4 |
407 | 2024-11-27T17:46:03.190Z | Compiling thiserror v1.0.69 |
408 | 2024-11-27T17:46:03.190Z | Compiling libc v0.2.162 |
409 | 2024-11-27T17:46:03.222Z | Compiling ryu v1.0.18 |
410 | 2024-11-27T17:46:03.433Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-27T17:46:03.631Z | Compiling itoa v1.0.11 |
412 | 2024-11-27T17:46:03.841Z | Compiling once_cell v1.20.2 |
413 | 2024-11-27T17:46:04.018Z | Compiling byteorder v1.5.0 |
414 | 2024-11-27T17:46:04.175Z | Compiling rustix v0.38.37 |
415 | 2024-11-27T17:46:04.668Z | Compiling serde_json v1.0.132 |
416 | 2024-11-27T17:46:04.694Z | Compiling bitflags v2.6.0 |
417 | 2024-11-27T17:46:04.888Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-11-27T17:46:04.987Z | Compiling usdt-impl v0.5.0 |
419 | 2024-11-27T17:46:05.033Z | Compiling syn v1.0.109 |
420 | 2024-11-27T17:46:05.085Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-11-27T17:46:05.106Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-27T17:46:05.223Z | Compiling equivalent v1.0.1 |
423 | 2024-11-27T17:46:05.277Z | Compiling log v0.4.22 |
424 | 2024-11-27T17:46:05.340Z | Compiling hashbrown v0.15.0 |
425 | 2024-11-27T17:46:05.364Z | Compiling camino v1.1.9 |
426 | 2024-11-27T17:46:05.448Z | Compiling plain v0.2.3 |
427 | 2024-11-27T17:46:05.657Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-11-27T17:46:05.688Z | Compiling quote v1.0.37 |
429 | 2024-11-27T17:46:05.773Z | Compiling thread-id v4.2.2 |
430 | 2024-11-27T17:46:05.898Z | Compiling errno v0.3.9 |
431 | 2024-11-27T17:46:05.979Z | Compiling autocfg v1.4.0 |
432 | 2024-11-27T17:46:06.076Z | Compiling syn v2.0.87 |
433 | 2024-11-27T17:46:06.246Z | Compiling unicode-width v0.1.14 |
434 | 2024-11-27T17:46:06.380Z | Compiling semver v1.0.23 |
435 | 2024-11-27T17:46:06.583Z | Compiling indexmap v2.6.0 |
436 | 2024-11-27T17:46:06.770Z | Compiling pretty-hex v0.4.1 |
437 | 2024-11-27T17:46:06.905Z | Compiling anstyle-query v1.1.1 |
438 | 2024-11-27T17:46:06.997Z | Compiling anstyle v1.0.10 |
439 | 2024-11-27T17:46:07.059Z | Compiling winnow v0.6.20 |
440 | 2024-11-27T17:46:07.130Z | Compiling is_terminal_polyfill v1.70.1 |
441 | 2024-11-27T17:46:07.255Z | Compiling colorchoice v1.0.2 |
442 | 2024-11-27T17:46:07.416Z | Compiling anstream v0.6.15 |
443 | 2024-11-27T17:46:07.419Z | Compiling fs-err v2.11.0 |
444 | 2024-11-27T17:46:08.023Z | Compiling heck v0.4.1 |
445 | 2024-11-27T17:46:08.048Z | Compiling clap_lex v0.7.2 |
446 | 2024-11-27T17:46:08.195Z | Compiling bytecount v0.6.8 |
447 | 2024-11-27T17:46:08.429Z | Compiling terminal_size v0.4.0 |
448 | 2024-11-27T17:46:08.504Z | Compiling fnv v1.0.7 |
449 | 2024-11-27T17:46:08.750Z | Compiling anyhow v1.0.93 |
450 | 2024-11-27T17:46:08.766Z | Compiling fastrand v2.1.1 |
451 | 2024-11-27T17:46:08.766Z | Compiling strsim v0.11.1 |
452 | 2024-11-27T17:46:08.767Z | Compiling heck v0.5.0 |
453 | 2024-11-27T17:46:09.196Z | Compiling cfg-if v1.0.0 |
454 | 2024-11-27T17:46:09.222Z | Compiling clap_builder v4.5.21 |
455 | 2024-11-27T17:46:09.300Z | Compiling tempfile v3.13.0 |
456 | 2024-11-27T17:46:09.577Z | Compiling papergrid v0.11.0 |
457 | 2024-11-27T17:46:09.772Z | Compiling memmap v0.7.0 |
458 | 2024-11-27T17:46:09.798Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-11-27T17:46:10.155Z | Compiling smawk v0.3.2 |
460 | 2024-11-27T17:46:10.377Z | Compiling textwrap v0.16.1 |
461 | 2024-11-27T17:46:10.768Z | Compiling swrite v0.1.0 |
462 | 2024-11-27T17:46:11.778Z | Compiling tabled_derive v0.7.0 |
463 | 2024-11-27T17:46:13.320Z | Compiling tabled v0.15.0 |
464 | 2024-11-27T17:46:15.022Z | Compiling serde_derive v1.0.215 |
465 | 2024-11-27T17:46:15.022Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-11-27T17:46:15.024Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-11-27T17:46:15.024Z | Compiling scroll_derive v0.12.0 |
468 | 2024-11-27T17:46:15.024Z | Compiling clap_derive v4.5.18 |
469 | 2024-11-27T17:46:16.166Z | Compiling scroll v0.12.0 |
470 | 2024-11-27T17:46:16.593Z | Compiling zerocopy v0.7.35 |
471 | 2024-11-27T17:46:16.649Z | Compiling goblin v0.8.2 |
472 | 2024-11-27T17:46:17.843Z | Compiling pest v2.7.14 |
473 | 2024-11-27T17:46:18.859Z | Compiling clap v4.5.21 |
474 | 2024-11-27T17:46:19.894Z | Compiling pest_meta v2.7.14 |
475 | 2024-11-27T17:46:20.714Z | Compiling pest_generator v2.7.14 |
476 | 2024-11-27T17:46:22.651Z | Compiling pest_derive v2.7.14 |
477 | 2024-11-27T17:46:23.344Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-11-27T17:46:24.998Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-11-27T17:46:25.186Z | Compiling toml_datetime v0.6.8 |
480 | 2024-11-27T17:46:25.186Z | Compiling serde_spanned v0.6.8 |
481 | 2024-11-27T17:46:25.284Z | Compiling cargo-platform v0.1.8 |
482 | 2024-11-27T17:46:25.549Z | Compiling toml_edit v0.22.22 |
483 | 2024-11-27T17:46:25.576Z | Compiling macaddr v1.0.1 |
484 | 2024-11-27T17:46:25.825Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-11-27T17:46:26.466Z | Compiling dof v0.3.0 |
486 | 2024-11-27T17:46:26.680Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-11-27T17:46:28.141Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-11-27T17:46:28.144Z | Compiling usdt-macro v0.5.0 |
489 | 2024-11-27T17:46:28.342Z | Compiling toml v0.8.19 |
490 | 2024-11-27T17:46:29.216Z | Compiling cargo_toml v0.20.5 |
491 | 2024-11-27T17:46:29.420Z | Compiling usdt v0.5.0 |
492 | 2024-11-27T17:46:32.724Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-11-27T17:46:36.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.15s |
494 | 2024-11-27T17:46:37.175Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-11-27T17:46:37.725Z | Downloading crates ... |
496 | 2024-11-27T17:46:37.870Z | Downloaded addr2line v0.24.2 |
497 | 2024-11-27T17:46:37.884Z | Downloaded aes v0.8.4 |
498 | 2024-11-27T17:46:37.888Z | Downloaded adler2 v2.0.0 |
499 | 2024-11-27T17:46:37.898Z | Downloaded aho-corasick v1.1.3 |
500 | 2024-11-27T17:46:37.905Z | Downloaded ahash v0.8.11 |
501 | 2024-11-27T17:46:37.909Z | Downloaded aead v0.5.2 |
502 | 2024-11-27T17:46:37.911Z | Downloaded aes-gcm v0.10.3 |
503 | 2024-11-27T17:46:37.919Z | Downloaded arrayvec v0.7.6 |
504 | 2024-11-27T17:46:37.922Z | Downloaded darling v0.20.10 |
505 | 2024-11-27T17:46:37.927Z | Downloaded async-trait v0.1.83 |
506 | 2024-11-27T17:46:37.931Z | Downloaded arc-swap v1.7.1 |
507 | 2024-11-27T17:46:37.934Z | Downloaded async-stream-impl v0.3.6 |
508 | 2024-11-27T17:46:37.937Z | Downloaded base64 v0.21.7 |
509 | 2024-11-27T17:46:37.940Z | Downloaded base64 v0.13.1 |
510 | 2024-11-27T17:46:37.944Z | Downloaded heapless v0.8.0 |
511 | 2024-11-27T17:46:37.948Z | Downloaded hostname v0.3.1 |
512 | 2024-11-27T17:46:37.951Z | Downloaded bitflags v1.3.2 |
513 | 2024-11-27T17:46:37.954Z | Downloaded hmac v0.12.1 |
514 | 2024-11-27T17:46:37.957Z | Downloaded hickory-resolver v0.24.1 |
515 | 2024-11-27T17:46:37.962Z | Downloaded hickory-server v0.24.1 |
516 | 2024-11-27T17:46:37.968Z | Downloaded http-body-util v0.1.2 |
517 | 2024-11-27T17:46:37.972Z | Downloaded heck v0.3.3 |
518 | 2024-11-27T17:46:37.975Z | Downloaded heapless v0.7.17 |
519 | 2024-11-27T17:46:37.978Z | Downloaded http-body v1.0.1 |
520 | 2024-11-27T17:46:37.978Z | Downloaded hickory-client v0.24.1 |
521 | 2024-11-27T17:46:37.982Z | Downloaded highway v1.2.0 |
522 | 2024-11-27T17:46:37.985Z | Downloaded cfg_aliases v0.1.1 |
523 | 2024-11-27T17:46:37.985Z | Downloaded cexpr v0.6.0 |
524 | 2024-11-27T17:46:37.987Z | Downloaded hostname v0.4.0 |
525 | 2024-11-27T17:46:37.989Z | Downloaded hex v0.4.3 |
526 | 2024-11-27T17:46:37.992Z | Downloaded httparse v1.9.5 |
527 | 2024-11-27T17:46:37.994Z | Downloaded cipher v0.4.4 |
528 | 2024-11-27T17:46:37.996Z | Downloaded chrono-tz-build v0.4.0 |
529 | 2024-11-27T17:46:37.998Z | Downloaded ciborium-io v0.2.2 |
530 | 2024-11-27T17:46:37.998Z | Downloaded crunchy v0.2.2 |
531 | 2024-11-27T17:46:38.002Z | Downloaded bitfield-struct v0.6.2 |
532 | 2024-11-27T17:46:38.002Z | Downloaded http-range v0.1.5 |
533 | 2024-11-27T17:46:38.004Z | Downloaded headers-core v0.3.0 |
534 | 2024-11-27T17:46:38.005Z | Downloaded async-stream v0.3.6 |
535 | 2024-11-27T17:46:38.007Z | Downloaded cstr-argument v0.1.2 |
536 | 2024-11-27T17:46:38.007Z | Downloaded crucible-workspace-hack v0.1.0 |
537 | 2024-11-27T17:46:38.009Z | Downloaded cassowary v0.3.0 |
538 | 2024-11-27T17:46:38.009Z | Downloaded home v0.5.9 |
539 | 2024-11-27T17:46:38.012Z | Downloaded hkdf v0.12.4 |
540 | 2024-11-27T17:46:38.015Z | Downloaded hubpack_derive v0.1.1 |
541 | 2024-11-27T17:46:38.015Z | Downloaded async-bb8-diesel v0.2.1 |
542 | 2024-11-27T17:46:38.018Z | Downloaded constant_time_eq v0.3.1 |
543 | 2024-11-27T17:46:38.021Z | Downloaded cancel-safe-futures v0.1.5 |
544 | 2024-11-27T17:46:38.023Z | Downloaded blowfish v0.9.1 |
545 | 2024-11-27T17:46:38.025Z | Downloaded bit-vec v0.6.3 |
546 | 2024-11-27T17:46:38.028Z | Downloaded ascii-canvas v3.0.0 |
547 | 2024-11-27T17:46:38.028Z | Downloaded is_ci v1.2.0 |
548 | 2024-11-27T17:46:38.030Z | Downloaded rpassword v7.3.1 |
549 | 2024-11-27T17:46:38.032Z | Downloaded crc v3.2.1 |
550 | 2024-11-27T17:46:38.035Z | Downloaded icu_provider_macros v1.5.0 |
551 | 2024-11-27T17:46:38.035Z | Downloaded chacha20 v0.9.1 |
552 | 2024-11-27T17:46:38.038Z | Downloaded bit-set v0.5.3 |
553 | 2024-11-27T17:46:38.038Z | Downloaded const_format_proc_macros v0.2.33 |
554 | 2024-11-27T17:46:38.041Z | Downloaded cmake v0.1.51 |
555 | 2024-11-27T17:46:38.043Z | Downloaded ident_case v1.0.1 |
556 | 2024-11-27T17:46:38.043Z | Downloaded bcrypt-pbkdf v0.10.0 |
557 | 2024-11-27T17:46:38.046Z | Downloaded instant v0.1.13 |
558 | 2024-11-27T17:46:38.046Z | Downloaded curve25519-dalek-derive v0.1.1 |
559 | 2024-11-27T17:46:38.049Z | Downloaded ctr v0.9.2 |
560 | 2024-11-27T17:46:38.049Z | Downloaded crc-catalog v2.4.0 |
561 | 2024-11-27T17:46:38.052Z | Downloaded colored v2.1.0 |
562 | 2024-11-27T17:46:38.054Z | Downloaded signal-hook-tokio v0.3.1 |
563 | 2024-11-27T17:46:38.056Z | Downloaded httpdate v1.0.3 |
564 | 2024-11-27T17:46:38.056Z | Downloaded clang-sys v1.8.1 |
565 | 2024-11-27T17:46:38.060Z | Downloaded blake2 v0.10.6 |
566 | 2024-11-27T17:46:38.062Z | Downloaded impl-trait-for-tuples v0.2.2 |
567 | 2024-11-27T17:46:38.064Z | Downloaded match_cfg v0.1.0 |
568 | 2024-11-27T17:46:38.066Z | Downloaded internet-checksum v0.2.1 |
569 | 2024-11-27T17:46:38.066Z | Downloaded convert_case v0.4.0 |
570 | 2024-11-27T17:46:38.069Z | Downloaded serde-big-array v0.5.1 |
571 | 2024-11-27T17:46:38.072Z | Downloaded md5 v0.7.0 |
572 | 2024-11-27T17:46:38.072Z | Downloaded matches v0.1.10 |
573 | 2024-11-27T17:46:38.072Z | Downloaded bzip2 v0.4.4 |
574 | 2024-11-27T17:46:38.077Z | Downloaded strum v0.26.3 |
575 | 2024-11-27T17:46:38.077Z | Downloaded sigpipe v0.1.3 |
576 | 2024-11-27T17:46:38.077Z | Downloaded toolchain_find v0.4.0 |
577 | 2024-11-27T17:46:38.081Z | Downloaded bcs v0.1.6 |
578 | 2024-11-27T17:46:38.081Z | Downloaded cbc v0.1.2 |
579 | 2024-11-27T17:46:38.084Z | Downloaded progenitor-macro v0.8.0 |
580 | 2024-11-27T17:46:38.084Z | Downloaded humantime v2.1.0 |
581 | 2024-11-27T17:46:38.086Z | Downloaded ref-cast v1.0.23 |
582 | 2024-11-27T17:46:38.088Z | Downloaded rand_chacha v0.3.1 |
583 | 2024-11-27T17:46:38.088Z | Downloaded hubpack v0.1.2 |
584 | 2024-11-27T17:46:38.092Z | Downloaded quinn-udp v0.5.5 |
585 | 2024-11-27T17:46:38.092Z | Downloaded rustc_version v0.1.7 |
586 | 2024-11-27T17:46:38.096Z | Downloaded linked-hash-map v0.5.6 |
587 | 2024-11-27T17:46:38.096Z | Downloaded inout v0.1.3 |
588 | 2024-11-27T17:46:38.099Z | Downloaded ciborium v0.2.2 |
589 | 2024-11-27T17:46:38.099Z | Downloaded libsw v3.3.1 |
590 | 2024-11-27T17:46:38.101Z | Downloaded crossbeam-deque v0.8.5 |
591 | 2024-11-27T17:46:38.103Z | Downloaded kstat-rs v0.2.4 |
592 | 2024-11-27T17:46:38.105Z | Downloaded same-file v1.0.6 |
593 | 2024-11-27T17:46:38.105Z | Downloaded libefi-sys v0.1.0 |
594 | 2024-11-27T17:46:38.109Z | Downloaded signature v2.2.0 |
595 | 2024-11-27T17:46:38.109Z | Downloaded lru v0.12.5 |
596 | 2024-11-27T17:46:38.111Z | Downloaded managed v0.8.0 |
597 | 2024-11-27T17:46:38.111Z | Downloaded lru-cache v0.1.2 |
598 | 2024-11-27T17:46:38.114Z | Downloaded lockfree-object-pool v0.1.6 |
599 | 2024-11-27T17:46:38.117Z | Downloaded difflib v0.4.0 |
600 | 2024-11-27T17:46:38.117Z | Downloaded lalrpop-util v0.19.12 |
601 | 2024-11-27T17:46:38.119Z | Downloaded instability v0.3.2 |
602 | 2024-11-27T17:46:38.119Z | Downloaded is-terminal v0.4.13 |
603 | 2024-11-27T17:46:38.121Z | Downloaded csv-core v0.1.11 |
604 | 2024-11-27T17:46:38.124Z | Downloaded structmeta-derive v0.2.0 |
605 | 2024-11-27T17:46:38.124Z | Downloaded ipnetwork v0.20.0 |
606 | 2024-11-27T17:46:38.127Z | Downloaded iana-time-zone v0.1.61 |
607 | 2024-11-27T17:46:38.130Z | Downloaded crc-any v2.5.0 |
608 | 2024-11-27T17:46:38.132Z | Downloaded foreign-types-shared v0.3.1 |
609 | 2024-11-27T17:46:38.132Z | Downloaded enum-as-inner v0.5.1 |
610 | 2024-11-27T17:46:38.136Z | Downloaded linear-map v1.2.0 |
611 | 2024-11-27T17:46:38.136Z | Downloaded memoffset v0.9.1 |
612 | 2024-11-27T17:46:38.140Z | Downloaded maplit v1.0.2 |
613 | 2024-11-27T17:46:38.140Z | Downloaded twox-hash v1.6.3 |
614 | 2024-11-27T17:46:38.143Z | Downloaded ssh-encoding v0.2.0 |
615 | 2024-11-27T17:46:38.143Z | Downloaded simd-adler32 v0.3.7 |
616 | 2024-11-27T17:46:38.146Z | Downloaded hyper-staticfile v0.10.1 |
617 | 2024-11-27T17:46:38.148Z | Downloaded crossbeam-utils v0.8.20 |
618 | 2024-11-27T17:46:38.150Z | Downloaded strum_macros v0.24.3 |
619 | 2024-11-27T17:46:38.154Z | Downloaded cookie v0.18.1 |
620 | 2024-11-27T17:46:38.157Z | Downloaded number_prefix v0.4.0 |
621 | 2024-11-27T17:46:38.157Z | Downloaded icu_locid_transform v1.5.0 |
622 | 2024-11-27T17:46:38.161Z | Downloaded lock_api v0.4.12 |
623 | 2024-11-27T17:46:38.164Z | Downloaded libloading v0.8.5 |
624 | 2024-11-27T17:46:38.164Z | Downloaded mime_guess v2.0.5 |
625 | 2024-11-27T17:46:38.168Z | Downloaded hyper-rustls v0.27.3 |
626 | 2024-11-27T17:46:38.171Z | Downloaded phf_shared v0.10.0 |
627 | 2024-11-27T17:46:38.171Z | Downloaded litemap v0.7.3 |
628 | 2024-11-27T17:46:38.175Z | Downloaded ipnet v2.10.1 |
629 | 2024-11-27T17:46:38.175Z | Downloaded either v1.13.0 |
630 | 2024-11-27T17:46:38.179Z | Downloaded structmeta-derive v0.3.0 |
631 | 2024-11-27T17:46:38.179Z | Downloaded flagset v0.4.6 |
632 | 2024-11-27T17:46:38.179Z | Downloaded bytes v1.8.0 |
633 | 2024-11-27T17:46:38.184Z | Downloaded env_filter v0.1.2 |
634 | 2024-11-27T17:46:38.186Z | Downloaded icu_normalizer_data v1.5.0 |
635 | 2024-11-27T17:46:38.188Z | Downloaded fragile v2.0.0 |
636 | 2024-11-27T17:46:38.197Z | Downloaded form_urlencoded v1.2.1 |
637 | 2024-11-27T17:46:38.197Z | Downloaded backtrace v0.3.74 |
638 | 2024-11-27T17:46:38.203Z | Downloaded hash32 v0.3.1 |
639 | 2024-11-27T17:46:38.203Z | Downloaded strum_macros v0.25.3 |
640 | 2024-11-27T17:46:38.203Z | Downloaded russh-cryptovec v0.7.3 |
641 | 2024-11-27T17:46:38.203Z | Downloaded time-core v0.1.2 |
642 | 2024-11-27T17:46:38.205Z | Downloaded crc32fast v1.4.2 |
643 | 2024-11-27T17:46:38.205Z | Downloaded sqlparser_derive v0.2.2 |
644 | 2024-11-27T17:46:38.205Z | Downloaded icu_locid_transform_data v1.5.0 |
645 | 2024-11-27T17:46:38.208Z | Downloaded hash32 v0.2.1 |
646 | 2024-11-27T17:46:38.211Z | Downloaded dirs-sys-next v0.1.2 |
647 | 2024-11-27T17:46:38.211Z | Downloaded foldhash v0.1.3 |
648 | 2024-11-27T17:46:38.211Z | Downloaded zone v0.1.8 |
649 | 2024-11-27T17:46:38.216Z | Downloaded nibble_vec v0.1.0 |
650 | 2024-11-27T17:46:38.216Z | Downloaded defmt-macros v0.3.9 |
651 | 2024-11-27T17:46:38.219Z | Downloaded r2d2 v0.8.10 |
652 | 2024-11-27T17:46:38.219Z | Downloaded progenitor v0.8.0 |
653 | 2024-11-27T17:46:38.223Z | Downloaded mockall v0.13.0 |
654 | 2024-11-27T17:46:38.223Z | Downloaded icu_normalizer v1.5.0 |
655 | 2024-11-27T17:46:38.225Z | Downloaded endian-type v0.1.2 |
656 | 2024-11-27T17:46:38.227Z | Downloaded bumpalo v3.16.0 |
657 | 2024-11-27T17:46:38.230Z | Downloaded typify v0.2.0 |
658 | 2024-11-27T17:46:38.232Z | Downloaded try-lock v0.2.5 |
659 | 2024-11-27T17:46:38.236Z | Downloaded progenitor-impl v0.8.0 |
660 | 2024-11-27T17:46:38.238Z | Downloaded rtoolbox v0.0.2 |
661 | 2024-11-27T17:46:38.238Z | Downloaded futures-sink v0.3.31 |
662 | 2024-11-27T17:46:38.249Z | Downloaded num_threads v0.1.7 |
663 | 2024-11-27T17:46:38.252Z | Downloaded foreign-types-macros v0.2.3 |
664 | 2024-11-27T17:46:38.252Z | Downloaded diesel_table_macro_syntax v0.2.0 |
665 | 2024-11-27T17:46:38.252Z | Downloaded indexmap v1.9.3 |
666 | 2024-11-27T17:46:38.255Z | Downloaded peg v0.8.4 |
667 | 2024-11-27T17:46:38.260Z | Downloaded termcolor v1.4.1 |
668 | 2024-11-27T17:46:38.262Z | Downloaded thread_local v1.1.8 |
669 | 2024-11-27T17:46:38.265Z | Downloaded progenitor-client v0.8.0 |
670 | 2024-11-27T17:46:38.265Z | Downloaded opaque-debug v0.3.1 |
671 | 2024-11-27T17:46:38.268Z | Downloaded powerfmt v0.2.0 |
672 | 2024-11-27T17:46:38.268Z | Downloaded pin-utils v0.1.0 |
673 | 2024-11-27T17:46:38.272Z | Downloaded parking_lot_core v0.8.6 |
674 | 2024-11-27T17:46:38.272Z | Downloaded similar v2.6.0 |
675 | 2024-11-27T17:46:38.276Z | Downloaded zeroize_derive v1.4.2 |
676 | 2024-11-27T17:46:38.279Z | Downloaded diesel-dtrace v0.3.0 |
677 | 2024-11-27T17:46:38.279Z | Downloaded zone v0.3.0 |
678 | 2024-11-27T17:46:38.281Z | Downloaded zerovec-derive v0.10.3 |
679 | 2024-11-27T17:46:38.285Z | Downloaded icu_properties v1.5.1 |
680 | 2024-11-27T17:46:38.289Z | Downloaded owo-colors v4.1.0 |
681 | 2024-11-27T17:46:38.289Z | Downloaded ena v0.14.3 |
682 | 2024-11-27T17:46:38.291Z | Downloaded diff v0.1.13 |
683 | 2024-11-27T17:46:38.293Z | Downloaded psl-types v2.0.11 |
684 | 2024-11-27T17:46:38.293Z | Downloaded vte v0.11.1 |
685 | 2024-11-27T17:46:38.297Z | Downloaded sync_wrapper v1.0.1 |
686 | 2024-11-27T17:46:38.300Z | Downloaded num_enum_derive v0.5.11 |
687 | 2024-11-27T17:46:38.300Z | Downloaded sync-ptr v0.1.1 |
688 | 2024-11-27T17:46:38.303Z | Downloaded vergen v8.3.2 |
689 | 2024-11-27T17:46:38.305Z | Downloaded num_enum v0.5.11 |
690 | 2024-11-27T17:46:38.308Z | Downloaded write16 v1.0.0 |
691 | 2024-11-27T17:46:38.311Z | Downloaded vte_generate_state_changes v0.1.2 |
692 | 2024-11-27T17:46:38.311Z | Downloaded olpc-cjson v0.1.4 |
693 | 2024-11-27T17:46:38.314Z | Downloaded tracing-attributes v0.1.27 |
694 | 2024-11-27T17:46:38.316Z | Downloaded float-ord v0.3.2 |
695 | 2024-11-27T17:46:38.316Z | Downloaded yoke-derive v0.7.4 |
696 | 2024-11-27T17:46:38.318Z | Downloaded termtree v0.4.1 |
697 | 2024-11-27T17:46:38.318Z | Downloaded rustfmt-wrapper v0.2.1 |
698 | 2024-11-27T17:46:38.322Z | Downloaded peg-macros v0.8.4 |
699 | 2024-11-27T17:46:38.322Z | Downloaded rustc_version v0.4.1 |
700 | 2024-11-27T17:46:38.326Z | Downloaded foreign-types v0.5.0 |
701 | 2024-11-27T17:46:38.326Z | Downloaded parking_lot v0.12.3 |
702 | 2024-11-27T17:46:38.333Z | Downloaded rand_seeder v0.3.0 |
703 | 2024-11-27T17:46:38.337Z | Downloaded phf_generator v0.11.2 |
704 | 2024-11-27T17:46:38.337Z | Downloaded salsa20 v0.10.2 |
705 | 2024-11-27T17:46:38.337Z | Downloaded num v0.4.3 |
706 | 2024-11-27T17:46:38.337Z | Downloaded nodrop v0.1.14 |
707 | 2024-11-27T17:46:38.337Z | Downloaded num-conv v0.1.0 |
708 | 2024-11-27T17:46:38.337Z | Downloaded fxhash v0.2.1 |
709 | 2024-11-27T17:46:38.340Z | Downloaded derive_builder_macro v0.20.2 |
710 | 2024-11-27T17:46:38.340Z | Downloaded rustc-demangle v0.1.24 |
711 | 2024-11-27T17:46:38.340Z | Downloaded pkg-config v0.3.31 |
712 | 2024-11-27T17:46:38.342Z | Downloaded postgres-types v0.2.8 |
713 | 2024-11-27T17:46:38.345Z | Downloaded smf v0.2.3 |
714 | 2024-11-27T17:46:38.348Z | Downloaded take_mut v0.2.2 |
715 | 2024-11-27T17:46:38.348Z | Downloaded predicates-tree v1.0.11 |
716 | 2024-11-27T17:46:38.348Z | Downloaded pkcs1 v0.7.5 |
717 | 2024-11-27T17:46:38.353Z | Downloaded parse-size v1.1.0 |
718 | 2024-11-27T17:46:38.353Z | Downloaded num-iter v0.1.45 |
719 | 2024-11-27T17:46:38.362Z | Downloaded newtype-uuid v1.1.3 |
720 | 2024-11-27T17:46:38.362Z | Downloaded synstructure v0.13.1 |
721 | 2024-11-27T17:46:38.362Z | Downloaded supports-color v3.0.1 |
722 | 2024-11-27T17:46:38.365Z | Downloaded der v0.7.9 |
723 | 2024-11-27T17:46:38.365Z | Downloaded rand_xorshift v0.3.0 |
724 | 2024-11-27T17:46:38.365Z | Downloaded hyper-util v0.1.10 |
725 | 2024-11-27T17:46:38.368Z | Downloaded crossbeam-channel v0.5.13 |
726 | 2024-11-27T17:46:38.372Z | Downloaded indicatif v0.17.9 |
727 | 2024-11-27T17:46:38.377Z | Downloaded icu_collections v1.5.0 |
728 | 2024-11-27T17:46:38.382Z | Downloaded sha1 v0.10.6 |
729 | 2024-11-27T17:46:38.386Z | Downloaded darling_macro v0.20.10 |
730 | 2024-11-27T17:46:38.390Z | Downloaded tinyvec_macros v0.1.1 |
731 | 2024-11-27T17:46:38.390Z | Downloaded untrusted v0.9.0 |
732 | 2024-11-27T17:46:38.390Z | Downloaded ghash v0.5.1 |
733 | 2024-11-27T17:46:38.393Z | Downloaded gethostname v0.5.0 |
734 | 2024-11-27T17:46:38.393Z | Downloaded futures-task v0.3.31 |
735 | 2024-11-27T17:46:38.393Z | Downloaded wait-timeout v0.2.0 |
736 | 2024-11-27T17:46:38.398Z | Downloaded ecdsa v0.16.9 |
737 | 2024-11-27T17:46:38.403Z | Downloaded num-traits v0.2.19 |
738 | 2024-11-27T17:46:38.403Z | Downloaded debug-ignore v1.0.5 |
739 | 2024-11-27T17:46:38.403Z | Downloaded packed_struct v0.10.1 |
740 | 2024-11-27T17:46:38.405Z | Downloaded tokio-macros v2.4.0 |
741 | 2024-11-27T17:46:38.405Z | Downloaded parse-display-derive v0.10.0 |
742 | 2024-11-27T17:46:38.409Z | Downloaded parse-display v0.10.0 |
743 | 2024-11-27T17:46:38.409Z | Downloaded packed_struct_codegen v0.10.1 |
744 | 2024-11-27T17:46:38.412Z | Downloaded num-rational v0.4.2 |
745 | 2024-11-27T17:46:38.412Z | Downloaded openssl-probe v0.1.5 |
746 | 2024-11-27T17:46:38.412Z | Downloaded fd-lock v4.0.2 |
747 | 2024-11-27T17:46:38.415Z | Downloaded pkcs8 v0.10.2 |
748 | 2024-11-27T17:46:38.417Z | Downloaded native-tls v0.2.12 |
749 | 2024-11-27T17:46:38.422Z | Downloaded slog-async v2.8.0 |
750 | 2024-11-27T17:46:38.425Z | Downloaded untrusted v0.7.1 |
751 | 2024-11-27T17:46:38.425Z | Downloaded universal-hash v0.5.1 |
752 | 2024-11-27T17:46:38.425Z | Downloaded tinystr v0.7.6 |
753 | 2024-11-27T17:46:38.429Z | Downloaded tungstenite v0.24.0 |
754 | 2024-11-27T17:46:38.432Z | Downloaded oso-derive v0.27.3 |
755 | 2024-11-27T17:46:38.432Z | Downloaded http v1.1.0 |
756 | 2024-11-27T17:46:38.435Z | Downloaded utf8_iter v1.0.4 |
757 | 2024-11-27T17:46:38.438Z | Downloaded utf16_iter v1.0.5 |
758 | 2024-11-27T17:46:38.438Z | Downloaded unicode-xid v0.2.6 |
759 | 2024-11-27T17:46:38.441Z | Downloaded rayon-core v1.12.1 |
760 | 2024-11-27T17:46:38.445Z | Downloaded diesel_derives v2.2.3 |
761 | 2024-11-27T17:46:38.448Z | Downloaded fallible-iterator v0.3.0 |
762 | 2024-11-27T17:46:38.450Z | Downloaded num-complex v0.4.6 |
763 | 2024-11-27T17:46:38.455Z | Downloaded crossterm v0.28.1 |
764 | 2024-11-27T17:46:38.459Z | Downloaded tower-service v0.3.3 |
765 | 2024-11-27T17:46:38.462Z | Downloaded proc-macro-crate v1.3.1 |
766 | 2024-11-27T17:46:38.462Z | Downloaded openssl-macros v0.1.1 |
767 | 2024-11-27T17:46:38.465Z | Downloaded termios v0.3.3 |
768 | 2024-11-27T17:46:38.465Z | Downloaded multimap v0.10.0 |
769 | 2024-11-27T17:46:38.469Z | Downloaded schemars_derive v0.8.21 |
770 | 2024-11-27T17:46:38.469Z | Downloaded rusty-fork v0.3.0 |
771 | 2024-11-27T17:46:38.473Z | Downloaded env_logger v0.11.5 |
772 | 2024-11-27T17:46:38.477Z | Downloaded rustversion v1.0.17 |
773 | 2024-11-27T17:46:38.477Z | Downloaded omicron-zone-package v0.11.1 |
774 | 2024-11-27T17:46:38.480Z | Downloaded path-slash v0.1.5 |
775 | 2024-11-27T17:46:38.485Z | Downloaded phf_codegen v0.11.2 |
776 | 2024-11-27T17:46:38.485Z | Downloaded phf v0.11.2 |
777 | 2024-11-27T17:46:38.485Z | Downloaded tls_codec v0.4.1 |
778 | 2024-11-27T17:46:38.487Z | Downloaded ref-cast-impl v1.0.23 |
779 | 2024-11-27T17:46:38.487Z | Downloaded phf_shared v0.11.2 |
780 | 2024-11-27T17:46:38.491Z | Downloaded siphasher v0.3.11 |
781 | 2024-11-27T17:46:38.491Z | Downloaded fallible-streaming-iterator v0.1.9 |
782 | 2024-11-27T17:46:38.495Z | Downloaded derive_builder_core v0.20.2 |
783 | 2024-11-27T17:46:38.495Z | Downloaded yoke v0.7.4 |
784 | 2024-11-27T17:46:38.499Z | Downloaded dropshot_endpoint v0.13.0 |
785 | 2024-11-27T17:46:38.501Z | Downloaded signal-hook-registry v1.4.2 |
786 | 2024-11-27T17:46:38.501Z | Downloaded tracing v0.1.40 |
787 | 2024-11-27T17:46:38.506Z | Downloaded defmt v0.3.8 |
788 | 2024-11-27T17:46:38.509Z | Downloaded want v0.3.1 |
789 | 2024-11-27T17:46:38.513Z | Downloaded wyz v0.5.1 |
790 | 2024-11-27T17:46:38.513Z | Downloaded zip v2.1.3 |
791 | 2024-11-27T17:46:38.518Z | Downloaded slog v2.7.0 |
792 | 2024-11-27T17:46:38.520Z | Downloaded fallible-iterator v0.2.0 |
793 | 2024-11-27T17:46:38.523Z | Downloaded waitgroup v0.1.2 |
794 | 2024-11-27T17:46:38.526Z | Downloaded group v0.13.0 |
795 | 2024-11-27T17:46:38.526Z | Downloaded sqlformat v0.2.6 |
796 | 2024-11-27T17:46:38.528Z | Downloaded password-hash v0.4.2 |
797 | 2024-11-27T17:46:38.531Z | Downloaded tokio-native-tls v0.3.1 |
798 | 2024-11-27T17:46:38.537Z | Downloaded tui-tree-widget v0.22.0 |
799 | 2024-11-27T17:46:38.537Z | Downloaded multer v3.1.0 |
800 | 2024-11-27T17:46:38.541Z | Downloaded minimal-lexical v0.2.1 |
801 | 2024-11-27T17:46:38.545Z | Downloaded dsl_auto_type v0.1.2 |
802 | 2024-11-27T17:46:38.545Z | Downloaded xz2 v0.1.7 |
803 | 2024-11-27T17:46:38.548Z | Downloaded pkcs5 v0.7.1 |
804 | 2024-11-27T17:46:38.551Z | Downloaded stable_deref_trait v1.2.0 |
805 | 2024-11-27T17:46:38.554Z | Downloaded peg-runtime v0.8.3 |
806 | 2024-11-27T17:46:38.554Z | Downloaded pin-project-internal v1.1.6 |
807 | 2024-11-27T17:46:38.557Z | Downloaded scrypt v0.11.0 |
808 | 2024-11-27T17:46:38.557Z | Downloaded scopeguard v1.2.0 |
809 | 2024-11-27T17:46:38.557Z | Downloaded tinyvec v1.8.0 |
810 | 2024-11-27T17:46:38.561Z | Downloaded predicates v3.1.2 |
811 | 2024-11-27T17:46:38.566Z | Downloaded flume v0.11.1 |
812 | 2024-11-27T17:46:38.573Z | Downloaded unicase v2.7.0 |
813 | 2024-11-27T17:46:38.575Z | Downloaded typed-path v0.9.3 |
814 | 2024-11-27T17:46:38.577Z | Downloaded display-error-chain v0.2.2 |
815 | 2024-11-27T17:46:38.580Z | Downloaded snafu v0.8.5 |
816 | 2024-11-27T17:46:38.587Z | Downloaded futures-channel v0.3.31 |
817 | 2024-11-27T17:46:38.591Z | Downloaded pin-project-lite v0.2.14 |
818 | 2024-11-27T17:46:38.595Z | Downloaded foreign-types-shared v0.1.1 |
819 | 2024-11-27T17:46:38.597Z | Downloaded rand_core v0.6.4 |
820 | 2024-11-27T17:46:38.597Z | Downloaded sec1 v0.7.3 |
821 | 2024-11-27T17:46:38.602Z | Downloaded aws-lc-rs v1.10.0 |
822 | 2024-11-27T17:46:38.608Z | Downloaded mirai-annotations v1.12.0 |
823 | 2024-11-27T17:46:38.611Z | Downloaded pbkdf2 v0.11.0 |
824 | 2024-11-27T17:46:38.614Z | Downloaded writeable v0.5.5 |
825 | 2024-11-27T17:46:38.614Z | Downloaded subprocess v0.2.9 |
826 | 2024-11-27T17:46:38.616Z | Downloaded static_assertions v1.1.0 |
827 | 2024-11-27T17:46:38.619Z | Downloaded zone_cfg_derive v0.3.0 |
828 | 2024-11-27T17:46:38.623Z | Downloaded elliptic-curve v0.13.8 |
829 | 2024-11-27T17:46:38.626Z | Downloaded num-derive v0.4.2 |
830 | 2024-11-27T17:46:38.630Z | Downloaded zone_cfg_derive v0.1.2 |
831 | 2024-11-27T17:46:38.630Z | Downloaded zerofrom v0.1.4 |
832 | 2024-11-27T17:46:38.630Z | Downloaded uuid v1.11.0 |
833 | 2024-11-27T17:46:38.633Z | Downloaded derive_more v0.99.18 |
834 | 2024-11-27T17:46:38.637Z | Downloaded strum_macros v0.26.4 |
835 | 2024-11-27T17:46:38.649Z | Downloaded publicsuffix v2.2.3 |
836 | 2024-11-27T17:46:38.653Z | Downloaded mockall_derive v0.13.0 |
837 | 2024-11-27T17:46:38.653Z | Downloaded fatfs v0.3.6 |
838 | 2024-11-27T17:46:38.653Z | Downloaded russh v0.45.0 |
839 | 2024-11-27T17:46:38.655Z | Downloaded ppv-lite86 v0.2.20 |
840 | 2024-11-27T17:46:38.658Z | Downloaded slog-dtrace v0.3.0 |
841 | 2024-11-27T17:46:38.661Z | Downloaded half v2.4.1 |
842 | 2024-11-27T17:46:38.665Z | Downloaded typify-macro v0.2.0 |
843 | 2024-11-27T17:46:38.665Z | Downloaded rustls-webpki v0.101.7 |
844 | 2024-11-27T17:46:38.681Z | Downloaded downcast v0.11.0 |
845 | 2024-11-27T17:46:38.685Z | Downloaded hyper v1.5.0 |
846 | 2024-11-27T17:46:38.689Z | Downloaded serde_with_macros v3.11.0 |
847 | 2024-11-27T17:46:38.695Z | Downloaded schemars v0.8.21 |
848 | 2024-11-27T17:46:38.703Z | Downloaded dunce v1.0.5 |
849 | 2024-11-27T17:46:38.706Z | Downloaded blake3 v1.5.4 |
850 | 2024-11-27T17:46:38.711Z | Downloaded polyval v0.6.2 |
851 | 2024-11-27T17:46:38.716Z | Downloaded hashlink v0.9.1 |
852 | 2024-11-27T17:46:38.719Z | Downloaded ed25519-dalek v2.1.1 |
853 | 2024-11-27T17:46:38.719Z | Downloaded dhcproto-macros v0.1.0 |
854 | 2024-11-27T17:46:38.719Z | Downloaded deranged v0.3.11 |
855 | 2024-11-27T17:46:38.726Z | Downloaded slog-stdlog v4.1.1 |
856 | 2024-11-27T17:46:38.727Z | Downloaded postgres-protocol v0.6.7 |
857 | 2024-11-27T17:46:38.731Z | Downloaded quick-error v1.2.3 |
858 | 2024-11-27T17:46:38.731Z | Downloaded futures v0.3.31 |
859 | 2024-11-27T17:46:38.731Z | Downloaded oso v0.27.3 |
860 | 2024-11-27T17:46:38.734Z | Downloaded openssl-sys v0.9.103 |
861 | 2024-11-27T17:46:38.740Z | Downloaded slab v0.4.9 |
862 | 2024-11-27T17:46:38.743Z | Downloaded ron v0.7.1 |
863 | 2024-11-27T17:46:38.746Z | Downloaded futures-macro v0.3.31 |
864 | 2024-11-27T17:46:38.748Z | Downloaded futures-executor v0.3.31 |
865 | 2024-11-27T17:46:38.751Z | Downloaded embedded-io v0.6.1 |
866 | 2024-11-27T17:46:38.751Z | Downloaded rfc6979 v0.4.0 |
867 | 2024-11-27T17:46:38.751Z | Downloaded normalize-line-endings v0.3.0 |
868 | 2024-11-27T17:46:38.754Z | Downloaded embedded-io v0.4.0 |
869 | 2024-11-27T17:46:38.754Z | Downloaded dropshot_endpoint v0.12.0 |
870 | 2024-11-27T17:46:38.757Z | Downloaded zopfli v0.8.1 |
871 | 2024-11-27T17:46:38.759Z | Downloaded flate2 v1.0.34 |
872 | 2024-11-27T17:46:38.765Z | Downloaded futures-core v0.3.31 |
873 | 2024-11-27T17:46:38.773Z | Downloaded fixedbitset v0.4.2 |
874 | 2024-11-27T17:46:38.774Z | Downloaded env_logger v0.10.2 |
875 | 2024-11-27T17:46:38.778Z | Downloaded slog-bunyan v2.5.0 |
876 | 2024-11-27T17:46:38.778Z | Downloaded slog-term v2.9.1 |
877 | 2024-11-27T17:46:38.779Z | Downloaded serde_plain v1.0.2 |
878 | 2024-11-27T17:46:38.779Z | Downloaded zerocopy-derive v0.8.10 |
879 | 2024-11-27T17:46:38.788Z | Downloaded ssh-cipher v0.2.0 |
880 | 2024-11-27T17:46:38.796Z | Downloaded mio v1.0.2 |
881 | 2024-11-27T17:46:38.796Z | Downloaded float-cmp v0.9.0 |
882 | 2024-11-27T17:46:38.800Z | Downloaded tokio-tungstenite v0.24.0 |
883 | 2024-11-27T17:46:38.800Z | Downloaded tokio-tungstenite v0.23.1 |
884 | 2024-11-27T17:46:38.800Z | Downloaded uzers v0.12.1 |
885 | 2024-11-27T17:46:38.803Z | Downloaded signal-hook v0.3.17 |
886 | 2024-11-27T17:46:38.803Z | Downloaded tungstenite v0.23.0 |
887 | 2024-11-27T17:46:38.806Z | Downloaded tungstenite v0.21.0 |
888 | 2024-11-27T17:46:38.809Z | Downloaded socket2 v0.5.7 |
889 | 2024-11-27T17:46:38.812Z | Downloaded rustyline v14.0.0 |
890 | 2024-11-27T17:46:38.818Z | Downloaded funty v2.0.0 |
891 | 2024-11-27T17:46:38.824Z | Downloaded whoami v1.5.2 |
892 | 2024-11-27T17:46:38.824Z | Downloaded spki v0.7.3 |
893 | 2024-11-27T17:46:38.828Z | Downloaded toml v0.7.8 |
894 | 2024-11-27T17:46:38.828Z | Downloaded spin v0.5.2 |
895 | 2024-11-27T17:46:38.833Z | Downloaded semver v0.1.20 |
896 | 2024-11-27T17:46:38.833Z | Downloaded tokio-tungstenite v0.21.0 |
897 | 2024-11-27T17:46:38.833Z | Downloaded serde_yaml v0.9.34+deprecated |
898 | 2024-11-27T17:46:38.836Z | Downloaded des v0.8.1 |
899 | 2024-11-27T17:46:38.839Z | Downloaded nu-ansi-term v0.50.1 |
900 | 2024-11-27T17:46:38.840Z | Downloaded glob v0.3.1 |
901 | 2024-11-27T17:46:38.843Z | Downloaded expectorate v1.1.0 |
902 | 2024-11-27T17:46:38.847Z | Downloaded headers v0.4.0 |
903 | 2024-11-27T17:46:38.853Z | Downloaded smallvec v0.6.14 |
904 | 2024-11-27T17:46:38.858Z | Downloaded derive_builder v0.20.2 |
905 | 2024-11-27T17:46:38.858Z | Downloaded secrecy v0.8.0 |
906 | 2024-11-27T17:46:38.877Z | Downloaded bitvec v1.0.1 |
907 | 2024-11-27T17:46:38.885Z | Downloaded unicode-truncate v1.1.0 |
908 | 2024-11-27T17:46:38.885Z | Downloaded chrono v0.4.38 |
909 | 2024-11-27T17:46:38.890Z | Downloaded der_derive v0.7.3 |
910 | 2024-11-27T17:46:38.890Z | Downloaded p256 v0.13.2 |
911 | 2024-11-27T17:46:38.890Z | Downloaded yasna v0.5.2 |
912 | 2024-11-27T17:46:38.893Z | Downloaded snafu-derive v0.8.5 |
913 | 2024-11-27T17:46:38.893Z | Downloaded bindgen v0.69.5 |
914 | 2024-11-27T17:46:38.899Z | Downloaded globset v0.4.15 |
915 | 2024-11-27T17:46:38.903Z | Downloaded unicode-properties v0.1.3 |
916 | 2024-11-27T17:46:38.903Z | Downloaded p521 v0.13.3 |
917 | 2024-11-27T17:46:38.908Z | Downloaded steno v0.4.1 |
918 | 2024-11-27T17:46:38.913Z | Downloaded num-bigint-dig v0.8.4 |
919 | 2024-11-27T17:46:38.922Z | Downloaded salty v0.3.0 |
920 | 2024-11-27T17:46:38.928Z | Downloaded toml_edit v0.19.15 |
921 | 2024-11-27T17:46:38.943Z | Downloaded derive-where v1.2.7 |
922 | 2024-11-27T17:46:38.947Z | Downloaded tokio-stream v0.1.16 |
923 | 2024-11-27T17:46:38.952Z | Downloaded x509-cert v0.2.5 |
924 | 2024-11-27T17:46:38.956Z | Downloaded quinn-proto v0.11.8 |
925 | 2024-11-27T17:46:38.963Z | Downloaded tokio-rustls v0.26.0 |
926 | 2024-11-27T17:46:38.965Z | Downloaded darling_core v0.20.10 |
927 | 2024-11-27T17:46:38.971Z | Downloaded unicode-bidi v0.3.17 |
928 | 2024-11-27T17:46:38.976Z | Downloaded ssh-key v0.6.6 |
929 | 2024-11-27T17:46:38.980Z | Downloaded quinn v0.11.5 |
930 | 2024-11-27T17:46:38.983Z | Downloaded hashbrown v0.13.2 |
931 | 2024-11-27T17:46:38.988Z | Downloaded nom v7.1.3 |
932 | 2024-11-27T17:46:38.995Z | Downloaded icu_properties_data v1.5.0 |
933 | 2024-11-27T17:46:39.008Z | Downloaded qorb v0.2.0 |
934 | 2024-11-27T17:46:39.010Z | Downloaded num-bigint v0.4.6 |
935 | 2024-11-27T17:46:39.015Z | Downloaded tokio-util v0.7.12 |
936 | 2024-11-27T17:46:39.022Z | Downloaded rayon v1.10.0 |
937 | 2024-11-27T17:46:39.033Z | Downloaded lalrpop v0.19.12 |
938 | 2024-11-27T17:46:39.044Z | Downloaded unicode-normalization v0.1.24 |
939 | 2024-11-27T17:46:39.048Z | Downloaded serde_with v3.11.0 |
940 | 2024-11-27T17:46:39.056Z | Downloaded unicode-segmentation v1.12.0 |
941 | 2024-11-27T17:46:39.060Z | Downloaded h2 v0.4.6 |
942 | 2024-11-27T17:46:39.069Z | Downloaded rustls-webpki v0.102.8 |
943 | 2024-11-27T17:46:39.087Z | Downloaded object v0.30.4 |
944 | 2024-11-27T17:46:39.096Z | Downloaded idna v0.2.3 |
945 | 2024-11-27T17:46:39.104Z | Downloaded proptest v1.5.0 |
946 | 2024-11-27T17:46:39.117Z | Downloaded idna v0.4.0 |
947 | 2024-11-27T17:46:39.121Z | Downloaded vcpkg v0.2.15 |
948 | 2024-11-27T17:46:39.162Z | Downloaded hashbrown v0.14.5 |
949 | 2024-11-27T17:46:39.165Z | Downloaded smoltcp v0.11.0 |
950 | 2024-11-27T17:46:39.179Z | Downloaded winnow v0.5.40 |
951 | 2024-11-27T17:46:39.188Z | Downloaded gimli v0.31.1 |
952 | 2024-11-27T17:46:39.198Z | Downloaded git2 v0.19.0 |
953 | 2024-11-27T17:46:39.206Z | Downloaded reqwest v0.12.9 |
954 | 2024-11-27T17:46:39.215Z | Downloaded curve25519-dalek v4.1.3 |
955 | 2024-11-27T17:46:39.224Z | Downloaded petname v2.0.2 |
956 | 2024-11-27T17:46:39.231Z | Downloaded portable-atomic v1.9.0 |
957 | 2024-11-27T17:46:39.238Z | Downloaded bstr v1.10.0 |
958 | 2024-11-27T17:46:39.250Z | Downloaded object v0.36.5 |
959 | 2024-11-27T17:46:39.262Z | Downloaded zerocopy v0.8.10 |
960 | 2024-11-27T17:46:39.286Z | Downloaded webpki-roots v0.26.6 |
961 | 2024-11-27T17:46:39.290Z | Downloaded nix v0.27.1 |
962 | 2024-11-27T17:46:39.301Z | Downloaded dropshot v0.12.0 |
963 | 2024-11-27T17:46:39.323Z | Downloaded p384 v0.13.0 |
964 | 2024-11-27T17:46:39.328Z | Downloaded radix_trie v0.2.1 |
965 | 2024-11-27T17:46:39.334Z | Downloaded nix v0.28.0 |
966 | 2024-11-27T17:46:39.349Z | Downloaded regex v1.11.1 |
967 | 2024-11-27T17:46:39.360Z | Downloaded unicode-width v0.2.0 |
968 | 2024-11-27T17:46:39.366Z | Downloaded rustls v0.21.12 |
969 | 2024-11-27T17:46:39.378Z | Downloaded rustls v0.23.14 |
970 | 2024-11-27T17:46:39.390Z | Downloaded regress v0.10.1 |
971 | 2024-11-27T17:46:39.399Z | Downloaded dropshot v0.13.0 |
972 | 2024-11-27T17:46:39.420Z | Downloaded rustls v0.22.4 |
973 | 2024-11-27T17:46:39.433Z | Downloaded typify-impl v0.2.0 |
974 | 2024-11-27T17:46:39.449Z | Downloaded ratatui v0.28.1 |
975 | 2024-11-27T17:46:39.469Z | Downloaded nix v0.29.0 |
976 | 2024-11-27T17:46:39.480Z | Downloaded sled v0.34.7 |
977 | 2024-11-27T17:46:39.491Z | Downloaded openapiv3 v2.0.0 |
978 | 2024-11-27T17:46:39.504Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
979 | 2024-11-27T17:46:39.517Z | Downloaded diesel v2.2.4 |
980 | 2024-11-27T17:46:39.537Z | Downloaded regex-syntax v0.8.5 |
981 | 2024-11-27T17:46:39.544Z | Downloaded zerocopy-derive v0.6.6 |
982 | 2024-11-27T17:46:39.553Z | Downloaded regex-automata v0.4.8 |
983 | 2024-11-27T17:46:39.570Z | Downloaded openssl v0.10.66 |
984 | 2024-11-27T17:46:39.580Z | Downloaded polar-core v0.27.3 |
985 | 2024-11-27T17:46:39.588Z | Downloaded regex-syntax v0.6.29 |
986 | 2024-11-27T17:46:39.595Z | Downloaded trust-dns-proto v0.22.0 |
987 | 2024-11-27T17:46:39.608Z | Downloaded chrono-tz v0.10.0 |
988 | 2024-11-27T17:46:39.615Z | Downloaded quick-xml v0.33.0 |
989 | 2024-11-27T17:46:39.621Z | Downloaded smoltcp v0.9.1 |
990 | 2024-11-27T17:46:39.632Z | Downloaded regress v0.9.1 |
991 | 2024-11-27T17:46:39.641Z | Downloaded idna v0.3.0 |
992 | 2024-11-27T17:46:39.649Z | Downloaded lzma-sys v0.1.20 |
993 | 2024-11-27T17:46:39.678Z | Downloaded csv v1.3.0 |
994 | 2024-11-27T17:46:39.697Z | Downloaded petgraph v0.6.5 |
995 | 2024-11-27T17:46:39.714Z | Downloaded idna v0.5.0 |
996 | 2024-11-27T17:46:39.721Z | Downloaded tough v0.19.0 |
997 | 2024-11-27T17:46:39.729Z | Downloaded tokio v1.40.0 |
998 | 2024-11-27T17:46:39.766Z | Downloaded libz-sys v1.1.20 |
999 | 2024-11-27T17:46:39.787Z | Downloaded sha3 v0.10.8 |
1000 | 2024-11-27T17:46:39.792Z | Downloaded reedline v0.35.0 |
1001 | 2024-11-27T17:46:39.799Z | Downloaded futures-util v0.3.31 |
1002 | 2024-11-27T17:46:39.810Z | Downloaded sqlparser v0.45.0 |
1003 | 2024-11-27T17:46:39.815Z | Downloaded parse-zoneinfo v0.3.1 |
1004 | 2024-11-27T17:46:39.818Z | Downloaded postcard v1.0.10 |
1005 | 2024-11-27T17:46:39.821Z | Downloaded ron v0.8.1 |
1006 | 2024-11-27T17:46:39.825Z | Downloaded rcgen v0.12.1 |
1007 | 2024-11-27T17:46:39.828Z | Downloaded rand v0.8.5 |
1008 | 2024-11-27T17:46:39.833Z | Downloaded miniz_oxide v0.8.0 |
1009 | 2024-11-27T17:46:39.836Z | Downloaded tokio-rustls v0.25.0 |
1010 | 2024-11-27T17:46:39.839Z | Downloaded poly1305 v0.8.0 |
1011 | 2024-11-27T17:46:39.839Z | Downloaded rusqlite v0.32.1 |
1012 | 2024-11-27T17:46:39.845Z | Downloaded url v2.5.3 |
1013 | 2024-11-27T17:46:39.848Z | Downloaded ed25519 v2.2.3 |
1014 | 2024-11-27T17:46:39.851Z | Downloaded dyn-clone v1.0.17 |
1015 | 2024-11-27T17:46:39.853Z | Downloaded pem-rfc7468 v0.7.0 |
1016 | 2024-11-27T17:46:39.853Z | Downloaded time v0.3.36 |
1017 | 2024-11-27T17:46:39.861Z | Downloaded zerovec v0.10.4 |
1018 | 2024-11-27T17:46:39.867Z | Downloaded hashbrown v0.12.3 |
1019 | 2024-11-27T17:46:39.870Z | Downloaded itertools v0.13.0 |
1020 | 2024-11-27T17:46:39.878Z | Downloaded libxml v0.3.3 |
1021 | 2024-11-27T17:46:39.884Z | Downloaded radium v0.7.0 |
1022 | 2024-11-27T17:46:39.887Z | Downloaded serde_urlencoded v0.7.1 |
1023 | 2024-11-27T17:46:39.887Z | Downloaded percent-encoding v2.3.1 |
1024 | 2024-11-27T17:46:39.890Z | Downloaded pem v3.0.4 |
1025 | 2024-11-27T17:46:39.890Z | Downloaded futures-io v0.3.31 |
1026 | 2024-11-27T17:46:39.890Z | Downloaded filetime v0.2.25 |
1027 | 2024-11-27T17:46:39.892Z | Downloaded pbkdf2 v0.12.2 |
1028 | 2024-11-27T17:46:39.894Z | Downloaded password-hash v0.5.0 |
1029 | 2024-11-27T17:46:39.894Z | Downloaded sct v0.7.1 |
1030 | 2024-11-27T17:46:39.900Z | Downloaded tar v0.4.42 |
1031 | 2024-11-27T17:46:39.902Z | Downloaded encoding_rs v0.8.34 |
1032 | 2024-11-27T17:46:39.922Z | Downloaded itertools v0.12.1 |
1033 | 2024-11-27T17:46:39.930Z | Downloaded libm v0.2.8 |
1034 | 2024-11-27T17:46:39.936Z | Downloaded dhcproto v0.12.0 |
1035 | 2024-11-27T17:46:39.941Z | Downloaded pretty-hex v0.2.1 |
1036 | 2024-11-27T17:46:39.945Z | Downloaded precomputed-hash v0.1.1 |
1037 | 2024-11-27T17:46:39.945Z | Downloaded paste v1.0.15 |
1038 | 2024-11-27T17:46:39.945Z | Downloaded displaydoc v0.2.5 |
1039 | 2024-11-27T17:46:39.948Z | Downloaded which v4.4.2 |
1040 | 2024-11-27T17:46:39.948Z | Downloaded topological-sort v0.2.2 |
1041 | 2024-11-27T17:46:39.948Z | Downloaded pin-project v1.1.6 |
1042 | 2024-11-27T17:46:39.960Z | Downloaded foreign-types v0.3.2 |
1043 | 2024-11-27T17:46:39.965Z | Downloaded predicates-core v1.0.8 |
1044 | 2024-11-27T17:46:39.965Z | Downloaded rustls-pemfile v2.2.0 |
1045 | 2024-11-27T17:46:39.965Z | Downloaded rustls-pemfile v1.0.4 |
1046 | 2024-11-27T17:46:39.965Z | Downloaded idna v1.0.3 |
1047 | 2024-11-27T17:46:39.968Z | Downloaded unicode_categories v0.1.1 |
1048 | 2024-11-27T17:46:39.972Z | Downloaded hickory-proto v0.24.1 |
1049 | 2024-11-27T17:46:39.984Z | Downloaded unarray v0.1.4 |
1050 | 2024-11-27T17:46:39.988Z | Downloaded ff v0.13.0 |
1051 | 2024-11-27T17:46:39.988Z | Downloaded walkdir v2.5.0 |
1052 | 2024-11-27T17:46:39.992Z | Downloaded smallvec v1.13.2 |
1053 | 2024-11-27T17:46:39.992Z | Downloaded test-strategy v0.3.1 |
1054 | 2024-11-27T17:46:39.996Z | Downloaded getrandom v0.2.15 |
1055 | 2024-11-27T17:46:39.999Z | Downloaded unsafe-libyaml v0.2.11 |
1056 | 2024-11-27T17:46:40.001Z | Downloaded itertools v0.10.5 |
1057 | 2024-11-27T17:46:40.006Z | Downloaded samael v0.0.17 |
1058 | 2024-11-27T17:46:40.013Z | Downloaded signal-hook-mio v0.2.4 |
1059 | 2024-11-27T17:46:40.016Z | Downloaded tls_codec_derive v0.4.1 |
1060 | 2024-11-27T17:46:40.016Z | Downloaded russh-keys v0.45.0 |
1061 | 2024-11-27T17:46:40.020Z | Downloaded tokio-postgres v0.7.12 |
1062 | 2024-11-27T17:46:40.023Z | Downloaded parking_lot v0.11.2 |
1063 | 2024-11-27T17:46:40.027Z | Downloaded primeorder v0.13.6 |
1064 | 2024-11-27T17:46:40.027Z | Downloaded tap v1.0.1 |
1065 | 2024-11-27T17:46:40.027Z | Downloaded data-encoding v2.6.0 |
1066 | 2024-11-27T17:46:40.032Z | Downloaded term v0.7.0 |
1067 | 2024-11-27T17:46:40.032Z | Downloaded zip v0.6.6 |
1068 | 2024-11-27T17:46:40.035Z | Downloaded thiserror-no-std v2.0.2 |
1069 | 2024-11-27T17:46:40.038Z | Downloaded thiserror-impl-no-std v2.0.2 |
1070 | 2024-11-27T17:46:40.043Z | Downloaded parking_lot_core v0.9.10 |
1071 | 2024-11-27T17:46:40.043Z | Downloaded rsa v0.9.6 |
1072 | 2024-11-27T17:46:40.047Z | Downloaded time-macros v0.2.18 |
1073 | 2024-11-27T17:46:40.050Z | Downloaded num-integer v0.1.46 |
1074 | 2024-11-27T17:46:40.050Z | Downloaded nanorand v0.7.0 |
1075 | 2024-11-27T17:46:40.054Z | Downloaded tiny-keccak v2.0.2 |
1076 | 2024-11-27T17:46:40.057Z | Downloaded tracing-core v0.1.32 |
1077 | 2024-11-27T17:46:40.057Z | Downloaded zeroize v1.8.1 |
1078 | 2024-11-27T17:46:40.059Z | Downloaded xattr v1.3.1 |
1079 | 2024-11-27T17:46:40.059Z | Downloaded slog-scope v4.4.0 |
1080 | 2024-11-27T17:46:40.062Z | Downloaded slog-json v2.6.1 |
1081 | 2024-11-27T17:46:40.062Z | Downloaded serde_repr v0.1.19 |
1082 | 2024-11-27T17:46:40.065Z | Downloaded rustc-hash v1.1.0 |
1083 | 2024-11-27T17:46:40.065Z | Downloaded resolv-conf v0.7.0 |
1084 | 2024-11-27T17:46:40.069Z | Downloaded zerocopy v0.6.6 |
1085 | 2024-11-27T17:46:40.069Z | Downloaded base64 v0.22.1 |
1086 | 2024-11-27T17:46:40.076Z | Downloaded tabwriter v1.4.0 |
1087 | 2024-11-27T17:46:40.079Z | Downloaded subtle v2.6.1 |
1088 | 2024-11-27T17:46:40.079Z | Downloaded slog-envlogger v2.2.0 |
1089 | 2024-11-27T17:46:40.079Z | Downloaded fs_extra v1.3.0 |
1090 | 2024-11-27T17:46:40.079Z | Downloaded icu_provider v1.5.0 |
1091 | 2024-11-27T17:46:40.081Z | Downloaded crypto-bigint v0.5.5 |
1092 | 2024-11-27T17:46:40.087Z | Downloaded compact_str v0.8.0 |
1093 | 2024-11-27T17:46:40.090Z | Downloaded cc v1.1.30 |
1094 | 2024-11-27T17:46:40.093Z | Downloaded shlex v1.3.0 |
1095 | 2024-11-27T17:46:40.096Z | Downloaded shell-words v1.1.0 |
1096 | 2024-11-27T17:46:40.096Z | Downloaded prettyplease v0.2.25 |
1097 | 2024-11-27T17:46:40.098Z | Downloaded crossbeam-epoch v0.9.18 |
1098 | 2024-11-27T17:46:40.101Z | Downloaded const_format v0.2.33 |
1099 | 2024-11-27T17:46:40.105Z | Downloaded vsss-rs v3.3.4 |
1100 | 2024-11-27T17:46:40.107Z | Downloaded value-bag v1.9.0 |
1101 | 2024-11-27T17:46:40.110Z | Downloaded tokio-rustls v0.24.1 |
1102 | 2024-11-27T17:46:40.114Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1103 | 2024-11-27T17:46:40.170Z | Downloaded spin v0.9.8 |
1104 | 2024-11-27T17:46:40.173Z | Downloaded rustls-pki-types v1.9.0 |
1105 | 2024-11-27T17:46:40.175Z | Downloaded memmap2 v0.9.5 |
1106 | 2024-11-27T17:46:40.178Z | Downloaded maybe-uninit v2.0.0 |
1107 | 2024-11-27T17:46:40.181Z | Downloaded icu_locid v1.5.0 |
1108 | 2024-11-27T17:46:40.183Z | Downloaded enum-as-inner v0.6.1 |
1109 | 2024-11-27T17:46:40.186Z | Downloaded dirs-next v2.0.0 |
1110 | 2024-11-27T17:46:40.186Z | Downloaded keccak v0.1.5 |
1111 | 2024-11-27T17:46:40.190Z | Downloaded jobserver v0.1.32 |
1112 | 2024-11-27T17:46:40.190Z | Downloaded newtype_derive v0.1.6 |
1113 | 2024-11-27T17:46:40.193Z | Downloaded newline-converter v0.3.0 |
1114 | 2024-11-27T17:46:40.193Z | Downloaded new_debug_unreachable v1.0.6 |
1115 | 2024-11-27T17:46:40.193Z | Downloaded defmt-parser v0.3.4 |
1116 | 2024-11-27T17:46:40.193Z | Downloaded zerofrom-derive v0.1.4 |
1117 | 2024-11-27T17:46:40.195Z | Downloaded utf-8 v0.7.6 |
1118 | 2024-11-27T17:46:40.195Z | Downloaded serde_derive_internals v0.29.1 |
1119 | 2024-11-27T17:46:40.196Z | Downloaded lazycell v1.3.0 |
1120 | 2024-11-27T17:46:40.198Z | Downloaded chacha20poly1305 v0.10.1 |
1121 | 2024-11-27T17:46:40.198Z | Downloaded serde_path_to_error v0.1.16 |
1122 | 2024-11-27T17:46:40.201Z | Downloaded rustc-hash v2.0.0 |
1123 | 2024-11-27T17:46:40.201Z | Downloaded ciborium-ll v0.2.2 |
1124 | 2024-11-27T17:46:40.204Z | Downloaded structmeta v0.3.0 |
1125 | 2024-11-27T17:46:40.204Z | Downloaded structmeta v0.2.0 |
1126 | 2024-11-27T17:46:40.204Z | Downloaded strip-ansi-escapes v0.2.0 |
1127 | 2024-11-27T17:46:40.207Z | Downloaded stringprep v0.1.5 |
1128 | 2024-11-27T17:46:40.207Z | Downloaded string_cache v0.8.7 |
1129 | 2024-11-27T17:46:40.210Z | Downloaded cookie_store v0.21.0 |
1130 | 2024-11-27T17:46:40.210Z | Downloaded serde-hex v0.1.0 |
1131 | 2024-11-27T17:46:40.213Z | Downloaded scheduled-thread-pool v0.2.7 |
1132 | 2024-11-27T17:46:40.214Z | Downloaded mime v0.3.17 |
1133 | 2024-11-27T17:46:40.214Z | Downloaded md-5 v0.10.6 |
1134 | 2024-11-27T17:46:40.216Z | Downloaded indoc v1.0.9 |
1135 | 2024-11-27T17:46:40.218Z | Downloaded const-oid v0.9.6 |
1136 | 2024-11-27T17:46:40.221Z | Downloaded buf-list v1.0.3 |
1137 | 2024-11-27T17:46:40.221Z | Downloaded lazy_static v1.5.0 |
1138 | 2024-11-27T17:46:40.225Z | Downloaded indent_write v2.2.0 |
1139 | 2024-11-27T17:46:40.225Z | Downloaded idna_adapter v1.2.0 |
1140 | 2024-11-27T17:46:40.225Z | Downloaded hyper-tls v0.6.0 |
1141 | 2024-11-27T17:46:40.229Z | Downloaded backoff v0.4.0 |
1142 | 2024-11-27T17:46:40.229Z | Downloaded console v0.15.8 |
1143 | 2024-11-27T17:46:40.233Z | Downloaded base64ct v1.6.0 |
1144 | 2024-11-27T17:46:40.236Z | Downloaded cobs v0.2.3 |
1145 | 2024-11-27T17:46:40.236Z | Downloaded atomic-waker v1.1.2 |
1146 | 2024-11-27T17:46:40.236Z | Downloaded castaway v0.2.3 |
1147 | 2024-11-27T17:46:40.240Z | Downloaded block-padding v0.3.3 |
1148 | 2024-11-27T17:46:40.240Z | Downloaded bitfield v0.14.0 |
1149 | 2024-11-27T17:46:40.240Z | Downloaded bb8 v0.8.5 |
1150 | 2024-11-27T17:46:40.240Z | Downloaded base16ct v0.2.0 |
1151 | 2024-11-27T17:46:40.243Z | Downloaded async-recursion v1.1.1 |
1152 | 2024-11-27T17:46:40.248Z | Downloaded hex-literal v0.4.1 |
1153 | 2024-11-27T17:46:40.248Z | Downloaded cfg_aliases v0.2.1 |
1154 | 2024-11-27T17:46:40.248Z | Downloaded arrayref v0.3.9 |
1155 | 2024-11-27T17:46:40.252Z | Downloaded atty v0.2.14 |
1156 | 2024-11-27T17:46:40.252Z | Downloaded atomicwrites v0.4.4 |
1157 | 2024-11-27T17:46:40.252Z | Downloaded assert_matches v1.5.0 |
1158 | 2024-11-27T17:46:40.252Z | Downloaded argon2 v0.5.3 |
1159 | 2024-11-27T17:46:40.252Z | Downloaded allocator-api2 v0.2.18 |
1160 | 2024-11-27T17:46:40.256Z | Downloaded array-init v0.0.4 |
1161 | 2024-11-27T17:46:40.526Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2024-11-27T17:46:40.912Z | Downloaded ring v0.17.8 |
1163 | 2024-11-27T17:46:41.082Z | Downloaded ring v0.16.20 |
1164 | 2024-11-27T17:46:41.164Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2024-11-27T17:46:41.336Z | Compiling serde v1.0.215 |
1166 | 2024-11-27T17:46:41.339Z | Compiling lock_api v0.4.12 |
1167 | 2024-11-27T17:46:41.339Z | Compiling scopeguard v1.2.0 |
1168 | 2024-11-27T17:46:41.339Z | Compiling value-bag v1.9.0 |
1169 | 2024-11-27T17:46:41.339Z | Compiling typenum v1.17.0 |
1170 | 2024-11-27T17:46:41.495Z | Compiling generic-array v0.14.7 |
1171 | 2024-11-27T17:46:41.530Z | Compiling syn v2.0.87 |
1172 | 2024-11-27T17:46:41.548Z | Compiling getrandom v0.2.15 |
1173 | 2024-11-27T17:46:41.675Z | Compiling shlex v1.3.0 |
1174 | 2024-11-27T17:46:41.778Z | Compiling rand_core v0.6.4 |
1175 | 2024-11-27T17:46:41.942Z | Compiling log v0.4.22 |
1176 | 2024-11-27T17:46:42.089Z | Compiling subtle v2.6.1 |
1177 | 2024-11-27T17:46:42.107Z | Compiling jobserver v0.1.32 |
1178 | 2024-11-27T17:46:42.124Z | Compiling const-oid v0.9.6 |
1179 | 2024-11-27T17:46:42.306Z | Compiling smallvec v1.13.2 |
1180 | 2024-11-27T17:46:42.405Z | Compiling spin v0.9.8 |
1181 | 2024-11-27T17:46:42.429Z | Compiling cc v1.1.30 |
1182 | 2024-11-27T17:46:42.775Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-11-27T17:46:42.924Z | Compiling rustix v0.38.37 |
1184 | 2024-11-27T17:46:42.960Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-11-27T17:46:42.980Z | Compiling futures-core v0.3.31 |
1186 | 2024-11-27T17:46:43.111Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-11-27T17:46:43.248Z | Compiling mio v1.0.2 |
1188 | 2024-11-27T17:46:43.836Z | Compiling aho-corasick v1.1.3 |
1189 | 2024-11-27T17:46:43.978Z | Compiling parking_lot v0.12.3 |
1190 | 2024-11-27T17:46:44.095Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-11-27T17:46:44.183Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-11-27T17:46:44.204Z | Compiling either v1.13.0 |
1193 | 2024-11-27T17:46:44.319Z | Compiling lazy_static v1.5.0 |
1194 | 2024-11-27T17:46:44.468Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-11-27T17:46:44.528Z | Compiling glob v0.3.1 |
1196 | 2024-11-27T17:46:44.584Z | Compiling futures-sink v0.3.31 |
1197 | 2024-11-27T17:46:44.684Z | Compiling socket2 v0.5.7 |
1198 | 2024-11-27T17:46:44.743Z | Compiling slab v0.4.9 |
1199 | 2024-11-27T17:46:44.943Z | Compiling prettyplease v0.2.25 |
1200 | 2024-11-27T17:46:45.206Z | Compiling minimal-lexical v0.2.1 |
1201 | 2024-11-27T17:46:45.575Z | Compiling clang-sys v1.8.1 |
1202 | 2024-11-27T17:46:45.613Z | Compiling nom v7.1.3 |
1203 | 2024-11-27T17:46:45.674Z | Compiling libloading v0.8.5 |
1204 | 2024-11-27T17:46:45.723Z | Compiling bindgen v0.69.5 |
1205 | 2024-11-27T17:46:46.101Z | Compiling serde_json v1.0.132 |
1206 | 2024-11-27T17:46:46.378Z | Compiling home v0.5.9 |
1207 | 2024-11-27T17:46:46.565Z | Compiling futures-channel v0.3.31 |
1208 | 2024-11-27T17:46:46.621Z | Compiling itertools v0.12.1 |
1209 | 2024-11-27T17:46:46.971Z | Compiling futures-task v0.3.31 |
1210 | 2024-11-27T17:46:47.084Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-11-27T17:46:47.234Z | Compiling lazycell v1.3.0 |
1212 | 2024-11-27T17:46:47.285Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-11-27T17:46:47.414Z | Compiling pin-utils v0.1.0 |
1214 | 2024-11-27T17:46:47.513Z | Compiling foldhash v0.1.3 |
1215 | 2024-11-27T17:46:47.846Z | Compiling futures-io v0.3.31 |
1216 | 2024-11-27T17:46:48.127Z | Compiling regex-automata v0.4.8 |
1217 | 2024-11-27T17:46:48.183Z | Compiling hashbrown v0.15.0 |
1218 | 2024-11-27T17:46:49.432Z | Compiling synstructure v0.13.1 |
1219 | 2024-11-27T17:46:49.550Z | Compiling cexpr v0.6.0 |
1220 | 2024-11-27T17:46:49.779Z | Compiling cmake v0.1.51 |
1221 | 2024-11-27T17:46:50.794Z | Compiling dunce v1.0.5 |
1222 | 2024-11-27T17:46:50.924Z | Compiling pkg-config v0.3.31 |
1223 | 2024-11-27T17:46:51.099Z | Compiling fs_extra v1.3.0 |
1224 | 2024-11-27T17:46:51.136Z | Compiling libm v0.2.8 |
1225 | 2024-11-27T17:46:51.305Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-11-27T17:46:51.394Z | Compiling tinyvec v1.8.0 |
1227 | 2024-11-27T17:46:51.488Z | Compiling num-traits v0.2.19 |
1228 | 2024-11-27T17:46:52.001Z | Compiling ring v0.17.8 |
1229 | 2024-11-27T17:46:52.508Z | Compiling paste v1.0.15 |
1230 | 2024-11-27T17:46:52.669Z | Compiling base64ct v1.6.0 |
1231 | 2024-11-27T17:46:52.881Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-11-27T17:46:53.015Z | Compiling unicode-bidi v0.3.17 |
1233 | 2024-11-27T17:46:53.108Z | Compiling writeable v0.5.5 |
1234 | 2024-11-27T17:46:53.159Z | Compiling litemap v0.7.3 |
1235 | 2024-11-27T17:46:53.271Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-11-27T17:46:53.556Z | Compiling regex v1.11.1 |
1237 | 2024-11-27T17:46:54.070Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-11-27T17:46:54.331Z | Compiling flagset v0.4.6 |
1239 | 2024-11-27T17:46:54.496Z | Compiling httparse v1.9.5 |
1240 | 2024-11-27T17:46:54.693Z | Compiling tracing-core v0.1.32 |
1241 | 2024-11-27T17:46:55.269Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-11-27T17:46:55.374Z | Compiling percent-encoding v2.3.1 |
1243 | 2024-11-27T17:46:55.668Z | Compiling rustls-pki-types v1.9.0 |
1244 | 2024-11-27T17:46:55.725Z | Compiling crossbeam-utils v0.8.20 |
1245 | 2024-11-27T17:46:55.956Z | Compiling icu_properties_data v1.5.0 |
1246 | 2024-11-27T17:46:56.194Z | Compiling vcpkg v0.2.15 |
1247 | 2024-11-27T17:46:56.289Z | Compiling serde_derive v1.0.215 |
1248 | 2024-11-27T17:46:56.314Z | Compiling zeroize_derive v1.4.2 |
1249 | 2024-11-27T17:46:56.490Z | Compiling zerocopy-derive v0.7.35 |
1250 | 2024-11-27T17:46:56.704Z | Compiling tokio-macros v2.4.0 |
1251 | 2024-11-27T17:46:57.852Z | Compiling zeroize v1.8.1 |
1252 | 2024-11-27T17:46:58.243Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2024-11-27T17:46:58.286Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-11-27T17:46:58.286Z | Compiling thiserror-impl v1.0.69 |
1255 | 2024-11-27T17:46:58.752Z | Compiling zerocopy v0.7.35 |
1256 | 2024-11-27T17:46:59.620Z | Compiling crypto-common v0.1.6 |
1257 | 2024-11-27T17:46:59.844Z | Compiling block-buffer v0.10.4 |
1258 | 2024-11-27T17:47:00.105Z | Compiling digest v0.10.7 |
1259 | 2024-11-27T17:47:00.296Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-11-27T17:47:00.569Z | Compiling hmac v0.12.1 |
1261 | 2024-11-27T17:47:00.597Z | Compiling futures-macro v0.3.31 |
1262 | 2024-11-27T17:47:00.820Z | Compiling block-padding v0.3.3 |
1263 | 2024-11-27T17:47:01.032Z | Compiling displaydoc v0.2.5 |
1264 | 2024-11-27T17:47:01.289Z | Compiling inout v0.1.3 |
1265 | 2024-11-27T17:47:01.559Z | Compiling cipher v0.4.4 |
1266 | 2024-11-27T17:47:01.660Z | Compiling thiserror v1.0.69 |
1267 | 2024-11-27T17:47:01.809Z | Compiling sha2 v0.10.8 |
1268 | 2024-11-27T17:47:02.093Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-11-27T17:47:02.272Z | Compiling zerofrom v0.1.4 |
1270 | 2024-11-27T17:47:02.485Z | Compiling yoke v0.7.4 |
1271 | 2024-11-27T17:47:02.507Z | Compiling futures-util v0.3.31 |
1272 | 2024-11-27T17:47:02.654Z | Compiling der_derive v0.7.3 |
1273 | 2024-11-27T17:47:02.893Z | Compiling icu_provider_macros v1.5.0 |
1274 | 2024-11-27T17:47:02.962Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-11-27T17:47:02.992Z | Compiling zerovec v0.10.4 |
1276 | 2024-11-27T17:47:03.582Z | Compiling tracing-attributes v0.1.27 |
1277 | 2024-11-27T17:47:04.056Z | Compiling rand v0.8.5 |
1278 | 2024-11-27T17:47:05.204Z | Compiling tinystr v0.7.6 |
1279 | 2024-11-27T17:47:05.248Z | Compiling der v0.7.9 |
1280 | 2024-11-27T17:47:05.281Z | Compiling icu_collections v1.5.0 |
1281 | 2024-11-27T17:47:05.302Z | Compiling salsa20 v0.10.2 |
1282 | 2024-11-27T17:47:05.535Z | Compiling pest v2.7.14 |
1283 | 2024-11-27T17:47:05.652Z | Compiling icu_locid v1.5.0 |
1284 | 2024-11-27T17:47:06.232Z | Compiling pbkdf2 v0.12.2 |
1285 | 2024-11-27T17:47:06.412Z | Compiling time-core v0.1.2 |
1286 | 2024-11-27T17:47:06.594Z | Compiling mirai-annotations v1.12.0 |
1287 | 2024-11-27T17:47:06.785Z | Compiling icu_provider v1.5.0 |
1288 | 2024-11-27T17:47:06.790Z | Compiling num-conv v0.1.0 |
1289 | 2024-11-27T17:47:07.072Z | Compiling powerfmt v0.2.0 |
1290 | 2024-11-27T17:47:07.357Z | Compiling tracing v0.1.40 |
1291 | 2024-11-27T17:47:07.462Z | Compiling spki v0.7.3 |
1292 | 2024-11-27T17:47:07.884Z | Compiling icu_locid_transform v1.5.0 |
1293 | 2024-11-27T17:47:07.931Z | Compiling untrusted v0.9.0 |
1294 | 2024-11-27T17:47:07.957Z | Compiling untrusted v0.7.1 |
1295 | 2024-11-27T17:47:08.014Z | Compiling deranged v0.3.11 |
1296 | 2024-11-27T17:47:08.141Z | Compiling pest_meta v2.7.14 |
1297 | 2024-11-27T17:47:08.595Z | Compiling time-macros v0.2.18 |
1298 | 2024-11-27T17:47:08.638Z | Compiling scrypt v0.11.0 |
1299 | 2024-11-27T17:47:08.696Z | Compiling cbc v0.1.2 |
1300 | 2024-11-27T17:47:08.939Z | Compiling aes v0.8.4 |
1301 | 2024-11-27T17:47:09.229Z | Compiling icu_properties v1.5.1 |
1302 | 2024-11-27T17:47:09.903Z | Compiling openssl-sys v0.9.103 |
1303 | 2024-11-27T17:47:10.533Z | Compiling bitflags v2.6.0 |
1304 | 2024-11-27T17:47:10.601Z | Compiling bytes v1.8.0 |
1305 | 2024-11-27T17:47:11.801Z | Compiling tokio v1.40.0 |
1306 | 2024-11-27T17:47:11.928Z | Compiling indexmap v2.6.0 |
1307 | 2024-11-27T17:47:11.949Z | Compiling http v1.1.0 |
1308 | 2024-11-27T17:47:11.952Z | Compiling semver v1.0.23 |
1309 | 2024-11-27T17:47:12.801Z | Compiling rustc_version v0.4.1 |
1310 | 2024-11-27T17:47:13.405Z | Compiling scroll_derive v0.12.0 |
1311 | 2024-11-27T17:47:13.595Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-11-27T17:47:13.787Z | Compiling num_threads v0.1.7 |
1313 | 2024-11-27T17:47:13.917Z | Compiling utf8_iter v1.0.4 |
1314 | 2024-11-27T17:47:14.165Z | Compiling write16 v1.0.0 |
1315 | 2024-11-27T17:47:14.261Z | Compiling utf16_iter v1.0.5 |
1316 | 2024-11-27T17:47:14.296Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2024-11-27T17:47:14.317Z | Compiling time v0.3.36 |
1318 | 2024-11-27T17:47:14.406Z | Compiling http-body v1.0.1 |
1319 | 2024-11-27T17:47:14.427Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-11-27T17:47:14.544Z | Compiling pkcs5 v0.7.1 |
1321 | 2024-11-27T17:47:14.629Z | Compiling pest_generator v2.7.14 |
1322 | 2024-11-27T17:47:14.648Z | Compiling form_urlencoded v1.2.1 |
1323 | 2024-11-27T17:47:14.857Z | Compiling which v4.4.2 |
1324 | 2024-11-27T17:47:14.955Z | Compiling scroll v0.12.0 |
1325 | 2024-11-27T17:47:15.521Z | Compiling try-lock v0.2.5 |
1326 | 2024-11-27T17:47:15.664Z | Compiling slog v2.7.0 |
1327 | 2024-11-27T17:47:15.759Z | Compiling goblin v0.8.2 |
1328 | 2024-11-27T17:47:16.261Z | Compiling want v0.3.1 |
1329 | 2024-11-27T17:47:16.341Z | Compiling idna_adapter v1.2.0 |
1330 | 2024-11-27T17:47:16.418Z | Compiling pkcs8 v0.10.2 |
1331 | 2024-11-27T17:47:16.542Z | Compiling httpdate v1.0.3 |
1332 | 2024-11-27T17:47:16.572Z | Compiling idna v1.0.3 |
1333 | 2024-11-27T17:47:16.667Z | Compiling pest_derive v2.7.14 |
1334 | 2024-11-27T17:47:17.164Z | Compiling uuid v1.11.0 |
1335 | 2024-11-27T17:47:17.490Z | Compiling dtrace-parser v0.2.0 |
1336 | 2024-11-27T17:47:17.919Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2024-11-27T17:47:18.422Z | Compiling serde_spanned v0.6.8 |
1338 | 2024-11-27T17:47:18.542Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-11-27T17:47:18.637Z | Compiling tower-service v0.3.3 |
1340 | 2024-11-27T17:47:18.655Z | Compiling base64 v0.22.1 |
1341 | 2024-11-27T17:47:18.772Z | Compiling match_cfg v0.1.0 |
1342 | 2024-11-27T17:47:18.871Z | Compiling rustversion v1.0.17 |
1343 | 2024-11-27T17:47:19.043Z | Compiling foreign-types-shared v0.1.1 |
1344 | 2024-11-27T17:47:19.158Z | Compiling openssl v0.10.66 |
1345 | 2024-11-27T17:47:19.393Z | Compiling adler2 v2.0.0 |
1346 | 2024-11-27T17:47:19.566Z | Compiling iana-time-zone v0.1.61 |
1347 | 2024-11-27T17:47:19.635Z | Compiling miniz_oxide v0.8.0 |
1348 | 2024-11-27T17:47:19.656Z | Compiling foreign-types v0.3.2 |
1349 | 2024-11-27T17:47:19.693Z | Compiling hostname v0.3.1 |
1350 | 2024-11-27T17:47:19.714Z | Compiling url v2.5.3 |
1351 | 2024-11-27T17:47:19.751Z | Compiling chrono v0.4.38 |
1352 | 2024-11-27T17:47:20.041Z | Compiling openssl-macros v0.1.1 |
1353 | 2024-11-27T17:47:20.786Z | Compiling tokio-util v0.7.12 |
1354 | 2024-11-27T17:47:21.194Z | Compiling async-trait v0.1.83 |
1355 | 2024-11-27T17:47:21.342Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2024-11-27T17:47:21.676Z | Compiling dof v0.3.0 |
1357 | 2024-11-27T17:47:21.983Z | Compiling h2 v0.4.6 |
1358 | 2024-11-27T17:47:22.208Z | Compiling rustls v0.23.14 |
1359 | 2024-11-27T17:47:22.473Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-11-27T17:47:23.562Z | Compiling syn v1.0.109 |
1361 | 2024-11-27T17:47:23.899Z | Compiling siphasher v0.3.11 |
1362 | 2024-11-27T17:47:24.006Z | Compiling native-tls v0.2.12 |
1363 | 2024-11-27T17:47:24.077Z | Compiling rustls v0.22.4 |
1364 | 2024-11-27T17:47:24.188Z | Compiling data-encoding v2.6.0 |
1365 | 2024-11-27T17:47:24.354Z | Compiling dirs-next v2.0.0 |
1366 | 2024-11-27T17:47:24.544Z | Compiling http-body-util v0.1.2 |
1367 | 2024-11-27T17:47:25.086Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2024-11-27T17:47:25.821Z | Compiling heapless v0.7.17 |
1369 | 2024-11-27T17:47:25.842Z | Compiling signature v2.2.0 |
1370 | 2024-11-27T17:47:26.088Z | Compiling sha1 v0.10.6 |
1371 | 2024-11-27T17:47:26.133Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2024-11-27T17:47:26.242Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2024-11-27T17:47:26.507Z | Compiling thread_local v1.1.8 |
1374 | 2024-11-27T17:47:26.529Z | Compiling multer v3.1.0 |
1375 | 2024-11-27T17:47:26.611Z | Compiling cookie v0.18.1 |
1376 | 2024-11-27T17:47:26.801Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-11-27T17:47:26.892Z | Compiling unicode-properties v0.1.3 |
1378 | 2024-11-27T17:47:27.035Z | Compiling slog-async v2.8.0 |
1379 | 2024-11-27T17:47:27.286Z | Compiling rayon-core v1.12.1 |
1380 | 2024-11-27T17:47:27.503Z | Compiling schemars v0.8.21 |
1381 | 2024-11-27T17:47:27.566Z | Compiling gimli v0.31.1 |
1382 | 2024-11-27T17:47:27.585Z | Compiling ipnet v2.10.1 |
1383 | 2024-11-27T17:47:27.905Z | Compiling signal-hook v0.3.17 |
1384 | 2024-11-27T17:47:28.170Z | Compiling mime v0.3.17 |
1385 | 2024-11-27T17:47:28.784Z | Compiling openssl-probe v0.1.5 |
1386 | 2024-11-27T17:47:28.901Z | Compiling hyper v1.5.0 |
1387 | 2024-11-27T17:47:29.125Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-11-27T17:47:29.305Z | Compiling stringprep v0.1.5 |
1389 | 2024-11-27T17:47:31.198Z | Compiling toml_edit v0.22.22 |
1390 | 2024-11-27T17:47:31.327Z | Compiling hyper-util v0.1.10 |
1391 | 2024-11-27T17:47:32.463Z | Compiling addr2line v0.24.2 |
1392 | 2024-11-27T17:47:32.919Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-11-27T17:47:33.016Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-11-27T17:47:33.177Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2024-11-27T17:47:33.252Z | Compiling term v0.7.0 |
1396 | 2024-11-27T17:47:34.116Z | Compiling slog-json v2.6.1 |
1397 | 2024-11-27T17:47:34.434Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-11-27T17:47:34.454Z | Compiling crossbeam-channel v0.5.13 |
1399 | 2024-11-27T17:47:34.507Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-11-27T17:47:34.527Z | Compiling futures-executor v0.3.31 |
1401 | 2024-11-27T17:47:34.647Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-11-27T17:47:34.964Z | Compiling md-5 v0.10.6 |
1403 | 2024-11-27T17:47:35.099Z | Compiling async-stream-impl v0.3.6 |
1404 | 2024-11-27T17:47:35.119Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-11-27T17:47:35.218Z | Compiling num-integer v0.1.46 |
1406 | 2024-11-27T17:47:35.465Z | Compiling idna v0.4.0 |
1407 | 2024-11-27T17:47:35.570Z | Compiling idna v0.3.0 |
1408 | 2024-11-27T17:47:35.704Z | Compiling hash32 v0.2.1 |
1409 | 2024-11-27T17:47:35.986Z | Compiling ff v0.13.0 |
1410 | 2024-11-27T17:47:36.069Z | Compiling is-terminal v0.4.13 |
1411 | 2024-11-27T17:47:36.204Z | Compiling dropshot v0.12.0 |
1412 | 2024-11-27T17:47:36.224Z | Compiling object v0.36.5 |
1413 | 2024-11-27T17:47:36.479Z | Compiling take_mut v0.2.2 |
1414 | 2024-11-27T17:47:36.507Z | Compiling anyhow v1.0.93 |
1415 | 2024-11-27T17:47:36.633Z | Compiling psl-types v2.0.11 |
1416 | 2024-11-27T17:47:36.841Z | Compiling dyn-clone v1.0.17 |
1417 | 2024-11-27T17:47:37.066Z | Compiling base16ct v0.2.0 |
1418 | 2024-11-27T17:47:37.139Z | Compiling linked-hash-map v0.5.6 |
1419 | 2024-11-27T17:47:37.142Z | Compiling quick-error v1.2.3 |
1420 | 2024-11-27T17:47:37.250Z | Compiling fallible-iterator v0.2.0 |
1421 | 2024-11-27T17:47:37.311Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-11-27T17:47:37.373Z | Compiling smoltcp v0.9.1 |
1423 | 2024-11-27T17:47:37.494Z | Compiling portable-atomic v1.9.0 |
1424 | 2024-11-27T17:47:37.591Z | Compiling utf-8 v0.7.6 |
1425 | 2024-11-27T17:47:37.973Z | Compiling rustc-demangle v0.1.24 |
1426 | 2024-11-27T17:47:38.026Z | Compiling postgres-protocol v0.6.7 |
1427 | 2024-11-27T17:47:38.180Z | Compiling tungstenite v0.24.0 |
1428 | 2024-11-27T17:47:38.731Z | Compiling lru-cache v0.1.2 |
1429 | 2024-11-27T17:47:38.932Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-11-27T17:47:38.968Z | Compiling sec1 v0.7.3 |
1431 | 2024-11-27T17:47:39.664Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-11-27T17:47:39.874Z | Compiling async-stream v0.3.6 |
1433 | 2024-11-27T17:47:39.921Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-11-27T17:47:40.190Z | Compiling usdt v0.5.0 |
1435 | 2024-11-27T17:47:40.558Z | Compiling group v0.13.0 |
1436 | 2024-11-27T17:47:40.705Z | Compiling slog-term v2.9.1 |
1437 | 2024-11-27T17:47:40.894Z | Compiling num-iter v0.1.45 |
1438 | 2024-11-27T17:47:41.191Z | Compiling futures v0.3.31 |
1439 | 2024-11-27T17:47:41.316Z | Compiling toml v0.8.19 |
1440 | 2024-11-27T17:47:41.995Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-11-27T17:47:43.396Z | Compiling camino v1.1.9 |
1442 | 2024-11-27T17:47:43.437Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-11-27T17:47:43.717Z | Compiling backtrace v0.3.74 |
1444 | 2024-11-27T17:47:44.229Z | Compiling phf_shared v0.11.2 |
1445 | 2024-11-27T17:47:44.374Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2024-11-27T17:47:44.407Z | Compiling terminal_size v0.4.0 |
1447 | 2024-11-27T17:47:44.597Z | Compiling waitgroup v0.1.2 |
1448 | 2024-11-27T17:47:44.629Z | Compiling openapiv3 v2.0.0 |
1449 | 2024-11-27T17:47:44.833Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2024-11-27T17:47:44.987Z | Compiling hkdf v0.12.4 |
1451 | 2024-11-27T17:47:45.261Z | Compiling crypto-bigint v0.5.5 |
1452 | 2024-11-27T17:47:45.687Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-11-27T17:47:47.283Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-11-27T17:47:47.470Z | Compiling webpki-roots v0.26.6 |
1455 | 2024-11-27T17:47:47.654Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-11-27T17:47:47.697Z | Compiling idna v0.5.0 |
1457 | 2024-11-27T17:47:48.553Z | Compiling hostname v0.4.0 |
1458 | 2024-11-27T17:47:48.798Z | Compiling fs-err v2.11.0 |
1459 | 2024-11-27T17:47:49.051Z | Compiling crc32fast v1.4.2 |
1460 | 2024-11-27T17:47:49.071Z | Compiling ahash v0.8.11 |
1461 | 2024-11-27T17:47:49.090Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-11-27T17:47:49.238Z | Compiling managed v0.8.0 |
1463 | 2024-11-27T17:47:49.368Z | Compiling bitflags v1.3.2 |
1464 | 2024-11-27T17:47:49.389Z | Compiling winnow v0.5.40 |
1465 | 2024-11-27T17:47:49.409Z | Compiling strum_macros v0.25.3 |
1466 | 2024-11-27T17:47:49.547Z | Compiling flate2 v1.0.34 |
1467 | 2024-11-27T17:47:49.568Z | Compiling zerocopy v0.6.6 |
1468 | 2024-11-27T17:47:50.269Z | Compiling clap_builder v4.5.21 |
1469 | 2024-11-27T17:47:50.459Z | Compiling console v0.15.8 |
1470 | 2024-11-27T17:47:50.698Z | Compiling cookie_store v0.21.0 |
1471 | 2024-11-27T17:47:51.371Z | Compiling hubpack v0.1.2 |
1472 | 2024-11-27T17:47:51.757Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-11-27T17:47:52.095Z | Compiling hickory-resolver v0.24.1 |
1474 | 2024-11-27T17:47:52.309Z | Compiling phf v0.11.2 |
1475 | 2024-11-27T17:47:52.626Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-11-27T17:47:52.832Z | Compiling hyper-tls v0.6.0 |
1477 | 2024-11-27T17:47:53.246Z | Compiling toml_edit v0.19.15 |
1478 | 2024-11-27T17:47:53.273Z | Compiling rayon v1.10.0 |
1479 | 2024-11-27T17:47:53.551Z | Compiling bzip2 v0.4.4 |
1480 | 2024-11-27T17:47:53.936Z | Compiling tokio-tungstenite v0.24.0 |
1481 | 2024-11-27T17:47:54.478Z | Compiling postgres-types v0.2.8 |
1482 | 2024-11-27T17:47:57.339Z | Compiling ed25519 v2.2.3 |
1483 | 2024-11-27T17:47:58.198Z | Compiling phf_shared v0.10.0 |
1484 | 2024-11-27T17:47:58.618Z | Compiling tokio-stream v0.1.16 |
1485 | 2024-11-27T17:47:58.895Z | Compiling pkcs1 v0.7.5 |
1486 | 2024-11-27T17:47:59.248Z | Compiling serde-big-array v0.5.1 |
1487 | 2024-11-27T17:47:59.493Z | Compiling clap_derive v4.5.18 |
1488 | 2024-11-27T17:47:59.727Z | Compiling rfc6979 v0.4.0 |
1489 | 2024-11-27T17:47:59.785Z | Compiling serde_repr v0.1.19 |
1490 | 2024-11-27T17:47:59.879Z | Compiling derive-where v1.2.7 |
1491 | 2024-11-27T17:47:59.915Z | Compiling float-cmp v0.9.0 |
1492 | 2024-11-27T17:47:59.936Z | Compiling bstr v1.10.0 |
1493 | 2024-11-27T17:48:00.136Z | Compiling sync_wrapper v1.0.1 |
1494 | 2024-11-27T17:48:00.300Z | Compiling precomputed-hash v0.1.1 |
1495 | 2024-11-27T17:48:00.449Z | Compiling predicates-core v1.0.8 |
1496 | 2024-11-27T17:48:00.803Z | Compiling bit-vec v0.6.3 |
1497 | 2024-11-27T17:48:00.989Z | Compiling unicode-width v0.2.0 |
1498 | 2024-11-27T17:48:01.259Z | Compiling static_assertions v1.1.0 |
1499 | 2024-11-27T17:48:01.308Z | Compiling fixedbitset v0.4.2 |
1500 | 2024-11-27T17:48:01.359Z | Compiling difflib v0.4.0 |
1501 | 2024-11-27T17:48:01.516Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-11-27T17:48:01.617Z | Compiling normalize-line-endings v0.3.0 |
1503 | 2024-11-27T17:48:01.720Z | Compiling number_prefix v0.4.0 |
1504 | 2024-11-27T17:48:01.751Z | Compiling unicode-segmentation v1.12.0 |
1505 | 2024-11-27T17:48:01.777Z | Compiling whoami v1.5.2 |
1506 | 2024-11-27T17:48:01.952Z | Compiling indicatif v0.17.9 |
1507 | 2024-11-27T17:48:02.442Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-11-27T17:48:02.657Z | Compiling similar v2.6.0 |
1509 | 2024-11-27T17:48:03.049Z | Compiling predicates v3.1.2 |
1510 | 2024-11-27T17:48:03.506Z | Compiling string_cache v0.8.7 |
1511 | 2024-11-27T17:48:03.992Z | Compiling petgraph v0.6.5 |
1512 | 2024-11-27T17:48:04.246Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-11-27T17:48:04.549Z | Compiling clap v4.5.21 |
1514 | 2024-11-27T17:48:04.677Z | Compiling bit-set v0.5.3 |
1515 | 2024-11-27T17:48:04.867Z | Compiling ecdsa v0.16.9 |
1516 | 2024-11-27T17:48:04.977Z | Compiling rsa v0.9.6 |
1517 | 2024-11-27T17:48:05.132Z | Compiling ed25519-dalek v2.1.1 |
1518 | 2024-11-27T17:48:05.712Z | Compiling toml v0.7.8 |
1519 | 2024-11-27T17:48:06.515Z | Compiling zip v0.6.6 |
1520 | 2024-11-27T17:48:07.445Z | Compiling crossterm v0.28.1 |
1521 | 2024-11-27T17:48:08.206Z | Compiling hex v0.4.3 |
1522 | 2024-11-27T17:48:08.279Z | Compiling x509-cert v0.2.5 |
1523 | 2024-11-27T17:48:08.809Z | Compiling itertools v0.10.5 |
1524 | 2024-11-27T17:48:08.828Z | Compiling lalrpop-util v0.19.12 |
1525 | 2024-11-27T17:48:08.850Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-11-27T17:48:09.044Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-11-27T17:48:09.202Z | Compiling strum_macros v0.26.4 |
1528 | 2024-11-27T17:48:09.748Z | Compiling xattr v1.3.1 |
1529 | 2024-11-27T17:48:10.031Z | Compiling filetime v0.2.25 |
1530 | 2024-11-27T17:48:10.359Z | Compiling tar v0.4.42 |
1531 | 2024-11-27T17:48:13.826Z | Compiling strum v0.26.3 |
1532 | 2024-11-27T17:48:17.343Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-11-27T17:48:49.089Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-11-27T17:48:52.509Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-11-27T17:48:54.150Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-11-27T17:48:54.574Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-11-27T17:48:54.888Z | Compiling reqwest v0.12.9 |
1538 | 2024-11-27T17:48:55.963Z | Compiling qorb v0.2.0 |
1539 | 2024-11-27T17:49:00.769Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-11-27T17:49:01.000Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-11-27T17:49:06.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1542 | 2024-11-27T17:49:06.970Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-11-27T17:49:07.024Z | Nov 27 17:49:06.229 INFO Starting download, target: Console |
1544 | 2024-11-27T17:49:07.024Z | Nov 27 17:49:06.229 INFO Starting download, target: Clickhouse |
1545 | 2024-11-27T17:49:07.024Z | Nov 27 17:49:06.229 INFO Starting download, target: DendriteOpenapi |
1546 | 2024-11-27T17:49:07.024Z | Nov 27 17:49:06.229 INFO Starting download, target: Cockroach |
1547 | 2024-11-27T17:49:07.027Z | Nov 27 17:49:06.229 INFO Starting download, target: DendriteStub |
1548 | 2024-11-27T17:49:07.027Z | Nov 27 17:49:06.229 INFO Starting download, target: MaghemiteMgd |
1549 | 2024-11-27T17:49:07.027Z | Nov 27 17:49:06.229 INFO Starting download, target: TransceiverControl |
1550 | 2024-11-27T17:49:07.027Z | Nov 27 17:49:06.230 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-11-27T17:49:07.027Z | Nov 27 17:49:06.230 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-11-27T17:49:07.027Z | Nov 27 17:49:06.230 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-11-27T17:49:07.027Z | Nov 27 17:49:06.230 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1554 | 2024-11-27T17:49:07.028Z | Nov 27 17:49:06.230 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-11-27T17:49:07.028Z | Nov 27 17:49:06.230 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2024-11-27T17:49:07.028Z | Nov 27 17:49:06.230 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-11-27T17:49:07.584Z | Nov 27 17:49:06.630 INFO Download complete, target: DendriteOpenapi |
1558 | 2024-11-27T17:49:07.863Z | Nov 27 17:49:06.846 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2024-11-27T17:49:08.046Z | Nov 27 17:49:06.996 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-11-27T17:49:08.204Z | Nov 27 17:49:07.155 INFO Download complete, target: Console |
1561 | 2024-11-27T17:49:08.392Z | Nov 27 17:49:07.559 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-11-27T17:49:08.448Z | Nov 27 17:49:07.621 INFO Download complete, target: TransceiverControl |
1563 | 2024-11-27T17:49:08.726Z | Nov 27 17:49:07.929 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1564 | 2024-11-27T17:49:08.998Z | Nov 27 17:49:08.190 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-11-27T17:49:09.483Z | Nov 27 17:49:08.688 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1566 | 2024-11-27T17:49:09.483Z | Nov 27 17:49:08.688 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1567 | 2024-11-27T17:49:11.122Z | Nov 27 17:49:10.307 INFO Download complete, target: DendriteStub |
1568 | 2024-11-27T17:49:11.488Z | Nov 27 17:49:10.692 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-11-27T17:49:16.528Z | Nov 27 17:49:15.732 INFO Checking that binary works, target: Cockroach |
1570 | 2024-11-27T17:49:16.693Z | Nov 27 17:49:15.897 INFO Download complete, target: Cockroach |
1571 | 2024-11-27T17:49:20.826Z | Nov 27 17:49:20.029 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-11-27T17:49:21.412Z | Nov 27 17:49:20.615 INFO Download complete, target: Clickhouse |
1573 | 2024-11-27T17:49:21.540Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-11-27T17:49:21.543Z | |
1575 | 2024-11-27T17:49:21.543Z | real 5:34.326866237 |
1576 | 2024-11-27T17:49:21.543Z | user 16:22.726047723 |
1577 | 2024-11-27T17:49:21.543Z | sys 3:14.075155428 |
1578 | 2024-11-27T17:49:21.543Z | trap 0.538609967 |
1579 | 2024-11-27T17:49:21.543Z | tflt 4.909345344 |
1580 | 2024-11-27T17:49:21.543Z | dflt 5.337644896 |
1581 | 2024-11-27T17:49:21.543Z | kflt 0.460779870 |
1582 | 2024-11-27T17:49:21.543Z | lock 28:52.658521724 |
1583 | 2024-11-27T17:49:21.543Z | slp 1:03:07.887937322 |
1584 | 2024-11-27T17:49:21.543Z | lat 55.451541269 |
1585 | 2024-11-27T17:49:21.544Z | stop 2:15.434018993 |
1586 | 2024-11-27T17:49:21.544Z | + banner clippy |
1587 | 2024-11-27T17:49:21.546Z | |
1588 | 2024-11-27T17:49:21.546Z | #### # # ##### ##### # # |
1589 | 2024-11-27T17:49:21.546Z | # # # # # # # # # # |
1590 | 2024-11-27T17:49:21.546Z | # # # # # # # # |
1591 | 2024-11-27T17:49:21.546Z | # # # ##### ##### # |
1592 | 2024-11-27T17:49:21.546Z | # # # # # # # |
1593 | 2024-11-27T17:49:21.546Z | #### ###### # # # # |
1594 | 2024-11-27T17:49:21.546Z | |
1595 | 2024-11-27T17:49:21.546Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-11-27T17:49:21.546Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-11-27T17:49:21.546Z | + ptime -m cargo xtask clippy |
1598 | 2024-11-27T17:49:22.073Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-11-27T17:49:25.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
1600 | 2024-11-27T17:49:25.908Z | Running `target/debug/xtask clippy` |
1601 | 2024-11-27T17:49:25.930Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1602 | 2024-11-27T17:49:26.602Z | Downloading crates ... |
1603 | 2024-11-27T17:49:27.014Z | Downloaded anes v0.1.6 |
1604 | 2024-11-27T17:49:27.020Z | Downloaded approx v0.5.1 |
1605 | 2024-11-27T17:49:27.023Z | Downloaded futures-timer v3.0.3 |
1606 | 2024-11-27T17:49:27.040Z | Downloaded escape8259 v0.5.3 |
1607 | 2024-11-27T17:49:27.042Z | Downloaded doc-comment v0.3.3 |
1608 | 2024-11-27T17:49:27.042Z | Downloaded concurrent-queue v2.5.0 |
1609 | 2024-11-27T17:49:27.045Z | Downloaded nested v0.1.1 |
1610 | 2024-11-27T17:49:27.045Z | Downloaded async-task v4.7.1 |
1611 | 2024-11-27T17:49:27.047Z | Downloaded plotters-svg v0.3.7 |
1612 | 2024-11-27T17:49:27.052Z | Downloaded async-object-pool v0.1.5 |
1613 | 2024-11-27T17:49:27.056Z | Downloaded guppy-workspace-hack v0.1.0 |
1614 | 2024-11-27T17:49:27.063Z | Downloaded target-triple v0.1.3 |
1615 | 2024-11-27T17:49:27.073Z | Downloaded cast v0.3.0 |
1616 | 2024-11-27T17:49:27.076Z | Downloaded pathdiff v0.2.2 |
1617 | 2024-11-27T17:49:27.076Z | Downloaded assert-json-diff v2.0.2 |
1618 | 2024-11-27T17:49:27.081Z | Downloaded event-listener-strategy v0.5.2 |
1619 | 2024-11-27T17:49:27.083Z | Downloaded event-listener v2.5.3 |
1620 | 2024-11-27T17:49:27.086Z | Downloaded oorandom v11.1.4 |
1621 | 2024-11-27T17:49:27.086Z | Downloaded async-lock v3.4.0 |
1622 | 2024-11-27T17:49:27.089Z | Downloaded datatest-stable v0.2.9 |
1623 | 2024-11-27T17:49:27.089Z | Downloaded criterion-plot v0.5.0 |
1624 | 2024-11-27T17:49:27.091Z | Downloaded async-global-executor v2.4.1 |
1625 | 2024-11-27T17:49:27.093Z | Downloaded plotters-backend v0.3.7 |
1626 | 2024-11-27T17:49:27.093Z | Downloaded piper v0.2.4 |
1627 | 2024-11-27T17:49:27.097Z | Downloaded async-signal v0.2.10 |
1628 | 2024-11-27T17:49:27.097Z | Downloaded async-attributes v1.1.2 |
1629 | 2024-11-27T17:49:27.100Z | Downloaded async-channel v2.3.1 |
1630 | 2024-11-27T17:49:27.104Z | Downloaded path-tree v0.8.1 |
1631 | 2024-11-27T17:49:27.108Z | Downloaded num_cpus v1.16.0 |
1632 | 2024-11-27T17:49:27.110Z | Downloaded indoc v2.0.5 |
1633 | 2024-11-27T17:49:27.111Z | Downloaded kv-log-macro v1.0.7 |
1634 | 2024-11-27T17:49:27.114Z | Downloaded serde_regex v1.1.0 |
1635 | 2024-11-27T17:49:27.114Z | Downloaded stringmetrics v2.2.2 |
1636 | 2024-11-27T17:49:27.116Z | Downloaded parking v2.2.1 |
1637 | 2024-11-27T17:49:27.123Z | Downloaded target-spec v3.2.2 |
1638 | 2024-11-27T17:49:27.126Z | Downloaded threadpool v1.8.1 |
1639 | 2024-11-27T17:49:27.128Z | Downloaded relative-path v1.9.3 |
1640 | 2024-11-27T17:49:27.128Z | Downloaded proc-macro-crate v3.2.0 |
1641 | 2024-11-27T17:49:27.131Z | Downloaded async-process v2.3.0 |
1642 | 2024-11-27T17:49:27.131Z | Downloaded assert_cmd v2.0.16 |
1643 | 2024-11-27T17:49:27.134Z | Downloaded async-channel v1.9.0 |
1644 | 2024-11-27T17:49:27.134Z | Downloaded futures-lite v2.3.0 |
1645 | 2024-11-27T17:49:27.136Z | Downloaded blocking v1.6.1 |
1646 | 2024-11-27T17:49:27.136Z | Downloaded hyper-rustls v0.26.0 |
1647 | 2024-11-27T17:49:27.139Z | Downloaded async-executor v1.13.1 |
1648 | 2024-11-27T17:49:27.142Z | Downloaded httptest v0.16.1 |
1649 | 2024-11-27T17:49:27.142Z | Downloaded blake2b_simd v1.0.2 |
1650 | 2024-11-27T17:49:27.144Z | Downloaded libtest-mimic v0.7.3 |
1651 | 2024-11-27T17:49:27.147Z | Downloaded similar-asserts v1.6.0 |
1652 | 2024-11-27T17:49:27.147Z | Downloaded tinytemplate v1.2.1 |
1653 | 2024-11-27T17:49:27.150Z | Downloaded target-lexicon v0.12.16 |
1654 | 2024-11-27T17:49:27.152Z | Downloaded partial-io v0.5.4 |
1655 | 2024-11-27T17:49:27.155Z | Downloaded rustls-native-certs v0.7.3 |
1656 | 2024-11-27T17:49:27.158Z | Downloaded rust-argon2 v2.1.0 |
1657 | 2024-11-27T17:49:27.160Z | Downloaded event-listener v5.3.1 |
1658 | 2024-11-27T17:49:27.163Z | Downloaded cfg-expr v0.17.0 |
1659 | 2024-11-27T17:49:27.167Z | Downloaded async-io v2.3.4 |
1660 | 2024-11-27T17:49:27.172Z | Downloaded trybuild v1.0.101 |
1661 | 2024-11-27T17:49:27.177Z | Downloaded rand_distr v0.4.3 |
1662 | 2024-11-27T17:49:27.180Z | Downloaded polling v3.7.3 |
1663 | 2024-11-27T17:49:27.183Z | Downloaded yansi v1.0.1 |
1664 | 2024-11-27T17:49:27.186Z | Downloaded rstest_macros v0.23.0 |
1665 | 2024-11-27T17:49:27.189Z | Downloaded rstest v0.23.0 |
1666 | 2024-11-27T17:49:27.193Z | Downloaded fancy-regex v0.13.0 |
1667 | 2024-11-27T17:49:27.196Z | Downloaded pretty_assertions v1.4.1 |
1668 | 2024-11-27T17:49:27.199Z | Downloaded criterion v0.5.1 |
1669 | 2024-11-27T17:49:27.208Z | Downloaded guppy v0.17.8 |
1670 | 2024-11-27T17:49:27.216Z | Downloaded plotters v0.3.7 |
1671 | 2024-11-27T17:49:27.229Z | Downloaded async-std v1.13.0 |
1672 | 2024-11-27T17:49:27.322Z | Downloaded httpmock v0.8.0-alpha.1 |
1673 | 2024-11-27T17:49:28.091Z | Checking cfg-if v1.0.0 |
1674 | 2024-11-27T17:49:28.168Z | Checking libc v0.2.162 |
1675 | 2024-11-27T17:49:28.189Z | Checking serde v1.0.215 |
1676 | 2024-11-27T17:49:28.211Z | Checking memchr v2.7.4 |
1677 | 2024-11-27T17:49:28.235Z | Checking value-bag v1.9.0 |
1678 | 2024-11-27T17:49:28.255Z | Checking scopeguard v1.2.0 |
1679 | 2024-11-27T17:49:28.275Z | Checking zeroize v1.8.1 |
1680 | 2024-11-27T17:49:28.303Z | Checking smallvec v1.13.2 |
1681 | 2024-11-27T17:49:28.331Z | Checking itoa v1.0.11 |
1682 | 2024-11-27T17:49:28.390Z | Checking lock_api v0.4.12 |
1683 | 2024-11-27T17:49:28.548Z | Checking byteorder v1.5.0 |
1684 | 2024-11-27T17:49:28.574Z | Checking pin-project-lite v0.2.14 |
1685 | 2024-11-27T17:49:28.634Z | Checking log v0.4.22 |
1686 | 2024-11-27T17:49:28.661Z | Checking subtle v2.6.1 |
1687 | 2024-11-27T17:49:28.695Z | Checking once_cell v1.20.2 |
1688 | 2024-11-27T17:49:28.804Z | Checking typenum v1.17.0 |
1689 | 2024-11-27T17:49:28.920Z | Checking futures-core v0.3.31 |
1690 | 2024-11-27T17:49:28.959Z | Checking thiserror v1.0.69 |
1691 | 2024-11-27T17:49:29.002Z | Checking libm v0.2.8 |
1692 | 2024-11-27T17:49:29.090Z | Checking zerocopy v0.7.35 |
1693 | 2024-11-27T17:49:29.117Z | Checking ryu v1.0.18 |
1694 | 2024-11-27T17:49:29.146Z | Checking spin v0.9.8 |
1695 | 2024-11-27T17:49:29.174Z | Checking const-oid v0.9.6 |
1696 | 2024-11-27T17:49:29.324Z | Checking getrandom v0.2.15 |
1697 | 2024-11-27T17:49:29.351Z | Checking parking_lot_core v0.9.10 |
1698 | 2024-11-27T17:49:29.500Z | Checking signal-hook-registry v1.4.2 |
1699 | 2024-11-27T17:49:29.585Z | Checking rand_core v0.6.4 |
1700 | 2024-11-27T17:49:29.710Z | Checking parking_lot v0.12.3 |
1701 | 2024-11-27T17:49:29.749Z | Checking mio v1.0.2 |
1702 | 2024-11-27T17:49:29.886Z | Checking socket2 v0.5.7 |
1703 | 2024-11-27T17:49:29.913Z | Checking num-traits v0.2.19 |
1704 | 2024-11-27T17:49:30.091Z | Checking futures-io v0.3.31 |
1705 | 2024-11-27T17:49:30.117Z | Checking generic-array v0.14.7 |
1706 | 2024-11-27T17:49:30.278Z | Checking slab v0.4.9 |
1707 | 2024-11-27T17:49:30.322Z | Checking allocator-api2 v0.2.18 |
1708 | 2024-11-27T17:49:30.386Z | Checking cpufeatures v0.2.14 |
1709 | 2024-11-27T17:49:30.497Z | Checking futures-sink v0.3.31 |
1710 | 2024-11-27T17:49:30.557Z | Checking pin-utils v0.1.0 |
1711 | 2024-11-27T17:49:30.610Z | Checking foldhash v0.1.3 |
1712 | 2024-11-27T17:49:30.652Z | Checking equivalent v1.0.1 |
1713 | 2024-11-27T17:49:30.677Z | Checking futures-channel v0.3.31 |
1714 | 2024-11-27T17:49:30.771Z | Checking futures-task v0.3.31 |
1715 | 2024-11-27T17:49:30.819Z | Checking stable_deref_trait v1.2.0 |
1716 | 2024-11-27T17:49:30.934Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2024-11-27T17:49:30.961Z | Checking hashbrown v0.15.0 |
1718 | 2024-11-27T17:49:31.014Z | Checking fnv v1.0.7 |
1719 | 2024-11-27T17:49:31.051Z | Checking futures-util v0.3.31 |
1720 | 2024-11-27T17:49:31.113Z | Checking iana-time-zone v0.1.61 |
1721 | 2024-11-27T17:49:31.157Z | Checking ppv-lite86 v0.2.20 |
1722 | 2024-11-27T17:49:31.267Z | Checking tracing-core v0.1.32 |
1723 | 2024-11-27T17:49:31.290Z | Checking errno v0.3.9 |
1724 | 2024-11-27T17:49:31.316Z | Checking crypto-common v0.1.6 |
1725 | 2024-11-27T17:49:31.474Z | Checking block-buffer v0.10.4 |
1726 | 2024-11-27T17:49:31.512Z | Checking zerofrom v0.1.4 |
1727 | 2024-11-27T17:49:31.578Z | Checking dyn-clone v1.0.17 |
1728 | 2024-11-27T17:49:31.713Z | Checking digest v0.10.7 |
1729 | 2024-11-27T17:49:31.740Z | Checking block-padding v0.3.3 |
1730 | 2024-11-27T17:49:31.764Z | Checking yoke v0.7.4 |
1731 | 2024-11-27T17:49:31.926Z | Checking tracing v0.1.40 |
1732 | 2024-11-27T17:49:31.950Z | Checking rand_chacha v0.3.1 |
1733 | 2024-11-27T17:49:31.955Z | Checking inout v0.1.3 |
1734 | 2024-11-27T17:49:32.098Z | Checking zerovec v0.10.4 |
1735 | 2024-11-27T17:49:32.101Z | Checking crossbeam-utils v0.8.20 |
1736 | 2024-11-27T17:49:32.142Z | Checking percent-encoding v2.3.1 |
1737 | 2024-11-27T17:49:32.184Z | Checking cipher v0.4.4 |
1738 | 2024-11-27T17:49:32.253Z | Checking litemap v0.7.3 |
1739 | 2024-11-27T17:49:32.338Z | Checking rand v0.8.5 |
1740 | 2024-11-27T17:49:32.369Z | Checking writeable v0.5.5 |
1741 | 2024-11-27T17:49:32.602Z | Checking tinyvec_macros v0.1.1 |
1742 | 2024-11-27T17:49:32.605Z | Checking form_urlencoded v1.2.1 |
1743 | 2024-11-27T17:49:32.692Z | Checking httparse v1.9.5 |
1744 | 2024-11-27T17:49:32.716Z | Checking tinyvec v1.8.0 |
1745 | 2024-11-27T17:49:32.828Z | Checking atomic-waker v1.1.2 |
1746 | 2024-11-27T17:49:32.854Z | Checking icu_locid_transform_data v1.5.0 |
1747 | 2024-11-27T17:49:32.959Z | Checking base64ct v1.6.0 |
1748 | 2024-11-27T17:49:32.985Z | Checking regex-syntax v0.8.5 |
1749 | 2024-11-27T17:49:33.155Z | Checking hmac v0.12.1 |
1750 | 2024-11-27T17:49:33.223Z | Checking bytes v1.8.0 |
1751 | 2024-11-27T17:49:33.383Z | Checking bitflags v2.6.0 |
1752 | 2024-11-27T17:49:33.421Z | Checking serde_json v1.0.132 |
1753 | 2024-11-27T17:49:33.671Z | Checking indexmap v2.6.0 |
1754 | 2024-11-27T17:49:33.708Z | Checking chrono v0.4.38 |
1755 | 2024-11-27T17:49:33.752Z | Checking rustix v0.38.37 |
1756 | 2024-11-27T17:49:34.007Z | Checking tokio v1.40.0 |
1757 | 2024-11-27T17:49:34.033Z | Checking uuid v1.11.0 |
1758 | 2024-11-27T17:49:34.609Z | Checking http v1.1.0 |
1759 | 2024-11-27T17:49:34.976Z | Checking tinystr v0.7.6 |
1760 | 2024-11-27T17:49:35.149Z | Checking unicode-normalization v0.1.24 |
1761 | 2024-11-27T17:49:35.338Z | Checking icu_locid v1.5.0 |
1762 | 2024-11-27T17:49:35.840Z | Checking schemars v0.8.21 |
1763 | 2024-11-27T17:49:36.002Z | Checking icu_collections v1.5.0 |
1764 | 2024-11-27T17:49:36.100Z | Checking untrusted v0.9.0 |
1765 | 2024-11-27T17:49:36.135Z | Checking icu_properties_data v1.5.0 |
1766 | 2024-11-27T17:49:36.266Z | Checking ring v0.17.8 |
1767 | 2024-11-27T17:49:36.328Z | Checking sha2 v0.10.8 |
1768 | 2024-11-27T17:49:36.363Z | Checking icu_provider v1.5.0 |
1769 | 2024-11-27T17:49:36.390Z | Checking aho-corasick v1.1.3 |
1770 | 2024-11-27T17:49:36.680Z | Checking utf16_iter v1.0.5 |
1771 | 2024-11-27T17:49:36.868Z | Checking icu_normalizer_data v1.5.0 |
1772 | 2024-11-27T17:49:36.907Z | Checking write16 v1.0.0 |
1773 | 2024-11-27T17:49:36.977Z | Checking utf8_iter v1.0.4 |
1774 | 2024-11-27T17:49:37.033Z | Checking unicode-bidi v0.3.17 |
1775 | 2024-11-27T17:49:37.035Z | Checking icu_locid_transform v1.5.0 |
1776 | 2024-11-27T17:49:37.200Z | Checking unicode-ident v1.0.13 |
1777 | 2024-11-27T17:49:37.343Z | Checking lazy_static v1.5.0 |
1778 | 2024-11-27T17:49:37.380Z | Checking adler2 v2.0.0 |
1779 | 2024-11-27T17:49:37.472Z | Checking powerfmt v0.2.0 |
1780 | 2024-11-27T17:49:37.499Z | Checking num-conv v0.1.0 |
1781 | 2024-11-27T17:49:37.540Z | Checking miniz_oxide v0.8.0 |
1782 | 2024-11-27T17:49:37.686Z | Checking num_threads v0.1.7 |
1783 | 2024-11-27T17:49:37.735Z | Checking deranged v0.3.11 |
1784 | 2024-11-27T17:49:37.763Z | Checking rustls-pki-types v1.9.0 |
1785 | 2024-11-27T17:49:37.807Z | Checking time-core v0.1.2 |
1786 | 2024-11-27T17:49:37.969Z | Checking proc-macro2 v1.0.89 |
1787 | 2024-11-27T17:49:37.997Z | Checking regex-automata v0.4.8 |
1788 | 2024-11-27T17:49:38.067Z | Checking icu_properties v1.5.1 |
1789 | 2024-11-27T17:49:38.107Z | Checking pem-rfc7468 v0.7.0 |
1790 | 2024-11-27T17:49:38.275Z | Checking untrusted v0.7.1 |
1791 | 2024-11-27T17:49:38.315Z | Checking http-body v1.0.1 |
1792 | 2024-11-27T17:49:38.390Z | Checking aws-lc-sys v0.22.0 |
1793 | 2024-11-27T17:49:38.455Z | Checking base64 v0.22.1 |
1794 | 2024-11-27T17:49:38.522Z | Checking try-lock v0.2.5 |
1795 | 2024-11-27T17:49:38.665Z | Checking quote v1.0.37 |
1796 | 2024-11-27T17:49:38.691Z | Checking httpdate v1.0.3 |
1797 | 2024-11-27T17:49:38.914Z | Checking mirai-annotations v1.12.0 |
1798 | 2024-11-27T17:49:38.917Z | Checking want v0.3.1 |
1799 | 2024-11-27T17:49:39.011Z | Checking syn v2.0.87 |
1800 | 2024-11-27T17:49:39.120Z | Checking flagset v0.4.6 |
1801 | 2024-11-27T17:49:39.146Z | Checking pbkdf2 v0.12.2 |
1802 | 2024-11-27T17:49:39.311Z | Checking der v0.7.9 |
1803 | 2024-11-27T17:49:39.314Z | Checking aes v0.8.4 |
1804 | 2024-11-27T17:49:39.473Z | Checking time v0.3.36 |
1805 | 2024-11-27T17:49:40.211Z | Checking cbc v0.1.2 |
1806 | 2024-11-27T17:49:40.426Z | Checking salsa20 v0.10.2 |
1807 | 2024-11-27T17:49:40.661Z | Checking ahash v0.8.11 |
1808 | 2024-11-27T17:49:41.087Z | Checking aws-lc-rs v1.10.0 |
1809 | 2024-11-27T17:49:41.260Z | Checking slog v2.7.0 |
1810 | 2024-11-27T17:49:41.288Z | Checking spki v0.7.3 |
1811 | 2024-11-27T17:49:41.371Z | Checking icu_normalizer v1.5.0 |
1812 | 2024-11-27T17:49:41.420Z | Checking tokio-util v0.7.12 |
1813 | 2024-11-27T17:49:41.586Z | Checking tower-service v0.3.3 |
1814 | 2024-11-27T17:49:42.725Z | Checking scrypt v0.11.0 |
1815 | 2024-11-27T17:49:42.728Z | Checking mime v0.3.17 |
1816 | 2024-11-27T17:49:42.728Z | Checking gimli v0.31.1 |
1817 | 2024-11-27T17:49:42.728Z | Checking pkcs5 v0.7.1 |
1818 | 2024-11-27T17:49:42.728Z | Checking object v0.36.5 |
1819 | 2024-11-27T17:49:42.728Z | Checking idna_adapter v1.2.0 |
1820 | 2024-11-27T17:49:42.728Z | Checking idna v1.0.3 |
1821 | 2024-11-27T17:49:42.728Z | Checking h2 v0.4.6 |
1822 | 2024-11-27T17:49:42.728Z | Checking utf8parse v0.2.2 |
1823 | 2024-11-27T17:49:42.728Z | Checking rustc-demangle v0.1.24 |
1824 | 2024-11-27T17:49:42.728Z | Checking regex v1.11.1 |
1825 | 2024-11-27T17:49:42.840Z | Checking url v2.5.3 |
1826 | 2024-11-27T17:49:42.874Z | Checking rustls-webpki v0.102.8 |
1827 | 2024-11-27T17:49:43.011Z | Checking pkcs8 v0.10.2 |
1828 | 2024-11-27T17:49:43.338Z | Checking http-body-util v0.1.2 |
1829 | 2024-11-27T17:49:43.398Z | Checking futures-executor v0.3.31 |
1830 | 2024-11-27T17:49:43.632Z | Checking serde_spanned v0.6.8 |
1831 | 2024-11-27T17:49:43.657Z | Checking toml_datetime v0.6.8 |
1832 | 2024-11-27T17:49:43.692Z | Checking unicode-width v0.1.14 |
1833 | 2024-11-27T17:49:43.834Z | Checking data-encoding v2.6.0 |
1834 | 2024-11-27T17:49:43.860Z | Checking ipnet v2.10.1 |
1835 | 2024-11-27T17:49:43.925Z | Checking futures v0.3.31 |
1836 | 2024-11-27T17:49:44.055Z | Checking rustls-pemfile v2.2.0 |
1837 | 2024-11-27T17:49:44.223Z | Checking foreign-types-shared v0.1.1 |
1838 | 2024-11-27T17:49:44.287Z | Checking openssl-probe v0.1.5 |
1839 | 2024-11-27T17:49:44.333Z | Checking anstyle v1.0.10 |
1840 | 2024-11-27T17:49:44.357Z | Checking foreign-types v0.3.2 |
1841 | 2024-11-27T17:49:44.442Z | Checking serde_urlencoded v0.7.1 |
1842 | 2024-11-27T17:49:44.469Z | Checking semver v1.0.23 |
1843 | 2024-11-27T17:49:44.501Z | Checking sha1 v0.10.6 |
1844 | 2024-11-27T17:49:44.702Z | Checking openssl-sys v0.9.103 |
1845 | 2024-11-27T17:49:44.808Z | Checking encoding_rs v0.8.34 |
1846 | 2024-11-27T17:49:44.869Z | Checking rustls v0.23.14 |
1847 | 2024-11-27T17:49:44.872Z | Checking anstyle-parse v0.2.5 |
1848 | 2024-11-27T17:49:45.185Z | Checking camino v1.1.9 |
1849 | 2024-11-27T17:49:45.456Z | Checking is_terminal_polyfill v1.70.1 |
1850 | 2024-11-27T17:49:45.596Z | Checking either v1.13.0 |
1851 | 2024-11-27T17:49:45.802Z | Checking winnow v0.6.20 |
1852 | 2024-11-27T17:49:45.937Z | Checking addr2line v0.24.2 |
1853 | 2024-11-27T17:49:45.963Z | Checking colorchoice v1.0.2 |
1854 | 2024-11-27T17:49:45.990Z | Checking openssl v0.10.66 |
1855 | 2024-11-27T17:49:46.120Z | Checking anstyle-query v1.1.1 |
1856 | 2024-11-27T17:49:46.262Z | Checking anstream v0.6.15 |
1857 | 2024-11-27T17:49:46.459Z | Checking idna v0.3.0 |
1858 | 2024-11-27T17:49:46.639Z | Checking terminal_size v0.4.0 |
1859 | 2024-11-27T17:49:46.825Z | Checking openapiv3 v2.0.0 |
1860 | 2024-11-27T17:49:47.194Z | Checking signature v2.2.0 |
1861 | 2024-11-27T17:49:47.380Z | Checking clap_lex v0.7.2 |
1862 | 2024-11-27T17:49:47.407Z | Checking psl-types v2.0.11 |
1863 | 2024-11-27T17:49:47.608Z | Checking strsim v0.11.1 |
1864 | 2024-11-27T17:49:47.634Z | Checking publicsuffix v2.2.3 |
1865 | 2024-11-27T17:49:47.900Z | Checking cookie v0.18.1 |
1866 | 2024-11-27T17:49:47.903Z | Checking clap_builder v4.5.21 |
1867 | 2024-11-27T17:49:48.367Z | Checking webpki-roots v0.26.6 |
1868 | 2024-11-27T17:49:48.477Z | Checking backtrace v0.3.74 |
1869 | 2024-11-27T17:49:48.501Z | Checking hyper v1.5.0 |
1870 | 2024-11-27T17:49:48.587Z | Checking idna v0.5.0 |
1871 | 2024-11-27T17:49:48.747Z | Checking is-terminal v0.4.13 |
1872 | 2024-11-27T17:49:48.895Z | Checking scroll v0.12.0 |
1873 | 2024-11-27T17:49:49.058Z | Checking anyhow v1.0.93 |
1874 | 2024-11-27T17:49:49.385Z | Checking plain v0.2.3 |
1875 | 2024-11-27T17:49:49.462Z | Checking ucd-trie v0.1.7 |
1876 | 2024-11-27T17:49:49.488Z | Checking cookie_store v0.21.0 |
1877 | 2024-11-27T17:49:49.549Z | Checking goblin v0.8.2 |
1878 | 2024-11-27T17:49:49.673Z | Checking pest v2.7.14 |
1879 | 2024-11-27T17:49:50.198Z | Checking sync_wrapper v1.0.1 |
1880 | 2024-11-27T17:49:50.224Z | Checking pretty-hex v0.4.1 |
1881 | 2024-11-27T17:49:50.329Z | Checking tokio-rustls v0.26.0 |
1882 | 2024-11-27T17:49:50.355Z | Checking base16ct v0.2.0 |
1883 | 2024-11-27T17:49:50.416Z | Checking num-integer v0.1.46 |
1884 | 2024-11-27T17:49:50.549Z | Checking sec1 v0.7.3 |
1885 | 2024-11-27T17:49:50.577Z | Checking hyper-util v0.1.10 |
1886 | 2024-11-27T17:49:50.742Z | Checking ff v0.13.0 |
1887 | 2024-11-27T17:49:50.907Z | Checking thread-id v4.2.2 |
1888 | 2024-11-27T17:49:50.932Z | Checking toml_edit v0.22.22 |
1889 | 2024-11-27T17:49:50.959Z | Checking clap v4.5.21 |
1890 | 2024-11-27T17:49:50.962Z | Checking group v0.13.0 |
1891 | 2024-11-27T17:49:51.032Z | Checking hkdf v0.12.4 |
1892 | 2024-11-27T17:49:51.096Z | Checking crypto-bigint v0.5.5 |
1893 | 2024-11-27T17:49:51.238Z | Checking dirs-sys-next v0.1.2 |
1894 | 2024-11-27T17:49:51.265Z | Checking memmap v0.7.0 |
1895 | 2024-11-27T17:49:51.440Z | Checking crc32fast v1.4.2 |
1896 | 2024-11-27T17:49:51.466Z | Checking bitflags v1.3.2 |
1897 | 2024-11-27T17:49:51.469Z | Checking native-tls v0.2.12 |
1898 | 2024-11-27T17:49:51.603Z | Checking utf-8 v0.7.6 |
1899 | 2024-11-27T17:49:51.666Z | Checking static_assertions v1.1.0 |
1900 | 2024-11-27T17:49:51.774Z | Checking dirs-next v2.0.0 |
1901 | 2024-11-27T17:49:51.799Z | Checking tokio-native-tls v0.3.1 |
1902 | 2024-11-27T17:49:51.825Z | Checking crossbeam-channel v0.5.13 |
1903 | 2024-11-27T17:49:51.919Z | Checking thread_local v1.1.8 |
1904 | 2024-11-27T17:49:52.052Z | Checking unicode-segmentation v1.12.0 |
1905 | 2024-11-27T17:49:52.110Z | Checking dtrace-parser v0.2.0 |
1906 | 2024-11-27T17:49:52.217Z | Checking term v0.7.0 |
1907 | 2024-11-27T17:49:52.570Z | Checking num-iter v0.1.45 |
1908 | 2024-11-27T17:49:52.610Z | Checking hyper-rustls v0.27.3 |
1909 | 2024-11-27T17:49:52.637Z | Checking hyper-tls v0.6.0 |
1910 | 2024-11-27T17:49:52.662Z | Checking crossbeam-epoch v0.9.18 |
1911 | 2024-11-27T17:49:52.750Z | Checking match_cfg v0.1.0 |
1912 | 2024-11-27T17:49:52.777Z | Checking take_mut v0.2.2 |
1913 | 2024-11-27T17:49:52.857Z | Checking hostname v0.3.1 |
1914 | 2024-11-27T17:49:52.908Z | Checking slog-term v2.9.1 |
1915 | 2024-11-27T17:49:52.933Z | Checking slog-async v2.8.0 |
1916 | 2024-11-27T17:49:52.958Z | Checking reqwest v0.12.9 |
1917 | 2024-11-27T17:49:53.022Z | Checking bstr v1.10.0 |
1918 | 2024-11-27T17:49:53.090Z | Checking rfc6979 v0.4.0 |
1919 | 2024-11-27T17:49:53.224Z | Checking hex v0.4.3 |
1920 | 2024-11-27T17:49:53.271Z | Checking managed v0.8.0 |
1921 | 2024-11-27T17:49:53.410Z | Checking winnow v0.5.40 |
1922 | 2024-11-27T17:49:53.445Z | Checking toml v0.8.19 |
1923 | 2024-11-27T17:49:53.660Z | Checking crossbeam-deque v0.8.5 |
1924 | 2024-11-27T17:49:53.765Z | Checking num-bigint-dig v0.8.4 |
1925 | 2024-11-27T17:49:53.905Z | Checking elliptic-curve v0.13.8 |
1926 | 2024-11-27T17:49:53.995Z | Checking flate2 v1.0.34 |
1927 | 2024-11-27T17:49:53.998Z | Checking rustls v0.22.4 |
1928 | 2024-11-27T17:49:54.162Z | Checking pkcs1 v0.7.5 |
1929 | 2024-11-27T17:49:54.558Z | Checking curve25519-dalek v4.1.3 |
1930 | 2024-11-27T17:49:54.582Z | Checking ecdsa v0.16.9 |
1931 | 2024-11-27T17:49:54.585Z | Checking dof v0.3.0 |
1932 | 2024-11-27T17:49:54.666Z | Checking zerocopy v0.6.6 |
1933 | 2024-11-27T17:49:54.817Z | Checking siphasher v0.3.11 |
1934 | 2024-11-27T17:49:55.141Z | Checking rayon-core v1.12.1 |
1935 | 2024-11-27T17:49:55.244Z | Checking usdt-impl v0.5.0 |
1936 | 2024-11-27T17:49:55.293Z | Checking ed25519 v2.2.3 |
1937 | 2024-11-27T17:49:55.421Z | Checking slog-json v2.6.1 |
1938 | 2024-11-27T17:49:55.601Z | Checking signal-hook v0.3.17 |
1939 | 2024-11-27T17:49:55.688Z | Checking debug-ignore v1.0.5 |
1940 | 2024-11-27T17:49:55.801Z | Checking usdt v0.5.0 |
1941 | 2024-11-27T17:49:55.838Z | Checking quick-error v1.2.3 |
1942 | 2024-11-27T17:49:55.864Z | Checking slog-bunyan v2.5.0 |
1943 | 2024-11-27T17:49:55.894Z | Checking rsa v0.9.6 |
1944 | 2024-11-27T17:49:55.925Z | Checking multer v3.1.0 |
1945 | 2024-11-27T17:49:55.987Z | Checking itertools v0.10.5 |
1946 | 2024-11-27T17:49:56.044Z | Checking x509-cert v0.2.5 |
1947 | 2024-11-27T17:49:56.069Z | Checking idna v0.4.0 |
1948 | 2024-11-27T17:49:56.344Z | Checking hubpack v0.1.2 |
1949 | 2024-11-27T17:49:56.375Z | Checking toml_edit v0.19.15 |
1950 | 2024-11-27T17:49:56.409Z | Checking ed25519-dalek v2.1.1 |
1951 | 2024-11-27T17:49:56.684Z | Checking serde_path_to_error v0.1.16 |
1952 | 2024-11-27T17:49:56.814Z | Checking waitgroup v0.1.2 |
1953 | 2024-11-27T17:49:56.919Z | Checking bzip2-sys v0.1.11+1.0.8 |
1954 | 2024-11-27T17:49:56.961Z | Checking async-stream v0.3.6 |
1955 | 2024-11-27T17:49:56.989Z | Checking hostname v0.4.0 |
1956 | 2024-11-27T17:49:57.054Z | Checking bit-vec v0.6.3 |
1957 | 2024-11-27T17:49:57.134Z | Checking bzip2 v0.4.4 |
1958 | 2024-11-27T17:49:57.160Z | Checking hickory-proto v0.24.1 |
1959 | 2024-11-27T17:49:57.274Z | Checking signal-hook-mio v0.2.4 |
1960 | 2024-11-27T17:49:57.395Z | Checking bit-set v0.5.3 |
1961 | 2024-11-27T17:49:57.424Z | Checking console v0.15.8 |
1962 | 2024-11-27T17:49:57.427Z | Checking hash32 v0.2.1 |
1963 | 2024-11-27T17:49:57.631Z | Checking unicode-properties v0.1.3 |
1964 | 2024-11-27T17:49:57.663Z | Checking predicates-core v1.0.8 |
1965 | 2024-11-27T17:49:57.689Z | Checking tokio-rustls v0.25.0 |
1966 | 2024-11-27T17:49:57.739Z | Checking linked-hash-map v0.5.6 |
1967 | 2024-11-27T17:49:57.857Z | Checking heapless v0.7.17 |
1968 | 2024-11-27T17:49:57.999Z | Checking stringprep v0.1.5 |
1969 | 2024-11-27T17:49:58.003Z | Checking crossterm v0.28.1 |
1970 | 2024-11-27T17:49:58.079Z | Checking dropshot v0.12.0 |
1971 | 2024-11-27T17:49:58.082Z | Checking lru-cache v0.1.2 |
1972 | 2024-11-27T17:49:58.255Z | Checking rayon v1.10.0 |
1973 | 2024-11-27T17:49:58.279Z | Checking phf_shared v0.11.2 |
1974 | 2024-11-27T17:49:58.282Z | Checking similar v2.6.0 |
1975 | 2024-11-27T17:49:58.557Z | Checking tokio-stream v0.1.16 |
1976 | 2024-11-27T17:49:58.852Z | Checking md-5 v0.10.6 |
1977 | 2024-11-27T17:49:58.879Z | Checking toml v0.7.8 |
1978 | 2024-11-27T17:49:59.087Z | Checking float-cmp v0.9.0 |
1979 | 2024-11-27T17:49:59.158Z | Checking fallible-iterator v0.2.0 |
1980 | 2024-11-27T17:49:59.285Z | Checking normalize-line-endings v0.3.0 |
1981 | 2024-11-27T17:49:59.422Z | Checking fixedbitset v0.4.2 |
1982 | 2024-11-27T17:49:59.446Z | Checking difflib v0.4.0 |
1983 | 2024-11-27T17:49:59.634Z | Checking smoltcp v0.9.1 |
1984 | 2024-11-27T17:49:59.716Z | Checking petgraph v0.6.5 |
1985 | 2024-11-27T17:49:59.755Z | Checking postgres-protocol v0.6.7 |
1986 | 2024-11-27T17:49:59.794Z | Checking predicates v3.1.2 |
1987 | 2024-11-27T17:49:59.880Z | Checking phf v0.11.2 |
1988 | 2024-11-27T17:50:00.152Z | Checking zip v0.6.6 |
1989 | 2024-11-27T17:50:00.445Z | Checking resolv-conf v0.7.0 |
1990 | 2024-11-27T17:50:00.514Z | Checking phf_shared v0.10.0 |
1991 | 2024-11-27T17:50:00.811Z | Checking tungstenite v0.24.0 |
1992 | 2024-11-27T17:50:00.837Z | Checking fs-err v2.11.0 |
1993 | 2024-11-27T17:50:00.863Z | Checking serde-big-array v0.5.1 |
1994 | 2024-11-27T17:50:01.105Z | Checking portable-atomic v1.9.0 |
1995 | 2024-11-27T17:50:01.144Z | Checking minimal-lexical v0.2.1 |
1996 | 2024-11-27T17:50:01.419Z | Checking unicode-width v0.2.0 |
1997 | 2024-11-27T17:50:01.566Z | Checking precomputed-hash v0.1.1 |
1998 | 2024-11-27T17:50:01.683Z | Checking new_debug_unreachable v1.0.6 |
1999 | 2024-11-27T17:50:01.714Z | Checking lalrpop-util v0.19.12 |
2000 | 2024-11-27T17:50:01.738Z | Checking number_prefix v0.4.0 |
2001 | 2024-11-27T17:50:01.794Z | Checking string_cache v0.8.7 |
2002 | 2024-11-27T17:50:01.897Z | Checking tokio-tungstenite v0.24.0 |
2003 | 2024-11-27T17:50:01.924Z | Checking hickory-resolver v0.24.1 |
2004 | 2024-11-27T17:50:01.948Z | Checking nom v7.1.3 |
2005 | 2024-11-27T17:50:01.981Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2024-11-27T17:50:02.037Z | Checking postgres-types v0.2.8 |
2007 | 2024-11-27T17:50:02.087Z | Checking itertools v0.12.1 |
2008 | 2024-11-27T17:50:02.138Z | Checking indicatif v0.17.9 |
2009 | 2024-11-27T17:50:02.358Z | Checking whoami v1.5.2 |
2010 | 2024-11-27T17:50:02.672Z | Checking peg-runtime v0.8.3 |
2011 | 2024-11-27T17:50:02.773Z | Checking tokio-postgres v0.7.12 |
2012 | 2024-11-27T17:50:02.924Z | Compiling hashbrown v0.14.5 |
2013 | 2024-11-27T17:50:03.035Z | Compiling ident_case v1.0.1 |
2014 | 2024-11-27T17:50:03.074Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-11-27T17:50:03.236Z | Compiling darling_core v0.20.10 |
2016 | 2024-11-27T17:50:03.549Z | Checking qorb v0.2.0 |
2017 | 2024-11-27T17:50:04.286Z | Compiling regress v0.10.1 |
2018 | 2024-11-27T17:50:04.709Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-11-27T17:50:05.118Z | Checking heck v0.5.0 |
2020 | 2024-11-27T17:50:05.328Z | Checking progenitor-client v0.8.0 |
2021 | 2024-11-27T17:50:05.715Z | Checking fastrand v2.1.1 |
2022 | 2024-11-27T17:50:05.928Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-11-27T17:50:06.059Z | Checking ipnetwork v0.20.0 |
2024 | 2024-11-27T17:50:06.158Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-11-27T17:50:06.252Z | Checking strum v0.26.3 |
2026 | 2024-11-27T17:50:06.405Z | Compiling dropshot v0.13.0 |
2027 | 2024-11-27T17:50:06.430Z | Checking macaddr v1.0.1 |
2028 | 2024-11-27T17:50:06.768Z | Compiling dropshot_endpoint v0.13.0 |
2029 | 2024-11-27T17:50:06.790Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2030 | 2024-11-27T17:50:07.562Z | Checking tempfile v3.13.0 |
2031 | 2024-11-27T17:50:07.697Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-11-27T17:50:07.956Z | Compiling typify-impl v0.2.0 |
2033 | 2024-11-27T17:50:08.067Z | Checking instant v0.1.13 |
2034 | 2024-11-27T17:50:08.194Z | Checking regress v0.9.1 |
2035 | 2024-11-27T17:50:08.888Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2036 | 2024-11-27T17:50:09.147Z | Compiling structmeta v0.3.0 |
2037 | 2024-11-27T17:50:09.283Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-11-27T17:50:09.605Z | Checking backoff v0.4.0 |
2039 | 2024-11-27T17:50:09.608Z | Compiling parse-display-derive v0.10.0 |
2040 | 2024-11-27T17:50:09.673Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-11-27T17:50:09.826Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2042 | 2024-11-27T17:50:09.910Z | Checking wait-timeout v0.2.0 |
2043 | 2024-11-27T17:50:09.985Z | Checking rand_xorshift v0.3.0 |
2044 | 2024-11-27T17:50:10.102Z | Checking rusty-fork v0.3.0 |
2045 | 2024-11-27T17:50:10.167Z | Checking unarray v0.1.4 |
2046 | 2024-11-27T17:50:10.276Z | Compiling darling_macro v0.20.10 |
2047 | 2024-11-27T17:50:10.337Z | Compiling structmeta-derive v0.2.0 |
2048 | 2024-11-27T17:50:10.386Z | Checking proptest v1.5.0 |
2049 | 2024-11-27T17:50:11.259Z | Compiling darling v0.20.10 |
2050 | 2024-11-27T17:50:11.396Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-27T17:50:11.765Z | Checking camino-tempfile v1.1.1 |
2052 | 2024-11-27T17:50:12.054Z | Compiling proc-macro-error v1.0.4 |
2053 | 2024-11-27T17:50:12.183Z | Compiling proc-macro-crate v1.3.1 |
2054 | 2024-11-27T17:50:12.794Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-11-27T17:50:13.187Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2056 | 2024-11-27T17:50:13.277Z | Compiling structmeta v0.2.0 |
2057 | 2024-11-27T17:50:13.322Z | Compiling num_enum_derive v0.5.11 |
2058 | 2024-11-27T17:50:13.506Z | Compiling foreign-types-macros v0.2.3 |
2059 | 2024-11-27T17:50:13.748Z | Compiling test-strategy v0.3.1 |
2060 | 2024-11-27T17:50:14.254Z | Checking serde_with v3.11.0 |
2061 | 2024-11-27T17:50:14.405Z | Checking parse-display v0.10.0 |
2062 | 2024-11-27T17:50:14.648Z | Checking foreign-types-shared v0.3.1 |
2063 | 2024-11-27T17:50:14.818Z | Checking foreign-types v0.5.0 |
2064 | 2024-11-27T17:50:14.939Z | Checking tabwriter v1.4.0 |
2065 | 2024-11-27T17:50:15.021Z | Checking cstr-argument v0.1.2 |
2066 | 2024-11-27T17:50:15.112Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-11-27T17:50:15.204Z | Checking pretty-hex v0.2.1 |
2068 | 2024-11-27T17:50:15.206Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2069 | 2024-11-27T17:50:15.381Z | Checking colored v2.1.0 |
2070 | 2024-11-27T17:50:15.545Z | Checking smf v0.2.3 |
2071 | 2024-11-27T17:50:15.569Z | Checking base64 v0.21.7 |
2072 | 2024-11-27T17:50:15.698Z | Compiling zerocopy v0.8.10 |
2073 | 2024-11-27T17:50:15.833Z | Checking num_enum v0.5.11 |
2074 | 2024-11-27T17:50:15.956Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2075 | 2024-11-27T17:50:15.988Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2076 | 2024-11-27T17:50:16.102Z | Compiling crucible-workspace-hack v0.1.0 |
2077 | 2024-11-27T17:50:16.127Z | Compiling itertools v0.13.0 |
2078 | 2024-11-27T17:50:16.186Z | Compiling zerocopy-derive v0.8.10 |
2079 | 2024-11-27T17:50:16.301Z | Compiling heapless v0.8.0 |
2080 | 2024-11-27T17:50:16.416Z | Checking termtree v0.4.1 |
2081 | 2024-11-27T17:50:16.638Z | Checking predicates-tree v1.0.11 |
2082 | 2024-11-27T17:50:16.805Z | Checking hash32 v0.3.1 |
2083 | 2024-11-27T17:50:16.841Z | Compiling smoltcp v0.11.0 |
2084 | 2024-11-27T17:50:16.998Z | Checking cobs v0.2.3 |
2085 | 2024-11-27T17:50:17.190Z | Checking postcard v1.0.10 |
2086 | 2024-11-27T17:50:17.585Z | Checking sigpipe v0.1.3 |
2087 | 2024-11-27T17:50:17.710Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2088 | 2024-11-27T17:50:17.740Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2089 | 2024-11-27T17:50:17.806Z | Checking atomicwrites v0.4.4 |
2090 | 2024-11-27T17:50:17.867Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2091 | 2024-11-27T17:50:17.900Z | Compiling mockall_derive v0.13.0 |
2092 | 2024-11-27T17:50:18.006Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2093 | 2024-11-27T17:50:18.100Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2094 | 2024-11-27T17:50:18.209Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2095 | 2024-11-27T17:50:18.453Z | Compiling zone_cfg_derive v0.3.0 |
2096 | 2024-11-27T17:50:18.784Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2097 | 2024-11-27T17:50:19.175Z | Compiling num-derive v0.4.2 |
2098 | 2024-11-27T17:50:19.297Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2099 | 2024-11-27T17:50:19.994Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2100 | 2024-11-27T17:50:20.291Z | Checking fragile v2.0.0 |
2101 | 2024-11-27T17:50:20.314Z | Checking downcast v0.11.0 |
2102 | 2024-11-27T17:50:20.556Z | Checking zone v0.3.0 |
2103 | 2024-11-27T17:50:20.580Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2104 | 2024-11-27T17:50:20.842Z | Compiling convert_case v0.4.0 |
2105 | 2024-11-27T17:50:21.217Z | Checking newline-converter v0.3.0 |
2106 | 2024-11-27T17:50:21.382Z | Checking expectorate v1.1.0 |
2107 | 2024-11-27T17:50:21.416Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2108 | 2024-11-27T17:50:21.566Z | Checking tungstenite v0.21.0 |
2109 | 2024-11-27T17:50:21.875Z | Compiling derive_more v0.99.18 |
2110 | 2024-11-27T17:50:21.900Z | Checking same-file v1.0.6 |
2111 | 2024-11-27T17:50:22.082Z | Checking walkdir v2.5.0 |
2112 | 2024-11-27T17:50:22.358Z | Checking arc-swap v1.7.1 |
2113 | 2024-11-27T17:50:22.379Z | Checking xattr v1.3.1 |
2114 | 2024-11-27T17:50:22.540Z | Checking tokio-tungstenite v0.21.0 |
2115 | 2024-11-27T17:50:22.589Z | Checking filetime v0.2.25 |
2116 | 2024-11-27T17:50:22.808Z | Checking slog-scope v4.4.0 |
2117 | 2024-11-27T17:50:22.832Z | Checking tar v0.4.42 |
2118 | 2024-11-27T17:50:23.013Z | Checking slog-stdlog v4.1.1 |
2119 | 2024-11-27T17:50:23.047Z | Checking num-rational v0.4.2 |
2120 | 2024-11-27T17:50:23.190Z | Checking slog-envlogger v2.2.0 |
2121 | 2024-11-27T17:50:23.427Z | Checking num-complex v0.4.6 |
2122 | 2024-11-27T17:50:23.657Z | Checking float-ord v0.3.2 |
2123 | 2024-11-27T17:50:23.703Z | Checking swrite v0.1.0 |
2124 | 2024-11-27T17:50:23.809Z | Compiling cancel-safe-futures v0.1.5 |
2125 | 2024-11-27T17:50:23.833Z | Compiling owo-colors v4.1.0 |
2126 | 2024-11-27T17:50:24.025Z | Checking libsw v3.3.1 |
2127 | 2024-11-27T17:50:24.303Z | Checking pem v3.0.4 |
2128 | 2024-11-27T17:50:24.344Z | Checking num v0.4.3 |
2129 | 2024-11-27T17:50:24.457Z | Checking password-hash v0.5.0 |
2130 | 2024-11-27T17:50:24.579Z | Checking blake2 v0.10.6 |
2131 | 2024-11-27T17:50:24.656Z | Checking indent_write v2.2.0 |
2132 | 2024-11-27T17:50:24.873Z | Checking linear-map v1.2.0 |
2133 | 2024-11-27T17:50:24.911Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2134 | 2024-11-27T17:50:25.068Z | Checking argon2 v0.5.3 |
2135 | 2024-11-27T17:50:25.261Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-11-27T17:50:25.722Z | Checking headers-core v0.3.0 |
2137 | 2024-11-27T17:50:25.772Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2138 | 2024-11-27T17:50:25.884Z | Compiling heck v0.3.3 |
2139 | 2024-11-27T17:50:26.088Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2140 | 2024-11-27T17:50:26.117Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2141 | 2024-11-27T17:50:26.326Z | Checking headers v0.4.0 |
2142 | 2024-11-27T17:50:26.329Z | Compiling zone_cfg_derive v0.1.2 |
2143 | 2024-11-27T17:50:26.368Z | Compiling typify-macro v0.2.0 |
2144 | 2024-11-27T17:50:26.423Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2145 | 2024-11-27T17:50:26.470Z | Checking mockall v0.13.0 |
2146 | 2024-11-27T17:50:26.515Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2147 | 2024-11-27T17:50:26.714Z | Checking yasna v0.5.2 |
2148 | 2024-11-27T17:50:26.721Z | Checking highway v1.2.0 |
2149 | 2024-11-27T17:50:27.150Z | Checking base64 v0.13.1 |
2150 | 2024-11-27T17:50:27.292Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2151 | 2024-11-27T17:50:27.471Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-11-27T17:50:27.552Z | Checking ron v0.7.1 |
2153 | 2024-11-27T17:50:27.605Z | Checking rcgen v0.12.1 |
2154 | 2024-11-27T17:50:27.885Z | Checking zone v0.1.8 |
2155 | 2024-11-27T17:50:28.323Z | Checking xz2 v0.1.7 |
2156 | 2024-11-27T17:50:28.552Z | Checking subprocess v0.2.9 |
2157 | 2024-11-27T17:50:28.629Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2158 | 2024-11-27T17:50:28.725Z | Checking humantime v2.1.0 |
2159 | 2024-11-27T17:50:29.026Z | Compiling semver v0.1.20 |
2160 | 2024-11-27T17:50:29.092Z | Checking half v2.4.1 |
2161 | 2024-11-27T17:50:29.569Z | Compiling rustc_version v0.1.7 |
2162 | 2024-11-27T17:50:29.623Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2163 | 2024-11-27T17:50:29.626Z | Checking ciborium-io v0.2.2 |
2164 | 2024-11-27T17:50:29.682Z | Checking prettyplease v0.2.25 |
2165 | 2024-11-27T17:50:29.770Z | Checking ciborium-ll v0.2.2 |
2166 | 2024-11-27T17:50:30.032Z | Compiling newtype_derive v0.1.6 |
2167 | 2024-11-27T17:50:30.071Z | Checking ciborium v0.2.2 |
2168 | 2024-11-27T17:50:30.691Z | Compiling typify v0.2.0 |
2169 | 2024-11-27T17:50:30.835Z | Compiling progenitor-impl v0.8.0 |
2170 | 2024-11-27T17:50:30.944Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2171 | 2024-11-27T17:50:32.825Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2172 | 2024-11-27T17:50:33.054Z | Checking steno v0.4.1 |
2173 | 2024-11-27T17:50:33.168Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2174 | 2024-11-27T17:50:33.231Z | Checking display-error-chain v0.2.2 |
2175 | 2024-11-27T17:50:33.370Z | Compiling slog-dtrace v0.3.0 |
2176 | 2024-11-27T17:50:33.406Z | Checking gethostname v0.5.0 |
2177 | 2024-11-27T17:50:33.542Z | Checking nibble_vec v0.1.0 |
2178 | 2024-11-27T17:50:33.766Z | Compiling blake3 v1.5.4 |
2179 | 2024-11-27T17:50:34.156Z | Compiling ring v0.16.20 |
2180 | 2024-11-27T17:50:34.425Z | Checking keccak v0.1.5 |
2181 | 2024-11-27T17:50:34.447Z | Checking endian-type v0.1.2 |
2182 | 2024-11-27T17:50:34.679Z | Checking radix_trie v0.2.1 |
2183 | 2024-11-27T17:50:34.756Z | Checking sha3 v0.10.8 |
2184 | 2024-11-27T17:50:35.168Z | Checking universal-hash v0.5.1 |
2185 | 2024-11-27T17:50:35.191Z | Checking secrecy v0.8.0 |
2186 | 2024-11-27T17:50:35.315Z | Checking opaque-debug v0.3.1 |
2187 | 2024-11-27T17:50:35.358Z | Checking aead v0.5.2 |
2188 | 2024-11-27T17:50:35.392Z | Checking chacha20 v0.9.1 |
2189 | 2024-11-27T17:50:35.415Z | Checking poly1305 v0.8.0 |
2190 | 2024-11-27T17:50:35.763Z | Compiling memmap2 v0.9.5 |
2191 | 2024-11-27T17:50:35.911Z | Compiling arrayref v0.3.9 |
2192 | 2024-11-27T17:50:36.010Z | Compiling arrayvec v0.7.6 |
2193 | 2024-11-27T17:50:36.259Z | Compiling constant_time_eq v0.3.1 |
2194 | 2024-11-27T17:50:36.408Z | Compiling spin v0.5.2 |
2195 | 2024-11-27T17:50:36.481Z | Compiling toolchain_find v0.4.0 |
2196 | 2024-11-27T17:50:36.675Z | Compiling thiserror-impl-no-std v2.0.2 |
2197 | 2024-11-27T17:50:36.698Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2198 | 2024-11-27T17:50:36.979Z | Compiling topological-sort v0.2.2 |
2199 | 2024-11-27T17:50:37.170Z | Compiling rustfmt-wrapper v0.2.1 |
2200 | 2024-11-27T17:50:37.190Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2201 | 2024-11-27T17:50:37.410Z | Checking chacha20poly1305 v0.10.1 |
2202 | 2024-11-27T17:50:37.510Z | Compiling async-recursion v1.1.1 |
2203 | 2024-11-27T17:50:37.592Z | Checking fxhash v0.2.1 |
2204 | 2024-11-27T17:50:37.712Z | Checking simd-adler32 v0.3.7 |
2205 | 2024-11-27T17:50:37.744Z | Checking bumpalo v3.16.0 |
2206 | 2024-11-27T17:50:37.778Z | Compiling zip v2.1.3 |
2207 | 2024-11-27T17:50:38.066Z | Checking lockfree-object-pool v0.1.6 |
2208 | 2024-11-27T17:50:38.087Z | Checking termcolor v1.4.1 |
2209 | 2024-11-27T17:50:38.133Z | Checking maplit v1.0.2 |
2210 | 2024-11-27T17:50:38.252Z | Compiling radium v0.7.0 |
2211 | 2024-11-27T17:50:38.319Z | Checking zopfli v0.8.1 |
2212 | 2024-11-27T17:50:38.552Z | Checking tap v1.0.1 |
2213 | 2024-11-27T17:50:38.745Z | Compiling maybe-uninit v2.0.0 |
2214 | 2024-11-27T17:50:38.969Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-11-27T17:50:39.185Z | Checking wyz v0.5.1 |
2216 | 2024-11-27T17:50:39.207Z | Checking crc-catalog v2.4.0 |
2217 | 2024-11-27T17:50:39.357Z | Checking home v0.5.9 |
2218 | 2024-11-27T17:50:39.376Z | Compiling packed_struct v0.10.1 |
2219 | 2024-11-27T17:50:39.496Z | Checking funty v2.0.0 |
2220 | 2024-11-27T17:50:39.692Z | Checking crc v3.2.1 |
2221 | 2024-11-27T17:50:39.823Z | Compiling omicron-zone-package v0.11.1 |
2222 | 2024-11-27T17:50:39.913Z | Checking thiserror-no-std v2.0.2 |
2223 | 2024-11-27T17:50:40.039Z | Checking vsss-rs v3.3.4 |
2224 | 2024-11-27T17:50:40.106Z | Compiling const_format_proc_macros v0.2.33 |
2225 | 2024-11-27T17:50:40.130Z | Checking kstat-rs v0.2.4 |
2226 | 2024-11-27T17:50:40.486Z | Checking bitvec v1.0.1 |
2227 | 2024-11-27T17:50:40.510Z | Compiling packed_struct_codegen v0.10.1 |
2228 | 2024-11-27T17:50:40.716Z | Compiling vte_generate_state_changes v0.1.2 |
2229 | 2024-11-27T17:50:41.411Z | Compiling indexmap v1.9.3 |
2230 | 2024-11-27T17:50:41.483Z | Checking nodrop v0.1.14 |
2231 | 2024-11-27T17:50:41.616Z | Compiling libefi-sys v0.1.0 |
2232 | 2024-11-27T17:50:41.768Z | Checking array-init v0.0.4 |
2233 | 2024-11-27T17:50:41.934Z | Checking vte v0.11.1 |
2234 | 2024-11-27T17:50:42.252Z | Checking const_format v0.2.33 |
2235 | 2024-11-27T17:50:42.735Z | Checking smallvec v0.6.14 |
2236 | 2024-11-27T17:50:42.787Z | Checking fd-lock v4.0.2 |
2237 | 2024-11-27T17:50:42.984Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2238 | 2024-11-27T17:50:43.149Z | Compiling bitfield-struct v0.6.2 |
2239 | 2024-11-27T17:50:43.290Z | Checking hashbrown v0.12.3 |
2240 | 2024-11-27T17:50:43.293Z | Checking bitfield v0.14.0 |
2241 | 2024-11-27T17:50:43.396Z | Checking strip-ansi-escapes v0.2.0 |
2242 | 2024-11-27T17:50:43.495Z | Checking serde-hex v0.1.0 |
2243 | 2024-11-27T17:50:43.584Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2244 | 2024-11-27T17:50:43.846Z | Checking env_logger v0.10.2 |
2245 | 2024-11-27T17:50:43.973Z | Checking ron v0.8.1 |
2246 | 2024-11-27T17:50:44.270Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2247 | 2024-11-27T17:50:44.586Z | Checking hashbrown v0.13.2 |
2248 | 2024-11-27T17:50:44.644Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2249 | 2024-11-27T17:50:45.031Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-11-27T17:50:45.161Z | Checking nu-ansi-term v0.50.1 |
2251 | 2024-11-27T17:50:45.260Z | Checking crc-any v2.5.0 |
2252 | 2024-11-27T17:50:45.263Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2253 | 2024-11-27T17:50:45.549Z | Checking reedline v0.35.0 |
2254 | 2024-11-27T17:50:45.552Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-11-27T17:50:45.647Z | Checking object v0.30.4 |
2256 | 2024-11-27T17:50:45.916Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2257 | 2024-11-27T17:50:46.101Z | Checking path-slash v0.1.5 |
2258 | 2024-11-27T17:50:46.203Z | Compiling parking_lot_core v0.8.6 |
2259 | 2024-11-27T17:50:46.251Z | Compiling phf_generator v0.11.2 |
2260 | 2024-11-27T17:50:46.261Z | Checking glob v0.3.1 |
2261 | 2024-11-27T17:50:46.443Z | Checking bytecount v0.6.8 |
2262 | 2024-11-27T17:50:46.611Z | Compiling phf_codegen v0.11.2 |
2263 | 2024-11-27T17:50:46.615Z | Checking papergrid v0.11.0 |
2264 | 2024-11-27T17:50:46.842Z | Compiling tabled_derive v0.7.0 |
2265 | 2024-11-27T17:50:47.087Z | Checking parking_lot v0.11.2 |
2266 | 2024-11-27T17:50:47.250Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2024-11-27T17:50:47.437Z | Compiling parse-zoneinfo v0.3.1 |
2268 | 2024-11-27T17:50:47.527Z | Compiling cfg_aliases v0.1.1 |
2269 | 2024-11-27T17:50:47.646Z | Compiling nix v0.28.0 |
2270 | 2024-11-27T17:50:48.143Z | Compiling chrono-tz-build v0.4.0 |
2271 | 2024-11-27T17:50:48.285Z | Checking sled v0.34.7 |
2272 | 2024-11-27T17:50:48.493Z | Checking hickory-client v0.24.1 |
2273 | 2024-11-27T17:50:49.173Z | Checking hickory-server v0.24.1 |
2274 | 2024-11-27T17:50:49.429Z | Checking tabled v0.15.0 |
2275 | 2024-11-27T17:50:49.505Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2276 | 2024-11-27T17:50:49.641Z | Compiling chrono-tz v0.10.0 |
2277 | 2024-11-27T17:50:50.323Z | Compiling buf-list v1.0.3 |
2278 | 2024-11-27T17:50:51.132Z | Compiling peg-macros v0.8.4 |
2279 | 2024-11-27T17:50:51.657Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2280 | 2024-11-27T17:50:51.922Z | Compiling sqlparser_derive v0.2.2 |
2281 | 2024-11-27T17:50:52.010Z | Checking unicode_categories v0.1.1 |
2282 | 2024-11-27T17:50:52.321Z | Checking sqlformat v0.2.6 |
2283 | 2024-11-27T17:50:53.003Z | Checking sqlparser v0.45.0 |
2284 | 2024-11-27T17:50:53.290Z | Checking bcs v0.1.6 |
2285 | 2024-11-27T17:50:53.582Z | Checking rustyline v14.0.0 |
2286 | 2024-11-27T17:50:53.728Z | Checking primeorder v0.13.6 |
2287 | 2024-11-27T17:50:54.223Z | Checking progenitor v0.8.0 |
2288 | 2024-11-27T17:50:54.501Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2289 | 2024-11-27T17:50:54.528Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2290 | 2024-11-27T17:50:54.951Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2291 | 2024-11-27T17:50:56.636Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2292 | 2024-11-27T17:50:58.572Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2293 | 2024-11-27T17:50:59.213Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2294 | 2024-11-27T17:50:59.301Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2024-11-27T17:51:01.721Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2296 | 2024-11-27T17:51:02.386Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2297 | 2024-11-27T17:51:03.034Z | Checking peg v0.8.4 |
2298 | 2024-11-27T17:51:03.145Z | Compiling unicase v2.7.0 |
2299 | 2024-11-27T17:51:03.514Z | Checking nanorand v0.7.0 |
2300 | 2024-11-27T17:51:03.626Z | Checking atty v0.2.14 |
2301 | 2024-11-27T17:51:03.651Z | Compiling salty v0.3.0 |
2302 | 2024-11-27T17:51:03.870Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2303 | 2024-11-27T17:51:03.893Z | Checking flume v0.11.1 |
2304 | 2024-11-27T17:51:03.984Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2305 | 2024-11-27T17:51:04.115Z | Checking p384 v0.13.0 |
2306 | 2024-11-27T17:51:04.144Z | Compiling mime_guess v2.0.5 |
2307 | 2024-11-27T17:51:04.647Z | Checking env_filter v0.1.2 |
2308 | 2024-11-27T17:51:04.895Z | Checking http-range v0.1.5 |
2309 | 2024-11-27T17:51:04.939Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2310 | 2024-11-27T17:51:04.988Z | Checking env_logger v0.11.5 |
2311 | 2024-11-27T17:51:05.239Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2312 | 2024-11-27T17:51:05.325Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2313 | 2024-11-27T17:51:05.354Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2314 | 2024-11-27T17:51:05.560Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2315 | 2024-11-27T17:51:05.647Z | Compiling dsl_auto_type v0.1.2 |
2316 | 2024-11-27T17:51:05.671Z | Checking scheduled-thread-pool v0.2.7 |
2317 | 2024-11-27T17:51:05.859Z | Compiling diesel_table_macro_syntax v0.2.0 |
2318 | 2024-11-27T17:51:05.898Z | Compiling crunchy v0.2.2 |
2319 | 2024-11-27T17:51:05.921Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2320 | 2024-11-27T17:51:06.251Z | Checking hyper-staticfile v0.10.1 |
2321 | 2024-11-27T17:51:06.321Z | Checking r2d2 v0.8.10 |
2322 | 2024-11-27T17:51:06.677Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2323 | 2024-11-27T17:51:06.796Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2324 | 2024-11-27T17:51:07.208Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2325 | 2024-11-27T17:51:07.263Z | Compiling tiny-keccak v2.0.2 |
2326 | 2024-11-27T17:51:07.287Z | Compiling diesel_derives v2.2.3 |
2327 | 2024-11-27T17:51:07.725Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2328 | 2024-11-27T17:51:08.004Z | Compiling pin-project-internal v1.1.6 |
2329 | 2024-11-27T17:51:08.196Z | Compiling ref-cast v1.0.23 |
2330 | 2024-11-27T17:51:08.864Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2331 | 2024-11-27T17:51:09.161Z | Compiling ascii-canvas v3.0.0 |
2332 | 2024-11-27T17:51:09.229Z | Compiling ena v0.14.3 |
2333 | 2024-11-27T17:51:09.652Z | Compiling ref-cast-impl v1.0.23 |
2334 | 2024-11-27T17:51:09.720Z | Compiling regex-syntax v0.6.29 |
2335 | 2024-11-27T17:51:10.878Z | Compiling diff v0.1.13 |
2336 | 2024-11-27T17:51:11.010Z | Checking pin-project v1.1.6 |
2337 | 2024-11-27T17:51:11.155Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2338 | 2024-11-27T17:51:11.214Z | Checking signal-hook-tokio v0.3.1 |
2339 | 2024-11-27T17:51:11.405Z | Compiling snafu-derive v0.8.5 |
2340 | 2024-11-27T17:51:11.627Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2341 | 2024-11-27T17:51:11.944Z | Compiling derive_builder_core v0.20.2 |
2342 | 2024-11-27T17:51:14.407Z | Compiling lalrpop v0.19.12 |
2343 | 2024-11-27T17:51:15.152Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2344 | 2024-11-27T17:51:15.797Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2345 | 2024-11-27T17:51:16.975Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2346 | 2024-11-27T17:51:18.849Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2347 | 2024-11-27T17:51:20.010Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2348 | 2024-11-27T17:51:20.939Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2349 | 2024-11-27T17:51:21.015Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2350 | 2024-11-27T17:51:21.937Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2351 | 2024-11-27T17:51:22.251Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2352 | 2024-11-27T17:51:22.772Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2353 | 2024-11-27T17:51:23.204Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2354 | 2024-11-27T17:51:23.504Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2355 | 2024-11-27T17:51:23.734Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2024-11-27T17:51:24.010Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2357 | 2024-11-27T17:51:24.327Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2358 | 2024-11-27T17:51:24.670Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2359 | 2024-11-27T17:51:25.033Z | Checking diesel v2.2.4 |
2360 | 2024-11-27T17:51:25.348Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2361 | 2024-11-27T17:51:25.807Z | Checking snafu v0.8.5 |
2362 | 2024-11-27T17:51:26.337Z | Checking globset v0.4.15 |
2363 | 2024-11-27T17:51:26.847Z | Checking olpc-cjson v0.1.4 |
2364 | 2024-11-27T17:51:27.094Z | Checking serde_plain v1.0.2 |
2365 | 2024-11-27T17:51:27.365Z | Compiling libxml v0.3.3 |
2366 | 2024-11-27T17:51:27.726Z | Compiling memoffset v0.9.1 |
2367 | 2024-11-27T17:51:28.042Z | Checking typed-path v0.9.3 |
2368 | 2024-11-27T17:51:28.814Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2369 | 2024-11-27T17:51:29.134Z | Compiling derive_builder_macro v0.20.2 |
2370 | 2024-11-27T17:51:29.302Z | Checking tungstenite v0.23.0 |
2371 | 2024-11-27T17:51:29.948Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2372 | 2024-11-27T17:51:30.010Z | Checking tough v0.19.0 |
2373 | 2024-11-27T17:51:30.038Z | Compiling strum_macros v0.24.3 |
2374 | 2024-11-27T17:51:30.115Z | Compiling samael v0.0.17 |
2375 | 2024-11-27T17:51:30.272Z | Checking parse-size v1.1.0 |
2376 | 2024-11-27T17:51:30.469Z | Compiling indoc v1.0.9 |
2377 | 2024-11-27T17:51:31.467Z | Checking tokio-tungstenite v0.23.1 |
2378 | 2024-11-27T17:51:31.992Z | Checking derive_builder v0.20.2 |
2379 | 2024-11-27T17:51:33.428Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2380 | 2024-11-27T17:51:33.657Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2381 | 2024-11-27T17:51:34.386Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2024-11-27T17:51:34.430Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2383 | 2024-11-27T17:51:34.883Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2384 | 2024-11-27T17:51:35.061Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2385 | 2024-11-27T17:51:35.201Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-11-27T17:51:35.524Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2387 | 2024-11-27T17:51:36.389Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2388 | 2024-11-27T17:51:36.743Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2389 | 2024-11-27T17:51:37.600Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2390 | 2024-11-27T17:51:38.140Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2391 | 2024-11-27T17:51:39.334Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2392 | 2024-11-27T17:51:39.337Z | Checking quick-xml v0.33.0 |
2393 | 2024-11-27T17:51:39.650Z | Compiling impl-trait-for-tuples v0.2.2 |
2394 | 2024-11-27T17:51:41.474Z | Compiling oso-derive v0.27.3 |
2395 | 2024-11-27T17:51:42.553Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2396 | 2024-11-27T17:51:43.736Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2397 | 2024-11-27T17:51:44.741Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2398 | 2024-11-27T17:51:45.559Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2399 | 2024-11-27T17:51:47.077Z | Checking nix v0.27.1 |
2400 | 2024-11-27T17:51:47.854Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2401 | 2024-11-27T17:51:48.366Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2402 | 2024-11-27T17:51:48.368Z | Compiling diesel-dtrace v0.3.0 |
2403 | 2024-11-27T17:51:48.779Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2404 | 2024-11-27T17:51:48.993Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2405 | 2024-11-27T17:51:49.283Z | Checking bb8 v0.8.5 |
2406 | 2024-11-27T17:51:49.702Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2407 | 2024-11-27T17:51:49.789Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2408 | 2024-11-27T17:51:50.613Z | Checking heck v0.4.1 |
2409 | 2024-11-27T17:51:50.849Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2410 | 2024-11-27T17:51:50.879Z | Checking rand_seeder v0.3.0 |
2411 | 2024-11-27T17:51:50.913Z | Checking assert_matches v1.5.0 |
2412 | 2024-11-27T17:51:50.994Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2413 | 2024-11-27T17:51:51.021Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2414 | 2024-11-27T17:51:51.149Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2415 | 2024-11-27T17:51:51.257Z | Compiling libz-sys v1.1.20 |
2416 | 2024-11-27T17:51:51.414Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2417 | 2024-11-27T17:51:52.123Z | Checking is_ci v1.2.0 |
2418 | 2024-11-27T17:51:52.206Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2419 | 2024-11-27T17:51:52.282Z | Checking supports-color v3.0.1 |
2420 | 2024-11-27T17:51:52.671Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2421 | 2024-11-27T17:51:52.847Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2422 | 2024-11-27T17:51:53.258Z | Compiling vergen v8.3.2 |
2423 | 2024-11-27T17:51:53.555Z | Compiling cargo-platform v0.1.8 |
2424 | 2024-11-27T17:51:53.557Z | Checking smawk v0.3.2 |
2425 | 2024-11-27T17:51:53.791Z | Checking unicode-linebreak v0.1.5 |
2426 | 2024-11-27T17:51:54.126Z | Compiling cargo_metadata v0.18.1 |
2427 | 2024-11-27T17:51:54.201Z | Checking textwrap v0.16.1 |
2428 | 2024-11-27T17:51:54.423Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2429 | 2024-11-27T17:51:54.715Z | Checking castaway v0.2.3 |
2430 | 2024-11-27T17:51:54.876Z | Compiling libsqlite3-sys v0.30.1 |
2431 | 2024-11-27T17:51:54.899Z | Compiling cfg_aliases v0.2.1 |
2432 | 2024-11-27T17:51:54.902Z | Compiling rustls v0.21.12 |
2433 | 2024-11-27T17:51:55.016Z | Compiling nix v0.29.0 |
2434 | 2024-11-27T17:51:55.442Z | Checking compact_str v0.8.0 |
2435 | 2024-11-27T17:51:55.915Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2436 | 2024-11-27T17:51:56.225Z | Checking unicode-truncate v1.1.0 |
2437 | 2024-11-27T17:51:56.358Z | Checking sct v0.7.1 |
2438 | 2024-11-27T17:51:56.454Z | Checking rustls-webpki v0.101.7 |
2439 | 2024-11-27T17:51:56.564Z | Checking lru v0.12.5 |
2440 | 2024-11-27T17:51:56.844Z | Compiling instability v0.3.2 |
2441 | 2024-11-27T17:51:56.877Z | Checking cassowary v0.3.0 |
2442 | 2024-11-27T17:51:57.601Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2443 | 2024-11-27T17:51:57.741Z | Checking hashlink v0.9.1 |
2444 | 2024-11-27T17:51:57.869Z | Checking concurrent-queue v2.5.0 |
2445 | 2024-11-27T17:51:57.920Z | Checking ratatui v0.28.1 |
2446 | 2024-11-27T17:51:58.238Z | Checking plotters-backend v0.3.7 |
2447 | 2024-11-27T17:51:58.331Z | Checking parking v2.2.1 |
2448 | 2024-11-27T17:51:58.618Z | Checking fallible-streaming-iterator v0.1.9 |
2449 | 2024-11-27T17:51:58.620Z | Checking fallible-iterator v0.3.0 |
2450 | 2024-11-27T17:51:58.753Z | Checking plotters-svg v0.3.7 |
2451 | 2024-11-27T17:51:59.287Z | Checking rusqlite v0.32.1 |
2452 | 2024-11-27T17:51:59.461Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2453 | 2024-11-27T17:52:00.378Z | Checking tokio-rustls v0.24.1 |
2454 | 2024-11-27T17:52:00.437Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2455 | 2024-11-27T17:52:00.472Z | Checking async-bb8-diesel v0.2.1 |
2456 | 2024-11-27T17:52:00.860Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2457 | 2024-11-27T17:52:00.884Z | Checking rustls-pemfile v1.0.4 |
2458 | 2024-11-27T17:52:01.065Z | Checking twox-hash v1.6.3 |
2459 | 2024-11-27T17:52:01.117Z | Checking cast v0.3.0 |
2460 | 2024-11-27T17:52:01.147Z | Checking plotters v0.3.7 |
2461 | 2024-11-27T17:52:01.201Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2462 | 2024-11-27T17:52:01.427Z | Checking criterion-plot v0.5.0 |
2463 | 2024-11-27T17:52:01.549Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2464 | 2024-11-27T17:52:01.686Z | Checking fatfs v0.3.6 |
2465 | 2024-11-27T17:52:01.899Z | Checking tinytemplate v1.2.1 |
2466 | 2024-11-27T17:52:02.303Z | Checking csv-core v0.1.11 |
2467 | 2024-11-27T17:52:02.389Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2468 | 2024-11-27T17:52:02.721Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2024-11-27T17:52:02.913Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2470 | 2024-11-27T17:52:03.265Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2471 | 2024-11-27T17:52:03.596Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2472 | 2024-11-27T17:52:03.981Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2473 | 2024-11-27T17:52:05.038Z | Checking hex-literal v0.4.1 |
2474 | 2024-11-27T17:52:05.186Z | Checking shell-words v1.1.0 |
2475 | 2024-11-27T17:52:05.388Z | Checking oorandom v11.1.4 |
2476 | 2024-11-27T17:52:05.562Z | Checking anes v0.1.6 |
2477 | 2024-11-27T17:52:05.947Z | Checking criterion v0.5.1 |
2478 | 2024-11-27T17:52:06.212Z | Checking csv v1.3.0 |
2479 | 2024-11-27T17:52:06.448Z | Checking event-listener v5.3.1 |
2480 | 2024-11-27T17:52:06.921Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2481 | 2024-11-27T17:52:07.067Z | Checking rtoolbox v0.0.2 |
2482 | 2024-11-27T17:52:07.279Z | Checking rpassword v7.3.1 |
2483 | 2024-11-27T17:52:07.451Z | Checking event-listener-strategy v0.5.2 |
2484 | 2024-11-27T17:52:07.632Z | Checking tui-tree-widget v0.22.0 |
2485 | 2024-11-27T17:52:07.973Z | Checking polyval v0.6.2 |
2486 | 2024-11-27T17:52:08.263Z | Checking ghash v0.5.1 |
2487 | 2024-11-27T17:52:08.448Z | Checking futures-lite v2.3.0 |
2488 | 2024-11-27T17:52:08.587Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2489 | 2024-11-27T17:52:09.854Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2490 | 2024-11-27T17:52:09.856Z | Checking ctr v0.9.2 |
2491 | 2024-11-27T17:52:10.407Z | Checking yansi v1.0.1 |
2492 | 2024-11-27T17:52:10.970Z | Checking pretty_assertions v1.4.1 |
2493 | 2024-11-27T17:52:11.184Z | Checking aes-gcm v0.10.3 |
2494 | 2024-11-27T17:52:11.214Z | Checking ssh-encoding v0.2.0 |
2495 | 2024-11-27T17:52:11.308Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2496 | 2024-11-27T17:52:11.431Z | Checking blowfish v0.9.1 |
2497 | 2024-11-27T17:52:11.562Z | Checking ssh-cipher v0.2.0 |
2498 | 2024-11-27T17:52:11.668Z | Checking bcrypt-pbkdf v0.10.0 |
2499 | 2024-11-27T17:52:11.842Z | Checking async-lock v3.4.0 |
2500 | 2024-11-27T17:52:11.925Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2501 | 2024-11-27T17:52:12.670Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2502 | 2024-11-27T17:52:12.901Z | Checking polling v3.7.3 |
2503 | 2024-11-27T17:52:13.333Z | Checking password-hash v0.4.2 |
2504 | 2024-11-27T17:52:13.762Z | Checking matches v0.1.10 |
2505 | 2024-11-27T17:52:13.871Z | Checking idna v0.2.3 |
2506 | 2024-11-27T17:52:14.049Z | Checking pbkdf2 v0.11.0 |
2507 | 2024-11-27T17:52:14.342Z | Checking async-io v2.3.4 |
2508 | 2024-11-27T17:52:14.621Z | Checking ssh-key v0.6.6 |
2509 | 2024-11-27T17:52:15.270Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2510 | 2024-11-27T17:52:15.897Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2024-11-27T17:52:16.122Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-11-27T17:52:16.300Z | Checking p521 v0.13.3 |
2513 | 2024-11-27T17:52:17.227Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2024-11-27T17:52:17.703Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2024-11-27T17:52:18.484Z | Checking p256 v0.13.2 |
2516 | 2024-11-27T17:52:18.989Z | Checking russh-cryptovec v0.7.3 |
2517 | 2024-11-27T17:52:19.091Z | Compiling enum-as-inner v0.5.1 |
2518 | 2024-11-27T17:52:19.209Z | Checking async-task v4.7.1 |
2519 | 2024-11-27T17:52:19.566Z | Checking md5 v0.7.0 |
2520 | 2024-11-27T17:52:19.878Z | Compiling target-lexicon v0.12.16 |
2521 | 2024-11-27T17:52:20.156Z | Compiling doc-comment v0.3.3 |
2522 | 2024-11-27T17:52:20.936Z | Checking trust-dns-proto v0.22.0 |
2523 | 2024-11-27T17:52:20.990Z | Checking russh-keys v0.45.0 |
2524 | 2024-11-27T17:52:22.358Z | Checking async-channel v2.3.1 |
2525 | 2024-11-27T17:52:22.553Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2024-11-27T17:52:22.702Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2527 | 2024-11-27T17:52:23.658Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2528 | 2024-11-27T17:52:24.411Z | Checking piper v0.2.4 |
2529 | 2024-11-27T17:52:24.572Z | Checking num-bigint v0.4.6 |
2530 | 2024-11-27T17:52:24.641Z | Checking des v0.8.1 |
2531 | 2024-11-27T17:52:24.691Z | Compiling guppy-workspace-hack v0.1.0 |
2532 | 2024-11-27T17:52:24.929Z | Checking futures-timer v3.0.3 |
2533 | 2024-11-27T17:52:24.977Z | Compiling dhcproto-macros v0.1.0 |
2534 | 2024-11-27T17:52:25.214Z | Compiling assert_cmd v2.0.16 |
2535 | 2024-11-27T17:52:25.721Z | Checking blocking v1.6.1 |
2536 | 2024-11-27T17:52:25.925Z | Checking dhcproto v0.12.0 |
2537 | 2024-11-27T17:52:26.653Z | Checking async-executor v1.13.1 |
2538 | 2024-11-27T17:52:26.971Z | Checking russh v0.45.0 |
2539 | 2024-11-27T17:52:26.994Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2540 | 2024-11-27T17:52:27.488Z | Checking async-signal v0.2.10 |
2541 | 2024-11-27T17:52:27.601Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2542 | 2024-11-27T17:52:28.020Z | Checking internet-checksum v0.2.1 |
2543 | 2024-11-27T17:52:28.091Z | Checking event-listener v2.5.3 |
2544 | 2024-11-27T17:52:28.316Z | Compiling target-spec v3.2.2 |
2545 | 2024-11-27T17:52:28.924Z | Checking async-channel v1.9.0 |
2546 | 2024-11-27T17:52:29.800Z | Checking async-process v2.3.0 |
2547 | 2024-11-27T17:52:30.194Z | Checking async-global-executor v2.4.1 |
2548 | 2024-11-27T17:52:30.490Z | Checking cfg-expr v0.17.0 |
2549 | 2024-11-27T17:52:30.794Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2550 | 2024-11-27T17:52:31.307Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2551 | 2024-11-27T17:52:31.328Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2552 | 2024-11-27T17:52:31.797Z | Checking httptest v0.16.1 |
2553 | 2024-11-27T17:52:32.371Z | Checking rustls-native-certs v0.7.3 |
2554 | 2024-11-27T17:52:32.554Z | Compiling petname v2.0.2 |
2555 | 2024-11-27T17:52:32.573Z | Checking num_cpus v1.16.0 |
2556 | 2024-11-27T17:52:32.709Z | Checking kv-log-macro v1.0.7 |
2557 | 2024-11-27T17:52:32.860Z | Compiling async-attributes v1.1.2 |
2558 | 2024-11-27T17:52:33.772Z | Checking async-std v1.13.0 |
2559 | 2024-11-27T17:52:36.013Z | Checking threadpool v1.8.1 |
2560 | 2024-11-27T17:52:36.183Z | Checking hyper-rustls v0.26.0 |
2561 | 2024-11-27T17:52:36.547Z | Checking pathdiff v0.2.2 |
2562 | 2024-11-27T17:52:36.597Z | Compiling rstest_macros v0.23.0 |
2563 | 2024-11-27T17:52:36.703Z | Checking escape8259 v0.5.3 |
2564 | 2024-11-27T17:52:36.913Z | Compiling target-triple v0.1.3 |
2565 | 2024-11-27T17:52:37.079Z | Checking nested v0.1.1 |
2566 | 2024-11-27T17:52:37.307Z | Checking guppy v0.17.8 |
2567 | 2024-11-27T17:52:37.473Z | Checking async-object-pool v0.1.5 |
2568 | 2024-11-27T17:52:37.624Z | Checking libtest-mimic v0.7.3 |
2569 | 2024-11-27T17:52:38.022Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2570 | 2024-11-27T17:52:38.449Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2571 | 2024-11-27T17:52:38.772Z | Checking similar-asserts v1.6.0 |
2572 | 2024-11-27T17:52:39.025Z | Checking fancy-regex v0.13.0 |
2573 | 2024-11-27T17:52:39.310Z | Checking serde_regex v1.1.0 |
2574 | 2024-11-27T17:52:39.603Z | Checking assert-json-diff v2.0.2 |
2575 | 2024-11-27T17:52:39.808Z | Compiling proc-macro-crate v3.2.0 |
2576 | 2024-11-27T17:52:39.901Z | Checking path-tree v0.8.1 |
2577 | 2024-11-27T17:52:40.249Z | Compiling relative-path v1.9.3 |
2578 | 2024-11-27T17:52:40.981Z | Checking sync-ptr v0.1.1 |
2579 | 2024-11-27T17:52:41.159Z | Checking stringmetrics v2.2.2 |
2580 | 2024-11-27T17:52:41.204Z | Checking datatest-stable v0.2.9 |
2581 | 2024-11-27T17:52:41.412Z | Checking httpmock v0.8.0-alpha.1 |
2582 | 2024-11-27T17:52:41.683Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2583 | 2024-11-27T17:52:43.187Z | Checking blake2b_simd v1.0.2 |
2584 | 2024-11-27T17:52:43.981Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2585 | 2024-11-27T17:52:44.710Z | Compiling git2 v0.19.0 |
2586 | 2024-11-27T17:52:46.668Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2587 | 2024-11-27T17:52:46.947Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2588 | 2024-11-27T17:52:47.226Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2589 | 2024-11-27T17:52:47.248Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2590 | 2024-11-27T17:52:47.537Z | Checking serde_tokenstream v0.2.2 |
2591 | 2024-11-27T17:52:47.739Z | Checking uzers v0.12.1 |
2592 | 2024-11-27T17:52:48.072Z | Checking rust-argon2 v2.1.0 |
2593 | 2024-11-27T17:52:48.178Z | Checking trybuild v1.0.101 |
2594 | 2024-11-27T17:52:48.527Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2595 | 2024-11-27T17:52:49.569Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2596 | 2024-11-27T17:52:49.889Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2597 | 2024-11-27T17:52:52.156Z | Checking rstest v0.23.0 |
2598 | 2024-11-27T17:52:52.394Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2599 | 2024-11-27T17:52:52.705Z | Checking rand_distr v0.4.3 |
2600 | 2024-11-27T17:52:53.110Z | Checking multimap v0.10.0 |
2601 | 2024-11-27T17:52:53.441Z | Checking approx v0.5.1 |
2602 | 2024-11-27T17:52:53.531Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2603 | 2024-11-27T17:52:54.082Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2604 | 2024-11-27T17:52:54.253Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2605 | 2024-11-27T17:52:54.834Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2606 | 2024-11-27T17:52:54.895Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2607 | 2024-11-27T17:52:55.253Z | Checking partial-io v0.5.4 |
2608 | 2024-11-27T17:52:55.600Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2609 | 2024-11-27T17:52:55.625Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2610 | 2024-11-27T17:52:55.945Z | Checking cargo_toml v0.20.5 |
2611 | 2024-11-27T17:52:56.449Z | Checking termios v0.3.3 |
2612 | 2024-11-27T17:52:56.689Z | Compiling indoc v2.0.5 |
2613 | 2024-11-27T17:52:56.741Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2614 | 2024-11-27T17:52:57.954Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2615 | 2024-11-27T17:53:00.259Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2616 | 2024-11-27T17:53:17.060Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2617 | 2024-11-27T17:53:19.971Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2618 | 2024-11-27T17:53:22.863Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2619 | 2024-11-27T17:53:41.240Z | Compiling polar-core v0.27.3 |
2620 | 2024-11-27T17:53:52.474Z | Checking oso v0.27.3 |
2621 | 2024-11-27T17:53:56.861Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2622 | 2024-11-27T17:53:57.445Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2623 | 2024-11-27T17:53:58.927Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2624 | 2024-11-27T17:54:41.638Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2625 | 2024-11-27T17:54:41.640Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2626 | 2024-11-27T17:54:41.640Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2627 | 2024-11-27T17:56:04.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 38s |
2628 | 2024-11-27T17:56:05.108Z | |
2629 | 2024-11-27T17:56:05.108Z | real 6:43.514442958 |
2630 | 2024-11-27T17:56:05.108Z | user 35:57.089668519 |
2631 | 2024-11-27T17:56:05.108Z | sys 6:38.993938436 |
2632 | 2024-11-27T17:56:05.108Z | trap 0.961070814 |
2633 | 2024-11-27T17:56:05.108Z | tflt 2.195847445 |
2634 | 2024-11-27T17:56:05.108Z | dflt 0.735496242 |
2635 | 2024-11-27T17:56:05.108Z | kflt 0.000922406 |
2636 | 2024-11-27T17:56:05.108Z | lock 52:06.922544148 |
2637 | 2024-11-27T17:56:05.111Z | slp 2:04:32.678399492 |
2638 | 2024-11-27T17:56:05.111Z | lat 1:40.736342745 |
2639 | 2024-11-27T17:56:05.111Z | stop 6:06.598334972 |
2640 | 2024-11-27T17:56:05.111Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2641 | 2024-11-27T17:56:05.111Z | + ptime -m cargo doc --workspace --no-deps |
2642 | 2024-11-27T17:56:06.343Z | warning: output filename collision. |
2643 | 2024-11-27T17:56:06.343Z | 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)`. |
2644 | 2024-11-27T17:56:06.343Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2645 | 2024-11-27T17:56:06.343Z | The targets should have unique names. |
2646 | 2024-11-27T17:56:06.343Z | This is a known bug where multiple crates with the same name use |
2647 | 2024-11-27T17:56:06.343Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2648 | 2024-11-27T17:56:06.784Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2649 | 2024-11-27T17:56:06.853Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2650 | 2024-11-27T17:56:06.871Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2651 | 2024-11-27T17:56:06.908Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2652 | 2024-11-27T17:56:06.929Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2653 | 2024-11-27T17:56:06.956Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2654 | 2024-11-27T17:56:06.956Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2655 | 2024-11-27T17:56:07.164Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2656 | 2024-11-27T17:56:07.209Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-11-27T17:56:07.232Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2658 | 2024-11-27T17:56:07.235Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2659 | 2024-11-27T17:56:07.445Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2660 | 2024-11-27T17:56:07.561Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2661 | 2024-11-27T17:56:07.741Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2662 | 2024-11-27T17:56:08.011Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2663 | 2024-11-27T17:56:10.536Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2664 | 2024-11-27T17:56:11.757Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2665 | 2024-11-27T17:56:12.088Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2666 | 2024-11-27T17:56:12.318Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2667 | 2024-11-27T17:56:12.356Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2668 | 2024-11-27T17:56:12.417Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2669 | 2024-11-27T17:56:12.624Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2670 | 2024-11-27T17:56:12.729Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2671 | 2024-11-27T17:56:12.980Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2672 | 2024-11-27T17:56:13.299Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2673 | 2024-11-27T17:56:13.369Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2674 | 2024-11-27T17:56:13.822Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2675 | 2024-11-27T17:56:13.868Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2676 | 2024-11-27T17:56:14.045Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2677 | 2024-11-27T17:56:14.166Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2678 | 2024-11-27T17:56:14.335Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2679 | 2024-11-27T17:56:14.505Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2680 | 2024-11-27T17:56:14.524Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2681 | 2024-11-27T17:56:14.540Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2682 | 2024-11-27T17:56:14.837Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2683 | 2024-11-27T17:56:15.153Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2684 | 2024-11-27T17:56:15.440Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2685 | 2024-11-27T17:56:15.507Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2686 | 2024-11-27T17:56:15.829Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2687 | 2024-11-27T17:56:15.849Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2688 | 2024-11-27T17:56:15.907Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2689 | 2024-11-27T17:56:16.676Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2690 | 2024-11-27T17:56:17.636Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2691 | 2024-11-27T17:56:19.076Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2692 | 2024-11-27T17:56:21.198Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2693 | 2024-11-27T17:56:21.973Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2694 | 2024-11-27T17:56:22.013Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2695 | 2024-11-27T17:56:22.568Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2696 | 2024-11-27T17:56:22.615Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2697 | 2024-11-27T17:56:23.543Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2698 | 2024-11-27T17:56:23.681Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2699 | 2024-11-27T17:56:24.103Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2700 | 2024-11-27T17:56:24.691Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2701 | 2024-11-27T17:56:24.714Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2702 | 2024-11-27T17:56:26.333Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2703 | 2024-11-27T17:56:31.142Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2704 | 2024-11-27T17:56:32.208Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2705 | 2024-11-27T17:56:32.529Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2706 | 2024-11-27T17:56:33.137Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2707 | 2024-11-27T17:56:33.485Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2708 | 2024-11-27T17:56:33.609Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2709 | 2024-11-27T17:56:34.047Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2710 | 2024-11-27T17:56:34.378Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2711 | 2024-11-27T17:56:34.521Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2712 | 2024-11-27T17:56:35.527Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2713 | 2024-11-27T17:56:35.955Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2714 | 2024-11-27T17:56:36.247Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2715 | 2024-11-27T17:56:36.657Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2716 | 2024-11-27T17:56:37.243Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2717 | 2024-11-27T17:56:37.386Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2718 | 2024-11-27T17:56:37.438Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2719 | 2024-11-27T17:56:37.456Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2720 | 2024-11-27T17:56:37.521Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2721 | 2024-11-27T17:56:37.708Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2722 | 2024-11-27T17:56:38.591Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2723 | 2024-11-27T17:56:39.076Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2724 | 2024-11-27T17:56:39.196Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2725 | 2024-11-27T17:56:39.231Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2726 | 2024-11-27T17:56:39.395Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2727 | 2024-11-27T17:56:40.145Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2728 | 2024-11-27T17:56:40.491Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2729 | 2024-11-27T17:56:41.192Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2730 | 2024-11-27T17:56:41.251Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2731 | 2024-11-27T17:56:41.674Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2732 | 2024-11-27T17:56:41.823Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2733 | 2024-11-27T17:56:41.933Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2734 | 2024-11-27T17:56:42.070Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2735 | 2024-11-27T17:56:42.223Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2736 | 2024-11-27T17:56:42.668Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2737 | 2024-11-27T17:56:42.732Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2738 | 2024-11-27T17:56:43.337Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2739 | 2024-11-27T17:56:43.659Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2740 | 2024-11-27T17:56:43.710Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2741 | 2024-11-27T17:56:44.298Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2742 | 2024-11-27T17:56:45.160Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2743 | 2024-11-27T17:56:45.281Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2744 | 2024-11-27T17:56:45.548Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2745 | 2024-11-27T17:56:45.663Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2746 | 2024-11-27T17:56:45.699Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2747 | 2024-11-27T17:56:46.565Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2748 | 2024-11-27T17:56:47.151Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2749 | 2024-11-27T17:56:47.356Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2750 | 2024-11-27T17:56:48.076Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2751 | 2024-11-27T17:56:48.839Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2752 | 2024-11-27T17:56:48.980Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2753 | 2024-11-27T17:56:51.581Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2754 | 2024-11-27T17:56:52.289Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2755 | 2024-11-27T17:56:52.802Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2756 | 2024-11-27T17:56:53.753Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2757 | 2024-11-27T17:56:54.671Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2758 | 2024-11-27T17:56:57.370Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2759 | 2024-11-27T17:56:58.433Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2760 | 2024-11-27T17:57:04.277Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2761 | 2024-11-27T17:57:05.521Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2762 | 2024-11-27T17:57:08.039Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2763 | 2024-11-27T17:57:08.545Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2764 | 2024-11-27T17:57:13.633Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2765 | 2024-11-27T17:57:16.799Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2766 | 2024-11-27T17:57:59.492Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2767 | 2024-11-27T17:58:01.603Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2768 | 2024-11-27T17:58:05.647Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2769 | 2024-11-27T17:58:19.017Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2770 | 2024-11-27T17:58:42.598Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2771 | 2024-11-27T17:58:45.671Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2772 | 2024-11-27T17:58:46.670Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2773 | 2024-11-27T17:58:48.109Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2774 | 2024-11-27T17:58:49.695Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2775 | 2024-11-27T17:58:51.830Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2776 | 2024-11-27T17:58:59.555Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2777 | 2024-11-27T17:59:01.751Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2778 | 2024-11-27T17:59:07.963Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2779 | 2024-11-27T17:59:35.667Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2780 | 2024-11-27T17:59:41.476Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2781 | 2024-11-27T17:59:45.953Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2782 | 2024-11-27T17:59:46.610Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2783 | 2024-11-27T17:59:52.184Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2784 | 2024-11-27T18:00:00.633Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2785 | 2024-11-27T18:00:20.817Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2786 | 2024-11-27T18:00:23.759Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2787 | 2024-11-27T18:00:24.438Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2788 | 2024-11-27T18:00:27.499Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2789 | 2024-11-27T18:00:29.014Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2790 | 2024-11-27T18:00:29.433Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2791 | 2024-11-27T18:00:51.216Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2792 | 2024-11-27T18:00:56.874Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2793 | 2024-11-27T18:01:00.967Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2794 | 2024-11-27T18:01:01.188Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2795 | 2024-11-27T18:01:02.036Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2796 | 2024-11-27T18:01:08.153Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2797 | 2024-11-27T18:01:10.793Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2798 | 2024-11-27T18:01:13.327Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2799 | 2024-11-27T18:01:16.004Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2800 | 2024-11-27T18:01:30.762Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2801 | 2024-11-27T18:01:32.147Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2802 | 2024-11-27T18:01:33.845Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2803 | 2024-11-27T18:01:37.462Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2804 | 2024-11-27T18:01:44.398Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2805 | 2024-11-27T18:01:45.356Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2806 | 2024-11-27T18:01:52.690Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2807 | 2024-11-27T18:01:56.774Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2808 | 2024-11-27T18:01:59.813Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2809 | 2024-11-27T18:02:00.359Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2810 | 2024-11-27T18:02:04.063Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2024-11-27T18:02:06.810Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2812 | 2024-11-27T18:02:07.356Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2813 | 2024-11-27T18:02:08.632Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2814 | 2024-11-27T18:02:18.915Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2815 | 2024-11-27T18:02:23.240Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2816 | 2024-11-27T18:02:23.645Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2817 | 2024-11-27T18:02:25.338Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2818 | 2024-11-27T18:02:25.932Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2819 | 2024-11-27T18:02:27.341Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2820 | 2024-11-27T18:02:31.575Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2821 | 2024-11-27T18:02:41.100Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2822 | 2024-11-27T18:02:41.999Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2823 | 2024-11-27T18:02:43.560Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2824 | 2024-11-27T18:02:44.435Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2825 | 2024-11-27T18:02:47.637Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2826 | 2024-11-27T18:02:50.165Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2827 | 2024-11-27T18:02:51.680Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2828 | 2024-11-27T18:02:56.919Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2829 | 2024-11-27T18:03:02.497Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2830 | 2024-11-27T18:03:02.624Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2831 | 2024-11-27T18:03:04.057Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2832 | 2024-11-27T18:03:04.184Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2833 | 2024-11-27T18:03:05.581Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2834 | 2024-11-27T18:03:07.684Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2835 | 2024-11-27T18:03:13.295Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2836 | 2024-11-27T18:03:17.199Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2837 | 2024-11-27T18:03:19.723Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2838 | 2024-11-27T18:03:19.856Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2839 | 2024-11-27T18:03:22.556Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2840 | 2024-11-27T18:03:24.167Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2841 | 2024-11-27T18:03:28.745Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2842 | 2024-11-27T18:03:31.452Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2843 | 2024-11-27T18:03:32.578Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2844 | 2024-11-27T18:03:34.020Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2845 | 2024-11-27T18:03:43.051Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2846 | 2024-11-27T18:03:46.761Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2847 | 2024-11-27T18:03:48.197Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2848 | 2024-11-27T18:03:49.429Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2849 | 2024-11-27T18:03:53.568Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2850 | 2024-11-27T18:03:53.874Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2851 | 2024-11-27T18:03:54.602Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2852 | 2024-11-27T18:03:55.599Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2853 | 2024-11-27T18:03:56.724Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2854 | 2024-11-27T18:04:07.783Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2855 | 2024-11-27T18:04:08.399Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2856 | 2024-11-27T18:04:08.696Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2857 | 2024-11-27T18:04:10.630Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2858 | 2024-11-27T18:04:10.782Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2859 | 2024-11-27T18:04:12.942Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2860 | 2024-11-27T18:04:13.017Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2861 | 2024-11-27T18:04:15.180Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2862 | 2024-11-27T18:04:18.223Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2863 | 2024-11-27T18:04:20.133Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2864 | 2024-11-27T18:04:21.818Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2865 | 2024-11-27T18:04:22.404Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2866 | 2024-11-27T18:04:22.495Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2867 | 2024-11-27T18:04:23.746Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2868 | 2024-11-27T18:04:25.365Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2869 | 2024-11-27T18:04:28.373Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2870 | 2024-11-27T18:04:28.547Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2871 | 2024-11-27T18:04:28.821Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2872 | 2024-11-27T18:04:29.206Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2873 | 2024-11-27T18:04:30.351Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2874 | 2024-11-27T18:04:34.582Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2875 | 2024-11-27T18:04:34.806Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2876 | 2024-11-27T18:04:35.357Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2877 | 2024-11-27T18:05:05.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 00s |
2878 | 2024-11-27T18:05:06.007Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2879 | 2024-11-27T18:05:06.065Z | |
2880 | 2024-11-27T18:05:06.067Z | real 9:00.849087510 |
2881 | 2024-11-27T18:05:06.067Z | user 26:20.096751373 |
2882 | 2024-11-27T18:05:06.067Z | sys 41:54.408929207 |
2883 | 2024-11-27T18:05:06.067Z | trap 0.417234139 |
2884 | 2024-11-27T18:05:06.067Z | tflt 0.275691882 |
2885 | 2024-11-27T18:05:06.067Z | dflt 0.103330072 |
2886 | 2024-11-27T18:05:06.067Z | kflt 0.000030846 |
2887 | 2024-11-27T18:05:06.067Z | lock 1:30:20.038735222 |
2888 | 2024-11-27T18:05:06.067Z | slp 2:33:24.603789428 |
2889 | 2024-11-27T18:05:06.067Z | lat 1:16.703905034 |
2890 | 2024-11-27T18:05:06.067Z | stop 1:10.385334271 |
2891 | 2024-11-27T18:05:06.067Z | process exited: duration 1279105 ms, exit code 0 |
|
2892 | 2024-11-27T18:05:06.073Z | found 0 output files |