|
|
|
1 | 2024-12-06T20:26:15.036Z | job assigned to worker 01JEETBZAY26VRG6JB090MQ65S [factory aws, i-054e2f4c5a05071ad] (queued for 1 m 0 s) |
|
2 | 2024-12-06T20:26:22.780Z | starting task 0: "setup" |
3 | 2024-12-06T20:26:22.789Z | ++ uname -s |
4 | 2024-12-06T20:26:22.791Z | + kern=SunOS |
5 | 2024-12-06T20:26:22.791Z | + case "$kern" in |
6 | 2024-12-06T20:26:22.791Z | + groupadd -g 12345 build |
7 | 2024-12-06T20:26:22.794Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T20:26:24.801Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T20:26:24.924Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T20:26:24.927Z | + home_fs=zfs |
11 | 2024-12-06T20:26:24.927Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T20:26:24.927Z | + mkdir -p /home/build |
13 | 2024-12-06T20:26:24.930Z | + chown build:build /home/build /work |
14 | 2024-12-06T20:26:26.931Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T20:26:26.933Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-12-06T20:26:26.939Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T20:26:26.944Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T20:26:26.944Z | ' 1.81.0 |
19 | 2024-12-06T20:26:26.944Z | * toolchain channel = "1.81.0" |
20 | 2024-12-06T20:26:26.944Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-06T20:26:26.944Z | ' default |
22 | 2024-12-06T20:26:26.944Z | * toolchain profile = "default" |
23 | 2024-12-06T20:26:26.947Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T20:26:26.947Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T20:26:27.062Z | info: downloading installer |
26 | 2024-12-06T20:26:28.222Z | info: profile set to 'default' |
27 | 2024-12-06T20:26:28.222Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T20:26:28.224Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T20:26:28.378Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T20:26:28.378Z | info: downloading component 'cargo' |
31 | 2024-12-06T20:26:29.218Z | info: downloading component 'clippy' |
32 | 2024-12-06T20:26:29.528Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T20:26:30.691Z | info: downloading component 'rust-std' |
34 | 2024-12-06T20:26:32.517Z | info: downloading component 'rustc' |
35 | 2024-12-06T20:26:39.015Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T20:26:39.258Z | info: installing component 'cargo' |
37 | 2024-12-06T20:26:40.087Z | info: installing component 'clippy' |
38 | 2024-12-06T20:26:40.457Z | info: installing component 'rust-docs' |
39 | 2024-12-06T20:26:42.111Z | info: installing component 'rust-std' |
40 | 2024-12-06T20:26:43.831Z | info: installing component 'rustc' |
41 | 2024-12-06T20:26:49.642Z | info: installing component 'rustfmt' |
42 | 2024-12-06T20:26:49.969Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T20:26:49.969Z | |
44 | 2024-12-06T20:26:50.337Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T20:26:50.337Z | |
46 | 2024-12-06T20:26:50.341Z | |
47 | 2024-12-06T20:26:50.341Z | Rust is installed now. Great! |
48 | 2024-12-06T20:26:50.341Z | |
49 | 2024-12-06T20:26:50.341Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T20:26:50.341Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T20:26:50.341Z | |
52 | 2024-12-06T20:26:50.341Z | To configure your current shell, you need to source |
53 | 2024-12-06T20:26:50.341Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T20:26:50.341Z | |
55 | 2024-12-06T20:26:50.342Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T20:26:50.342Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T20:26:50.342Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T20:26:50.415Z | + rustc --version |
59 | 2024-12-06T20:26:50.483Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T20:26:50.487Z | process exited: duration 23546 ms, exit code 0 |
|
61 | 2024-12-06T20:26:50.492Z | starting task 2: "authentication" |
62 | 2024-12-06T20:26:50.512Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-06T20:26:50.518Z | starting task 3: "clone repository" |
64 | 2024-12-06T20:26:50.524Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T20:26:50.526Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T20:26:50.559Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T20:26:57.289Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T20:26:57.292Z | + git fetch origin 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
69 | 2024-12-06T20:26:57.612Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T20:26:57.612Z | * branch 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 -> FETCH_HEAD |
71 | 2024-12-06T20:26:57.624Z | + [[ -n bump-console-927c8b63 ]] |
72 | 2024-12-06T20:26:57.626Z | ++ git branch --show-current |
73 | 2024-12-06T20:26:57.628Z | + current=main |
74 | 2024-12-06T20:26:57.628Z | + [[ main != bump-console-927c8b63 ]] |
75 | 2024-12-06T20:26:57.628Z | + git branch -f bump-console-927c8b63 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
76 | 2024-12-06T20:26:57.631Z | + git checkout -f bump-console-927c8b63 |
77 | 2024-12-06T20:26:57.809Z | Switched to branch 'bump-console-927c8b63' |
78 | 2024-12-06T20:26:57.811Z | + git reset --hard 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
79 | 2024-12-06T20:26:57.824Z | HEAD is now at 4ce33292e Bump web console (minor) |
80 | 2024-12-06T20:26:57.826Z | process exited: duration 7306 ms, exit code 0 |
|
81 | 2024-12-06T20:26:57.830Z | starting task 4: "build" |
82 | 2024-12-06T20:26:57.835Z | + source ./env.sh |
83 | 2024-12-06T20:26:57.838Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-06T20:26:57.838Z | ++ set -o xtrace |
85 | 2024-12-06T20:26:57.841Z | ++++ dirname ./env.sh |
86 | 2024-12-06T20:26:57.841Z | +++ readlink -f . |
87 | 2024-12-06T20:26:57.844Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-06T20:26:57.844Z | ++ 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-12-06T20:26:57.844Z | ++ 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-12-06T20:26:57.844Z | ++ 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-12-06T20:26:57.844Z | ++ 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-12-06T20:26:57.844Z | ++ 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-12-06T20:26:57.844Z | ++ 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-12-06T20:26:57.844Z | ++ 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-12-06T20:26:57.844Z | ++ 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-12-06T20:26:57.844Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-06T20:26:57.844Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-06T20:26:57.844Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-06T20:26:57.844Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-06T20:26:57.844Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-06T20:26:57.844Z | + cargo --version |
102 | 2024-12-06T20:26:57.903Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-06T20:26:57.906Z | + rustc --version |
104 | 2024-12-06T20:26:57.970Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-06T20:26:57.973Z | + banner prerequisites |
106 | 2024-12-06T20:26:57.976Z | |
107 | 2024-12-06T20:26:57.978Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-06T20:26:57.978Z | # # # # # # # # # # # # # # # |
109 | 2024-12-06T20:26:57.978Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-06T20:26:57.978Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-06T20:26:57.978Z | # # # # # # # # # # # # # # # |
112 | 2024-12-06T20:26:57.978Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-06T20:26:57.978Z | |
114 | 2024-12-06T20:26:57.978Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-06T20:27:05.364Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-06T20:27:09.159Z | Startup: Caching catalogs ... Done |
117 | 2024-12-06T20:27:19.653Z | Planning: Solver setup ... Done (9.584s) |
118 | 2024-12-06T20:27:19.782Z | Planning: Running solver ... Done (0.129s) |
119 | 2024-12-06T20:27:19.892Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-12-06T20:27:19.903Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-06T20:27:20.131Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-06T20:27:20.242Z | Planning: Package planning ... Done (0.110s) |
123 | 2024-12-06T20:27:20.297Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-06T20:27:20.495Z | Planning: Checking for conflicting actions ... Done (0.197s) |
125 | 2024-12-06T20:27:22.463Z | Planning: Consolidating action changes ... Done (1.967s) |
126 | 2024-12-06T20:27:22.887Z | Planning: Evaluating mediators ... Done (0.424s) |
127 | 2024-12-06T20:27:22.970Z | Planning: Planning completed in 13.71 seconds |
128 | 2024-12-06T20:27:22.987Z | Packages to install: 4 |
129 | 2024-12-06T20:27:22.987Z | Packages to update: 1 |
130 | 2024-12-06T20:27:22.989Z | Mediators to change: 2 |
131 | 2024-12-06T20:27:22.989Z | Services to change: 1 |
132 | 2024-12-06T20:27:22.989Z | Estimated space available: 155.64 GB |
133 | 2024-12-06T20:27:22.989Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-06T20:27:22.989Z | Create boot environment: No |
135 | 2024-12-06T20:27:22.989Z | Create backup boot environment: Yes |
136 | 2024-12-06T20:27:22.989Z | Rebuild boot archive: No |
137 | 2024-12-06T20:27:22.989Z | |
138 | 2024-12-06T20:27:22.989Z | Changed mediators: |
139 | 2024-12-06T20:27:22.990Z | mediator clang: |
140 | 2024-12-06T20:27:22.990Z | version: None -> 15 (system default) |
141 | 2024-12-06T20:27:22.990Z | |
142 | 2024-12-06T20:27:22.990Z | mediator llvm: |
143 | 2024-12-06T20:27:22.990Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-06T20:27:22.990Z | |
145 | 2024-12-06T20:27:22.990Z | Changed packages: |
146 | 2024-12-06T20:27:22.990Z | helios-dev |
147 | 2024-12-06T20:27:22.990Z | developer/build-essential |
148 | 2024-12-06T20:27:22.990Z | None -> 11-2.0 |
149 | 2024-12-06T20:27:22.990Z | library/libxmlsec1 |
150 | 2024-12-06T20:27:22.990Z | None -> 1.2.35-2.0 |
151 | 2024-12-06T20:27:22.990Z | ooce/developer/clang-15 |
152 | 2024-12-06T20:27:22.990Z | None -> 15.0.7-2.0 |
153 | 2024-12-06T20:27:22.990Z | ooce/developer/llvm-15 |
154 | 2024-12-06T20:27:22.990Z | None -> 15.0.7-2.0 |
155 | 2024-12-06T20:27:22.990Z | package/pkg |
156 | 2024-12-06T20:27:22.990Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-06T20:27:22.990Z | |
158 | 2024-12-06T20:27:22.990Z | Services: |
159 | 2024-12-06T20:27:22.990Z | restart_fmri: |
160 | 2024-12-06T20:27:22.990Z | svc:/system/update-man-index:default |
161 | 2024-12-06T20:27:22.990Z | |
162 | 2024-12-06T20:27:22.990Z | Editable files to change: |
163 | 2024-12-06T20:27:22.990Z | Update: |
164 | 2024-12-06T20:27:22.990Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-06T20:27:23.067Z | |
166 | 2024-12-06T20:27:23.067Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-06T20:27:28.068Z | Download: 1124/4281 items 35.0/220.6MB 15% complete (6.9M/s) |
168 | 2024-12-06T20:27:33.070Z | Download: 1672/4281 items 117.4/220.6MB 53% complete (11.8M/s) |
169 | 2024-12-06T20:27:38.071Z | Download: 3248/4281 items 189.4/220.6MB 85% complete (15.4M/s) |
170 | 2024-12-06T20:27:42.091Z | Download: Completed 220.60 MB in 19.02 seconds (11.6M/s) |
171 | 2024-12-06T20:27:45.063Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-12-06T20:27:45.084Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-12-06T20:27:49.806Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-12-06T20:27:50.119Z | Actions: Completed 5063 actions in 5.05 seconds. |
175 | 2024-12-06T20:27:50.354Z | Done (0.226s) |
176 | 2024-12-06T20:27:50.356Z | Done (0.000s) |
177 | 2024-12-06T20:27:50.925Z | Done (0.570s) |
178 | 2024-12-06T20:27:55.606Z | Done (4.459s) |
179 | 2024-12-06T20:27:55.702Z | Done (0.019s) |
180 | 2024-12-06T20:27:55.704Z | Done (0.000s) |
181 | 2024-12-06T20:27:55.867Z | Done (0.000s) |
182 | 2024-12-06T20:27:56.585Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-12-06T20:27:56.747Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-12-06T20:27:56.749Z | Planning: Consolidating action changes ... Done |
185 | 2024-12-06T20:27:57.021Z | Planning: Evaluating mediators ... Done |
186 | 2024-12-06T20:27:57.023Z | Planning: Planning completed in 0.44 seconds |
187 | 2024-12-06T20:27:57.084Z | Mediators to change: 2 |
188 | 2024-12-06T20:27:57.084Z | Create boot environment: No |
189 | 2024-12-06T20:27:57.098Z | Create backup boot environment: No |
190 | 2024-12-06T20:27:57.195Z | Done |
191 | 2024-12-06T20:27:57.195Z | Done |
192 | 2024-12-06T20:27:57.556Z | Done |
193 | 2024-12-06T20:28:01.429Z | Done |
194 | 2024-12-06T20:28:01.520Z | Done |
195 | 2024-12-06T20:28:01.526Z | Done |
196 | 2024-12-06T20:28:01.630Z | Done |
197 | 2024-12-06T20:28:02.265Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-12-06T20:28:02.268Z | Planning: Merging actions ... Done |
199 | 2024-12-06T20:28:02.461Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-12-06T20:28:02.465Z | Planning: Consolidating action changes ... Done |
201 | 2024-12-06T20:28:02.734Z | Planning: Evaluating mediators ... Done |
202 | 2024-12-06T20:28:02.791Z | Planning: Planning completed in 0.77 seconds |
203 | 2024-12-06T20:28:02.832Z | Packages to change: 1 |
204 | 2024-12-06T20:28:02.832Z | Mediators to change: 1 |
205 | 2024-12-06T20:28:02.832Z | Services to change: 1 |
206 | 2024-12-06T20:28:02.834Z | Create boot environment: No |
207 | 2024-12-06T20:28:02.834Z | Create backup boot environment: Yes |
208 | 2024-12-06T20:28:05.078Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-12-06T20:28:05.082Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-12-06T20:28:05.082Z | Done |
211 | 2024-12-06T20:28:05.082Z | Done |
212 | 2024-12-06T20:28:05.194Z | Done |
213 | 2024-12-06T20:28:09.099Z | Done |
214 | 2024-12-06T20:28:09.206Z | Done |
215 | 2024-12-06T20:28:09.211Z | Done |
216 | 2024-12-06T20:28:09.341Z | Done |
217 | 2024-12-06T20:28:09.797Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-12-06T20:28:09.797Z | clang system 15 system |
219 | 2024-12-06T20:28:09.797Z | csh system system illumos |
220 | 2024-12-06T20:28:09.797Z | ctags system system illumos |
221 | 2024-12-06T20:28:09.797Z | gcc vendor 12 vendor |
222 | 2024-12-06T20:28:09.797Z | gcc system 10 system |
223 | 2024-12-06T20:28:09.797Z | gcc system 7 system |
224 | 2024-12-06T20:28:09.797Z | go system 1.20 system |
225 | 2024-12-06T20:28:09.797Z | go system 1.19 system |
226 | 2024-12-06T20:28:09.797Z | llvm system 15 system |
227 | 2024-12-06T20:28:09.797Z | llvm system 14 system |
228 | 2024-12-06T20:28:09.797Z | mariadb system 10.6 system |
229 | 2024-12-06T20:28:09.797Z | mta vendor vendor dma |
230 | 2024-12-06T20:28:09.797Z | openjdk system 17 system |
231 | 2024-12-06T20:28:09.797Z | openjdk system 11 system |
232 | 2024-12-06T20:28:09.797Z | openjdk system 1.8 system |
233 | 2024-12-06T20:28:09.797Z | openssl vendor 3 vendor |
234 | 2024-12-06T20:28:09.797Z | perl system 5.36 system |
235 | 2024-12-06T20:28:09.797Z | postgresql system 15 system |
236 | 2024-12-06T20:28:09.797Z | postgresql system 13 system |
237 | 2024-12-06T20:28:09.797Z | python vendor 3 vendor |
238 | 2024-12-06T20:28:09.797Z | python system 2 system |
239 | 2024-12-06T20:28:09.797Z | python3 system 3.11 system |
240 | 2024-12-06T20:28:09.797Z | ruby system 3.0 system |
241 | 2024-12-06T20:28:09.797Z | words vendor vendor american-english |
242 | 2024-12-06T20:28:09.797Z | words system system australian-english |
243 | 2024-12-06T20:28:09.797Z | words system system british-english |
244 | 2024-12-06T20:28:09.797Z | words system system canadian-english |
245 | 2024-12-06T20:28:09.797Z | words system system french |
246 | 2024-12-06T20:28:09.797Z | words system system italian |
247 | 2024-12-06T20:28:09.797Z | words system system ngerman |
248 | 2024-12-06T20:28:09.797Z | words system system ogerman |
249 | 2024-12-06T20:28:09.797Z | words system system spanish |
250 | 2024-12-06T20:28:10.142Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-12-06T20:28:10.142Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-12-06T20:28:12.828Z | FMRI IFO |
253 | 2024-12-06T20:28:12.828Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-12-06T20:28:12.828Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-12-06T20:28:12.828Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-12-06T20:28:12.828Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-12-06T20:28:12.828Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-12-06T20:28:12.828Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-12-06T20:28:12.828Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-12-06T20:28:12.829Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-12-06T20:28:12.829Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-12-06T20:28:12.829Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
263 | 2024-12-06T20:28:12.829Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-12-06T20:28:12.829Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-12-06T20:28:12.829Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
266 | 2024-12-06T20:28:12.829Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-12-06T20:28:12.829Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-12-06T20:28:13.627Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-12-06T20:28:13.889Z | Updating crates.io index |
270 | 2024-12-06T20:28:13.892Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-12-06T20:28:14.469Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-12-06T20:28:14.758Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-12-06T20:28:15.037Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-12-06T20:28:15.329Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-12-06T20:28:16.175Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-12-06T20:28:18.719Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-12-06T20:28:19.777Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-12-06T20:28:20.533Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-12-06T20:28:20.783Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-12-06T20:28:21.147Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-12-06T20:28:21.735Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-12-06T20:28:22.047Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2024-12-06T20:28:22.389Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-12-06T20:28:22.655Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-12-06T20:28:22.903Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-12-06T20:28:23.151Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-12-06T20:28:23.461Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2024-12-06T20:28:23.777Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2024-12-06T20:28:24.160Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2024-12-06T20:28:24.451Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-12-06T20:28:24.937Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-12-06T20:28:25.220Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-12-06T20:28:25.695Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-12-06T20:28:26.136Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
295 | 2024-12-06T20:28:26.446Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-12-06T20:28:26.681Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-12-06T20:28:26.962Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-12-06T20:28:28.245Z | Downloading crates ... |
299 | 2024-12-06T20:28:28.347Z | Downloaded anstream v0.6.15 |
300 | 2024-12-06T20:28:28.377Z | Downloaded anstyle-query v1.1.1 |
301 | 2024-12-06T20:28:28.379Z | Downloaded clap_derive v4.5.18 |
302 | 2024-12-06T20:28:28.381Z | Downloaded bytecount v0.6.8 |
303 | 2024-12-06T20:28:28.388Z | Downloaded camino v1.1.9 |
304 | 2024-12-06T20:28:28.391Z | Downloaded cfg-if v1.0.0 |
305 | 2024-12-06T20:28:28.395Z | Downloaded anyhow v1.0.93 |
306 | 2024-12-06T20:28:28.399Z | Downloaded clap_lex v0.7.2 |
307 | 2024-12-06T20:28:28.401Z | Downloaded bitflags v2.6.0 |
308 | 2024-12-06T20:28:28.404Z | Downloaded cargo_toml v0.20.5 |
309 | 2024-12-06T20:28:28.406Z | Downloaded block-buffer v0.10.4 |
310 | 2024-12-06T20:28:28.408Z | Downloaded clap v4.5.21 |
311 | 2024-12-06T20:28:28.415Z | Downloaded colorchoice v1.0.2 |
312 | 2024-12-06T20:28:28.417Z | Downloaded autocfg v1.4.0 |
313 | 2024-12-06T20:28:28.420Z | Downloaded clap_builder v4.5.21 |
314 | 2024-12-06T20:28:28.424Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-12-06T20:28:28.427Z | Downloaded byteorder v1.5.0 |
316 | 2024-12-06T20:28:28.429Z | Downloaded anstyle-parse v0.2.5 |
317 | 2024-12-06T20:28:28.431Z | Downloaded cargo_metadata v0.18.1 |
318 | 2024-12-06T20:28:28.433Z | Downloaded cargo-platform v0.1.8 |
319 | 2024-12-06T20:28:28.441Z | Downloaded equivalent v1.0.1 |
320 | 2024-12-06T20:28:28.449Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-12-06T20:28:28.451Z | Downloaded fastrand v2.1.1 |
322 | 2024-12-06T20:28:28.453Z | Downloaded crypto-common v0.1.6 |
323 | 2024-12-06T20:28:28.456Z | Downloaded digest v0.10.7 |
324 | 2024-12-06T20:28:28.459Z | Downloaded strsim v0.11.1 |
325 | 2024-12-06T20:28:28.461Z | Downloaded cpufeatures v0.2.14 |
326 | 2024-12-06T20:28:28.463Z | Downloaded anstyle v1.0.10 |
327 | 2024-12-06T20:28:28.463Z | Downloaded toml_datetime v0.6.8 |
328 | 2024-12-06T20:28:28.466Z | Downloaded swrite v0.1.0 |
329 | 2024-12-06T20:28:28.468Z | Downloaded dtrace-parser v0.2.0 |
330 | 2024-12-06T20:28:28.471Z | Downloaded pretty-hex v0.4.1 |
331 | 2024-12-06T20:28:28.473Z | Downloaded smawk v0.3.2 |
332 | 2024-12-06T20:28:28.476Z | Downloaded generic-array v0.14.7 |
333 | 2024-12-06T20:28:28.476Z | Downloaded errno v0.3.9 |
334 | 2024-12-06T20:28:28.478Z | Downloaded serde_spanned v0.6.8 |
335 | 2024-12-06T20:28:28.478Z | Downloaded heck v0.5.0 |
336 | 2024-12-06T20:28:28.481Z | Downloaded fnv v1.0.7 |
337 | 2024-12-06T20:28:28.486Z | Downloaded macaddr v1.0.1 |
338 | 2024-12-06T20:28:28.494Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2024-12-06T20:28:28.496Z | Downloaded unicode-linebreak v0.1.5 |
340 | 2024-12-06T20:28:28.500Z | Downloaded usdt v0.5.0 |
341 | 2024-12-06T20:28:28.500Z | Downloaded is_terminal_polyfill v1.70.1 |
342 | 2024-12-06T20:28:28.502Z | Downloaded heck v0.4.1 |
343 | 2024-12-06T20:28:28.502Z | Downloaded plain v0.2.3 |
344 | 2024-12-06T20:28:28.502Z | Downloaded thread-id v4.2.2 |
345 | 2024-12-06T20:28:28.505Z | Downloaded typenum v1.17.0 |
346 | 2024-12-06T20:28:28.507Z | Downloaded thiserror v1.0.69 |
347 | 2024-12-06T20:28:28.511Z | Downloaded terminal_size v0.4.0 |
348 | 2024-12-06T20:28:28.513Z | Downloaded zerocopy-derive v0.7.35 |
349 | 2024-12-06T20:28:28.516Z | Downloaded serde_derive v1.0.215 |
350 | 2024-12-06T20:28:28.519Z | Downloaded sha2 v0.10.8 |
351 | 2024-12-06T20:28:28.521Z | Downloaded pest_generator v2.7.14 |
352 | 2024-12-06T20:28:28.523Z | Downloaded papergrid v0.11.0 |
353 | 2024-12-06T20:28:28.527Z | Downloaded thiserror-impl v1.0.69 |
354 | 2024-12-06T20:28:28.530Z | Downloaded memmap v0.7.0 |
355 | 2024-12-06T20:28:28.532Z | Downloaded fs-err v2.11.0 |
356 | 2024-12-06T20:28:28.534Z | Downloaded once_cell v1.20.2 |
357 | 2024-12-06T20:28:28.536Z | Downloaded version_check v0.9.5 |
358 | 2024-12-06T20:28:28.536Z | Downloaded utf8parse v0.2.2 |
359 | 2024-12-06T20:28:28.538Z | Downloaded usdt-macro v0.5.0 |
360 | 2024-12-06T20:28:28.538Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-12-06T20:28:28.541Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-12-06T20:28:28.543Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-12-06T20:28:28.543Z | Downloaded pest_derive v2.7.14 |
364 | 2024-12-06T20:28:28.546Z | Downloaded tabled_derive v0.7.0 |
365 | 2024-12-06T20:28:28.548Z | Downloaded semver v1.0.23 |
366 | 2024-12-06T20:28:28.550Z | Downloaded quote v1.0.37 |
367 | 2024-12-06T20:28:28.552Z | Downloaded proc-macro-error-attr v1.0.4 |
368 | 2024-12-06T20:28:28.554Z | Downloaded log v0.4.22 |
369 | 2024-12-06T20:28:28.554Z | Downloaded dof v0.3.0 |
370 | 2024-12-06T20:28:28.557Z | Downloaded itoa v1.0.11 |
371 | 2024-12-06T20:28:28.557Z | Downloaded scroll v0.12.0 |
372 | 2024-12-06T20:28:28.562Z | Downloaded ucd-trie v0.1.7 |
373 | 2024-12-06T20:28:28.563Z | Downloaded pest_meta v2.7.14 |
374 | 2024-12-06T20:28:28.572Z | Downloaded tempfile v3.13.0 |
375 | 2024-12-06T20:28:28.574Z | Downloaded ryu v1.0.18 |
376 | 2024-12-06T20:28:28.577Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-12-06T20:28:28.580Z | Downloaded textwrap v0.16.1 |
378 | 2024-12-06T20:28:28.582Z | Downloaded proc-macro2 v1.0.89 |
379 | 2024-12-06T20:28:28.585Z | Downloaded toml v0.8.19 |
380 | 2024-12-06T20:28:28.592Z | Downloaded serde v1.0.215 |
381 | 2024-12-06T20:28:28.595Z | Downloaded memchr v2.7.4 |
382 | 2024-12-06T20:28:28.600Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-06T20:28:28.621Z | Downloaded toml_edit v0.22.22 |
384 | 2024-12-06T20:28:28.642Z | Downloaded serde_json v1.0.132 |
385 | 2024-12-06T20:28:28.649Z | Downloaded pest v2.7.14 |
386 | 2024-12-06T20:28:28.654Z | Downloaded hashbrown v0.15.0 |
387 | 2024-12-06T20:28:28.659Z | Downloaded zerocopy v0.7.35 |
388 | 2024-12-06T20:28:28.675Z | Downloaded winnow v0.6.20 |
389 | 2024-12-06T20:28:28.683Z | Downloaded tabled v0.15.0 |
390 | 2024-12-06T20:28:28.697Z | Downloaded goblin v0.8.2 |
391 | 2024-12-06T20:28:28.705Z | Downloaded syn v1.0.109 |
392 | 2024-12-06T20:28:28.715Z | Downloaded syn v2.0.87 |
393 | 2024-12-06T20:28:28.726Z | Downloaded unicode-width v0.1.14 |
394 | 2024-12-06T20:28:28.735Z | Downloaded rustix v0.38.37 |
395 | 2024-12-06T20:28:28.757Z | Downloaded libc v0.2.162 |
396 | 2024-12-06T20:28:29.073Z | Compiling proc-macro2 v1.0.89 |
397 | 2024-12-06T20:28:29.073Z | Compiling unicode-ident v1.0.13 |
398 | 2024-12-06T20:28:29.075Z | Compiling serde v1.0.215 |
399 | 2024-12-06T20:28:29.075Z | Compiling version_check v0.9.5 |
400 | 2024-12-06T20:28:29.075Z | Compiling thiserror v1.0.69 |
401 | 2024-12-06T20:28:29.075Z | Compiling memchr v2.7.4 |
402 | 2024-12-06T20:28:29.110Z | Compiling libc v0.2.162 |
403 | 2024-12-06T20:28:29.113Z | Compiling ucd-trie v0.1.7 |
404 | 2024-12-06T20:28:29.345Z | Compiling itoa v1.0.11 |
405 | 2024-12-06T20:28:29.604Z | Compiling ryu v1.0.18 |
406 | 2024-12-06T20:28:29.847Z | Compiling once_cell v1.20.2 |
407 | 2024-12-06T20:28:30.001Z | Compiling byteorder v1.5.0 |
408 | 2024-12-06T20:28:30.177Z | Compiling rustix v0.38.37 |
409 | 2024-12-06T20:28:30.202Z | Compiling serde_json v1.0.132 |
410 | 2024-12-06T20:28:30.573Z | Compiling bitflags v2.6.0 |
411 | 2024-12-06T20:28:30.600Z | Compiling usdt-impl v0.5.0 |
412 | 2024-12-06T20:28:30.839Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-12-06T20:28:30.922Z | Compiling syn v1.0.109 |
414 | 2024-12-06T20:28:30.978Z | Compiling quote v1.0.37 |
415 | 2024-12-06T20:28:31.095Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-12-06T20:28:31.169Z | Compiling camino v1.1.9 |
417 | 2024-12-06T20:28:31.195Z | Compiling equivalent v1.0.1 |
418 | 2024-12-06T20:28:31.321Z | Compiling errno v0.3.9 |
419 | 2024-12-06T20:28:31.381Z | Compiling syn v2.0.87 |
420 | 2024-12-06T20:28:31.625Z | Compiling plain v0.2.3 |
421 | 2024-12-06T20:28:31.663Z | Compiling log v0.4.22 |
422 | 2024-12-06T20:28:31.689Z | Compiling hashbrown v0.15.0 |
423 | 2024-12-06T20:28:31.794Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-06T20:28:31.821Z | Compiling thread-id v4.2.2 |
425 | 2024-12-06T20:28:31.950Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-06T20:28:32.165Z | Compiling colorchoice v1.0.2 |
427 | 2024-12-06T20:28:32.297Z | Compiling anstyle v1.0.10 |
428 | 2024-12-06T20:28:32.349Z | Compiling autocfg v1.4.0 |
429 | 2024-12-06T20:28:32.397Z | Compiling pretty-hex v0.4.1 |
430 | 2024-12-06T20:28:32.621Z | Compiling anstyle-query v1.1.1 |
431 | 2024-12-06T20:28:32.774Z | Compiling winnow v0.6.20 |
432 | 2024-12-06T20:28:32.776Z | Compiling semver v1.0.23 |
433 | 2024-12-06T20:28:32.826Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-12-06T20:28:32.968Z | Compiling indexmap v2.6.0 |
435 | 2024-12-06T20:28:32.994Z | Compiling unicode-width v0.1.14 |
436 | 2024-12-06T20:28:33.448Z | Compiling anstream v0.6.15 |
437 | 2024-12-06T20:28:33.565Z | Compiling fs-err v2.11.0 |
438 | 2024-12-06T20:28:33.788Z | Compiling terminal_size v0.4.0 |
439 | 2024-12-06T20:28:33.859Z | Compiling fastrand v2.1.1 |
440 | 2024-12-06T20:28:34.019Z | Compiling heck v0.5.0 |
441 | 2024-12-06T20:28:34.259Z | Compiling cfg-if v1.0.0 |
442 | 2024-12-06T20:28:34.398Z | Compiling strsim v0.11.1 |
443 | 2024-12-06T20:28:34.435Z | Compiling bytecount v0.6.8 |
444 | 2024-12-06T20:28:34.493Z | Compiling heck v0.4.1 |
445 | 2024-12-06T20:28:34.549Z | Compiling fnv v1.0.7 |
446 | 2024-12-06T20:28:34.647Z | Compiling clap_lex v0.7.2 |
447 | 2024-12-06T20:28:34.699Z | Compiling anyhow v1.0.93 |
448 | 2024-12-06T20:28:35.039Z | Compiling clap_builder v4.5.21 |
449 | 2024-12-06T20:28:35.210Z | Compiling tempfile v3.13.0 |
450 | 2024-12-06T20:28:35.329Z | Compiling papergrid v0.11.0 |
451 | 2024-12-06T20:28:35.759Z | Compiling memmap v0.7.0 |
452 | 2024-12-06T20:28:35.889Z | Compiling smawk v0.3.2 |
453 | 2024-12-06T20:28:36.118Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-12-06T20:28:36.589Z | Compiling textwrap v0.16.1 |
455 | 2024-12-06T20:28:36.783Z | Compiling swrite v0.1.0 |
456 | 2024-12-06T20:28:37.783Z | Compiling tabled_derive v0.7.0 |
457 | 2024-12-06T20:28:39.523Z | Compiling tabled v0.15.0 |
458 | 2024-12-06T20:28:40.590Z | Compiling serde_derive v1.0.215 |
459 | 2024-12-06T20:28:40.590Z | Compiling thiserror-impl v1.0.69 |
460 | 2024-12-06T20:28:40.592Z | Compiling zerocopy-derive v0.7.35 |
461 | 2024-12-06T20:28:40.703Z | Compiling scroll_derive v0.12.0 |
462 | 2024-12-06T20:28:40.942Z | Compiling clap_derive v4.5.18 |
463 | 2024-12-06T20:28:42.083Z | Compiling scroll v0.12.0 |
464 | 2024-12-06T20:28:42.510Z | Compiling goblin v0.8.2 |
465 | 2024-12-06T20:28:42.537Z | Compiling zerocopy v0.7.35 |
466 | 2024-12-06T20:28:43.467Z | Compiling pest v2.7.14 |
467 | 2024-12-06T20:28:44.793Z | Compiling clap v4.5.21 |
468 | 2024-12-06T20:28:45.920Z | Compiling pest_meta v2.7.14 |
469 | 2024-12-06T20:28:46.788Z | Compiling pest_generator v2.7.14 |
470 | 2024-12-06T20:28:48.725Z | Compiling pest_derive v2.7.14 |
471 | 2024-12-06T20:28:49.378Z | Compiling dtrace-parser v0.2.0 |
472 | 2024-12-06T20:28:51.227Z | Compiling toml_datetime v0.6.8 |
473 | 2024-12-06T20:28:51.230Z | Compiling serde_spanned v0.6.8 |
474 | 2024-12-06T20:28:51.230Z | Compiling cargo-platform v0.1.8 |
475 | 2024-12-06T20:28:51.632Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-12-06T20:28:51.721Z | Compiling toml_edit v0.22.22 |
477 | 2024-12-06T20:28:51.753Z | Compiling macaddr v1.0.1 |
478 | 2024-12-06T20:28:51.993Z | Compiling camino-tempfile v1.1.1 |
479 | 2024-12-06T20:28:52.793Z | Compiling dof v0.3.0 |
480 | 2024-12-06T20:28:52.793Z | Compiling cargo_metadata v0.18.1 |
481 | 2024-12-06T20:28:54.732Z | Compiling toml v0.8.19 |
482 | 2024-12-06T20:28:54.886Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-12-06T20:28:54.886Z | Compiling usdt-macro v0.5.0 |
484 | 2024-12-06T20:28:55.660Z | Compiling cargo_toml v0.20.5 |
485 | 2024-12-06T20:28:56.279Z | Compiling usdt v0.5.0 |
486 | 2024-12-06T20:28:59.164Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
487 | 2024-12-06T20:29:03.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.12s |
488 | 2024-12-06T20:29:03.787Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
489 | 2024-12-06T20:29:04.367Z | Downloading crates ... |
490 | 2024-12-06T20:29:04.543Z | Downloaded adler2 v2.0.0 |
491 | 2024-12-06T20:29:04.550Z | Downloaded arrayvec v0.7.6 |
492 | 2024-12-06T20:29:04.553Z | Downloaded argon2 v0.5.3 |
493 | 2024-12-06T20:29:04.555Z | Downloaded assert_matches v1.5.0 |
494 | 2024-12-06T20:29:04.558Z | Downloaded aes v0.8.4 |
495 | 2024-12-06T20:29:04.560Z | Downloaded ascii-canvas v3.0.0 |
496 | 2024-12-06T20:29:04.563Z | Downloaded addr2line v0.24.2 |
497 | 2024-12-06T20:29:04.565Z | Downloaded arrayref v0.3.9 |
498 | 2024-12-06T20:29:04.565Z | Downloaded array-init v0.0.4 |
499 | 2024-12-06T20:29:04.568Z | Downloaded arc-swap v1.7.1 |
500 | 2024-12-06T20:29:04.571Z | Downloaded allocator-api2 v0.2.18 |
501 | 2024-12-06T20:29:04.573Z | Downloaded ahash v0.8.11 |
502 | 2024-12-06T20:29:04.577Z | Downloaded aes-gcm v0.10.3 |
503 | 2024-12-06T20:29:04.580Z | Downloaded aead v0.5.2 |
504 | 2024-12-06T20:29:04.584Z | Downloaded atomic-waker v1.1.2 |
505 | 2024-12-06T20:29:04.586Z | Downloaded async-stream v0.3.6 |
506 | 2024-12-06T20:29:04.586Z | Downloaded async-stream-impl v0.3.6 |
507 | 2024-12-06T20:29:04.589Z | Downloaded aho-corasick v1.1.3 |
508 | 2024-12-06T20:29:04.594Z | Downloaded cfg_aliases v0.2.1 |
509 | 2024-12-06T20:29:04.596Z | Downloaded cfg_aliases v0.1.1 |
510 | 2024-12-06T20:29:04.599Z | Downloaded async-bb8-diesel v0.2.1 |
511 | 2024-12-06T20:29:04.602Z | Downloaded darling v0.20.10 |
512 | 2024-12-06T20:29:04.605Z | Downloaded bit-set v0.5.3 |
513 | 2024-12-06T20:29:04.608Z | Downloaded bb8 v0.8.5 |
514 | 2024-12-06T20:29:04.608Z | Downloaded base16ct v0.2.0 |
515 | 2024-12-06T20:29:04.611Z | Downloaded hmac v0.12.1 |
516 | 2024-12-06T20:29:04.614Z | Downloaded hex v0.4.3 |
517 | 2024-12-06T20:29:04.614Z | Downloaded headers-core v0.3.0 |
518 | 2024-12-06T20:29:04.616Z | Downloaded ciborium-io v0.2.2 |
519 | 2024-12-06T20:29:04.616Z | Downloaded bitfield-struct v0.6.2 |
520 | 2024-12-06T20:29:04.618Z | Downloaded backoff v0.4.0 |
521 | 2024-12-06T20:29:04.621Z | Downloaded highway v1.2.0 |
522 | 2024-12-06T20:29:04.621Z | Downloaded heck v0.3.3 |
523 | 2024-12-06T20:29:04.627Z | Downloaded crunchy v0.2.2 |
524 | 2024-12-06T20:29:04.627Z | Downloaded crucible-workspace-hack v0.1.0 |
525 | 2024-12-06T20:29:04.627Z | Downloaded async-recursion v1.1.1 |
526 | 2024-12-06T20:29:04.630Z | Downloaded heapless v0.7.17 |
527 | 2024-12-06T20:29:04.633Z | Downloaded cbc v0.1.2 |
528 | 2024-12-06T20:29:04.635Z | Downloaded hex-literal v0.4.1 |
529 | 2024-12-06T20:29:04.635Z | Downloaded cexpr v0.6.0 |
530 | 2024-12-06T20:29:04.638Z | Downloaded bit-vec v0.6.3 |
531 | 2024-12-06T20:29:04.638Z | Downloaded hickory-client v0.24.1 |
532 | 2024-12-06T20:29:04.641Z | Downloaded hickory-server v0.24.1 |
533 | 2024-12-06T20:29:04.647Z | Downloaded colored v2.1.0 |
534 | 2024-12-06T20:29:04.650Z | Downloaded cobs v0.2.3 |
535 | 2024-12-06T20:29:04.653Z | Downloaded heapless v0.8.0 |
536 | 2024-12-06T20:29:04.659Z | Downloaded convert_case v0.4.0 |
537 | 2024-12-06T20:29:04.661Z | Downloaded ciborium-ll v0.2.2 |
538 | 2024-12-06T20:29:04.661Z | Downloaded ctr v0.9.2 |
539 | 2024-12-06T20:29:04.664Z | Downloaded hkdf v0.12.4 |
540 | 2024-12-06T20:29:04.666Z | Downloaded crc-catalog v2.4.0 |
541 | 2024-12-06T20:29:04.669Z | Downloaded hickory-resolver v0.24.1 |
542 | 2024-12-06T20:29:04.676Z | Downloaded russh-cryptovec v0.7.3 |
543 | 2024-12-06T20:29:04.676Z | Downloaded crossbeam-deque v0.8.5 |
544 | 2024-12-06T20:29:04.676Z | Downloaded chrono-tz-build v0.4.0 |
545 | 2024-12-06T20:29:04.679Z | Downloaded cmake v0.1.51 |
546 | 2024-12-06T20:29:04.680Z | Downloaded castaway v0.2.3 |
547 | 2024-12-06T20:29:04.682Z | Downloaded curve25519-dalek-derive v0.1.1 |
548 | 2024-12-06T20:29:04.684Z | Downloaded block-padding v0.3.3 |
549 | 2024-12-06T20:29:04.684Z | Downloaded bitfield v0.14.0 |
550 | 2024-12-06T20:29:04.687Z | Downloaded base64ct v1.6.0 |
551 | 2024-12-06T20:29:04.689Z | Downloaded httparse v1.9.5 |
552 | 2024-12-06T20:29:04.692Z | Downloaded bzip2 v0.4.4 |
553 | 2024-12-06T20:29:04.695Z | Downloaded time-core v0.1.2 |
554 | 2024-12-06T20:29:04.697Z | Downloaded http-range v0.1.5 |
555 | 2024-12-06T20:29:04.697Z | Downloaded http-body v1.0.1 |
556 | 2024-12-06T20:29:04.700Z | Downloaded bcs v0.1.6 |
557 | 2024-12-06T20:29:04.703Z | Downloaded progenitor-macro v0.8.0 |
558 | 2024-12-06T20:29:04.703Z | Downloaded crc v3.2.1 |
559 | 2024-12-06T20:29:04.705Z | Downloaded buf-list v1.0.3 |
560 | 2024-12-06T20:29:04.709Z | Downloaded hubpack_derive v0.1.1 |
561 | 2024-12-06T20:29:04.711Z | Downloaded ciborium v0.2.2 |
562 | 2024-12-06T20:29:04.714Z | Downloaded cipher v0.4.4 |
563 | 2024-12-06T20:29:04.716Z | Downloaded chacha20 v0.9.1 |
564 | 2024-12-06T20:29:04.719Z | Downloaded blowfish v0.9.1 |
565 | 2024-12-06T20:29:04.723Z | Downloaded instant v0.1.13 |
566 | 2024-12-06T20:29:04.723Z | Downloaded crc32fast v1.4.2 |
567 | 2024-12-06T20:29:04.725Z | Downloaded try-lock v0.2.5 |
568 | 2024-12-06T20:29:04.725Z | Downloaded http-body-util v0.1.2 |
569 | 2024-12-06T20:29:04.728Z | Downloaded humantime v2.1.0 |
570 | 2024-12-06T20:29:04.730Z | Downloaded hostname v0.3.1 |
571 | 2024-12-06T20:29:04.732Z | Downloaded same-file v1.0.6 |
572 | 2024-12-06T20:29:04.734Z | Downloaded hubpack v0.1.2 |
573 | 2024-12-06T20:29:04.737Z | Downloaded constant_time_eq v0.3.1 |
574 | 2024-12-06T20:29:04.739Z | Downloaded csv-core v0.1.11 |
575 | 2024-12-06T20:29:04.742Z | Downloaded want v0.3.1 |
576 | 2024-12-06T20:29:04.742Z | Downloaded waitgroup v0.1.2 |
577 | 2024-12-06T20:29:04.742Z | Downloaded hyper-tls v0.6.0 |
578 | 2024-12-06T20:29:04.745Z | Downloaded indoc v1.0.9 |
579 | 2024-12-06T20:29:04.748Z | Downloaded sha1 v0.10.6 |
580 | 2024-12-06T20:29:04.750Z | Downloaded is_ci v1.2.0 |
581 | 2024-12-06T20:29:04.752Z | Downloaded darling_macro v0.20.10 |
582 | 2024-12-06T20:29:04.755Z | Downloaded diesel_table_macro_syntax v0.2.0 |
583 | 2024-12-06T20:29:04.755Z | Downloaded zone_cfg_derive v0.3.0 |
584 | 2024-12-06T20:29:04.757Z | Downloaded spki v0.7.3 |
585 | 2024-12-06T20:29:04.757Z | Downloaded match_cfg v0.1.0 |
586 | 2024-12-06T20:29:04.760Z | Downloaded slog-async v2.8.0 |
587 | 2024-12-06T20:29:04.762Z | Downloaded topological-sort v0.2.2 |
588 | 2024-12-06T20:29:04.762Z | Downloaded structmeta-derive v0.2.0 |
589 | 2024-12-06T20:29:04.766Z | Downloaded matches v0.1.10 |
590 | 2024-12-06T20:29:04.766Z | Downloaded httpdate v1.0.3 |
591 | 2024-12-06T20:29:04.769Z | Downloaded cancel-safe-futures v0.1.5 |
592 | 2024-12-06T20:29:04.771Z | Downloaded ident_case v1.0.1 |
593 | 2024-12-06T20:29:04.773Z | Downloaded cassowary v0.3.0 |
594 | 2024-12-06T20:29:04.775Z | Downloaded clang-sys v1.8.1 |
595 | 2024-12-06T20:29:04.777Z | Downloaded impl-trait-for-tuples v0.2.2 |
596 | 2024-12-06T20:29:04.781Z | Downloaded strum v0.26.3 |
597 | 2024-12-06T20:29:04.784Z | Downloaded foreign-types v0.5.0 |
598 | 2024-12-06T20:29:04.792Z | Downloaded filetime v0.2.25 |
599 | 2024-12-06T20:29:04.793Z | Downloaded md5 v0.7.0 |
600 | 2024-12-06T20:29:04.793Z | Downloaded cookie_store v0.21.0 |
601 | 2024-12-06T20:29:04.797Z | Downloaded untrusted v0.9.0 |
602 | 2024-12-06T20:29:04.797Z | Downloaded lru-cache v0.1.2 |
603 | 2024-12-06T20:29:04.797Z | Downloaded kstat-rs v0.2.4 |
604 | 2024-12-06T20:29:04.797Z | Downloaded serde_derive_internals v0.29.1 |
605 | 2024-12-06T20:29:04.800Z | Downloaded new_debug_unreachable v1.0.6 |
606 | 2024-12-06T20:29:04.800Z | Downloaded futures-task v0.3.31 |
607 | 2024-12-06T20:29:04.804Z | Downloaded base64 v0.21.7 |
608 | 2024-12-06T20:29:04.811Z | Downloaded which v4.4.2 |
609 | 2024-12-06T20:29:04.811Z | Downloaded serde_with_macros v3.11.0 |
610 | 2024-12-06T20:29:04.822Z | Downloaded smallvec v1.13.2 |
611 | 2024-12-06T20:29:04.822Z | Downloaded icu_locid_transform v1.5.0 |
612 | 2024-12-06T20:29:04.831Z | Downloaded opaque-debug v0.3.1 |
613 | 2024-12-06T20:29:04.832Z | Downloaded pretty-hex v0.2.1 |
614 | 2024-12-06T20:29:04.832Z | Downloaded lru v0.12.5 |
615 | 2024-12-06T20:29:04.832Z | Downloaded instability v0.3.2 |
616 | 2024-12-06T20:29:04.832Z | Downloaded either v1.13.0 |
617 | 2024-12-06T20:29:04.832Z | Downloaded env_filter v0.1.2 |
618 | 2024-12-06T20:29:04.832Z | Downloaded libsw v3.3.1 |
619 | 2024-12-06T20:29:04.837Z | Downloaded bytes v1.8.0 |
620 | 2024-12-06T20:29:04.850Z | Downloaded hickory-proto v0.24.1 |
621 | 2024-12-06T20:29:04.856Z | Downloaded futures-sink v0.3.31 |
622 | 2024-12-06T20:29:04.856Z | Downloaded hyper-staticfile v0.10.1 |
623 | 2024-12-06T20:29:04.867Z | Downloaded thiserror-impl v2.0.3 |
624 | 2024-12-06T20:29:04.867Z | Downloaded structmeta-derive v0.3.0 |
625 | 2024-12-06T20:29:04.881Z | Downloaded num v0.4.3 |
626 | 2024-12-06T20:29:04.881Z | Downloaded libloading v0.8.5 |
627 | 2024-12-06T20:29:04.881Z | Downloaded icu_normalizer_data v1.5.0 |
628 | 2024-12-06T20:29:04.886Z | Downloaded sqlparser_derive v0.2.2 |
629 | 2024-12-06T20:29:04.886Z | Downloaded prettyplease v0.2.25 |
630 | 2024-12-06T20:29:04.889Z | Downloaded hash32 v0.3.1 |
631 | 2024-12-06T20:29:04.898Z | Downloaded predicates-tree v1.0.11 |
632 | 2024-12-06T20:29:04.898Z | Downloaded phf_shared v0.11.2 |
633 | 2024-12-06T20:29:04.898Z | Downloaded pem v3.0.4 |
634 | 2024-12-06T20:29:04.900Z | Downloaded rayon-core v1.12.1 |
635 | 2024-12-06T20:29:04.900Z | Downloaded serde-big-array v0.5.1 |
636 | 2024-12-06T20:29:04.900Z | Downloaded litemap v0.7.3 |
637 | 2024-12-06T20:29:04.903Z | Downloaded linked-hash-map v0.5.6 |
638 | 2024-12-06T20:29:04.905Z | Downloaded internet-checksum v0.2.1 |
639 | 2024-12-06T20:29:04.905Z | Downloaded mockall v0.13.0 |
640 | 2024-12-06T20:29:04.908Z | Downloaded bumpalo v3.16.0 |
641 | 2024-12-06T20:29:04.910Z | Downloaded foreign-types v0.3.2 |
642 | 2024-12-06T20:29:04.913Z | Downloaded memmap2 v0.9.5 |
643 | 2024-12-06T20:29:04.913Z | Downloaded icu_normalizer v1.5.0 |
644 | 2024-12-06T20:29:04.918Z | Downloaded predicates-core v1.0.8 |
645 | 2024-12-06T20:29:04.920Z | Downloaded num-rational v0.4.2 |
646 | 2024-12-06T20:29:04.923Z | Downloaded serde_yaml v0.9.34+deprecated |
647 | 2024-12-06T20:29:04.926Z | Downloaded secrecy v0.8.0 |
648 | 2024-12-06T20:29:04.928Z | Downloaded sec1 v0.7.3 |
649 | 2024-12-06T20:29:04.930Z | Downloaded newline-converter v0.3.0 |
650 | 2024-12-06T20:29:04.933Z | Downloaded spin v0.5.2 |
651 | 2024-12-06T20:29:04.933Z | Downloaded slog-dtrace v0.3.0 |
652 | 2024-12-06T20:29:04.936Z | Downloaded rpassword v7.3.1 |
653 | 2024-12-06T20:29:04.941Z | Downloaded primeorder v0.13.6 |
654 | 2024-12-06T20:29:04.942Z | Downloaded xattr v1.3.1 |
655 | 2024-12-06T20:29:04.948Z | Downloaded thread_local v1.1.8 |
656 | 2024-12-06T20:29:04.949Z | Downloaded scheduled-thread-pool v0.2.7 |
657 | 2024-12-06T20:29:04.949Z | Downloaded rand_core v0.6.4 |
658 | 2024-12-06T20:29:04.973Z | Downloaded postgres-types v0.2.8 |
659 | 2024-12-06T20:29:04.973Z | Downloaded lock_api v0.4.12 |
660 | 2024-12-06T20:29:04.973Z | Downloaded cc v1.1.30 |
661 | 2024-12-06T20:29:05.007Z | Downloaded ron v0.8.1 |
662 | 2024-12-06T20:29:05.007Z | Downloaded semver v0.1.20 |
663 | 2024-12-06T20:29:05.007Z | Downloaded indexmap v1.9.3 |
664 | 2024-12-06T20:29:05.007Z | Downloaded debug-ignore v1.0.5 |
665 | 2024-12-06T20:29:05.007Z | Downloaded ssh-encoding v0.2.0 |
666 | 2024-12-06T20:29:05.007Z | Downloaded indicatif v0.17.9 |
667 | 2024-12-06T20:29:05.007Z | Downloaded dyn-clone v1.0.17 |
668 | 2024-12-06T20:29:05.007Z | Downloaded pin-project-internal v1.1.6 |
669 | 2024-12-06T20:29:05.007Z | Downloaded ref-cast-impl v1.0.23 |
670 | 2024-12-06T20:29:05.007Z | Downloaded foreign-types-shared v0.1.1 |
671 | 2024-12-06T20:29:05.007Z | Downloaded darling_core v0.20.10 |
672 | 2024-12-06T20:29:05.052Z | Downloaded tinyvec_macros v0.1.1 |
673 | 2024-12-06T20:29:05.052Z | Downloaded spin v0.9.8 |
674 | 2024-12-06T20:29:05.052Z | Downloaded num_enum v0.5.11 |
675 | 2024-12-06T20:29:05.052Z | Downloaded yasna v0.5.2 |
676 | 2024-12-06T20:29:05.052Z | Downloaded crypto-bigint v0.5.5 |
677 | 2024-12-06T20:29:05.052Z | Downloaded yoke v0.7.4 |
678 | 2024-12-06T20:29:05.052Z | Downloaded xz2 v0.1.7 |
679 | 2024-12-06T20:29:05.052Z | Downloaded uuid v1.11.0 |
680 | 2024-12-06T20:29:05.052Z | Downloaded endian-type v0.1.2 |
681 | 2024-12-06T20:29:05.052Z | Downloaded rtoolbox v0.0.2 |
682 | 2024-12-06T20:29:05.082Z | Downloaded typify-macro v0.2.0 |
683 | 2024-12-06T20:29:05.082Z | Downloaded rfc6979 v0.4.0 |
684 | 2024-12-06T20:29:05.083Z | Downloaded resolv-conf v0.7.0 |
685 | 2024-12-06T20:29:05.083Z | Downloaded displaydoc v0.2.5 |
686 | 2024-12-06T20:29:05.083Z | Downloaded peg-runtime v0.8.3 |
687 | 2024-12-06T20:29:05.083Z | Downloaded http v1.1.0 |
688 | 2024-12-06T20:29:05.083Z | Downloaded enum-as-inner v0.5.1 |
689 | 2024-12-06T20:29:05.083Z | Downloaded structmeta v0.3.0 |
690 | 2024-12-06T20:29:05.083Z | Downloaded tinystr v0.7.6 |
691 | 2024-12-06T20:29:05.083Z | Downloaded foreign-types-shared v0.3.1 |
692 | 2024-12-06T20:29:05.084Z | Downloaded thiserror-no-std v2.0.2 |
693 | 2024-12-06T20:29:05.084Z | Downloaded native-tls v0.2.12 |
694 | 2024-12-06T20:29:05.084Z | Downloaded zip v0.6.6 |
695 | 2024-12-06T20:29:05.084Z | Downloaded toml v0.7.8 |
696 | 2024-12-06T20:29:05.084Z | Downloaded defmt-parser v0.3.4 |
697 | 2024-12-06T20:29:05.084Z | Downloaded zerovec-derive v0.10.3 |
698 | 2024-12-06T20:29:05.084Z | Downloaded parse-size v1.1.0 |
699 | 2024-12-06T20:29:05.084Z | Downloaded parking_lot v0.11.2 |
700 | 2024-12-06T20:29:05.118Z | Downloaded packed_struct v0.10.1 |
701 | 2024-12-06T20:29:05.118Z | Downloaded ena v0.14.3 |
702 | 2024-12-06T20:29:05.118Z | Downloaded defmt-macros v0.3.9 |
703 | 2024-12-06T20:29:05.118Z | Downloaded glob v0.3.1 |
704 | 2024-12-06T20:29:05.118Z | Downloaded similar v2.6.0 |
705 | 2024-12-06T20:29:05.118Z | Downloaded toolchain_find v0.4.0 |
706 | 2024-12-06T20:29:05.118Z | Downloaded structmeta v0.2.0 |
707 | 2024-12-06T20:29:05.118Z | Downloaded ssh-cipher v0.2.0 |
708 | 2024-12-06T20:29:05.118Z | Downloaded p256 v0.13.2 |
709 | 2024-12-06T20:29:05.158Z | Downloaded diesel_derives v2.2.3 |
710 | 2024-12-06T20:29:05.158Z | Downloaded form_urlencoded v1.2.1 |
711 | 2024-12-06T20:29:05.158Z | Downloaded defmt v0.3.8 |
712 | 2024-12-06T20:29:05.158Z | Downloaded url v2.5.3 |
713 | 2024-12-06T20:29:05.158Z | Downloaded dhcproto-macros v0.1.0 |
714 | 2024-12-06T20:29:05.158Z | Downloaded newtype-uuid v1.1.3 |
715 | 2024-12-06T20:29:05.158Z | Downloaded funty v2.0.0 |
716 | 2024-12-06T20:29:05.158Z | Downloaded ed25519 v2.2.3 |
717 | 2024-12-06T20:29:05.158Z | Downloaded term v0.7.0 |
718 | 2024-12-06T20:29:05.158Z | Downloaded rustc-hash v2.0.0 |
719 | 2024-12-06T20:29:05.158Z | Downloaded rustc-hash v1.1.0 |
720 | 2024-12-06T20:29:05.158Z | Downloaded olpc-cjson v0.1.4 |
721 | 2024-12-06T20:29:05.158Z | Downloaded parking_lot v0.12.3 |
722 | 2024-12-06T20:29:05.158Z | Downloaded fragile v2.0.0 |
723 | 2024-12-06T20:29:05.158Z | Downloaded parking_lot_core v0.8.6 |
724 | 2024-12-06T20:29:05.158Z | Downloaded number_prefix v0.4.0 |
725 | 2024-12-06T20:29:05.158Z | Downloaded mirai-annotations v1.12.0 |
726 | 2024-12-06T20:29:05.199Z | Downloaded fxhash v0.2.1 |
727 | 2024-12-06T20:29:05.199Z | Downloaded signal-hook-registry v1.4.2 |
728 | 2024-12-06T20:29:05.199Z | Downloaded termcolor v1.4.1 |
729 | 2024-12-06T20:29:05.199Z | Downloaded slog-envlogger v2.2.0 |
730 | 2024-12-06T20:29:05.199Z | Downloaded hashlink v0.9.1 |
731 | 2024-12-06T20:29:05.199Z | Downloaded quinn-udp v0.5.5 |
732 | 2024-12-06T20:29:05.199Z | Downloaded progenitor v0.8.0 |
733 | 2024-12-06T20:29:05.199Z | Downloaded parse-display-derive v0.10.0 |
734 | 2024-12-06T20:29:05.199Z | Downloaded write16 v1.0.0 |
735 | 2024-12-06T20:29:05.199Z | Downloaded num-conv v0.1.0 |
736 | 2024-12-06T20:29:05.199Z | Downloaded tinyvec v1.8.0 |
737 | 2024-12-06T20:29:05.199Z | Downloaded utf16_iter v1.0.5 |
738 | 2024-12-06T20:29:05.199Z | Downloaded peg-macros v0.8.4 |
739 | 2024-12-06T20:29:05.199Z | Downloaded wyz v0.5.1 |
740 | 2024-12-06T20:29:05.199Z | Downloaded flume v0.11.1 |
741 | 2024-12-06T20:29:05.199Z | Downloaded typify v0.2.0 |
742 | 2024-12-06T20:29:05.199Z | Downloaded simd-adler32 v0.3.7 |
743 | 2024-12-06T20:29:05.199Z | Downloaded take_mut v0.2.2 |
744 | 2024-12-06T20:29:05.199Z | Downloaded tabwriter v1.4.0 |
745 | 2024-12-06T20:29:05.199Z | Downloaded fallible-iterator v0.3.0 |
746 | 2024-12-06T20:29:05.220Z | Downloaded slog-bunyan v2.5.0 |
747 | 2024-12-06T20:29:05.220Z | Downloaded writeable v0.5.5 |
748 | 2024-12-06T20:29:05.220Z | Downloaded openssl-macros v0.1.1 |
749 | 2024-12-06T20:29:05.221Z | Downloaded phf_shared v0.10.0 |
750 | 2024-12-06T20:29:05.221Z | Downloaded stable_deref_trait v1.2.0 |
751 | 2024-12-06T20:29:05.221Z | Downloaded num-complex v0.4.6 |
752 | 2024-12-06T20:29:05.221Z | Downloaded ecdsa v0.16.9 |
753 | 2024-12-06T20:29:05.221Z | Downloaded fallible-streaming-iterator v0.1.9 |
754 | 2024-12-06T20:29:05.221Z | Downloaded unarray v0.1.4 |
755 | 2024-12-06T20:29:05.221Z | Downloaded twox-hash v1.6.3 |
756 | 2024-12-06T20:29:05.221Z | Downloaded postgres-protocol v0.6.7 |
757 | 2024-12-06T20:29:05.221Z | Downloaded polyval v0.6.2 |
758 | 2024-12-06T20:29:05.221Z | Downloaded postcard v1.0.10 |
759 | 2024-12-06T20:29:05.222Z | Downloaded pin-project-lite v0.2.14 |
760 | 2024-12-06T20:29:05.222Z | Downloaded serde_urlencoded v0.7.1 |
761 | 2024-12-06T20:29:05.222Z | Downloaded utf-8 v0.7.6 |
762 | 2024-12-06T20:29:05.222Z | Downloaded tokio-tungstenite v0.24.0 |
763 | 2024-12-06T20:29:05.222Z | Downloaded tungstenite v0.21.0 |
764 | 2024-12-06T20:29:05.241Z | Downloaded nanorand v0.7.0 |
765 | 2024-12-06T20:29:05.241Z | Downloaded zone v0.3.0 |
766 | 2024-12-06T20:29:05.242Z | Downloaded toml_edit v0.19.15 |
767 | 2024-12-06T20:29:05.292Z | Downloaded vte_generate_state_changes v0.1.2 |
768 | 2024-12-06T20:29:05.292Z | Downloaded derive_builder_macro v0.20.2 |
769 | 2024-12-06T20:29:05.292Z | Downloaded fs_extra v1.3.0 |
770 | 2024-12-06T20:29:05.292Z | Downloaded synstructure v0.13.1 |
771 | 2024-12-06T20:29:05.292Z | Downloaded slab v0.4.9 |
772 | 2024-12-06T20:29:05.292Z | Downloaded siphasher v0.3.11 |
773 | 2024-12-06T20:29:05.292Z | Downloaded signal-hook-tokio v0.3.1 |
774 | 2024-12-06T20:29:05.292Z | Downloaded diesel-dtrace v0.3.0 |
775 | 2024-12-06T20:29:05.292Z | Downloaded gethostname v0.5.0 |
776 | 2024-12-06T20:29:05.349Z | Downloaded psl-types v2.0.11 |
777 | 2024-12-06T20:29:05.350Z | Downloaded progenitor-client v0.8.0 |
778 | 2024-12-06T20:29:05.350Z | Downloaded precomputed-hash v0.1.1 |
779 | 2024-12-06T20:29:05.350Z | Downloaded serde-hex v0.1.0 |
780 | 2024-12-06T20:29:05.350Z | Downloaded quick-error v1.2.3 |
781 | 2024-12-06T20:29:05.350Z | Downloaded float-ord v0.3.2 |
782 | 2024-12-06T20:29:05.350Z | Downloaded unicode-truncate v1.1.0 |
783 | 2024-12-06T20:29:05.350Z | Downloaded termios v0.3.3 |
784 | 2024-12-06T20:29:05.350Z | Downloaded num-derive v0.4.2 |
785 | 2024-12-06T20:29:05.350Z | Downloaded poly1305 v0.8.0 |
786 | 2024-12-06T20:29:05.350Z | Downloaded yoke-derive v0.7.4 |
787 | 2024-12-06T20:29:05.350Z | Downloaded sync_wrapper v1.0.1 |
788 | 2024-12-06T20:29:05.350Z | Downloaded sync-ptr v0.1.1 |
789 | 2024-12-06T20:29:05.350Z | Downloaded rsa v0.9.6 |
790 | 2024-12-06T20:29:05.350Z | Downloaded multimap v0.10.0 |
791 | 2024-12-06T20:29:05.350Z | Downloaded tls_codec v0.4.1 |
792 | 2024-12-06T20:29:05.350Z | Downloaded idna v1.0.3 |
793 | 2024-12-06T20:29:05.350Z | Downloaded slog-scope v4.4.0 |
794 | 2024-12-06T20:29:05.351Z | Downloaded salsa20 v0.10.2 |
795 | 2024-12-06T20:29:05.351Z | Downloaded pin-utils v0.1.0 |
796 | 2024-12-06T20:29:05.351Z | Downloaded futures-macro v0.3.31 |
797 | 2024-12-06T20:29:05.351Z | Downloaded pbkdf2 v0.12.2 |
798 | 2024-12-06T20:29:05.420Z | Downloaded futures-executor v0.3.31 |
799 | 2024-12-06T20:29:05.420Z | Downloaded futures-io v0.3.31 |
800 | 2024-12-06T20:29:05.420Z | Downloaded futures-core v0.3.31 |
801 | 2024-12-06T20:29:05.420Z | Downloaded dhcproto v0.12.0 |
802 | 2024-12-06T20:29:05.421Z | Downloaded sct v0.7.1 |
803 | 2024-12-06T20:29:05.421Z | Downloaded rustls-webpki v0.101.7 |
804 | 2024-12-06T20:29:05.421Z | Downloaded oso-derive v0.27.3 |
805 | 2024-12-06T20:29:05.421Z | Downloaded dsl_auto_type v0.1.2 |
806 | 2024-12-06T20:29:05.421Z | Downloaded display-error-chain v0.2.2 |
807 | 2024-12-06T20:29:05.421Z | Downloaded radium v0.7.0 |
808 | 2024-12-06T20:29:05.421Z | Downloaded r2d2 v0.8.10 |
809 | 2024-12-06T20:29:05.421Z | Downloaded expectorate v1.1.0 |
810 | 2024-12-06T20:29:05.421Z | Downloaded predicates v3.1.2 |
811 | 2024-12-06T20:29:05.421Z | Downloaded itertools v0.12.1 |
812 | 2024-12-06T20:29:05.421Z | Downloaded ghash v0.5.1 |
813 | 2024-12-06T20:29:05.421Z | Downloaded downcast v0.11.0 |
814 | 2024-12-06T20:29:05.421Z | Downloaded schemars_derive v0.8.21 |
815 | 2024-12-06T20:29:05.421Z | Downloaded phf_codegen v0.11.2 |
816 | 2024-12-06T20:29:05.421Z | Downloaded derive-where v1.2.7 |
817 | 2024-12-06T20:29:05.421Z | Downloaded termtree v0.4.1 |
818 | 2024-12-06T20:29:05.421Z | Downloaded untrusted v0.7.1 |
819 | 2024-12-06T20:29:05.422Z | Downloaded hyper v1.5.0 |
820 | 2024-12-06T20:29:05.422Z | Downloaded zerofrom-derive v0.1.4 |
821 | 2024-12-06T20:29:05.422Z | Downloaded supports-color v3.0.1 |
822 | 2024-12-06T20:29:05.422Z | Downloaded subtle v2.6.1 |
823 | 2024-12-06T20:29:05.422Z | Downloaded phf_generator v0.11.2 |
824 | 2024-12-06T20:29:05.422Z | Downloaded derive_builder v0.20.2 |
825 | 2024-12-06T20:29:05.487Z | Downloaded static_assertions v1.1.0 |
826 | 2024-12-06T20:29:05.487Z | Downloaded sigpipe v0.1.3 |
827 | 2024-12-06T20:29:05.488Z | Downloaded unicase v2.7.0 |
828 | 2024-12-06T20:29:05.488Z | Downloaded password-hash v0.4.2 |
829 | 2024-12-06T20:29:05.488Z | Downloaded futures-channel v0.3.31 |
830 | 2024-12-06T20:29:05.488Z | Downloaded rand_seeder v0.3.0 |
831 | 2024-12-06T20:29:05.488Z | Downloaded vsss-rs v3.3.4 |
832 | 2024-12-06T20:29:05.488Z | Downloaded unicode-normalization v0.1.24 |
833 | 2024-12-06T20:29:05.488Z | Downloaded smallvec v0.6.14 |
834 | 2024-12-06T20:29:05.488Z | Downloaded slog-stdlog v4.1.1 |
835 | 2024-12-06T20:29:05.488Z | Downloaded shell-words v1.1.0 |
836 | 2024-12-06T20:29:05.488Z | Downloaded rand_chacha v0.3.1 |
837 | 2024-12-06T20:29:05.488Z | Downloaded powerfmt v0.2.0 |
838 | 2024-12-06T20:29:05.488Z | Downloaded serde_path_to_error v0.1.16 |
839 | 2024-12-06T20:29:05.488Z | Downloaded paste v1.0.15 |
840 | 2024-12-06T20:29:05.488Z | Downloaded tungstenite v0.24.0 |
841 | 2024-12-06T20:29:05.488Z | Downloaded phf v0.11.2 |
842 | 2024-12-06T20:29:05.489Z | Downloaded sqlparser v0.45.0 |
843 | 2024-12-06T20:29:05.489Z | Downloaded group v0.13.0 |
844 | 2024-12-06T20:29:05.489Z | Downloaded globset v0.4.15 |
845 | 2024-12-06T20:29:05.489Z | Downloaded parse-zoneinfo v0.3.1 |
846 | 2024-12-06T20:29:05.489Z | Downloaded newtype_derive v0.1.6 |
847 | 2024-12-06T20:29:05.489Z | Downloaded tower-service v0.3.3 |
848 | 2024-12-06T20:29:05.489Z | Downloaded path-slash v0.1.5 |
849 | 2024-12-06T20:29:05.489Z | Downloaded unicode-xid v0.2.6 |
850 | 2024-12-06T20:29:05.489Z | Downloaded nodrop v0.1.14 |
851 | 2024-12-06T20:29:05.489Z | Downloaded dirs-sys-next v0.1.2 |
852 | 2024-12-06T20:29:05.489Z | Downloaded pkg-config v0.3.31 |
853 | 2024-12-06T20:29:05.489Z | Downloaded pkcs8 v0.10.2 |
854 | 2024-12-06T20:29:05.526Z | Downloaded multer v3.1.0 |
855 | 2024-12-06T20:29:05.527Z | Downloaded half v2.4.1 |
856 | 2024-12-06T20:29:05.527Z | Downloaded signature v2.2.0 |
857 | 2024-12-06T20:29:05.527Z | Downloaded serde_repr v0.1.19 |
858 | 2024-12-06T20:29:05.527Z | Downloaded num-bigint v0.4.6 |
859 | 2024-12-06T20:29:05.527Z | Downloaded stringprep v0.1.5 |
860 | 2024-12-06T20:29:05.527Z | Downloaded normalize-line-endings v0.3.0 |
861 | 2024-12-06T20:29:05.527Z | Downloaded wait-timeout v0.2.0 |
862 | 2024-12-06T20:29:05.527Z | Downloaded thiserror-impl-no-std v2.0.2 |
863 | 2024-12-06T20:29:05.527Z | Downloaded float-cmp v0.9.0 |
864 | 2024-12-06T20:29:05.527Z | Downloaded pkcs5 v0.7.1 |
865 | 2024-12-06T20:29:05.527Z | Downloaded rustls-pemfile v1.0.4 |
866 | 2024-12-06T20:29:05.527Z | Downloaded chrono v0.4.38 |
867 | 2024-12-06T20:29:05.527Z | Downloaded openssl-probe v0.1.5 |
868 | 2024-12-06T20:29:05.527Z | Downloaded embedded-io v0.6.1 |
869 | 2024-12-06T20:29:05.527Z | Downloaded zeroize_derive v1.4.2 |
870 | 2024-12-06T20:29:05.527Z | Downloaded zeroize v1.8.1 |
871 | 2024-12-06T20:29:05.528Z | Downloaded num-iter v0.1.45 |
872 | 2024-12-06T20:29:05.528Z | Downloaded tokio-native-tls v0.3.1 |
873 | 2024-12-06T20:29:05.528Z | Downloaded diff v0.1.13 |
874 | 2024-12-06T20:29:05.528Z | Downloaded slog-term v2.9.1 |
875 | 2024-12-06T20:29:05.602Z | Downloaded percent-encoding v2.3.1 |
876 | 2024-12-06T20:29:05.602Z | Downloaded peg v0.8.4 |
877 | 2024-12-06T20:29:05.602Z | Downloaded universal-hash v0.5.1 |
878 | 2024-12-06T20:29:05.602Z | Downloaded strum_macros v0.25.3 |
879 | 2024-12-06T20:29:05.602Z | Downloaded tokio-postgres v0.7.12 |
880 | 2024-12-06T20:29:05.602Z | Downloaded snafu v0.8.5 |
881 | 2024-12-06T20:29:05.602Z | Downloaded num_enum_derive v0.5.11 |
882 | 2024-12-06T20:29:05.602Z | Downloaded env_logger v0.10.2 |
883 | 2024-12-06T20:29:05.602Z | Downloaded bindgen v0.69.5 |
884 | 2024-12-06T20:29:05.603Z | Downloaded zerofrom v0.1.4 |
885 | 2024-12-06T20:29:05.603Z | Downloaded num_threads v0.1.7 |
886 | 2024-12-06T20:29:05.603Z | Downloaded tracing-attributes v0.1.27 |
887 | 2024-12-06T20:29:05.603Z | Downloaded tokio-tungstenite v0.21.0 |
888 | 2024-12-06T20:29:05.603Z | Downloaded tokio-macros v2.4.0 |
889 | 2024-12-06T20:29:05.603Z | Downloaded dirs-next v2.0.0 |
890 | 2024-12-06T20:29:05.603Z | Downloaded thiserror v2.0.3 |
891 | 2024-12-06T20:29:05.603Z | Downloaded miniz_oxide v0.8.0 |
892 | 2024-12-06T20:29:05.603Z | Downloaded strip-ansi-escapes v0.2.0 |
893 | 2024-12-06T20:29:05.603Z | Downloaded quinn v0.11.5 |
894 | 2024-12-06T20:29:05.603Z | Downloaded rusty-fork v0.3.0 |
895 | 2024-12-06T20:29:05.603Z | Downloaded rustversion v1.0.17 |
896 | 2024-12-06T20:29:05.603Z | Downloaded rand_xorshift v0.3.0 |
897 | 2024-12-06T20:29:05.603Z | Downloaded zerocopy v0.6.6 |
898 | 2024-12-06T20:29:05.603Z | Downloaded bitvec v1.0.1 |
899 | 2024-12-06T20:29:05.617Z | Downloaded der_derive v0.7.3 |
900 | 2024-12-06T20:29:05.617Z | Downloaded test-strategy v0.3.1 |
901 | 2024-12-06T20:29:05.617Z | Downloaded rustfmt-wrapper v0.2.1 |
902 | 2024-12-06T20:29:05.617Z | Downloaded difflib v0.4.0 |
903 | 2024-12-06T20:29:05.617Z | Downloaded ed25519-dalek v2.1.1 |
904 | 2024-12-06T20:29:05.617Z | Downloaded signal-hook v0.3.17 |
905 | 2024-12-06T20:29:05.617Z | Downloaded rustc_version v0.4.1 |
906 | 2024-12-06T20:29:05.617Z | Downloaded shlex v1.3.0 |
907 | 2024-12-06T20:29:05.617Z | Downloaded subprocess v0.2.9 |
908 | 2024-12-06T20:29:05.617Z | Downloaded tracing v0.1.40 |
909 | 2024-12-06T20:29:05.624Z | Downloaded unicode-properties v0.1.3 |
910 | 2024-12-06T20:29:05.624Z | Downloaded oso v0.27.3 |
911 | 2024-12-06T20:29:05.624Z | Downloaded reedline v0.35.0 |
912 | 2024-12-06T20:29:05.657Z | Downloaded hashbrown v0.12.3 |
913 | 2024-12-06T20:29:05.706Z | Downloaded derive_more v0.99.18 |
914 | 2024-12-06T20:29:05.706Z | Downloaded rustyline v14.0.0 |
915 | 2024-12-06T20:29:05.706Z | Downloaded rustls-pki-types v1.9.0 |
916 | 2024-12-06T20:29:05.706Z | Downloaded zip v2.1.3 |
917 | 2024-12-06T20:29:05.706Z | Downloaded dropshot_endpoint v0.13.0 |
918 | 2024-12-06T20:29:05.706Z | Downloaded openssl-sys v0.9.103 |
919 | 2024-12-06T20:29:05.706Z | Downloaded unicode_categories v0.1.1 |
920 | 2024-12-06T20:29:05.707Z | Downloaded webpki-roots v0.26.6 |
921 | 2024-12-06T20:29:05.707Z | Downloaded radix_trie v0.2.1 |
922 | 2024-12-06T20:29:05.738Z | Downloaded mio v1.0.2 |
923 | 2024-12-06T20:29:05.738Z | Downloaded zerocopy-derive v0.8.10 |
924 | 2024-12-06T20:29:05.738Z | Downloaded curve25519-dalek v4.1.3 |
925 | 2024-12-06T20:29:05.738Z | Downloaded futures-util v0.3.31 |
926 | 2024-12-06T20:29:05.738Z | Downloaded dropshot_endpoint v0.12.0 |
927 | 2024-12-06T20:29:05.739Z | Downloaded unsafe-libyaml v0.2.11 |
928 | 2024-12-06T20:29:05.739Z | Downloaded tracing-core v0.1.32 |
929 | 2024-12-06T20:29:05.761Z | Downloaded steno v0.4.1 |
930 | 2024-12-06T20:29:05.761Z | Downloaded tough v0.19.0 |
931 | 2024-12-06T20:29:05.761Z | Downloaded trust-dns-proto v0.22.0 |
932 | 2024-12-06T20:29:05.776Z | Downloaded schemars v0.8.21 |
933 | 2024-12-06T20:29:05.776Z | Downloaded h2 v0.4.6 |
934 | 2024-12-06T20:29:05.780Z | Downloaded icu_properties_data v1.5.0 |
935 | 2024-12-06T20:29:05.791Z | Downloaded regex v1.11.1 |
936 | 2024-12-06T20:29:05.808Z | Downloaded smoltcp v0.9.1 |
937 | 2024-12-06T20:29:05.837Z | Downloaded git2 v0.19.0 |
938 | 2024-12-06T20:29:05.872Z | Downloaded chrono-tz v0.10.0 |
939 | 2024-12-06T20:29:05.872Z | Downloaded flate2 v1.0.34 |
940 | 2024-12-06T20:29:05.873Z | Downloaded regex-syntax v0.6.29 |
941 | 2024-12-06T20:29:05.873Z | Downloaded unicode-segmentation v1.12.0 |
942 | 2024-12-06T20:29:05.873Z | Downloaded nom v7.1.3 |
943 | 2024-12-06T20:29:05.889Z | Downloaded openssl v0.10.66 |
944 | 2024-12-06T20:29:05.889Z | Downloaded quinn-proto v0.11.8 |
945 | 2024-12-06T20:29:05.889Z | Downloaded object v0.36.5 |
946 | 2024-12-06T20:29:05.919Z | Downloaded object v0.30.4 |
947 | 2024-12-06T20:29:05.919Z | Downloaded vcpkg v0.2.15 |
948 | 2024-12-06T20:29:05.941Z | Downloaded petname v2.0.2 |
949 | 2024-12-06T20:29:05.944Z | Downloaded regress v0.9.1 |
950 | 2024-12-06T20:29:05.958Z | Downloaded serde_with v3.11.0 |
951 | 2024-12-06T20:29:05.962Z | Downloaded regress v0.10.1 |
952 | 2024-12-06T20:29:05.980Z | Downloaded portable-atomic v1.9.0 |
953 | 2024-12-06T20:29:05.980Z | Downloaded winnow v0.5.40 |
954 | 2024-12-06T20:29:05.988Z | Downloaded smoltcp v0.11.0 |
955 | 2024-12-06T20:29:06.002Z | Downloaded openapiv3 v2.0.0 |
956 | 2024-12-06T20:29:06.016Z | Downloaded nix v0.28.0 |
957 | 2024-12-06T20:29:06.041Z | Downloaded rustls-webpki v0.102.8 |
958 | 2024-12-06T20:29:06.061Z | Downloaded ratatui v0.28.1 |
959 | 2024-12-06T20:29:06.072Z | Downloaded nix v0.29.0 |
960 | 2024-12-06T20:29:06.095Z | Downloaded diesel v2.2.4 |
961 | 2024-12-06T20:29:06.106Z | Downloaded unicode-width v0.2.0 |
962 | 2024-12-06T20:29:06.124Z | Downloaded gimli v0.31.1 |
963 | 2024-12-06T20:29:06.130Z | Downloaded regex-syntax v0.8.5 |
964 | 2024-12-06T20:29:06.136Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
965 | 2024-12-06T20:29:06.153Z | Downloaded polar-core v0.27.3 |
966 | 2024-12-06T20:29:06.167Z | Downloaded rustls v0.21.12 |
967 | 2024-12-06T20:29:06.181Z | Downloaded rustls v0.23.14 |
968 | 2024-12-06T20:29:06.197Z | Downloaded regex-automata v0.4.8 |
969 | 2024-12-06T20:29:06.208Z | Downloaded nix v0.27.1 |
970 | 2024-12-06T20:29:06.213Z | Downloaded rustls v0.22.4 |
971 | 2024-12-06T20:29:06.224Z | Downloaded dropshot v0.13.0 |
972 | 2024-12-06T20:29:06.251Z | Downloaded typify-impl v0.2.0 |
973 | 2024-12-06T20:29:06.262Z | Downloaded sled v0.34.7 |
974 | 2024-12-06T20:29:06.273Z | Downloaded dropshot v0.12.0 |
975 | 2024-12-06T20:29:06.304Z | Downloaded idna v0.3.0 |
976 | 2024-12-06T20:29:06.308Z | Downloaded sha3 v0.10.8 |
977 | 2024-12-06T20:29:06.308Z | Downloaded csv v1.3.0 |
978 | 2024-12-06T20:29:06.338Z | Downloaded idna v0.2.3 |
979 | 2024-12-06T20:29:06.342Z | Downloaded idna v0.4.0 |
980 | 2024-12-06T20:29:06.342Z | Downloaded p384 v0.13.0 |
981 | 2024-12-06T20:29:06.358Z | Downloaded idna v0.5.0 |
982 | 2024-12-06T20:29:06.363Z | Downloaded zerocopy-derive v0.6.6 |
983 | 2024-12-06T20:29:06.367Z | Downloaded bstr v1.10.0 |
984 | 2024-12-06T20:29:06.385Z | Downloaded tokio v1.40.0 |
985 | 2024-12-06T20:29:06.414Z | Downloaded rusqlite v0.32.1 |
986 | 2024-12-06T20:29:06.420Z | Downloaded hashbrown v0.14.5 |
987 | 2024-12-06T20:29:06.426Z | Downloaded quick-xml v0.33.0 |
988 | 2024-12-06T20:29:06.433Z | Downloaded zerocopy v0.8.10 |
989 | 2024-12-06T20:29:06.459Z | Downloaded lalrpop v0.19.12 |
990 | 2024-12-06T20:29:06.469Z | Downloaded lzma-sys v0.1.20 |
991 | 2024-12-06T20:29:06.499Z | Downloaded hashbrown v0.13.2 |
992 | 2024-12-06T20:29:06.503Z | Downloaded nibble_vec v0.1.0 |
993 | 2024-12-06T20:29:06.508Z | Downloaded embedded-io v0.4.0 |
994 | 2024-12-06T20:29:06.520Z | Downloaded deranged v0.3.11 |
995 | 2024-12-06T20:29:06.520Z | Downloaded qorb v0.2.1 |
996 | 2024-12-06T20:29:06.524Z | Downloaded headers v0.4.0 |
997 | 2024-12-06T20:29:06.524Z | Downloaded zerovec v0.10.4 |
998 | 2024-12-06T20:29:06.528Z | Downloaded petgraph v0.6.5 |
999 | 2024-12-06T20:29:06.554Z | Downloaded libz-sys v1.1.20 |
1000 | 2024-12-06T20:29:06.578Z | Downloaded flagset v0.4.6 |
1001 | 2024-12-06T20:29:06.583Z | Downloaded env_logger v0.11.5 |
1002 | 2024-12-06T20:29:06.583Z | Downloaded rand v0.8.5 |
1003 | 2024-12-06T20:29:06.583Z | Downloaded futures v0.3.31 |
1004 | 2024-12-06T20:29:06.584Z | Downloaded typed-path v0.9.3 |
1005 | 2024-12-06T20:29:06.584Z | Downloaded ssh-key v0.6.6 |
1006 | 2024-12-06T20:29:06.604Z | Downloaded num-integer v0.1.46 |
1007 | 2024-12-06T20:29:06.612Z | Downloaded num-bigint-dig v0.8.4 |
1008 | 2024-12-06T20:29:06.612Z | Downloaded der v0.7.9 |
1009 | 2024-12-06T20:29:06.613Z | Downloaded fd-lock v4.0.2 |
1010 | 2024-12-06T20:29:06.613Z | Downloaded fallible-iterator v0.2.0 |
1011 | 2024-12-06T20:29:06.613Z | Downloaded tls_codec_derive v0.4.1 |
1012 | 2024-12-06T20:29:06.613Z | Downloaded strum_macros v0.26.4 |
1013 | 2024-12-06T20:29:06.619Z | Downloaded pkcs1 v0.7.5 |
1014 | 2024-12-06T20:29:06.619Z | Downloaded password-hash v0.5.0 |
1015 | 2024-12-06T20:29:06.620Z | Downloaded proptest v1.5.0 |
1016 | 2024-12-06T20:29:06.623Z | Downloaded x509-cert v0.2.5 |
1017 | 2024-12-06T20:29:06.630Z | Downloaded string_cache v0.8.7 |
1018 | 2024-12-06T20:29:06.637Z | Downloaded vte v0.11.1 |
1019 | 2024-12-06T20:29:06.637Z | Downloaded serde_plain v1.0.2 |
1020 | 2024-12-06T20:29:06.637Z | Downloaded utf8_iter v1.0.4 |
1021 | 2024-12-06T20:29:06.637Z | Downloaded publicsuffix v2.2.3 |
1022 | 2024-12-06T20:29:06.639Z | Downloaded p521 v0.13.3 |
1023 | 2024-12-06T20:29:06.643Z | Downloaded itertools v0.13.0 |
1024 | 2024-12-06T20:29:06.650Z | Downloaded encoding_rs v0.8.34 |
1025 | 2024-12-06T20:29:06.671Z | Downloaded tungstenite v0.23.0 |
1026 | 2024-12-06T20:29:06.674Z | Downloaded ppv-lite86 v0.2.20 |
1027 | 2024-12-06T20:29:06.677Z | Downloaded tokio-stream v0.1.16 |
1028 | 2024-12-06T20:29:06.679Z | Downloaded salty v0.3.0 |
1029 | 2024-12-06T20:29:06.686Z | Downloaded rayon v1.10.0 |
1030 | 2024-12-06T20:29:06.698Z | Downloaded derive_builder_core v0.20.2 |
1031 | 2024-12-06T20:29:06.702Z | Downloaded scrypt v0.11.0 |
1032 | 2024-12-06T20:29:06.702Z | Downloaded scopeguard v1.2.0 |
1033 | 2024-12-06T20:29:06.702Z | Downloaded tokio-util v0.7.12 |
1034 | 2024-12-06T20:29:06.706Z | Downloaded socket2 v0.5.7 |
1035 | 2024-12-06T20:29:06.709Z | Downloaded fatfs v0.3.6 |
1036 | 2024-12-06T20:29:06.712Z | Downloaded time v0.3.36 |
1037 | 2024-12-06T20:29:06.717Z | Downloaded blake3 v1.5.4 |
1038 | 2024-12-06T20:29:06.724Z | Downloaded libm v0.2.8 |
1039 | 2024-12-06T20:29:06.731Z | Downloaded mockall_derive v0.13.0 |
1040 | 2024-12-06T20:29:06.734Z | Downloaded getrandom v0.2.15 |
1041 | 2024-12-06T20:29:06.736Z | Downloaded snafu-derive v0.8.5 |
1042 | 2024-12-06T20:29:06.738Z | Downloaded aws-lc-rs v1.10.0 |
1043 | 2024-12-06T20:29:06.746Z | Downloaded rcgen v0.12.1 |
1044 | 2024-12-06T20:29:06.749Z | Downloaded tar v0.4.42 |
1045 | 2024-12-06T20:29:06.751Z | Downloaded reqwest v0.12.9 |
1046 | 2024-12-06T20:29:06.759Z | Downloaded minimal-lexical v0.2.1 |
1047 | 2024-12-06T20:29:06.765Z | Downloaded slog-json v2.6.1 |
1048 | 2024-12-06T20:29:06.768Z | Downloaded rustc-demangle v0.1.24 |
1049 | 2024-12-06T20:29:06.768Z | Downloaded libxml v0.3.3 |
1050 | 2024-12-06T20:29:06.773Z | Downloaded itertools v0.10.5 |
1051 | 2024-12-06T20:29:06.779Z | Downloaded tokio-tungstenite v0.23.1 |
1052 | 2024-12-06T20:29:06.782Z | Downloaded nu-ansi-term v0.50.1 |
1053 | 2024-12-06T20:29:06.784Z | Downloaded parking_lot_core v0.9.10 |
1054 | 2024-12-06T20:29:06.786Z | Downloaded value-bag v1.9.0 |
1055 | 2024-12-06T20:29:06.789Z | Downloaded parse-display v0.10.0 |
1056 | 2024-12-06T20:29:06.791Z | Downloaded zone_cfg_derive v0.1.2 |
1057 | 2024-12-06T20:29:06.791Z | Downloaded zone v0.1.8 |
1058 | 2024-12-06T20:29:06.792Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1059 | 2024-12-06T20:29:06.849Z | Downloaded tap v1.0.1 |
1060 | 2024-12-06T20:29:06.852Z | Downloaded signal-hook-mio v0.2.4 |
1061 | 2024-12-06T20:29:06.852Z | Downloaded rustc_version v0.1.7 |
1062 | 2024-12-06T20:29:06.852Z | Downloaded enum-as-inner v0.6.1 |
1063 | 2024-12-06T20:29:06.854Z | Downloaded ron v0.7.1 |
1064 | 2024-12-06T20:29:06.857Z | Downloaded uzers v0.12.1 |
1065 | 2024-12-06T20:29:06.859Z | Downloaded fixedbitset v0.4.2 |
1066 | 2024-12-06T20:29:06.861Z | Downloaded elliptic-curve v0.13.8 |
1067 | 2024-12-06T20:29:06.864Z | Downloaded russh v0.45.0 |
1068 | 2024-12-06T20:29:06.869Z | Downloaded crossterm v0.28.1 |
1069 | 2024-12-06T20:29:06.876Z | Downloaded icu_collections v1.5.0 |
1070 | 2024-12-06T20:29:06.881Z | Downloaded proc-macro-crate v1.3.1 |
1071 | 2024-12-06T20:29:06.884Z | Downloaded packed_struct_codegen v0.10.1 |
1072 | 2024-12-06T20:29:06.884Z | Downloaded num-traits v0.2.19 |
1073 | 2024-12-06T20:29:06.886Z | Downloaded tokio-rustls v0.24.1 |
1074 | 2024-12-06T20:29:06.888Z | Downloaded pin-project v1.1.6 |
1075 | 2024-12-06T20:29:06.899Z | Downloaded foldhash v0.1.3 |
1076 | 2024-12-06T20:29:06.901Z | Downloaded omicron-zone-package v0.11.1 |
1077 | 2024-12-06T20:29:06.903Z | Downloaded icu_properties v1.5.1 |
1078 | 2024-12-06T20:29:06.906Z | Downloaded pem-rfc7468 v0.7.0 |
1079 | 2024-12-06T20:29:06.908Z | Downloaded pbkdf2 v0.11.0 |
1080 | 2024-12-06T20:29:06.911Z | Downloaded vergen v8.3.2 |
1081 | 2024-12-06T20:29:06.915Z | Downloaded rustls-pemfile v2.2.0 |
1082 | 2024-12-06T20:29:06.915Z | Downloaded hyper-util v0.1.10 |
1083 | 2024-12-06T20:29:06.920Z | Downloaded data-encoding v2.6.0 |
1084 | 2024-12-06T20:29:06.921Z | Downloaded ref-cast v1.0.23 |
1085 | 2024-12-06T20:29:06.921Z | Downloaded unicode-bidi v0.3.17 |
1086 | 2024-12-06T20:29:06.924Z | Downloaded samael v0.0.17 |
1087 | 2024-12-06T20:29:06.928Z | Downloaded const_format v0.2.33 |
1088 | 2024-12-06T20:29:06.932Z | Downloaded crossbeam-channel v0.5.13 |
1089 | 2024-12-06T20:29:06.936Z | Downloaded owo-colors v4.1.0 |
1090 | 2024-12-06T20:29:06.939Z | Downloaded icu_locid v1.5.0 |
1091 | 2024-12-06T20:29:06.943Z | Downloaded hash32 v0.2.1 |
1092 | 2024-12-06T20:29:06.945Z | Downloaded zopfli v0.8.1 |
1093 | 2024-12-06T20:29:06.948Z | Downloaded time-macros v0.2.18 |
1094 | 2024-12-06T20:29:06.950Z | Downloaded mime_guess v2.0.5 |
1095 | 2024-12-06T20:29:06.952Z | Downloaded maybe-uninit v2.0.0 |
1096 | 2024-12-06T20:29:06.952Z | Downloaded ipnet v2.10.1 |
1097 | 2024-12-06T20:29:06.954Z | Downloaded icu_provider v1.5.0 |
1098 | 2024-12-06T20:29:06.956Z | Downloaded icu_locid_transform_data v1.5.0 |
1099 | 2024-12-06T20:29:06.958Z | Downloaded dunce v1.0.5 |
1100 | 2024-12-06T20:29:06.958Z | Downloaded des v0.8.1 |
1101 | 2024-12-06T20:29:06.961Z | Downloaded whoami v1.5.2 |
1102 | 2024-12-06T20:29:06.964Z | Downloaded walkdir v2.5.0 |
1103 | 2024-12-06T20:29:06.966Z | Downloaded tiny-keccak v2.0.2 |
1104 | 2024-12-06T20:29:06.968Z | Downloaded sqlformat v0.2.6 |
1105 | 2024-12-06T20:29:06.968Z | Downloaded smf v0.2.3 |
1106 | 2024-12-06T20:29:06.971Z | Downloaded slog v2.7.0 |
1107 | 2024-12-06T20:29:06.973Z | Downloaded compact_str v0.8.0 |
1108 | 2024-12-06T20:29:06.975Z | Downloaded chacha20poly1305 v0.10.1 |
1109 | 2024-12-06T20:29:06.978Z | Downloaded base64 v0.22.1 |
1110 | 2024-12-06T20:29:06.980Z | Downloaded backtrace v0.3.74 |
1111 | 2024-12-06T20:29:06.985Z | Downloaded foreign-types-macros v0.2.3 |
1112 | 2024-12-06T20:29:06.987Z | Downloaded ff v0.13.0 |
1113 | 2024-12-06T20:29:06.987Z | Downloaded strum_macros v0.24.3 |
1114 | 2024-12-06T20:29:06.989Z | Downloaded russh-keys v0.45.0 |
1115 | 2024-12-06T20:29:06.992Z | Downloaded mime v0.3.17 |
1116 | 2024-12-06T20:29:06.994Z | Downloaded memoffset v0.9.1 |
1117 | 2024-12-06T20:29:06.994Z | Downloaded md-5 v0.10.6 |
1118 | 2024-12-06T20:29:06.996Z | Downloaded maplit v1.0.2 |
1119 | 2024-12-06T20:29:06.998Z | Downloaded jobserver v0.1.32 |
1120 | 2024-12-06T20:29:07.000Z | Downloaded crossbeam-utils v0.8.20 |
1121 | 2024-12-06T20:29:07.003Z | Downloaded tokio-rustls v0.25.0 |
1122 | 2024-12-06T20:29:07.003Z | Downloaded lalrpop-util v0.19.12 |
1123 | 2024-12-06T20:29:07.005Z | Downloaded tokio-rustls v0.26.0 |
1124 | 2024-12-06T20:29:07.005Z | Downloaded progenitor-impl v0.8.0 |
1125 | 2024-12-06T20:29:07.008Z | Downloaded managed v0.8.0 |
1126 | 2024-12-06T20:29:07.011Z | Downloaded lockfree-object-pool v0.1.6 |
1127 | 2024-12-06T20:29:07.011Z | Downloaded lazy_static v1.5.0 |
1128 | 2024-12-06T20:29:07.013Z | Downloaded keccak v0.1.5 |
1129 | 2024-12-06T20:29:07.013Z | Downloaded ipnetwork v0.20.0 |
1130 | 2024-12-06T20:29:07.016Z | Downloaded inout v0.1.3 |
1131 | 2024-12-06T20:29:07.016Z | Downloaded libefi-sys v0.1.0 |
1132 | 2024-12-06T20:29:07.018Z | Downloaded iana-time-zone v0.1.61 |
1133 | 2024-12-06T20:29:07.021Z | Downloaded hyper-rustls v0.27.3 |
1134 | 2024-12-06T20:29:07.023Z | Downloaded base64 v0.13.1 |
1135 | 2024-12-06T20:29:07.026Z | Downloaded linear-map v1.2.0 |
1136 | 2024-12-06T20:29:07.028Z | Downloaded lazycell v1.3.0 |
1137 | 2024-12-06T20:29:07.028Z | Downloaded is-terminal v0.4.13 |
1138 | 2024-12-06T20:29:07.031Z | Downloaded indent_write v2.2.0 |
1139 | 2024-12-06T20:29:07.031Z | Downloaded tui-tree-widget v0.22.0 |
1140 | 2024-12-06T20:29:07.033Z | Downloaded cookie v0.18.1 |
1141 | 2024-12-06T20:29:07.033Z | Downloaded idna_adapter v1.2.0 |
1142 | 2024-12-06T20:29:07.036Z | Downloaded hostname v0.4.0 |
1143 | 2024-12-06T20:29:07.039Z | Downloaded crossbeam-epoch v0.9.18 |
1144 | 2024-12-06T20:29:07.041Z | Downloaded crc-any v2.5.0 |
1145 | 2024-12-06T20:29:07.043Z | Downloaded const-oid v0.9.6 |
1146 | 2024-12-06T20:29:07.046Z | Downloaded blake2 v0.10.6 |
1147 | 2024-12-06T20:29:07.048Z | Downloaded home v0.5.9 |
1148 | 2024-12-06T20:29:07.048Z | Downloaded console v0.15.8 |
1149 | 2024-12-06T20:29:07.050Z | Downloaded const_format_proc_macros v0.2.33 |
1150 | 2024-12-06T20:29:07.053Z | Downloaded icu_provider_macros v1.5.0 |
1151 | 2024-12-06T20:29:07.053Z | Downloaded bitflags v1.3.2 |
1152 | 2024-12-06T20:29:07.055Z | Downloaded async-trait v0.1.83 |
1153 | 2024-12-06T20:29:07.058Z | Downloaded bcrypt-pbkdf v0.10.0 |
1154 | 2024-12-06T20:29:07.060Z | Downloaded cstr-argument v0.1.2 |
1155 | 2024-12-06T20:29:07.060Z | Downloaded atty v0.2.14 |
1156 | 2024-12-06T20:29:07.062Z | Downloaded atomicwrites v0.4.4 |
1157 | 2024-12-06T20:29:07.209Z | Downloaded libsqlite3-sys v0.30.1 |
1158 | 2024-12-06T20:29:07.295Z | Downloaded ring v0.17.8 |
1159 | 2024-12-06T20:29:07.452Z | Downloaded ring v0.16.20 |
1160 | 2024-12-06T20:29:07.681Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2024-12-06T20:29:07.993Z | Compiling serde v1.0.215 |
1162 | 2024-12-06T20:29:07.996Z | Compiling lock_api v0.4.12 |
1163 | 2024-12-06T20:29:07.996Z | Compiling scopeguard v1.2.0 |
1164 | 2024-12-06T20:29:07.996Z | Compiling value-bag v1.9.0 |
1165 | 2024-12-06T20:29:07.996Z | Compiling typenum v1.17.0 |
1166 | 2024-12-06T20:29:07.996Z | Compiling generic-array v0.14.7 |
1167 | 2024-12-06T20:29:08.194Z | Compiling syn v2.0.87 |
1168 | 2024-12-06T20:29:08.212Z | Compiling getrandom v0.2.15 |
1169 | 2024-12-06T20:29:08.294Z | Compiling shlex v1.3.0 |
1170 | 2024-12-06T20:29:08.518Z | Compiling rand_core v0.6.4 |
1171 | 2024-12-06T20:29:08.607Z | Compiling log v0.4.22 |
1172 | 2024-12-06T20:29:08.715Z | Compiling subtle v2.6.1 |
1173 | 2024-12-06T20:29:08.718Z | Compiling jobserver v0.1.32 |
1174 | 2024-12-06T20:29:08.766Z | Compiling const-oid v0.9.6 |
1175 | 2024-12-06T20:29:09.037Z | Compiling smallvec v1.13.2 |
1176 | 2024-12-06T20:29:09.070Z | Compiling cc v1.1.30 |
1177 | 2024-12-06T20:29:09.097Z | Compiling spin v0.9.8 |
1178 | 2024-12-06T20:29:09.527Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-12-06T20:29:09.629Z | Compiling rustix v0.38.37 |
1180 | 2024-12-06T20:29:09.667Z | Compiling parking_lot_core v0.9.10 |
1181 | 2024-12-06T20:29:09.686Z | Compiling futures-core v0.3.31 |
1182 | 2024-12-06T20:29:09.838Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-12-06T20:29:09.948Z | Compiling mio v1.0.2 |
1184 | 2024-12-06T20:29:10.613Z | Compiling parking_lot v0.12.3 |
1185 | 2024-12-06T20:29:10.698Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-12-06T20:29:10.844Z | Compiling regex-syntax v0.8.5 |
1187 | 2024-12-06T20:29:10.903Z | Compiling either v1.13.0 |
1188 | 2024-12-06T20:29:11.069Z | Compiling cpufeatures v0.2.14 |
1189 | 2024-12-06T20:29:11.184Z | Compiling lazy_static v1.5.0 |
1190 | 2024-12-06T20:29:11.228Z | Compiling glob v0.3.1 |
1191 | 2024-12-06T20:29:11.322Z | Compiling futures-sink v0.3.31 |
1192 | 2024-12-06T20:29:11.341Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2024-12-06T20:29:11.465Z | Compiling socket2 v0.5.7 |
1194 | 2024-12-06T20:29:11.485Z | Compiling slab v0.4.9 |
1195 | 2024-12-06T20:29:11.633Z | Compiling prettyplease v0.2.25 |
1196 | 2024-12-06T20:29:11.960Z | Compiling minimal-lexical v0.2.1 |
1197 | 2024-12-06T20:29:12.319Z | Compiling clang-sys v1.8.1 |
1198 | 2024-12-06T20:29:12.338Z | Compiling libloading v0.8.5 |
1199 | 2024-12-06T20:29:12.490Z | Compiling nom v7.1.3 |
1200 | 2024-12-06T20:29:12.511Z | Compiling bindgen v0.69.5 |
1201 | 2024-12-06T20:29:12.779Z | Compiling home v0.5.9 |
1202 | 2024-12-06T20:29:13.071Z | Compiling serde_json v1.0.132 |
1203 | 2024-12-06T20:29:13.344Z | Compiling futures-channel v0.3.31 |
1204 | 2024-12-06T20:29:13.417Z | Compiling itertools v0.12.1 |
1205 | 2024-12-06T20:29:13.794Z | Compiling pin-utils v0.1.0 |
1206 | 2024-12-06T20:29:13.837Z | Compiling futures-io v0.3.31 |
1207 | 2024-12-06T20:29:13.894Z | Compiling futures-task v0.3.31 |
1208 | 2024-12-06T20:29:14.179Z | Compiling rustc-hash v1.1.0 |
1209 | 2024-12-06T20:29:14.203Z | Compiling foldhash v0.1.3 |
1210 | 2024-12-06T20:29:14.339Z | Compiling lazycell v1.3.0 |
1211 | 2024-12-06T20:29:14.517Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-12-06T20:29:14.561Z | Compiling cmake v0.1.51 |
1213 | 2024-12-06T20:29:15.369Z | Compiling regex-automata v0.4.8 |
1214 | 2024-12-06T20:29:15.602Z | Compiling hashbrown v0.15.0 |
1215 | 2024-12-06T20:29:16.302Z | Compiling synstructure v0.13.1 |
1216 | 2024-12-06T20:29:16.643Z | Compiling cexpr v0.6.0 |
1217 | 2024-12-06T20:29:16.979Z | Compiling libm v0.2.8 |
1218 | 2024-12-06T20:29:17.313Z | Compiling pkg-config v0.3.31 |
1219 | 2024-12-06T20:29:17.883Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-12-06T20:29:17.980Z | Compiling dunce v1.0.5 |
1221 | 2024-12-06T20:29:18.004Z | Compiling fs_extra v1.3.0 |
1222 | 2024-12-06T20:29:18.119Z | Compiling tinyvec v1.8.0 |
1223 | 2024-12-06T20:29:18.482Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-06T20:29:18.904Z | Compiling ring v0.17.8 |
1225 | 2024-12-06T20:29:18.987Z | Compiling base64ct v1.6.0 |
1226 | 2024-12-06T20:29:19.624Z | Compiling unicode-normalization v0.1.24 |
1227 | 2024-12-06T20:29:19.688Z | Compiling paste v1.0.15 |
1228 | 2024-12-06T20:29:19.770Z | Compiling writeable v0.5.5 |
1229 | 2024-12-06T20:29:20.029Z | Compiling unicode-bidi v0.3.17 |
1230 | 2024-12-06T20:29:20.107Z | Compiling litemap v0.7.3 |
1231 | 2024-12-06T20:29:20.453Z | Compiling pem-rfc7468 v0.7.0 |
1232 | 2024-12-06T20:29:20.732Z | Compiling httparse v1.9.5 |
1233 | 2024-12-06T20:29:21.160Z | Compiling regex v1.11.1 |
1234 | 2024-12-06T20:29:21.456Z | Compiling aws-lc-rs v1.10.0 |
1235 | 2024-12-06T20:29:21.477Z | Compiling flagset v0.4.6 |
1236 | 2024-12-06T20:29:21.902Z | Compiling tracing-core v0.1.32 |
1237 | 2024-12-06T20:29:22.180Z | Compiling icu_locid_transform_data v1.5.0 |
1238 | 2024-12-06T20:29:22.263Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2024-12-06T20:29:22.283Z | Compiling rustls-pki-types v1.9.0 |
1240 | 2024-12-06T20:29:22.846Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-12-06T20:29:23.179Z | Compiling serde_derive v1.0.215 |
1242 | 2024-12-06T20:29:23.229Z | Compiling zeroize_derive v1.4.2 |
1243 | 2024-12-06T20:29:23.307Z | Compiling zerocopy-derive v0.7.35 |
1244 | 2024-12-06T20:29:23.401Z | Compiling tokio-macros v2.4.0 |
1245 | 2024-12-06T20:29:23.678Z | Compiling zerofrom-derive v0.1.4 |
1246 | 2024-12-06T20:29:24.922Z | Compiling zeroize v1.8.1 |
1247 | 2024-12-06T20:29:25.018Z | Compiling yoke-derive v0.7.4 |
1248 | 2024-12-06T20:29:25.468Z | Compiling thiserror-impl v1.0.69 |
1249 | 2024-12-06T20:29:25.648Z | Compiling zerocopy v0.7.35 |
1250 | 2024-12-06T20:29:26.103Z | Compiling zerovec-derive v0.10.3 |
1251 | 2024-12-06T20:29:26.754Z | Compiling crypto-common v0.1.6 |
1252 | 2024-12-06T20:29:27.004Z | Compiling block-buffer v0.10.4 |
1253 | 2024-12-06T20:29:27.279Z | Compiling digest v0.10.7 |
1254 | 2024-12-06T20:29:27.299Z | Compiling futures-macro v0.3.31 |
1255 | 2024-12-06T20:29:27.788Z | Compiling hmac v0.12.1 |
1256 | 2024-12-06T20:29:27.921Z | Compiling zerofrom v0.1.4 |
1257 | 2024-12-06T20:29:28.057Z | Compiling block-padding v0.3.3 |
1258 | 2024-12-06T20:29:28.157Z | Compiling displaydoc v0.2.5 |
1259 | 2024-12-06T20:29:28.222Z | Compiling yoke v0.7.4 |
1260 | 2024-12-06T20:29:28.318Z | Compiling inout v0.1.3 |
1261 | 2024-12-06T20:29:28.447Z | Compiling sha2 v0.10.8 |
1262 | 2024-12-06T20:29:28.592Z | Compiling cipher v0.4.4 |
1263 | 2024-12-06T20:29:28.615Z | Compiling ppv-lite86 v0.2.20 |
1264 | 2024-12-06T20:29:28.951Z | Compiling zerovec v0.10.4 |
1265 | 2024-12-06T20:29:28.971Z | Compiling thiserror v1.0.69 |
1266 | 2024-12-06T20:29:29.109Z | Compiling der_derive v0.7.3 |
1267 | 2024-12-06T20:29:29.112Z | Compiling icu_provider_macros v1.5.0 |
1268 | 2024-12-06T20:29:29.359Z | Compiling futures-util v0.3.31 |
1269 | 2024-12-06T20:29:29.488Z | Compiling rand_chacha v0.3.1 |
1270 | 2024-12-06T20:29:29.902Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-12-06T20:29:30.391Z | Compiling rand v0.8.5 |
1272 | 2024-12-06T20:29:31.361Z | Compiling tinystr v0.7.6 |
1273 | 2024-12-06T20:29:31.773Z | Compiling icu_locid v1.5.0 |
1274 | 2024-12-06T20:29:31.809Z | Compiling der v0.7.9 |
1275 | 2024-12-06T20:29:31.866Z | Compiling icu_collections v1.5.0 |
1276 | 2024-12-06T20:29:32.182Z | Compiling pest v2.7.14 |
1277 | 2024-12-06T20:29:32.644Z | Compiling salsa20 v0.10.2 |
1278 | 2024-12-06T20:29:32.863Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-12-06T20:29:33.043Z | Compiling icu_provider v1.5.0 |
1280 | 2024-12-06T20:29:33.386Z | Compiling vcpkg v0.2.15 |
1281 | 2024-12-06T20:29:33.814Z | Compiling tracing v0.1.40 |
1282 | 2024-12-06T20:29:34.125Z | Compiling spki v0.7.3 |
1283 | 2024-12-06T20:29:34.242Z | Compiling icu_locid_transform v1.5.0 |
1284 | 2024-12-06T20:29:34.357Z | Compiling num-conv v0.1.0 |
1285 | 2024-12-06T20:29:34.571Z | Compiling powerfmt v0.2.0 |
1286 | 2024-12-06T20:29:34.663Z | Compiling untrusted v0.7.1 |
1287 | 2024-12-06T20:29:34.864Z | Compiling mirai-annotations v1.12.0 |
1288 | 2024-12-06T20:29:34.977Z | Compiling icu_properties_data v1.5.0 |
1289 | 2024-12-06T20:29:35.065Z | Compiling time-core v0.1.2 |
1290 | 2024-12-06T20:29:35.244Z | Compiling untrusted v0.9.0 |
1291 | 2024-12-06T20:29:35.265Z | Compiling time-macros v0.2.18 |
1292 | 2024-12-06T20:29:35.290Z | Compiling deranged v0.3.11 |
1293 | 2024-12-06T20:29:35.357Z | Compiling pest_meta v2.7.14 |
1294 | 2024-12-06T20:29:35.419Z | Compiling icu_properties v1.5.1 |
1295 | 2024-12-06T20:29:35.629Z | Compiling openssl-sys v0.9.103 |
1296 | 2024-12-06T20:29:36.806Z | Compiling scrypt v0.11.0 |
1297 | 2024-12-06T20:29:36.959Z | Compiling aes v0.8.4 |
1298 | 2024-12-06T20:29:37.231Z | Compiling cbc v0.1.2 |
1299 | 2024-12-06T20:29:37.375Z | Compiling scroll_derive v0.12.0 |
1300 | 2024-12-06T20:29:38.157Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-06T20:29:38.577Z | Compiling bytes v1.8.0 |
1302 | 2024-12-06T20:29:38.861Z | Compiling indexmap v2.6.0 |
1303 | 2024-12-06T20:29:39.751Z | Compiling tokio v1.40.0 |
1304 | 2024-12-06T20:29:39.883Z | Compiling http v1.1.0 |
1305 | 2024-12-06T20:29:39.902Z | Compiling semver v1.0.23 |
1306 | 2024-12-06T20:29:40.410Z | Compiling rustc_version v0.4.1 |
1307 | 2024-12-06T20:29:40.506Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-12-06T20:29:40.667Z | Compiling atomic-waker v1.1.2 |
1309 | 2024-12-06T20:29:40.695Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-12-06T20:29:40.714Z | Compiling write16 v1.0.0 |
1311 | 2024-12-06T20:29:40.795Z | Compiling num_threads v0.1.7 |
1312 | 2024-12-06T20:29:40.836Z | Compiling utf8_iter v1.0.4 |
1313 | 2024-12-06T20:29:40.857Z | Compiling scroll v0.12.0 |
1314 | 2024-12-06T20:29:40.931Z | Compiling time v0.3.36 |
1315 | 2024-12-06T20:29:41.067Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-12-06T20:29:41.191Z | Compiling pkcs5 v0.7.1 |
1317 | 2024-12-06T20:29:41.524Z | Compiling http-body v1.0.1 |
1318 | 2024-12-06T20:29:41.776Z | Compiling pest_generator v2.7.14 |
1319 | 2024-12-06T20:29:42.167Z | Compiling form_urlencoded v1.2.1 |
1320 | 2024-12-06T20:29:42.446Z | Compiling slog v2.7.0 |
1321 | 2024-12-06T20:29:42.483Z | Compiling try-lock v0.2.5 |
1322 | 2024-12-06T20:29:42.508Z | Compiling goblin v0.8.2 |
1323 | 2024-12-06T20:29:42.634Z | Compiling which v4.4.2 |
1324 | 2024-12-06T20:29:43.175Z | Compiling want v0.3.1 |
1325 | 2024-12-06T20:29:43.249Z | Compiling idna_adapter v1.2.0 |
1326 | 2024-12-06T20:29:43.475Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-12-06T20:29:43.477Z | Compiling httpdate v1.0.3 |
1328 | 2024-12-06T20:29:43.821Z | Compiling pest_derive v2.7.14 |
1329 | 2024-12-06T20:29:43.942Z | Compiling idna v1.0.3 |
1330 | 2024-12-06T20:29:44.199Z | Compiling toml_datetime v0.6.8 |
1331 | 2024-12-06T20:29:44.696Z | Compiling dtrace-parser v0.2.0 |
1332 | 2024-12-06T20:29:44.715Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-12-06T20:29:44.913Z | Compiling uuid v1.11.0 |
1334 | 2024-12-06T20:29:45.371Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-12-06T20:29:45.618Z | Compiling iana-time-zone v0.1.61 |
1336 | 2024-12-06T20:29:45.868Z | Compiling rustversion v1.0.17 |
1337 | 2024-12-06T20:29:46.087Z | Compiling base64 v0.22.1 |
1338 | 2024-12-06T20:29:46.380Z | Compiling tower-service v0.3.3 |
1339 | 2024-12-06T20:29:46.400Z | Compiling adler2 v2.0.0 |
1340 | 2024-12-06T20:29:46.505Z | Compiling match_cfg v0.1.0 |
1341 | 2024-12-06T20:29:46.565Z | Compiling openssl v0.10.66 |
1342 | 2024-12-06T20:29:46.605Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2024-12-06T20:29:46.608Z | Compiling hostname v0.3.1 |
1344 | 2024-12-06T20:29:46.714Z | Compiling foreign-types v0.3.2 |
1345 | 2024-12-06T20:29:46.870Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-12-06T20:29:46.892Z | Compiling chrono v0.4.38 |
1347 | 2024-12-06T20:29:46.894Z | Compiling url v2.5.3 |
1348 | 2024-12-06T20:29:46.998Z | Compiling async-trait v0.1.83 |
1349 | 2024-12-06T20:29:48.360Z | Compiling tokio-util v0.7.12 |
1350 | 2024-12-06T20:29:48.482Z | Compiling dof v0.3.0 |
1351 | 2024-12-06T20:29:48.952Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-12-06T20:29:49.764Z | Compiling h2 v0.4.6 |
1353 | 2024-12-06T20:29:49.805Z | Compiling usdt-impl v0.5.0 |
1354 | 2024-12-06T20:29:49.898Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-12-06T20:29:50.564Z | Compiling data-encoding v2.6.0 |
1356 | 2024-12-06T20:29:50.709Z | Compiling rustls v0.22.4 |
1357 | 2024-12-06T20:29:50.777Z | Compiling native-tls v0.2.12 |
1358 | 2024-12-06T20:29:50.974Z | Compiling syn v1.0.109 |
1359 | 2024-12-06T20:29:51.102Z | Compiling siphasher v0.3.11 |
1360 | 2024-12-06T20:29:51.363Z | Compiling rustls v0.23.14 |
1361 | 2024-12-06T20:29:51.558Z | Compiling dirs-next v2.0.0 |
1362 | 2024-12-06T20:29:51.755Z | Compiling http-body-util v0.1.2 |
1363 | 2024-12-06T20:29:52.294Z | Compiling heapless v0.7.17 |
1364 | 2024-12-06T20:29:52.748Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-12-06T20:29:52.948Z | Compiling sha1 v0.10.6 |
1366 | 2024-12-06T20:29:52.967Z | Compiling signature v2.2.0 |
1367 | 2024-12-06T20:29:53.123Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2024-12-06T20:29:53.255Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2024-12-06T20:29:53.383Z | Compiling thread_local v1.1.8 |
1370 | 2024-12-06T20:29:53.504Z | Compiling cookie v0.18.1 |
1371 | 2024-12-06T20:29:53.642Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-12-06T20:29:53.796Z | Compiling multer v3.1.0 |
1373 | 2024-12-06T20:29:53.922Z | Compiling gimli v0.31.1 |
1374 | 2024-12-06T20:29:54.081Z | Compiling schemars v0.8.21 |
1375 | 2024-12-06T20:29:54.481Z | Compiling mime v0.3.17 |
1376 | 2024-12-06T20:29:55.095Z | Compiling signal-hook v0.3.17 |
1377 | 2024-12-06T20:29:55.351Z | Compiling ipnet v2.10.1 |
1378 | 2024-12-06T20:29:55.539Z | Compiling rayon-core v1.12.1 |
1379 | 2024-12-06T20:29:55.809Z | Compiling unicode-properties v0.1.3 |
1380 | 2024-12-06T20:29:56.194Z | Compiling openssl-probe v0.1.5 |
1381 | 2024-12-06T20:29:56.216Z | Compiling slog-async v2.8.0 |
1382 | 2024-12-06T20:29:56.567Z | Compiling toml_edit v0.22.22 |
1383 | 2024-12-06T20:29:56.650Z | Compiling schemars_derive v0.8.21 |
1384 | 2024-12-06T20:29:56.823Z | Compiling hyper v1.5.0 |
1385 | 2024-12-06T20:29:58.859Z | Compiling addr2line v0.24.2 |
1386 | 2024-12-06T20:29:59.403Z | Compiling hyper-util v0.1.10 |
1387 | 2024-12-06T20:29:59.648Z | Compiling stringprep v0.1.5 |
1388 | 2024-12-06T20:30:00.527Z | Compiling crossbeam-deque v0.8.5 |
1389 | 2024-12-06T20:30:00.621Z | Compiling usdt-macro v0.5.0 |
1390 | 2024-12-06T20:30:00.852Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-12-06T20:30:00.987Z | Compiling term v0.7.0 |
1392 | 2024-12-06T20:30:01.995Z | Compiling slog-json v2.6.1 |
1393 | 2024-12-06T20:30:02.057Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-12-06T20:30:02.400Z | Compiling curve25519-dalek v4.1.3 |
1395 | 2024-12-06T20:30:02.508Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-12-06T20:30:02.530Z | Compiling futures-executor v0.3.31 |
1397 | 2024-12-06T20:30:02.575Z | Compiling enum-as-inner v0.6.1 |
1398 | 2024-12-06T20:30:02.644Z | Compiling md-5 v0.10.6 |
1399 | 2024-12-06T20:30:02.926Z | Compiling async-stream-impl v0.3.6 |
1400 | 2024-12-06T20:30:03.027Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-12-06T20:30:03.098Z | Compiling num-integer v0.1.46 |
1402 | 2024-12-06T20:30:03.375Z | Compiling idna v0.3.0 |
1403 | 2024-12-06T20:30:03.628Z | Compiling idna v0.4.0 |
1404 | 2024-12-06T20:30:03.700Z | Compiling hash32 v0.2.1 |
1405 | 2024-12-06T20:30:03.891Z | Compiling ff v0.13.0 |
1406 | 2024-12-06T20:30:04.094Z | Compiling is-terminal v0.4.13 |
1407 | 2024-12-06T20:30:04.119Z | Compiling object v0.36.5 |
1408 | 2024-12-06T20:30:04.228Z | Compiling dropshot v0.12.0 |
1409 | 2024-12-06T20:30:04.388Z | Compiling rustc-demangle v0.1.24 |
1410 | 2024-12-06T20:30:04.563Z | Compiling linked-hash-map v0.5.6 |
1411 | 2024-12-06T20:30:04.945Z | Compiling take_mut v0.2.2 |
1412 | 2024-12-06T20:30:05.083Z | Compiling quick-error v1.2.3 |
1413 | 2024-12-06T20:30:05.103Z | Compiling psl-types v2.0.11 |
1414 | 2024-12-06T20:30:05.107Z | Compiling anyhow v1.0.93 |
1415 | 2024-12-06T20:30:05.218Z | Compiling fallible-iterator v0.2.0 |
1416 | 2024-12-06T20:30:05.302Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-12-06T20:30:05.389Z | Compiling smoltcp v0.9.1 |
1418 | 2024-12-06T20:30:05.416Z | Compiling utf-8 v0.7.6 |
1419 | 2024-12-06T20:30:05.752Z | Compiling dyn-clone v1.0.17 |
1420 | 2024-12-06T20:30:05.755Z | Compiling base16ct v0.2.0 |
1421 | 2024-12-06T20:30:05.955Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-12-06T20:30:05.991Z | Compiling sec1 v0.7.3 |
1423 | 2024-12-06T20:30:06.070Z | Compiling postgres-protocol v0.6.7 |
1424 | 2024-12-06T20:30:06.401Z | Compiling tungstenite v0.24.0 |
1425 | 2024-12-06T20:30:06.568Z | Compiling publicsuffix v2.2.3 |
1426 | 2024-12-06T20:30:06.654Z | Compiling resolv-conf v0.7.0 |
1427 | 2024-12-06T20:30:07.427Z | Compiling lru-cache v0.1.2 |
1428 | 2024-12-06T20:30:07.521Z | Compiling hickory-proto v0.24.1 |
1429 | 2024-12-06T20:30:07.646Z | Compiling async-stream v0.3.6 |
1430 | 2024-12-06T20:30:07.966Z | Compiling slog-term v2.9.1 |
1431 | 2024-12-06T20:30:08.039Z | Compiling usdt v0.5.0 |
1432 | 2024-12-06T20:30:08.566Z | Compiling group v0.13.0 |
1433 | 2024-12-06T20:30:08.900Z | Compiling num-iter v0.1.45 |
1434 | 2024-12-06T20:30:09.217Z | Compiling futures v0.3.31 |
1435 | 2024-12-06T20:30:09.271Z | Compiling slog-bunyan v2.5.0 |
1436 | 2024-12-06T20:30:10.679Z | Compiling toml v0.8.19 |
1437 | 2024-12-06T20:30:11.133Z | Compiling tokio-native-tls v0.3.1 |
1438 | 2024-12-06T20:30:11.152Z | Compiling camino v1.1.9 |
1439 | 2024-12-06T20:30:11.326Z | Compiling phf_shared v0.11.2 |
1440 | 2024-12-06T20:30:11.428Z | Compiling dropshot_endpoint v0.12.0 |
1441 | 2024-12-06T20:30:11.717Z | Compiling backtrace v0.3.74 |
1442 | 2024-12-06T20:30:12.125Z | Compiling terminal_size v0.4.0 |
1443 | 2024-12-06T20:30:12.334Z | Compiling openapiv3 v2.0.0 |
1444 | 2024-12-06T20:30:12.357Z | Compiling waitgroup v0.1.2 |
1445 | 2024-12-06T20:30:12.446Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2024-12-06T20:30:12.578Z | Compiling hkdf v0.12.4 |
1447 | 2024-12-06T20:30:12.853Z | Compiling crypto-bigint v0.5.5 |
1448 | 2024-12-06T20:30:13.319Z | Compiling curve25519-dalek-derive v0.1.1 |
1449 | 2024-12-06T20:30:14.967Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2024-12-06T20:30:15.571Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-12-06T20:30:15.575Z | Compiling hubpack_derive v0.1.1 |
1452 | 2024-12-06T20:30:15.800Z | Compiling idna v0.5.0 |
1453 | 2024-12-06T20:30:16.204Z | Compiling hostname v0.4.0 |
1454 | 2024-12-06T20:30:16.467Z | Compiling ahash v0.8.11 |
1455 | 2024-12-06T20:30:16.487Z | Compiling fs-err v2.11.0 |
1456 | 2024-12-06T20:30:16.780Z | Compiling crc32fast v1.4.2 |
1457 | 2024-12-06T20:30:16.813Z | Compiling debug-ignore v1.0.5 |
1458 | 2024-12-06T20:30:16.930Z | Compiling managed v0.8.0 |
1459 | 2024-12-06T20:30:16.954Z | Compiling bitflags v1.3.2 |
1460 | 2024-12-06T20:30:17.069Z | Compiling winnow v0.5.40 |
1461 | 2024-12-06T20:30:17.107Z | Compiling clap_builder v4.5.21 |
1462 | 2024-12-06T20:30:17.217Z | Compiling zerocopy v0.6.6 |
1463 | 2024-12-06T20:30:17.530Z | Compiling console v0.15.8 |
1464 | 2024-12-06T20:30:18.115Z | Compiling strum_macros v0.25.3 |
1465 | 2024-12-06T20:30:18.231Z | Compiling flate2 v1.0.34 |
1466 | 2024-12-06T20:30:19.294Z | Compiling cookie_store v0.21.0 |
1467 | 2024-12-06T20:30:19.326Z | Compiling hubpack v0.1.2 |
1468 | 2024-12-06T20:30:19.414Z | Compiling elliptic-curve v0.13.8 |
1469 | 2024-12-06T20:30:19.814Z | Compiling hickory-resolver v0.24.1 |
1470 | 2024-12-06T20:30:21.042Z | Compiling toml_edit v0.19.15 |
1471 | 2024-12-06T20:30:21.062Z | Compiling phf v0.11.2 |
1472 | 2024-12-06T20:30:21.233Z | Compiling hyper-tls v0.6.0 |
1473 | 2024-12-06T20:30:21.382Z | Compiling signal-hook-mio v0.2.4 |
1474 | 2024-12-06T20:30:21.525Z | Compiling rayon v1.10.0 |
1475 | 2024-12-06T20:30:21.657Z | Compiling bzip2 v0.4.4 |
1476 | 2024-12-06T20:30:22.442Z | Compiling tokio-tungstenite v0.24.0 |
1477 | 2024-12-06T20:30:23.008Z | Compiling postgres-types v0.2.8 |
1478 | 2024-12-06T20:30:26.054Z | Compiling ed25519 v2.2.3 |
1479 | 2024-12-06T20:30:26.506Z | Compiling phf_shared v0.10.0 |
1480 | 2024-12-06T20:30:26.843Z | Compiling tokio-stream v0.1.16 |
1481 | 2024-12-06T20:30:26.914Z | Compiling pkcs1 v0.7.5 |
1482 | 2024-12-06T20:30:26.933Z | Compiling serde-big-array v0.5.1 |
1483 | 2024-12-06T20:30:27.182Z | Compiling clap_derive v4.5.18 |
1484 | 2024-12-06T20:30:27.935Z | Compiling rfc6979 v0.4.0 |
1485 | 2024-12-06T20:30:27.956Z | Compiling derive-where v1.2.7 |
1486 | 2024-12-06T20:30:27.958Z | Compiling serde_repr v0.1.19 |
1487 | 2024-12-06T20:30:27.995Z | Compiling float-cmp v0.9.0 |
1488 | 2024-12-06T20:30:28.113Z | Compiling bstr v1.10.0 |
1489 | 2024-12-06T20:30:28.219Z | Compiling sync_wrapper v1.0.1 |
1490 | 2024-12-06T20:30:28.381Z | Compiling fixedbitset v0.4.2 |
1491 | 2024-12-06T20:30:28.857Z | Compiling static_assertions v1.1.0 |
1492 | 2024-12-06T20:30:28.976Z | Compiling precomputed-hash v0.1.1 |
1493 | 2024-12-06T20:30:29.160Z | Compiling normalize-line-endings v0.3.0 |
1494 | 2024-12-06T20:30:29.189Z | Compiling bit-vec v0.6.3 |
1495 | 2024-12-06T20:30:29.229Z | Compiling whoami v1.5.2 |
1496 | 2024-12-06T20:30:29.312Z | Compiling number_prefix v0.4.0 |
1497 | 2024-12-06T20:30:29.554Z | Compiling predicates-core v1.0.8 |
1498 | 2024-12-06T20:30:29.706Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2024-12-06T20:30:29.893Z | Compiling new_debug_unreachable v1.0.6 |
1500 | 2024-12-06T20:30:29.926Z | Compiling unicode-width v0.2.0 |
1501 | 2024-12-06T20:30:29.998Z | Compiling difflib v0.4.0 |
1502 | 2024-12-06T20:30:30.025Z | Compiling string_cache v0.8.7 |
1503 | 2024-12-06T20:30:30.472Z | Compiling predicates v3.1.2 |
1504 | 2024-12-06T20:30:30.516Z | Compiling similar v2.6.0 |
1505 | 2024-12-06T20:30:30.602Z | Compiling indicatif v0.17.9 |
1506 | 2024-12-06T20:30:31.686Z | Compiling bit-set v0.5.3 |
1507 | 2024-12-06T20:30:31.707Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-12-06T20:30:31.975Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2024-12-06T20:30:32.277Z | Compiling petgraph v0.6.5 |
1510 | 2024-12-06T20:30:32.407Z | Compiling clap v4.5.21 |
1511 | 2024-12-06T20:30:32.540Z | Compiling ecdsa v0.16.9 |
1512 | 2024-12-06T20:30:32.878Z | Compiling rsa v0.9.6 |
1513 | 2024-12-06T20:30:33.022Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2024-12-06T20:30:33.440Z | Compiling toml v0.7.8 |
1515 | 2024-12-06T20:30:34.421Z | Compiling zip v0.6.6 |
1516 | 2024-12-06T20:30:35.290Z | Compiling crossterm v0.28.1 |
1517 | 2024-12-06T20:30:36.858Z | Compiling hex v0.4.3 |
1518 | 2024-12-06T20:30:36.957Z | Compiling x509-cert v0.2.5 |
1519 | 2024-12-06T20:30:37.295Z | Compiling itertools v0.10.5 |
1520 | 2024-12-06T20:30:37.482Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-12-06T20:30:37.673Z | Compiling lalrpop-util v0.19.12 |
1522 | 2024-12-06T20:30:37.722Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-12-06T20:30:38.036Z | Compiling strum_macros v0.26.4 |
1524 | 2024-12-06T20:30:38.387Z | Compiling xattr v1.3.1 |
1525 | 2024-12-06T20:30:38.670Z | Compiling filetime v0.2.25 |
1526 | 2024-12-06T20:30:39.006Z | Compiling tar v0.4.42 |
1527 | 2024-12-06T20:30:43.414Z | Compiling strum v0.26.3 |
1528 | 2024-12-06T20:30:45.884Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2024-12-06T20:31:14.819Z | Compiling rustls-webpki v0.102.8 |
1530 | 2024-12-06T20:31:18.354Z | Compiling tokio-rustls v0.25.0 |
1531 | 2024-12-06T20:31:20.069Z | Compiling tokio-rustls v0.26.0 |
1532 | 2024-12-06T20:31:20.479Z | Compiling hyper-rustls v0.27.3 |
1533 | 2024-12-06T20:31:20.808Z | Compiling reqwest v0.12.9 |
1534 | 2024-12-06T20:31:22.215Z | Compiling qorb v0.2.1 |
1535 | 2024-12-06T20:31:26.853Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-12-06T20:31:27.102Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2024-12-06T20:31:33.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1538 | 2024-12-06T20:31:33.341Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2024-12-06T20:31:33.399Z | Dec 06 20:31:31.900 INFO Starting download, target: Clickhouse |
1540 | 2024-12-06T20:31:33.399Z | Dec 06 20:31:31.900 INFO Starting download, target: Cockroach |
1541 | 2024-12-06T20:31:33.399Z | Dec 06 20:31:31.900 INFO Starting download, target: Console |
1542 | 2024-12-06T20:31:33.399Z | Dec 06 20:31:31.900 INFO Starting download, target: DendriteOpenapi |
1543 | 2024-12-06T20:31:33.399Z | Dec 06 20:31:31.900 INFO Starting download, target: DendriteStub |
1544 | 2024-12-06T20:31:33.399Z | Dec 06 20:31:31.900 INFO Starting download, target: MaghemiteMgd |
1545 | 2024-12-06T20:31:33.402Z | Dec 06 20:31:31.900 INFO Starting download, target: TransceiverControl |
1546 | 2024-12-06T20:31:33.402Z | Dec 06 20:31:31.901 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1547 | 2024-12-06T20:31:33.402Z | Dec 06 20:31:31.901 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1548 | 2024-12-06T20:31:33.402Z | Dec 06 20:31:31.901 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-12-06T20:31:33.402Z | Dec 06 20:31:31.901 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1550 | 2024-12-06T20:31:33.402Z | Dec 06 20:31:31.901 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2024-12-06T20:31:33.402Z | Dec 06 20:31:31.901 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-12-06T20:31:33.402Z | Dec 06 20:31:31.901 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2024-12-06T20:31:33.621Z | Dec 06 20:31:32.103 INFO Download complete, target: DendriteOpenapi |
1554 | 2024-12-06T20:31:33.751Z | Dec 06 20:31:32.242 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1555 | 2024-12-06T20:31:33.938Z | Dec 06 20:31:32.413 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2024-12-06T20:31:34.150Z | Dec 06 20:31:32.631 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1557 | 2024-12-06T20:31:34.219Z | Dec 06 20:31:32.712 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1558 | 2024-12-06T20:31:34.280Z | Dec 06 20:31:32.781 INFO Download complete, target: Console |
1559 | 2024-12-06T20:31:34.449Z | Dec 06 20:31:32.948 INFO Download complete, target: TransceiverControl |
1560 | 2024-12-06T20:31:35.041Z | Dec 06 20:31:33.543 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2024-12-06T20:31:35.041Z | Dec 06 20:31:33.543 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2024-12-06T20:31:35.411Z | Dec 06 20:31:33.913 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-12-06T20:31:37.067Z | Dec 06 20:31:35.568 INFO Download complete, target: DendriteStub |
1564 | 2024-12-06T20:31:37.330Z | Dec 06 20:31:35.830 INFO Download complete, target: MaghemiteMgd |
1565 | 2024-12-06T20:31:42.273Z | Dec 06 20:31:40.774 INFO Checking that binary works, target: Cockroach |
1566 | 2024-12-06T20:31:42.535Z | Dec 06 20:31:41.036 INFO Download complete, target: Cockroach |
1567 | 2024-12-06T20:31:47.431Z | Dec 06 20:31:45.931 INFO Checking that binary works, target: Clickhouse |
1568 | 2024-12-06T20:31:47.555Z | Dec 06 20:31:46.056 INFO Download complete, target: Clickhouse |
1569 | 2024-12-06T20:31:47.576Z | All builder prerequisites installed successfully, and PATH looks valid |
1570 | 2024-12-06T20:31:47.579Z | |
1571 | 2024-12-06T20:31:47.579Z | real 4:49.576816467 |
1572 | 2024-12-06T20:31:47.579Z | user 16:51.426333955 |
1573 | 2024-12-06T20:31:47.579Z | sys 3:18.102168600 |
1574 | 2024-12-06T20:31:47.579Z | trap 0.615871174 |
1575 | 2024-12-06T20:31:47.579Z | tflt 1.777265565 |
1576 | 2024-12-06T20:31:47.579Z | dflt 2.179401087 |
1577 | 2024-12-06T20:31:47.579Z | kflt 0.023378643 |
1578 | 2024-12-06T20:31:47.579Z | lock 29:49.851977274 |
1579 | 2024-12-06T20:31:47.579Z | slp 1:02:25.589532341 |
1580 | 2024-12-06T20:31:47.579Z | lat 59.710298181 |
1581 | 2024-12-06T20:31:47.579Z | stop 2:22.397087689 |
1582 | 2024-12-06T20:31:47.579Z | + banner clippy |
1583 | 2024-12-06T20:31:47.582Z | |
1584 | 2024-12-06T20:31:47.582Z | #### # # ##### ##### # # |
1585 | 2024-12-06T20:31:47.582Z | # # # # # # # # # # |
1586 | 2024-12-06T20:31:47.582Z | # # # # # # # # |
1587 | 2024-12-06T20:31:47.582Z | # # # ##### ##### # |
1588 | 2024-12-06T20:31:47.582Z | # # # # # # # |
1589 | 2024-12-06T20:31:47.582Z | #### ###### # # # # |
1590 | 2024-12-06T20:31:47.582Z | |
1591 | 2024-12-06T20:31:47.582Z | + export CARGO_INCREMENTAL=0 |
1592 | 2024-12-06T20:31:47.582Z | + CARGO_INCREMENTAL=0 |
1593 | 2024-12-06T20:31:47.582Z | + ptime -m cargo xtask clippy |
1594 | 2024-12-06T20:31:48.132Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1595 | 2024-12-06T20:31:52.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
1596 | 2024-12-06T20:31:52.077Z | Running `target/debug/xtask clippy` |
1597 | 2024-12-06T20:31:52.095Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1598 | 2024-12-06T20:31:52.800Z | Downloading crates ... |
1599 | 2024-12-06T20:31:53.177Z | Downloaded anes v0.1.6 |
1600 | 2024-12-06T20:31:53.197Z | Downloaded criterion-plot v0.5.0 |
1601 | 2024-12-06T20:31:53.199Z | Downloaded approx v0.5.1 |
1602 | 2024-12-06T20:31:53.201Z | Downloaded async-channel v2.3.1 |
1603 | 2024-12-06T20:31:53.203Z | Downloaded async-channel v1.9.0 |
1604 | 2024-12-06T20:31:53.203Z | Downloaded assert-json-diff v2.0.2 |
1605 | 2024-12-06T20:31:53.210Z | Downloaded doc-comment v0.3.3 |
1606 | 2024-12-06T20:31:53.212Z | Downloaded guppy-workspace-hack v0.1.0 |
1607 | 2024-12-06T20:31:53.214Z | Downloaded pathdiff v0.2.2 |
1608 | 2024-12-06T20:31:53.221Z | Downloaded blocking v1.6.1 |
1609 | 2024-12-06T20:31:53.223Z | Downloaded cast v0.3.0 |
1610 | 2024-12-06T20:31:53.226Z | Downloaded async-global-executor v2.4.1 |
1611 | 2024-12-06T20:31:53.228Z | Downloaded datatest-stable v0.2.9 |
1612 | 2024-12-06T20:31:53.231Z | Downloaded kv-log-macro v1.0.7 |
1613 | 2024-12-06T20:31:53.236Z | Downloaded async-object-pool v0.1.5 |
1614 | 2024-12-06T20:31:53.238Z | Downloaded escape8259 v0.5.3 |
1615 | 2024-12-06T20:31:53.240Z | Downloaded nested v0.1.1 |
1616 | 2024-12-06T20:31:53.248Z | Downloaded target-triple v0.1.3 |
1617 | 2024-12-06T20:31:53.250Z | Downloaded parking v2.2.1 |
1618 | 2024-12-06T20:31:53.250Z | Downloaded concurrent-queue v2.5.0 |
1619 | 2024-12-06T20:31:53.252Z | Downloaded assert_cmd v2.0.16 |
1620 | 2024-12-06T20:31:53.255Z | Downloaded futures-timer v3.0.3 |
1621 | 2024-12-06T20:31:53.257Z | Downloaded plotters-svg v0.3.7 |
1622 | 2024-12-06T20:31:53.257Z | Downloaded indoc v2.0.5 |
1623 | 2024-12-06T20:31:53.260Z | Downloaded async-lock v3.4.0 |
1624 | 2024-12-06T20:31:53.262Z | Downloaded hyper-rustls v0.26.0 |
1625 | 2024-12-06T20:31:53.265Z | Downloaded blake2b_simd v1.0.2 |
1626 | 2024-12-06T20:31:53.267Z | Downloaded serde_regex v1.1.0 |
1627 | 2024-12-06T20:31:53.267Z | Downloaded async-executor v1.13.1 |
1628 | 2024-12-06T20:31:53.271Z | Downloaded relative-path v1.9.3 |
1629 | 2024-12-06T20:31:53.274Z | Downloaded path-tree v0.8.1 |
1630 | 2024-12-06T20:31:53.274Z | Downloaded oorandom v11.1.4 |
1631 | 2024-12-06T20:31:53.277Z | Downloaded event-listener v2.5.3 |
1632 | 2024-12-06T20:31:53.277Z | Downloaded plotters-backend v0.3.7 |
1633 | 2024-12-06T20:31:53.279Z | Downloaded piper v0.2.4 |
1634 | 2024-12-06T20:31:53.279Z | Downloaded async-attributes v1.1.2 |
1635 | 2024-12-06T20:31:53.281Z | Downloaded num_cpus v1.16.0 |
1636 | 2024-12-06T20:31:53.284Z | Downloaded proc-macro-crate v3.2.0 |
1637 | 2024-12-06T20:31:53.284Z | Downloaded event-listener-strategy v0.5.2 |
1638 | 2024-12-06T20:31:53.286Z | Downloaded threadpool v1.8.1 |
1639 | 2024-12-06T20:31:53.286Z | Downloaded stringmetrics v2.2.2 |
1640 | 2024-12-06T20:31:53.289Z | Downloaded async-task v4.7.1 |
1641 | 2024-12-06T20:31:53.291Z | Downloaded partial-io v0.5.4 |
1642 | 2024-12-06T20:31:53.291Z | Downloaded libtest-mimic v0.7.3 |
1643 | 2024-12-06T20:31:53.293Z | Downloaded async-io v2.3.4 |
1644 | 2024-12-06T20:31:53.296Z | Downloaded httptest v0.16.1 |
1645 | 2024-12-06T20:31:53.299Z | Downloaded cfg-expr v0.17.0 |
1646 | 2024-12-06T20:31:53.301Z | Downloaded async-signal v0.2.10 |
1647 | 2024-12-06T20:31:53.304Z | Downloaded target-spec v3.2.2 |
1648 | 2024-12-06T20:31:53.306Z | Downloaded async-process v2.3.0 |
1649 | 2024-12-06T20:31:53.308Z | Downloaded rustls-native-certs v0.7.3 |
1650 | 2024-12-06T20:31:53.310Z | Downloaded rust-argon2 v2.1.0 |
1651 | 2024-12-06T20:31:53.315Z | Downloaded trybuild v1.0.101 |
1652 | 2024-12-06T20:31:53.319Z | Downloaded tinytemplate v1.2.1 |
1653 | 2024-12-06T20:31:53.321Z | Downloaded event-listener v5.3.1 |
1654 | 2024-12-06T20:31:53.324Z | Downloaded futures-lite v2.3.0 |
1655 | 2024-12-06T20:31:53.326Z | Downloaded target-lexicon v0.12.16 |
1656 | 2024-12-06T20:31:53.329Z | Downloaded similar-asserts v1.6.0 |
1657 | 2024-12-06T20:31:53.331Z | Downloaded rand_distr v0.4.3 |
1658 | 2024-12-06T20:31:53.334Z | Downloaded rstest v0.23.0 |
1659 | 2024-12-06T20:31:53.339Z | Downloaded polling v3.7.3 |
1660 | 2024-12-06T20:31:53.342Z | Downloaded fancy-regex v0.13.0 |
1661 | 2024-12-06T20:31:53.345Z | Downloaded rstest_macros v0.23.0 |
1662 | 2024-12-06T20:31:53.348Z | Downloaded yansi v1.0.1 |
1663 | 2024-12-06T20:31:53.351Z | Downloaded criterion v0.5.1 |
1664 | 2024-12-06T20:31:53.357Z | Downloaded pretty_assertions v1.4.1 |
1665 | 2024-12-06T20:31:53.359Z | Downloaded guppy v0.17.8 |
1666 | 2024-12-06T20:31:53.364Z | Downloaded plotters v0.3.7 |
1667 | 2024-12-06T20:31:53.372Z | Downloaded async-std v1.13.0 |
1668 | 2024-12-06T20:31:53.454Z | Downloaded httpmock v0.8.0-alpha.1 |
1669 | 2024-12-06T20:31:54.253Z | Checking cfg-if v1.0.0 |
1670 | 2024-12-06T20:31:54.331Z | Checking libc v0.2.162 |
1671 | 2024-12-06T20:31:54.354Z | Checking serde v1.0.215 |
1672 | 2024-12-06T20:31:54.379Z | Checking memchr v2.7.4 |
1673 | 2024-12-06T20:31:54.400Z | Checking value-bag v1.9.0 |
1674 | 2024-12-06T20:31:54.424Z | Checking scopeguard v1.2.0 |
1675 | 2024-12-06T20:31:54.448Z | Checking zeroize v1.8.1 |
1676 | 2024-12-06T20:31:54.478Z | Checking smallvec v1.13.2 |
1677 | 2024-12-06T20:31:54.507Z | Checking itoa v1.0.11 |
1678 | 2024-12-06T20:31:54.567Z | Checking lock_api v0.4.12 |
1679 | 2024-12-06T20:31:54.710Z | Checking byteorder v1.5.0 |
1680 | 2024-12-06T20:31:54.738Z | Checking pin-project-lite v0.2.14 |
1681 | 2024-12-06T20:31:54.812Z | Checking log v0.4.22 |
1682 | 2024-12-06T20:31:54.839Z | Checking subtle v2.6.1 |
1683 | 2024-12-06T20:31:54.870Z | Checking once_cell v1.20.2 |
1684 | 2024-12-06T20:31:55.023Z | Checking typenum v1.17.0 |
1685 | 2024-12-06T20:31:55.129Z | Checking futures-core v0.3.31 |
1686 | 2024-12-06T20:31:55.158Z | Checking libm v0.2.8 |
1687 | 2024-12-06T20:31:55.187Z | Checking thiserror v1.0.69 |
1688 | 2024-12-06T20:31:55.220Z | Checking zerocopy v0.7.35 |
1689 | 2024-12-06T20:31:55.319Z | Checking ryu v1.0.18 |
1690 | 2024-12-06T20:31:55.344Z | Checking spin v0.9.8 |
1691 | 2024-12-06T20:31:55.371Z | Checking const-oid v0.9.6 |
1692 | 2024-12-06T20:31:55.492Z | Checking getrandom v0.2.15 |
1693 | 2024-12-06T20:31:55.555Z | Checking signal-hook-registry v1.4.2 |
1694 | 2024-12-06T20:31:55.721Z | Checking parking_lot_core v0.9.10 |
1695 | 2024-12-06T20:31:55.748Z | Checking rand_core v0.6.4 |
1696 | 2024-12-06T20:31:55.817Z | Checking mio v1.0.2 |
1697 | 2024-12-06T20:31:56.055Z | Checking num-traits v0.2.19 |
1698 | 2024-12-06T20:31:56.057Z | Checking parking_lot v0.12.3 |
1699 | 2024-12-06T20:31:56.103Z | Checking socket2 v0.5.7 |
1700 | 2024-12-06T20:31:56.356Z | Checking generic-array v0.14.7 |
1701 | 2024-12-06T20:31:56.413Z | Checking futures-io v0.3.31 |
1702 | 2024-12-06T20:31:56.445Z | Checking slab v0.4.9 |
1703 | 2024-12-06T20:31:56.592Z | Checking allocator-api2 v0.2.18 |
1704 | 2024-12-06T20:31:56.621Z | Checking cpufeatures v0.2.14 |
1705 | 2024-12-06T20:31:56.650Z | Checking futures-sink v0.3.31 |
1706 | 2024-12-06T20:31:56.725Z | Checking pin-utils v0.1.0 |
1707 | 2024-12-06T20:31:56.750Z | Checking foldhash v0.1.3 |
1708 | 2024-12-06T20:31:56.805Z | Checking equivalent v1.0.1 |
1709 | 2024-12-06T20:31:56.833Z | Checking futures-channel v0.3.31 |
1710 | 2024-12-06T20:31:56.928Z | Checking futures-task v0.3.31 |
1711 | 2024-12-06T20:31:56.970Z | Checking stable_deref_trait v1.2.0 |
1712 | 2024-12-06T20:31:57.092Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1713 | 2024-12-06T20:31:57.185Z | Checking fnv v1.0.7 |
1714 | 2024-12-06T20:31:57.220Z | Checking futures-util v0.3.31 |
1715 | 2024-12-06T20:31:57.246Z | Checking hashbrown v0.15.0 |
1716 | 2024-12-06T20:31:57.251Z | Checking iana-time-zone v0.1.61 |
1717 | 2024-12-06T20:31:57.331Z | Checking ppv-lite86 v0.2.20 |
1718 | 2024-12-06T20:31:57.422Z | Checking tracing-core v0.1.32 |
1719 | 2024-12-06T20:31:57.447Z | Checking errno v0.3.9 |
1720 | 2024-12-06T20:31:57.526Z | Checking crypto-common v0.1.6 |
1721 | 2024-12-06T20:31:57.636Z | Checking block-buffer v0.10.4 |
1722 | 2024-12-06T20:31:57.730Z | Checking zerofrom v0.1.4 |
1723 | 2024-12-06T20:31:57.796Z | Checking dyn-clone v1.0.17 |
1724 | 2024-12-06T20:31:57.878Z | Checking digest v0.10.7 |
1725 | 2024-12-06T20:31:57.938Z | Checking block-padding v0.3.3 |
1726 | 2024-12-06T20:31:57.971Z | Checking yoke v0.7.4 |
1727 | 2024-12-06T20:31:58.114Z | Checking tracing v0.1.40 |
1728 | 2024-12-06T20:31:58.143Z | Checking rand_chacha v0.3.1 |
1729 | 2024-12-06T20:31:58.168Z | Checking inout v0.1.3 |
1730 | 2024-12-06T20:31:58.259Z | Checking crossbeam-utils v0.8.20 |
1731 | 2024-12-06T20:31:58.299Z | Checking zerovec v0.10.4 |
1732 | 2024-12-06T20:31:58.403Z | Checking percent-encoding v2.3.1 |
1733 | 2024-12-06T20:31:58.449Z | Checking cipher v0.4.4 |
1734 | 2024-12-06T20:31:58.477Z | Checking litemap v0.7.3 |
1735 | 2024-12-06T20:31:58.545Z | Checking rand v0.8.5 |
1736 | 2024-12-06T20:31:58.610Z | Checking writeable v0.5.5 |
1737 | 2024-12-06T20:31:58.849Z | Checking tinyvec_macros v0.1.1 |
1738 | 2024-12-06T20:31:58.876Z | Checking form_urlencoded v1.2.1 |
1739 | 2024-12-06T20:31:58.943Z | Checking tinyvec v1.8.0 |
1740 | 2024-12-06T20:31:58.970Z | Checking httparse v1.9.5 |
1741 | 2024-12-06T20:31:58.973Z | Checking regex-syntax v0.8.5 |
1742 | 2024-12-06T20:31:59.083Z | Checking atomic-waker v1.1.2 |
1743 | 2024-12-06T20:31:59.219Z | Checking base64ct v1.6.0 |
1744 | 2024-12-06T20:31:59.438Z | Checking icu_locid_transform_data v1.5.0 |
1745 | 2024-12-06T20:31:59.492Z | Checking bytes v1.8.0 |
1746 | 2024-12-06T20:31:59.550Z | Checking bitflags v2.6.0 |
1747 | 2024-12-06T20:31:59.652Z | Checking serde_json v1.0.132 |
1748 | 2024-12-06T20:31:59.865Z | Checking indexmap v2.6.0 |
1749 | 2024-12-06T20:31:59.867Z | Checking chrono v0.4.38 |
1750 | 2024-12-06T20:31:59.999Z | Checking rustix v0.38.37 |
1751 | 2024-12-06T20:32:00.264Z | Checking uuid v1.11.0 |
1752 | 2024-12-06T20:32:00.381Z | Checking tokio v1.40.0 |
1753 | 2024-12-06T20:32:00.926Z | Checking http v1.1.0 |
1754 | 2024-12-06T20:32:01.170Z | Checking tinystr v0.7.6 |
1755 | 2024-12-06T20:32:01.421Z | Checking unicode-normalization v0.1.24 |
1756 | 2024-12-06T20:32:01.549Z | Checking icu_locid v1.5.0 |
1757 | 2024-12-06T20:32:02.047Z | Checking schemars v0.8.21 |
1758 | 2024-12-06T20:32:02.320Z | Checking icu_collections v1.5.0 |
1759 | 2024-12-06T20:32:02.365Z | Checking hmac v0.12.1 |
1760 | 2024-12-06T20:32:02.403Z | Checking icu_properties_data v1.5.0 |
1761 | 2024-12-06T20:32:02.555Z | Checking untrusted v0.9.0 |
1762 | 2024-12-06T20:32:02.600Z | Checking sha2 v0.10.8 |
1763 | 2024-12-06T20:32:02.650Z | Checking icu_provider v1.5.0 |
1764 | 2024-12-06T20:32:02.679Z | Checking aho-corasick v1.1.3 |
1765 | 2024-12-06T20:32:02.729Z | Checking ring v0.17.8 |
1766 | 2024-12-06T20:32:03.018Z | Checking unicode-ident v1.0.13 |
1767 | 2024-12-06T20:32:03.199Z | Checking utf8_iter v1.0.4 |
1768 | 2024-12-06T20:32:03.228Z | Checking write16 v1.0.0 |
1769 | 2024-12-06T20:32:03.443Z | Checking icu_locid_transform v1.5.0 |
1770 | 2024-12-06T20:32:03.446Z | Checking icu_normalizer_data v1.5.0 |
1771 | 2024-12-06T20:32:03.446Z | Checking unicode-bidi v0.3.17 |
1772 | 2024-12-06T20:32:03.493Z | Checking utf16_iter v1.0.5 |
1773 | 2024-12-06T20:32:03.576Z | Checking lazy_static v1.5.0 |
1774 | 2024-12-06T20:32:03.672Z | Checking powerfmt v0.2.0 |
1775 | 2024-12-06T20:32:03.707Z | Checking adler2 v2.0.0 |
1776 | 2024-12-06T20:32:03.735Z | Checking rustls-pki-types v1.9.0 |
1777 | 2024-12-06T20:32:03.879Z | Checking miniz_oxide v0.8.0 |
1778 | 2024-12-06T20:32:03.967Z | Checking deranged v0.3.11 |
1779 | 2024-12-06T20:32:04.069Z | Checking num-conv v0.1.0 |
1780 | 2024-12-06T20:32:04.330Z | Checking time-core v0.1.2 |
1781 | 2024-12-06T20:32:04.356Z | Checking num_threads v0.1.7 |
1782 | 2024-12-06T20:32:04.382Z | Checking regex-automata v0.4.8 |
1783 | 2024-12-06T20:32:04.406Z | Checking icu_properties v1.5.1 |
1784 | 2024-12-06T20:32:04.490Z | Checking proc-macro2 v1.0.89 |
1785 | 2024-12-06T20:32:04.512Z | Checking pem-rfc7468 v0.7.0 |
1786 | 2024-12-06T20:32:04.601Z | Checking untrusted v0.7.1 |
1787 | 2024-12-06T20:32:04.701Z | Checking http-body v1.0.1 |
1788 | 2024-12-06T20:32:04.775Z | Checking aws-lc-sys v0.22.0 |
1789 | 2024-12-06T20:32:04.811Z | Checking mirai-annotations v1.12.0 |
1790 | 2024-12-06T20:32:04.872Z | Checking base64 v0.22.1 |
1791 | 2024-12-06T20:32:05.001Z | Checking httpdate v1.0.3 |
1792 | 2024-12-06T20:32:05.153Z | Checking quote v1.0.37 |
1793 | 2024-12-06T20:32:05.256Z | Checking try-lock v0.2.5 |
1794 | 2024-12-06T20:32:05.341Z | Checking flagset v0.4.6 |
1795 | 2024-12-06T20:32:05.401Z | Checking want v0.3.1 |
1796 | 2024-12-06T20:32:05.529Z | Checking syn v2.0.87 |
1797 | 2024-12-06T20:32:05.554Z | Checking der v0.7.9 |
1798 | 2024-12-06T20:32:05.596Z | Checking pbkdf2 v0.12.2 |
1799 | 2024-12-06T20:32:05.732Z | Checking time v0.3.36 |
1800 | 2024-12-06T20:32:05.765Z | Checking aes v0.8.4 |
1801 | 2024-12-06T20:32:06.756Z | Checking salsa20 v0.10.2 |
1802 | 2024-12-06T20:32:07.002Z | Checking cbc v0.1.2 |
1803 | 2024-12-06T20:32:07.214Z | Checking ahash v0.8.11 |
1804 | 2024-12-06T20:32:07.389Z | Checking aws-lc-rs v1.10.0 |
1805 | 2024-12-06T20:32:07.528Z | Checking spki v0.7.3 |
1806 | 2024-12-06T20:32:07.778Z | Checking slog v2.7.0 |
1807 | 2024-12-06T20:32:07.845Z | Checking tower-service v0.3.3 |
1808 | 2024-12-06T20:32:07.889Z | Checking icu_normalizer v1.5.0 |
1809 | 2024-12-06T20:32:07.972Z | Checking scrypt v0.11.0 |
1810 | 2024-12-06T20:32:08.003Z | Checking tokio-util v0.7.12 |
1811 | 2024-12-06T20:32:08.202Z | Checking mime v0.3.17 |
1812 | 2024-12-06T20:32:08.258Z | Checking gimli v0.31.1 |
1813 | 2024-12-06T20:32:08.403Z | Checking pkcs5 v0.7.1 |
1814 | 2024-12-06T20:32:08.522Z | Checking object v0.36.5 |
1815 | 2024-12-06T20:32:12.669Z | Checking idna_adapter v1.2.0 |
1816 | 2024-12-06T20:32:12.709Z | Checking idna v1.0.3 |
1817 | 2024-12-06T20:32:12.709Z | Checking utf8parse v0.2.2 |
1818 | 2024-12-06T20:32:12.709Z | Checking h2 v0.4.6 |
1819 | 2024-12-06T20:32:12.709Z | Checking rustc-demangle v0.1.24 |
1820 | 2024-12-06T20:32:12.709Z | Checking regex v1.11.1 |
1821 | 2024-12-06T20:32:12.709Z | Checking rustls-webpki v0.102.8 |
1822 | 2024-12-06T20:32:12.709Z | Checking url v2.5.3 |
1823 | 2024-12-06T20:32:12.709Z | Checking pkcs8 v0.10.2 |
1824 | 2024-12-06T20:32:12.709Z | Checking http-body-util v0.1.2 |
1825 | 2024-12-06T20:32:12.710Z | Checking futures-executor v0.3.31 |
1826 | 2024-12-06T20:32:12.710Z | Checking toml_datetime v0.6.8 |
1827 | 2024-12-06T20:32:12.710Z | Checking serde_spanned v0.6.8 |
1828 | 2024-12-06T20:32:12.710Z | Checking ipnet v2.10.1 |
1829 | 2024-12-06T20:32:12.710Z | Checking unicode-width v0.1.14 |
1830 | 2024-12-06T20:32:12.710Z | Checking data-encoding v2.6.0 |
1831 | 2024-12-06T20:32:12.710Z | Checking futures v0.3.31 |
1832 | 2024-12-06T20:32:12.710Z | Checking rustls-pemfile v2.2.0 |
1833 | 2024-12-06T20:32:12.710Z | Checking anstyle v1.0.10 |
1834 | 2024-12-06T20:32:12.710Z | Checking openssl-probe v0.1.5 |
1835 | 2024-12-06T20:32:12.710Z | Checking foreign-types-shared v0.1.1 |
1836 | 2024-12-06T20:32:12.710Z | Checking foreign-types v0.3.2 |
1837 | 2024-12-06T20:32:12.710Z | Checking semver v1.0.23 |
1838 | 2024-12-06T20:32:12.710Z | Checking serde_urlencoded v0.7.1 |
1839 | 2024-12-06T20:32:12.710Z | Checking sha1 v0.10.6 |
1840 | 2024-12-06T20:32:12.710Z | Checking openssl-sys v0.9.103 |
1841 | 2024-12-06T20:32:12.711Z | Checking encoding_rs v0.8.34 |
1842 | 2024-12-06T20:32:12.711Z | Checking rustls v0.23.14 |
1843 | 2024-12-06T20:32:12.711Z | Checking anstyle-parse v0.2.5 |
1844 | 2024-12-06T20:32:12.711Z | Checking camino v1.1.9 |
1845 | 2024-12-06T20:32:12.711Z | Checking colorchoice v1.0.2 |
1846 | 2024-12-06T20:32:12.711Z | Checking is_terminal_polyfill v1.70.1 |
1847 | 2024-12-06T20:32:12.711Z | Checking addr2line v0.24.2 |
1848 | 2024-12-06T20:32:12.711Z | Checking either v1.13.0 |
1849 | 2024-12-06T20:32:12.711Z | Checking anstyle-query v1.1.1 |
1850 | 2024-12-06T20:32:12.711Z | Checking openssl v0.10.66 |
1851 | 2024-12-06T20:32:12.711Z | Checking winnow v0.6.20 |
1852 | 2024-12-06T20:32:12.717Z | Checking anstream v0.6.15 |
1853 | 2024-12-06T20:32:12.839Z | Checking idna v0.3.0 |
1854 | 2024-12-06T20:32:13.102Z | Checking terminal_size v0.4.0 |
1855 | 2024-12-06T20:32:13.282Z | Checking openapiv3 v2.0.0 |
1856 | 2024-12-06T20:32:13.664Z | Checking signature v2.2.0 |
1857 | 2024-12-06T20:32:13.706Z | Checking clap_lex v0.7.2 |
1858 | 2024-12-06T20:32:13.878Z | Checking strsim v0.11.1 |
1859 | 2024-12-06T20:32:13.981Z | Checking psl-types v2.0.11 |
1860 | 2024-12-06T20:32:14.188Z | Checking clap_builder v4.5.21 |
1861 | 2024-12-06T20:32:14.216Z | Checking publicsuffix v2.2.3 |
1862 | 2024-12-06T20:32:14.475Z | Checking cookie v0.18.1 |
1863 | 2024-12-06T20:32:14.974Z | Checking backtrace v0.3.74 |
1864 | 2024-12-06T20:32:15.002Z | Checking webpki-roots v0.26.6 |
1865 | 2024-12-06T20:32:15.230Z | Checking idna v0.5.0 |
1866 | 2024-12-06T20:32:15.341Z | Checking hyper v1.5.0 |
1867 | 2024-12-06T20:32:15.567Z | Checking anyhow v1.0.93 |
1868 | 2024-12-06T20:32:15.608Z | Checking is-terminal v0.4.13 |
1869 | 2024-12-06T20:32:15.739Z | Checking scroll v0.12.0 |
1870 | 2024-12-06T20:32:15.976Z | Checking plain v0.2.3 |
1871 | 2024-12-06T20:32:16.077Z | Checking ucd-trie v0.1.7 |
1872 | 2024-12-06T20:32:16.159Z | Checking cookie_store v0.21.0 |
1873 | 2024-12-06T20:32:16.206Z | Checking goblin v0.8.2 |
1874 | 2024-12-06T20:32:16.303Z | Checking pest v2.7.14 |
1875 | 2024-12-06T20:32:16.802Z | Checking sync_wrapper v1.0.1 |
1876 | 2024-12-06T20:32:16.840Z | Checking pretty-hex v0.4.1 |
1877 | 2024-12-06T20:32:16.960Z | Checking base16ct v0.2.0 |
1878 | 2024-12-06T20:32:17.018Z | Checking num-integer v0.1.46 |
1879 | 2024-12-06T20:32:17.063Z | Checking tokio-rustls v0.26.0 |
1880 | 2024-12-06T20:32:17.159Z | Checking sec1 v0.7.3 |
1881 | 2024-12-06T20:32:17.361Z | Checking clap v4.5.21 |
1882 | 2024-12-06T20:32:17.484Z | Checking ff v0.13.0 |
1883 | 2024-12-06T20:32:17.512Z | Checking thread-id v4.2.2 |
1884 | 2024-12-06T20:32:17.540Z | Checking hyper-util v0.1.10 |
1885 | 2024-12-06T20:32:17.542Z | Checking toml_edit v0.22.22 |
1886 | 2024-12-06T20:32:17.587Z | Checking hkdf v0.12.4 |
1887 | 2024-12-06T20:32:17.629Z | Checking crypto-bigint v0.5.5 |
1888 | 2024-12-06T20:32:17.689Z | Checking group v0.13.0 |
1889 | 2024-12-06T20:32:17.808Z | Checking memmap v0.7.0 |
1890 | 2024-12-06T20:32:17.891Z | Checking native-tls v0.2.12 |
1891 | 2024-12-06T20:32:17.958Z | Checking dirs-sys-next v0.1.2 |
1892 | 2024-12-06T20:32:18.029Z | Checking crc32fast v1.4.2 |
1893 | 2024-12-06T20:32:18.154Z | Checking utf-8 v0.7.6 |
1894 | 2024-12-06T20:32:18.234Z | Checking tokio-native-tls v0.3.1 |
1895 | 2024-12-06T20:32:18.290Z | Checking static_assertions v1.1.0 |
1896 | 2024-12-06T20:32:18.381Z | Checking bitflags v1.3.2 |
1897 | 2024-12-06T20:32:18.412Z | Checking dirs-next v2.0.0 |
1898 | 2024-12-06T20:32:18.499Z | Checking crossbeam-channel v0.5.13 |
1899 | 2024-12-06T20:32:18.525Z | Checking thread_local v1.1.8 |
1900 | 2024-12-06T20:32:18.556Z | Checking unicode-segmentation v1.12.0 |
1901 | 2024-12-06T20:32:18.733Z | Checking dtrace-parser v0.2.0 |
1902 | 2024-12-06T20:32:18.799Z | Checking term v0.7.0 |
1903 | 2024-12-06T20:32:19.260Z | Checking num-iter v0.1.45 |
1904 | 2024-12-06T20:32:19.262Z | Checking crossbeam-epoch v0.9.18 |
1905 | 2024-12-06T20:32:19.306Z | Checking take_mut v0.2.2 |
1906 | 2024-12-06T20:32:19.309Z | Checking match_cfg v0.1.0 |
1907 | 2024-12-06T20:32:19.426Z | Checking hostname v0.3.1 |
1908 | 2024-12-06T20:32:19.454Z | Checking slog-term v2.9.1 |
1909 | 2024-12-06T20:32:19.488Z | Checking slog-async v2.8.0 |
1910 | 2024-12-06T20:32:19.560Z | Checking hyper-tls v0.6.0 |
1911 | 2024-12-06T20:32:19.588Z | Checking hyper-rustls v0.27.3 |
1912 | 2024-12-06T20:32:19.728Z | Checking bstr v1.10.0 |
1913 | 2024-12-06T20:32:19.783Z | Checking rfc6979 v0.4.0 |
1914 | 2024-12-06T20:32:19.882Z | Checking hex v0.4.3 |
1915 | 2024-12-06T20:32:19.958Z | Checking reqwest v0.12.9 |
1916 | 2024-12-06T20:32:19.983Z | Checking managed v0.8.0 |
1917 | 2024-12-06T20:32:19.986Z | Checking winnow v0.5.40 |
1918 | 2024-12-06T20:32:20.204Z | Checking toml v0.8.19 |
1919 | 2024-12-06T20:32:20.397Z | Checking crossbeam-deque v0.8.5 |
1920 | 2024-12-06T20:32:20.399Z | Checking num-bigint-dig v0.8.4 |
1921 | 2024-12-06T20:32:20.522Z | Checking elliptic-curve v0.13.8 |
1922 | 2024-12-06T20:32:20.655Z | Checking flate2 v1.0.34 |
1923 | 2024-12-06T20:32:20.730Z | Checking rustls v0.22.4 |
1924 | 2024-12-06T20:32:20.946Z | Checking pkcs1 v0.7.5 |
1925 | 2024-12-06T20:32:21.215Z | Checking ecdsa v0.16.9 |
1926 | 2024-12-06T20:32:21.269Z | Checking dof v0.3.0 |
1927 | 2024-12-06T20:32:21.362Z | Checking curve25519-dalek v4.1.3 |
1928 | 2024-12-06T20:32:21.365Z | Checking zerocopy v0.6.6 |
1929 | 2024-12-06T20:32:21.849Z | Checking siphasher v0.3.11 |
1930 | 2024-12-06T20:32:21.899Z | Checking usdt-impl v0.5.0 |
1931 | 2024-12-06T20:32:21.925Z | Checking rayon-core v1.12.1 |
1932 | 2024-12-06T20:32:22.166Z | Checking ed25519 v2.2.3 |
1933 | 2024-12-06T20:32:22.197Z | Checking slog-json v2.6.1 |
1934 | 2024-12-06T20:32:22.484Z | Checking usdt v0.5.0 |
1935 | 2024-12-06T20:32:22.486Z | Checking signal-hook v0.3.17 |
1936 | 2024-12-06T20:32:22.533Z | Checking debug-ignore v1.0.5 |
1937 | 2024-12-06T20:32:22.617Z | Checking quick-error v1.2.3 |
1938 | 2024-12-06T20:32:22.654Z | Checking rsa v0.9.6 |
1939 | 2024-12-06T20:32:22.680Z | Checking slog-bunyan v2.5.0 |
1940 | 2024-12-06T20:32:22.750Z | Checking multer v3.1.0 |
1941 | 2024-12-06T20:32:22.777Z | Checking itertools v0.10.5 |
1942 | 2024-12-06T20:32:22.843Z | Checking x509-cert v0.2.5 |
1943 | 2024-12-06T20:32:22.847Z | Checking idna v0.4.0 |
1944 | 2024-12-06T20:32:23.108Z | Checking toml_edit v0.19.15 |
1945 | 2024-12-06T20:32:23.169Z | Checking hubpack v0.1.2 |
1946 | 2024-12-06T20:32:23.320Z | Checking ed25519-dalek v2.1.1 |
1947 | 2024-12-06T20:32:23.497Z | Checking serde_path_to_error v0.1.16 |
1948 | 2024-12-06T20:32:23.742Z | Checking waitgroup v0.1.2 |
1949 | 2024-12-06T20:32:23.771Z | Checking bzip2-sys v0.1.11+1.0.8 |
1950 | 2024-12-06T20:32:23.774Z | Checking async-stream v0.3.6 |
1951 | 2024-12-06T20:32:23.875Z | Checking hostname v0.4.0 |
1952 | 2024-12-06T20:32:23.906Z | Checking bit-vec v0.6.3 |
1953 | 2024-12-06T20:32:24.004Z | Checking bzip2 v0.4.4 |
1954 | 2024-12-06T20:32:24.033Z | Checking hickory-proto v0.24.1 |
1955 | 2024-12-06T20:32:24.090Z | Checking signal-hook-mio v0.2.4 |
1956 | 2024-12-06T20:32:24.259Z | Checking console v0.15.8 |
1957 | 2024-12-06T20:32:24.300Z | Checking bit-set v0.5.3 |
1958 | 2024-12-06T20:32:24.327Z | Checking hash32 v0.2.1 |
1959 | 2024-12-06T20:32:24.488Z | Checking unicode-properties v0.1.3 |
1960 | 2024-12-06T20:32:24.517Z | Checking tokio-rustls v0.25.0 |
1961 | 2024-12-06T20:32:24.574Z | Checking predicates-core v1.0.8 |
1962 | 2024-12-06T20:32:24.657Z | Checking linked-hash-map v0.5.6 |
1963 | 2024-12-06T20:32:24.776Z | Checking heapless v0.7.17 |
1964 | 2024-12-06T20:32:24.848Z | Checking crossterm v0.28.1 |
1965 | 2024-12-06T20:32:24.875Z | Checking stringprep v0.1.5 |
1966 | 2024-12-06T20:32:24.911Z | Checking dropshot v0.12.0 |
1967 | 2024-12-06T20:32:24.987Z | Checking lru-cache v0.1.2 |
1968 | 2024-12-06T20:32:25.095Z | Checking rayon v1.10.0 |
1969 | 2024-12-06T20:32:25.160Z | Checking phf_shared v0.11.2 |
1970 | 2024-12-06T20:32:25.187Z | Checking similar v2.6.0 |
1971 | 2024-12-06T20:32:25.475Z | Checking tokio-stream v0.1.16 |
1972 | 2024-12-06T20:32:25.715Z | Checking toml v0.7.8 |
1973 | 2024-12-06T20:32:25.891Z | Checking md-5 v0.10.6 |
1974 | 2024-12-06T20:32:26.091Z | Checking float-cmp v0.9.0 |
1975 | 2024-12-06T20:32:26.154Z | Checking fixedbitset v0.4.2 |
1976 | 2024-12-06T20:32:26.300Z | Checking fallible-iterator v0.2.0 |
1977 | 2024-12-06T20:32:26.375Z | Checking normalize-line-endings v0.3.0 |
1978 | 2024-12-06T20:32:26.438Z | Checking difflib v0.4.0 |
1979 | 2024-12-06T20:32:26.513Z | Checking petgraph v0.6.5 |
1980 | 2024-12-06T20:32:26.541Z | Checking smoltcp v0.9.1 |
1981 | 2024-12-06T20:32:26.769Z | Checking phf v0.11.2 |
1982 | 2024-12-06T20:32:26.796Z | Checking predicates v3.1.2 |
1983 | 2024-12-06T20:32:26.914Z | Checking postgres-protocol v0.6.7 |
1984 | 2024-12-06T20:32:27.060Z | Checking zip v0.6.6 |
1985 | 2024-12-06T20:32:27.511Z | Checking resolv-conf v0.7.0 |
1986 | 2024-12-06T20:32:27.663Z | Checking phf_shared v0.10.0 |
1987 | 2024-12-06T20:32:27.814Z | Checking tungstenite v0.24.0 |
1988 | 2024-12-06T20:32:27.873Z | Checking fs-err v2.11.0 |
1989 | 2024-12-06T20:32:27.952Z | Checking serde-big-array v0.5.1 |
1990 | 2024-12-06T20:32:28.099Z | Checking portable-atomic v1.9.0 |
1991 | 2024-12-06T20:32:28.170Z | Checking lalrpop-util v0.19.12 |
1992 | 2024-12-06T20:32:28.467Z | Checking new_debug_unreachable v1.0.6 |
1993 | 2024-12-06T20:32:28.470Z | Checking precomputed-hash v0.1.1 |
1994 | 2024-12-06T20:32:28.564Z | Checking number_prefix v0.4.0 |
1995 | 2024-12-06T20:32:28.602Z | Checking minimal-lexical v0.2.1 |
1996 | 2024-12-06T20:32:28.605Z | Checking unicode-width v0.2.0 |
1997 | 2024-12-06T20:32:28.699Z | Checking tokio-tungstenite v0.24.0 |
1998 | 2024-12-06T20:32:28.757Z | Checking string_cache v0.8.7 |
1999 | 2024-12-06T20:32:28.917Z | Checking hickory-resolver v0.24.1 |
2000 | 2024-12-06T20:32:28.991Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2001 | 2024-12-06T20:32:29.020Z | Checking nom v7.1.3 |
2002 | 2024-12-06T20:32:29.062Z | Checking postgres-types v0.2.8 |
2003 | 2024-12-06T20:32:29.118Z | Checking itertools v0.12.1 |
2004 | 2024-12-06T20:32:29.121Z | Checking indicatif v0.17.9 |
2005 | 2024-12-06T20:32:29.179Z | Checking peg-runtime v0.8.3 |
2006 | 2024-12-06T20:32:29.419Z | Checking whoami v1.5.2 |
2007 | 2024-12-06T20:32:29.787Z | Checking tokio-postgres v0.7.12 |
2008 | 2024-12-06T20:32:29.873Z | Compiling hashbrown v0.14.5 |
2009 | 2024-12-06T20:32:29.949Z | Compiling ident_case v1.0.1 |
2010 | 2024-12-06T20:32:29.952Z | Compiling unsafe-libyaml v0.2.11 |
2011 | 2024-12-06T20:32:30.151Z | Compiling darling_core v0.20.10 |
2012 | 2024-12-06T20:32:30.586Z | Checking qorb v0.2.1 |
2013 | 2024-12-06T20:32:31.363Z | Compiling regress v0.10.1 |
2014 | 2024-12-06T20:32:31.741Z | Compiling serde_yaml v0.9.34+deprecated |
2015 | 2024-12-06T20:32:32.005Z | Checking heck v0.5.0 |
2016 | 2024-12-06T20:32:32.199Z | Checking progenitor-client v0.8.0 |
2017 | 2024-12-06T20:32:32.634Z | Checking fastrand v2.1.1 |
2018 | 2024-12-06T20:32:32.965Z | Compiling newtype-uuid v1.1.3 |
2019 | 2024-12-06T20:32:32.996Z | Checking ipnetwork v0.20.0 |
2020 | 2024-12-06T20:32:33.291Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-12-06T20:32:33.319Z | Checking strum v0.26.3 |
2022 | 2024-12-06T20:32:33.372Z | Compiling dropshot v0.13.0 |
2023 | 2024-12-06T20:32:33.492Z | Checking macaddr v1.0.1 |
2024 | 2024-12-06T20:32:33.744Z | Compiling dropshot_endpoint v0.13.0 |
2025 | 2024-12-06T20:32:33.816Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2026 | 2024-12-06T20:32:34.608Z | Checking tempfile v3.13.0 |
2027 | 2024-12-06T20:32:34.836Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2028 | 2024-12-06T20:32:34.994Z | Checking instant v0.1.13 |
2029 | 2024-12-06T20:32:35.173Z | Compiling typify-impl v0.2.0 |
2030 | 2024-12-06T20:32:35.195Z | Checking regress v0.9.1 |
2031 | 2024-12-06T20:32:36.033Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2032 | 2024-12-06T20:32:36.239Z | Compiling structmeta v0.3.0 |
2033 | 2024-12-06T20:32:36.520Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2034 | 2024-12-06T20:32:36.691Z | Compiling parse-display-derive v0.10.0 |
2035 | 2024-12-06T20:32:36.832Z | Checking backoff v0.4.0 |
2036 | 2024-12-06T20:32:36.859Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2037 | 2024-12-06T20:32:37.012Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2038 | 2024-12-06T20:32:37.149Z | Checking wait-timeout v0.2.0 |
2039 | 2024-12-06T20:32:37.182Z | Checking rand_xorshift v0.3.0 |
2040 | 2024-12-06T20:32:37.301Z | Compiling darling_macro v0.20.10 |
2041 | 2024-12-06T20:32:37.382Z | Checking rusty-fork v0.3.0 |
2042 | 2024-12-06T20:32:37.385Z | Checking unarray v0.1.4 |
2043 | 2024-12-06T20:32:37.573Z | Compiling structmeta-derive v0.2.0 |
2044 | 2024-12-06T20:32:37.709Z | Checking proptest v1.5.0 |
2045 | 2024-12-06T20:32:38.292Z | Compiling darling v0.20.10 |
2046 | 2024-12-06T20:32:38.430Z | Compiling serde_with_macros v3.11.0 |
2047 | 2024-12-06T20:32:38.859Z | Checking camino-tempfile v1.1.1 |
2048 | 2024-12-06T20:32:39.175Z | Compiling proc-macro-error v1.0.4 |
2049 | 2024-12-06T20:32:39.540Z | Compiling proc-macro-crate v1.3.1 |
2050 | 2024-12-06T20:32:39.914Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2051 | 2024-12-06T20:32:40.327Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2052 | 2024-12-06T20:32:40.490Z | Compiling structmeta v0.2.0 |
2053 | 2024-12-06T20:32:40.655Z | Compiling foreign-types-macros v0.2.3 |
2054 | 2024-12-06T20:32:40.686Z | Compiling num_enum_derive v0.5.11 |
2055 | 2024-12-06T20:32:40.922Z | Compiling test-strategy v0.3.1 |
2056 | 2024-12-06T20:32:41.390Z | Checking serde_with v3.11.0 |
2057 | 2024-12-06T20:32:41.453Z | Checking parse-display v0.10.0 |
2058 | 2024-12-06T20:32:41.690Z | Checking foreign-types-shared v0.3.1 |
2059 | 2024-12-06T20:32:42.054Z | Checking foreign-types v0.5.0 |
2060 | 2024-12-06T20:32:42.168Z | Checking tabwriter v1.4.0 |
2061 | 2024-12-06T20:32:42.194Z | Checking cstr-argument v0.1.2 |
2062 | 2024-12-06T20:32:42.426Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2063 | 2024-12-06T20:32:42.474Z | Checking pretty-hex v0.2.1 |
2064 | 2024-12-06T20:32:42.526Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2065 | 2024-12-06T20:32:42.644Z | Checking colored v2.1.0 |
2066 | 2024-12-06T20:32:42.815Z | Checking smf v0.2.3 |
2067 | 2024-12-06T20:32:42.845Z | Compiling crucible-workspace-hack v0.1.0 |
2068 | 2024-12-06T20:32:42.975Z | Compiling zerocopy v0.8.10 |
2069 | 2024-12-06T20:32:43.121Z | Checking base64 v0.21.7 |
2070 | 2024-12-06T20:32:43.275Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2071 | 2024-12-06T20:32:43.322Z | Checking num_enum v0.5.11 |
2072 | 2024-12-06T20:32:43.354Z | Compiling itertools v0.13.0 |
2073 | 2024-12-06T20:32:43.437Z | Compiling zerocopy-derive v0.8.10 |
2074 | 2024-12-06T20:32:43.479Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2024-12-06T20:32:43.622Z | Checking termtree v0.4.1 |
2076 | 2024-12-06T20:32:43.756Z | Compiling heapless v0.8.0 |
2077 | 2024-12-06T20:32:43.829Z | Checking predicates-tree v1.0.11 |
2078 | 2024-12-06T20:32:44.000Z | Checking hash32 v0.3.1 |
2079 | 2024-12-06T20:32:44.090Z | Compiling smoltcp v0.11.0 |
2080 | 2024-12-06T20:32:44.209Z | Checking cobs v0.2.3 |
2081 | 2024-12-06T20:32:44.413Z | Checking postcard v1.0.10 |
2082 | 2024-12-06T20:32:44.857Z | Checking sigpipe v0.1.3 |
2083 | 2024-12-06T20:32:44.964Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2084 | 2024-12-06T20:32:44.993Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2085 | 2024-12-06T20:32:44.995Z | Checking atomicwrites v0.4.4 |
2086 | 2024-12-06T20:32:45.040Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2087 | 2024-12-06T20:32:45.154Z | Compiling mockall_derive v0.13.0 |
2088 | 2024-12-06T20:32:45.206Z | Compiling thiserror v2.0.3 |
2089 | 2024-12-06T20:32:45.340Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2090 | 2024-12-06T20:32:45.474Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2091 | 2024-12-06T20:32:45.665Z | Compiling thiserror-impl v2.0.3 |
2092 | 2024-12-06T20:32:45.790Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2093 | 2024-12-06T20:32:46.193Z | Compiling zone_cfg_derive v0.3.0 |
2094 | 2024-12-06T20:32:46.495Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2095 | 2024-12-06T20:32:47.745Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2096 | 2024-12-06T20:32:48.033Z | Compiling num-derive v0.4.2 |
2097 | 2024-12-06T20:32:48.136Z | Checking fragile v2.0.0 |
2098 | 2024-12-06T20:32:48.420Z | Checking downcast v0.11.0 |
2099 | 2024-12-06T20:32:48.526Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2100 | 2024-12-06T20:32:48.629Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2101 | 2024-12-06T20:32:48.852Z | Checking zone v0.3.0 |
2102 | 2024-12-06T20:32:48.890Z | Compiling convert_case v0.4.0 |
2103 | 2024-12-06T20:32:49.624Z | Checking newline-converter v0.3.0 |
2104 | 2024-12-06T20:32:49.715Z | Checking tungstenite v0.21.0 |
2105 | 2024-12-06T20:32:49.788Z | Checking expectorate v1.1.0 |
2106 | 2024-12-06T20:32:49.812Z | Compiling derive_more v0.99.18 |
2107 | 2024-12-06T20:32:49.964Z | Checking same-file v1.0.6 |
2108 | 2024-12-06T20:32:50.153Z | Checking walkdir v2.5.0 |
2109 | 2024-12-06T20:32:50.577Z | Checking arc-swap v1.7.1 |
2110 | 2024-12-06T20:32:50.580Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2111 | 2024-12-06T20:32:50.643Z | Checking tokio-tungstenite v0.21.0 |
2112 | 2024-12-06T20:32:50.921Z | Checking slog-scope v4.4.0 |
2113 | 2024-12-06T20:32:50.947Z | Checking xattr v1.3.1 |
2114 | 2024-12-06T20:32:51.139Z | Checking slog-stdlog v4.1.1 |
2115 | 2024-12-06T20:32:51.165Z | Checking filetime v0.2.25 |
2116 | 2024-12-06T20:32:51.190Z | Checking num-rational v0.4.2 |
2117 | 2024-12-06T20:32:51.330Z | Checking slog-envlogger v2.2.0 |
2118 | 2024-12-06T20:32:51.396Z | Checking tar v0.4.42 |
2119 | 2024-12-06T20:32:51.556Z | Checking num-complex v0.4.6 |
2120 | 2024-12-06T20:32:51.887Z | Checking float-ord v0.3.2 |
2121 | 2024-12-06T20:32:52.049Z | Compiling owo-colors v4.1.0 |
2122 | 2024-12-06T20:32:52.268Z | Checking swrite v0.1.0 |
2123 | 2024-12-06T20:32:52.339Z | Compiling cancel-safe-futures v0.1.5 |
2124 | 2024-12-06T20:32:52.418Z | Checking libsw v3.3.1 |
2125 | 2024-12-06T20:32:52.526Z | Checking num v0.4.3 |
2126 | 2024-12-06T20:32:52.642Z | Checking pem v3.0.4 |
2127 | 2024-12-06T20:32:52.715Z | Checking password-hash v0.5.0 |
2128 | 2024-12-06T20:32:52.899Z | Checking blake2 v0.10.6 |
2129 | 2024-12-06T20:32:53.208Z | Checking indent_write v2.2.0 |
2130 | 2024-12-06T20:32:53.233Z | Checking linear-map v1.2.0 |
2131 | 2024-12-06T20:32:53.350Z | Checking argon2 v0.5.3 |
2132 | 2024-12-06T20:32:53.421Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2133 | 2024-12-06T20:32:53.770Z | Compiling lzma-sys v0.1.20 |
2134 | 2024-12-06T20:32:53.894Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2135 | 2024-12-06T20:32:53.921Z | Compiling typify-macro v0.2.0 |
2136 | 2024-12-06T20:32:54.054Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2137 | 2024-12-06T20:32:54.106Z | Checking headers-core v0.3.0 |
2138 | 2024-12-06T20:32:54.261Z | Compiling heck v0.3.3 |
2139 | 2024-12-06T20:32:54.308Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2140 | 2024-12-06T20:32:54.333Z | Checking mockall v0.13.0 |
2141 | 2024-12-06T20:32:54.409Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2142 | 2024-12-06T20:32:54.594Z | Checking headers v0.4.0 |
2143 | 2024-12-06T20:32:54.671Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2144 | 2024-12-06T20:32:54.715Z | Compiling zone_cfg_derive v0.1.2 |
2145 | 2024-12-06T20:32:54.745Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2146 | 2024-12-06T20:32:54.748Z | Checking yasna v0.5.2 |
2147 | 2024-12-06T20:32:55.082Z | Checking base64 v0.13.1 |
2148 | 2024-12-06T20:32:55.519Z | Checking highway v1.2.0 |
2149 | 2024-12-06T20:32:55.694Z | Checking rcgen v0.12.1 |
2150 | 2024-12-06T20:32:55.755Z | Checking ron v0.7.1 |
2151 | 2024-12-06T20:32:55.951Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-12-06T20:32:56.309Z | Checking zone v0.1.8 |
2153 | 2024-12-06T20:32:56.405Z | Checking xz2 v0.1.7 |
2154 | 2024-12-06T20:32:56.730Z | Checking subprocess v0.2.9 |
2155 | 2024-12-06T20:32:57.022Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2156 | 2024-12-06T20:32:57.025Z | Checking humantime v2.1.0 |
2157 | 2024-12-06T20:32:57.062Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2158 | 2024-12-06T20:32:57.372Z | Compiling semver v0.1.20 |
2159 | 2024-12-06T20:32:57.386Z | Checking half v2.4.1 |
2160 | 2024-12-06T20:32:57.924Z | Compiling rustc_version v0.1.7 |
2161 | 2024-12-06T20:32:57.927Z | Checking ciborium-io v0.2.2 |
2162 | 2024-12-06T20:32:57.970Z | Checking prettyplease v0.2.25 |
2163 | 2024-12-06T20:32:58.077Z | Checking ciborium-ll v0.2.2 |
2164 | 2024-12-06T20:32:58.328Z | Compiling typify v0.2.0 |
2165 | 2024-12-06T20:32:58.377Z | Checking ciborium v0.2.2 |
2166 | 2024-12-06T20:32:58.432Z | Compiling newtype_derive v0.1.6 |
2167 | 2024-12-06T20:32:58.488Z | Compiling progenitor-impl v0.8.0 |
2168 | 2024-12-06T20:32:58.583Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2169 | 2024-12-06T20:33:00.409Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2170 | 2024-12-06T20:33:00.747Z | Checking steno v0.4.1 |
2171 | 2024-12-06T20:33:00.944Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2172 | 2024-12-06T20:33:01.539Z | Checking display-error-chain v0.2.2 |
2173 | 2024-12-06T20:33:01.723Z | Compiling slog-dtrace v0.3.0 |
2174 | 2024-12-06T20:33:01.913Z | Checking gethostname v0.5.0 |
2175 | 2024-12-06T20:33:02.043Z | Checking nibble_vec v0.1.0 |
2176 | 2024-12-06T20:33:02.232Z | Compiling ring v0.16.20 |
2177 | 2024-12-06T20:33:02.301Z | Compiling blake3 v1.5.4 |
2178 | 2024-12-06T20:33:02.600Z | Checking endian-type v0.1.2 |
2179 | 2024-12-06T20:33:02.835Z | Checking keccak v0.1.5 |
2180 | 2024-12-06T20:33:03.126Z | Checking radix_trie v0.2.1 |
2181 | 2024-12-06T20:33:03.176Z | Checking sha3 v0.10.8 |
2182 | 2024-12-06T20:33:03.480Z | Checking universal-hash v0.5.1 |
2183 | 2024-12-06T20:33:03.551Z | Checking secrecy v0.8.0 |
2184 | 2024-12-06T20:33:03.582Z | Checking opaque-debug v0.3.1 |
2185 | 2024-12-06T20:33:03.654Z | Checking aead v0.5.2 |
2186 | 2024-12-06T20:33:03.677Z | Checking chacha20 v0.9.1 |
2187 | 2024-12-06T20:33:03.696Z | Checking poly1305 v0.8.0 |
2188 | 2024-12-06T20:33:04.067Z | Compiling memmap2 v0.9.5 |
2189 | 2024-12-06T20:33:04.194Z | Compiling arrayvec v0.7.6 |
2190 | 2024-12-06T20:33:04.555Z | Compiling spin v0.5.2 |
2191 | 2024-12-06T20:33:04.633Z | Compiling constant_time_eq v0.3.1 |
2192 | 2024-12-06T20:33:04.800Z | Compiling arrayref v0.3.9 |
2193 | 2024-12-06T20:33:04.802Z | Compiling toolchain_find v0.4.0 |
2194 | 2024-12-06T20:33:04.844Z | Compiling thiserror-impl-no-std v2.0.2 |
2195 | 2024-12-06T20:33:05.020Z | Compiling topological-sort v0.2.2 |
2196 | 2024-12-06T20:33:05.252Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2197 | 2024-12-06T20:33:05.343Z | Compiling rustfmt-wrapper v0.2.1 |
2198 | 2024-12-06T20:33:05.535Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2199 | 2024-12-06T20:33:05.802Z | Checking chacha20poly1305 v0.10.1 |
2200 | 2024-12-06T20:33:05.900Z | Compiling async-recursion v1.1.1 |
2201 | 2024-12-06T20:33:05.924Z | Checking fxhash v0.2.1 |
2202 | 2024-12-06T20:33:05.994Z | Checking lockfree-object-pool v0.1.6 |
2203 | 2024-12-06T20:33:06.106Z | Checking bumpalo v3.16.0 |
2204 | 2024-12-06T20:33:06.194Z | Compiling zip v2.1.3 |
2205 | 2024-12-06T20:33:06.253Z | Checking simd-adler32 v0.3.7 |
2206 | 2024-12-06T20:33:06.437Z | Checking termcolor v1.4.1 |
2207 | 2024-12-06T20:33:06.547Z | Checking maplit v1.0.2 |
2208 | 2024-12-06T20:33:06.619Z | Checking zopfli v0.8.1 |
2209 | 2024-12-06T20:33:06.672Z | Compiling radium v0.7.0 |
2210 | 2024-12-06T20:33:06.886Z | Checking tap v1.0.1 |
2211 | 2024-12-06T20:33:06.927Z | Compiling progenitor-macro v0.8.0 |
2212 | 2024-12-06T20:33:07.052Z | Compiling maybe-uninit v2.0.0 |
2213 | 2024-12-06T20:33:07.565Z | Checking wyz v0.5.1 |
2214 | 2024-12-06T20:33:07.640Z | Checking home v0.5.9 |
2215 | 2024-12-06T20:33:07.693Z | Compiling packed_struct v0.10.1 |
2216 | 2024-12-06T20:33:07.791Z | Checking funty v2.0.0 |
2217 | 2024-12-06T20:33:07.967Z | Checking crc-catalog v2.4.0 |
2218 | 2024-12-06T20:33:08.125Z | Compiling omicron-zone-package v0.11.1 |
2219 | 2024-12-06T20:33:08.127Z | Checking thiserror-no-std v2.0.2 |
2220 | 2024-12-06T20:33:08.232Z | Checking crc v3.2.1 |
2221 | 2024-12-06T20:33:08.276Z | Checking vsss-rs v3.3.4 |
2222 | 2024-12-06T20:33:08.626Z | Compiling const_format_proc_macros v0.2.33 |
2223 | 2024-12-06T20:33:08.712Z | Checking kstat-rs v0.2.4 |
2224 | 2024-12-06T20:33:08.733Z | Checking bitvec v1.0.1 |
2225 | 2024-12-06T20:33:09.079Z | Compiling packed_struct_codegen v0.10.1 |
2226 | 2024-12-06T20:33:09.370Z | Compiling vte_generate_state_changes v0.1.2 |
2227 | 2024-12-06T20:33:09.725Z | Compiling indexmap v1.9.3 |
2228 | 2024-12-06T20:33:10.021Z | Checking nodrop v0.1.14 |
2229 | 2024-12-06T20:33:10.055Z | Compiling libefi-sys v0.1.0 |
2230 | 2024-12-06T20:33:10.157Z | Checking array-init v0.0.4 |
2231 | 2024-12-06T20:33:10.394Z | Checking vte v0.11.1 |
2232 | 2024-12-06T20:33:10.853Z | Checking const_format v0.2.33 |
2233 | 2024-12-06T20:33:11.257Z | Checking smallvec v0.6.14 |
2234 | 2024-12-06T20:33:11.346Z | Checking fd-lock v4.0.2 |
2235 | 2024-12-06T20:33:11.555Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2236 | 2024-12-06T20:33:11.649Z | Compiling bitfield-struct v0.6.2 |
2237 | 2024-12-06T20:33:11.672Z | Checking hashbrown v0.12.3 |
2238 | 2024-12-06T20:33:11.780Z | Checking bitfield v0.14.0 |
2239 | 2024-12-06T20:33:11.967Z | Checking strip-ansi-escapes v0.2.0 |
2240 | 2024-12-06T20:33:12.067Z | Checking serde-hex v0.1.0 |
2241 | 2024-12-06T20:33:12.133Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2242 | 2024-12-06T20:33:12.428Z | Checking env_logger v0.10.2 |
2243 | 2024-12-06T20:33:12.523Z | Checking ron v0.8.1 |
2244 | 2024-12-06T20:33:12.877Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2245 | 2024-12-06T20:33:13.162Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2246 | 2024-12-06T20:33:13.208Z | Checking hashbrown v0.13.2 |
2247 | 2024-12-06T20:33:13.536Z | Checking nu-ansi-term v0.50.1 |
2248 | 2024-12-06T20:33:13.795Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2249 | 2024-12-06T20:33:13.832Z | Checking crc-any v2.5.0 |
2250 | 2024-12-06T20:33:13.927Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-12-06T20:33:13.988Z | Checking reedline v0.35.0 |
2252 | 2024-12-06T20:33:14.225Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2253 | 2024-12-06T20:33:14.336Z | Checking object v0.30.4 |
2254 | 2024-12-06T20:33:14.504Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2255 | 2024-12-06T20:33:14.644Z | Compiling parking_lot_core v0.8.6 |
2256 | 2024-12-06T20:33:14.665Z | Checking path-slash v0.1.5 |
2257 | 2024-12-06T20:33:14.765Z | Compiling phf_generator v0.11.2 |
2258 | 2024-12-06T20:33:14.808Z | Checking bytecount v0.6.8 |
2259 | 2024-12-06T20:33:14.957Z | Checking glob v0.3.1 |
2260 | 2024-12-06T20:33:14.980Z | Checking papergrid v0.11.0 |
2261 | 2024-12-06T20:33:15.294Z | Compiling phf_codegen v0.11.2 |
2262 | 2024-12-06T20:33:15.481Z | Checking parking_lot v0.11.2 |
2263 | 2024-12-06T20:33:15.483Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2264 | 2024-12-06T20:33:15.530Z | Compiling tabled_derive v0.7.0 |
2265 | 2024-12-06T20:33:15.856Z | Compiling parse-zoneinfo v0.3.1 |
2266 | 2024-12-06T20:33:16.246Z | Compiling cfg_aliases v0.1.1 |
2267 | 2024-12-06T20:33:16.368Z | Compiling nix v0.28.0 |
2268 | 2024-12-06T20:33:16.495Z | Checking sled v0.34.7 |
2269 | 2024-12-06T20:33:16.836Z | Compiling chrono-tz-build v0.4.0 |
2270 | 2024-12-06T20:33:17.194Z | Checking hickory-client v0.24.1 |
2271 | 2024-12-06T20:33:17.954Z | Checking hickory-server v0.24.1 |
2272 | 2024-12-06T20:33:18.047Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2273 | 2024-12-06T20:33:18.158Z | Checking tabled v0.15.0 |
2274 | 2024-12-06T20:33:18.396Z | Compiling chrono-tz v0.10.0 |
2275 | 2024-12-06T20:33:19.063Z | Compiling buf-list v1.0.3 |
2276 | 2024-12-06T20:33:19.818Z | Compiling peg-macros v0.8.4 |
2277 | 2024-12-06T20:33:20.312Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2278 | 2024-12-06T20:33:20.505Z | Compiling sqlparser_derive v0.2.2 |
2279 | 2024-12-06T20:33:20.793Z | Checking unicode_categories v0.1.1 |
2280 | 2024-12-06T20:33:21.115Z | Checking sqlformat v0.2.6 |
2281 | 2024-12-06T20:33:21.653Z | Checking sqlparser v0.45.0 |
2282 | 2024-12-06T20:33:21.884Z | Checking bcs v0.1.6 |
2283 | 2024-12-06T20:33:22.202Z | Checking rustyline v14.0.0 |
2284 | 2024-12-06T20:33:22.416Z | Checking primeorder v0.13.6 |
2285 | 2024-12-06T20:33:22.545Z | Checking progenitor v0.8.0 |
2286 | 2024-12-06T20:33:22.835Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2287 | 2024-12-06T20:33:23.207Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2288 | 2024-12-06T20:33:23.664Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2289 | 2024-12-06T20:33:25.707Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2290 | 2024-12-06T20:33:27.032Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2291 | 2024-12-06T20:33:27.934Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2292 | 2024-12-06T20:33:27.997Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2293 | 2024-12-06T20:33:30.595Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2294 | 2024-12-06T20:33:31.269Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2295 | 2024-12-06T20:33:31.560Z | Checking peg v0.8.4 |
2296 | 2024-12-06T20:33:31.684Z | Compiling unicase v2.7.0 |
2297 | 2024-12-06T20:33:32.165Z | Checking nanorand v0.7.0 |
2298 | 2024-12-06T20:33:32.207Z | Checking atty v0.2.14 |
2299 | 2024-12-06T20:33:32.362Z | Compiling salty v0.3.0 |
2300 | 2024-12-06T20:33:32.561Z | Checking flume v0.11.1 |
2301 | 2024-12-06T20:33:32.600Z | Checking p384 v0.13.0 |
2302 | 2024-12-06T20:33:32.737Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2303 | 2024-12-06T20:33:32.831Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2304 | 2024-12-06T20:33:32.900Z | Compiling mime_guess v2.0.5 |
2305 | 2024-12-06T20:33:33.397Z | Checking env_filter v0.1.2 |
2306 | 2024-12-06T20:33:33.642Z | Checking http-range v0.1.5 |
2307 | 2024-12-06T20:33:33.666Z | Checking env_logger v0.11.5 |
2308 | 2024-12-06T20:33:33.781Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2309 | 2024-12-06T20:33:33.924Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2310 | 2024-12-06T20:33:34.003Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2311 | 2024-12-06T20:33:34.117Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2312 | 2024-12-06T20:33:34.342Z | Compiling dsl_auto_type v0.1.2 |
2313 | 2024-12-06T20:33:34.365Z | Checking scheduled-thread-pool v0.2.7 |
2314 | 2024-12-06T20:33:34.410Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2315 | 2024-12-06T20:33:34.601Z | Compiling diesel_table_macro_syntax v0.2.0 |
2316 | 2024-12-06T20:33:34.690Z | Compiling crunchy v0.2.2 |
2317 | 2024-12-06T20:33:35.004Z | Checking hyper-staticfile v0.10.1 |
2318 | 2024-12-06T20:33:35.058Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2319 | 2024-12-06T20:33:35.284Z | Checking r2d2 v0.8.10 |
2320 | 2024-12-06T20:33:35.403Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2321 | 2024-12-06T20:33:35.554Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2322 | 2024-12-06T20:33:35.601Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2323 | 2024-12-06T20:33:36.041Z | Compiling tiny-keccak v2.0.2 |
2324 | 2024-12-06T20:33:36.068Z | Compiling diesel_derives v2.2.3 |
2325 | 2024-12-06T20:33:36.352Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2326 | 2024-12-06T20:33:36.401Z | Compiling pin-project-internal v1.1.6 |
2327 | 2024-12-06T20:33:36.625Z | Compiling ref-cast v1.0.23 |
2328 | 2024-12-06T20:33:37.792Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2329 | 2024-12-06T20:33:38.022Z | Compiling ascii-canvas v3.0.0 |
2330 | 2024-12-06T20:33:38.092Z | Compiling ena v0.14.3 |
2331 | 2024-12-06T20:33:38.517Z | Compiling ref-cast-impl v1.0.23 |
2332 | 2024-12-06T20:33:38.610Z | Compiling diff v0.1.13 |
2333 | 2024-12-06T20:33:39.311Z | Compiling regex-syntax v0.6.29 |
2334 | 2024-12-06T20:33:39.556Z | Checking pin-project v1.1.6 |
2335 | 2024-12-06T20:33:39.762Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2336 | 2024-12-06T20:33:39.854Z | Checking signal-hook-tokio v0.3.1 |
2337 | 2024-12-06T20:33:39.877Z | Compiling snafu-derive v0.8.5 |
2338 | 2024-12-06T20:33:40.038Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2339 | 2024-12-06T20:33:40.329Z | Compiling derive_builder_core v0.20.2 |
2340 | 2024-12-06T20:33:42.993Z | Compiling lalrpop v0.19.12 |
2341 | 2024-12-06T20:33:44.006Z | Checking globset v0.4.15 |
2342 | 2024-12-06T20:33:44.529Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2343 | 2024-12-06T20:33:45.526Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2344 | 2024-12-06T20:33:45.630Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2345 | 2024-12-06T20:33:48.346Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2346 | 2024-12-06T20:33:49.054Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2347 | 2024-12-06T20:33:49.708Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2348 | 2024-12-06T20:33:50.647Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2349 | 2024-12-06T20:33:50.954Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2350 | 2024-12-06T20:33:51.134Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2351 | 2024-12-06T20:33:51.428Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2352 | 2024-12-06T20:33:52.407Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2353 | 2024-12-06T20:33:52.705Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2354 | 2024-12-06T20:33:53.176Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2355 | 2024-12-06T20:33:53.519Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2356 | 2024-12-06T20:33:53.909Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2357 | 2024-12-06T20:33:54.124Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2358 | 2024-12-06T20:33:54.175Z | Checking diesel v2.2.4 |
2359 | 2024-12-06T20:33:54.248Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2360 | 2024-12-06T20:33:54.692Z | Checking snafu v0.8.5 |
2361 | 2024-12-06T20:33:54.714Z | Checking olpc-cjson v0.1.4 |
2362 | 2024-12-06T20:33:54.961Z | Checking serde_plain v1.0.2 |
2363 | 2024-12-06T20:33:55.161Z | Compiling libxml v0.3.3 |
2364 | 2024-12-06T20:33:55.536Z | Compiling memoffset v0.9.1 |
2365 | 2024-12-06T20:33:55.859Z | Checking typed-path v0.9.3 |
2366 | 2024-12-06T20:33:57.867Z | Compiling derive_builder_macro v0.20.2 |
2367 | 2024-12-06T20:33:57.951Z | Checking tough v0.19.0 |
2368 | 2024-12-06T20:33:58.767Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2369 | 2024-12-06T20:33:58.828Z | Checking tungstenite v0.23.0 |
2370 | 2024-12-06T20:33:59.365Z | Compiling strum_macros v0.24.3 |
2371 | 2024-12-06T20:33:59.802Z | Compiling samael v0.0.17 |
2372 | 2024-12-06T20:34:00.164Z | Compiling indoc v1.0.9 |
2373 | 2024-12-06T20:34:00.247Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2024-12-06T20:34:01.137Z | Checking parse-size v1.1.0 |
2375 | 2024-12-06T20:34:01.347Z | Checking tokio-tungstenite v0.23.1 |
2376 | 2024-12-06T20:34:01.825Z | Checking derive_builder v0.20.2 |
2377 | 2024-12-06T20:34:02.854Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2024-12-06T20:34:02.991Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2379 | 2024-12-06T20:34:03.335Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2380 | 2024-12-06T20:34:03.634Z | Checking quick-xml v0.33.0 |
2381 | 2024-12-06T20:34:03.765Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2024-12-06T20:34:04.065Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2383 | 2024-12-06T20:34:04.684Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2384 | 2024-12-06T20:34:05.531Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2385 | 2024-12-06T20:34:05.667Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-12-06T20:34:06.002Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2387 | 2024-12-06T20:34:06.135Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2388 | 2024-12-06T20:34:06.245Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2389 | 2024-12-06T20:34:06.630Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2390 | 2024-12-06T20:34:07.529Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2391 | 2024-12-06T20:34:09.216Z | Compiling oso-derive v0.27.3 |
2392 | 2024-12-06T20:34:09.248Z | Compiling impl-trait-for-tuples v0.2.2 |
2393 | 2024-12-06T20:34:10.349Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2394 | 2024-12-06T20:34:13.359Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2395 | 2024-12-06T20:34:15.818Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2396 | 2024-12-06T20:34:16.801Z | Checking nix v0.27.1 |
2397 | 2024-12-06T20:34:17.239Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2398 | 2024-12-06T20:34:17.775Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2399 | 2024-12-06T20:34:17.971Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2400 | 2024-12-06T20:34:18.117Z | Compiling diesel-dtrace v0.3.0 |
2401 | 2024-12-06T20:34:18.490Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2402 | 2024-12-06T20:34:19.712Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2403 | 2024-12-06T20:34:19.859Z | Checking bb8 v0.8.5 |
2404 | 2024-12-06T20:34:20.038Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2405 | 2024-12-06T20:34:20.062Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2406 | 2024-12-06T20:34:20.350Z | Checking heck v0.4.1 |
2407 | 2024-12-06T20:34:20.592Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2408 | 2024-12-06T20:34:20.645Z | Checking rand_seeder v0.3.0 |
2409 | 2024-12-06T20:34:20.897Z | Checking assert_matches v1.5.0 |
2410 | 2024-12-06T20:34:21.007Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2411 | 2024-12-06T20:34:21.031Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2412 | 2024-12-06T20:34:21.195Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2413 | 2024-12-06T20:34:21.451Z | Compiling libz-sys v1.1.20 |
2414 | 2024-12-06T20:34:21.732Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2415 | 2024-12-06T20:34:21.946Z | Checking is_ci v1.2.0 |
2416 | 2024-12-06T20:34:22.105Z | Checking supports-color v3.0.1 |
2417 | 2024-12-06T20:34:22.319Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2418 | 2024-12-06T20:34:22.522Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2419 | 2024-12-06T20:34:22.704Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2420 | 2024-12-06T20:34:23.319Z | Compiling vergen v8.3.2 |
2421 | 2024-12-06T20:34:23.592Z | Compiling cargo-platform v0.1.8 |
2422 | 2024-12-06T20:34:23.721Z | Checking smawk v0.3.2 |
2423 | 2024-12-06T20:34:23.947Z | Checking unicode-linebreak v0.1.5 |
2424 | 2024-12-06T20:34:24.209Z | Compiling cargo_metadata v0.18.1 |
2425 | 2024-12-06T20:34:24.363Z | Checking textwrap v0.16.1 |
2426 | 2024-12-06T20:34:24.422Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2427 | 2024-12-06T20:34:24.867Z | Checking castaway v0.2.3 |
2428 | 2024-12-06T20:34:24.905Z | Compiling libsqlite3-sys v0.30.1 |
2429 | 2024-12-06T20:34:25.033Z | Compiling cfg_aliases v0.2.1 |
2430 | 2024-12-06T20:34:25.156Z | Compiling rustls v0.21.12 |
2431 | 2024-12-06T20:34:25.445Z | Compiling nix v0.29.0 |
2432 | 2024-12-06T20:34:25.463Z | Checking compact_str v0.8.0 |
2433 | 2024-12-06T20:34:26.353Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2434 | 2024-12-06T20:34:26.395Z | Checking unicode-truncate v1.1.0 |
2435 | 2024-12-06T20:34:26.645Z | Checking rustls-webpki v0.101.7 |
2436 | 2024-12-06T20:34:26.651Z | Checking sct v0.7.1 |
2437 | 2024-12-06T20:34:26.887Z | Checking lru v0.12.5 |
2438 | 2024-12-06T20:34:27.061Z | Compiling instability v0.3.2 |
2439 | 2024-12-06T20:34:27.168Z | Checking cassowary v0.3.0 |
2440 | 2024-12-06T20:34:27.884Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2441 | 2024-12-06T20:34:28.134Z | Checking hashlink v0.9.1 |
2442 | 2024-12-06T20:34:28.156Z | Checking ratatui v0.28.1 |
2443 | 2024-12-06T20:34:28.181Z | Checking concurrent-queue v2.5.0 |
2444 | 2024-12-06T20:34:28.525Z | Checking fallible-iterator v0.3.0 |
2445 | 2024-12-06T20:34:28.791Z | Checking parking v2.2.1 |
2446 | 2024-12-06T20:34:28.987Z | Checking fallible-streaming-iterator v0.1.9 |
2447 | 2024-12-06T20:34:29.079Z | Checking plotters-backend v0.3.7 |
2448 | 2024-12-06T20:34:29.237Z | Checking rusqlite v0.32.1 |
2449 | 2024-12-06T20:34:29.470Z | Checking plotters-svg v0.3.7 |
2450 | 2024-12-06T20:34:30.157Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2451 | 2024-12-06T20:34:30.893Z | Checking tokio-rustls v0.24.1 |
2452 | 2024-12-06T20:34:30.952Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2453 | 2024-12-06T20:34:31.086Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2454 | 2024-12-06T20:34:31.237Z | Checking rustls-pemfile v1.0.4 |
2455 | 2024-12-06T20:34:31.281Z | Checking async-bb8-diesel v0.2.1 |
2456 | 2024-12-06T20:34:31.359Z | Checking twox-hash v1.6.3 |
2457 | 2024-12-06T20:34:31.440Z | Checking cast v0.3.0 |
2458 | 2024-12-06T20:34:31.698Z | Checking plotters v0.3.7 |
2459 | 2024-12-06T20:34:31.768Z | Checking criterion-plot v0.5.0 |
2460 | 2024-12-06T20:34:31.818Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2461 | 2024-12-06T20:34:32.035Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2462 | 2024-12-06T20:34:32.222Z | Checking fatfs v0.3.6 |
2463 | 2024-12-06T20:34:32.281Z | Checking tinytemplate v1.2.1 |
2464 | 2024-12-06T20:34:32.687Z | Checking csv-core v0.1.11 |
2465 | 2024-12-06T20:34:33.003Z | Checking hex-literal v0.4.1 |
2466 | 2024-12-06T20:34:33.028Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2467 | 2024-12-06T20:34:33.303Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2468 | 2024-12-06T20:34:33.478Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2469 | 2024-12-06T20:34:33.855Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2470 | 2024-12-06T20:34:34.242Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2471 | 2024-12-06T20:34:34.612Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2472 | 2024-12-06T20:34:35.691Z | Checking anes v0.1.6 |
2473 | 2024-12-06T20:34:36.053Z | Checking shell-words v1.1.0 |
2474 | 2024-12-06T20:34:36.245Z | Checking oorandom v11.1.4 |
2475 | 2024-12-06T20:34:36.426Z | Checking criterion v0.5.1 |
2476 | 2024-12-06T20:34:36.752Z | Checking csv v1.3.0 |
2477 | 2024-12-06T20:34:37.363Z | Checking event-listener v5.3.1 |
2478 | 2024-12-06T20:34:37.604Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2479 | 2024-12-06T20:34:37.822Z | Checking rtoolbox v0.0.2 |
2480 | 2024-12-06T20:34:38.041Z | Checking rpassword v7.3.1 |
2481 | 2024-12-06T20:34:38.180Z | Checking event-listener-strategy v0.5.2 |
2482 | 2024-12-06T20:34:38.403Z | Checking tui-tree-widget v0.22.0 |
2483 | 2024-12-06T20:34:38.762Z | Checking polyval v0.6.2 |
2484 | 2024-12-06T20:34:39.072Z | Checking ghash v0.5.1 |
2485 | 2024-12-06T20:34:39.239Z | Checking futures-lite v2.3.0 |
2486 | 2024-12-06T20:34:39.259Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2487 | 2024-12-06T20:34:40.406Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2488 | 2024-12-06T20:34:40.617Z | Checking ctr v0.9.2 |
2489 | 2024-12-06T20:34:40.931Z | Checking yansi v1.0.1 |
2490 | 2024-12-06T20:34:41.585Z | Checking pretty_assertions v1.4.1 |
2491 | 2024-12-06T20:34:41.720Z | Checking aes-gcm v0.10.3 |
2492 | 2024-12-06T20:34:41.795Z | Checking ssh-encoding v0.2.0 |
2493 | 2024-12-06T20:34:41.965Z | Checking blowfish v0.9.1 |
2494 | 2024-12-06T20:34:41.989Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2495 | 2024-12-06T20:34:42.160Z | Checking ssh-cipher v0.2.0 |
2496 | 2024-12-06T20:34:42.216Z | Checking bcrypt-pbkdf v0.10.0 |
2497 | 2024-12-06T20:34:42.453Z | Checking async-lock v3.4.0 |
2498 | 2024-12-06T20:34:42.502Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2499 | 2024-12-06T20:34:43.359Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2500 | 2024-12-06T20:34:43.481Z | Checking polling v3.7.3 |
2501 | 2024-12-06T20:34:43.917Z | Checking password-hash v0.4.2 |
2502 | 2024-12-06T20:34:44.384Z | Checking matches v0.1.10 |
2503 | 2024-12-06T20:34:44.468Z | Checking idna v0.2.3 |
2504 | 2024-12-06T20:34:44.789Z | Checking pbkdf2 v0.11.0 |
2505 | 2024-12-06T20:34:45.086Z | Checking async-io v2.3.4 |
2506 | 2024-12-06T20:34:45.326Z | Checking ssh-key v0.6.6 |
2507 | 2024-12-06T20:34:46.022Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2508 | 2024-12-06T20:34:46.796Z | Checking p521 v0.13.3 |
2509 | 2024-12-06T20:34:47.060Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2510 | 2024-12-06T20:34:47.089Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2511 | 2024-12-06T20:34:48.289Z | Checking p256 v0.13.2 |
2512 | 2024-12-06T20:34:48.473Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2024-12-06T20:34:48.773Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2514 | 2024-12-06T20:34:49.306Z | Compiling enum-as-inner v0.5.1 |
2515 | 2024-12-06T20:34:50.161Z | Checking russh-cryptovec v0.7.3 |
2516 | 2024-12-06T20:34:50.369Z | Compiling doc-comment v0.3.3 |
2517 | 2024-12-06T20:34:50.423Z | Compiling target-lexicon v0.12.16 |
2518 | 2024-12-06T20:34:50.960Z | Checking md5 v0.7.0 |
2519 | 2024-12-06T20:34:51.264Z | Checking async-task v4.7.1 |
2520 | 2024-12-06T20:34:51.476Z | Checking russh-keys v0.45.0 |
2521 | 2024-12-06T20:34:51.768Z | Checking trust-dns-proto v0.22.0 |
2522 | 2024-12-06T20:34:52.860Z | Checking async-channel v2.3.1 |
2523 | 2024-12-06T20:34:53.219Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2524 | 2024-12-06T20:34:53.985Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2525 | 2024-12-06T20:34:55.105Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2526 | 2024-12-06T20:34:55.211Z | Checking piper v0.2.4 |
2527 | 2024-12-06T20:34:55.463Z | Checking num-bigint v0.4.6 |
2528 | 2024-12-06T20:34:55.672Z | Checking des v0.8.1 |
2529 | 2024-12-06T20:34:55.941Z | Compiling assert_cmd v2.0.16 |
2530 | 2024-12-06T20:34:55.965Z | Compiling guppy-workspace-hack v0.1.0 |
2531 | 2024-12-06T20:34:56.262Z | Compiling dhcproto-macros v0.1.0 |
2532 | 2024-12-06T20:34:56.363Z | Checking futures-timer v3.0.3 |
2533 | 2024-12-06T20:34:56.708Z | Checking blocking v1.6.1 |
2534 | 2024-12-06T20:34:57.164Z | Checking async-executor v1.13.1 |
2535 | 2024-12-06T20:34:57.212Z | Checking dhcproto v0.12.0 |
2536 | 2024-12-06T20:34:57.965Z | Checking russh v0.45.0 |
2537 | 2024-12-06T20:34:58.072Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2538 | 2024-12-06T20:34:58.732Z | Checking async-signal v0.2.10 |
2539 | 2024-12-06T20:34:58.858Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2540 | 2024-12-06T20:34:59.355Z | Checking event-listener v2.5.3 |
2541 | 2024-12-06T20:34:59.461Z | Compiling target-spec v3.2.2 |
2542 | 2024-12-06T20:34:59.597Z | Checking internet-checksum v0.2.1 |
2543 | 2024-12-06T20:34:59.777Z | Checking async-channel v1.9.0 |
2544 | 2024-12-06T20:35:00.697Z | Checking async-process v2.3.0 |
2545 | 2024-12-06T20:35:01.130Z | Checking cfg-expr v0.17.0 |
2546 | 2024-12-06T20:35:01.876Z | Checking async-global-executor v2.4.1 |
2547 | 2024-12-06T20:35:02.313Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2548 | 2024-12-06T20:35:02.446Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2549 | 2024-12-06T20:35:02.734Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2550 | 2024-12-06T20:35:03.240Z | Checking httptest v0.16.1 |
2551 | 2024-12-06T20:35:03.835Z | Checking rustls-native-certs v0.7.3 |
2552 | 2024-12-06T20:35:04.019Z | Compiling petname v2.0.2 |
2553 | 2024-12-06T20:35:04.043Z | Checking num_cpus v1.16.0 |
2554 | 2024-12-06T20:35:04.190Z | Checking kv-log-macro v1.0.7 |
2555 | 2024-12-06T20:35:04.341Z | Compiling async-attributes v1.1.2 |
2556 | 2024-12-06T20:35:05.329Z | Checking async-std v1.13.0 |
2557 | 2024-12-06T20:35:07.336Z | Checking threadpool v1.8.1 |
2558 | 2024-12-06T20:35:07.584Z | Checking hyper-rustls v0.26.0 |
2559 | 2024-12-06T20:35:07.957Z | Checking pathdiff v0.2.2 |
2560 | 2024-12-06T20:35:08.034Z | Compiling rstest_macros v0.23.0 |
2561 | 2024-12-06T20:35:08.115Z | Checking nested v0.1.1 |
2562 | 2024-12-06T20:35:08.349Z | Compiling target-triple v0.1.3 |
2563 | 2024-12-06T20:35:08.532Z | Checking escape8259 v0.5.3 |
2564 | 2024-12-06T20:35:08.732Z | Checking libtest-mimic v0.7.3 |
2565 | 2024-12-06T20:35:09.017Z | Checking guppy v0.17.8 |
2566 | 2024-12-06T20:35:09.117Z | Checking async-object-pool v0.1.5 |
2567 | 2024-12-06T20:35:09.304Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2568 | 2024-12-06T20:35:09.873Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2569 | 2024-12-06T20:35:10.170Z | Checking similar-asserts v1.6.0 |
2570 | 2024-12-06T20:35:10.426Z | Checking fancy-regex v0.13.0 |
2571 | 2024-12-06T20:35:11.149Z | Checking serde_regex v1.1.0 |
2572 | 2024-12-06T20:35:11.226Z | Checking assert-json-diff v2.0.2 |
2573 | 2024-12-06T20:35:11.423Z | Compiling proc-macro-crate v3.2.0 |
2574 | 2024-12-06T20:35:11.509Z | Checking path-tree v0.8.1 |
2575 | 2024-12-06T20:35:12.047Z | Checking stringmetrics v2.2.2 |
2576 | 2024-12-06T20:35:12.112Z | Checking sync-ptr v0.1.1 |
2577 | 2024-12-06T20:35:12.363Z | Compiling relative-path v1.9.3 |
2578 | 2024-12-06T20:35:12.489Z | Checking httpmock v0.8.0-alpha.1 |
2579 | 2024-12-06T20:35:12.941Z | Checking datatest-stable v0.2.9 |
2580 | 2024-12-06T20:35:13.408Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2581 | 2024-12-06T20:35:14.959Z | Checking blake2b_simd v1.0.2 |
2582 | 2024-12-06T20:35:15.896Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2583 | 2024-12-06T20:35:16.441Z | Compiling git2 v0.19.0 |
2584 | 2024-12-06T20:35:17.920Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2585 | 2024-12-06T20:35:18.235Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2586 | 2024-12-06T20:35:18.555Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2587 | 2024-12-06T20:35:18.878Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2588 | 2024-12-06T20:35:19.428Z | Checking serde_tokenstream v0.2.2 |
2589 | 2024-12-06T20:35:19.874Z | Checking uzers v0.12.1 |
2590 | 2024-12-06T20:35:20.140Z | Checking rust-argon2 v2.1.0 |
2591 | 2024-12-06T20:35:20.331Z | Checking trybuild v1.0.101 |
2592 | 2024-12-06T20:35:20.602Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2593 | 2024-12-06T20:35:21.705Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2594 | 2024-12-06T20:35:23.961Z | Checking rstest v0.23.0 |
2595 | 2024-12-06T20:35:24.015Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2596 | 2024-12-06T20:35:24.199Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2597 | 2024-12-06T20:35:24.505Z | Checking rand_distr v0.4.3 |
2598 | 2024-12-06T20:35:25.209Z | Checking multimap v0.10.0 |
2599 | 2024-12-06T20:35:25.326Z | Checking approx v0.5.1 |
2600 | 2024-12-06T20:35:25.572Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2601 | 2024-12-06T20:35:26.118Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2602 | 2024-12-06T20:35:26.242Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2603 | 2024-12-06T20:35:26.605Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2604 | 2024-12-06T20:35:26.857Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2605 | 2024-12-06T20:35:27.292Z | Checking partial-io v0.5.4 |
2606 | 2024-12-06T20:35:27.697Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2607 | 2024-12-06T20:35:27.723Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2608 | 2024-12-06T20:35:28.025Z | Checking cargo_toml v0.20.5 |
2609 | 2024-12-06T20:35:28.576Z | Checking termios v0.3.3 |
2610 | 2024-12-06T20:35:28.815Z | Compiling indoc v2.0.5 |
2611 | 2024-12-06T20:35:29.178Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2612 | 2024-12-06T20:35:30.002Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2613 | 2024-12-06T20:35:33.002Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2614 | 2024-12-06T20:35:49.930Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2615 | 2024-12-06T20:35:52.992Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2616 | 2024-12-06T20:35:55.534Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2617 | 2024-12-06T20:36:14.104Z | Compiling polar-core v0.27.3 |
2618 | 2024-12-06T20:36:25.530Z | Checking oso v0.27.3 |
2619 | 2024-12-06T20:36:30.947Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2620 | 2024-12-06T20:36:31.903Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2621 | 2024-12-06T20:36:33.499Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2622 | 2024-12-06T20:37:17.553Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2623 | 2024-12-06T20:37:17.556Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2624 | 2024-12-06T20:37:17.556Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2625 | 2024-12-06T20:38:48.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s |
2626 | 2024-12-06T20:38:48.856Z | |
2627 | 2024-12-06T20:38:48.856Z | real 7:01.240415151 |
2628 | 2024-12-06T20:38:48.856Z | user 37:22.660573865 |
2629 | 2024-12-06T20:38:48.856Z | sys 6:47.734541026 |
2630 | 2024-12-06T20:38:48.856Z | trap 1.033623408 |
2631 | 2024-12-06T20:38:48.856Z | tflt 2.315498058 |
2632 | 2024-12-06T20:38:48.856Z | dflt 0.613476924 |
2633 | 2024-12-06T20:38:48.856Z | kflt 0.000787630 |
2634 | 2024-12-06T20:38:48.856Z | lock 54:24.155389666 |
2635 | 2024-12-06T20:38:48.859Z | slp 2:08:45.968453541 |
2636 | 2024-12-06T20:38:48.859Z | lat 1:40.909102566 |
2637 | 2024-12-06T20:38:48.859Z | stop 6:26.629380348 |
2638 | 2024-12-06T20:38:48.859Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2639 | 2024-12-06T20:38:48.859Z | + ptime -m cargo doc --workspace --no-deps |
2640 | 2024-12-06T20:38:50.115Z | warning: output filename collision. |
2641 | 2024-12-06T20:38:50.115Z | 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)`. |
2642 | 2024-12-06T20:38:50.115Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2643 | 2024-12-06T20:38:50.115Z | The targets should have unique names. |
2644 | 2024-12-06T20:38:50.115Z | This is a known bug where multiple crates with the same name use |
2645 | 2024-12-06T20:38:50.115Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2646 | 2024-12-06T20:38:50.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2647 | 2024-12-06T20:38:50.652Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2648 | 2024-12-06T20:38:50.673Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2649 | 2024-12-06T20:38:50.715Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-12-06T20:38:50.741Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2651 | 2024-12-06T20:38:50.772Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2652 | 2024-12-06T20:38:50.772Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-12-06T20:38:50.965Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2024-12-06T20:38:51.016Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2024-12-06T20:38:51.039Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2656 | 2024-12-06T20:38:51.058Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-12-06T20:38:51.301Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2658 | 2024-12-06T20:38:51.348Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2659 | 2024-12-06T20:38:51.602Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2660 | 2024-12-06T20:38:51.770Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2661 | 2024-12-06T20:38:54.427Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2662 | 2024-12-06T20:38:55.672Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2663 | 2024-12-06T20:38:56.028Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2664 | 2024-12-06T20:38:56.058Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2665 | 2024-12-06T20:38:56.294Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2666 | 2024-12-06T20:38:56.381Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2667 | 2024-12-06T20:38:56.432Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-12-06T20:38:56.696Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2669 | 2024-12-06T20:38:56.817Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2670 | 2024-12-06T20:38:57.134Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2671 | 2024-12-06T20:38:57.151Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2672 | 2024-12-06T20:38:57.633Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2673 | 2024-12-06T20:38:57.729Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2674 | 2024-12-06T20:38:57.853Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2675 | 2024-12-06T20:38:58.020Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2676 | 2024-12-06T20:38:58.146Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2677 | 2024-12-06T20:38:58.382Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2678 | 2024-12-06T20:38:58.403Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2679 | 2024-12-06T20:38:58.435Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2680 | 2024-12-06T20:38:58.742Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2681 | 2024-12-06T20:38:59.066Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2682 | 2024-12-06T20:38:59.355Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2683 | 2024-12-06T20:38:59.436Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2684 | 2024-12-06T20:38:59.810Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2685 | 2024-12-06T20:38:59.812Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2686 | 2024-12-06T20:38:59.929Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2687 | 2024-12-06T20:39:00.639Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2688 | 2024-12-06T20:39:01.052Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2689 | 2024-12-06T20:39:03.284Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2690 | 2024-12-06T20:39:05.497Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2691 | 2024-12-06T20:39:06.302Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2692 | 2024-12-06T20:39:06.582Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2693 | 2024-12-06T20:39:06.744Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2694 | 2024-12-06T20:39:06.869Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2695 | 2024-12-06T20:39:08.029Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2696 | 2024-12-06T20:39:08.143Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2697 | 2024-12-06T20:39:08.526Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2698 | 2024-12-06T20:39:09.008Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2699 | 2024-12-06T20:39:09.346Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2700 | 2024-12-06T20:39:10.801Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2701 | 2024-12-06T20:39:15.249Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2702 | 2024-12-06T20:39:16.732Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2703 | 2024-12-06T20:39:16.854Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2704 | 2024-12-06T20:39:17.234Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2705 | 2024-12-06T20:39:17.363Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2706 | 2024-12-06T20:39:17.829Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2707 | 2024-12-06T20:39:18.666Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2708 | 2024-12-06T20:39:18.687Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2709 | 2024-12-06T20:39:19.181Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2710 | 2024-12-06T20:39:20.218Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2711 | 2024-12-06T20:39:20.343Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2712 | 2024-12-06T20:39:20.894Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2713 | 2024-12-06T20:39:21.033Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2714 | 2024-12-06T20:39:21.134Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2715 | 2024-12-06T20:39:21.901Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2716 | 2024-12-06T20:39:22.121Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2717 | 2024-12-06T20:39:22.214Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2718 | 2024-12-06T20:39:22.264Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2719 | 2024-12-06T20:39:22.661Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2720 | 2024-12-06T20:39:22.858Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2721 | 2024-12-06T20:39:23.471Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2722 | 2024-12-06T20:39:24.302Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2723 | 2024-12-06T20:39:24.371Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2724 | 2024-12-06T20:39:24.791Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2725 | 2024-12-06T20:39:25.545Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2726 | 2024-12-06T20:39:26.272Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2727 | 2024-12-06T20:39:26.518Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2728 | 2024-12-06T20:39:26.968Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2729 | 2024-12-06T20:39:27.424Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2730 | 2024-12-06T20:39:27.445Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2731 | 2024-12-06T20:39:27.448Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2732 | 2024-12-06T20:39:27.727Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2733 | 2024-12-06T20:39:28.234Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2734 | 2024-12-06T20:39:28.810Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2735 | 2024-12-06T20:39:28.917Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2736 | 2024-12-06T20:39:29.023Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2737 | 2024-12-06T20:39:29.321Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2738 | 2024-12-06T20:39:29.491Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2739 | 2024-12-06T20:39:29.776Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2740 | 2024-12-06T20:39:30.569Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2741 | 2024-12-06T20:39:30.991Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2742 | 2024-12-06T20:39:31.092Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2743 | 2024-12-06T20:39:31.276Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2744 | 2024-12-06T20:39:31.588Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2745 | 2024-12-06T20:39:31.900Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2746 | 2024-12-06T20:39:32.368Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2747 | 2024-12-06T20:39:32.720Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2748 | 2024-12-06T20:39:33.790Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2749 | 2024-12-06T20:39:33.811Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2750 | 2024-12-06T20:39:34.699Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2751 | 2024-12-06T20:39:36.992Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2752 | 2024-12-06T20:39:38.078Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2753 | 2024-12-06T20:39:38.308Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2754 | 2024-12-06T20:39:38.647Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2755 | 2024-12-06T20:39:40.619Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2756 | 2024-12-06T20:39:42.570Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2757 | 2024-12-06T20:39:43.664Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2758 | 2024-12-06T20:39:49.807Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2759 | 2024-12-06T20:39:51.103Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2760 | 2024-12-06T20:39:54.673Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2761 | 2024-12-06T20:39:55.130Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2762 | 2024-12-06T20:40:00.214Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2763 | 2024-12-06T20:40:01.810Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2764 | 2024-12-06T20:40:48.769Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2765 | 2024-12-06T20:40:50.664Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2766 | 2024-12-06T20:40:50.869Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2767 | 2024-12-06T20:41:06.082Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2768 | 2024-12-06T20:41:34.125Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2769 | 2024-12-06T20:41:36.375Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2770 | 2024-12-06T20:41:37.520Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2771 | 2024-12-06T20:41:37.569Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2772 | 2024-12-06T20:41:43.725Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2773 | 2024-12-06T20:41:43.741Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2774 | 2024-12-06T20:41:49.062Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2775 | 2024-12-06T20:41:52.353Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2776 | 2024-12-06T20:41:55.981Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2777 | 2024-12-06T20:42:26.500Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2778 | 2024-12-06T20:42:32.644Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2779 | 2024-12-06T20:42:33.034Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2780 | 2024-12-06T20:42:38.529Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2781 | 2024-12-06T20:42:44.359Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2782 | 2024-12-06T20:42:48.125Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2783 | 2024-12-06T20:43:15.172Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2784 | 2024-12-06T20:43:15.569Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2785 | 2024-12-06T20:43:17.181Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2786 | 2024-12-06T20:43:17.780Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2787 | 2024-12-06T20:43:20.850Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2788 | 2024-12-06T20:43:20.970Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2789 | 2024-12-06T20:43:32.336Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2790 | 2024-12-06T20:43:45.274Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2791 | 2024-12-06T20:43:52.491Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2792 | 2024-12-06T20:43:52.969Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2793 | 2024-12-06T20:43:54.234Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2794 | 2024-12-06T20:43:59.047Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2795 | 2024-12-06T20:44:03.288Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2796 | 2024-12-06T20:44:07.467Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2797 | 2024-12-06T20:44:13.671Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2798 | 2024-12-06T20:44:13.878Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2799 | 2024-12-06T20:44:15.130Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2800 | 2024-12-06T20:44:22.767Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2801 | 2024-12-06T20:44:23.985Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2802 | 2024-12-06T20:44:28.231Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2803 | 2024-12-06T20:44:42.545Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2804 | 2024-12-06T20:44:44.189Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2805 | 2024-12-06T20:44:45.889Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2806 | 2024-12-06T20:44:49.201Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2807 | 2024-12-06T20:44:50.049Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2808 | 2024-12-06T20:44:50.691Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2809 | 2024-12-06T20:44:57.209Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2810 | 2024-12-06T20:44:58.175Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2811 | 2024-12-06T20:45:01.993Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2812 | 2024-12-06T20:45:09.224Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2813 | 2024-12-06T20:45:10.558Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2814 | 2024-12-06T20:45:14.499Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2815 | 2024-12-06T20:45:14.851Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2816 | 2024-12-06T20:45:18.847Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2817 | 2024-12-06T20:45:21.451Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2818 | 2024-12-06T20:45:24.269Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2819 | 2024-12-06T20:45:29.200Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2820 | 2024-12-06T20:45:31.641Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2821 | 2024-12-06T20:45:34.061Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2822 | 2024-12-06T20:45:38.577Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2823 | 2024-12-06T20:45:39.965Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2824 | 2024-12-06T20:45:40.218Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2825 | 2024-12-06T20:45:43.074Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2826 | 2024-12-06T20:45:43.864Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2827 | 2024-12-06T20:45:46.426Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2828 | 2024-12-06T20:45:47.782Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2829 | 2024-12-06T20:45:54.142Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2830 | 2024-12-06T20:45:55.136Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2831 | 2024-12-06T20:46:06.720Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2832 | 2024-12-06T20:46:07.765Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2833 | 2024-12-06T20:46:07.868Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2834 | 2024-12-06T20:46:09.286Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2835 | 2024-12-06T20:46:12.577Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2836 | 2024-12-06T20:46:15.556Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2837 | 2024-12-06T20:46:17.682Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2838 | 2024-12-06T20:46:22.267Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2839 | 2024-12-06T20:46:22.971Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2840 | 2024-12-06T20:46:23.434Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2841 | 2024-12-06T20:46:24.979Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2842 | 2024-12-06T20:46:27.200Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2843 | 2024-12-06T20:46:28.998Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2844 | 2024-12-06T20:46:39.364Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2845 | 2024-12-06T20:46:39.588Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2846 | 2024-12-06T20:46:40.952Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2847 | 2024-12-06T20:46:42.686Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2848 | 2024-12-06T20:46:46.830Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2849 | 2024-12-06T20:46:47.406Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2850 | 2024-12-06T20:46:49.316Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2851 | 2024-12-06T20:46:50.060Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2852 | 2024-12-06T20:46:53.463Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2853 | 2024-12-06T20:46:53.893Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2854 | 2024-12-06T20:46:55.288Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2855 | 2024-12-06T20:46:56.548Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2024-12-06T20:46:57.404Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2857 | 2024-12-06T20:47:01.722Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2858 | 2024-12-06T20:47:04.100Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2859 | 2024-12-06T20:47:05.978Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2860 | 2024-12-06T20:47:12.794Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2861 | 2024-12-06T20:47:12.814Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2862 | 2024-12-06T20:47:14.421Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2863 | 2024-12-06T20:47:14.809Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2864 | 2024-12-06T20:47:16.006Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2865 | 2024-12-06T20:47:17.186Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2866 | 2024-12-06T20:47:18.355Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2867 | 2024-12-06T20:47:18.948Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2868 | 2024-12-06T20:47:19.899Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2869 | 2024-12-06T20:47:20.767Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2870 | 2024-12-06T20:47:21.246Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2871 | 2024-12-06T20:47:22.350Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2872 | 2024-12-06T20:47:23.342Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2873 | 2024-12-06T20:47:24.214Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2874 | 2024-12-06T20:47:26.341Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2875 | 2024-12-06T20:48:05.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 16s |
2876 | 2024-12-06T20:48:06.016Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2877 | 2024-12-06T20:48:06.087Z | |
2878 | 2024-12-06T20:48:06.087Z | real 9:17.131452973 |
2879 | 2024-12-06T20:48:06.087Z | user 27:23.131647103 |
2880 | 2024-12-06T20:48:06.087Z | sys 41:43.786424316 |
2881 | 2024-12-06T20:48:06.087Z | trap 0.462468663 |
2882 | 2024-12-06T20:48:06.087Z | tflt 0.137854077 |
2883 | 2024-12-06T20:48:06.087Z | dflt 0.158586200 |
2884 | 2024-12-06T20:48:06.087Z | kflt 0.000024175 |
2885 | 2024-12-06T20:48:06.087Z | lock 1:31:17.632167127 |
2886 | 2024-12-06T20:48:06.088Z | slp 2:35:40.152316113 |
2887 | 2024-12-06T20:48:06.105Z | lat 1:18.370852364 |
2888 | 2024-12-06T20:48:06.105Z | stop 1:13.015371890 |
2889 | 2024-12-06T20:48:06.105Z | process exited: duration 1268155 ms, exit code 0 |
|
2890 | 2024-12-06T20:48:06.135Z | found 0 output files |