|
|
|
1 | 2024-10-30T22:38:26.625Z | job assigned to worker 01JBFS7QEYA9YKEP27XYRPAKYX (queued for 48 s) |
|
2 | 2024-10-30T22:38:33.798Z | starting task 0: "setup" |
3 | 2024-10-30T22:38:33.808Z | ++ uname -s |
4 | 2024-10-30T22:38:33.810Z | + kern=SunOS |
5 | 2024-10-30T22:38:33.811Z | + case "$kern" in |
6 | 2024-10-30T22:38:33.811Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T22:38:33.811Z | + groupadd -g 12345 build |
8 | 2024-10-30T22:38:33.814Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T22:38:35.822Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T22:38:35.878Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T22:38:35.881Z | + home_fs=zfs |
12 | 2024-10-30T22:38:35.881Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T22:38:35.881Z | + mkdir -p /home/build |
14 | 2024-10-30T22:38:35.883Z | + chown build:build /home/build /work |
15 | 2024-10-30T22:38:37.885Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T22:38:37.888Z | process exited: duration 4087 ms, exit code 0 |
|
17 | 2024-10-30T22:38:37.893Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T22:38:37.898Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T22:38:37.898Z | * toolchain channel = "1.82.0" |
20 | 2024-10-30T22:38:37.898Z | ' 1.82.0 |
21 | 2024-10-30T22:38:37.898Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T22:38:37.898Z | ' default |
23 | 2024-10-30T22:38:37.898Z | * toolchain profile = "default" |
24 | 2024-10-30T22:38:37.900Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T22:38:37.900Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-30T22:38:38.014Z | info: downloading installer |
27 | 2024-10-30T22:38:39.306Z | info: profile set to 'default' |
28 | 2024-10-30T22:38:39.306Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T22:38:39.309Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-30T22:38:39.451Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T22:38:39.451Z | info: downloading component 'cargo' |
32 | 2024-10-30T22:38:40.138Z | info: downloading component 'clippy' |
33 | 2024-10-30T22:38:40.403Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T22:38:41.369Z | info: downloading component 'rust-std' |
35 | 2024-10-30T22:38:42.891Z | info: downloading component 'rustc' |
36 | 2024-10-30T22:38:48.567Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T22:38:48.773Z | info: installing component 'cargo' |
38 | 2024-10-30T22:38:49.592Z | info: installing component 'clippy' |
39 | 2024-10-30T22:38:49.978Z | info: installing component 'rust-docs' |
40 | 2024-10-30T22:38:51.668Z | info: installing component 'rust-std' |
41 | 2024-10-30T22:38:53.550Z | info: installing component 'rustc' |
42 | 2024-10-30T22:38:59.485Z | info: installing component 'rustfmt' |
43 | 2024-10-30T22:38:59.815Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-30T22:38:59.815Z | |
45 | 2024-10-30T22:39:00.186Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T22:39:00.186Z | |
47 | 2024-10-30T22:39:00.190Z | |
48 | 2024-10-30T22:39:00.190Z | Rust is installed now. Great! |
49 | 2024-10-30T22:39:00.190Z | |
50 | 2024-10-30T22:39:00.190Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T22:39:00.190Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T22:39:00.190Z | |
53 | 2024-10-30T22:39:00.190Z | To configure your current shell, you need to source |
54 | 2024-10-30T22:39:00.190Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T22:39:00.190Z | |
56 | 2024-10-30T22:39:00.190Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T22:39:00.191Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T22:39:00.191Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T22:39:00.259Z | + rustc --version |
60 | 2024-10-30T22:39:00.322Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T22:39:00.324Z | process exited: duration 22420 ms, exit code 0 |
|
62 | 2024-10-30T22:39:00.329Z | starting task 2: "authentication" |
63 | 2024-10-30T22:39:00.349Z | process exited: duration 19 ms, exit code 0 |
|
64 | 2024-10-30T22:39:00.353Z | starting task 3: "clone repository" |
65 | 2024-10-30T22:39:00.358Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T22:39:00.360Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T22:39:00.392Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T22:39:07.556Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T22:39:07.556Z | + git fetch origin 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
70 | 2024-10-30T22:39:07.858Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T22:39:07.859Z | * branch 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 -> FETCH_HEAD |
72 | 2024-10-30T22:39:07.867Z | + [[ -n gjcolombo/propolis-update ]] |
73 | 2024-10-30T22:39:07.870Z | ++ git branch --show-current |
74 | 2024-10-30T22:39:07.872Z | + current=main |
75 | 2024-10-30T22:39:07.872Z | + [[ main != gjcolombo/propolis-update ]] |
76 | 2024-10-30T22:39:07.872Z | + git branch -f gjcolombo/propolis-update 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
77 | 2024-10-30T22:39:07.875Z | + git checkout -f gjcolombo/propolis-update |
78 | 2024-10-30T22:39:08.038Z | Switched to branch 'gjcolombo/propolis-update' |
79 | 2024-10-30T22:39:08.040Z | + git reset --hard 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
80 | 2024-10-30T22:39:08.199Z | HEAD is now at 8f8ba2a77 don't depend on Propolis "disk attachment states" anymore |
81 | 2024-10-30T22:39:08.202Z | process exited: duration 7843 ms, exit code 0 |
|
82 | 2024-10-30T22:39:08.206Z | starting task 4: "build" |
83 | 2024-10-30T22:39:08.211Z | + source ./env.sh |
84 | 2024-10-30T22:39:08.211Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-10-30T22:39:08.211Z | ++ set -o xtrace |
86 | 2024-10-30T22:39:08.215Z | ++++ dirname ./env.sh |
87 | 2024-10-30T22:39:08.217Z | +++ readlink -f . |
88 | 2024-10-30T22:39:08.220Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-10-30T22:39:08.222Z | ++ export 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-10-30T22:39:08.222Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-10-30T22:39:08.222Z | ++ 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 |
92 | 2024-10-30T22:39:08.222Z | ++ 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 |
93 | 2024-10-30T22:39:08.222Z | ++ 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 |
94 | 2024-10-30T22:39:08.222Z | ++ 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 |
95 | 2024-10-30T22:39:08.222Z | ++ 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 |
96 | 2024-10-30T22:39:08.222Z | ++ 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 |
97 | 2024-10-30T22:39:08.222Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-10-30T22:39:08.222Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-10-30T22:39:08.222Z | + source .github/buildomat/ci-env.sh |
100 | 2024-10-30T22:39:08.223Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-10-30T22:39:08.223Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-10-30T22:39:08.223Z | + cargo --version |
103 | 2024-10-30T22:39:08.277Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
104 | 2024-10-30T22:39:08.280Z | + rustc --version |
105 | 2024-10-30T22:39:08.336Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
106 | 2024-10-30T22:39:08.339Z | + banner prerequisites |
107 | 2024-10-30T22:39:08.341Z | |
108 | 2024-10-30T22:39:08.341Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-10-30T22:39:08.341Z | # # # # # # # # # # # # # # # |
110 | 2024-10-30T22:39:08.341Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-10-30T22:39:08.341Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-10-30T22:39:08.341Z | # # # # # # # # # # # # # # # |
113 | 2024-10-30T22:39:08.341Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-10-30T22:39:08.341Z | |
115 | 2024-10-30T22:39:08.344Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-10-30T22:39:16.671Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-10-30T22:39:19.832Z | Startup: Caching catalogs ... Done |
118 | 2024-10-30T22:39:26.659Z | Planning: Solver setup ... Done (6.096s) |
119 | 2024-10-30T22:39:26.748Z | Planning: Running solver ... Done (0.090s) |
120 | 2024-10-30T22:39:26.825Z | Planning: Finding local manifests ... Done (0.003s) |
121 | 2024-10-30T22:39:26.836Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-10-30T22:39:27.054Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-10-30T22:39:27.152Z | Planning: Package planning ... Done (0.097s) |
124 | 2024-10-30T22:39:27.207Z | Planning: Merging actions ... Done (0.055s) |
125 | 2024-10-30T22:39:27.395Z | Planning: Checking for conflicting actions ... Done (0.188s) |
126 | 2024-10-30T22:39:29.224Z | Planning: Consolidating action changes ... Done (1.827s) |
127 | 2024-10-30T22:39:29.628Z | Planning: Evaluating mediators ... Done (0.404s) |
128 | 2024-10-30T22:39:29.706Z | Planning: Planning completed in 9.79 seconds |
129 | 2024-10-30T22:39:29.722Z | Packages to install: 4 |
130 | 2024-10-30T22:39:29.722Z | Packages to update: 1 |
131 | 2024-10-30T22:39:29.725Z | Mediators to change: 2 |
132 | 2024-10-30T22:39:29.725Z | Services to change: 1 |
133 | 2024-10-30T22:39:29.725Z | Estimated space available: 155.61 GB |
134 | 2024-10-30T22:39:29.725Z | Estimated space to be consumed: 1.58 GB |
135 | 2024-10-30T22:39:29.725Z | Create boot environment: No |
136 | 2024-10-30T22:39:29.725Z | Create backup boot environment: Yes |
137 | 2024-10-30T22:39:29.725Z | Rebuild boot archive: No |
138 | 2024-10-30T22:39:29.725Z | |
139 | 2024-10-30T22:39:29.725Z | Changed mediators: |
140 | 2024-10-30T22:39:29.725Z | mediator clang: |
141 | 2024-10-30T22:39:29.725Z | version: None -> 15 (system default) |
142 | 2024-10-30T22:39:29.725Z | |
143 | 2024-10-30T22:39:29.725Z | mediator llvm: |
144 | 2024-10-30T22:39:29.725Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-10-30T22:39:29.725Z | |
146 | 2024-10-30T22:39:29.725Z | Changed packages: |
147 | 2024-10-30T22:39:29.725Z | helios-dev |
148 | 2024-10-30T22:39:29.725Z | developer/build-essential |
149 | 2024-10-30T22:39:29.726Z | None -> 11-2.0 |
150 | 2024-10-30T22:39:29.726Z | library/libxmlsec1 |
151 | 2024-10-30T22:39:29.726Z | None -> 1.2.35-2.0 |
152 | 2024-10-30T22:39:29.726Z | ooce/developer/clang-15 |
153 | 2024-10-30T22:39:29.726Z | None -> 15.0.7-2.0 |
154 | 2024-10-30T22:39:29.726Z | ooce/developer/llvm-15 |
155 | 2024-10-30T22:39:29.726Z | None -> 15.0.7-2.0 |
156 | 2024-10-30T22:39:29.726Z | package/pkg |
157 | 2024-10-30T22:39:29.726Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-10-30T22:39:29.727Z | |
159 | 2024-10-30T22:39:29.727Z | Services: |
160 | 2024-10-30T22:39:29.727Z | restart_fmri: |
161 | 2024-10-30T22:39:29.727Z | svc:/system/update-man-index:default |
162 | 2024-10-30T22:39:29.727Z | |
163 | 2024-10-30T22:39:29.727Z | Editable files to change: |
164 | 2024-10-30T22:39:29.727Z | Update: |
165 | 2024-10-30T22:39:29.727Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-10-30T22:39:29.798Z | |
167 | 2024-10-30T22:39:29.798Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-10-30T22:39:34.815Z | Download: 1195/4281 items 83.5/220.6MB 37% complete (18.4M/s) |
169 | 2024-10-30T22:39:39.826Z | Download: 2054/4281 items 118.7/220.6MB 53% complete (12.1M/s) |
170 | 2024-10-30T22:39:44.828Z | Download: 3131/4281 items 155.7/220.6MB 70% complete (7.2M/s) |
171 | 2024-10-30T22:39:49.833Z | Download: 3290/4281 items 212.6/220.6MB 96% complete (9.4M/s) |
172 | 2024-10-30T22:39:53.295Z | Download: Completed 220.60 MB in 23.48 seconds (9.4M/s) |
173 | 2024-10-30T22:39:54.276Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-10-30T22:39:54.295Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-10-30T22:39:58.960Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-10-30T22:39:59.282Z | Actions: Completed 5063 actions in 4.98 seconds. |
177 | 2024-10-30T22:39:59.615Z | Done (0.346s) |
178 | 2024-10-30T22:39:59.618Z | Done (0.000s) |
179 | 2024-10-30T22:40:00.128Z | Done (0.511s) |
180 | 2024-10-30T22:40:04.227Z | Done (3.897s) |
181 | 2024-10-30T22:40:04.307Z | Done (0.017s) |
182 | 2024-10-30T22:40:04.310Z | Done (0.000s) |
183 | 2024-10-30T22:40:04.476Z | Done (0.000s) |
184 | 2024-10-30T22:40:05.106Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-10-30T22:40:05.263Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-10-30T22:40:05.267Z | Planning: Consolidating action changes ... Done |
187 | 2024-10-30T22:40:05.534Z | Planning: Evaluating mediators ... Done |
188 | 2024-10-30T22:40:05.538Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-10-30T22:40:05.576Z | Mediators to change: 2 |
190 | 2024-10-30T22:40:05.577Z | Create boot environment: No |
191 | 2024-10-30T22:40:05.577Z | Create backup boot environment: No |
192 | 2024-10-30T22:40:05.648Z | Done |
193 | 2024-10-30T22:40:05.648Z | Done |
194 | 2024-10-30T22:40:05.962Z | Done |
195 | 2024-10-30T22:40:09.451Z | Done |
196 | 2024-10-30T22:40:09.535Z | Done |
197 | 2024-10-30T22:40:09.536Z | Done |
198 | 2024-10-30T22:40:09.638Z | Done |
199 | 2024-10-30T22:40:10.231Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-10-30T22:40:10.246Z | Planning: Merging actions ... Done |
201 | 2024-10-30T22:40:10.419Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-10-30T22:40:10.427Z | Planning: Consolidating action changes ... Done |
203 | 2024-10-30T22:40:10.682Z | Planning: Evaluating mediators ... Done |
204 | 2024-10-30T22:40:10.736Z | Planning: Planning completed in 0.74 seconds |
205 | 2024-10-30T22:40:10.776Z | Packages to change: 1 |
206 | 2024-10-30T22:40:10.776Z | Mediators to change: 1 |
207 | 2024-10-30T22:40:10.787Z | Services to change: 1 |
208 | 2024-10-30T22:40:10.787Z | Create boot environment: No |
209 | 2024-10-30T22:40:10.787Z | Create backup boot environment: Yes |
210 | 2024-10-30T22:40:12.893Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-10-30T22:40:12.921Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-10-30T22:40:12.921Z | Done |
213 | 2024-10-30T22:40:12.921Z | Done |
214 | 2024-10-30T22:40:12.966Z | Done |
215 | 2024-10-30T22:40:16.485Z | Done |
216 | 2024-10-30T22:40:16.510Z | Done |
217 | 2024-10-30T22:40:16.513Z | Done |
218 | 2024-10-30T22:40:16.628Z | Done |
219 | 2024-10-30T22:40:17.042Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-10-30T22:40:17.042Z | clang system 15 system |
221 | 2024-10-30T22:40:17.042Z | csh system system illumos |
222 | 2024-10-30T22:40:17.042Z | ctags system system illumos |
223 | 2024-10-30T22:40:17.042Z | gcc vendor 12 vendor |
224 | 2024-10-30T22:40:17.042Z | gcc system 10 system |
225 | 2024-10-30T22:40:17.042Z | gcc system 7 system |
226 | 2024-10-30T22:40:17.043Z | go system 1.20 system |
227 | 2024-10-30T22:40:17.043Z | go system 1.19 system |
228 | 2024-10-30T22:40:17.043Z | llvm system 15 system |
229 | 2024-10-30T22:40:17.043Z | llvm system 14 system |
230 | 2024-10-30T22:40:17.043Z | mariadb system 10.6 system |
231 | 2024-10-30T22:40:17.043Z | mta vendor vendor dma |
232 | 2024-10-30T22:40:17.043Z | openjdk system 17 system |
233 | 2024-10-30T22:40:17.043Z | openjdk system 11 system |
234 | 2024-10-30T22:40:17.043Z | openjdk system 1.8 system |
235 | 2024-10-30T22:40:17.043Z | openssl vendor 3 vendor |
236 | 2024-10-30T22:40:17.043Z | perl system 5.36 system |
237 | 2024-10-30T22:40:17.043Z | postgresql system 15 system |
238 | 2024-10-30T22:40:17.043Z | postgresql system 13 system |
239 | 2024-10-30T22:40:17.043Z | python vendor 3 vendor |
240 | 2024-10-30T22:40:17.043Z | python system 2 system |
241 | 2024-10-30T22:40:17.043Z | python3 system 3.11 system |
242 | 2024-10-30T22:40:17.043Z | ruby system 3.0 system |
243 | 2024-10-30T22:40:17.043Z | words vendor vendor american-english |
244 | 2024-10-30T22:40:17.043Z | words system system australian-english |
245 | 2024-10-30T22:40:17.043Z | words system system british-english |
246 | 2024-10-30T22:40:17.043Z | words system system canadian-english |
247 | 2024-10-30T22:40:17.043Z | words system system french |
248 | 2024-10-30T22:40:17.043Z | words system system italian |
249 | 2024-10-30T22:40:17.043Z | words system system ngerman |
250 | 2024-10-30T22:40:17.043Z | words system system ogerman |
251 | 2024-10-30T22:40:17.044Z | words system system spanish |
252 | 2024-10-30T22:40:17.361Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-10-30T22:40:17.361Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-10-30T22:40:19.691Z | FMRI IFO |
255 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-10-30T22:40:19.691Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-10-30T22:40:20.328Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-10-30T22:40:20.618Z | Updating crates.io index |
272 | 2024-10-30T22:40:20.620Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-10-30T22:40:21.394Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-10-30T22:40:21.675Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-10-30T22:40:21.907Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-10-30T22:40:22.124Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-10-30T22:40:22.962Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-10-30T22:40:25.258Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-10-30T22:40:26.290Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-10-30T22:40:27.086Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-10-30T22:40:27.320Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-10-30T22:40:27.571Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-10-30T22:40:28.103Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-10-30T22:40:28.499Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-10-30T22:40:28.894Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-10-30T22:40:29.165Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-10-30T22:40:29.463Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-10-30T22:40:29.766Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-10-30T22:40:30.216Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-10-30T22:40:30.504Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-10-30T22:40:30.929Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-10-30T22:40:31.249Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-10-30T22:40:31.596Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-10-30T22:40:31.893Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-10-30T22:40:32.344Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-10-30T22:40:32.810Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-10-30T22:40:33.065Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-10-30T22:40:33.345Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-10-30T22:40:34.568Z | Downloading crates ... |
300 | 2024-10-30T22:40:34.629Z | Downloaded anstyle-parse v0.2.5 |
301 | 2024-10-30T22:40:34.635Z | Downloaded dtrace-parser v0.2.0 |
302 | 2024-10-30T22:40:34.639Z | Downloaded heck v0.5.0 |
303 | 2024-10-30T22:40:34.641Z | Downloaded crypto-common v0.1.6 |
304 | 2024-10-30T22:40:34.641Z | Downloaded proc-macro-error-attr v1.0.4 |
305 | 2024-10-30T22:40:34.643Z | Downloaded itoa v1.0.11 |
306 | 2024-10-30T22:40:34.643Z | Downloaded byteorder v1.5.0 |
307 | 2024-10-30T22:40:34.652Z | Downloaded fastrand v2.1.1 |
308 | 2024-10-30T22:40:34.656Z | Downloaded memmap v0.7.0 |
309 | 2024-10-30T22:40:34.658Z | Downloaded thiserror-impl v1.0.64 |
310 | 2024-10-30T22:40:34.662Z | Downloaded serde_spanned v0.6.8 |
311 | 2024-10-30T22:40:34.664Z | Downloaded plain v0.2.3 |
312 | 2024-10-30T22:40:34.666Z | Downloaded fs-err v2.11.0 |
313 | 2024-10-30T22:40:34.666Z | Downloaded utf8parse v0.2.2 |
314 | 2024-10-30T22:40:34.668Z | Downloaded smawk v0.3.2 |
315 | 2024-10-30T22:40:34.668Z | Downloaded colorchoice v1.0.2 |
316 | 2024-10-30T22:40:34.671Z | Downloaded cargo-platform v0.1.8 |
317 | 2024-10-30T22:40:34.671Z | Downloaded tabled_derive v0.7.0 |
318 | 2024-10-30T22:40:34.671Z | Downloaded bitflags v2.6.0 |
319 | 2024-10-30T22:40:34.675Z | Downloaded unicode-linebreak v0.1.5 |
320 | 2024-10-30T22:40:34.677Z | Downloaded scroll v0.12.0 |
321 | 2024-10-30T22:40:34.680Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2024-10-30T22:40:34.683Z | Downloaded cargo_toml v0.20.5 |
323 | 2024-10-30T22:40:34.688Z | Downloaded zerocopy-derive v0.7.35 |
324 | 2024-10-30T22:40:34.693Z | Downloaded toml v0.8.19 |
325 | 2024-10-30T22:40:34.695Z | Downloaded log v0.4.22 |
326 | 2024-10-30T22:40:34.698Z | Downloaded textwrap v0.16.1 |
327 | 2024-10-30T22:40:34.702Z | Downloaded serde v1.0.210 |
328 | 2024-10-30T22:40:34.706Z | Downloaded typenum v1.17.0 |
329 | 2024-10-30T22:40:34.711Z | Downloaded anstyle v1.0.8 |
330 | 2024-10-30T22:40:34.726Z | Downloaded anstream v0.6.15 |
331 | 2024-10-30T22:40:34.732Z | Downloaded pest v2.7.14 |
332 | 2024-10-30T22:40:34.737Z | Downloaded hashbrown v0.15.0 |
333 | 2024-10-30T22:40:34.742Z | Downloaded anstyle-query v1.1.1 |
334 | 2024-10-30T22:40:34.744Z | Downloaded pretty-hex v0.4.1 |
335 | 2024-10-30T22:40:34.749Z | Downloaded scroll_derive v0.12.0 |
336 | 2024-10-30T22:40:34.752Z | Downloaded macaddr v1.0.1 |
337 | 2024-10-30T22:40:34.754Z | Downloaded fnv v1.0.7 |
338 | 2024-10-30T22:40:34.754Z | Downloaded camino-tempfile v1.1.1 |
339 | 2024-10-30T22:40:34.758Z | Downloaded generic-array v0.14.7 |
340 | 2024-10-30T22:40:34.761Z | Downloaded clap_builder v4.5.20 |
341 | 2024-10-30T22:40:34.765Z | Downloaded equivalent v1.0.1 |
342 | 2024-10-30T22:40:34.769Z | Downloaded cpufeatures v0.2.14 |
343 | 2024-10-30T22:40:34.774Z | Downloaded pest_generator v2.7.14 |
344 | 2024-10-30T22:40:34.776Z | Downloaded cfg-if v1.0.0 |
345 | 2024-10-30T22:40:34.778Z | Downloaded swrite v0.1.0 |
346 | 2024-10-30T22:40:34.783Z | Downloaded usdt-macro v0.5.0 |
347 | 2024-10-30T22:40:34.789Z | Downloaded digest v0.10.7 |
348 | 2024-10-30T22:40:34.792Z | Downloaded is_terminal_polyfill v1.70.1 |
349 | 2024-10-30T22:40:34.794Z | Downloaded strsim v0.11.1 |
350 | 2024-10-30T22:40:34.796Z | Downloaded dof v0.3.0 |
351 | 2024-10-30T22:40:34.798Z | Downloaded clap_lex v0.7.2 |
352 | 2024-10-30T22:40:34.801Z | Downloaded usdt v0.5.0 |
353 | 2024-10-30T22:40:34.804Z | Downloaded errno v0.3.9 |
354 | 2024-10-30T22:40:34.804Z | Downloaded bytecount v0.6.8 |
355 | 2024-10-30T22:40:34.806Z | Downloaded quote v1.0.37 |
356 | 2024-10-30T22:40:34.808Z | Downloaded autocfg v1.4.0 |
357 | 2024-10-30T22:40:34.810Z | Downloaded pest_derive v2.7.14 |
358 | 2024-10-30T22:40:34.812Z | Downloaded toml_datetime v0.6.8 |
359 | 2024-10-30T22:40:34.812Z | Downloaded cargo_metadata v0.18.1 |
360 | 2024-10-30T22:40:34.815Z | Downloaded thread-id v4.2.2 |
361 | 2024-10-30T22:40:34.818Z | Downloaded terminal_size v0.4.0 |
362 | 2024-10-30T22:40:34.822Z | Downloaded thiserror v1.0.64 |
363 | 2024-10-30T22:40:34.826Z | Downloaded ryu v1.0.18 |
364 | 2024-10-30T22:40:34.829Z | Downloaded block-buffer v0.10.4 |
365 | 2024-10-30T22:40:34.832Z | Downloaded serde_tokenstream v0.2.2 |
366 | 2024-10-30T22:40:34.832Z | Downloaded camino v1.1.9 |
367 | 2024-10-30T22:40:34.835Z | Downloaded once_cell v1.20.2 |
368 | 2024-10-30T22:40:34.838Z | Downloaded heck v0.4.1 |
369 | 2024-10-30T22:40:34.841Z | Downloaded clap_derive v4.5.18 |
370 | 2024-10-30T22:40:34.841Z | Downloaded sha2 v0.10.8 |
371 | 2024-10-30T22:40:34.843Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-10-30T22:40:34.845Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-10-30T22:40:34.847Z | Downloaded version_check v0.9.5 |
374 | 2024-10-30T22:40:34.850Z | Downloaded tempfile v3.13.0 |
375 | 2024-10-30T22:40:34.852Z | Downloaded semver v1.0.23 |
376 | 2024-10-30T22:40:34.854Z | Downloaded pest_meta v2.7.14 |
377 | 2024-10-30T22:40:34.856Z | Downloaded clap v4.5.20 |
378 | 2024-10-30T22:40:34.865Z | Downloaded serde_derive v1.0.210 |
379 | 2024-10-30T22:40:34.867Z | Downloaded syn v1.0.109 |
380 | 2024-10-30T22:40:34.877Z | Downloaded proc-macro2 v1.0.87 |
381 | 2024-10-30T22:40:34.880Z | Downloaded unicode-ident v1.0.13 |
382 | 2024-10-30T22:40:34.882Z | Downloaded ucd-trie v0.1.7 |
383 | 2024-10-30T22:40:34.884Z | Downloaded indexmap v2.6.0 |
384 | 2024-10-30T22:40:34.887Z | Downloaded papergrid v0.11.0 |
385 | 2024-10-30T22:40:34.892Z | Downloaded anyhow v1.0.89 |
386 | 2024-10-30T22:40:34.899Z | Downloaded memchr v2.7.4 |
387 | 2024-10-30T22:40:34.912Z | Downloaded toml_edit v0.22.22 |
388 | 2024-10-30T22:40:34.934Z | Downloaded zerocopy v0.7.35 |
389 | 2024-10-30T22:40:34.948Z | Downloaded serde_json v1.0.128 |
390 | 2024-10-30T22:40:34.955Z | Downloaded winnow v0.6.20 |
391 | 2024-10-30T22:40:34.964Z | Downloaded rustix v0.38.37 |
392 | 2024-10-30T22:40:34.984Z | Downloaded tabled v0.15.0 |
393 | 2024-10-30T22:40:35.003Z | Downloaded goblin v0.8.2 |
394 | 2024-10-30T22:40:35.010Z | Downloaded unicode-width v0.1.14 |
395 | 2024-10-30T22:40:35.010Z | Downloaded syn v2.0.79 |
396 | 2024-10-30T22:40:35.057Z | Downloaded libc v0.2.161 |
397 | 2024-10-30T22:40:35.350Z | Compiling proc-macro2 v1.0.87 |
398 | 2024-10-30T22:40:35.350Z | Compiling unicode-ident v1.0.13 |
399 | 2024-10-30T22:40:35.352Z | Compiling serde v1.0.210 |
400 | 2024-10-30T22:40:35.352Z | Compiling version_check v0.9.5 |
401 | 2024-10-30T22:40:35.352Z | Compiling memchr v2.7.4 |
402 | 2024-10-30T22:40:35.352Z | Compiling thiserror v1.0.64 |
403 | 2024-10-30T22:40:35.353Z | Compiling libc v0.2.161 |
404 | 2024-10-30T22:40:35.353Z | Compiling itoa v1.0.11 |
405 | 2024-10-30T22:40:35.587Z | Compiling ryu v1.0.18 |
406 | 2024-10-30T22:40:35.724Z | Compiling ucd-trie v0.1.7 |
407 | 2024-10-30T22:40:35.942Z | Compiling once_cell v1.20.2 |
408 | 2024-10-30T22:40:36.186Z | Compiling byteorder v1.5.0 |
409 | 2024-10-30T22:40:36.299Z | Compiling rustix v0.38.37 |
410 | 2024-10-30T22:40:36.347Z | Compiling serde_json v1.0.128 |
411 | 2024-10-30T22:40:36.637Z | Compiling bitflags v2.6.0 |
412 | 2024-10-30T22:40:36.745Z | Compiling usdt-impl v0.5.0 |
413 | 2024-10-30T22:40:37.029Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-10-30T22:40:37.100Z | Compiling syn v1.0.109 |
415 | 2024-10-30T22:40:37.142Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-10-30T22:40:37.255Z | Compiling quote v1.0.37 |
417 | 2024-10-30T22:40:37.279Z | Compiling utf8parse v0.2.2 |
418 | 2024-10-30T22:40:37.382Z | Compiling equivalent v1.0.1 |
419 | 2024-10-30T22:40:37.444Z | Compiling hashbrown v0.15.0 |
420 | 2024-10-30T22:40:37.466Z | Compiling camino v1.1.9 |
421 | 2024-10-30T22:40:37.500Z | Compiling errno v0.3.9 |
422 | 2024-10-30T22:40:37.708Z | Compiling syn v2.0.79 |
423 | 2024-10-30T22:40:37.922Z | Compiling thread-id v4.2.2 |
424 | 2024-10-30T22:40:37.955Z | Compiling plain v0.2.3 |
425 | 2024-10-30T22:40:37.978Z | Compiling log v0.4.22 |
426 | 2024-10-30T22:40:38.220Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-10-30T22:40:38.346Z | Compiling unicode-width v0.1.14 |
428 | 2024-10-30T22:40:38.534Z | Compiling autocfg v1.4.0 |
429 | 2024-10-30T22:40:38.601Z | Compiling winnow v0.6.20 |
430 | 2024-10-30T22:40:38.741Z | Compiling indexmap v2.6.0 |
431 | 2024-10-30T22:40:38.836Z | Compiling colorchoice v1.0.2 |
432 | 2024-10-30T22:40:38.859Z | Compiling anstyle-query v1.1.1 |
433 | 2024-10-30T22:40:39.002Z | Compiling semver v1.0.23 |
434 | 2024-10-30T22:40:39.025Z | Compiling pretty-hex v0.4.1 |
435 | 2024-10-30T22:40:39.230Z | Compiling anstyle v1.0.8 |
436 | 2024-10-30T22:40:39.547Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2024-10-30T22:40:39.640Z | Compiling fs-err v2.11.0 |
438 | 2024-10-30T22:40:39.683Z | Compiling anstream v0.6.15 |
439 | 2024-10-30T22:40:39.929Z | Compiling terminal_size v0.4.0 |
440 | 2024-10-30T22:40:40.012Z | Compiling bytecount v0.6.8 |
441 | 2024-10-30T22:40:40.067Z | Compiling fnv v1.0.7 |
442 | 2024-10-30T22:40:40.135Z | Compiling clap_lex v0.7.2 |
443 | 2024-10-30T22:40:40.213Z | Compiling heck v0.4.1 |
444 | 2024-10-30T22:40:40.235Z | Compiling heck v0.5.0 |
445 | 2024-10-30T22:40:40.399Z | Compiling anyhow v1.0.89 |
446 | 2024-10-30T22:40:40.623Z | Compiling fastrand v2.1.1 |
447 | 2024-10-30T22:40:40.686Z | Compiling cfg-if v1.0.0 |
448 | 2024-10-30T22:40:40.710Z | Compiling strsim v0.11.1 |
449 | 2024-10-30T22:40:41.164Z | Compiling tempfile v3.13.0 |
450 | 2024-10-30T22:40:41.189Z | Compiling clap_builder v4.5.20 |
451 | 2024-10-30T22:40:41.347Z | Compiling papergrid v0.11.0 |
452 | 2024-10-30T22:40:41.517Z | Compiling memmap v0.7.0 |
453 | 2024-10-30T22:40:41.635Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-10-30T22:40:41.930Z | Compiling smawk v0.3.2 |
455 | 2024-10-30T22:40:42.138Z | Compiling textwrap v0.16.1 |
456 | 2024-10-30T22:40:42.243Z | Compiling swrite v0.1.0 |
457 | 2024-10-30T22:40:43.312Z | Compiling tabled_derive v0.7.0 |
458 | 2024-10-30T22:40:44.979Z | Compiling tabled v0.15.0 |
459 | 2024-10-30T22:40:45.621Z | Compiling serde_derive v1.0.210 |
460 | 2024-10-30T22:40:45.621Z | Compiling thiserror-impl v1.0.64 |
461 | 2024-10-30T22:40:45.623Z | Compiling zerocopy-derive v0.7.35 |
462 | 2024-10-30T22:40:45.623Z | Compiling scroll_derive v0.12.0 |
463 | 2024-10-30T22:40:45.883Z | Compiling clap_derive v4.5.18 |
464 | 2024-10-30T22:40:47.085Z | Compiling scroll v0.12.0 |
465 | 2024-10-30T22:40:47.563Z | Compiling goblin v0.8.2 |
466 | 2024-10-30T22:40:47.695Z | Compiling zerocopy v0.7.35 |
467 | 2024-10-30T22:40:48.298Z | Compiling pest v2.7.14 |
468 | 2024-10-30T22:40:49.247Z | Compiling clap v4.5.20 |
469 | 2024-10-30T22:40:50.553Z | Compiling pest_meta v2.7.14 |
470 | 2024-10-30T22:40:51.366Z | Compiling pest_generator v2.7.14 |
471 | 2024-10-30T22:40:53.009Z | Compiling pest_derive v2.7.14 |
472 | 2024-10-30T22:40:53.663Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-10-30T22:40:55.411Z | Compiling serde_tokenstream v0.2.2 |
474 | 2024-10-30T22:40:55.529Z | Compiling serde_spanned v0.6.8 |
475 | 2024-10-30T22:40:55.529Z | Compiling toml_datetime v0.6.8 |
476 | 2024-10-30T22:40:55.635Z | Compiling cargo-platform v0.1.8 |
477 | 2024-10-30T22:40:55.846Z | Compiling toml_edit v0.22.22 |
478 | 2024-10-30T22:40:55.993Z | Compiling macaddr v1.0.1 |
479 | 2024-10-30T22:40:56.173Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-10-30T22:40:56.873Z | Compiling dof v0.3.0 |
481 | 2024-10-30T22:40:57.040Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-10-30T22:40:58.521Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-10-30T22:40:58.539Z | Compiling usdt-macro v0.5.0 |
484 | 2024-10-30T22:40:58.707Z | Compiling toml v0.8.19 |
485 | 2024-10-30T22:40:59.513Z | Compiling cargo_toml v0.20.5 |
486 | 2024-10-30T22:40:59.765Z | Compiling usdt v0.5.0 |
487 | 2024-10-30T22:41:02.819Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-10-30T22:41:06.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.33s |
489 | 2024-10-30T22:41:06.756Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-10-30T22:41:07.252Z | Downloading crates ... |
491 | 2024-10-30T22:41:07.371Z | Downloaded compact_str v0.8.0 |
492 | 2024-10-30T22:41:07.378Z | Downloaded async-stream-impl v0.3.6 |
493 | 2024-10-30T22:41:07.384Z | Downloaded atomicwrites v0.4.4 |
494 | 2024-10-30T22:41:07.387Z | Downloaded ahash v0.8.11 |
495 | 2024-10-30T22:41:07.391Z | Downloaded convert_case v0.4.0 |
496 | 2024-10-30T22:41:07.394Z | Downloaded buf-list v1.0.3 |
497 | 2024-10-30T22:41:07.394Z | Downloaded http-body-util v0.1.2 |
498 | 2024-10-30T22:41:07.398Z | Downloaded httpdate v1.0.3 |
499 | 2024-10-30T22:41:07.398Z | Downloaded chrono-tz-build v0.4.0 |
500 | 2024-10-30T22:41:07.401Z | Downloaded http-body v0.4.6 |
501 | 2024-10-30T22:41:07.404Z | Downloaded data-encoding v2.6.0 |
502 | 2024-10-30T22:41:07.404Z | Downloaded crc-catalog v2.4.0 |
503 | 2024-10-30T22:41:07.404Z | Downloaded new_debug_unreachable v1.0.6 |
504 | 2024-10-30T22:41:07.407Z | Downloaded cfg_aliases v0.1.1 |
505 | 2024-10-30T22:41:07.407Z | Downloaded ciborium-ll v0.2.2 |
506 | 2024-10-30T22:41:07.410Z | Downloaded md5 v0.7.0 |
507 | 2024-10-30T22:41:07.410Z | Downloaded matches v0.1.10 |
508 | 2024-10-30T22:41:07.410Z | Downloaded ascii-canvas v3.0.0 |
509 | 2024-10-30T22:41:07.412Z | Downloaded castaway v0.2.3 |
510 | 2024-10-30T22:41:07.412Z | Downloaded is-terminal v0.4.13 |
511 | 2024-10-30T22:41:07.416Z | Downloaded darling v0.20.10 |
512 | 2024-10-30T22:41:07.419Z | Downloaded newtype_derive v0.1.6 |
513 | 2024-10-30T22:41:07.422Z | Downloaded mime v0.3.17 |
514 | 2024-10-30T22:41:07.422Z | Downloaded mockall v0.13.0 |
515 | 2024-10-30T22:41:07.425Z | Downloaded maplit v1.0.2 |
516 | 2024-10-30T22:41:07.425Z | Downloaded linear-map v1.2.0 |
517 | 2024-10-30T22:41:07.428Z | Downloaded multimap v0.10.0 |
518 | 2024-10-30T22:41:07.428Z | Downloaded instability v0.3.2 |
519 | 2024-10-30T22:41:07.431Z | Downloaded indent_write v2.2.0 |
520 | 2024-10-30T22:41:07.431Z | Downloaded hyper-staticfile v0.10.1 |
521 | 2024-10-30T22:41:07.434Z | Downloaded libloading v0.8.5 |
522 | 2024-10-30T22:41:07.438Z | Downloaded lock_api v0.4.12 |
523 | 2024-10-30T22:41:07.441Z | Downloaded ipnet v2.10.1 |
524 | 2024-10-30T22:41:07.441Z | Downloaded http v0.2.12 |
525 | 2024-10-30T22:41:07.444Z | Downloaded libsw v3.3.1 |
526 | 2024-10-30T22:41:07.447Z | Downloaded base64 v0.21.7 |
527 | 2024-10-30T22:41:07.451Z | Downloaded sigpipe v0.1.3 |
528 | 2024-10-30T22:41:07.453Z | Downloaded backtrace v0.3.74 |
529 | 2024-10-30T22:41:07.458Z | Downloaded indicatif v0.17.8 |
530 | 2024-10-30T22:41:07.463Z | Downloaded miniz_oxide v0.8.0 |
531 | 2024-10-30T22:41:07.466Z | Downloaded httparse v1.9.5 |
532 | 2024-10-30T22:41:07.468Z | Downloaded assert_matches v1.5.0 |
533 | 2024-10-30T22:41:07.471Z | Downloaded base16ct v0.2.0 |
534 | 2024-10-30T22:41:07.471Z | Downloaded hostname v0.4.0 |
535 | 2024-10-30T22:41:07.474Z | Downloaded crypto-bigint v0.5.5 |
536 | 2024-10-30T22:41:07.480Z | Downloaded slog-json v2.6.1 |
537 | 2024-10-30T22:41:07.484Z | Downloaded ciborium-io v0.2.2 |
538 | 2024-10-30T22:41:07.484Z | Downloaded structmeta-derive v0.3.0 |
539 | 2024-10-30T22:41:07.487Z | Downloaded cfg_aliases v0.2.1 |
540 | 2024-10-30T22:41:07.487Z | Downloaded vte_generate_state_changes v0.1.2 |
541 | 2024-10-30T22:41:07.488Z | Downloaded hmac v0.12.1 |
542 | 2024-10-30T22:41:07.490Z | Downloaded hickory-resolver v0.24.1 |
543 | 2024-10-30T22:41:07.497Z | Downloaded unicase v2.7.0 |
544 | 2024-10-30T22:41:07.500Z | Downloaded instant v0.1.13 |
545 | 2024-10-30T22:41:07.500Z | Downloaded block-padding v0.3.3 |
546 | 2024-10-30T22:41:07.500Z | Downloaded ident_case v1.0.1 |
547 | 2024-10-30T22:41:07.502Z | Downloaded adler2 v2.0.0 |
548 | 2024-10-30T22:41:07.503Z | Downloaded bit-set v0.5.3 |
549 | 2024-10-30T22:41:07.505Z | Downloaded async-stream v0.3.6 |
550 | 2024-10-30T22:41:07.509Z | Downloaded nom v7.1.3 |
551 | 2024-10-30T22:41:07.512Z | Downloaded uzers v0.12.1 |
552 | 2024-10-30T22:41:07.516Z | Downloaded addr2line v0.24.2 |
553 | 2024-10-30T22:41:07.519Z | Downloaded tinyvec v1.8.0 |
554 | 2024-10-30T22:41:07.522Z | Downloaded downcast v0.11.0 |
555 | 2024-10-30T22:41:07.522Z | Downloaded inout v0.1.3 |
556 | 2024-10-30T22:41:07.525Z | Downloaded match_cfg v0.1.0 |
557 | 2024-10-30T22:41:07.525Z | Downloaded cexpr v0.6.0 |
558 | 2024-10-30T22:41:07.528Z | Downloaded is_ci v1.2.0 |
559 | 2024-10-30T22:41:07.528Z | Downloaded indoc v1.0.9 |
560 | 2024-10-30T22:41:07.531Z | Downloaded chacha20 v0.9.1 |
561 | 2024-10-30T22:41:07.534Z | Downloaded thiserror-impl-no-std v2.0.2 |
562 | 2024-10-30T22:41:07.537Z | Downloaded normalize-line-endings v0.3.0 |
563 | 2024-10-30T22:41:07.537Z | Downloaded tokio-tungstenite v0.23.1 |
564 | 2024-10-30T22:41:07.540Z | Downloaded md-5 v0.10.6 |
565 | 2024-10-30T22:41:07.543Z | Downloaded itertools v0.12.1 |
566 | 2024-10-30T22:41:07.547Z | Downloaded dirs-sys-next v0.1.2 |
567 | 2024-10-30T22:41:07.550Z | Downloaded argon2 v0.5.3 |
568 | 2024-10-30T22:41:07.553Z | Downloaded linked-hash-map v0.5.6 |
569 | 2024-10-30T22:41:07.553Z | Downloaded lazy_static v1.5.0 |
570 | 2024-10-30T22:41:07.556Z | Downloaded fxhash v0.2.1 |
571 | 2024-10-30T22:41:07.556Z | Downloaded managed v0.8.0 |
572 | 2024-10-30T22:41:07.559Z | Downloaded sqlparser_derive v0.2.2 |
573 | 2024-10-30T22:41:07.559Z | Downloaded rand_core v0.6.4 |
574 | 2024-10-30T22:41:07.562Z | Downloaded curve25519-dalek-derive v0.1.1 |
575 | 2024-10-30T22:41:07.562Z | Downloaded zone_cfg_derive v0.1.2 |
576 | 2024-10-30T22:41:07.565Z | Downloaded cassowary v0.3.0 |
577 | 2024-10-30T22:41:07.565Z | Downloaded nanorand v0.7.0 |
578 | 2024-10-30T22:41:07.568Z | Downloaded maybe-uninit v2.0.0 |
579 | 2024-10-30T22:41:07.570Z | Downloaded float-cmp v0.9.0 |
580 | 2024-10-30T22:41:07.571Z | Downloaded nodrop v0.1.14 |
581 | 2024-10-30T22:41:07.573Z | Downloaded rpassword v7.3.1 |
582 | 2024-10-30T22:41:07.573Z | Downloaded nibble_vec v0.1.0 |
583 | 2024-10-30T22:41:07.576Z | Downloaded newtype-uuid v1.1.2 |
584 | 2024-10-30T22:41:07.576Z | Downloaded crossterm v0.28.1 |
585 | 2024-10-30T22:41:07.582Z | Downloaded display-error-chain v0.2.1 |
586 | 2024-10-30T22:41:07.585Z | Downloaded zone v0.1.8 |
587 | 2024-10-30T22:41:07.585Z | Downloaded difflib v0.4.0 |
588 | 2024-10-30T22:41:07.588Z | Downloaded ciborium v0.2.2 |
589 | 2024-10-30T22:41:07.591Z | Downloaded rustls-pemfile v1.0.4 |
590 | 2024-10-30T22:41:07.594Z | Downloaded crc32fast v1.4.2 |
591 | 2024-10-30T22:41:07.594Z | Downloaded memmap2 v0.9.5 |
592 | 2024-10-30T22:41:07.597Z | Downloaded cookie_store v0.21.0 |
593 | 2024-10-30T22:41:07.600Z | Downloaded sec1 v0.7.3 |
594 | 2024-10-30T22:41:07.600Z | Downloaded flagset v0.4.6 |
595 | 2024-10-30T22:41:07.603Z | Downloaded russh-cryptovec v0.7.3 |
596 | 2024-10-30T22:41:07.603Z | Downloaded parse-size v1.0.0 |
597 | 2024-10-30T22:41:07.605Z | Downloaded tiny-keccak v2.0.2 |
598 | 2024-10-30T22:41:07.608Z | Downloaded packed_struct v0.10.1 |
599 | 2024-10-30T22:41:07.608Z | Downloaded unarray v0.1.4 |
600 | 2024-10-30T22:41:07.612Z | Downloaded structmeta-derive v0.2.0 |
601 | 2024-10-30T22:41:07.612Z | Downloaded secrecy v0.8.0 |
602 | 2024-10-30T22:41:07.615Z | Downloaded cancel-safe-futures v0.1.5 |
603 | 2024-10-30T22:41:07.618Z | Downloaded mime_guess v2.0.5 |
604 | 2024-10-30T22:41:07.618Z | Downloaded async-trait v0.1.83 |
605 | 2024-10-30T22:41:07.621Z | Downloaded num v0.4.3 |
606 | 2024-10-30T22:41:07.624Z | Downloaded dirs-next v2.0.0 |
607 | 2024-10-30T22:41:07.624Z | Downloaded dhcproto-macros v0.1.0 |
608 | 2024-10-30T22:41:07.627Z | Downloaded zone v0.3.0 |
609 | 2024-10-30T22:41:07.627Z | Downloaded time-macros v0.2.18 |
610 | 2024-10-30T22:41:07.630Z | Downloaded olpc-cjson v0.1.4 |
611 | 2024-10-30T22:41:07.630Z | Downloaded parse-display-derive v0.10.0 |
612 | 2024-10-30T22:41:07.633Z | Downloaded cbc v0.1.2 |
613 | 2024-10-30T22:41:07.633Z | Downloaded termtree v0.4.1 |
614 | 2024-10-30T22:41:07.636Z | Downloaded gethostname v0.5.0 |
615 | 2024-10-30T22:41:07.636Z | Downloaded predicates v3.1.2 |
616 | 2024-10-30T22:41:07.639Z | Downloaded clang-sys v1.8.1 |
617 | 2024-10-30T22:41:07.642Z | Downloaded rustls-pemfile v2.2.0 |
618 | 2024-10-30T22:41:07.645Z | Downloaded proc-macro-crate v1.3.1 |
619 | 2024-10-30T22:41:07.649Z | Downloaded multer v3.1.0 |
620 | 2024-10-30T22:41:07.649Z | Downloaded foreign-types-shared v0.3.1 |
621 | 2024-10-30T22:41:07.653Z | Downloaded zone_cfg_derive v0.3.0 |
622 | 2024-10-30T22:41:07.653Z | Downloaded base64 v0.13.1 |
623 | 2024-10-30T22:41:07.656Z | Downloaded rustversion v1.0.17 |
624 | 2024-10-30T22:41:07.659Z | Downloaded scopeguard v1.2.0 |
625 | 2024-10-30T22:41:07.659Z | Downloaded tokio-tungstenite v0.21.0 |
626 | 2024-10-30T22:41:07.662Z | Downloaded wyz v0.5.1 |
627 | 2024-10-30T22:41:07.665Z | Downloaded rsa v0.9.6 |
628 | 2024-10-30T22:41:07.668Z | Downloaded foreign-types-shared v0.1.1 |
629 | 2024-10-30T22:41:07.671Z | Downloaded foreign-types-macros v0.2.3 |
630 | 2024-10-30T22:41:07.671Z | Downloaded slog-bunyan v2.5.0 |
631 | 2024-10-30T22:41:07.674Z | Downloaded headers-core v0.3.0 |
632 | 2024-10-30T22:41:07.674Z | Downloaded serde_with_macros v3.11.0 |
633 | 2024-10-30T22:41:07.677Z | Downloaded scrypt v0.11.0 |
634 | 2024-10-30T22:41:07.677Z | Downloaded password-hash v0.4.2 |
635 | 2024-10-30T22:41:07.680Z | Downloaded nu-ansi-term v0.50.1 |
636 | 2024-10-30T22:41:07.683Z | Downloaded path-slash v0.1.5 |
637 | 2024-10-30T22:41:07.683Z | Downloaded string_cache v0.8.7 |
638 | 2024-10-30T22:41:07.687Z | Downloaded diff v0.1.13 |
639 | 2024-10-30T22:41:07.689Z | Downloaded subtle v2.6.1 |
640 | 2024-10-30T22:41:07.690Z | Downloaded termios v0.3.3 |
641 | 2024-10-30T22:41:07.692Z | Downloaded crc-any v2.5.0 |
642 | 2024-10-30T22:41:07.696Z | Downloaded bytes v1.7.2 |
643 | 2024-10-30T22:41:07.704Z | Downloaded unicode-truncate v1.1.0 |
644 | 2024-10-30T22:41:07.707Z | Downloaded sync_wrapper v1.0.1 |
645 | 2024-10-30T22:41:07.707Z | Downloaded untrusted v0.7.1 |
646 | 2024-10-30T22:41:07.707Z | Downloaded foreign-types v0.5.0 |
647 | 2024-10-30T22:41:07.707Z | Downloaded zeroize_derive v1.4.2 |
648 | 2024-10-30T22:41:07.707Z | Downloaded zeroize v1.8.1 |
649 | 2024-10-30T22:41:07.708Z | Downloaded futures v0.3.31 |
650 | 2024-10-30T22:41:07.712Z | Downloaded fragile v2.0.0 |
651 | 2024-10-30T22:41:07.715Z | Downloaded form_urlencoded v1.2.1 |
652 | 2024-10-30T22:41:07.715Z | Downloaded rayon-core v1.12.1 |
653 | 2024-10-30T22:41:07.719Z | Downloaded toolchain_find v0.4.0 |
654 | 2024-10-30T22:41:07.722Z | Downloaded scheduled-thread-pool v0.2.7 |
655 | 2024-10-30T22:41:07.722Z | Downloaded unicode-bidi v0.3.17 |
656 | 2024-10-30T22:41:07.726Z | Downloaded tower-service v0.3.3 |
657 | 2024-10-30T22:41:07.726Z | Downloaded filetime v0.2.25 |
658 | 2024-10-30T22:41:07.729Z | Downloaded pkcs1 v0.7.5 |
659 | 2024-10-30T22:41:07.732Z | Downloaded pbkdf2 v0.11.0 |
660 | 2024-10-30T22:41:07.735Z | Downloaded vte v0.11.1 |
661 | 2024-10-30T22:41:07.738Z | Downloaded packed_struct_codegen v0.10.1 |
662 | 2024-10-30T22:41:07.738Z | Downloaded stringprep v0.1.5 |
663 | 2024-10-30T22:41:07.741Z | Downloaded serde_path_to_error v0.1.16 |
664 | 2024-10-30T22:41:07.744Z | Downloaded tokio-tungstenite v0.24.0 |
665 | 2024-10-30T22:41:07.744Z | Downloaded tokio-rustls v0.26.0 |
666 | 2024-10-30T22:41:07.746Z | Downloaded slog-async v2.8.0 |
667 | 2024-10-30T22:41:07.749Z | Downloaded fatfs v0.3.6 |
668 | 2024-10-30T22:41:07.752Z | Downloaded phf_shared v0.10.0 |
669 | 2024-10-30T22:41:07.752Z | Downloaded tabwriter v1.4.0 |
670 | 2024-10-30T22:41:07.755Z | Downloaded signal-hook-mio v0.2.4 |
671 | 2024-10-30T22:41:07.755Z | Downloaded base64 v0.22.1 |
672 | 2024-10-30T22:41:07.760Z | Downloaded shlex v1.3.0 |
673 | 2024-10-30T22:41:07.763Z | Downloaded stable_deref_trait v1.2.0 |
674 | 2024-10-30T22:41:07.763Z | Downloaded shell-words v1.1.0 |
675 | 2024-10-30T22:41:07.766Z | Downloaded ref-cast-impl v1.0.23 |
676 | 2024-10-30T22:41:07.767Z | Downloaded ref-cast v1.0.23 |
677 | 2024-10-30T22:41:07.769Z | Downloaded mockall_derive v0.13.0 |
678 | 2024-10-30T22:41:07.772Z | Downloaded hashlink v0.9.1 |
679 | 2024-10-30T22:41:07.775Z | Downloaded strum v0.26.3 |
680 | 2024-10-30T22:41:07.776Z | Downloaded topological-sort v0.2.2 |
681 | 2024-10-30T22:41:07.779Z | Downloaded which v4.4.2 |
682 | 2024-10-30T22:41:07.779Z | Downloaded parking_lot_core v0.8.6 |
683 | 2024-10-30T22:41:07.782Z | Downloaded ecdsa v0.16.9 |
684 | 2024-10-30T22:41:07.782Z | Downloaded socket2 v0.5.7 |
685 | 2024-10-30T22:41:07.785Z | Downloaded sync_wrapper v0.1.2 |
686 | 2024-10-30T22:41:07.788Z | Downloaded try-lock v0.2.5 |
687 | 2024-10-30T22:41:07.788Z | Downloaded test-strategy v0.3.1 |
688 | 2024-10-30T22:41:07.791Z | Downloaded glob v0.3.1 |
689 | 2024-10-30T22:41:07.793Z | Downloaded minimal-lexical v0.2.1 |
690 | 2024-10-30T22:41:07.798Z | Downloaded take_mut v0.2.2 |
691 | 2024-10-30T22:41:07.800Z | Downloaded parking_lot_core v0.9.10 |
692 | 2024-10-30T22:41:07.803Z | Downloaded num-conv v0.1.0 |
693 | 2024-10-30T22:41:07.803Z | Downloaded waitgroup v0.1.2 |
694 | 2024-10-30T22:41:07.806Z | Downloaded tokio-rustls v0.24.1 |
695 | 2024-10-30T22:41:07.809Z | Downloaded hex-literal v0.4.1 |
696 | 2024-10-30T22:41:07.809Z | Downloaded owo-colors v4.1.0 |
697 | 2024-10-30T22:41:07.812Z | Downloaded oso-derive v0.27.3 |
698 | 2024-10-30T22:41:07.812Z | Downloaded progenitor-macro v0.8.0 |
699 | 2024-10-30T22:41:07.815Z | Downloaded oso v0.27.3 |
700 | 2024-10-30T22:41:07.826Z | Downloaded rustc-hash v1.1.0 |
701 | 2024-10-30T22:41:07.829Z | Downloaded psl-types v2.0.11 |
702 | 2024-10-30T22:41:07.829Z | Downloaded polyval v0.6.2 |
703 | 2024-10-30T22:41:07.834Z | Downloaded phf_shared v0.11.2 |
704 | 2024-10-30T22:41:07.834Z | Downloaded omicron-zone-package v0.11.1 |
705 | 2024-10-30T22:41:07.837Z | Downloaded spin v0.5.2 |
706 | 2024-10-30T22:41:07.837Z | Downloaded slab v0.4.9 |
707 | 2024-10-30T22:41:07.837Z | Downloaded same-file v1.0.6 |
708 | 2024-10-30T22:41:07.840Z | Downloaded schemars v0.8.21 |
709 | 2024-10-30T22:41:07.851Z | Downloaded signal-hook-tokio v0.3.1 |
710 | 2024-10-30T22:41:07.854Z | Downloaded float-ord v0.3.2 |
711 | 2024-10-30T22:41:07.854Z | Downloaded enum-as-inner v0.6.1 |
712 | 2024-10-30T22:41:07.858Z | Downloaded tap v1.0.1 |
713 | 2024-10-30T22:41:07.858Z | Downloaded num_enum v0.5.11 |
714 | 2024-10-30T22:41:07.860Z | Downloaded fd-lock v4.0.2 |
715 | 2024-10-30T22:41:07.864Z | Downloaded foldhash v0.1.3 |
716 | 2024-10-30T22:41:07.867Z | Downloaded globset v0.4.15 |
717 | 2024-10-30T22:41:07.867Z | Downloaded utf-8 v0.7.6 |
718 | 2024-10-30T22:41:07.870Z | Downloaded aes v0.8.4 |
719 | 2024-10-30T22:41:07.872Z | Downloaded hash32 v0.2.1 |
720 | 2024-10-30T22:41:07.875Z | Downloaded phf_codegen v0.11.2 |
721 | 2024-10-30T22:41:07.875Z | Downloaded peg-macros v0.8.4 |
722 | 2024-10-30T22:41:07.878Z | Downloaded sct v0.7.1 |
723 | 2024-10-30T22:41:07.884Z | Downloaded itertools v0.10.5 |
724 | 2024-10-30T22:41:07.887Z | Downloaded powerfmt v0.2.0 |
725 | 2024-10-30T22:41:07.892Z | Downloaded rustc-demangle v0.1.24 |
726 | 2024-10-30T22:41:07.892Z | Downloaded phf_generator v0.11.2 |
727 | 2024-10-30T22:41:07.895Z | Downloaded snafu v0.8.5 |
728 | 2024-10-30T22:41:07.898Z | Downloaded siphasher v0.3.11 |
729 | 2024-10-30T22:41:07.901Z | Downloaded salsa20 v0.10.2 |
730 | 2024-10-30T22:41:07.904Z | Downloaded derive_builder_core v0.20.2 |
731 | 2024-10-30T22:41:07.907Z | Downloaded ssh-encoding v0.2.0 |
732 | 2024-10-30T22:41:07.907Z | Downloaded want v0.3.1 |
733 | 2024-10-30T22:41:07.910Z | Downloaded env_filter v0.1.2 |
734 | 2024-10-30T22:41:07.910Z | Downloaded tokio-native-tls v0.3.1 |
735 | 2024-10-30T22:41:07.913Z | Downloaded tls_codec_derive v0.4.1 |
736 | 2024-10-30T22:41:07.913Z | Downloaded libxml v0.3.3 |
737 | 2024-10-30T22:41:07.920Z | Downloaded num-iter v0.1.45 |
738 | 2024-10-30T22:41:07.923Z | Downloaded precomputed-hash v0.1.1 |
739 | 2024-10-30T22:41:07.925Z | Downloaded pretty-hex v0.2.1 |
740 | 2024-10-30T22:41:07.926Z | Downloaded num-integer v0.1.46 |
741 | 2024-10-30T22:41:07.926Z | Downloaded ff v0.13.0 |
742 | 2024-10-30T22:41:07.928Z | Downloaded predicates-core v1.0.8 |
743 | 2024-10-30T22:41:07.931Z | Downloaded endian-type v0.1.2 |
744 | 2024-10-30T22:41:07.931Z | Downloaded heapless v0.8.0 |
745 | 2024-10-30T22:41:07.934Z | Downloaded headers v0.4.0 |
746 | 2024-10-30T22:41:07.940Z | Downloaded termcolor v1.4.1 |
747 | 2024-10-30T22:41:07.943Z | Downloaded serde_plain v1.0.2 |
748 | 2024-10-30T22:41:07.946Z | Downloaded sha1 v0.10.6 |
749 | 2024-10-30T22:41:07.946Z | Downloaded postgres-types v0.2.8 |
750 | 2024-10-30T22:41:07.949Z | Downloaded postgres-protocol v0.6.7 |
751 | 2024-10-30T22:41:07.952Z | Downloaded xz2 v0.1.7 |
752 | 2024-10-30T22:41:07.955Z | Downloaded libm v0.2.8 |
753 | 2024-10-30T22:41:07.961Z | Downloaded futures-io v0.3.31 |
754 | 2024-10-30T22:41:07.963Z | Downloaded futures-executor v0.3.31 |
755 | 2024-10-30T22:41:07.966Z | Downloaded tinyvec_macros v0.1.1 |
756 | 2024-10-30T22:41:07.966Z | Downloaded tracing v0.1.40 |
757 | 2024-10-30T22:41:07.969Z | Downloaded time-core v0.1.2 |
758 | 2024-10-30T22:41:07.973Z | Downloaded derive_builder_macro v0.20.2 |
759 | 2024-10-30T22:41:07.973Z | Downloaded fixedbitset v0.4.2 |
760 | 2024-10-30T22:41:07.976Z | Downloaded value-bag v1.9.0 |
761 | 2024-10-30T22:41:07.979Z | Downloaded derive_builder v0.20.2 |
762 | 2024-10-30T22:41:07.982Z | Downloaded serde-hex v0.1.0 |
763 | 2024-10-30T22:41:07.985Z | Downloaded serde-big-array v0.5.1 |
764 | 2024-10-30T22:41:07.987Z | Downloaded rfc6979 v0.4.0 |
765 | 2024-10-30T22:41:07.987Z | Downloaded slog-dtrace v0.3.0 |
766 | 2024-10-30T22:41:07.990Z | Downloaded serde_repr v0.1.19 |
767 | 2024-10-30T22:41:07.990Z | Downloaded peg v0.8.4 |
768 | 2024-10-30T22:41:07.994Z | Downloaded strum_macros v0.26.4 |
769 | 2024-10-30T22:41:07.999Z | Downloaded serde_derive_internals v0.29.1 |
770 | 2024-10-30T22:41:08.005Z | Downloaded tar v0.4.42 |
771 | 2024-10-30T22:41:08.005Z | Downloaded untrusted v0.9.0 |
772 | 2024-10-30T22:41:08.007Z | Downloaded hyper v1.4.1 |
773 | 2024-10-30T22:41:08.010Z | Downloaded rustc-hash v2.0.0 |
774 | 2024-10-30T22:41:08.013Z | Downloaded uuid v1.10.0 |
775 | 2024-10-30T22:41:08.016Z | Downloaded vergen v8.3.2 |
776 | 2024-10-30T22:41:08.019Z | Downloaded openssl-probe v0.1.5 |
777 | 2024-10-30T22:41:08.022Z | Downloaded openssl-macros v0.1.1 |
778 | 2024-10-30T22:41:08.022Z | Downloaded number_prefix v0.4.0 |
779 | 2024-10-30T22:41:08.022Z | Downloaded idna v0.3.0 |
780 | 2024-10-30T22:41:08.029Z | Downloaded postcard v1.0.10 |
781 | 2024-10-30T22:41:08.032Z | Downloaded pin-project-internal v1.1.6 |
782 | 2024-10-30T22:41:08.035Z | Downloaded diesel-dtrace v0.3.0 |
783 | 2024-10-30T22:41:08.037Z | Downloaded pin-project v1.1.6 |
784 | 2024-10-30T22:41:08.047Z | Downloaded num_threads v0.1.7 |
785 | 2024-10-30T22:41:08.051Z | Downloaded diesel_table_macro_syntax v0.2.0 |
786 | 2024-10-30T22:41:08.051Z | Downloaded heck v0.3.3 |
787 | 2024-10-30T22:41:08.051Z | Downloaded structmeta v0.2.0 |
788 | 2024-10-30T22:41:08.054Z | Downloaded ssh-cipher v0.2.0 |
789 | 2024-10-30T22:41:08.054Z | Downloaded pin-utils v0.1.0 |
790 | 2024-10-30T22:41:08.054Z | Downloaded tui-tree-widget v0.22.0 |
791 | 2024-10-30T22:41:08.057Z | Downloaded rustfmt-wrapper v0.2.1 |
792 | 2024-10-30T22:41:08.057Z | Downloaded hex v0.4.3 |
793 | 2024-10-30T22:41:08.060Z | Downloaded subprocess v0.2.9 |
794 | 2024-10-30T22:41:08.063Z | Downloaded rcgen v0.12.1 |
795 | 2024-10-30T22:41:08.066Z | Downloaded strum_macros v0.25.3 |
796 | 2024-10-30T22:41:08.066Z | Downloaded strum_macros v0.24.3 |
797 | 2024-10-30T22:41:08.069Z | Downloaded getrandom v0.2.15 |
798 | 2024-10-30T22:41:08.072Z | Downloaded pbkdf2 v0.12.2 |
799 | 2024-10-30T22:41:08.074Z | Downloaded rand_xorshift v0.3.0 |
800 | 2024-10-30T22:41:08.074Z | Downloaded rand_seeder v0.3.0 |
801 | 2024-10-30T22:41:08.078Z | Downloaded radium v0.7.0 |
802 | 2024-10-30T22:41:08.078Z | Downloaded num-derive v0.4.2 |
803 | 2024-10-30T22:41:08.081Z | Downloaded quick-error v1.2.3 |
804 | 2024-10-30T22:41:08.081Z | Downloaded aho-corasick v1.1.3 |
805 | 2024-10-30T22:41:08.086Z | Downloaded der_derive v0.7.3 |
806 | 2024-10-30T22:41:08.089Z | Downloaded percent-encoding v2.3.1 |
807 | 2024-10-30T22:41:08.089Z | Downloaded rusty-fork v0.3.0 |
808 | 2024-10-30T22:41:08.091Z | Downloaded rustc_version v0.1.7 |
809 | 2024-10-30T22:41:08.092Z | Downloaded pem-rfc7468 v0.7.0 |
810 | 2024-10-30T22:41:08.100Z | Downloaded progenitor-client v0.8.0 |
811 | 2024-10-30T22:41:08.100Z | Downloaded pkg-config v0.3.31 |
812 | 2024-10-30T22:41:08.100Z | Downloaded ron v0.8.1 |
813 | 2024-10-30T22:41:08.104Z | Downloaded spki v0.7.3 |
814 | 2024-10-30T22:41:08.107Z | Downloaded whoami v1.5.2 |
815 | 2024-10-30T22:41:08.107Z | Downloaded num_enum_derive v0.5.11 |
816 | 2024-10-30T22:41:08.107Z | Downloaded xattr v1.3.1 |
817 | 2024-10-30T22:41:08.110Z | Downloaded primeorder v0.13.6 |
818 | 2024-10-30T22:41:08.116Z | Downloaded poly1305 v0.8.0 |
819 | 2024-10-30T22:41:08.116Z | Downloaded pin-project-lite v0.2.14 |
820 | 2024-10-30T22:41:08.119Z | Downloaded curve25519-dalek v4.1.3 |
821 | 2024-10-30T22:41:08.128Z | Downloaded r2d2 v0.8.10 |
822 | 2024-10-30T22:41:08.131Z | Downloaded smallvec v0.6.14 |
823 | 2024-10-30T22:41:08.131Z | Downloaded dhcproto v0.12.0 |
824 | 2024-10-30T22:41:08.134Z | Downloaded semver v0.1.20 |
825 | 2024-10-30T22:41:08.137Z | Downloaded tough v0.17.1 |
826 | 2024-10-30T22:41:08.144Z | Downloaded serde_yaml v0.9.34+deprecated |
827 | 2024-10-30T22:41:08.148Z | Downloaded hyper v0.14.30 |
828 | 2024-10-30T22:41:08.156Z | Downloaded sqlformat v0.2.6 |
829 | 2024-10-30T22:41:08.159Z | Downloaded toml v0.7.8 |
830 | 2024-10-30T22:41:08.162Z | Downloaded hashbrown v0.14.5 |
831 | 2024-10-30T22:41:08.167Z | Downloaded twox-hash v1.6.3 |
832 | 2024-10-30T22:41:08.170Z | Downloaded num-traits v0.2.19 |
833 | 2024-10-30T22:41:08.173Z | Downloaded russh-keys v0.45.0 |
834 | 2024-10-30T22:41:08.177Z | Downloaded tungstenite v0.21.0 |
835 | 2024-10-30T22:41:08.182Z | Downloaded smallvec v1.13.2 |
836 | 2024-10-30T22:41:08.184Z | Downloaded p521 v0.13.3 |
837 | 2024-10-30T22:41:08.188Z | Downloaded half v2.4.1 |
838 | 2024-10-30T22:41:08.191Z | Downloaded steno v0.4.1 |
839 | 2024-10-30T22:41:08.194Z | Downloaded h2 v0.3.26 |
840 | 2024-10-30T22:41:08.200Z | Downloaded num-bigint-dig v0.8.4 |
841 | 2024-10-30T22:41:08.205Z | Downloaded tungstenite v0.23.0 |
842 | 2024-10-30T22:41:08.209Z | Downloaded chrono v0.4.38 |
843 | 2024-10-30T22:41:08.217Z | Downloaded qorb v0.1.2 |
844 | 2024-10-30T22:41:08.221Z | Downloaded diesel_derives v2.2.3 |
845 | 2024-10-30T22:41:08.226Z | Downloaded tungstenite v0.24.0 |
846 | 2024-10-30T22:41:08.230Z | Downloaded rustls-webpki v0.101.7 |
847 | 2024-10-30T22:41:08.246Z | Downloaded der v0.7.9 |
848 | 2024-10-30T22:41:08.251Z | Downloaded lalrpop v0.19.12 |
849 | 2024-10-30T22:41:08.262Z | Downloaded unicode-segmentation v1.12.0 |
850 | 2024-10-30T22:41:08.265Z | Downloaded bitvec v1.0.1 |
851 | 2024-10-30T22:41:08.280Z | Downloaded url v2.5.2 |
852 | 2024-10-30T22:41:08.283Z | Downloaded time v0.3.36 |
853 | 2024-10-30T22:41:08.289Z | Downloaded hashbrown v0.13.2 |
854 | 2024-10-30T22:41:08.294Z | Downloaded rustyline v14.0.0 |
855 | 2024-10-30T22:41:08.308Z | Downloaded quinn-proto v0.11.8 |
856 | 2024-10-30T22:41:08.308Z | Downloaded typed-path v0.7.1 |
857 | 2024-10-30T22:41:08.314Z | Downloaded regex v1.11.0 |
858 | 2024-10-30T22:41:08.324Z | Downloaded tokio-util v0.7.12 |
859 | 2024-10-30T22:41:08.330Z | Downloaded reqwest v0.12.8 |
860 | 2024-10-30T22:41:08.338Z | Downloaded idna v0.5.0 |
861 | 2024-10-30T22:41:08.345Z | Downloaded p384 v0.13.0 |
862 | 2024-10-30T22:41:08.351Z | Downloaded nix v0.27.1 |
863 | 2024-10-30T22:41:08.362Z | Downloaded radix_trie v0.2.1 |
864 | 2024-10-30T22:41:08.367Z | Downloaded proptest v1.5.0 |
865 | 2024-10-30T22:41:08.376Z | Downloaded winnow v0.5.40 |
866 | 2024-10-30T22:41:08.384Z | Downloaded h2 v0.4.6 |
867 | 2024-10-30T22:41:08.391Z | Downloaded trust-dns-proto v0.22.0 |
868 | 2024-10-30T22:41:08.402Z | Downloaded rustls-webpki v0.102.8 |
869 | 2024-10-30T22:41:08.420Z | Downloaded object v0.36.5 |
870 | 2024-10-30T22:41:08.431Z | Downloaded regex-syntax v0.6.29 |
871 | 2024-10-30T22:41:08.438Z | Downloaded sqlparser v0.45.0 |
872 | 2024-10-30T22:41:08.444Z | Downloaded rayon v1.10.0 |
873 | 2024-10-30T22:41:08.452Z | Downloaded webpki-roots v0.26.6 |
874 | 2024-10-30T22:41:08.457Z | Downloaded hickory-proto v0.24.1 |
875 | 2024-10-30T22:41:08.472Z | Downloaded openssl v0.10.66 |
876 | 2024-10-30T22:41:08.480Z | Downloaded chrono-tz v0.10.0 |
877 | 2024-10-30T22:41:08.488Z | Downloaded git2 v0.19.0 |
878 | 2024-10-30T22:41:08.496Z | Downloaded polar-core v0.27.3 |
879 | 2024-10-30T22:41:08.504Z | Downloaded smoltcp v0.9.1 |
880 | 2024-10-30T22:41:08.514Z | Downloaded diesel v2.2.4 |
881 | 2024-10-30T22:41:08.532Z | Downloaded gimli v0.31.1 |
882 | 2024-10-30T22:41:08.541Z | Downloaded openapiv3 v2.0.0 |
883 | 2024-10-30T22:41:08.553Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
884 | 2024-10-30T22:41:08.565Z | Downloaded regex-syntax v0.8.5 |
885 | 2024-10-30T22:41:08.573Z | Downloaded typify-impl v0.2.0 |
886 | 2024-10-30T22:41:08.589Z | Downloaded smoltcp v0.11.0 |
887 | 2024-10-30T22:41:08.600Z | Downloaded sled v0.34.7 |
888 | 2024-10-30T22:41:08.610Z | Downloaded zerocopy-derive v0.6.6 |
889 | 2024-10-30T22:41:08.620Z | Downloaded bstr v1.10.0 |
890 | 2024-10-30T22:41:08.629Z | Downloaded object v0.30.4 |
891 | 2024-10-30T22:41:08.639Z | Downloaded vcpkg v0.2.15 |
892 | 2024-10-30T22:41:08.675Z | Downloaded regress v0.9.1 |
893 | 2024-10-30T22:41:08.683Z | Downloaded nix v0.29.0 |
894 | 2024-10-30T22:41:08.694Z | Downloaded dropshot v0.12.0 |
895 | 2024-10-30T22:41:08.713Z | Downloaded rustls v0.22.4 |
896 | 2024-10-30T22:41:08.725Z | Downloaded lzma-sys v0.1.20 |
897 | 2024-10-30T22:41:08.754Z | Downloaded ratatui v0.28.1 |
898 | 2024-10-30T22:41:08.773Z | Downloaded futures-util v0.3.31 |
899 | 2024-10-30T22:41:08.783Z | Downloaded rustls v0.23.14 |
900 | 2024-10-30T22:41:08.794Z | Downloaded idna v0.4.0 |
901 | 2024-10-30T22:41:08.801Z | Downloaded regex-automata v0.4.8 |
902 | 2024-10-30T22:41:08.817Z | Downloaded rustls v0.21.12 |
903 | 2024-10-30T22:41:08.828Z | Downloaded regress v0.10.1 |
904 | 2024-10-30T22:41:08.836Z | Downloaded salty v0.3.0 |
905 | 2024-10-30T22:41:08.842Z | Downloaded toml_edit v0.19.15 |
906 | 2024-10-30T22:41:08.857Z | Downloaded sha3 v0.10.8 |
907 | 2024-10-30T22:41:08.861Z | Downloaded russh v0.45.0 |
908 | 2024-10-30T22:41:08.866Z | Downloaded csv v1.3.0 |
909 | 2024-10-30T22:41:08.886Z | Downloaded idna v0.2.3 |
910 | 2024-10-30T22:41:08.892Z | Downloaded petgraph v0.6.5 |
911 | 2024-10-30T22:41:08.909Z | Downloaded libz-sys v1.1.20 |
912 | 2024-10-30T22:41:08.929Z | Downloaded tokio v1.40.0 |
913 | 2024-10-30T22:41:08.965Z | Downloaded portable-atomic v1.9.0 |
914 | 2024-10-30T22:41:08.972Z | Downloaded reedline v0.35.0 |
915 | 2024-10-30T22:41:08.978Z | Downloaded rusqlite v0.32.1 |
916 | 2024-10-30T22:41:08.984Z | Downloaded unicode-normalization v0.1.24 |
917 | 2024-10-30T22:41:08.988Z | Downloaded quick-xml v0.33.0 |
918 | 2024-10-30T22:41:08.994Z | Downloaded reqwest v0.11.27 |
919 | 2024-10-30T22:41:09.002Z | Downloaded nix v0.28.0 |
920 | 2024-10-30T22:41:09.012Z | Downloaded ssh-key v0.6.6 |
921 | 2024-10-30T22:41:09.018Z | Downloaded phf v0.11.2 |
922 | 2024-10-30T22:41:09.023Z | Downloaded dropshot_endpoint v0.12.0 |
923 | 2024-10-30T22:41:09.026Z | Downloaded slog v2.7.0 |
924 | 2024-10-30T22:41:09.026Z | Downloaded prettyplease v0.2.22 |
925 | 2024-10-30T22:41:09.029Z | Downloaded hash32 v0.3.1 |
926 | 2024-10-30T22:41:09.029Z | Downloaded slog-term v2.9.1 |
927 | 2024-10-30T22:41:09.032Z | Downloaded group v0.13.0 |
928 | 2024-10-30T22:41:09.032Z | Downloaded openssl-sys v0.9.103 |
929 | 2024-10-30T22:41:09.036Z | Downloaded expectorate v1.1.0 |
930 | 2024-10-30T22:41:09.039Z | Downloaded tokio-postgres v0.7.12 |
931 | 2024-10-30T22:41:09.043Z | Downloaded rand v0.8.5 |
932 | 2024-10-30T22:41:09.046Z | Downloaded publicsuffix v2.2.3 |
933 | 2024-10-30T22:41:09.049Z | Downloaded resolv-conf v0.7.0 |
934 | 2024-10-30T22:41:09.052Z | Downloaded ghash v0.5.1 |
935 | 2024-10-30T22:41:09.052Z | Downloaded futures-task v0.3.31 |
936 | 2024-10-30T22:41:09.052Z | Downloaded futures-sink v0.3.31 |
937 | 2024-10-30T22:41:09.055Z | Downloaded futures-macro v0.3.31 |
938 | 2024-10-30T22:41:09.055Z | Downloaded ena v0.14.3 |
939 | 2024-10-30T22:41:09.055Z | Downloaded embedded-io v0.6.1 |
940 | 2024-10-30T22:41:09.058Z | Downloaded num-rational v0.4.2 |
941 | 2024-10-30T22:41:09.058Z | Downloaded yasna v0.5.2 |
942 | 2024-10-30T22:41:09.061Z | Downloaded thread_local v1.1.8 |
943 | 2024-10-30T22:41:09.062Z | Downloaded encoding_rs v0.8.34 |
944 | 2024-10-30T22:41:09.081Z | Downloaded flume v0.11.0 |
945 | 2024-10-30T22:41:09.084Z | Downloaded spin v0.9.8 |
946 | 2024-10-30T22:41:09.087Z | Downloaded samael v0.0.17 |
947 | 2024-10-30T22:41:09.091Z | Downloaded itertools v0.13.0 |
948 | 2024-10-30T22:41:09.098Z | Downloaded aes-gcm v0.10.3 |
949 | 2024-10-30T22:41:09.101Z | Downloaded pem v3.0.4 |
950 | 2024-10-30T22:41:09.104Z | Downloaded serde_with v3.11.0 |
951 | 2024-10-30T22:41:09.110Z | Downloaded derive-where v1.2.7 |
952 | 2024-10-30T22:41:09.113Z | Downloaded ppv-lite86 v0.2.20 |
953 | 2024-10-30T22:41:09.116Z | Downloaded unicode_categories v0.1.1 |
954 | 2024-10-30T22:41:09.119Z | Downloaded futures-core v0.3.31 |
955 | 2024-10-30T22:41:09.119Z | Downloaded defmt-parser v0.3.4 |
956 | 2024-10-30T22:41:09.119Z | Downloaded thiserror-no-std v2.0.2 |
957 | 2024-10-30T22:41:09.122Z | Downloaded smf v0.2.3 |
958 | 2024-10-30T22:41:09.125Z | Downloaded elliptic-curve v0.13.8 |
959 | 2024-10-30T22:41:09.127Z | Downloaded num-bigint v0.4.6 |
960 | 2024-10-30T22:41:09.130Z | Downloaded hashbrown v0.12.3 |
961 | 2024-10-30T22:41:09.134Z | Downloaded funty v2.0.0 |
962 | 2024-10-30T22:41:09.137Z | Downloaded ron v0.7.1 |
963 | 2024-10-30T22:41:09.140Z | Downloaded enum-as-inner v0.5.1 |
964 | 2024-10-30T22:41:09.143Z | Downloaded tokio-macros v2.4.0 |
965 | 2024-10-30T22:41:09.143Z | Downloaded progenitor-impl v0.8.0 |
966 | 2024-10-30T22:41:09.146Z | Downloaded tls_codec v0.4.1 |
967 | 2024-10-30T22:41:09.146Z | Downloaded num-complex v0.4.6 |
968 | 2024-10-30T22:41:09.149Z | Downloaded hickory-client v0.24.1 |
969 | 2024-10-30T22:41:09.151Z | Downloaded ed25519-dalek v2.1.1 |
970 | 2024-10-30T22:41:09.152Z | Downloaded unsafe-libyaml v0.2.11 |
971 | 2024-10-30T22:41:09.154Z | Downloaded flate2 v1.0.34 |
972 | 2024-10-30T22:41:09.159Z | Downloaded either v1.13.0 |
973 | 2024-10-30T22:41:09.162Z | Downloaded strip-ansi-escapes v0.2.0 |
974 | 2024-10-30T22:41:09.162Z | Downloaded p256 v0.13.2 |
975 | 2024-10-30T22:41:09.164Z | Downloaded derive_more v0.99.18 |
976 | 2024-10-30T22:41:09.169Z | Downloaded mio v1.0.2 |
977 | 2024-10-30T22:41:09.174Z | Downloaded deranged v0.3.11 |
978 | 2024-10-30T22:41:09.177Z | Downloaded walkdir v2.5.0 |
979 | 2024-10-30T22:41:09.177Z | Downloaded rand_chacha v0.3.1 |
980 | 2024-10-30T22:41:09.180Z | Downloaded unicode-properties v0.1.3 |
981 | 2024-10-30T22:41:09.180Z | Downloaded tracing-attributes v0.1.27 |
982 | 2024-10-30T22:41:09.183Z | Downloaded zerocopy v0.6.6 |
983 | 2024-10-30T22:41:09.186Z | Downloaded parse-zoneinfo v0.3.1 |
984 | 2024-10-30T22:41:09.186Z | Downloaded bindgen v0.69.5 |
985 | 2024-10-30T22:41:09.193Z | Downloaded quinn v0.11.5 |
986 | 2024-10-30T22:41:09.196Z | Downloaded x509-cert v0.2.5 |
987 | 2024-10-30T22:41:09.201Z | Downloaded vsss-rs v3.3.4 |
988 | 2024-10-30T22:41:09.204Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
989 | 2024-10-30T22:41:09.259Z | Downloaded signal-hook v0.3.17 |
990 | 2024-10-30T22:41:09.262Z | Downloaded env_logger v0.11.5 |
991 | 2024-10-30T22:41:09.265Z | Downloaded env_logger v0.10.2 |
992 | 2024-10-30T22:41:09.268Z | Downloaded des v0.8.1 |
993 | 2024-10-30T22:41:09.271Z | Downloaded rustls-pki-types v1.9.0 |
994 | 2024-10-30T22:41:09.274Z | Downloaded parking_lot v0.12.3 |
995 | 2024-10-30T22:41:09.276Z | Downloaded heapless v0.7.17 |
996 | 2024-10-30T22:41:09.279Z | Downloaded predicates-tree v1.0.11 |
997 | 2024-10-30T22:41:09.279Z | Downloaded foreign-types v0.3.2 |
998 | 2024-10-30T22:41:09.279Z | Downloaded fallible-streaming-iterator v0.1.9 |
999 | 2024-10-30T22:41:09.285Z | Downloaded fallible-iterator v0.3.0 |
1000 | 2024-10-30T22:41:09.285Z | Downloaded crossbeam-channel v0.5.13 |
1001 | 2024-10-30T22:41:09.288Z | Downloaded parking_lot v0.11.2 |
1002 | 2024-10-30T22:41:09.289Z | Downloaded fallible-iterator v0.2.0 |
1003 | 2024-10-30T22:41:09.291Z | Downloaded embedded-io v0.4.0 |
1004 | 2024-10-30T22:41:09.291Z | Downloaded defmt-macros v0.3.9 |
1005 | 2024-10-30T22:41:09.294Z | Downloaded signal-hook-registry v1.4.2 |
1006 | 2024-10-30T22:41:09.294Z | Downloaded pkcs5 v0.7.1 |
1007 | 2024-10-30T22:41:09.298Z | Downloaded wait-timeout v0.2.0 |
1008 | 2024-10-30T22:41:09.300Z | Downloaded hkdf v0.12.4 |
1009 | 2024-10-30T22:41:09.303Z | Downloaded defmt v0.3.8 |
1010 | 2024-10-30T22:41:09.306Z | Downloaded similar v2.6.0 |
1011 | 2024-10-30T22:41:09.308Z | Downloaded parse-display v0.10.0 |
1012 | 2024-10-30T22:41:09.311Z | Downloaded dsl_auto_type v0.1.2 |
1013 | 2024-10-30T22:41:09.311Z | Downloaded tokio-rustls v0.25.0 |
1014 | 2024-10-30T22:41:09.314Z | Downloaded peg-runtime v0.8.3 |
1015 | 2024-10-30T22:41:09.314Z | Downloaded opaque-debug v0.3.1 |
1016 | 2024-10-30T22:41:09.314Z | Downloaded typify v0.2.0 |
1017 | 2024-10-30T22:41:09.317Z | Downloaded const_format v0.2.33 |
1018 | 2024-10-30T22:41:09.322Z | Downloaded snafu-derive v0.8.5 |
1019 | 2024-10-30T22:41:09.325Z | Downloaded zip v0.6.6 |
1020 | 2024-10-30T22:41:09.327Z | Downloaded blake3 v1.5.4 |
1021 | 2024-10-30T22:41:09.332Z | Downloaded universal-hash v0.5.1 |
1022 | 2024-10-30T22:41:09.335Z | Downloaded ed25519 v2.2.3 |
1023 | 2024-10-30T22:41:09.335Z | Downloaded dyn-clone v1.0.17 |
1024 | 2024-10-30T22:41:09.339Z | Downloaded unicode-xid v0.2.6 |
1025 | 2024-10-30T22:41:09.339Z | Downloaded darling_core v0.20.10 |
1026 | 2024-10-30T22:41:09.342Z | Downloaded arc-swap v1.7.1 |
1027 | 2024-10-30T22:41:09.345Z | Downloaded supports-color v3.0.1 |
1028 | 2024-10-30T22:41:09.348Z | Downloaded quinn-udp v0.5.5 |
1029 | 2024-10-30T22:41:09.348Z | Downloaded pkcs8 v0.10.2 |
1030 | 2024-10-30T22:41:09.351Z | Downloaded password-hash v0.5.0 |
1031 | 2024-10-30T22:41:09.351Z | Downloaded schemars_derive v0.8.21 |
1032 | 2024-10-30T22:41:09.354Z | Downloaded futures-channel v0.3.31 |
1033 | 2024-10-30T22:41:09.357Z | Downloaded indexmap v1.9.3 |
1034 | 2024-10-30T22:41:09.360Z | Downloaded signature v2.2.0 |
1035 | 2024-10-30T22:41:09.360Z | Downloaded hyper-util v0.1.9 |
1036 | 2024-10-30T22:41:09.362Z | Downloaded term v0.7.0 |
1037 | 2024-10-30T22:41:09.365Z | Downloaded progenitor v0.8.0 |
1038 | 2024-10-30T22:41:09.368Z | Downloaded rustc_version v0.4.1 |
1039 | 2024-10-30T22:41:09.368Z | Downloaded native-tls v0.2.12 |
1040 | 2024-10-30T22:41:09.372Z | Downloaded crossbeam-utils v0.8.20 |
1041 | 2024-10-30T22:41:09.372Z | Downloaded crossbeam-epoch v0.9.18 |
1042 | 2024-10-30T22:41:09.376Z | Downloaded cookie v0.18.1 |
1043 | 2024-10-30T22:41:09.379Z | Downloaded console v0.15.8 |
1044 | 2024-10-30T22:41:09.379Z | Downloaded blake2 v0.10.6 |
1045 | 2024-10-30T22:41:09.382Z | Downloaded paste v1.0.15 |
1046 | 2024-10-30T22:41:09.386Z | Downloaded constant_time_eq v0.3.1 |
1047 | 2024-10-30T22:41:09.386Z | Downloaded bzip2 v0.4.4 |
1048 | 2024-10-30T22:41:09.389Z | Downloaded bcs v0.1.6 |
1049 | 2024-10-30T22:41:09.389Z | Downloaded typify-macro v0.2.0 |
1050 | 2024-10-30T22:41:09.389Z | Downloaded structmeta v0.3.0 |
1051 | 2024-10-30T22:41:09.392Z | Downloaded static_assertions v1.1.0 |
1052 | 2024-10-30T22:41:09.392Z | Downloaded slog-stdlog v4.1.1 |
1053 | 2024-10-30T22:41:09.392Z | Downloaded slog-scope v4.4.0 |
1054 | 2024-10-30T22:41:09.394Z | Downloaded slog-envlogger v2.2.0 |
1055 | 2024-10-30T22:41:09.394Z | Downloaded serde_urlencoded v0.7.1 |
1056 | 2024-10-30T22:41:09.397Z | Downloaded rtoolbox v0.0.2 |
1057 | 2024-10-30T22:41:09.397Z | Downloaded hyper-rustls v0.27.3 |
1058 | 2024-10-30T22:41:09.400Z | Downloaded backoff v0.4.0 |
1059 | 2024-10-30T22:41:09.403Z | Downloaded libefi-sys v0.1.0 |
1060 | 2024-10-30T22:41:09.406Z | Downloaded kstat-rs v0.2.4 |
1061 | 2024-10-30T22:41:09.406Z | Downloaded jobserver v0.1.32 |
1062 | 2024-10-30T22:41:09.409Z | Downloaded internet-checksum v0.2.1 |
1063 | 2024-10-30T22:41:09.409Z | Downloaded async-bb8-diesel v0.2.1 |
1064 | 2024-10-30T22:41:09.411Z | Downloaded lru-cache v0.1.2 |
1065 | 2024-10-30T22:41:09.411Z | Downloaded lru v0.12.5 |
1066 | 2024-10-30T22:41:09.411Z | Downloaded ipnetwork v0.20.0 |
1067 | 2024-10-30T22:41:09.414Z | Downloaded humantime v2.1.0 |
1068 | 2024-10-30T22:41:09.414Z | Downloaded ctr v0.9.2 |
1069 | 2024-10-30T22:41:09.416Z | Downloaded cstr-argument v0.1.2 |
1070 | 2024-10-30T22:41:09.417Z | Downloaded colored v2.1.0 |
1071 | 2024-10-30T22:41:09.419Z | Downloaded tracing-core v0.1.32 |
1072 | 2024-10-30T22:41:09.422Z | Downloaded memoffset v0.9.1 |
1073 | 2024-10-30T22:41:09.422Z | Downloaded const_format_proc_macros v0.2.33 |
1074 | 2024-10-30T22:41:09.425Z | Downloaded base64ct v1.6.0 |
1075 | 2024-10-30T22:41:09.428Z | Downloaded hyper-tls v0.6.0 |
1076 | 2024-10-30T22:41:09.428Z | Downloaded cobs v0.2.3 |
1077 | 2024-10-30T22:41:09.428Z | Downloaded crc v3.2.1 |
1078 | 2024-10-30T22:41:09.431Z | Downloaded http v1.1.0 |
1079 | 2024-10-30T22:41:09.434Z | Downloaded newline-converter v0.3.0 |
1080 | 2024-10-30T22:41:09.439Z | Downloaded hubpack_derive v0.1.1 |
1081 | 2024-10-30T22:41:09.439Z | Downloaded cipher v0.4.4 |
1082 | 2024-10-30T22:41:09.439Z | Downloaded impl-trait-for-tuples v0.2.2 |
1083 | 2024-10-30T22:41:09.439Z | Downloaded bcrypt-pbkdf v0.10.0 |
1084 | 2024-10-30T22:41:09.448Z | Downloaded arrayvec v0.7.6 |
1085 | 2024-10-30T22:41:09.448Z | Downloaded bitfield-struct v0.6.2 |
1086 | 2024-10-30T22:41:09.456Z | Downloaded bit-vec v0.6.3 |
1087 | 2024-10-30T22:41:09.456Z | Downloaded tokio-stream v0.1.16 |
1088 | 2024-10-30T22:41:09.456Z | Downloaded darling_macro v0.20.10 |
1089 | 2024-10-30T22:41:09.456Z | Downloaded crunchy v0.2.2 |
1090 | 2024-10-30T22:41:09.456Z | Downloaded crucible-workspace-hack v0.1.0 |
1091 | 2024-10-30T22:41:09.456Z | Downloaded arrayref v0.3.9 |
1092 | 2024-10-30T22:41:09.456Z | Downloaded atomic-waker v1.1.2 |
1093 | 2024-10-30T22:41:09.456Z | Downloaded atty v0.2.14 |
1094 | 2024-10-30T22:41:09.456Z | Downloaded iana-time-zone v0.1.61 |
1095 | 2024-10-30T22:41:09.456Z | Downloaded hubpack v0.1.2 |
1096 | 2024-10-30T22:41:09.459Z | Downloaded hostname v0.3.1 |
1097 | 2024-10-30T22:41:09.460Z | Downloaded hickory-server v0.24.1 |
1098 | 2024-10-30T22:41:09.462Z | Downloaded chacha20poly1305 v0.10.1 |
1099 | 2024-10-30T22:41:09.465Z | Downloaded cc v1.1.30 |
1100 | 2024-10-30T22:41:09.467Z | Downloaded bitflags v1.3.2 |
1101 | 2024-10-30T22:41:09.470Z | Downloaded allocator-api2 v0.2.18 |
1102 | 2024-10-30T22:41:09.473Z | Downloaded lazycell v1.3.0 |
1103 | 2024-10-30T22:41:09.474Z | Downloaded keccak v0.1.5 |
1104 | 2024-10-30T22:41:09.477Z | Downloaded http-body v1.0.1 |
1105 | 2024-10-30T22:41:09.477Z | Downloaded csv-core v0.1.11 |
1106 | 2024-10-30T22:41:09.477Z | Downloaded lalrpop-util v0.19.12 |
1107 | 2024-10-30T22:41:09.477Z | Downloaded http-range v0.1.5 |
1108 | 2024-10-30T22:41:09.481Z | Downloaded const-oid v0.9.6 |
1109 | 2024-10-30T22:41:09.481Z | Downloaded highway v1.2.0 |
1110 | 2024-10-30T22:41:09.484Z | Downloaded blowfish v0.9.1 |
1111 | 2024-10-30T22:41:09.484Z | Downloaded array-init v0.0.4 |
1112 | 2024-10-30T22:41:09.484Z | Downloaded home v0.5.9 |
1113 | 2024-10-30T22:41:09.484Z | Downloaded debug-ignore v1.0.5 |
1114 | 2024-10-30T22:41:09.487Z | Downloaded crossbeam-deque v0.8.5 |
1115 | 2024-10-30T22:41:09.487Z | Downloaded bitfield v0.14.0 |
1116 | 2024-10-30T22:41:09.490Z | Downloaded bb8 v0.8.5 |
1117 | 2024-10-30T22:41:09.490Z | Downloaded async-recursion v1.1.1 |
1118 | 2024-10-30T22:41:09.493Z | Downloaded aead v0.5.2 |
1119 | 2024-10-30T22:41:09.540Z | Downloaded ring v0.16.20 |
1120 | 2024-10-30T22:41:09.620Z | Downloaded ring v0.17.8 |
1121 | 2024-10-30T22:41:09.730Z | Downloaded libsqlite3-sys v0.30.1 |
1122 | 2024-10-30T22:41:09.900Z | Compiling serde v1.0.210 |
1123 | 2024-10-30T22:41:09.903Z | Compiling typenum v1.17.0 |
1124 | 2024-10-30T22:41:09.903Z | Compiling generic-array v0.14.7 |
1125 | 2024-10-30T22:41:09.903Z | Compiling lock_api v0.4.12 |
1126 | 2024-10-30T22:41:09.903Z | Compiling scopeguard v1.2.0 |
1127 | 2024-10-30T22:41:09.903Z | Compiling subtle v2.6.1 |
1128 | 2024-10-30T22:41:09.904Z | Compiling syn v2.0.79 |
1129 | 2024-10-30T22:41:10.047Z | Compiling getrandom v0.2.15 |
1130 | 2024-10-30T22:41:10.161Z | Compiling value-bag v1.9.0 |
1131 | 2024-10-30T22:41:10.351Z | Compiling rand_core v0.6.4 |
1132 | 2024-10-30T22:41:10.435Z | Compiling const-oid v0.9.6 |
1133 | 2024-10-30T22:41:10.454Z | Compiling pin-project-lite v0.2.14 |
1134 | 2024-10-30T22:41:10.570Z | Compiling smallvec v1.13.2 |
1135 | 2024-10-30T22:41:10.588Z | Compiling log v0.4.22 |
1136 | 2024-10-30T22:41:10.740Z | Compiling jobserver v0.1.32 |
1137 | 2024-10-30T22:41:10.862Z | Compiling shlex v1.3.0 |
1138 | 2024-10-30T22:41:10.983Z | Compiling parking_lot_core v0.9.10 |
1139 | 2024-10-30T22:41:11.015Z | Compiling futures-core v0.3.31 |
1140 | 2024-10-30T22:41:11.242Z | Compiling cc v1.1.30 |
1141 | 2024-10-30T22:41:11.266Z | Compiling signal-hook-registry v1.4.2 |
1142 | 2024-10-30T22:41:11.451Z | Compiling mio v1.0.2 |
1143 | 2024-10-30T22:41:11.706Z | Compiling cpufeatures v0.2.14 |
1144 | 2024-10-30T22:41:11.815Z | Compiling futures-sink v0.3.31 |
1145 | 2024-10-30T22:41:11.971Z | Compiling parking_lot v0.12.3 |
1146 | 2024-10-30T22:41:12.127Z | Compiling spin v0.9.8 |
1147 | 2024-10-30T22:41:12.262Z | Compiling socket2 v0.5.7 |
1148 | 2024-10-30T22:41:12.479Z | Compiling slab v0.4.9 |
1149 | 2024-10-30T22:41:12.561Z | Compiling serde_json v1.0.128 |
1150 | 2024-10-30T22:41:12.799Z | Compiling futures-channel v0.3.31 |
1151 | 2024-10-30T22:41:12.866Z | Compiling futures-io v0.3.31 |
1152 | 2024-10-30T22:41:12.915Z | Compiling foldhash v0.1.3 |
1153 | 2024-10-30T22:41:12.932Z | Compiling futures-task v0.3.31 |
1154 | 2024-10-30T22:41:13.197Z | Compiling allocator-api2 v0.2.18 |
1155 | 2024-10-30T22:41:13.220Z | Compiling tinyvec_macros v0.1.1 |
1156 | 2024-10-30T22:41:13.239Z | Compiling pin-utils v0.1.0 |
1157 | 2024-10-30T22:41:13.242Z | Compiling libm v0.2.8 |
1158 | 2024-10-30T22:41:13.271Z | Compiling num-traits v0.2.19 |
1159 | 2024-10-30T22:41:13.289Z | Compiling tinyvec v1.8.0 |
1160 | 2024-10-30T22:41:13.307Z | Compiling unicode-bidi v0.3.17 |
1161 | 2024-10-30T22:41:13.330Z | Compiling base64ct v1.6.0 |
1162 | 2024-10-30T22:41:13.797Z | Compiling pem-rfc7468 v0.7.0 |
1163 | 2024-10-30T22:41:13.939Z | Compiling hashbrown v0.15.0 |
1164 | 2024-10-30T22:41:14.010Z | Compiling httparse v1.9.5 |
1165 | 2024-10-30T22:41:14.504Z | Compiling flagset v0.4.6 |
1166 | 2024-10-30T22:41:14.730Z | Compiling tracing-core v0.1.32 |
1167 | 2024-10-30T22:41:14.866Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-10-30T22:41:14.893Z | Compiling percent-encoding v2.3.1 |
1169 | 2024-10-30T22:41:15.028Z | Compiling rustls-pki-types v1.9.0 |
1170 | 2024-10-30T22:41:15.253Z | Compiling crossbeam-utils v0.8.20 |
1171 | 2024-10-30T22:41:15.381Z | Compiling ring v0.17.8 |
1172 | 2024-10-30T22:41:15.933Z | Compiling pkg-config v0.3.31 |
1173 | 2024-10-30T22:41:16.018Z | Compiling num-conv v0.1.0 |
1174 | 2024-10-30T22:41:16.160Z | Compiling powerfmt v0.2.0 |
1175 | 2024-10-30T22:41:16.179Z | Compiling untrusted v0.9.0 |
1176 | 2024-10-30T22:41:16.179Z | Compiling time-core v0.1.2 |
1177 | 2024-10-30T22:41:16.288Z | Compiling vcpkg v0.2.15 |
1178 | 2024-10-30T22:41:16.346Z | Compiling time-macros v0.2.18 |
1179 | 2024-10-30T22:41:16.530Z | Compiling deranged v0.3.11 |
1180 | 2024-10-30T22:41:16.837Z | Compiling num_threads v0.1.7 |
1181 | 2024-10-30T22:41:16.967Z | Compiling atomic-waker v1.1.2 |
1182 | 2024-10-30T22:41:17.140Z | Compiling form_urlencoded v1.2.1 |
1183 | 2024-10-30T22:41:17.336Z | Compiling slog v2.7.0 |
1184 | 2024-10-30T22:41:17.425Z | Compiling try-lock v0.2.5 |
1185 | 2024-10-30T22:41:17.562Z | Compiling rustix v0.38.37 |
1186 | 2024-10-30T22:41:17.627Z | Compiling want v0.3.1 |
1187 | 2024-10-30T22:41:17.872Z | Compiling httpdate v1.0.3 |
1188 | 2024-10-30T22:41:18.207Z | Compiling openssl-sys v0.9.103 |
1189 | 2024-10-30T22:41:18.466Z | Compiling idna v0.5.0 |
1190 | 2024-10-30T22:41:18.471Z | Compiling openssl v0.10.66 |
1191 | 2024-10-30T22:41:18.476Z | Compiling tower-service v0.3.3 |
1192 | 2024-10-30T22:41:18.589Z | Compiling foreign-types-shared v0.1.1 |
1193 | 2024-10-30T22:41:18.673Z | Compiling base64 v0.22.1 |
1194 | 2024-10-30T22:41:18.692Z | Compiling match_cfg v0.1.0 |
1195 | 2024-10-30T22:41:18.786Z | Compiling rustversion v1.0.17 |
1196 | 2024-10-30T22:41:18.813Z | Compiling iana-time-zone v0.1.61 |
1197 | 2024-10-30T22:41:19.255Z | Compiling url v2.5.2 |
1198 | 2024-10-30T22:41:19.352Z | Compiling hostname v0.3.1 |
1199 | 2024-10-30T22:41:19.397Z | Compiling time v0.3.36 |
1200 | 2024-10-30T22:41:19.571Z | Compiling foreign-types v0.3.2 |
1201 | 2024-10-30T22:41:19.604Z | Compiling dirs-sys-next v0.1.2 |
1202 | 2024-10-30T22:41:19.664Z | Compiling aho-corasick v1.1.3 |
1203 | 2024-10-30T22:41:19.770Z | Compiling data-encoding v2.6.0 |
1204 | 2024-10-30T22:41:20.170Z | Compiling syn v1.0.109 |
1205 | 2024-10-30T22:41:20.708Z | Compiling adler2 v2.0.0 |
1206 | 2024-10-30T22:41:20.777Z | Compiling regex-syntax v0.8.5 |
1207 | 2024-10-30T22:41:20.912Z | Compiling siphasher v0.3.11 |
1208 | 2024-10-30T22:41:20.933Z | Compiling rustls v0.22.4 |
1209 | 2024-10-30T22:41:21.196Z | Compiling native-tls v0.2.12 |
1210 | 2024-10-30T22:41:21.255Z | Compiling rustls v0.23.14 |
1211 | 2024-10-30T22:41:21.490Z | Compiling miniz_oxide v0.8.0 |
1212 | 2024-10-30T22:41:21.602Z | Compiling dirs-next v2.0.0 |
1213 | 2024-10-30T22:41:21.909Z | Compiling serde_derive_internals v0.29.1 |
1214 | 2024-10-30T22:41:23.001Z | Compiling crossbeam-epoch v0.9.18 |
1215 | 2024-10-30T22:41:23.057Z | Compiling lazy_static v1.5.0 |
1216 | 2024-10-30T22:41:23.182Z | Compiling thread_local v1.1.8 |
1217 | 2024-10-30T22:41:23.653Z | Compiling serde_derive v1.0.210 |
1218 | 2024-10-30T22:41:23.714Z | Compiling zeroize_derive v1.4.2 |
1219 | 2024-10-30T22:41:23.730Z | Compiling zerocopy-derive v0.7.35 |
1220 | 2024-10-30T22:41:24.398Z | Compiling tokio-macros v2.4.0 |
1221 | 2024-10-30T22:41:24.457Z | Compiling thiserror-impl v1.0.64 |
1222 | 2024-10-30T22:41:24.568Z | Compiling futures-macro v0.3.31 |
1223 | 2024-10-30T22:41:25.181Z | Compiling zeroize v1.8.1 |
1224 | 2024-10-30T22:41:25.844Z | Compiling zerocopy v0.7.35 |
1225 | 2024-10-30T22:41:25.973Z | Compiling der_derive v0.7.3 |
1226 | 2024-10-30T22:41:26.110Z | Compiling tracing-attributes v0.1.27 |
1227 | 2024-10-30T22:41:26.431Z | Compiling futures-util v0.3.31 |
1228 | 2024-10-30T22:41:27.096Z | Compiling crypto-common v0.1.6 |
1229 | 2024-10-30T22:41:27.130Z | Compiling block-buffer v0.10.4 |
1230 | 2024-10-30T22:41:27.322Z | Compiling block-padding v0.3.3 |
1231 | 2024-10-30T22:41:27.380Z | Compiling digest v0.10.7 |
1232 | 2024-10-30T22:41:27.470Z | Compiling ppv-lite86 v0.2.20 |
1233 | 2024-10-30T22:41:27.551Z | Compiling inout v0.1.3 |
1234 | 2024-10-30T22:41:27.604Z | Compiling thiserror v1.0.64 |
1235 | 2024-10-30T22:41:27.741Z | Compiling pest v2.7.14 |
1236 | 2024-10-30T22:41:27.826Z | Compiling cipher v0.4.4 |
1237 | 2024-10-30T22:41:27.910Z | Compiling hmac v0.12.1 |
1238 | 2024-10-30T22:41:28.135Z | Compiling sha2 v0.10.8 |
1239 | 2024-10-30T22:41:28.356Z | Compiling rand_chacha v0.3.1 |
1240 | 2024-10-30T22:41:28.373Z | Compiling der v0.7.9 |
1241 | 2024-10-30T22:41:28.375Z | Compiling salsa20 v0.10.2 |
1242 | 2024-10-30T22:41:28.624Z | Compiling pbkdf2 v0.12.2 |
1243 | 2024-10-30T22:41:28.795Z | Compiling rand v0.8.5 |
1244 | 2024-10-30T22:41:29.675Z | Compiling tracing v0.1.40 |
1245 | 2024-10-30T22:41:30.153Z | Compiling scrypt v0.11.0 |
1246 | 2024-10-30T22:41:30.660Z | Compiling spki v0.7.3 |
1247 | 2024-10-30T22:41:30.697Z | Compiling pest_meta v2.7.14 |
1248 | 2024-10-30T22:41:30.804Z | Compiling aes v0.8.4 |
1249 | 2024-10-30T22:41:30.979Z | Compiling cbc v0.1.2 |
1250 | 2024-10-30T22:41:31.001Z | Compiling scroll_derive v0.12.0 |
1251 | 2024-10-30T22:41:31.207Z | Compiling rustls-webpki v0.102.8 |
1252 | 2024-10-30T22:41:31.676Z | Compiling openssl-macros v0.1.1 |
1253 | 2024-10-30T22:41:31.729Z | Compiling pkcs5 v0.7.1 |
1254 | 2024-10-30T22:41:32.424Z | Compiling pest_generator v2.7.14 |
1255 | 2024-10-30T22:41:32.443Z | Compiling scroll v0.12.0 |
1256 | 2024-10-30T22:41:32.771Z | Compiling pkcs8 v0.10.2 |
1257 | 2024-10-30T22:41:32.858Z | Compiling async-trait v0.1.83 |
1258 | 2024-10-30T22:41:33.002Z | Compiling goblin v0.8.2 |
1259 | 2024-10-30T22:41:33.276Z | Compiling signature v2.2.0 |
1260 | 2024-10-30T22:41:33.474Z | Compiling sha1 v0.10.6 |
1261 | 2024-10-30T22:41:33.579Z | Compiling regex-automata v0.4.8 |
1262 | 2024-10-30T22:41:33.596Z | Compiling cookie v0.18.1 |
1263 | 2024-10-30T22:41:33.893Z | Compiling multer v3.1.0 |
1264 | 2024-10-30T22:41:33.893Z | Compiling encoding_rs v0.8.34 |
1265 | 2024-10-30T22:41:34.175Z | Compiling gimli v0.31.1 |
1266 | 2024-10-30T22:41:34.226Z | Compiling slog-async v2.8.0 |
1267 | 2024-10-30T22:41:34.767Z | Compiling schemars v0.8.21 |
1268 | 2024-10-30T22:41:35.135Z | Compiling either v1.13.0 |
1269 | 2024-10-30T22:41:35.296Z | Compiling pest_derive v2.7.14 |
1270 | 2024-10-30T22:41:35.414Z | Compiling paste v1.0.15 |
1271 | 2024-10-30T22:41:35.568Z | Compiling rayon-core v1.12.1 |
1272 | 2024-10-30T22:41:35.825Z | Compiling signal-hook v0.3.17 |
1273 | 2024-10-30T22:41:35.948Z | Compiling ipnet v2.10.1 |
1274 | 2024-10-30T22:41:36.047Z | Compiling dtrace-parser v0.2.0 |
1275 | 2024-10-30T22:41:36.086Z | Compiling openssl-probe v0.1.5 |
1276 | 2024-10-30T22:41:36.422Z | Compiling unicode-properties v0.1.3 |
1277 | 2024-10-30T22:41:36.861Z | Compiling mime v0.3.17 |
1278 | 2024-10-30T22:41:37.135Z | Compiling stringprep v0.1.5 |
1279 | 2024-10-30T22:41:37.466Z | Compiling bytes v1.7.2 |
1280 | 2024-10-30T22:41:38.000Z | Compiling indexmap v2.6.0 |
1281 | 2024-10-30T22:41:38.077Z | Compiling bitflags v2.6.0 |
1282 | 2024-10-30T22:41:38.245Z | Compiling semver v1.0.23 |
1283 | 2024-10-30T22:41:38.463Z | Compiling tokio v1.40.0 |
1284 | 2024-10-30T22:41:38.696Z | Compiling http v1.1.0 |
1285 | 2024-10-30T22:41:38.978Z | Compiling rustc_version v0.4.1 |
1286 | 2024-10-30T22:41:39.479Z | Compiling serde_tokenstream v0.2.2 |
1287 | 2024-10-30T22:41:39.711Z | Compiling dof v0.3.0 |
1288 | 2024-10-30T22:41:40.087Z | Compiling uuid v1.10.0 |
1289 | 2024-10-30T22:41:40.690Z | Compiling http-body v1.0.1 |
1290 | 2024-10-30T22:41:40.929Z | Compiling toml_datetime v0.6.8 |
1291 | 2024-10-30T22:41:41.143Z | Compiling serde_spanned v0.6.8 |
1292 | 2024-10-30T22:41:41.383Z | Compiling usdt-impl v0.5.0 |
1293 | 2024-10-30T22:41:41.447Z | Compiling chrono v0.4.38 |
1294 | 2024-10-30T22:41:41.570Z | Compiling http-body-util v0.1.2 |
1295 | 2024-10-30T22:41:41.749Z | Compiling heapless v0.7.17 |
1296 | 2024-10-30T22:41:42.249Z | Compiling toml_edit v0.22.22 |
1297 | 2024-10-30T22:41:42.803Z | Compiling curve25519-dalek v4.1.3 |
1298 | 2024-10-30T22:41:42.887Z | Compiling usdt-attr-macro v0.5.0 |
1299 | 2024-10-30T22:41:43.477Z | Compiling usdt-macro v0.5.0 |
1300 | 2024-10-30T22:41:44.442Z | Compiling slog-json v2.6.1 |
1301 | 2024-10-30T22:41:44.574Z | Compiling addr2line v0.24.2 |
1302 | 2024-10-30T22:41:44.831Z | Compiling serde_urlencoded v0.7.1 |
1303 | 2024-10-30T22:41:45.181Z | Compiling futures-executor v0.3.31 |
1304 | 2024-10-30T22:41:45.325Z | Compiling md-5 v0.10.6 |
1305 | 2024-10-30T22:41:45.341Z | Compiling schemars_derive v0.8.21 |
1306 | 2024-10-30T22:41:45.570Z | Compiling async-stream-impl v0.3.6 |
1307 | 2024-10-30T22:41:45.719Z | Compiling enum-as-inner v0.6.1 |
1308 | 2024-10-30T22:41:46.796Z | Compiling tokio-util v0.7.12 |
1309 | 2024-10-30T22:41:46.937Z | Compiling crossbeam-deque v0.8.5 |
1310 | 2024-10-30T22:41:47.295Z | Compiling term v0.7.0 |
1311 | 2024-10-30T22:41:48.123Z | Compiling h2 v0.4.6 |
1312 | 2024-10-30T22:41:49.209Z | Compiling crossbeam-channel v0.5.13 |
1313 | 2024-10-30T22:41:49.966Z | Compiling num-integer v0.1.46 |
1314 | 2024-10-30T22:41:50.314Z | Compiling idna v0.4.0 |
1315 | 2024-10-30T22:41:50.576Z | Compiling idna v0.3.0 |
1316 | 2024-10-30T22:41:50.745Z | Compiling rustls-pemfile v2.2.0 |
1317 | 2024-10-30T22:41:51.085Z | Compiling ff v0.13.0 |
1318 | 2024-10-30T22:41:51.314Z | Compiling hash32 v0.2.1 |
1319 | 2024-10-30T22:41:51.732Z | Compiling is-terminal v0.4.13 |
1320 | 2024-10-30T22:41:51.860Z | Compiling object v0.36.5 |
1321 | 2024-10-30T22:41:51.899Z | Compiling dropshot v0.12.0 |
1322 | 2024-10-30T22:41:52.189Z | Compiling linked-hash-map v0.5.6 |
1323 | 2024-10-30T22:41:52.205Z | Compiling num-bigint-dig v0.8.4 |
1324 | 2024-10-30T22:41:52.508Z | Compiling stable_deref_trait v1.2.0 |
1325 | 2024-10-30T22:41:52.552Z | Compiling smoltcp v0.9.1 |
1326 | 2024-10-30T22:41:52.616Z | Compiling portable-atomic v1.9.0 |
1327 | 2024-10-30T22:41:52.718Z | Compiling fallible-iterator v0.2.0 |
1328 | 2024-10-30T22:41:53.276Z | Compiling psl-types v2.0.11 |
1329 | 2024-10-30T22:41:53.442Z | Compiling base16ct v0.2.0 |
1330 | 2024-10-30T22:41:53.464Z | Compiling utf-8 v0.7.6 |
1331 | 2024-10-30T22:41:53.660Z | Compiling anyhow v1.0.89 |
1332 | 2024-10-30T22:41:53.747Z | Compiling dyn-clone v1.0.17 |
1333 | 2024-10-30T22:41:53.778Z | Compiling quick-error v1.2.3 |
1334 | 2024-10-30T22:41:53.921Z | Compiling take_mut v0.2.2 |
1335 | 2024-10-30T22:41:53.960Z | Compiling rustc-demangle v0.1.24 |
1336 | 2024-10-30T22:41:54.575Z | Compiling resolv-conf v0.7.0 |
1337 | 2024-10-30T22:41:55.032Z | Compiling hyper v1.4.1 |
1338 | 2024-10-30T22:41:55.213Z | Compiling tungstenite v0.24.0 |
1339 | 2024-10-30T22:41:55.299Z | Compiling sec1 v0.7.3 |
1340 | 2024-10-30T22:41:55.860Z | Compiling publicsuffix v2.2.3 |
1341 | 2024-10-30T22:41:56.117Z | Compiling postgres-protocol v0.6.7 |
1342 | 2024-10-30T22:41:57.472Z | Compiling hyper-util v0.1.9 |
1343 | 2024-10-30T22:41:58.385Z | Compiling lru-cache v0.1.2 |
1344 | 2024-10-30T22:41:58.499Z | Compiling slog-term v2.9.1 |
1345 | 2024-10-30T22:41:58.530Z | Compiling usdt v0.5.0 |
1346 | 2024-10-30T22:41:58.583Z | Compiling tokio-rustls v0.26.0 |
1347 | 2024-10-30T22:41:58.675Z | Compiling group v0.13.0 |
1348 | 2024-10-30T22:41:58.988Z | Compiling hickory-proto v0.24.1 |
1349 | 2024-10-30T22:41:59.018Z | Compiling num-iter v0.1.45 |
1350 | 2024-10-30T22:41:59.036Z | Compiling tokio-rustls v0.25.0 |
1351 | 2024-10-30T22:41:59.055Z | Compiling tokio-native-tls v0.3.1 |
1352 | 2024-10-30T22:41:59.327Z | Compiling backtrace v0.3.74 |
1353 | 2024-10-30T22:41:59.454Z | Compiling async-stream v0.3.6 |
1354 | 2024-10-30T22:41:59.657Z | Compiling futures v0.3.31 |
1355 | 2024-10-30T22:41:59.748Z | Compiling toml v0.8.19 |
1356 | 2024-10-30T22:42:00.880Z | Compiling camino v1.1.9 |
1357 | 2024-10-30T22:42:01.004Z | Compiling slog-bunyan v2.5.0 |
1358 | 2024-10-30T22:42:01.320Z | Compiling terminal_size v0.4.0 |
1359 | 2024-10-30T22:42:01.413Z | Compiling dropshot_endpoint v0.12.0 |
1360 | 2024-10-30T22:42:01.530Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-10-30T22:42:01.742Z | Compiling serde_path_to_error v0.1.16 |
1362 | 2024-10-30T22:42:01.834Z | Compiling hkdf v0.12.4 |
1363 | 2024-10-30T22:42:01.868Z | Compiling crypto-bigint v0.5.5 |
1364 | 2024-10-30T22:42:01.966Z | Compiling hubpack_derive v0.1.1 |
1365 | 2024-10-30T22:42:02.094Z | Compiling curve25519-dalek-derive v0.1.1 |
1366 | 2024-10-30T22:42:02.599Z | Compiling zerocopy-derive v0.6.6 |
1367 | 2024-10-30T22:42:02.659Z | Compiling phf_shared v0.11.2 |
1368 | 2024-10-30T22:42:02.839Z | Compiling waitgroup v0.1.2 |
1369 | 2024-10-30T22:42:03.032Z | Compiling webpki-roots v0.26.6 |
1370 | 2024-10-30T22:42:03.051Z | Compiling hostname v0.4.0 |
1371 | 2024-10-30T22:42:03.247Z | Compiling fs-err v2.11.0 |
1372 | 2024-10-30T22:42:03.311Z | Compiling ahash v0.8.11 |
1373 | 2024-10-30T22:42:03.524Z | Compiling debug-ignore v1.0.5 |
1374 | 2024-10-30T22:42:03.542Z | Compiling bitflags v1.3.2 |
1375 | 2024-10-30T22:42:03.637Z | Compiling managed v0.8.0 |
1376 | 2024-10-30T22:42:03.660Z | Compiling winnow v0.5.40 |
1377 | 2024-10-30T22:42:03.678Z | Compiling strum_macros v0.25.3 |
1378 | 2024-10-30T22:42:04.697Z | Compiling zerocopy v0.6.6 |
1379 | 2024-10-30T22:42:05.676Z | Compiling elliptic-curve v0.13.8 |
1380 | 2024-10-30T22:42:05.815Z | Compiling hickory-resolver v0.24.1 |
1381 | 2024-10-30T22:42:06.149Z | Compiling console v0.15.8 |
1382 | 2024-10-30T22:42:06.459Z | Compiling clap_builder v4.5.20 |
1383 | 2024-10-30T22:42:07.529Z | Compiling toml_edit v0.19.15 |
1384 | 2024-10-30T22:42:07.834Z | Compiling hyper-rustls v0.27.3 |
1385 | 2024-10-30T22:42:07.940Z | Compiling phf v0.11.2 |
1386 | 2024-10-30T22:42:08.248Z | Compiling hubpack v0.1.2 |
1387 | 2024-10-30T22:42:08.471Z | Compiling signal-hook-mio v0.2.4 |
1388 | 2024-10-30T22:42:08.632Z | Compiling cookie_store v0.21.0 |
1389 | 2024-10-30T22:42:09.029Z | Compiling rayon v1.10.0 |
1390 | 2024-10-30T22:42:09.546Z | Compiling hyper-tls v0.6.0 |
1391 | 2024-10-30T22:42:10.114Z | Compiling postgres-types v0.2.8 |
1392 | 2024-10-30T22:42:11.597Z | Compiling tokio-tungstenite v0.24.0 |
1393 | 2024-10-30T22:42:12.189Z | Compiling tokio-stream v0.1.16 |
1394 | 2024-10-30T22:42:13.223Z | Compiling regex v1.11.0 |
1395 | 2024-10-30T22:42:13.519Z | Compiling bstr v1.10.0 |
1396 | 2024-10-30T22:42:13.928Z | Compiling serde-big-array v0.5.1 |
1397 | 2024-10-30T22:42:14.156Z | Compiling ed25519 v2.2.3 |
1398 | 2024-10-30T22:42:14.306Z | Compiling pkcs1 v0.7.5 |
1399 | 2024-10-30T22:42:14.844Z | Compiling rfc6979 v0.4.0 |
1400 | 2024-10-30T22:42:15.002Z | Compiling derive-where v1.2.7 |
1401 | 2024-10-30T22:42:15.025Z | Compiling serde_repr v0.1.19 |
1402 | 2024-10-30T22:42:15.211Z | Compiling clap_derive v4.5.18 |
1403 | 2024-10-30T22:42:15.236Z | Compiling phf_shared v0.10.0 |
1404 | 2024-10-30T22:42:15.262Z | Compiling float-cmp v0.9.0 |
1405 | 2024-10-30T22:42:15.497Z | Compiling sync_wrapper v1.0.1 |
1406 | 2024-10-30T22:42:15.643Z | Compiling crc32fast v1.4.2 |
1407 | 2024-10-30T22:42:15.662Z | Compiling difflib v0.4.0 |
1408 | 2024-10-30T22:42:15.824Z | Compiling unicode-segmentation v1.12.0 |
1409 | 2024-10-30T22:42:15.950Z | Compiling precomputed-hash v0.1.1 |
1410 | 2024-10-30T22:42:16.008Z | Compiling number_prefix v0.4.0 |
1411 | 2024-10-30T22:42:16.068Z | Compiling predicates-core v1.0.8 |
1412 | 2024-10-30T22:42:16.133Z | Compiling static_assertions v1.1.0 |
1413 | 2024-10-30T22:42:16.230Z | Compiling minimal-lexical v0.2.1 |
1414 | 2024-10-30T22:42:16.249Z | Compiling new_debug_unreachable v1.0.6 |
1415 | 2024-10-30T22:42:16.344Z | Compiling whoami v1.5.2 |
1416 | 2024-10-30T22:42:16.394Z | Compiling bit-vec v0.6.3 |
1417 | 2024-10-30T22:42:16.736Z | Compiling fixedbitset v0.4.2 |
1418 | 2024-10-30T22:42:16.756Z | Compiling normalize-line-endings v0.3.0 |
1419 | 2024-10-30T22:42:16.874Z | Compiling predicates v3.1.2 |
1420 | 2024-10-30T22:42:16.894Z | Compiling bit-set v0.5.3 |
1421 | 2024-10-30T22:42:17.004Z | Compiling tokio-postgres v0.7.12 |
1422 | 2024-10-30T22:42:17.171Z | Compiling petgraph v0.6.5 |
1423 | 2024-10-30T22:42:17.191Z | Compiling nom v7.1.3 |
1424 | 2024-10-30T22:42:17.207Z | Compiling similar v2.6.0 |
1425 | 2024-10-30T22:42:18.378Z | Compiling qorb v0.1.2 |
1426 | 2024-10-30T22:42:18.583Z | Compiling string_cache v0.8.7 |
1427 | 2024-10-30T22:42:19.013Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1428 | 2024-10-30T22:42:19.566Z | Compiling indicatif v0.17.8 |
1429 | 2024-10-30T22:42:19.844Z | Compiling clap v4.5.20 |
1430 | 2024-10-30T22:42:19.975Z | Compiling flate2 v1.0.34 |
1431 | 2024-10-30T22:42:20.846Z | Compiling reqwest v0.12.8 |
1432 | 2024-10-30T22:42:20.960Z | Compiling ecdsa v0.16.9 |
1433 | 2024-10-30T22:42:21.051Z | Compiling rsa v0.9.6 |
1434 | 2024-10-30T22:42:21.616Z | Compiling ed25519-dalek v2.1.1 |
1435 | 2024-10-30T22:42:21.886Z | Compiling toml v0.7.8 |
1436 | 2024-10-30T22:42:22.627Z | Compiling crossterm v0.28.1 |
1437 | 2024-10-30T22:42:23.734Z | Compiling hex v0.4.3 |
1438 | 2024-10-30T22:42:23.814Z | Compiling itertools v0.12.1 |
1439 | 2024-10-30T22:42:24.143Z | Compiling itertools v0.10.5 |
1440 | 2024-10-30T22:42:24.370Z | Compiling x509-cert v0.2.5 |
1441 | 2024-10-30T22:42:24.704Z | Compiling unicode-xid v0.2.6 |
1442 | 2024-10-30T22:42:24.898Z | Compiling peg-runtime v0.8.3 |
1443 | 2024-10-30T22:42:25.553Z | Compiling lalrpop-util v0.19.12 |
1444 | 2024-10-30T22:42:25.857Z | Compiling xattr v1.3.1 |
1445 | 2024-10-30T22:42:25.915Z | Compiling strum_macros v0.26.4 |
1446 | 2024-10-30T22:42:26.127Z | Compiling filetime v0.2.25 |
1447 | 2024-10-30T22:42:26.437Z | Compiling tar v0.4.42 |
1448 | 2024-10-30T22:42:29.113Z | Compiling strum v0.26.3 |
1449 | 2024-10-30T22:42:29.400Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1450 | 2024-10-30T22:42:29.635Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1451 | 2024-10-30T22:42:34.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1452 | 2024-10-30T22:42:35.099Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1453 | 2024-10-30T22:42:35.145Z | Oct 30 22:42:33.685 INFO Starting download, target: Cockroach |
1454 | 2024-10-30T22:42:35.145Z | Oct 30 22:42:33.685 INFO Starting download, target: Clickhouse |
1455 | 2024-10-30T22:42:35.145Z | Oct 30 22:42:33.685 INFO Starting download, target: Console |
1456 | 2024-10-30T22:42:35.149Z | Oct 30 22:42:33.685 INFO Starting download, target: DendriteOpenapi |
1457 | 2024-10-30T22:42:35.149Z | Oct 30 22:42:33.685 INFO Starting download, target: DendriteStub |
1458 | 2024-10-30T22:42:35.149Z | Oct 30 22:42:33.685 INFO Starting download, target: MaghemiteMgd |
1459 | 2024-10-30T22:42:35.149Z | Oct 30 22:42:33.685 INFO Starting download, target: TransceiverControl |
1460 | 2024-10-30T22:42:35.150Z | Oct 30 22:42:33.685 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1461 | 2024-10-30T22:42:35.150Z | Oct 30 22:42:33.686 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1462 | 2024-10-30T22:42:35.150Z | Oct 30 22:42:33.686 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1463 | 2024-10-30T22:42:35.150Z | Oct 30 22:42:33.686 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1464 | 2024-10-30T22:42:35.150Z | Oct 30 22:42:33.686 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1465 | 2024-10-30T22:42:35.150Z | Oct 30 22:42:33.686 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1466 | 2024-10-30T22:42:35.150Z | Oct 30 22:42:33.686 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1467 | 2024-10-30T22:42:35.433Z | Oct 30 22:42:33.966 INFO Download complete, target: DendriteOpenapi |
1468 | 2024-10-30T22:42:35.470Z | Oct 30 22:42:34.009 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1469 | 2024-10-30T22:42:35.643Z | Oct 30 22:42:34.183 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1470 | 2024-10-30T22:42:35.980Z | Oct 30 22:42:34.499 INFO Download complete, target: Console |
1471 | 2024-10-30T22:42:36.098Z | Oct 30 22:42:34.638 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1472 | 2024-10-30T22:42:36.104Z | Oct 30 22:42:34.641 INFO Download complete, target: TransceiverControl |
1473 | 2024-10-30T22:42:36.200Z | Oct 30 22:42:34.740 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1474 | 2024-10-30T22:42:37.274Z | Oct 30 22:42:35.814 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1475 | 2024-10-30T22:42:37.274Z | Oct 30 22:42:35.814 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1476 | 2024-10-30T22:42:38.737Z | Oct 30 22:42:37.277 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1477 | 2024-10-30T22:42:38.851Z | Oct 30 22:42:37.390 INFO Download complete, target: DendriteStub |
1478 | 2024-10-30T22:42:39.081Z | Oct 30 22:42:37.620 INFO Download complete, target: MaghemiteMgd |
1479 | 2024-10-30T22:42:44.574Z | Oct 30 22:42:43.110 INFO Checking that binary works, target: Cockroach |
1480 | 2024-10-30T22:42:44.734Z | Oct 30 22:42:43.270 INFO Download complete, target: Cockroach |
1481 | 2024-10-30T22:42:50.579Z | Oct 30 22:42:49.111 INFO Checking that binary works, target: Clickhouse |
1482 | 2024-10-30T22:42:50.684Z | Oct 30 22:42:49.217 INFO Download complete, target: Clickhouse |
1483 | 2024-10-30T22:42:50.702Z | All builder prerequisites installed successfully, and PATH looks valid |
1484 | 2024-10-30T22:42:50.705Z | |
1485 | 2024-10-30T22:42:50.705Z | real 3:42.249301373 |
1486 | 2024-10-30T22:42:50.705Z | user 12:02.201592844 |
1487 | 2024-10-30T22:42:50.705Z | sys 2:38.601685901 |
1488 | 2024-10-30T22:42:50.705Z | trap 0.443219166 |
1489 | 2024-10-30T22:42:50.705Z | tflt 1.195964212 |
1490 | 2024-10-30T22:42:50.705Z | dflt 1.297646474 |
1491 | 2024-10-30T22:42:50.705Z | kflt 0.019394639 |
1492 | 2024-10-30T22:42:50.705Z | lock 22:37.545032205 |
1493 | 2024-10-30T22:42:50.705Z | slp 46:26.390621301 |
1494 | 2024-10-30T22:42:50.705Z | lat 47.747258559 |
1495 | 2024-10-30T22:42:50.705Z | stop 1:57.621658338 |
1496 | 2024-10-30T22:42:50.705Z | + banner clippy |
1497 | 2024-10-30T22:42:50.708Z | |
1498 | 2024-10-30T22:42:50.708Z | #### # # ##### ##### # # |
1499 | 2024-10-30T22:42:50.708Z | # # # # # # # # # # |
1500 | 2024-10-30T22:42:50.708Z | # # # # # # # # |
1501 | 2024-10-30T22:42:50.708Z | # # # ##### ##### # |
1502 | 2024-10-30T22:42:50.708Z | # # # # # # # |
1503 | 2024-10-30T22:42:50.708Z | #### ###### # # # # |
1504 | 2024-10-30T22:42:50.708Z | |
1505 | 2024-10-30T22:42:50.708Z | + export CARGO_INCREMENTAL=0 |
1506 | 2024-10-30T22:42:50.708Z | + CARGO_INCREMENTAL=0 |
1507 | 2024-10-30T22:42:50.708Z | + ptime -m cargo xtask clippy |
1508 | 2024-10-30T22:42:51.197Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1509 | 2024-10-30T22:42:54.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
1510 | 2024-10-30T22:42:54.482Z | Running `target/debug/xtask clippy` |
1511 | 2024-10-30T22:42:54.501Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1512 | 2024-10-30T22:42:55.103Z | Downloading crates ... |
1513 | 2024-10-30T22:42:55.413Z | Downloaded assert-json-diff v2.0.2 |
1514 | 2024-10-30T22:42:55.415Z | Downloaded async-channel v2.3.1 |
1515 | 2024-10-30T22:42:55.417Z | Downloaded async-channel v1.9.0 |
1516 | 2024-10-30T22:42:55.420Z | Downloaded async-executor v1.13.1 |
1517 | 2024-10-30T22:42:55.422Z | Downloaded async-global-executor v2.4.1 |
1518 | 2024-10-30T22:42:55.425Z | Downloaded async-io v2.3.4 |
1519 | 2024-10-30T22:42:55.427Z | Downloaded async-object-pool v0.1.5 |
1520 | 2024-10-30T22:42:55.430Z | Downloaded async-lock v3.4.0 |
1521 | 2024-10-30T22:42:55.438Z | Downloaded async-std v1.13.0 |
1522 | 2024-10-30T22:42:55.457Z | Downloaded parking v2.2.1 |
1523 | 2024-10-30T22:42:55.459Z | Downloaded kv-log-macro v1.0.7 |
1524 | 2024-10-30T22:42:55.461Z | Downloaded futures-lite v2.3.0 |
1525 | 2024-10-30T22:42:55.462Z | Downloaded event-listener-strategy v0.5.2 |
1526 | 2024-10-30T22:42:55.464Z | Downloaded event-listener v5.3.1 |
1527 | 2024-10-30T22:42:55.464Z | Downloaded piper v0.2.4 |
1528 | 2024-10-30T22:42:55.467Z | Downloaded polling v3.7.3 |
1529 | 2024-10-30T22:42:55.470Z | Downloaded serde_regex v1.1.0 |
1530 | 2024-10-30T22:42:55.470Z | Downloaded assert_cmd v2.0.16 |
1531 | 2024-10-30T22:42:55.472Z | Downloaded cfg-expr v0.17.0 |
1532 | 2024-10-30T22:42:55.475Z | Downloaded criterion v0.5.1 |
1533 | 2024-10-30T22:42:55.482Z | Downloaded num_cpus v1.16.0 |
1534 | 2024-10-30T22:42:55.484Z | Downloaded fancy-regex v0.13.0 |
1535 | 2024-10-30T22:42:55.488Z | Downloaded futures-timer v3.0.3 |
1536 | 2024-10-30T22:42:55.491Z | Downloaded anes v0.1.6 |
1537 | 2024-10-30T22:42:55.493Z | Downloaded escape8259 v0.5.3 |
1538 | 2024-10-30T22:42:55.496Z | Downloaded datatest-stable v0.2.9 |
1539 | 2024-10-30T22:42:55.496Z | Downloaded event-listener v2.5.3 |
1540 | 2024-10-30T22:42:55.498Z | Downloaded doc-comment v0.3.3 |
1541 | 2024-10-30T22:42:55.498Z | Downloaded concurrent-queue v2.5.0 |
1542 | 2024-10-30T22:42:55.513Z | Downloaded blocking v1.6.1 |
1543 | 2024-10-30T22:42:55.513Z | Downloaded async-task v4.7.1 |
1544 | 2024-10-30T22:42:55.513Z | Downloaded async-signal v0.2.10 |
1545 | 2024-10-30T22:42:55.513Z | Downloaded async-process v2.3.0 |
1546 | 2024-10-30T22:42:55.542Z | Downloaded pathdiff v0.2.2 |
1547 | 2024-10-30T22:42:55.545Z | Downloaded relative-path v1.9.3 |
1548 | 2024-10-30T22:42:55.545Z | Downloaded async-attributes v1.1.2 |
1549 | 2024-10-30T22:42:55.548Z | Downloaded cast v0.3.0 |
1550 | 2024-10-30T22:42:55.548Z | Downloaded criterion-plot v0.5.0 |
1551 | 2024-10-30T22:42:55.551Z | Downloaded threadpool v1.8.1 |
1552 | 2024-10-30T22:42:55.551Z | Downloaded blake2b_simd v1.0.2 |
1553 | 2024-10-30T22:42:55.551Z | Downloaded approx v0.5.1 |
1554 | 2024-10-30T22:42:55.553Z | Downloaded rand_distr v0.4.3 |
1555 | 2024-10-30T22:42:55.556Z | Downloaded tinytemplate v1.2.1 |
1556 | 2024-10-30T22:42:55.558Z | Downloaded proc-macro-crate v3.2.0 |
1557 | 2024-10-30T22:42:55.561Z | Downloaded yansi v1.0.1 |
1558 | 2024-10-30T22:42:55.563Z | Downloaded guppy v0.17.8 |
1559 | 2024-10-30T22:42:55.572Z | Downloaded trybuild v1.0.100 |
1560 | 2024-10-30T22:42:55.576Z | Downloaded nested v0.1.1 |
1561 | 2024-10-30T22:42:55.578Z | Downloaded libtest-mimic v0.7.3 |
1562 | 2024-10-30T22:42:55.580Z | Downloaded indoc v2.0.5 |
1563 | 2024-10-30T22:42:55.583Z | Downloaded hyper-rustls v0.26.0 |
1564 | 2024-10-30T22:42:55.583Z | Downloaded httptest v0.16.1 |
1565 | 2024-10-30T22:42:55.586Z | Downloaded guppy-workspace-hack v0.1.0 |
1566 | 2024-10-30T22:42:55.586Z | Downloaded target-spec v3.2.2 |
1567 | 2024-10-30T22:42:55.589Z | Downloaded target-lexicon v0.12.16 |
1568 | 2024-10-30T22:42:55.591Z | Downloaded stringmetrics v2.2.2 |
1569 | 2024-10-30T22:42:55.591Z | Downloaded similar-asserts v1.6.0 |
1570 | 2024-10-30T22:42:55.594Z | Downloaded rustls-native-certs v0.7.3 |
1571 | 2024-10-30T22:42:55.608Z | Downloaded rust-argon2 v2.1.0 |
1572 | 2024-10-30T22:42:55.611Z | Downloaded rstest_macros v0.23.0 |
1573 | 2024-10-30T22:42:55.614Z | Downloaded rstest v0.23.0 |
1574 | 2024-10-30T22:42:55.618Z | Downloaded pretty_assertions v1.4.1 |
1575 | 2024-10-30T22:42:55.620Z | Downloaded plotters-svg v0.3.7 |
1576 | 2024-10-30T22:42:55.620Z | Downloaded plotters-backend v0.3.7 |
1577 | 2024-10-30T22:42:55.623Z | Downloaded plotters v0.3.7 |
1578 | 2024-10-30T22:42:55.629Z | Downloaded path-tree v0.8.1 |
1579 | 2024-10-30T22:42:55.631Z | Downloaded partial-io v0.5.4 |
1580 | 2024-10-30T22:42:55.634Z | Downloaded oorandom v11.1.4 |
1581 | 2024-10-30T22:42:55.662Z | Downloaded httpmock v0.8.0-alpha.1 |
1582 | 2024-10-30T22:42:56.357Z | Checking cfg-if v1.0.0 |
1583 | 2024-10-30T22:42:56.427Z | Checking libc v0.2.161 |
1584 | 2024-10-30T22:42:56.444Z | Checking serde v1.0.210 |
1585 | 2024-10-30T22:42:56.458Z | Checking memchr v2.7.4 |
1586 | 2024-10-30T22:42:56.484Z | Checking value-bag v1.9.0 |
1587 | 2024-10-30T22:42:56.484Z | Checking scopeguard v1.2.0 |
1588 | 2024-10-30T22:42:56.523Z | Checking itoa v1.0.11 |
1589 | 2024-10-30T22:42:56.526Z | Checking zeroize v1.8.1 |
1590 | 2024-10-30T22:42:56.570Z | Checking smallvec v1.13.2 |
1591 | 2024-10-30T22:42:56.627Z | Checking lock_api v0.4.12 |
1592 | 2024-10-30T22:42:56.736Z | Checking byteorder v1.5.0 |
1593 | 2024-10-30T22:42:56.813Z | Checking pin-project-lite v0.2.14 |
1594 | 2024-10-30T22:42:56.902Z | Checking log v0.4.22 |
1595 | 2024-10-30T22:42:56.942Z | Checking subtle v2.6.1 |
1596 | 2024-10-30T22:42:56.968Z | Checking once_cell v1.20.2 |
1597 | 2024-10-30T22:42:57.029Z | Checking typenum v1.17.0 |
1598 | 2024-10-30T22:42:57.123Z | Checking futures-core v0.3.31 |
1599 | 2024-10-30T22:42:57.226Z | Checking libm v0.2.8 |
1600 | 2024-10-30T22:42:57.279Z | Checking zerocopy v0.7.35 |
1601 | 2024-10-30T22:42:57.313Z | Checking thiserror v1.0.64 |
1602 | 2024-10-30T22:42:57.339Z | Checking ryu v1.0.18 |
1603 | 2024-10-30T22:42:57.427Z | Checking spin v0.9.8 |
1604 | 2024-10-30T22:42:57.458Z | Checking const-oid v0.9.6 |
1605 | 2024-10-30T22:42:57.523Z | Checking getrandom v0.2.15 |
1606 | 2024-10-30T22:42:57.573Z | Checking signal-hook-registry v1.4.2 |
1607 | 2024-10-30T22:42:57.769Z | Checking rand_core v0.6.4 |
1608 | 2024-10-30T22:42:57.771Z | Checking parking_lot_core v0.9.10 |
1609 | 2024-10-30T22:42:57.822Z | Checking mio v1.0.2 |
1610 | 2024-10-30T22:42:58.069Z | Checking socket2 v0.5.7 |
1611 | 2024-10-30T22:42:58.130Z | Checking parking_lot v0.12.3 |
1612 | 2024-10-30T22:42:58.156Z | Checking num-traits v0.2.19 |
1613 | 2024-10-30T22:42:58.261Z | Checking generic-array v0.14.7 |
1614 | 2024-10-30T22:42:58.444Z | Checking futures-io v0.3.31 |
1615 | 2024-10-30T22:42:58.474Z | Checking slab v0.4.9 |
1616 | 2024-10-30T22:42:58.573Z | Checking allocator-api2 v0.2.18 |
1617 | 2024-10-30T22:42:58.641Z | Checking futures-sink v0.3.31 |
1618 | 2024-10-30T22:42:58.698Z | Checking cpufeatures v0.2.14 |
1619 | 2024-10-30T22:42:58.740Z | Checking pin-utils v0.1.0 |
1620 | 2024-10-30T22:42:58.798Z | Checking futures-channel v0.3.31 |
1621 | 2024-10-30T22:42:58.823Z | Checking futures-task v0.3.31 |
1622 | 2024-10-30T22:42:58.847Z | Checking equivalent v1.0.1 |
1623 | 2024-10-30T22:42:58.959Z | Checking foldhash v0.1.3 |
1624 | 2024-10-30T22:42:59.072Z | Checking fnv v1.0.7 |
1625 | 2024-10-30T22:42:59.177Z | Checking futures-util v0.3.31 |
1626 | 2024-10-30T22:42:59.202Z | Checking hashbrown v0.15.0 |
1627 | 2024-10-30T22:42:59.225Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1628 | 2024-10-30T22:42:59.225Z | Checking tracing-core v0.1.32 |
1629 | 2024-10-30T22:42:59.275Z | Checking iana-time-zone v0.1.61 |
1630 | 2024-10-30T22:42:59.414Z | Checking crypto-common v0.1.6 |
1631 | 2024-10-30T22:42:59.438Z | Checking block-buffer v0.10.4 |
1632 | 2024-10-30T22:42:59.588Z | Checking ppv-lite86 v0.2.20 |
1633 | 2024-10-30T22:42:59.615Z | Checking errno v0.3.9 |
1634 | 2024-10-30T22:42:59.671Z | Checking digest v0.10.7 |
1635 | 2024-10-30T22:42:59.807Z | Checking tinyvec_macros v0.1.1 |
1636 | 2024-10-30T22:42:59.897Z | Checking tinyvec v1.8.0 |
1637 | 2024-10-30T22:42:59.900Z | Checking unicode-bidi v0.3.17 |
1638 | 2024-10-30T22:42:59.935Z | Checking tracing v0.1.40 |
1639 | 2024-10-30T22:43:00.067Z | Checking block-padding v0.3.3 |
1640 | 2024-10-30T22:43:00.282Z | Checking dyn-clone v1.0.17 |
1641 | 2024-10-30T22:43:00.305Z | Checking inout v0.1.3 |
1642 | 2024-10-30T22:43:00.353Z | Checking percent-encoding v2.3.1 |
1643 | 2024-10-30T22:43:00.378Z | Checking rand_chacha v0.3.1 |
1644 | 2024-10-30T22:43:00.419Z | Checking crossbeam-utils v0.8.20 |
1645 | 2024-10-30T22:43:00.543Z | Checking cipher v0.4.4 |
1646 | 2024-10-30T22:43:00.567Z | Checking httparse v1.9.5 |
1647 | 2024-10-30T22:43:00.590Z | Checking form_urlencoded v1.2.1 |
1648 | 2024-10-30T22:43:00.750Z | Checking rand v0.8.5 |
1649 | 2024-10-30T22:43:00.787Z | Checking base64ct v1.6.0 |
1650 | 2024-10-30T22:43:00.918Z | Checking regex-syntax v0.8.5 |
1651 | 2024-10-30T22:43:01.008Z | Checking hmac v0.12.1 |
1652 | 2024-10-30T22:43:01.128Z | Checking sha2 v0.10.8 |
1653 | 2024-10-30T22:43:01.196Z | Checking unicode-normalization v0.1.24 |
1654 | 2024-10-30T22:43:01.221Z | Checking aho-corasick v1.1.3 |
1655 | 2024-10-30T22:43:01.223Z | Checking atomic-waker v1.1.2 |
1656 | 2024-10-30T22:43:01.306Z | Checking bytes v1.7.2 |
1657 | 2024-10-30T22:43:01.376Z | Checking bitflags v2.6.0 |
1658 | 2024-10-30T22:43:01.674Z | Checking serde_json v1.0.128 |
1659 | 2024-10-30T22:43:01.723Z | Checking indexmap v2.6.0 |
1660 | 2024-10-30T22:43:02.015Z | Checking chrono v0.4.38 |
1661 | 2024-10-30T22:43:02.086Z | Checking tokio v1.40.0 |
1662 | 2024-10-30T22:43:02.089Z | Checking rustix v0.38.37 |
1663 | 2024-10-30T22:43:02.922Z | Checking uuid v1.10.0 |
1664 | 2024-10-30T22:43:03.083Z | Checking http v1.1.0 |
1665 | 2024-10-30T22:43:03.385Z | Checking untrusted v0.9.0 |
1666 | 2024-10-30T22:43:03.554Z | Checking ring v0.17.8 |
1667 | 2024-10-30T22:43:03.574Z | Checking lazy_static v1.5.0 |
1668 | 2024-10-30T22:43:03.707Z | Checking unicode-ident v1.0.13 |
1669 | 2024-10-30T22:43:03.888Z | Checking idna v0.5.0 |
1670 | 2024-10-30T22:43:04.013Z | Checking regex-automata v0.4.8 |
1671 | 2024-10-30T22:43:04.131Z | Checking schemars v0.8.21 |
1672 | 2024-10-30T22:43:04.435Z | Checking adler2 v2.0.0 |
1673 | 2024-10-30T22:43:04.473Z | Checking pem-rfc7468 v0.7.0 |
1674 | 2024-10-30T22:43:04.613Z | Checking miniz_oxide v0.8.0 |
1675 | 2024-10-30T22:43:04.736Z | Checking try-lock v0.2.5 |
1676 | 2024-10-30T22:43:04.787Z | Checking url v2.5.2 |
1677 | 2024-10-30T22:43:04.884Z | Checking httpdate v1.0.3 |
1678 | 2024-10-30T22:43:05.130Z | Checking powerfmt v0.2.0 |
1679 | 2024-10-30T22:43:05.382Z | Checking want v0.3.1 |
1680 | 2024-10-30T22:43:05.418Z | Checking deranged v0.3.11 |
1681 | 2024-10-30T22:43:05.486Z | Checking proc-macro2 v1.0.87 |
1682 | 2024-10-30T22:43:05.566Z | Checking rustls-pki-types v1.9.0 |
1683 | 2024-10-30T22:43:05.569Z | Checking num-conv v0.1.0 |
1684 | 2024-10-30T22:43:05.646Z | Checking time-core v0.1.2 |
1685 | 2024-10-30T22:43:05.820Z | Checking num_threads v0.1.7 |
1686 | 2024-10-30T22:43:05.843Z | Checking base64 v0.22.1 |
1687 | 2024-10-30T22:43:05.866Z | Checking flagset v0.4.6 |
1688 | 2024-10-30T22:43:05.944Z | Checking http-body v1.0.1 |
1689 | 2024-10-30T22:43:06.059Z | Checking der v0.7.9 |
1690 | 2024-10-30T22:43:06.124Z | Checking quote v1.0.37 |
1691 | 2024-10-30T22:43:06.151Z | Checking pbkdf2 v0.12.2 |
1692 | 2024-10-30T22:43:06.154Z | Checking aes v0.8.4 |
1693 | 2024-10-30T22:43:06.320Z | Checking tower-service v0.3.3 |
1694 | 2024-10-30T22:43:06.340Z | Checking cbc v0.1.2 |
1695 | 2024-10-30T22:43:06.451Z | Checking salsa20 v0.10.2 |
1696 | 2024-10-30T22:43:06.476Z | Checking syn v2.0.79 |
1697 | 2024-10-30T22:43:06.561Z | Checking ahash v0.8.11 |
1698 | 2024-10-30T22:43:06.678Z | Checking scrypt v0.11.0 |
1699 | 2024-10-30T22:43:06.910Z | Checking rustls-webpki v0.102.8 |
1700 | 2024-10-30T22:43:07.098Z | Checking slog v2.7.0 |
1701 | 2024-10-30T22:43:07.136Z | Checking time v0.3.36 |
1702 | 2024-10-30T22:43:07.140Z | Checking gimli v0.31.1 |
1703 | 2024-10-30T22:43:07.602Z | Checking mime v0.3.17 |
1704 | 2024-10-30T22:43:07.664Z | Checking object v0.36.5 |
1705 | 2024-10-30T22:43:07.942Z | Checking spki v0.7.3 |
1706 | 2024-10-30T22:43:07.968Z | Checking utf8parse v0.2.2 |
1707 | 2024-10-30T22:43:08.127Z | Checking ipnet v2.10.1 |
1708 | 2024-10-30T22:43:08.218Z | Checking pkcs5 v0.7.1 |
1709 | 2024-10-30T22:43:08.460Z | Checking rustc-demangle v0.1.24 |
1710 | 2024-10-30T22:43:08.587Z | Checking regex v1.11.0 |
1711 | 2024-10-30T22:43:08.760Z | Checking pkcs8 v0.10.2 |
1712 | 2024-10-30T22:43:08.910Z | Checking unicode-width v0.1.14 |
1713 | 2024-10-30T22:43:09.098Z | Checking tokio-util v0.7.12 |
1714 | 2024-10-30T22:43:09.100Z | Checking data-encoding v2.6.0 |
1715 | 2024-10-30T22:43:09.163Z | Checking futures-executor v0.3.31 |
1716 | 2024-10-30T22:43:09.381Z | Checking serde_spanned v0.6.8 |
1717 | 2024-10-30T22:43:09.406Z | Checking toml_datetime v0.6.8 |
1718 | 2024-10-30T22:43:09.570Z | Checking anstyle v1.0.8 |
1719 | 2024-10-30T22:43:09.621Z | Checking futures v0.3.31 |
1720 | 2024-10-30T22:43:09.684Z | Checking http-body-util v0.1.2 |
1721 | 2024-10-30T22:43:09.749Z | Checking serde_urlencoded v0.7.1 |
1722 | 2024-10-30T22:43:09.774Z | Checking encoding_rs v0.8.34 |
1723 | 2024-10-30T22:43:09.935Z | Checking openssl-probe v0.1.5 |
1724 | 2024-10-30T22:43:10.017Z | Checking h2 v0.4.6 |
1725 | 2024-10-30T22:43:10.092Z | Checking foreign-types-shared v0.1.1 |
1726 | 2024-10-30T22:43:10.152Z | Checking rustls-pemfile v2.2.0 |
1727 | 2024-10-30T22:43:10.155Z | Checking semver v1.0.23 |
1728 | 2024-10-30T22:43:10.199Z | Checking foreign-types v0.3.2 |
1729 | 2024-10-30T22:43:10.302Z | Checking sha1 v0.10.6 |
1730 | 2024-10-30T22:43:10.366Z | Checking openssl-sys v0.9.103 |
1731 | 2024-10-30T22:43:10.569Z | Checking anstyle-parse v0.2.5 |
1732 | 2024-10-30T22:43:10.586Z | Checking anstyle-query v1.1.1 |
1733 | 2024-10-30T22:43:10.715Z | Checking colorchoice v1.0.2 |
1734 | 2024-10-30T22:43:10.818Z | Checking is_terminal_polyfill v1.70.1 |
1735 | 2024-10-30T22:43:10.854Z | Checking rustls v0.23.14 |
1736 | 2024-10-30T22:43:10.945Z | Checking anstream v0.6.15 |
1737 | 2024-10-30T22:43:11.092Z | Checking addr2line v0.24.2 |
1738 | 2024-10-30T22:43:11.344Z | Checking terminal_size v0.4.0 |
1739 | 2024-10-30T22:43:11.524Z | Checking camino v1.1.9 |
1740 | 2024-10-30T22:43:11.641Z | Checking signature v2.2.0 |
1741 | 2024-10-30T22:43:11.644Z | Checking openssl v0.10.66 |
1742 | 2024-10-30T22:43:11.853Z | Checking winnow v0.6.20 |
1743 | 2024-10-30T22:43:12.058Z | Checking strsim v0.11.1 |
1744 | 2024-10-30T22:43:12.082Z | Checking clap_lex v0.7.2 |
1745 | 2024-10-30T22:43:12.338Z | Checking either v1.13.0 |
1746 | 2024-10-30T22:43:12.343Z | Checking clap_builder v4.5.20 |
1747 | 2024-10-30T22:43:12.717Z | Checking openapiv3 v2.0.0 |
1748 | 2024-10-30T22:43:12.910Z | Checking idna v0.3.0 |
1749 | 2024-10-30T22:43:13.806Z | Checking psl-types v2.0.11 |
1750 | 2024-10-30T22:43:13.992Z | Checking publicsuffix v2.2.3 |
1751 | 2024-10-30T22:43:14.246Z | Checking cookie v0.18.1 |
1752 | 2024-10-30T22:43:14.325Z | Checking backtrace v0.3.74 |
1753 | 2024-10-30T22:43:14.726Z | Checking webpki-roots v0.26.6 |
1754 | 2024-10-30T22:43:14.799Z | Checking is-terminal v0.4.13 |
1755 | 2024-10-30T22:43:14.909Z | Checking anyhow v1.0.89 |
1756 | 2024-10-30T22:43:14.934Z | Checking scroll v0.12.0 |
1757 | 2024-10-30T22:43:14.957Z | Checking base16ct v0.2.0 |
1758 | 2024-10-30T22:43:15.164Z | Checking ucd-trie v0.1.7 |
1759 | 2024-10-30T22:43:16.291Z | Checking plain v0.2.3 |
1760 | 2024-10-30T22:43:16.294Z | Checking clap v4.5.20 |
1761 | 2024-10-30T22:43:16.294Z | Checking pest v2.7.14 |
1762 | 2024-10-30T22:43:16.294Z | Checking sec1 v0.7.3 |
1763 | 2024-10-30T22:43:16.294Z | Checking goblin v0.8.2 |
1764 | 2024-10-30T22:43:16.294Z | Checking cookie_store v0.21.0 |
1765 | 2024-10-30T22:43:16.294Z | Checking tokio-rustls v0.26.0 |
1766 | 2024-10-30T22:43:16.294Z | Checking num-integer v0.1.46 |
1767 | 2024-10-30T22:43:16.294Z | Checking ff v0.13.0 |
1768 | 2024-10-30T22:43:16.294Z | Checking sync_wrapper v1.0.1 |
1769 | 2024-10-30T22:43:16.294Z | Checking pretty-hex v0.4.1 |
1770 | 2024-10-30T22:43:16.294Z | Checking hyper v1.4.1 |
1771 | 2024-10-30T22:43:16.294Z | Checking group v0.13.0 |
1772 | 2024-10-30T22:43:16.294Z | Checking hkdf v0.12.4 |
1773 | 2024-10-30T22:43:16.294Z | Checking crypto-bigint v0.5.5 |
1774 | 2024-10-30T22:43:16.321Z | Checking thread-id v4.2.2 |
1775 | 2024-10-30T22:43:16.435Z | Checking bitflags v1.3.2 |
1776 | 2024-10-30T22:43:16.468Z | Checking static_assertions v1.1.0 |
1777 | 2024-10-30T22:43:16.511Z | Checking utf-8 v0.7.6 |
1778 | 2024-10-30T22:43:16.545Z | Checking toml_edit v0.22.22 |
1779 | 2024-10-30T22:43:16.571Z | Checking memmap v0.7.0 |
1780 | 2024-10-30T22:43:16.708Z | Checking dirs-sys-next v0.1.2 |
1781 | 2024-10-30T22:43:16.776Z | Checking unicode-segmentation v1.12.0 |
1782 | 2024-10-30T22:43:16.882Z | Checking stable_deref_trait v1.2.0 |
1783 | 2024-10-30T22:43:16.997Z | Checking dirs-next v2.0.0 |
1784 | 2024-10-30T22:43:17.144Z | Checking num-iter v0.1.45 |
1785 | 2024-10-30T22:43:17.171Z | Checking native-tls v0.2.12 |
1786 | 2024-10-30T22:43:17.331Z | Checking crossbeam-channel v0.5.13 |
1787 | 2024-10-30T22:43:17.491Z | Checking crossbeam-epoch v0.9.18 |
1788 | 2024-10-30T22:43:17.517Z | Checking tokio-native-tls v0.3.1 |
1789 | 2024-10-30T22:43:17.769Z | Checking thread_local v1.1.8 |
1790 | 2024-10-30T22:43:17.842Z | Checking dtrace-parser v0.2.0 |
1791 | 2024-10-30T22:43:17.925Z | Checking crc32fast v1.4.2 |
1792 | 2024-10-30T22:43:18.069Z | Checking term v0.7.0 |
1793 | 2024-10-30T22:43:18.094Z | Checking bstr v1.10.0 |
1794 | 2024-10-30T22:43:18.119Z | Checking hyper-util v0.1.9 |
1795 | 2024-10-30T22:43:18.171Z | Checking hex v0.4.3 |
1796 | 2024-10-30T22:43:18.333Z | Checking rfc6979 v0.4.0 |
1797 | 2024-10-30T22:43:18.497Z | Checking take_mut v0.2.2 |
1798 | 2024-10-30T22:43:18.522Z | Checking managed v0.8.0 |
1799 | 2024-10-30T22:43:18.652Z | Checking winnow v0.5.40 |
1800 | 2024-10-30T22:43:18.713Z | Checking match_cfg v0.1.0 |
1801 | 2024-10-30T22:43:18.815Z | Checking hostname v0.3.1 |
1802 | 2024-10-30T22:43:18.888Z | Checking slog-async v2.8.0 |
1803 | 2024-10-30T22:43:18.947Z | Checking slog-term v2.9.1 |
1804 | 2024-10-30T22:43:19.004Z | Checking crossbeam-deque v0.8.5 |
1805 | 2024-10-30T22:43:19.107Z | Checking toml v0.8.19 |
1806 | 2024-10-30T22:43:19.132Z | Checking elliptic-curve v0.13.8 |
1807 | 2024-10-30T22:43:19.173Z | Checking num-bigint-dig v0.8.4 |
1808 | 2024-10-30T22:43:19.309Z | Checking pkcs1 v0.7.5 |
1809 | 2024-10-30T22:43:19.431Z | Checking curve25519-dalek v4.1.3 |
1810 | 2024-10-30T22:43:19.729Z | Checking zerocopy v0.6.6 |
1811 | 2024-10-30T22:43:19.805Z | Checking ecdsa v0.16.9 |
1812 | 2024-10-30T22:43:19.859Z | Checking siphasher v0.3.11 |
1813 | 2024-10-30T22:43:20.178Z | Checking rayon-core v1.12.1 |
1814 | 2024-10-30T22:43:20.247Z | Checking dof v0.3.0 |
1815 | 2024-10-30T22:43:20.278Z | Checking hyper-tls v0.6.0 |
1816 | 2024-10-30T22:43:20.506Z | Checking hyper-rustls v0.27.3 |
1817 | 2024-10-30T22:43:20.542Z | Checking flate2 v1.0.34 |
1818 | 2024-10-30T22:43:20.605Z | Checking ed25519 v2.2.3 |
1819 | 2024-10-30T22:43:20.847Z | Checking rustls v0.22.4 |
1820 | 2024-10-30T22:43:20.850Z | Checking reqwest v0.12.8 |
1821 | 2024-10-30T22:43:20.851Z | Checking usdt-impl v0.5.0 |
1822 | 2024-10-30T22:43:20.915Z | Checking signal-hook v0.3.17 |
1823 | 2024-10-30T22:43:21.229Z | Checking quick-error v1.2.3 |
1824 | 2024-10-30T22:43:21.255Z | Checking itertools v0.10.5 |
1825 | 2024-10-30T22:43:21.353Z | Checking slog-json v2.6.1 |
1826 | 2024-10-30T22:43:21.363Z | Checking ed25519-dalek v2.1.1 |
1827 | 2024-10-30T22:43:21.377Z | Checking rsa v0.9.6 |
1828 | 2024-10-30T22:43:21.378Z | Checking usdt v0.5.0 |
1829 | 2024-10-30T22:43:21.615Z | Checking x509-cert v0.2.5 |
1830 | 2024-10-30T22:43:21.646Z | Checking idna v0.4.0 |
1831 | 2024-10-30T22:43:21.687Z | Checking toml_edit v0.19.15 |
1832 | 2024-10-30T22:43:21.776Z | Checking hubpack v0.1.2 |
1833 | 2024-10-30T22:43:22.084Z | Checking bit-vec v0.6.3 |
1834 | 2024-10-30T22:43:22.422Z | Checking debug-ignore v1.0.5 |
1835 | 2024-10-30T22:43:22.428Z | Checking bit-set v0.5.3 |
1836 | 2024-10-30T22:43:22.475Z | Checking hickory-proto v0.24.1 |
1837 | 2024-10-30T22:43:22.575Z | Checking slog-bunyan v2.5.0 |
1838 | 2024-10-30T22:43:22.674Z | Checking signal-hook-mio v0.2.4 |
1839 | 2024-10-30T22:43:22.714Z | Checking multer v3.1.0 |
1840 | 2024-10-30T22:43:22.744Z | Checking console v0.15.8 |
1841 | 2024-10-30T22:43:22.827Z | Checking waitgroup v0.1.2 |
1842 | 2024-10-30T22:43:22.967Z | Checking serde_path_to_error v0.1.16 |
1843 | 2024-10-30T22:43:23.133Z | Checking async-stream v0.3.6 |
1844 | 2024-10-30T22:43:23.161Z | Checking hostname v0.4.0 |
1845 | 2024-10-30T22:43:23.292Z | Checking hash32 v0.2.1 |
1846 | 2024-10-30T22:43:23.321Z | Checking predicates-core v1.0.8 |
1847 | 2024-10-30T22:43:23.323Z | Checking unicode-properties v0.1.3 |
1848 | 2024-10-30T22:43:23.453Z | Checking linked-hash-map v0.5.6 |
1849 | 2024-10-30T22:43:23.515Z | Checking crossterm v0.28.1 |
1850 | 2024-10-30T22:43:23.574Z | Checking rayon v1.10.0 |
1851 | 2024-10-30T22:43:23.601Z | Checking heapless v0.7.17 |
1852 | 2024-10-30T22:43:23.693Z | Checking stringprep v0.1.5 |
1853 | 2024-10-30T22:43:23.804Z | Checking lru-cache v0.1.2 |
1854 | 2024-10-30T22:43:23.980Z | Checking phf_shared v0.11.2 |
1855 | 2024-10-30T22:43:24.005Z | Checking similar v2.6.0 |
1856 | 2024-10-30T22:43:24.081Z | Checking toml v0.7.8 |
1857 | 2024-10-30T22:43:24.292Z | Checking tokio-stream v0.1.16 |
1858 | 2024-10-30T22:43:24.380Z | Checking tokio-rustls v0.25.0 |
1859 | 2024-10-30T22:43:24.704Z | Checking md-5 v0.10.6 |
1860 | 2024-10-30T22:43:24.780Z | Checking dropshot v0.12.0 |
1861 | 2024-10-30T22:43:24.841Z | Checking float-cmp v0.9.0 |
1862 | 2024-10-30T22:43:24.886Z | Checking difflib v0.4.0 |
1863 | 2024-10-30T22:43:24.911Z | Checking normalize-line-endings v0.3.0 |
1864 | 2024-10-30T22:43:25.040Z | Checking fallible-iterator v0.2.0 |
1865 | 2024-10-30T22:43:25.045Z | Checking fixedbitset v0.4.2 |
1866 | 2024-10-30T22:43:25.151Z | Checking smoltcp v0.9.1 |
1867 | 2024-10-30T22:43:25.194Z | Checking predicates v3.1.2 |
1868 | 2024-10-30T22:43:25.306Z | Checking petgraph v0.6.5 |
1869 | 2024-10-30T22:43:25.349Z | Checking phf v0.11.2 |
1870 | 2024-10-30T22:43:25.639Z | Checking postgres-protocol v0.6.7 |
1871 | 2024-10-30T22:43:25.643Z | Checking resolv-conf v0.7.0 |
1872 | 2024-10-30T22:43:25.857Z | Checking phf_shared v0.10.0 |
1873 | 2024-10-30T22:43:26.013Z | Checking tungstenite v0.24.0 |
1874 | 2024-10-30T22:43:26.150Z | Checking fs-err v2.11.0 |
1875 | 2024-10-30T22:43:26.300Z | Checking serde-big-array v0.5.1 |
1876 | 2024-10-30T22:43:26.520Z | Checking portable-atomic v1.9.0 |
1877 | 2024-10-30T22:43:26.642Z | Checking number_prefix v0.4.0 |
1878 | 2024-10-30T22:43:26.714Z | Checking precomputed-hash v0.1.1 |
1879 | 2024-10-30T22:43:26.830Z | Checking new_debug_unreachable v1.0.6 |
1880 | 2024-10-30T22:43:26.854Z | Checking lalrpop-util v0.19.12 |
1881 | 2024-10-30T22:43:26.919Z | Checking minimal-lexical v0.2.1 |
1882 | 2024-10-30T22:43:26.943Z | Checking string_cache v0.8.7 |
1883 | 2024-10-30T22:43:27.132Z | Checking hickory-resolver v0.24.1 |
1884 | 2024-10-30T22:43:27.155Z | Checking tokio-tungstenite v0.24.0 |
1885 | 2024-10-30T22:43:27.241Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1886 | 2024-10-30T22:43:27.332Z | Checking nom v7.1.3 |
1887 | 2024-10-30T22:43:27.418Z | Checking postgres-types v0.2.8 |
1888 | 2024-10-30T22:43:27.551Z | Checking indicatif v0.17.8 |
1889 | 2024-10-30T22:43:27.623Z | Checking itertools v0.12.1 |
1890 | 2024-10-30T22:43:28.163Z | Checking whoami v1.5.2 |
1891 | 2024-10-30T22:43:28.331Z | Checking peg-runtime v0.8.3 |
1892 | 2024-10-30T22:43:28.453Z | Checking tokio-postgres v0.7.12 |
1893 | 2024-10-30T22:43:28.566Z | Compiling hashbrown v0.14.5 |
1894 | 2024-10-30T22:43:28.593Z | Compiling unsafe-libyaml v0.2.11 |
1895 | 2024-10-30T22:43:28.618Z | Compiling ident_case v1.0.1 |
1896 | 2024-10-30T22:43:28.750Z | Checking qorb v0.1.2 |
1897 | 2024-10-30T22:43:28.814Z | Compiling darling_core v0.20.10 |
1898 | 2024-10-30T22:43:29.887Z | Compiling regress v0.10.1 |
1899 | 2024-10-30T22:43:30.137Z | Compiling serde_yaml v0.9.34+deprecated |
1900 | 2024-10-30T22:43:30.520Z | Checking heck v0.5.0 |
1901 | 2024-10-30T22:43:30.714Z | Checking progenitor-client v0.8.0 |
1902 | 2024-10-30T22:43:31.062Z | Checking fastrand v2.1.1 |
1903 | 2024-10-30T22:43:31.262Z | Compiling newtype-uuid v1.1.2 |
1904 | 2024-10-30T22:43:31.383Z | Checking ipnetwork v0.20.0 |
1905 | 2024-10-30T22:43:31.592Z | Compiling structmeta-derive v0.3.0 |
1906 | 2024-10-30T22:43:31.627Z | Checking strum v0.26.3 |
1907 | 2024-10-30T22:43:31.728Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1908 | 2024-10-30T22:43:32.045Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1909 | 2024-10-30T22:43:32.389Z | Checking tempfile v3.13.0 |
1910 | 2024-10-30T22:43:32.494Z | Checking instant v0.1.13 |
1911 | 2024-10-30T22:43:32.610Z | Checking regress v0.9.1 |
1912 | 2024-10-30T22:43:32.673Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1913 | 2024-10-30T22:43:32.773Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1914 | 2024-10-30T22:43:33.088Z | Checking macaddr v1.0.1 |
1915 | 2024-10-30T22:43:33.423Z | Checking backoff v0.4.0 |
1916 | 2024-10-30T22:43:33.445Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1917 | 2024-10-30T22:43:33.588Z | Compiling typify-impl v0.2.0 |
1918 | 2024-10-30T22:43:33.735Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-10-30T22:43:33.900Z | Checking wait-timeout v0.2.0 |
1920 | 2024-10-30T22:43:34.078Z | Checking rand_xorshift v0.3.0 |
1921 | 2024-10-30T22:43:34.101Z | Checking rusty-fork v0.3.0 |
1922 | 2024-10-30T22:43:34.268Z | Compiling structmeta-derive v0.2.0 |
1923 | 2024-10-30T22:43:34.309Z | Compiling structmeta v0.3.0 |
1924 | 2024-10-30T22:43:34.417Z | Checking unarray v0.1.4 |
1925 | 2024-10-30T22:43:34.581Z | Checking proptest v1.5.0 |
1926 | 2024-10-30T22:43:34.751Z | Compiling parse-display-derive v0.10.0 |
1927 | 2024-10-30T22:43:34.754Z | Checking camino-tempfile v1.1.1 |
1928 | 2024-10-30T22:43:35.038Z | Compiling proc-macro-error v1.0.4 |
1929 | 2024-10-30T22:43:35.159Z | Compiling darling_macro v0.20.10 |
1930 | 2024-10-30T22:43:35.697Z | Compiling proc-macro-crate v1.3.1 |
1931 | 2024-10-30T22:43:36.103Z | Compiling darling v0.20.10 |
1932 | 2024-10-30T22:43:36.127Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1933 | 2024-10-30T22:43:36.235Z | Compiling serde_with_macros v3.11.0 |
1934 | 2024-10-30T22:43:36.532Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1935 | 2024-10-30T22:43:36.741Z | Compiling num_enum_derive v0.5.11 |
1936 | 2024-10-30T22:43:36.878Z | Compiling foreign-types-macros v0.2.3 |
1937 | 2024-10-30T22:43:36.932Z | Compiling structmeta v0.2.0 |
1938 | 2024-10-30T22:43:37.342Z | Compiling test-strategy v0.3.1 |
1939 | 2024-10-30T22:43:37.441Z | Checking foreign-types-shared v0.3.1 |
1940 | 2024-10-30T22:43:37.906Z | Checking tabwriter v1.4.0 |
1941 | 2024-10-30T22:43:38.117Z | Checking foreign-types v0.5.0 |
1942 | 2024-10-30T22:43:38.161Z | Checking cstr-argument v0.1.2 |
1943 | 2024-10-30T22:43:38.237Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1944 | 2024-10-30T22:43:38.344Z | Checking pretty-hex v0.2.1 |
1945 | 2024-10-30T22:43:38.503Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1946 | 2024-10-30T22:43:38.835Z | Checking colored v2.1.0 |
1947 | 2024-10-30T22:43:38.893Z | Checking parse-display v0.10.0 |
1948 | 2024-10-30T22:43:38.919Z | Checking serde_with v3.11.0 |
1949 | 2024-10-30T22:43:39.025Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1950 | 2024-10-30T22:43:39.114Z | Checking smf v0.2.3 |
1951 | 2024-10-30T22:43:39.138Z | Checking base64 v0.21.7 |
1952 | 2024-10-30T22:43:39.161Z | Checking num_enum v0.5.11 |
1953 | 2024-10-30T22:43:39.184Z | Compiling crucible-workspace-hack v0.1.0 |
1954 | 2024-10-30T22:43:39.217Z | Checking termtree v0.4.1 |
1955 | 2024-10-30T22:43:39.360Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1956 | 2024-10-30T22:43:39.455Z | Compiling heapless v0.8.0 |
1957 | 2024-10-30T22:43:39.618Z | Checking predicates-tree v1.0.11 |
1958 | 2024-10-30T22:43:39.641Z | Checking hash32 v0.3.1 |
1959 | 2024-10-30T22:43:39.644Z | Compiling smoltcp v0.11.0 |
1960 | 2024-10-30T22:43:39.644Z | Checking cobs v0.2.3 |
1961 | 2024-10-30T22:43:39.774Z | Checking sigpipe v0.1.3 |
1962 | 2024-10-30T22:43:39.843Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1963 | 2024-10-30T22:43:39.865Z | Checking postcard v1.0.10 |
1964 | 2024-10-30T22:43:39.942Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1965 | 2024-10-30T22:43:40.091Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1966 | 2024-10-30T22:43:40.229Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1967 | 2024-10-30T22:43:40.424Z | Compiling mockall_derive v0.13.0 |
1968 | 2024-10-30T22:43:40.446Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1969 | 2024-10-30T22:43:40.546Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1970 | 2024-10-30T22:43:40.797Z | Compiling zone_cfg_derive v0.3.0 |
1971 | 2024-10-30T22:43:40.882Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1972 | 2024-10-30T22:43:40.934Z | Compiling num-derive v0.4.2 |
1973 | 2024-10-30T22:43:41.238Z | Checking downcast v0.11.0 |
1974 | 2024-10-30T22:43:41.434Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1975 | 2024-10-30T22:43:41.735Z | Checking fragile v2.0.0 |
1976 | 2024-10-30T22:43:42.054Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1977 | 2024-10-30T22:43:42.156Z | Checking atomicwrites v0.4.4 |
1978 | 2024-10-30T22:43:42.205Z | Checking zone v0.3.0 |
1979 | 2024-10-30T22:43:42.302Z | Compiling convert_case v0.4.0 |
1980 | 2024-10-30T22:43:42.368Z | Checking tungstenite v0.21.0 |
1981 | 2024-10-30T22:43:42.710Z | Checking newline-converter v0.3.0 |
1982 | 2024-10-30T22:43:42.872Z | Checking expectorate v1.1.0 |
1983 | 2024-10-30T22:43:42.959Z | Checking itertools v0.13.0 |
1984 | 2024-10-30T22:43:43.042Z | Checking same-file v1.0.6 |
1985 | 2024-10-30T22:43:43.175Z | Compiling derive_more v0.99.18 |
1986 | 2024-10-30T22:43:43.215Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1987 | 2024-10-30T22:43:43.239Z | Checking walkdir v2.5.0 |
1988 | 2024-10-30T22:43:43.285Z | Checking tokio-tungstenite v0.21.0 |
1989 | 2024-10-30T22:43:43.527Z | Checking arc-swap v1.7.1 |
1990 | 2024-10-30T22:43:43.679Z | Checking xattr v1.3.1 |
1991 | 2024-10-30T22:43:43.785Z | Checking filetime v0.2.25 |
1992 | 2024-10-30T22:43:43.890Z | Compiling cancel-safe-futures v0.1.5 |
1993 | 2024-10-30T22:43:43.956Z | Checking slog-scope v4.4.0 |
1994 | 2024-10-30T22:43:44.004Z | Checking tar v0.4.42 |
1995 | 2024-10-30T22:43:44.157Z | Checking slog-stdlog v4.1.1 |
1996 | 2024-10-30T22:43:44.258Z | Checking swrite v0.1.0 |
1997 | 2024-10-30T22:43:44.304Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1998 | 2024-10-30T22:43:44.373Z | Checking slog-envlogger v2.2.0 |
1999 | 2024-10-30T22:43:44.424Z | Compiling owo-colors v4.1.0 |
2000 | 2024-10-30T22:43:44.945Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2001 | 2024-10-30T22:43:45.111Z | Checking libsw v3.3.1 |
2002 | 2024-10-30T22:43:45.311Z | Checking password-hash v0.5.0 |
2003 | 2024-10-30T22:43:45.382Z | Checking blake2 v0.10.6 |
2004 | 2024-10-30T22:43:45.560Z | Checking linear-map v1.2.0 |
2005 | 2024-10-30T22:43:45.755Z | Checking indent_write v2.2.0 |
2006 | 2024-10-30T22:43:45.779Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2007 | 2024-10-30T22:43:45.845Z | Checking argon2 v0.5.3 |
2008 | 2024-10-30T22:43:45.916Z | Checking num-rational v0.4.2 |
2009 | 2024-10-30T22:43:45.957Z | Checking pem v3.0.4 |
2010 | 2024-10-30T22:43:46.248Z | Checking num-complex v0.4.6 |
2011 | 2024-10-30T22:43:46.544Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2012 | 2024-10-30T22:43:46.595Z | Checking float-ord v0.3.2 |
2013 | 2024-10-30T22:43:46.677Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2014 | 2024-10-30T22:43:46.754Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2015 | 2024-10-30T22:43:47.139Z | Checking num v0.4.3 |
2016 | 2024-10-30T22:43:47.256Z | Compiling lzma-sys v0.1.20 |
2017 | 2024-10-30T22:43:47.380Z | Checking humantime v2.1.0 |
2018 | 2024-10-30T22:43:47.560Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2019 | 2024-10-30T22:43:47.601Z | Checking headers-core v0.3.0 |
2020 | 2024-10-30T22:43:47.652Z | Compiling heck v0.3.3 |
2021 | 2024-10-30T22:43:47.750Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2022 | 2024-10-30T22:43:47.837Z | Checking headers v0.4.0 |
2023 | 2024-10-30T22:43:48.084Z | Compiling zone_cfg_derive v0.1.2 |
2024 | 2024-10-30T22:43:48.105Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2025 | 2024-10-30T22:43:48.215Z | Checking yasna v0.5.2 |
2026 | 2024-10-30T22:43:48.255Z | Checking mockall v0.13.0 |
2027 | 2024-10-30T22:43:48.397Z | Checking base64 v0.13.1 |
2028 | 2024-10-30T22:43:48.496Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2029 | 2024-10-30T22:43:48.822Z | Checking ron v0.7.1 |
2030 | 2024-10-30T22:43:48.957Z | Checking xz2 v0.1.7 |
2031 | 2024-10-30T22:43:49.097Z | Checking rcgen v0.12.1 |
2032 | 2024-10-30T22:43:49.244Z | Checking subprocess v0.2.9 |
2033 | 2024-10-30T22:43:49.479Z | Checking zone v0.1.8 |
2034 | 2024-10-30T22:43:49.794Z | Checking half v2.4.1 |
2035 | 2024-10-30T22:43:49.797Z | Checking ciborium-io v0.2.2 |
2036 | 2024-10-30T22:43:49.888Z | Compiling typify-macro v0.2.0 |
2037 | 2024-10-30T22:43:49.933Z | Compiling semver v0.1.20 |
2038 | 2024-10-30T22:43:50.046Z | Checking highway v1.2.0 |
2039 | 2024-10-30T22:43:50.161Z | Compiling prettyplease v0.2.22 |
2040 | 2024-10-30T22:43:50.261Z | Checking ciborium-ll v0.2.2 |
2041 | 2024-10-30T22:43:50.456Z | Compiling rustc_version v0.1.7 |
2042 | 2024-10-30T22:43:50.492Z | Compiling home v0.5.9 |
2043 | 2024-10-30T22:43:50.571Z | Checking ciborium v0.2.2 |
2044 | 2024-10-30T22:43:50.928Z | Compiling newtype_derive v0.1.6 |
2045 | 2024-10-30T22:43:50.950Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2046 | 2024-10-30T22:43:51.434Z | Checking steno v0.4.1 |
2047 | 2024-10-30T22:43:53.230Z | Compiling slog-dtrace v0.3.0 |
2048 | 2024-10-30T22:43:53.411Z | Checking display-error-chain v0.2.1 |
2049 | 2024-10-30T22:43:53.491Z | Compiling ring v0.16.20 |
2050 | 2024-10-30T22:43:53.572Z | Compiling blake3 v1.5.4 |
2051 | 2024-10-30T22:43:53.710Z | Checking keccak v0.1.5 |
2052 | 2024-10-30T22:43:53.929Z | Compiling typify v0.2.0 |
2053 | 2024-10-30T22:43:54.004Z | Checking universal-hash v0.5.1 |
2054 | 2024-10-30T22:43:54.026Z | Checking sha3 v0.10.8 |
2055 | 2024-10-30T22:43:54.070Z | Compiling progenitor-impl v0.8.0 |
2056 | 2024-10-30T22:43:54.182Z | Checking secrecy v0.8.0 |
2057 | 2024-10-30T22:43:54.473Z | Checking opaque-debug v0.3.1 |
2058 | 2024-10-30T22:43:54.496Z | Checking aead v0.5.2 |
2059 | 2024-10-30T22:43:54.571Z | Checking poly1305 v0.8.0 |
2060 | 2024-10-30T22:43:54.705Z | Checking chacha20 v0.9.1 |
2061 | 2024-10-30T22:43:55.085Z | Checking gethostname v0.5.0 |
2062 | 2024-10-30T22:43:55.239Z | Compiling memmap2 v0.9.5 |
2063 | 2024-10-30T22:43:55.538Z | Compiling arrayref v0.3.9 |
2064 | 2024-10-30T22:43:55.673Z | Compiling untrusted v0.7.1 |
2065 | 2024-10-30T22:43:55.749Z | Compiling constant_time_eq v0.3.1 |
2066 | 2024-10-30T22:43:55.851Z | Compiling spin v0.5.2 |
2067 | 2024-10-30T22:43:55.926Z | Compiling arrayvec v0.7.6 |
2068 | 2024-10-30T22:43:55.987Z | Compiling toolchain_find v0.4.0 |
2069 | 2024-10-30T22:43:56.021Z | Compiling thiserror-impl-no-std v2.0.2 |
2070 | 2024-10-30T22:43:56.066Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2071 | 2024-10-30T22:43:56.343Z | Compiling topological-sort v0.2.2 |
2072 | 2024-10-30T22:43:56.449Z | Compiling rustfmt-wrapper v0.2.1 |
2073 | 2024-10-30T22:43:56.550Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2074 | 2024-10-30T22:43:56.770Z | Checking chacha20poly1305 v0.10.1 |
2075 | 2024-10-30T22:43:56.901Z | Checking nibble_vec v0.1.0 |
2076 | 2024-10-30T22:43:56.963Z | Checking endian-type v0.1.2 |
2077 | 2024-10-30T22:43:56.993Z | Checking fxhash v0.2.1 |
2078 | 2024-10-30T22:43:57.105Z | Checking termcolor v1.4.1 |
2079 | 2024-10-30T22:43:57.108Z | Compiling radium v0.7.0 |
2080 | 2024-10-30T22:43:57.168Z | Checking maplit v1.0.2 |
2081 | 2024-10-30T22:43:57.170Z | Checking radix_trie v0.2.1 |
2082 | 2024-10-30T22:43:57.286Z | Compiling maybe-uninit v2.0.0 |
2083 | 2024-10-30T22:43:57.420Z | Checking tap v1.0.1 |
2084 | 2024-10-30T22:43:57.548Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2085 | 2024-10-30T22:43:57.606Z | Checking crc-catalog v2.4.0 |
2086 | 2024-10-30T22:43:57.608Z | Checking wyz v0.5.1 |
2087 | 2024-10-30T22:43:57.748Z | Compiling packed_struct v0.10.1 |
2088 | 2024-10-30T22:43:57.849Z | Checking funty v2.0.0 |
2089 | 2024-10-30T22:43:58.062Z | Checking crc v3.2.1 |
2090 | 2024-10-30T22:43:58.119Z | Checking kstat-rs v0.2.4 |
2091 | 2024-10-30T22:43:58.261Z | Compiling packed_struct_codegen v0.10.1 |
2092 | 2024-10-30T22:43:58.426Z | Compiling indexmap v1.9.3 |
2093 | 2024-10-30T22:43:58.486Z | Checking nodrop v0.1.14 |
2094 | 2024-10-30T22:43:58.616Z | Compiling libefi-sys v0.1.0 |
2095 | 2024-10-30T22:43:58.767Z | Checking array-init v0.0.4 |
2096 | 2024-10-30T22:43:58.797Z | Checking bitvec v1.0.1 |
2097 | 2024-10-30T22:43:58.895Z | Checking thiserror-no-std v2.0.2 |
2098 | 2024-10-30T22:43:58.947Z | Compiling omicron-zone-package v0.11.1 |
2099 | 2024-10-30T22:43:59.008Z | Checking vsss-rs v3.3.4 |
2100 | 2024-10-30T22:43:59.629Z | Checking smallvec v0.6.14 |
2101 | 2024-10-30T22:43:59.758Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2102 | 2024-10-30T22:44:00.053Z | Compiling async-recursion v1.1.1 |
2103 | 2024-10-30T22:44:00.171Z | Compiling bitfield-struct v0.6.2 |
2104 | 2024-10-30T22:44:00.523Z | Checking hashbrown v0.12.3 |
2105 | 2024-10-30T22:44:00.893Z | Checking bitfield v0.14.0 |
2106 | 2024-10-30T22:44:01.320Z | Checking serde-hex v0.1.0 |
2107 | 2024-10-30T22:44:01.491Z | Compiling progenitor-macro v0.8.0 |
2108 | 2024-10-30T22:44:01.549Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2109 | 2024-10-30T22:44:01.631Z | Checking bzip2 v0.4.4 |
2110 | 2024-10-30T22:44:02.138Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2111 | 2024-10-30T22:44:02.314Z | Checking env_logger v0.10.2 |
2112 | 2024-10-30T22:44:02.337Z | Checking ron v0.8.1 |
2113 | 2024-10-30T22:44:02.386Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2114 | 2024-10-30T22:44:02.406Z | Checking hashbrown v0.13.2 |
2115 | 2024-10-30T22:44:02.698Z | Checking crc-any v2.5.0 |
2116 | 2024-10-30T22:44:02.758Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2024-10-30T22:44:02.885Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-10-30T22:44:03.335Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2119 | 2024-10-30T22:44:03.373Z | Checking zip v0.6.6 |
2120 | 2024-10-30T22:44:03.428Z | Checking object v0.30.4 |
2121 | 2024-10-30T22:44:03.597Z | Compiling parking_lot_core v0.8.6 |
2122 | 2024-10-30T22:44:03.612Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2123 | 2024-10-30T22:44:03.889Z | Checking path-slash v0.1.5 |
2124 | 2024-10-30T22:44:04.038Z | Checking glob v0.3.1 |
2125 | 2024-10-30T22:44:04.050Z | Checking hickory-client v0.24.1 |
2126 | 2024-10-30T22:44:04.400Z | Checking hickory-server v0.24.1 |
2127 | 2024-10-30T22:44:04.496Z | Checking parking_lot v0.11.2 |
2128 | 2024-10-30T22:44:04.723Z | Checking primeorder v0.13.6 |
2129 | 2024-10-30T22:44:04.793Z | Compiling unicase v2.7.0 |
2130 | 2024-10-30T22:44:04.850Z | Checking sled v0.34.7 |
2131 | 2024-10-30T22:44:05.188Z | Checking nanorand v0.7.0 |
2132 | 2024-10-30T22:44:05.383Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2133 | 2024-10-30T22:44:05.405Z | Compiling buf-list v1.0.3 |
2134 | 2024-10-30T22:44:05.574Z | Checking flume v0.11.0 |
2135 | 2024-10-30T22:44:06.088Z | Checking atty v0.2.14 |
2136 | 2024-10-30T22:44:06.140Z | Compiling vte_generate_state_changes v0.1.2 |
2137 | 2024-10-30T22:44:06.224Z | Compiling salty v0.3.0 |
2138 | 2024-10-30T22:44:06.669Z | Checking p384 v0.13.0 |
2139 | 2024-10-30T22:44:06.792Z | Checking vte v0.11.1 |
2140 | 2024-10-30T22:44:06.920Z | Checking fd-lock v4.0.2 |
2141 | 2024-10-30T22:44:07.118Z | Compiling mime_guess v2.0.5 |
2142 | 2024-10-30T22:44:07.715Z | Checking env_filter v0.1.2 |
2143 | 2024-10-30T22:44:07.747Z | Checking nu-ansi-term v0.50.1 |
2144 | 2024-10-30T22:44:07.775Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2145 | 2024-10-30T22:44:07.948Z | Checking env_logger v0.11.5 |
2146 | 2024-10-30T22:44:08.146Z | Checking strip-ansi-escapes v0.2.0 |
2147 | 2024-10-30T22:44:08.291Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2148 | 2024-10-30T22:44:08.312Z | Checking reedline v0.35.0 |
2149 | 2024-10-30T22:44:08.376Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2150 | 2024-10-30T22:44:08.444Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2151 | 2024-10-30T22:44:08.699Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2152 | 2024-10-30T22:44:08.722Z | Compiling dsl_auto_type v0.1.2 |
2153 | 2024-10-30T22:44:08.750Z | Checking scheduled-thread-pool v0.2.7 |
2154 | 2024-10-30T22:44:08.975Z | Compiling diesel_table_macro_syntax v0.2.0 |
2155 | 2024-10-30T22:44:09.243Z | Compiling crunchy v0.2.2 |
2156 | 2024-10-30T22:44:09.300Z | Checking http-range v0.1.5 |
2157 | 2024-10-30T22:44:09.423Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2158 | 2024-10-30T22:44:09.502Z | Checking hyper-staticfile v0.10.1 |
2159 | 2024-10-30T22:44:09.724Z | Checking r2d2 v0.8.10 |
2160 | 2024-10-30T22:44:10.061Z | Compiling clang-sys v1.8.1 |
2161 | 2024-10-30T22:44:10.083Z | Compiling phf_generator v0.11.2 |
2162 | 2024-10-30T22:44:10.281Z | Compiling tiny-keccak v2.0.2 |
2163 | 2024-10-30T22:44:10.304Z | Compiling diesel_derives v2.2.3 |
2164 | 2024-10-30T22:44:10.487Z | Checking bytecount v0.6.8 |
2165 | 2024-10-30T22:44:10.618Z | Compiling phf_codegen v0.11.2 |
2166 | 2024-10-30T22:44:10.652Z | Checking papergrid v0.11.0 |
2167 | 2024-10-30T22:44:10.844Z | Compiling tabled_derive v0.7.0 |
2168 | 2024-10-30T22:44:10.922Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2169 | 2024-10-30T22:44:11.022Z | Compiling parse-zoneinfo v0.3.1 |
2170 | 2024-10-30T22:44:11.195Z | Compiling cfg_aliases v0.1.1 |
2171 | 2024-10-30T22:44:11.310Z | Compiling ref-cast v1.0.23 |
2172 | 2024-10-30T22:44:11.899Z | Compiling chrono-tz-build v0.4.0 |
2173 | 2024-10-30T22:44:12.153Z | Compiling nix v0.28.0 |
2174 | 2024-10-30T22:44:12.840Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2175 | 2024-10-30T22:44:12.871Z | Compiling ascii-canvas v3.0.0 |
2176 | 2024-10-30T22:44:12.959Z | Compiling ena v0.14.3 |
2177 | 2024-10-30T22:44:13.149Z | Compiling ref-cast-impl v1.0.23 |
2178 | 2024-10-30T22:44:13.205Z | Checking tabled v0.15.0 |
2179 | 2024-10-30T22:44:13.329Z | Compiling libloading v0.8.5 |
2180 | 2024-10-30T22:44:13.356Z | Compiling diff v0.1.13 |
2181 | 2024-10-30T22:44:13.376Z | Compiling bindgen v0.69.5 |
2182 | 2024-10-30T22:44:13.760Z | Compiling regex-syntax v0.6.29 |
2183 | 2024-10-30T22:44:14.262Z | Compiling chrono-tz v0.10.0 |
2184 | 2024-10-30T22:44:14.553Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2185 | 2024-10-30T22:44:14.977Z | Compiling which v4.4.2 |
2186 | 2024-10-30T22:44:15.546Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2187 | 2024-10-30T22:44:16.180Z | Checking signal-hook-tokio v0.3.1 |
2188 | 2024-10-30T22:44:16.352Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2189 | 2024-10-30T22:44:16.371Z | Compiling cexpr v0.6.0 |
2190 | 2024-10-30T22:44:16.666Z | Compiling lazycell v1.3.0 |
2191 | 2024-10-30T22:44:16.853Z | Compiling rustc-hash v1.1.0 |
2192 | 2024-10-30T22:44:17.027Z | Compiling lalrpop v0.19.12 |
2193 | 2024-10-30T22:44:17.363Z | Checking progenitor v0.8.0 |
2194 | 2024-10-30T22:44:17.594Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2195 | 2024-10-30T22:44:18.066Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2196 | 2024-10-30T22:44:18.551Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2197 | 2024-10-30T22:44:19.344Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2198 | 2024-10-30T22:44:22.136Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2199 | 2024-10-30T22:44:22.489Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2200 | 2024-10-30T22:44:22.860Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2201 | 2024-10-30T22:44:25.126Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2202 | 2024-10-30T22:44:25.421Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2203 | 2024-10-30T22:44:25.787Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2204 | 2024-10-30T22:44:26.411Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2205 | 2024-10-30T22:44:26.551Z | Checking diesel v2.2.4 |
2206 | 2024-10-30T22:44:30.629Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2207 | 2024-10-30T22:44:30.668Z | Compiling derive_builder_core v0.20.2 |
2208 | 2024-10-30T22:44:30.927Z | Checking http v0.2.12 |
2209 | 2024-10-30T22:44:32.295Z | Compiling peg-macros v0.8.4 |
2210 | 2024-10-30T22:44:32.865Z | Compiling libxml v0.3.3 |
2211 | 2024-10-30T22:44:33.233Z | Compiling sqlparser_derive v0.2.2 |
2212 | 2024-10-30T22:44:34.324Z | Compiling memoffset v0.9.1 |
2213 | 2024-10-30T22:44:34.656Z | Checking unicode_categories v0.1.1 |
2214 | 2024-10-30T22:44:34.982Z | Checking sqlformat v0.2.6 |
2215 | 2024-10-30T22:44:35.720Z | Checking peg v0.8.4 |
2216 | 2024-10-30T22:44:35.981Z | Checking sqlparser v0.45.0 |
2217 | 2024-10-30T22:44:39.240Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2218 | 2024-10-30T22:44:42.937Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2219 | 2024-10-30T22:44:44.309Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2220 | 2024-10-30T22:44:44.873Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-10-30T22:44:47.051Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2222 | 2024-10-30T22:44:49.248Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2223 | 2024-10-30T22:44:49.534Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2224 | 2024-10-30T22:44:50.113Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2225 | 2024-10-30T22:44:50.902Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2226 | 2024-10-30T22:44:50.992Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2227 | 2024-10-30T22:44:51.271Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2228 | 2024-10-30T22:44:51.333Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2229 | 2024-10-30T22:44:51.846Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2230 | 2024-10-30T22:44:51.990Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2231 | 2024-10-30T22:44:52.012Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2232 | 2024-10-30T22:44:52.534Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2233 | 2024-10-30T22:44:53.018Z | Compiling derive_builder_macro v0.20.2 |
2234 | 2024-10-30T22:44:53.437Z | Checking rustyline v14.0.0 |
2235 | 2024-10-30T22:44:55.987Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2236 | 2024-10-30T22:44:56.461Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2237 | 2024-10-30T22:44:56.793Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2238 | 2024-10-30T22:44:58.040Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2239 | 2024-10-30T22:44:59.017Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2240 | 2024-10-30T22:44:59.412Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2241 | 2024-10-30T22:44:59.856Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2242 | 2024-10-30T22:45:01.286Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2243 | 2024-10-30T22:45:02.755Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2244 | 2024-10-30T22:45:03.817Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2245 | 2024-10-30T22:45:04.258Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2246 | 2024-10-30T22:45:05.387Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2247 | 2024-10-30T22:45:06.159Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2248 | 2024-10-30T22:45:06.218Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2249 | 2024-10-30T22:45:06.588Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2250 | 2024-10-30T22:45:06.887Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2251 | 2024-10-30T22:45:07.354Z | Checking tungstenite v0.23.0 |
2252 | 2024-10-30T22:45:07.405Z | Checking bcs v0.1.6 |
2253 | 2024-10-30T22:45:07.888Z | Compiling strum_macros v0.24.3 |
2254 | 2024-10-30T22:45:08.311Z | Compiling pin-project-internal v1.1.6 |
2255 | 2024-10-30T22:45:08.328Z | Compiling indoc v1.0.9 |
2256 | 2024-10-30T22:45:08.968Z | Checking tokio-tungstenite v0.23.1 |
2257 | 2024-10-30T22:45:09.263Z | Checking derive_builder v0.20.2 |
2258 | 2024-10-30T22:45:09.579Z | Checking http-body v0.4.6 |
2259 | 2024-10-30T22:45:10.013Z | Checking h2 v0.3.26 |
2260 | 2024-10-30T22:45:11.202Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2261 | 2024-10-30T22:45:11.245Z | Checking quick-xml v0.33.0 |
2262 | 2024-10-30T22:45:11.291Z | Checking pin-project v1.1.6 |
2263 | 2024-10-30T22:45:11.423Z | Compiling oso-derive v0.27.3 |
2264 | 2024-10-30T22:45:11.503Z | Compiling impl-trait-for-tuples v0.2.2 |
2265 | 2024-10-30T22:45:12.003Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2266 | 2024-10-30T22:45:12.438Z | Checking nix v0.27.1 |
2267 | 2024-10-30T22:45:12.470Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2268 | 2024-10-30T22:45:13.409Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2269 | 2024-10-30T22:45:13.815Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2270 | 2024-10-30T22:45:14.074Z | Compiling snafu-derive v0.8.5 |
2271 | 2024-10-30T22:45:15.166Z | Compiling diesel-dtrace v0.3.0 |
2272 | 2024-10-30T22:45:15.490Z | Checking sync_wrapper v0.1.2 |
2273 | 2024-10-30T22:45:16.367Z | Checking hyper v0.14.30 |
2274 | 2024-10-30T22:45:18.188Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2275 | 2024-10-30T22:45:19.073Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2276 | 2024-10-30T22:45:19.373Z | Checking snafu v0.8.5 |
2277 | 2024-10-30T22:45:19.405Z | Checking globset v0.4.15 |
2278 | 2024-10-30T22:45:19.878Z | Checking bb8 v0.8.5 |
2279 | 2024-10-30T22:45:19.979Z | Checking olpc-cjson v0.1.4 |
2280 | 2024-10-30T22:45:20.214Z | Checking serde_plain v1.0.2 |
2281 | 2024-10-30T22:45:20.359Z | Compiling const_format_proc_macros v0.2.33 |
2282 | 2024-10-30T22:45:20.474Z | Checking typed-path v0.7.1 |
2283 | 2024-10-30T22:45:21.395Z | Checking reqwest v0.11.27 |
2284 | 2024-10-30T22:45:21.547Z | Checking async-bb8-diesel v0.2.1 |
2285 | 2024-10-30T22:45:22.390Z | Checking const_format v0.2.33 |
2286 | 2024-10-30T22:45:22.413Z | Checking parse-size v1.0.0 |
2287 | 2024-10-30T22:45:22.415Z | Checking tough v0.17.1 |
2288 | 2024-10-30T22:45:22.593Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2289 | 2024-10-30T22:45:22.702Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2290 | 2024-10-30T22:45:22.892Z | Checking heck v0.4.1 |
2291 | 2024-10-30T22:45:23.110Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2292 | 2024-10-30T22:45:23.448Z | Checking assert_matches v1.5.0 |
2293 | 2024-10-30T22:45:23.524Z | Checking rand_seeder v0.3.0 |
2294 | 2024-10-30T22:45:23.554Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2295 | 2024-10-30T22:45:23.735Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2296 | 2024-10-30T22:45:23.965Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2297 | 2024-10-30T22:45:24.639Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2298 | 2024-10-30T22:45:26.124Z | Compiling libz-sys v1.1.20 |
2299 | 2024-10-30T22:45:26.283Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2300 | 2024-10-30T22:45:26.426Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2301 | 2024-10-30T22:45:26.537Z | Checking is_ci v1.2.0 |
2302 | 2024-10-30T22:45:26.679Z | Checking supports-color v3.0.1 |
2303 | 2024-10-30T22:45:26.877Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2304 | 2024-10-30T22:45:27.111Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2305 | 2024-10-30T22:45:27.453Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2306 | 2024-10-30T22:45:28.342Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2307 | 2024-10-30T22:45:28.511Z | Compiling vergen v8.3.2 |
2308 | 2024-10-30T22:45:28.815Z | Compiling cargo-platform v0.1.8 |
2309 | 2024-10-30T22:45:29.365Z | Checking smawk v0.3.2 |
2310 | 2024-10-30T22:45:29.580Z | Checking unicode-linebreak v0.1.5 |
2311 | 2024-10-30T22:45:29.851Z | Compiling cargo_metadata v0.18.1 |
2312 | 2024-10-30T22:45:29.976Z | Checking textwrap v0.16.1 |
2313 | 2024-10-30T22:45:29.995Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2314 | 2024-10-30T22:45:30.395Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2315 | 2024-10-30T22:45:31.496Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2316 | 2024-10-30T22:45:32.772Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2317 | 2024-10-30T22:45:33.062Z | Checking castaway v0.2.3 |
2318 | 2024-10-30T22:45:33.126Z | Compiling libsqlite3-sys v0.30.1 |
2319 | 2024-10-30T22:45:33.227Z | Compiling rustls v0.21.12 |
2320 | 2024-10-30T22:45:33.345Z | Compiling cfg_aliases v0.2.1 |
2321 | 2024-10-30T22:45:33.450Z | Compiling nix v0.29.0 |
2322 | 2024-10-30T22:45:33.661Z | Checking compact_str v0.8.0 |
2323 | 2024-10-30T22:45:34.349Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2324 | 2024-10-30T22:45:34.542Z | Checking unicode-truncate v1.1.0 |
2325 | 2024-10-30T22:45:34.768Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2326 | 2024-10-30T22:45:35.079Z | Checking rustls-webpki v0.101.7 |
2327 | 2024-10-30T22:45:35.098Z | Checking sct v0.7.1 |
2328 | 2024-10-30T22:45:35.305Z | Checking lru v0.12.5 |
2329 | 2024-10-30T22:45:35.618Z | Compiling instability v0.3.2 |
2330 | 2024-10-30T22:45:35.774Z | Checking cassowary v0.3.0 |
2331 | 2024-10-30T22:45:36.576Z | Checking ratatui v0.28.1 |
2332 | 2024-10-30T22:45:37.153Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2333 | 2024-10-30T22:45:37.453Z | Checking hashlink v0.9.1 |
2334 | 2024-10-30T22:45:37.475Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2335 | 2024-10-30T22:45:38.093Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2336 | 2024-10-30T22:45:38.660Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2337 | 2024-10-30T22:45:39.151Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2338 | 2024-10-30T22:45:39.609Z | Checking concurrent-queue v2.5.0 |
2339 | 2024-10-30T22:45:39.934Z | Checking parking v2.2.1 |
2340 | 2024-10-30T22:45:40.125Z | Checking plotters-backend v0.3.7 |
2341 | 2024-10-30T22:45:40.511Z | Checking fallible-iterator v0.3.0 |
2342 | 2024-10-30T22:45:41.172Z | Checking fallible-streaming-iterator v0.1.9 |
2343 | 2024-10-30T22:45:41.416Z | Checking rusqlite v0.32.1 |
2344 | 2024-10-30T22:45:41.900Z | Checking plotters-svg v0.3.7 |
2345 | 2024-10-30T22:45:42.135Z | Checking tokio-rustls v0.24.1 |
2346 | 2024-10-30T22:45:43.007Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2347 | 2024-10-30T22:45:43.046Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2348 | 2024-10-30T22:45:43.310Z | Checking rustls-pemfile v1.0.4 |
2349 | 2024-10-30T22:45:43.524Z | Checking twox-hash v1.6.3 |
2350 | 2024-10-30T22:45:44.011Z | Checking cast v0.3.0 |
2351 | 2024-10-30T22:45:44.271Z | Checking plotters v0.3.7 |
2352 | 2024-10-30T22:45:44.287Z | Checking criterion-plot v0.5.0 |
2353 | 2024-10-30T22:45:44.797Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2354 | 2024-10-30T22:45:45.674Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2355 | 2024-10-30T22:45:46.016Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2356 | 2024-10-30T22:45:46.775Z | Checking fatfs v0.3.6 |
2357 | 2024-10-30T22:45:47.644Z | Checking tinytemplate v1.2.1 |
2358 | 2024-10-30T22:45:47.773Z | Checking csv-core v0.1.11 |
2359 | 2024-10-30T22:45:47.997Z | Checking shell-words v1.1.0 |
2360 | 2024-10-30T22:45:48.118Z | Checking oorandom v11.1.4 |
2361 | 2024-10-30T22:45:48.182Z | Checking anes v0.1.6 |
2362 | 2024-10-30T22:45:48.280Z | Checking csv v1.3.0 |
2363 | 2024-10-30T22:45:48.570Z | Checking criterion v0.5.1 |
2364 | 2024-10-30T22:45:49.133Z | Checking event-listener v5.3.1 |
2365 | 2024-10-30T22:45:49.581Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2366 | 2024-10-30T22:45:51.433Z | Checking rtoolbox v0.0.2 |
2367 | 2024-10-30T22:45:51.638Z | Checking rpassword v7.3.1 |
2368 | 2024-10-30T22:45:51.806Z | Checking event-listener-strategy v0.5.2 |
2369 | 2024-10-30T22:45:52.017Z | Checking tui-tree-widget v0.22.0 |
2370 | 2024-10-30T22:45:52.363Z | Checking polyval v0.6.2 |
2371 | 2024-10-30T22:45:52.659Z | Checking ghash v0.5.1 |
2372 | 2024-10-30T22:45:52.845Z | Checking futures-lite v2.3.0 |
2373 | 2024-10-30T22:45:54.342Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2374 | 2024-10-30T22:45:54.423Z | Checking ctr v0.9.2 |
2375 | 2024-10-30T22:45:55.361Z | Checking yansi v1.0.1 |
2376 | 2024-10-30T22:45:55.642Z | Checking aes-gcm v0.10.3 |
2377 | 2024-10-30T22:45:55.864Z | Checking pretty_assertions v1.4.1 |
2378 | 2024-10-30T22:45:55.916Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2379 | 2024-10-30T22:45:56.084Z | Checking ssh-encoding v0.2.0 |
2380 | 2024-10-30T22:45:56.367Z | Checking blowfish v0.9.1 |
2381 | 2024-10-30T22:45:56.564Z | Checking bcrypt-pbkdf v0.10.0 |
2382 | 2024-10-30T22:45:56.846Z | Checking ssh-cipher v0.2.0 |
2383 | 2024-10-30T22:45:57.165Z | Checking async-lock v3.4.0 |
2384 | 2024-10-30T22:45:58.089Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2385 | 2024-10-30T22:45:58.219Z | Compiling samael v0.0.17 |
2386 | 2024-10-30T22:45:58.588Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2387 | 2024-10-30T22:46:00.102Z | Checking polling v3.7.3 |
2388 | 2024-10-30T22:46:00.470Z | Checking password-hash v0.4.2 |
2389 | 2024-10-30T22:46:00.886Z | Checking hex-literal v0.4.1 |
2390 | 2024-10-30T22:46:01.028Z | Checking matches v0.1.10 |
2391 | 2024-10-30T22:46:01.135Z | Checking idna v0.2.3 |
2392 | 2024-10-30T22:46:01.982Z | Checking pbkdf2 v0.11.0 |
2393 | 2024-10-30T22:46:02.272Z | Checking async-io v2.3.4 |
2394 | 2024-10-30T22:46:03.123Z | Checking ssh-key v0.6.6 |
2395 | 2024-10-30T22:46:03.139Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2396 | 2024-10-30T22:46:03.883Z | Checking p256 v0.13.2 |
2397 | 2024-10-30T22:46:04.428Z | Checking p521 v0.13.3 |
2398 | 2024-10-30T22:46:04.746Z | Checking russh-cryptovec v0.7.3 |
2399 | 2024-10-30T22:46:04.972Z | Compiling enum-as-inner v0.5.1 |
2400 | 2024-10-30T22:46:05.691Z | Compiling doc-comment v0.3.3 |
2401 | 2024-10-30T22:46:05.991Z | Checking md5 v0.7.0 |
2402 | 2024-10-30T22:46:06.285Z | Compiling target-lexicon v0.12.16 |
2403 | 2024-10-30T22:46:06.304Z | Checking async-task v4.7.1 |
2404 | 2024-10-30T22:46:06.662Z | Checking russh-keys v0.45.0 |
2405 | 2024-10-30T22:46:07.523Z | Checking trust-dns-proto v0.22.0 |
2406 | 2024-10-30T22:46:08.016Z | Checking async-channel v2.3.1 |
2407 | 2024-10-30T22:46:08.358Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2408 | 2024-10-30T22:46:08.409Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2409 | 2024-10-30T22:46:09.200Z | Checking piper v0.2.4 |
2410 | 2024-10-30T22:46:09.441Z | Checking num-bigint v0.4.6 |
2411 | 2024-10-30T22:46:09.977Z | Checking des v0.8.1 |
2412 | 2024-10-30T22:46:10.259Z | Compiling guppy-workspace-hack v0.1.0 |
2413 | 2024-10-30T22:46:10.554Z | Compiling assert_cmd v2.0.16 |
2414 | 2024-10-30T22:46:10.963Z | Compiling dhcproto-macros v0.1.0 |
2415 | 2024-10-30T22:46:11.226Z | Checking futures-timer v3.0.3 |
2416 | 2024-10-30T22:46:11.605Z | Checking blocking v1.6.1 |
2417 | 2024-10-30T22:46:11.894Z | Checking dhcproto v0.12.0 |
2418 | 2024-10-30T22:46:11.948Z | Checking russh v0.45.0 |
2419 | 2024-10-30T22:46:12.502Z | Checking async-executor v1.13.1 |
2420 | 2024-10-30T22:46:12.865Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2421 | 2024-10-30T22:46:13.248Z | Checking async-signal v0.2.10 |
2422 | 2024-10-30T22:46:13.448Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2423 | 2024-10-30T22:46:13.532Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2424 | 2024-10-30T22:46:14.225Z | Compiling target-spec v3.2.2 |
2425 | 2024-10-30T22:46:14.334Z | Checking event-listener v2.5.3 |
2426 | 2024-10-30T22:46:14.770Z | Checking internet-checksum v0.2.1 |
2427 | 2024-10-30T22:46:14.953Z | Checking async-channel v1.9.0 |
2428 | 2024-10-30T22:46:15.768Z | Checking async-process v2.3.0 |
2429 | 2024-10-30T22:46:16.173Z | Checking async-global-executor v2.4.1 |
2430 | 2024-10-30T22:46:16.428Z | Checking cfg-expr v0.17.0 |
2431 | 2024-10-30T22:46:16.773Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2432 | 2024-10-30T22:46:16.891Z | Checking httptest v0.16.1 |
2433 | 2024-10-30T22:46:17.228Z | Checking rustls-native-certs v0.7.3 |
2434 | 2024-10-30T22:46:17.417Z | Checking num_cpus v1.16.0 |
2435 | 2024-10-30T22:46:17.540Z | Checking kv-log-macro v1.0.7 |
2436 | 2024-10-30T22:46:17.561Z | Compiling async-attributes v1.1.2 |
2437 | 2024-10-30T22:46:18.453Z | Checking async-std v1.13.0 |
2438 | 2024-10-30T22:46:19.774Z | Compiling git2 v0.19.0 |
2439 | 2024-10-30T22:46:19.776Z | Checking threadpool v1.8.1 |
2440 | 2024-10-30T22:46:20.017Z | Checking hyper-rustls v0.26.0 |
2441 | 2024-10-30T22:46:20.747Z | Checking pathdiff v0.2.2 |
2442 | 2024-10-30T22:46:20.920Z | Compiling rstest_macros v0.23.0 |
2443 | 2024-10-30T22:46:21.402Z | Checking escape8259 v0.5.3 |
2444 | 2024-10-30T22:46:21.438Z | Checking nested v0.1.1 |
2445 | 2024-10-30T22:46:21.602Z | Checking libtest-mimic v0.7.3 |
2446 | 2024-10-30T22:46:21.668Z | Checking guppy v0.17.8 |
2447 | 2024-10-30T22:46:22.225Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2448 | 2024-10-30T22:46:22.409Z | Checking async-object-pool v0.1.5 |
2449 | 2024-10-30T22:46:22.619Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2450 | 2024-10-30T22:46:23.692Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2451 | 2024-10-30T22:46:23.816Z | Checking similar-asserts v1.6.0 |
2452 | 2024-10-30T22:46:24.002Z | Checking fancy-regex v0.13.0 |
2453 | 2024-10-30T22:46:24.054Z | Checking serde_regex v1.1.0 |
2454 | 2024-10-30T22:46:24.309Z | Checking assert-json-diff v2.0.2 |
2455 | 2024-10-30T22:46:24.610Z | Compiling proc-macro-crate v3.2.0 |
2456 | 2024-10-30T22:46:24.794Z | Checking path-tree v0.8.1 |
2457 | 2024-10-30T22:46:25.169Z | Checking stringmetrics v2.2.2 |
2458 | 2024-10-30T22:46:25.881Z | Compiling trybuild v1.0.100 |
2459 | 2024-10-30T22:46:25.972Z | Compiling relative-path v1.9.3 |
2460 | 2024-10-30T22:46:26.422Z | Checking httpmock v0.8.0-alpha.1 |
2461 | 2024-10-30T22:46:27.287Z | Checking datatest-stable v0.2.9 |
2462 | 2024-10-30T22:46:27.630Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2463 | 2024-10-30T22:46:29.014Z | Checking blake2b_simd v1.0.2 |
2464 | 2024-10-30T22:46:29.492Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2465 | 2024-10-30T22:46:29.860Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2466 | 2024-10-30T22:46:31.750Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2467 | 2024-10-30T22:46:32.077Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2468 | 2024-10-30T22:46:32.412Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2469 | 2024-10-30T22:46:32.722Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2470 | 2024-10-30T22:46:33.258Z | Checking serde_tokenstream v0.2.2 |
2471 | 2024-10-30T22:46:33.617Z | Checking uzers v0.12.1 |
2472 | 2024-10-30T22:46:34.168Z | Checking rust-argon2 v2.1.0 |
2473 | 2024-10-30T22:46:36.061Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2474 | 2024-10-30T22:46:36.658Z | Checking rstest v0.23.0 |
2475 | 2024-10-30T22:46:36.868Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2476 | 2024-10-30T22:46:37.852Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2477 | 2024-10-30T22:46:38.167Z | Checking rand_distr v0.4.3 |
2478 | 2024-10-30T22:46:38.905Z | Compiling polar-core v0.27.3 |
2479 | 2024-10-30T22:46:38.993Z | Checking multimap v0.10.0 |
2480 | 2024-10-30T22:46:39.302Z | Checking approx v0.5.1 |
2481 | 2024-10-30T22:46:40.622Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2482 | 2024-10-30T22:46:41.518Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2483 | 2024-10-30T22:46:43.138Z | Checking partial-io v0.5.4 |
2484 | 2024-10-30T22:46:43.546Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2485 | 2024-10-30T22:46:43.851Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2486 | 2024-10-30T22:46:43.871Z | Checking cargo_toml v0.20.5 |
2487 | 2024-10-30T22:46:45.449Z | Checking termios v0.3.3 |
2488 | 2024-10-30T22:46:45.668Z | Compiling indoc v2.0.5 |
2489 | 2024-10-30T22:46:45.997Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2490 | 2024-10-30T22:46:48.246Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2491 | 2024-10-30T22:46:49.946Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2492 | 2024-10-30T22:46:50.609Z | Checking oso v0.27.3 |
2493 | 2024-10-30T22:47:02.080Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2494 | 2024-10-30T22:47:02.139Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2495 | 2024-10-30T22:47:02.241Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2496 | 2024-10-30T22:47:12.243Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2497 | 2024-10-30T22:47:40.651Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2498 | 2024-10-30T22:47:43.967Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2499 | 2024-10-30T22:47:44.476Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2500 | 2024-10-30T22:48:30.671Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2501 | 2024-10-30T22:48:30.675Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2502 | 2024-10-30T22:48:30.675Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2503 | 2024-10-30T22:52:37.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 42s |
2504 | 2024-10-30T22:52:37.438Z | |
2505 | 2024-10-30T22:52:37.438Z | real 9:46.441939601 |
2506 | 2024-10-30T22:52:37.438Z | user 45:17.027940872 |
2507 | 2024-10-30T22:52:37.438Z | sys 6:16.791721144 |
2508 | 2024-10-30T22:52:37.438Z | trap 1.045038977 |
2509 | 2024-10-30T22:52:37.438Z | tflt 1.840874668 |
2510 | 2024-10-30T22:52:37.438Z | dflt 0.930395914 |
2511 | 2024-10-30T22:52:37.438Z | kflt 0.002936406 |
2512 | 2024-10-30T22:52:37.438Z | lock 1:12:27.062889958 |
2513 | 2024-10-30T22:52:37.438Z | slp 2:30:48.313315994 |
2514 | 2024-10-30T22:52:37.438Z | lat 1:36.815635410 |
2515 | 2024-10-30T22:52:37.438Z | stop 5:45.102870777 |
2516 | 2024-10-30T22:52:37.441Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2517 | 2024-10-30T22:52:37.441Z | + ptime -m cargo doc --workspace --no-deps |
2518 | 2024-10-30T22:52:38.530Z | warning: output filename collision. |
2519 | 2024-10-30T22:52:38.530Z | 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)`. |
2520 | 2024-10-30T22:52:38.530Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2521 | 2024-10-30T22:52:38.530Z | The targets should have unique names. |
2522 | 2024-10-30T22:52:38.530Z | This is a known bug where multiple crates with the same name use |
2523 | 2024-10-30T22:52:38.530Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2524 | 2024-10-30T22:52:38.916Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2525 | 2024-10-30T22:52:38.979Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2526 | 2024-10-30T22:52:38.996Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2527 | 2024-10-30T22:52:39.030Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2528 | 2024-10-30T22:52:39.063Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2529 | 2024-10-30T22:52:39.065Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2530 | 2024-10-30T22:52:39.210Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2531 | 2024-10-30T22:52:39.319Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2532 | 2024-10-30T22:52:39.319Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2533 | 2024-10-30T22:52:39.360Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2534 | 2024-10-30T22:52:39.381Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2535 | 2024-10-30T22:52:39.535Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2536 | 2024-10-30T22:52:39.601Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2537 | 2024-10-30T22:52:39.628Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2538 | 2024-10-30T22:52:39.817Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2539 | 2024-10-30T22:52:40.116Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2540 | 2024-10-30T22:52:42.558Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2541 | 2024-10-30T22:52:42.898Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2542 | 2024-10-30T22:52:43.251Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2543 | 2024-10-30T22:52:44.088Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2544 | 2024-10-30T22:52:44.411Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2545 | 2024-10-30T22:52:44.456Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2546 | 2024-10-30T22:52:44.738Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2547 | 2024-10-30T22:52:45.065Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2548 | 2024-10-30T22:52:45.277Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2549 | 2024-10-30T22:52:45.583Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2550 | 2024-10-30T22:52:45.867Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2551 | 2024-10-30T22:52:46.069Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2552 | 2024-10-30T22:52:46.229Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2553 | 2024-10-30T22:52:46.251Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2554 | 2024-10-30T22:52:46.460Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2555 | 2024-10-30T22:52:46.516Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2556 | 2024-10-30T22:52:46.570Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2557 | 2024-10-30T22:52:46.830Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2558 | 2024-10-30T22:52:46.879Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2559 | 2024-10-30T22:52:47.223Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2560 | 2024-10-30T22:52:47.246Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2561 | 2024-10-30T22:52:47.305Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2562 | 2024-10-30T22:52:47.864Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2563 | 2024-10-30T22:52:47.956Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2564 | 2024-10-30T22:52:50.649Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2565 | 2024-10-30T22:52:51.615Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2566 | 2024-10-30T22:52:53.015Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2567 | 2024-10-30T22:52:53.101Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2568 | 2024-10-30T22:52:53.558Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2569 | 2024-10-30T22:52:53.700Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2570 | 2024-10-30T22:52:54.910Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2571 | 2024-10-30T22:52:55.277Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2572 | 2024-10-30T22:52:55.320Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2573 | 2024-10-30T22:52:56.098Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2574 | 2024-10-30T22:52:56.156Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2575 | 2024-10-30T22:52:56.369Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2576 | 2024-10-30T22:53:01.424Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2577 | 2024-10-30T22:53:01.711Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2578 | 2024-10-30T22:53:02.554Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2579 | 2024-10-30T22:53:03.079Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2580 | 2024-10-30T22:53:03.505Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2024-10-30T22:53:03.526Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2582 | 2024-10-30T22:53:04.253Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2583 | 2024-10-30T22:53:04.477Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2584 | 2024-10-30T22:53:04.642Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2585 | 2024-10-30T22:53:05.918Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2586 | 2024-10-30T22:53:06.087Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2587 | 2024-10-30T22:53:06.509Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2588 | 2024-10-30T22:53:06.546Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2589 | 2024-10-30T22:53:07.038Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2590 | 2024-10-30T22:53:07.041Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2591 | 2024-10-30T22:53:07.135Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2592 | 2024-10-30T22:53:07.422Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2593 | 2024-10-30T22:53:07.782Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2594 | 2024-10-30T22:53:07.968Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2595 | 2024-10-30T22:53:08.040Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2596 | 2024-10-30T22:53:08.502Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2597 | 2024-10-30T22:53:08.594Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2598 | 2024-10-30T22:53:08.846Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2599 | 2024-10-30T22:53:09.073Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2600 | 2024-10-30T22:53:09.185Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2601 | 2024-10-30T22:53:09.831Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2602 | 2024-10-30T22:53:10.505Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2603 | 2024-10-30T22:53:10.873Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2604 | 2024-10-30T22:53:10.981Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2605 | 2024-10-30T22:53:11.067Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2606 | 2024-10-30T22:53:11.086Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2607 | 2024-10-30T22:53:11.250Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2608 | 2024-10-30T22:53:11.336Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2609 | 2024-10-30T22:53:11.825Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2610 | 2024-10-30T22:53:11.995Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2611 | 2024-10-30T22:53:12.236Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2612 | 2024-10-30T22:53:12.860Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2613 | 2024-10-30T22:53:12.946Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2614 | 2024-10-30T22:53:13.515Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2615 | 2024-10-30T22:53:14.503Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2616 | 2024-10-30T22:53:15.053Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2617 | 2024-10-30T22:53:16.473Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2618 | 2024-10-30T22:53:17.840Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2619 | 2024-10-30T22:53:18.041Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2620 | 2024-10-30T22:53:18.430Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2621 | 2024-10-30T22:53:19.116Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2622 | 2024-10-30T22:53:20.425Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2623 | 2024-10-30T22:53:22.577Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2624 | 2024-10-30T22:53:23.137Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2625 | 2024-10-30T22:53:23.671Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2626 | 2024-10-30T22:53:26.414Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2627 | 2024-10-30T22:53:26.452Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2628 | 2024-10-30T22:53:26.644Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2629 | 2024-10-30T22:53:27.324Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2630 | 2024-10-30T22:53:28.464Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2631 | 2024-10-30T22:53:31.857Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2632 | 2024-10-30T22:53:32.862Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2633 | 2024-10-30T22:53:35.870Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2634 | 2024-10-30T22:54:02.963Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2635 | 2024-10-30T22:54:03.001Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2636 | 2024-10-30T22:54:25.405Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2637 | 2024-10-30T22:54:26.002Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2638 | 2024-10-30T22:54:27.232Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2639 | 2024-10-30T22:54:28.416Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2640 | 2024-10-30T22:54:37.638Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2641 | 2024-10-30T22:54:38.891Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2642 | 2024-10-30T22:54:39.439Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2643 | 2024-10-30T22:54:50.390Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2644 | 2024-10-30T22:54:53.064Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2645 | 2024-10-30T22:54:53.697Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2646 | 2024-10-30T22:54:59.286Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2647 | 2024-10-30T22:55:23.312Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2648 | 2024-10-30T22:55:29.676Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2649 | 2024-10-30T22:55:29.683Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2650 | 2024-10-30T22:55:29.970Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2651 | 2024-10-30T22:55:35.894Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2652 | 2024-10-30T22:55:38.921Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2653 | 2024-10-30T22:55:42.001Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2654 | 2024-10-30T22:55:52.878Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2655 | 2024-10-30T22:55:54.683Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2656 | 2024-10-30T22:55:55.201Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2657 | 2024-10-30T22:55:59.170Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2658 | 2024-10-30T22:56:04.156Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2659 | 2024-10-30T22:56:04.844Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2660 | 2024-10-30T22:56:07.727Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2661 | 2024-10-30T22:56:08.716Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2662 | 2024-10-30T22:56:14.626Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2663 | 2024-10-30T22:56:16.918Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2664 | 2024-10-30T22:56:18.500Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2665 | 2024-10-30T22:56:22.034Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2666 | 2024-10-30T22:56:35.161Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2667 | 2024-10-30T22:56:46.998Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2668 | 2024-10-30T22:56:49.205Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2669 | 2024-10-30T22:56:50.937Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2670 | 2024-10-30T22:56:52.965Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2671 | 2024-10-30T22:57:06.302Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2672 | 2024-10-30T22:57:17.573Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2673 | 2024-10-30T22:57:19.497Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2674 | 2024-10-30T22:57:19.729Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2675 | 2024-10-30T22:57:20.838Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2676 | 2024-10-30T22:57:31.990Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2677 | 2024-10-30T22:57:34.170Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2678 | 2024-10-30T22:57:34.315Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2679 | 2024-10-30T22:57:37.376Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2680 | 2024-10-30T22:57:43.090Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2681 | 2024-10-30T22:57:45.375Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2682 | 2024-10-30T22:57:52.287Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2683 | 2024-10-30T22:57:52.734Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2684 | 2024-10-30T22:57:52.985Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2685 | 2024-10-30T22:57:53.340Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2686 | 2024-10-30T22:57:55.777Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2687 | 2024-10-30T22:58:03.967Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2688 | 2024-10-30T22:58:07.113Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2689 | 2024-10-30T22:58:09.206Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2690 | 2024-10-30T22:58:09.562Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2691 | 2024-10-30T22:58:13.442Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2692 | 2024-10-30T22:58:14.762Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2693 | 2024-10-30T22:58:20.868Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2694 | 2024-10-30T22:58:23.431Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2695 | 2024-10-30T22:58:23.695Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2696 | 2024-10-30T22:58:27.190Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2697 | 2024-10-30T22:58:28.700Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2698 | 2024-10-30T22:58:38.291Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2699 | 2024-10-30T22:58:41.345Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2700 | 2024-10-30T22:58:41.979Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2701 | 2024-10-30T22:58:44.800Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2702 | 2024-10-30T22:58:46.119Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2703 | 2024-10-30T22:58:47.500Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2704 | 2024-10-30T22:58:55.961Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2705 | 2024-10-30T22:58:57.223Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2706 | 2024-10-30T22:59:01.111Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2707 | 2024-10-30T22:59:02.113Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2708 | 2024-10-30T22:59:06.105Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2709 | 2024-10-30T22:59:09.332Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2710 | 2024-10-30T22:59:10.767Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2711 | 2024-10-30T22:59:10.917Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2712 | 2024-10-30T22:59:17.480Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2713 | 2024-10-30T22:59:19.533Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2714 | 2024-10-30T22:59:20.367Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2715 | 2024-10-30T22:59:22.847Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2716 | 2024-10-30T22:59:27.246Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2717 | 2024-10-30T22:59:31.766Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2718 | 2024-10-30T22:59:33.607Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2719 | 2024-10-30T22:59:35.064Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2720 | 2024-10-30T22:59:38.384Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2721 | 2024-10-30T22:59:39.605Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2722 | 2024-10-30T22:59:40.818Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2723 | 2024-10-30T22:59:43.421Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2724 | 2024-10-30T22:59:45.486Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2725 | 2024-10-30T22:59:48.108Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2726 | 2024-10-30T22:59:50.466Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2727 | 2024-10-30T22:59:52.393Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2728 | 2024-10-30T22:59:53.046Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2729 | 2024-10-30T22:59:53.250Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2730 | 2024-10-30T22:59:53.675Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2731 | 2024-10-30T22:59:56.833Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2732 | 2024-10-30T22:59:56.945Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2733 | 2024-10-30T22:59:58.304Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2734 | 2024-10-30T22:59:59.672Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2735 | 2024-10-30T23:00:00.026Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2736 | 2024-10-30T23:00:02.239Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2737 | 2024-10-30T23:00:03.026Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2738 | 2024-10-30T23:00:04.540Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2739 | 2024-10-30T23:01:16.188Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2740 | 2024-10-30T23:01:50.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 12s |
2741 | 2024-10-30T23:01:50.479Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2742 | 2024-10-30T23:01:50.539Z | |
2743 | 2024-10-30T23:01:50.539Z | real 9:12.790513649 |
2744 | 2024-10-30T23:01:50.539Z | user 33:59.771111107 |
2745 | 2024-10-30T23:01:50.539Z | sys 28:56.987400908 |
2746 | 2024-10-30T23:01:50.539Z | trap 0.584496784 |
2747 | 2024-10-30T23:01:50.539Z | tflt 0.104589706 |
2748 | 2024-10-30T23:01:50.539Z | dflt 0.193854247 |
2749 | 2024-10-30T23:01:50.539Z | kflt 0.000008686 |
2750 | 2024-10-30T23:01:50.542Z | lock 1:26:29.127659180 |
2751 | 2024-10-30T23:01:50.542Z | slp 2:27:19.492370718 |
2752 | 2024-10-30T23:01:50.542Z | lat 1:13.896920462 |
2753 | 2024-10-30T23:01:50.542Z | stop 1:04.654010066 |
2754 | 2024-10-30T23:01:50.542Z | process exited: duration 1361664 ms, exit code 0 |
|
2755 | 2024-10-30T23:01:50.547Z | found 0 output files |