|
|
|
1 | 2024-12-21T04:40:25.431Z | job assigned to worker 01JFKR77ADWJVP9PSTX9G99233 [factory aws, i-055daab0244e86df5] (queued for 19 m 20 s) |
|
2 | 2024-12-21T04:40:33.764Z | starting task 0: "setup" |
3 | 2024-12-21T04:40:33.810Z | ++ uname -s |
4 | 2024-12-21T04:40:33.810Z | + kern=SunOS |
5 | 2024-12-21T04:40:33.811Z | + case "$kern" in |
6 | 2024-12-21T04:40:33.811Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:40:33.811Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:40:35.749Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:40:35.879Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:40:35.881Z | + home_fs=zfs |
11 | 2024-12-21T04:40:35.881Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:40:35.881Z | + mkdir -p /home/build |
13 | 2024-12-21T04:40:35.884Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:40:37.887Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:40:37.890Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2024-12-21T04:40:37.895Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:40:37.901Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:40:37.901Z | ' 1.81.0 |
19 | 2024-12-21T04:40:37.901Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:40:37.901Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T04:40:37.901Z | ' default |
22 | 2024-12-21T04:40:37.901Z | * toolchain profile = "default" |
23 | 2024-12-21T04:40:37.904Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:40:37.904Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:40:38.201Z | info: downloading installer |
26 | 2024-12-21T04:40:39.389Z | info: profile set to 'default' |
27 | 2024-12-21T04:40:39.389Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:40:39.392Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:40:39.546Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:40:39.546Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:40:40.432Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:40:40.762Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:40:41.979Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:40:43.867Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:40:50.709Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:40:50.967Z | info: installing component 'cargo' |
37 | 2024-12-21T04:40:51.781Z | info: installing component 'clippy' |
38 | 2024-12-21T04:40:52.143Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:40:53.746Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:40:55.493Z | info: installing component 'rustc' |
41 | 2024-12-21T04:41:01.242Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:41:01.565Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:41:01.565Z | |
44 | 2024-12-21T04:41:01.933Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:41:01.933Z | |
46 | 2024-12-21T04:41:01.936Z | |
47 | 2024-12-21T04:41:01.936Z | Rust is installed now. Great! |
48 | 2024-12-21T04:41:01.936Z | |
49 | 2024-12-21T04:41:01.936Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:41:01.936Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:41:01.936Z | |
52 | 2024-12-21T04:41:01.936Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:41:01.937Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:41:01.937Z | |
55 | 2024-12-21T04:41:01.937Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:41:01.937Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:41:01.937Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:41:02.016Z | + rustc --version |
59 | 2024-12-21T04:41:02.085Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:41:02.088Z | process exited: duration 24189 ms, exit code 0 |
|
61 | 2024-12-21T04:41:02.095Z | starting task 2: "authentication" |
62 | 2024-12-21T04:41:02.114Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T04:41:02.120Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:41:02.125Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:41:02.127Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:41:02.166Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:41:08.788Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:41:08.795Z | + git fetch origin 1c662f40df4fbb41e66cf538b887b47c22478181 |
69 | 2024-12-21T04:41:09.092Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:41:09.092Z | * branch 1c662f40df4fbb41e66cf538b887b47c22478181 -> FETCH_HEAD |
71 | 2024-12-21T04:41:09.103Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2024-12-21T04:41:09.106Z | ++ git branch --show-current |
73 | 2024-12-21T04:41:09.109Z | + current=main |
74 | 2024-12-21T04:41:09.109Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2024-12-21T04:41:09.109Z | + git branch -f renovate/test-strategy-0.x 1c662f40df4fbb41e66cf538b887b47c22478181 |
76 | 2024-12-21T04:41:09.113Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2024-12-21T04:41:09.258Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2024-12-21T04:41:09.262Z | + git reset --hard 1c662f40df4fbb41e66cf538b887b47c22478181 |
79 | 2024-12-21T04:41:09.406Z | HEAD is now at 1c662f40d Update Rust crate test-strategy to 0.4.0 |
80 | 2024-12-21T04:41:09.409Z | process exited: duration 7286 ms, exit code 0 |
|
81 | 2024-12-21T04:41:09.416Z | starting task 4: "build" |
82 | 2024-12-21T04:41:09.419Z | + source ./env.sh |
83 | 2024-12-21T04:41:09.419Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-21T04:41:09.419Z | ++ set -o xtrace |
85 | 2024-12-21T04:41:09.422Z | ++++ dirname ./env.sh |
86 | 2024-12-21T04:41:09.424Z | +++ readlink -f . |
87 | 2024-12-21T04:41:09.427Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-21T04:41:09.429Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-21T04:41:09.429Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-21T04:41:09.429Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-21T04:41:09.429Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-21T04:41:09.429Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-21T04:41:09.429Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-21T04:41:09.429Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-21T04:41:09.429Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-21T04:41:09.429Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-21T04:41:09.429Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-21T04:41:09.429Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-21T04:41:09.429Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-21T04:41:09.429Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-21T04:41:09.429Z | + cargo --version |
102 | 2024-12-21T04:41:09.484Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-21T04:41:09.487Z | + rustc --version |
104 | 2024-12-21T04:41:09.549Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-21T04:41:09.552Z | + banner prerequisites |
106 | 2024-12-21T04:41:09.555Z | |
107 | 2024-12-21T04:41:09.555Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-21T04:41:09.555Z | # # # # # # # # # # # # # # # |
109 | 2024-12-21T04:41:09.555Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-21T04:41:09.555Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-21T04:41:09.555Z | # # # # # # # # # # # # # # # |
112 | 2024-12-21T04:41:09.555Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-21T04:41:09.555Z | |
114 | 2024-12-21T04:41:09.557Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-21T04:41:17.093Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-21T04:41:20.971Z | Startup: Caching catalogs ... Done |
117 | 2024-12-21T04:41:32.110Z | Planning: Solver setup ... Done (10.154s) |
118 | 2024-12-21T04:41:32.246Z | Planning: Running solver ... Done (0.136s) |
119 | 2024-12-21T04:41:32.359Z | Planning: Finding local manifests ... Done (0.005s) |
120 | 2024-12-21T04:41:32.373Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-21T04:41:32.596Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-21T04:41:32.698Z | Planning: Package planning ... Done (0.102s) |
123 | 2024-12-21T04:41:32.754Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-21T04:41:33.124Z | Planning: Checking for conflicting actions ... Done (0.369s) |
125 | 2024-12-21T04:41:35.210Z | Planning: Consolidating action changes ... Done (2.086s) |
126 | 2024-12-21T04:41:35.655Z | Planning: Evaluating mediators ... Done (0.442s) |
127 | 2024-12-21T04:41:35.736Z | Planning: Planning completed in 14.67 seconds |
128 | 2024-12-21T04:41:35.752Z | Packages to install: 4 |
129 | 2024-12-21T04:41:35.752Z | Packages to update: 1 |
130 | 2024-12-21T04:41:35.756Z | Mediators to change: 2 |
131 | 2024-12-21T04:41:35.756Z | Services to change: 1 |
132 | 2024-12-21T04:41:35.756Z | Estimated space available: 155.63 GB |
133 | 2024-12-21T04:41:35.756Z | Estimated space to be consumed: 1.62 GB |
134 | 2024-12-21T04:41:35.756Z | Create boot environment: No |
135 | 2024-12-21T04:41:35.756Z | Create backup boot environment: Yes |
136 | 2024-12-21T04:41:35.756Z | Rebuild boot archive: No |
137 | 2024-12-21T04:41:35.756Z | |
138 | 2024-12-21T04:41:35.756Z | Changed mediators: |
139 | 2024-12-21T04:41:35.756Z | mediator clang: |
140 | 2024-12-21T04:41:35.756Z | version: None -> 15 (system default) |
141 | 2024-12-21T04:41:35.756Z | |
142 | 2024-12-21T04:41:35.756Z | mediator llvm: |
143 | 2024-12-21T04:41:35.756Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-21T04:41:35.756Z | |
145 | 2024-12-21T04:41:35.756Z | Changed packages: |
146 | 2024-12-21T04:41:35.756Z | helios-dev |
147 | 2024-12-21T04:41:35.756Z | developer/build-essential |
148 | 2024-12-21T04:41:35.756Z | None -> 11-2.0 |
149 | 2024-12-21T04:41:35.756Z | library/libxmlsec1 |
150 | 2024-12-21T04:41:35.756Z | None -> 1.2.35-2.0 |
151 | 2024-12-21T04:41:35.756Z | ooce/developer/clang-15 |
152 | 2024-12-21T04:41:35.756Z | None -> 15.0.7-2.0 |
153 | 2024-12-21T04:41:35.756Z | ooce/developer/llvm-15 |
154 | 2024-12-21T04:41:35.757Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T04:41:35.757Z | package/pkg |
156 | 2024-12-21T04:41:35.757Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-21T04:41:35.757Z | |
158 | 2024-12-21T04:41:35.757Z | Services: |
159 | 2024-12-21T04:41:35.757Z | restart_fmri: |
160 | 2024-12-21T04:41:35.757Z | svc:/system/update-man-index:default |
161 | 2024-12-21T04:41:35.757Z | |
162 | 2024-12-21T04:41:35.757Z | Editable files to change: |
163 | 2024-12-21T04:41:35.757Z | Update: |
164 | 2024-12-21T04:41:35.757Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-21T04:41:35.837Z | |
166 | 2024-12-21T04:41:35.837Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-21T04:41:40.837Z | Download: 1251/4281 items 97.9/220.6MB 44% complete (19.6M/s) |
168 | 2024-12-21T04:41:45.841Z | Download: 3071/4281 items 121.4/220.6MB 55% complete (12.2M/s) |
169 | 2024-12-21T04:41:51.200Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (13.6M/s) |
170 | 2024-12-21T04:41:51.305Z | Download: Completed 220.60 MB in 15.47 seconds (14.3M/s) |
171 | 2024-12-21T04:41:53.329Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-12-21T04:41:53.351Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-12-21T04:41:58.057Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-12-21T04:41:58.376Z | Actions: Completed 5063 actions in 5.05 seconds. |
175 | 2024-12-21T04:41:58.787Z | Done (0.402s) |
176 | 2024-12-21T04:41:58.792Z | Done (0.000s) |
177 | 2024-12-21T04:41:59.361Z | Done (0.574s) |
178 | 2024-12-21T04:42:03.887Z | Done (4.305s) |
179 | 2024-12-21T04:42:03.979Z | Done (0.018s) |
180 | 2024-12-21T04:42:03.981Z | Done (0.000s) |
181 | 2024-12-21T04:42:04.163Z | Done (0.000s) |
182 | 2024-12-21T04:42:04.876Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-12-21T04:42:05.037Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-12-21T04:42:05.040Z | Planning: Consolidating action changes ... Done |
185 | 2024-12-21T04:42:05.310Z | Planning: Evaluating mediators ... Done |
186 | 2024-12-21T04:42:05.312Z | Planning: Planning completed in 0.43 seconds |
187 | 2024-12-21T04:42:05.351Z | Mediators to change: 2 |
188 | 2024-12-21T04:42:05.351Z | Create boot environment: No |
189 | 2024-12-21T04:42:05.354Z | Create backup boot environment: No |
190 | 2024-12-21T04:42:05.423Z | Done |
191 | 2024-12-21T04:42:05.423Z | Done |
192 | 2024-12-21T04:42:05.824Z | Done |
193 | 2024-12-21T04:42:09.845Z | Done |
194 | 2024-12-21T04:42:09.877Z | Done |
195 | 2024-12-21T04:42:09.877Z | Done |
196 | 2024-12-21T04:42:09.877Z | Done |
197 | 2024-12-21T04:42:10.420Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-12-21T04:42:10.423Z | Planning: Merging actions ... Done |
199 | 2024-12-21T04:42:10.609Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-12-21T04:42:10.612Z | Planning: Consolidating action changes ... Done |
201 | 2024-12-21T04:42:10.879Z | Planning: Evaluating mediators ... Done |
202 | 2024-12-21T04:42:10.935Z | Planning: Planning completed in 0.76 seconds |
203 | 2024-12-21T04:42:10.978Z | Packages to change: 1 |
204 | 2024-12-21T04:42:10.978Z | Mediators to change: 1 |
205 | 2024-12-21T04:42:10.980Z | Services to change: 1 |
206 | 2024-12-21T04:42:10.980Z | Create boot environment: No |
207 | 2024-12-21T04:42:10.980Z | Create backup boot environment: Yes |
208 | 2024-12-21T04:42:13.335Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-12-21T04:42:13.339Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-12-21T04:42:13.339Z | Done |
211 | 2024-12-21T04:42:13.339Z | Done |
212 | 2024-12-21T04:42:13.454Z | Done |
213 | 2024-12-21T04:42:17.258Z | Done |
214 | 2024-12-21T04:42:17.354Z | Done |
215 | 2024-12-21T04:42:17.356Z | Done |
216 | 2024-12-21T04:42:17.486Z | Done |
217 | 2024-12-21T04:42:17.932Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-12-21T04:42:17.932Z | clang system 15 system |
219 | 2024-12-21T04:42:17.932Z | csh system system illumos |
220 | 2024-12-21T04:42:17.932Z | ctags system system illumos |
221 | 2024-12-21T04:42:17.932Z | gcc vendor 12 vendor |
222 | 2024-12-21T04:42:17.932Z | gcc system 10 system |
223 | 2024-12-21T04:42:17.932Z | gcc system 7 system |
224 | 2024-12-21T04:42:17.932Z | go system 1.20 system |
225 | 2024-12-21T04:42:17.932Z | go system 1.19 system |
226 | 2024-12-21T04:42:17.932Z | llvm system 15 system |
227 | 2024-12-21T04:42:17.932Z | llvm system 14 system |
228 | 2024-12-21T04:42:17.932Z | mariadb system 10.6 system |
229 | 2024-12-21T04:42:17.932Z | mta vendor vendor dma |
230 | 2024-12-21T04:42:17.932Z | openjdk system 17 system |
231 | 2024-12-21T04:42:17.932Z | openjdk system 11 system |
232 | 2024-12-21T04:42:17.932Z | openjdk system 1.8 system |
233 | 2024-12-21T04:42:17.932Z | openssl vendor 3 vendor |
234 | 2024-12-21T04:42:17.932Z | perl system 5.36 system |
235 | 2024-12-21T04:42:17.932Z | postgresql system 15 system |
236 | 2024-12-21T04:42:17.932Z | postgresql system 13 system |
237 | 2024-12-21T04:42:17.932Z | python vendor 3 vendor |
238 | 2024-12-21T04:42:17.933Z | python system 2 system |
239 | 2024-12-21T04:42:17.933Z | python3 system 3.11 system |
240 | 2024-12-21T04:42:17.933Z | ruby system 3.0 system |
241 | 2024-12-21T04:42:17.933Z | words vendor vendor american-english |
242 | 2024-12-21T04:42:17.933Z | words system system australian-english |
243 | 2024-12-21T04:42:17.933Z | words system system british-english |
244 | 2024-12-21T04:42:17.933Z | words system system canadian-english |
245 | 2024-12-21T04:42:17.933Z | words system system french |
246 | 2024-12-21T04:42:17.933Z | words system system italian |
247 | 2024-12-21T04:42:17.933Z | words system system ngerman |
248 | 2024-12-21T04:42:17.933Z | words system system ogerman |
249 | 2024-12-21T04:42:17.933Z | words system system spanish |
250 | 2024-12-21T04:42:18.269Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-12-21T04:42:18.269Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-12-21T04:42:21.025Z | FMRI IFO |
253 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
263 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-12-21T04:42:21.025Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-12-21T04:42:21.026Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
266 | 2024-12-21T04:42:21.026Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-12-21T04:42:21.026Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-12-21T04:42:21.814Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-12-21T04:42:22.081Z | Updating crates.io index |
270 | 2024-12-21T04:42:22.084Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
271 | 2024-12-21T04:42:22.596Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-12-21T04:42:23.101Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-12-21T04:42:23.378Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-12-21T04:42:23.650Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-12-21T04:42:23.914Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-12-21T04:42:24.969Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-12-21T04:42:26.536Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-12-21T04:42:27.287Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-12-21T04:42:28.090Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-12-21T04:42:28.395Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-12-21T04:42:28.650Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-12-21T04:42:29.257Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-12-21T04:42:29.730Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-12-21T04:42:30.050Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-12-21T04:42:30.324Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-12-21T04:42:30.628Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-12-21T04:42:30.887Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-12-21T04:42:31.185Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-12-21T04:42:31.479Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-12-21T04:42:31.897Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-12-21T04:42:32.176Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-12-21T04:42:32.631Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-12-21T04:42:32.979Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2024-12-21T04:42:33.338Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-12-21T04:42:33.718Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
296 | 2024-12-21T04:42:34.104Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-12-21T04:42:34.448Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-12-21T04:42:34.731Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-12-21T04:42:36.240Z | Downloading crates ... |
300 | 2024-12-21T04:42:36.305Z | Downloaded anstream v0.6.15 |
301 | 2024-12-21T04:42:36.319Z | Downloaded anstyle-parse v0.2.5 |
302 | 2024-12-21T04:42:36.319Z | Downloaded block-buffer v0.10.4 |
303 | 2024-12-21T04:42:36.321Z | Downloaded equivalent v1.0.1 |
304 | 2024-12-21T04:42:36.321Z | Downloaded dtrace-parser v0.2.0 |
305 | 2024-12-21T04:42:36.326Z | Downloaded pretty-hex v0.4.1 |
306 | 2024-12-21T04:42:36.332Z | Downloaded scroll_derive v0.12.0 |
307 | 2024-12-21T04:42:36.335Z | Downloaded clap_lex v0.7.2 |
308 | 2024-12-21T04:42:36.348Z | Downloaded swrite v0.1.0 |
309 | 2024-12-21T04:42:36.355Z | Downloaded usdt-macro v0.5.0 |
310 | 2024-12-21T04:42:36.358Z | Downloaded is_terminal_polyfill v1.70.1 |
311 | 2024-12-21T04:42:36.360Z | Downloaded crypto-common v0.1.6 |
312 | 2024-12-21T04:42:36.360Z | Downloaded generic-array v0.14.7 |
313 | 2024-12-21T04:42:36.362Z | Downloaded autocfg v1.4.0 |
314 | 2024-12-21T04:42:36.362Z | Downloaded memmap v0.7.0 |
315 | 2024-12-21T04:42:36.365Z | Downloaded itoa v1.0.11 |
316 | 2024-12-21T04:42:36.365Z | Downloaded usdt-attr-macro v0.5.0 |
317 | 2024-12-21T04:42:36.367Z | Downloaded thiserror-impl v1.0.69 |
318 | 2024-12-21T04:42:36.367Z | Downloaded smawk v0.3.2 |
319 | 2024-12-21T04:42:36.369Z | Downloaded usdt v0.5.0 |
320 | 2024-12-21T04:42:36.369Z | Downloaded errno v0.3.9 |
321 | 2024-12-21T04:42:36.372Z | Downloaded plain v0.2.3 |
322 | 2024-12-21T04:42:36.372Z | Downloaded digest v0.10.7 |
323 | 2024-12-21T04:42:36.374Z | Downloaded byteorder v1.5.0 |
324 | 2024-12-21T04:42:36.377Z | Downloaded bytecount v0.6.8 |
325 | 2024-12-21T04:42:36.377Z | Downloaded anstyle v1.0.10 |
326 | 2024-12-21T04:42:36.380Z | Downloaded fnv v1.0.7 |
327 | 2024-12-21T04:42:36.380Z | Downloaded cfg-if v1.0.0 |
328 | 2024-12-21T04:42:36.380Z | Downloaded pest_generator v2.7.14 |
329 | 2024-12-21T04:42:36.383Z | Downloaded heck v0.5.0 |
330 | 2024-12-21T04:42:36.383Z | Downloaded cargo-platform v0.1.8 |
331 | 2024-12-21T04:42:36.386Z | Downloaded tabled_derive v0.7.0 |
332 | 2024-12-21T04:42:36.386Z | Downloaded strsim v0.11.1 |
333 | 2024-12-21T04:42:36.386Z | Downloaded colorchoice v1.0.2 |
334 | 2024-12-21T04:42:36.389Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2024-12-21T04:42:36.389Z | Downloaded fastrand v2.1.1 |
336 | 2024-12-21T04:42:36.392Z | Downloaded heck v0.4.1 |
337 | 2024-12-21T04:42:36.396Z | Downloaded fs-err v2.11.0 |
338 | 2024-12-21T04:42:36.396Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2024-12-21T04:42:36.402Z | Downloaded serde_spanned v0.6.8 |
340 | 2024-12-21T04:42:36.402Z | Downloaded cpufeatures v0.2.14 |
341 | 2024-12-21T04:42:36.402Z | Downloaded dof v0.3.0 |
342 | 2024-12-21T04:42:36.403Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-12-21T04:42:36.403Z | Downloaded thiserror v1.0.69 |
344 | 2024-12-21T04:42:36.406Z | Downloaded version_check v0.9.5 |
345 | 2024-12-21T04:42:36.408Z | Downloaded thread-id v4.2.2 |
346 | 2024-12-21T04:42:36.408Z | Downloaded cargo_toml v0.20.5 |
347 | 2024-12-21T04:42:36.408Z | Downloaded macaddr v1.0.1 |
348 | 2024-12-21T04:42:36.411Z | Downloaded utf8parse v0.2.2 |
349 | 2024-12-21T04:42:36.411Z | Downloaded terminal_size v0.4.0 |
350 | 2024-12-21T04:42:36.414Z | Downloaded proc-macro-error-attr v1.0.4 |
351 | 2024-12-21T04:42:36.414Z | Downloaded cargo_metadata v0.18.1 |
352 | 2024-12-21T04:42:36.416Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-12-21T04:42:36.419Z | Downloaded indexmap v2.6.0 |
354 | 2024-12-21T04:42:36.421Z | Downloaded semver v1.0.23 |
355 | 2024-12-21T04:42:36.423Z | Downloaded camino-tempfile v1.1.1 |
356 | 2024-12-21T04:42:36.425Z | Downloaded clap_derive v4.5.18 |
357 | 2024-12-21T04:42:36.435Z | Downloaded scroll v0.12.0 |
358 | 2024-12-21T04:42:36.435Z | Downloaded camino v1.1.9 |
359 | 2024-12-21T04:42:36.435Z | Downloaded pest_derive v2.7.14 |
360 | 2024-12-21T04:42:36.435Z | Downloaded anstyle-query v1.1.1 |
361 | 2024-12-21T04:42:36.438Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-12-21T04:42:36.440Z | Downloaded quote v1.0.37 |
363 | 2024-12-21T04:42:36.444Z | Downloaded sha2 v0.10.8 |
364 | 2024-12-21T04:42:36.444Z | Downloaded ryu v1.0.18 |
365 | 2024-12-21T04:42:36.450Z | Downloaded proc-macro2 v1.0.89 |
366 | 2024-12-21T04:42:36.453Z | Downloaded typenum v1.17.0 |
367 | 2024-12-21T04:42:36.456Z | Downloaded pest_meta v2.7.14 |
368 | 2024-12-21T04:42:36.459Z | Downloaded clap v4.5.21 |
369 | 2024-12-21T04:42:36.465Z | Downloaded unicode-ident v1.0.13 |
370 | 2024-12-21T04:42:36.469Z | Downloaded bitflags v2.6.0 |
371 | 2024-12-21T04:42:36.472Z | Downloaded anyhow v1.0.93 |
372 | 2024-12-21T04:42:36.475Z | Downloaded textwrap v0.16.1 |
373 | 2024-12-21T04:42:36.477Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2024-12-21T04:42:36.481Z | Downloaded serde_derive v1.0.215 |
375 | 2024-12-21T04:42:36.483Z | Downloaded papergrid v0.11.0 |
376 | 2024-12-21T04:42:36.487Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-12-21T04:42:36.490Z | Downloaded tempfile v3.13.0 |
378 | 2024-12-21T04:42:36.492Z | Downloaded once_cell v1.20.2 |
379 | 2024-12-21T04:42:36.494Z | Downloaded toml v0.8.19 |
380 | 2024-12-21T04:42:36.497Z | Downloaded log v0.4.22 |
381 | 2024-12-21T04:42:36.499Z | Downloaded serde v1.0.215 |
382 | 2024-12-21T04:42:36.512Z | Downloaded memchr v2.7.4 |
383 | 2024-12-21T04:42:36.517Z | Downloaded toml_edit v0.22.22 |
384 | 2024-12-21T04:42:36.545Z | Downloaded serde_json v1.0.133 |
385 | 2024-12-21T04:42:36.553Z | Downloaded pest v2.7.14 |
386 | 2024-12-21T04:42:36.557Z | Downloaded hashbrown v0.15.1 |
387 | 2024-12-21T04:42:36.562Z | Downloaded zerocopy v0.7.35 |
388 | 2024-12-21T04:42:36.577Z | Downloaded clap_builder v4.5.21 |
389 | 2024-12-21T04:42:36.584Z | Downloaded goblin v0.8.2 |
390 | 2024-12-21T04:42:36.589Z | Downloaded tabled v0.15.0 |
391 | 2024-12-21T04:42:36.603Z | Downloaded winnow v0.6.20 |
392 | 2024-12-21T04:42:36.611Z | Downloaded syn v1.0.109 |
393 | 2024-12-21T04:42:36.624Z | Downloaded unicode-width v0.1.14 |
394 | 2024-12-21T04:42:36.630Z | Downloaded syn v2.0.87 |
395 | 2024-12-21T04:42:36.640Z | Downloaded rustix v0.38.37 |
396 | 2024-12-21T04:42:36.669Z | Downloaded libc v0.2.162 |
397 | 2024-12-21T04:42:36.982Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-12-21T04:42:36.983Z | Compiling unicode-ident v1.0.13 |
399 | 2024-12-21T04:42:36.986Z | Compiling version_check v0.9.5 |
400 | 2024-12-21T04:42:36.986Z | Compiling serde v1.0.215 |
401 | 2024-12-21T04:42:36.986Z | Compiling thiserror v1.0.69 |
402 | 2024-12-21T04:42:36.986Z | Compiling memchr v2.7.4 |
403 | 2024-12-21T04:42:36.986Z | Compiling libc v0.2.162 |
404 | 2024-12-21T04:42:36.986Z | Compiling ryu v1.0.18 |
405 | 2024-12-21T04:42:37.232Z | Compiling itoa v1.0.11 |
406 | 2024-12-21T04:42:37.422Z | Compiling ucd-trie v0.1.7 |
407 | 2024-12-21T04:42:37.810Z | Compiling once_cell v1.20.2 |
408 | 2024-12-21T04:42:37.915Z | Compiling byteorder v1.5.0 |
409 | 2024-12-21T04:42:38.087Z | Compiling serde_json v1.0.133 |
410 | 2024-12-21T04:42:38.115Z | Compiling rustix v0.38.37 |
411 | 2024-12-21T04:42:38.217Z | Compiling bitflags v2.6.0 |
412 | 2024-12-21T04:42:38.445Z | Compiling usdt-impl v0.5.0 |
413 | 2024-12-21T04:42:38.685Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-12-21T04:42:38.813Z | Compiling syn v1.0.109 |
415 | 2024-12-21T04:42:38.923Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-12-21T04:42:38.983Z | Compiling quote v1.0.37 |
417 | 2024-12-21T04:42:39.158Z | Compiling log v0.4.22 |
418 | 2024-12-21T04:42:39.185Z | Compiling plain v0.2.3 |
419 | 2024-12-21T04:42:39.229Z | Compiling equivalent v1.0.1 |
420 | 2024-12-21T04:42:39.348Z | Compiling camino v1.1.9 |
421 | 2024-12-21T04:42:39.351Z | Compiling utf8parse v0.2.2 |
422 | 2024-12-21T04:42:39.468Z | Compiling syn v2.0.87 |
423 | 2024-12-21T04:42:39.542Z | Compiling errno v0.3.9 |
424 | 2024-12-21T04:42:39.619Z | Compiling hashbrown v0.15.1 |
425 | 2024-12-21T04:42:39.682Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-21T04:42:39.921Z | Compiling thread-id v4.2.2 |
427 | 2024-12-21T04:42:40.167Z | Compiling winnow v0.6.20 |
428 | 2024-12-21T04:42:40.396Z | Compiling semver v1.0.23 |
429 | 2024-12-21T04:42:40.784Z | Compiling indexmap v2.6.0 |
430 | 2024-12-21T04:42:40.811Z | Compiling colorchoice v1.0.2 |
431 | 2024-12-21T04:42:40.934Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-12-21T04:42:40.960Z | Compiling anstyle v1.0.10 |
433 | 2024-12-21T04:42:41.050Z | Compiling pretty-hex v0.4.1 |
434 | 2024-12-21T04:42:41.272Z | Compiling anstyle-query v1.1.1 |
435 | 2024-12-21T04:42:41.327Z | Compiling autocfg v1.4.0 |
436 | 2024-12-21T04:42:41.407Z | Compiling unicode-width v0.1.14 |
437 | 2024-12-21T04:42:41.883Z | Compiling terminal_size v0.4.0 |
438 | 2024-12-21T04:42:42.075Z | Compiling anstream v0.6.15 |
439 | 2024-12-21T04:42:42.445Z | Compiling fs-err v2.11.0 |
440 | 2024-12-21T04:42:42.545Z | Compiling clap_lex v0.7.2 |
441 | 2024-12-21T04:42:42.810Z | Compiling strsim v0.11.1 |
442 | 2024-12-21T04:42:43.052Z | Compiling heck v0.5.0 |
443 | 2024-12-21T04:42:43.154Z | Compiling anyhow v1.0.93 |
444 | 2024-12-21T04:42:43.182Z | Compiling fnv v1.0.7 |
445 | 2024-12-21T04:42:43.320Z | Compiling cfg-if v1.0.0 |
446 | 2024-12-21T04:42:43.421Z | Compiling heck v0.4.1 |
447 | 2024-12-21T04:42:43.544Z | Compiling fastrand v2.1.1 |
448 | 2024-12-21T04:42:43.723Z | Compiling bytecount v0.6.8 |
449 | 2024-12-21T04:42:43.895Z | Compiling tempfile v3.13.0 |
450 | 2024-12-21T04:42:43.921Z | Compiling papergrid v0.11.0 |
451 | 2024-12-21T04:42:43.923Z | Compiling clap_builder v4.5.21 |
452 | 2024-12-21T04:42:44.088Z | Compiling memmap v0.7.0 |
453 | 2024-12-21T04:42:44.190Z | Compiling smawk v0.3.2 |
454 | 2024-12-21T04:42:44.374Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-12-21T04:42:44.772Z | Compiling textwrap v0.16.1 |
456 | 2024-12-21T04:42:45.035Z | Compiling swrite v0.1.0 |
457 | 2024-12-21T04:42:45.648Z | Compiling tabled_derive v0.7.0 |
458 | 2024-12-21T04:42:47.331Z | Compiling tabled v0.15.0 |
459 | 2024-12-21T04:42:48.641Z | Compiling serde_derive v1.0.215 |
460 | 2024-12-21T04:42:48.641Z | Compiling thiserror-impl v1.0.69 |
461 | 2024-12-21T04:42:48.645Z | Compiling zerocopy-derive v0.7.35 |
462 | 2024-12-21T04:42:48.645Z | Compiling scroll_derive v0.12.0 |
463 | 2024-12-21T04:42:48.824Z | Compiling clap_derive v4.5.18 |
464 | 2024-12-21T04:42:50.154Z | Compiling scroll v0.12.0 |
465 | 2024-12-21T04:42:50.681Z | Compiling goblin v0.8.2 |
466 | 2024-12-21T04:42:50.889Z | Compiling zerocopy v0.7.35 |
467 | 2024-12-21T04:42:51.476Z | Compiling pest v2.7.14 |
468 | 2024-12-21T04:42:52.591Z | Compiling clap v4.5.21 |
469 | 2024-12-21T04:42:53.861Z | Compiling pest_meta v2.7.14 |
470 | 2024-12-21T04:42:54.686Z | Compiling pest_generator v2.7.14 |
471 | 2024-12-21T04:42:56.672Z | Compiling pest_derive v2.7.14 |
472 | 2024-12-21T04:42:57.413Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-12-21T04:42:59.138Z | Compiling serde_tokenstream v0.2.2 |
474 | 2024-12-21T04:42:59.181Z | Compiling toml_datetime v0.6.8 |
475 | 2024-12-21T04:42:59.181Z | Compiling serde_spanned v0.6.8 |
476 | 2024-12-21T04:42:59.471Z | Compiling cargo-platform v0.1.8 |
477 | 2024-12-21T04:42:59.560Z | Compiling toml_edit v0.22.22 |
478 | 2024-12-21T04:42:59.752Z | Compiling macaddr v1.0.1 |
479 | 2024-12-21T04:42:59.807Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-12-21T04:43:00.654Z | Compiling dof v0.3.0 |
481 | 2024-12-21T04:43:00.701Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-12-21T04:43:02.417Z | Compiling usdt-macro v0.5.0 |
483 | 2024-12-21T04:43:02.417Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-12-21T04:43:02.472Z | Compiling toml v0.8.19 |
485 | 2024-12-21T04:43:03.354Z | Compiling cargo_toml v0.20.5 |
486 | 2024-12-21T04:43:03.846Z | Compiling usdt v0.5.0 |
487 | 2024-12-21T04:43:06.994Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-12-21T04:43:11.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s |
489 | 2024-12-21T04:43:11.503Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-12-21T04:43:12.056Z | Downloading crates ... |
491 | 2024-12-21T04:43:12.192Z | Downloaded atty v0.2.14 |
492 | 2024-12-21T04:43:12.194Z | Downloaded cstr-argument v0.1.2 |
493 | 2024-12-21T04:43:12.203Z | Downloaded humantime v2.1.0 |
494 | 2024-12-21T04:43:12.205Z | Downloaded hubpack v0.1.2 |
495 | 2024-12-21T04:43:12.208Z | Downloaded atomicwrites v0.4.4 |
496 | 2024-12-21T04:43:12.210Z | Downloaded hex-literal v0.4.1 |
497 | 2024-12-21T04:43:12.210Z | Downloaded crucible-workspace-hack v0.1.0 |
498 | 2024-12-21T04:43:12.210Z | Downloaded cfg_aliases v0.1.1 |
499 | 2024-12-21T04:43:12.213Z | Downloaded heck v0.3.3 |
500 | 2024-12-21T04:43:12.216Z | Downloaded http-range v0.1.5 |
501 | 2024-12-21T04:43:12.216Z | Downloaded async-stream-impl v0.3.6 |
502 | 2024-12-21T04:43:12.220Z | Downloaded crunchy v0.2.2 |
503 | 2024-12-21T04:43:12.222Z | Downloaded matches v0.1.10 |
504 | 2024-12-21T04:43:12.226Z | Downloaded ciborium-io v0.2.2 |
505 | 2024-12-21T04:43:12.226Z | Downloaded md5 v0.7.0 |
506 | 2024-12-21T04:43:12.226Z | Downloaded atomic-waker v1.1.2 |
507 | 2024-12-21T04:43:12.228Z | Downloaded base16ct v0.2.0 |
508 | 2024-12-21T04:43:12.231Z | Downloaded http-body v1.0.1 |
509 | 2024-12-21T04:43:12.231Z | Downloaded cbc v0.1.2 |
510 | 2024-12-21T04:43:12.233Z | Downloaded assert_matches v1.5.0 |
511 | 2024-12-21T04:43:12.233Z | Downloaded adler2 v2.0.0 |
512 | 2024-12-21T04:43:12.236Z | Downloaded icu_provider_macros v1.5.0 |
513 | 2024-12-21T04:43:12.238Z | Downloaded match_cfg v0.1.0 |
514 | 2024-12-21T04:43:12.238Z | Downloaded bitfield-struct v0.6.2 |
515 | 2024-12-21T04:43:12.241Z | Downloaded aead v0.5.2 |
516 | 2024-12-21T04:43:12.241Z | Downloaded castaway v0.2.3 |
517 | 2024-12-21T04:43:12.244Z | Downloaded arrayref v0.3.9 |
518 | 2024-12-21T04:43:12.250Z | Downloaded home v0.5.9 |
519 | 2024-12-21T04:43:12.250Z | Downloaded headers-core v0.3.0 |
520 | 2024-12-21T04:43:12.251Z | Downloaded crc-catalog v2.4.0 |
521 | 2024-12-21T04:43:12.251Z | Downloaded bcrypt-pbkdf v0.10.0 |
522 | 2024-12-21T04:43:12.251Z | Downloaded instant v0.1.13 |
523 | 2024-12-21T04:43:12.253Z | Downloaded ipnetwork v0.20.0 |
524 | 2024-12-21T04:43:12.256Z | Downloaded hostname v0.4.0 |
525 | 2024-12-21T04:43:12.258Z | Downloaded ctr v0.9.2 |
526 | 2024-12-21T04:43:12.260Z | Downloaded lockfree-object-pool v0.1.6 |
527 | 2024-12-21T04:43:12.263Z | Downloaded lazy_static v1.5.0 |
528 | 2024-12-21T04:43:12.266Z | Downloaded mime v0.3.17 |
529 | 2024-12-21T04:43:12.269Z | Downloaded maybe-uninit v2.0.0 |
530 | 2024-12-21T04:43:12.271Z | Downloaded instability v0.3.2 |
531 | 2024-12-21T04:43:12.271Z | Downloaded cipher v0.4.4 |
532 | 2024-12-21T04:43:12.274Z | Downloaded russh-cryptovec v0.7.3 |
533 | 2024-12-21T04:43:12.276Z | Downloaded progenitor-client v0.8.0 |
534 | 2024-12-21T04:43:12.276Z | Downloaded memoffset v0.9.1 |
535 | 2024-12-21T04:43:12.279Z | Downloaded constant_time_eq v0.3.1 |
536 | 2024-12-21T04:43:12.279Z | Downloaded ciborium-ll v0.2.2 |
537 | 2024-12-21T04:43:12.281Z | Downloaded md-5 v0.10.6 |
538 | 2024-12-21T04:43:12.285Z | Downloaded managed v0.8.0 |
539 | 2024-12-21T04:43:12.287Z | Downloaded csv-core v0.1.11 |
540 | 2024-12-21T04:43:12.290Z | Downloaded libefi-sys v0.1.0 |
541 | 2024-12-21T04:43:12.290Z | Downloaded const_format_proc_macros v0.2.33 |
542 | 2024-12-21T04:43:12.293Z | Downloaded cexpr v0.6.0 |
543 | 2024-12-21T04:43:12.295Z | Downloaded cassowary v0.3.0 |
544 | 2024-12-21T04:43:12.298Z | Downloaded is_ci v1.2.0 |
545 | 2024-12-21T04:43:12.298Z | Downloaded ident_case v1.0.1 |
546 | 2024-12-21T04:43:12.301Z | Downloaded console v0.15.8 |
547 | 2024-12-21T04:43:12.303Z | Downloaded ipnet v2.10.1 |
548 | 2024-12-21T04:43:12.305Z | Downloaded libsw v3.3.1 |
549 | 2024-12-21T04:43:12.308Z | Downloaded hickory-client v0.24.1 |
550 | 2024-12-21T04:43:12.311Z | Downloaded icu_locid_transform v1.5.0 |
551 | 2024-12-21T04:43:12.314Z | Downloaded highway v1.2.0 |
552 | 2024-12-21T04:43:12.318Z | Downloaded litemap v0.7.3 |
553 | 2024-12-21T04:43:12.320Z | Downloaded cancel-safe-futures v0.1.5 |
554 | 2024-12-21T04:43:12.325Z | Downloaded strum v0.26.3 |
555 | 2024-12-21T04:43:12.327Z | Downloaded serde-big-array v0.5.1 |
556 | 2024-12-21T04:43:12.330Z | Downloaded mime_guess v2.0.5 |
557 | 2024-12-21T04:43:12.332Z | Downloaded memmap2 v0.9.5 |
558 | 2024-12-21T04:43:12.335Z | Downloaded rand_xorshift v0.3.0 |
559 | 2024-12-21T04:43:12.335Z | Downloaded ref-cast v1.0.23 |
560 | 2024-12-21T04:43:12.338Z | Downloaded ref-cast-impl v1.0.23 |
561 | 2024-12-21T04:43:12.341Z | Downloaded quick-error v1.2.3 |
562 | 2024-12-21T04:43:12.343Z | Downloaded ahash v0.8.11 |
563 | 2024-12-21T04:43:12.353Z | Downloaded lazycell v1.3.0 |
564 | 2024-12-21T04:43:12.355Z | Downloaded linked-hash-map v0.5.6 |
565 | 2024-12-21T04:43:12.355Z | Downloaded lalrpop-util v0.19.12 |
566 | 2024-12-21T04:43:12.355Z | Downloaded const-oid v0.9.6 |
567 | 2024-12-21T04:43:12.355Z | Downloaded crc32fast v1.4.2 |
568 | 2024-12-21T04:43:12.355Z | Downloaded float-ord v0.3.2 |
569 | 2024-12-21T04:43:12.361Z | Downloaded try-lock v0.2.5 |
570 | 2024-12-21T04:43:12.361Z | Downloaded rustc_version v0.4.1 |
571 | 2024-12-21T04:43:12.363Z | Downloaded cmake v0.1.51 |
572 | 2024-12-21T04:43:12.363Z | Downloaded icu_provider v1.5.0 |
573 | 2024-12-21T04:43:12.366Z | Downloaded endian-type v0.1.2 |
574 | 2024-12-21T04:43:12.369Z | Downloaded icu_normalizer_data v1.5.0 |
575 | 2024-12-21T04:43:12.371Z | Downloaded icu_locid_transform_data v1.5.0 |
576 | 2024-12-21T04:43:12.374Z | Downloaded curve25519-dalek-derive v0.1.1 |
577 | 2024-12-21T04:43:12.374Z | Downloaded icu_locid v1.5.0 |
578 | 2024-12-21T04:43:12.379Z | Downloaded structmeta v0.3.0 |
579 | 2024-12-21T04:43:12.383Z | Downloaded fxhash v0.2.1 |
580 | 2024-12-21T04:43:12.387Z | Downloaded strum_macros v0.25.3 |
581 | 2024-12-21T04:43:12.387Z | Downloaded shell-words v1.1.0 |
582 | 2024-12-21T04:43:12.387Z | Downloaded rustversion v1.0.17 |
583 | 2024-12-21T04:43:12.389Z | Downloaded tinystr v0.7.6 |
584 | 2024-12-21T04:43:12.392Z | Downloaded openssl-probe v0.1.5 |
585 | 2024-12-21T04:43:12.395Z | Downloaded cookie v0.18.1 |
586 | 2024-12-21T04:43:12.402Z | Downloaded untrusted v0.7.1 |
587 | 2024-12-21T04:43:12.405Z | Downloaded writeable v0.5.5 |
588 | 2024-12-21T04:43:12.408Z | Downloaded xz2 v0.1.7 |
589 | 2024-12-21T04:43:12.410Z | Downloaded path-slash v0.1.5 |
590 | 2024-12-21T04:43:12.413Z | Downloaded write16 v1.0.0 |
591 | 2024-12-21T04:43:12.416Z | Downloaded float-cmp v0.9.0 |
592 | 2024-12-21T04:43:12.421Z | Downloaded phf_shared v0.10.0 |
593 | 2024-12-21T04:43:12.421Z | Downloaded bb8 v0.8.5 |
594 | 2024-12-21T04:43:12.423Z | Downloaded indexmap v1.9.3 |
595 | 2024-12-21T04:43:12.425Z | Downloaded ena v0.14.3 |
596 | 2024-12-21T04:43:12.429Z | Downloaded chacha20poly1305 v0.10.1 |
597 | 2024-12-21T04:43:12.432Z | Downloaded embedded-io v0.6.1 |
598 | 2024-12-21T04:43:12.432Z | Downloaded smf v0.2.3 |
599 | 2024-12-21T04:43:12.432Z | Downloaded structmeta-derive v0.3.0 |
600 | 2024-12-21T04:43:12.435Z | Downloaded addr2line v0.24.2 |
601 | 2024-12-21T04:43:12.438Z | Downloaded indicatif v0.17.9 |
602 | 2024-12-21T04:43:12.441Z | Downloaded futures-task v0.3.31 |
603 | 2024-12-21T04:43:12.443Z | Downloaded sync_wrapper v1.0.1 |
604 | 2024-12-21T04:43:12.446Z | Downloaded sync-ptr v0.1.1 |
605 | 2024-12-21T04:43:12.446Z | Downloaded nibble_vec v0.1.0 |
606 | 2024-12-21T04:43:12.448Z | Downloaded nanorand v0.7.0 |
607 | 2024-12-21T04:43:12.451Z | Downloaded tui-tree-widget v0.22.0 |
608 | 2024-12-21T04:43:12.455Z | Downloaded base64 v0.21.7 |
609 | 2024-12-21T04:43:12.459Z | Downloaded num-iter v0.1.45 |
610 | 2024-12-21T04:43:12.462Z | Downloaded compact_str v0.8.0 |
611 | 2024-12-21T04:43:12.466Z | Downloaded tower-service v0.3.3 |
612 | 2024-12-21T04:43:12.466Z | Downloaded powerfmt v0.2.0 |
613 | 2024-12-21T04:43:12.469Z | Downloaded zerofrom v0.1.4 |
614 | 2024-12-21T04:43:12.469Z | Downloaded phf_generator v0.11.2 |
615 | 2024-12-21T04:43:12.469Z | Downloaded phf_shared v0.11.2 |
616 | 2024-12-21T04:43:12.472Z | Downloaded derive_builder_macro v0.20.2 |
617 | 2024-12-21T04:43:12.472Z | Downloaded icu_normalizer v1.5.0 |
618 | 2024-12-21T04:43:12.475Z | Downloaded rustc_version v0.1.7 |
619 | 2024-12-21T04:43:12.478Z | Downloaded radium v0.7.0 |
620 | 2024-12-21T04:43:12.480Z | Downloaded rustc-hash v2.0.0 |
621 | 2024-12-21T04:43:12.480Z | Downloaded base64 v0.22.1 |
622 | 2024-12-21T04:43:12.483Z | Downloaded pbkdf2 v0.12.2 |
623 | 2024-12-21T04:43:12.487Z | Downloaded slog v2.7.0 |
624 | 2024-12-21T04:43:12.490Z | Downloaded new_debug_unreachable v1.0.6 |
625 | 2024-12-21T04:43:12.491Z | Downloaded serde_path_to_error v0.1.16 |
626 | 2024-12-21T04:43:12.493Z | Downloaded rand_chacha v0.3.1 |
627 | 2024-12-21T04:43:12.496Z | Downloaded parse-size v1.1.0 |
628 | 2024-12-21T04:43:12.496Z | Downloaded oso-derive v0.27.3 |
629 | 2024-12-21T04:43:12.496Z | Downloaded spki v0.7.3 |
630 | 2024-12-21T04:43:12.500Z | Downloaded slog-stdlog v4.1.1 |
631 | 2024-12-21T04:43:12.500Z | Downloaded sha1 v0.10.6 |
632 | 2024-12-21T04:43:12.502Z | Downloaded peg-runtime v0.8.3 |
633 | 2024-12-21T04:43:12.505Z | Downloaded num-conv v0.1.0 |
634 | 2024-12-21T04:43:12.505Z | Downloaded newline-converter v0.3.0 |
635 | 2024-12-21T04:43:12.505Z | Downloaded const_format v0.2.33 |
636 | 2024-12-21T04:43:12.510Z | Downloaded synstructure v0.13.1 |
637 | 2024-12-21T04:43:12.516Z | Downloaded supports-color v3.0.1 |
638 | 2024-12-21T04:43:12.516Z | Downloaded num-rational v0.4.2 |
639 | 2024-12-21T04:43:12.516Z | Downloaded subtle v2.6.1 |
640 | 2024-12-21T04:43:12.520Z | Downloaded strip-ansi-escapes v0.2.0 |
641 | 2024-12-21T04:43:12.520Z | Downloaded string_cache v0.8.7 |
642 | 2024-12-21T04:43:12.520Z | Downloaded slog-async v2.8.0 |
643 | 2024-12-21T04:43:12.523Z | Downloaded psl-types v2.0.11 |
644 | 2024-12-21T04:43:12.528Z | Downloaded zerofrom-derive v0.1.4 |
645 | 2024-12-21T04:43:12.528Z | Downloaded unicase v2.7.0 |
646 | 2024-12-21T04:43:12.528Z | Downloaded unarray v0.1.4 |
647 | 2024-12-21T04:43:12.528Z | Downloaded typify-macro v0.2.0 |
648 | 2024-12-21T04:43:12.530Z | Downloaded postgres-types v0.2.8 |
649 | 2024-12-21T04:43:12.533Z | Downloaded env_filter v0.1.2 |
650 | 2024-12-21T04:43:12.535Z | Downloaded enum-as-inner v0.6.1 |
651 | 2024-12-21T04:43:12.535Z | Downloaded postcard v1.0.10 |
652 | 2024-12-21T04:43:12.539Z | Downloaded dhcproto v0.12.0 |
653 | 2024-12-21T04:43:12.541Z | Downloaded des v0.8.1 |
654 | 2024-12-21T04:43:12.543Z | Downloaded derive-where v1.2.7 |
655 | 2024-12-21T04:43:12.546Z | Downloaded schemars v0.8.21 |
656 | 2024-12-21T04:43:12.560Z | Downloaded pem v3.0.4 |
657 | 2024-12-21T04:43:12.563Z | Downloaded peg v0.8.4 |
658 | 2024-12-21T04:43:12.578Z | Downloaded mirai-annotations v1.12.0 |
659 | 2024-12-21T04:43:12.581Z | Downloaded foreign-types-shared v0.3.1 |
660 | 2024-12-21T04:43:12.581Z | Downloaded serde_urlencoded v0.7.1 |
661 | 2024-12-21T04:43:12.584Z | Downloaded walkdir v2.5.0 |
662 | 2024-12-21T04:43:12.586Z | Downloaded foreign-types-shared v0.1.1 |
663 | 2024-12-21T04:43:12.586Z | Downloaded rustfmt-wrapper v0.2.1 |
664 | 2024-12-21T04:43:12.588Z | Downloaded zeroize v1.8.1 |
665 | 2024-12-21T04:43:12.591Z | Downloaded flume v0.11.1 |
666 | 2024-12-21T04:43:12.593Z | Downloaded same-file v1.0.6 |
667 | 2024-12-21T04:43:12.596Z | Downloaded tokio-native-tls v0.3.1 |
668 | 2024-12-21T04:43:12.598Z | Downloaded tokio-macros v2.4.0 |
669 | 2024-12-21T04:43:12.599Z | Downloaded ssh-cipher v0.2.0 |
670 | 2024-12-21T04:43:12.601Z | Downloaded serde_repr v0.1.19 |
671 | 2024-12-21T04:43:12.603Z | Downloaded sigpipe v0.1.3 |
672 | 2024-12-21T04:43:12.603Z | Downloaded serde_with_macros v3.11.0 |
673 | 2024-12-21T04:43:12.606Z | Downloaded tokio-rustls v0.24.1 |
674 | 2024-12-21T04:43:12.608Z | Downloaded thread_local v1.1.8 |
675 | 2024-12-21T04:43:12.611Z | Downloaded ssh-encoding v0.2.0 |
676 | 2024-12-21T04:43:12.612Z | Downloaded num-traits v0.2.19 |
677 | 2024-12-21T04:43:12.615Z | Downloaded stable_deref_trait v1.2.0 |
678 | 2024-12-21T04:43:12.617Z | Downloaded unicode_categories v0.1.1 |
679 | 2024-12-21T04:43:12.620Z | Downloaded sqlparser_derive v0.2.2 |
680 | 2024-12-21T04:43:12.620Z | Downloaded serde_plain v1.0.2 |
681 | 2024-12-21T04:43:12.623Z | Downloaded diesel_table_macro_syntax v0.2.0 |
682 | 2024-12-21T04:43:12.626Z | Downloaded vte_generate_state_changes v0.1.2 |
683 | 2024-12-21T04:43:12.626Z | Downloaded want v0.3.1 |
684 | 2024-12-21T04:43:12.626Z | Downloaded fallible-iterator v0.2.0 |
685 | 2024-12-21T04:43:12.628Z | Downloaded toolchain_find v0.4.0 |
686 | 2024-12-21T04:43:12.628Z | Downloaded difflib v0.4.0 |
687 | 2024-12-21T04:43:12.631Z | Downloaded waitgroup v0.1.2 |
688 | 2024-12-21T04:43:12.634Z | Downloaded phf_codegen v0.11.2 |
689 | 2024-12-21T04:43:12.634Z | Downloaded mockall v0.13.0 |
690 | 2024-12-21T04:43:12.637Z | Downloaded primeorder v0.13.6 |
691 | 2024-12-21T04:43:12.637Z | Downloaded foreign-types-macros v0.2.3 |
692 | 2024-12-21T04:43:12.640Z | Downloaded derive_more v0.99.18 |
693 | 2024-12-21T04:43:12.643Z | Downloaded dropshot_endpoint v0.12.0 |
694 | 2024-12-21T04:43:12.647Z | Downloaded shlex v1.3.0 |
695 | 2024-12-21T04:43:12.649Z | Downloaded aes-gcm v0.10.3 |
696 | 2024-12-21T04:43:12.653Z | Downloaded downcast v0.11.0 |
697 | 2024-12-21T04:43:12.655Z | Downloaded zerovec-derive v0.10.3 |
698 | 2024-12-21T04:43:12.657Z | Downloaded tracing-attributes v0.1.27 |
699 | 2024-12-21T04:43:12.659Z | Downloaded dunce v1.0.5 |
700 | 2024-12-21T04:43:12.662Z | Downloaded r2d2 v0.8.10 |
701 | 2024-12-21T04:43:12.666Z | Downloaded oso v0.27.3 |
702 | 2024-12-21T04:43:12.668Z | Downloaded topological-sort v0.2.2 |
703 | 2024-12-21T04:43:12.670Z | Downloaded peg-macros v0.8.4 |
704 | 2024-12-21T04:43:12.672Z | Downloaded getrandom v0.2.15 |
705 | 2024-12-21T04:43:12.675Z | Downloaded libxml v0.3.3 |
706 | 2024-12-21T04:43:12.682Z | Downloaded pretty-hex v0.2.1 |
707 | 2024-12-21T04:43:12.684Z | Downloaded spin v0.5.2 |
708 | 2024-12-21T04:43:12.686Z | Downloaded smallvec v0.6.14 |
709 | 2024-12-21T04:43:12.686Z | Downloaded zone_cfg_derive v0.1.2 |
710 | 2024-12-21T04:43:12.689Z | Downloaded crossterm v0.28.1 |
711 | 2024-12-21T04:43:12.696Z | Downloaded zone_cfg_derive v0.3.0 |
712 | 2024-12-21T04:43:12.699Z | Downloaded newtype_derive v0.1.6 |
713 | 2024-12-21T04:43:12.699Z | Downloaded wait-timeout v0.2.0 |
714 | 2024-12-21T04:43:12.701Z | Downloaded hashlink v0.9.1 |
715 | 2024-12-21T04:43:12.704Z | Downloaded unicode-bidi v0.3.17 |
716 | 2024-12-21T04:43:12.706Z | Downloaded pem-rfc7468 v0.7.0 |
717 | 2024-12-21T04:43:12.709Z | Downloaded idna v1.0.3 |
718 | 2024-12-21T04:43:12.713Z | Downloaded pin-project-lite v0.2.14 |
719 | 2024-12-21T04:43:12.720Z | Downloaded opaque-debug v0.3.1 |
720 | 2024-12-21T04:43:12.722Z | Downloaded serde_yaml v0.9.34+deprecated |
721 | 2024-12-21T04:43:12.725Z | Downloaded fallible-iterator v0.3.0 |
722 | 2024-12-21T04:43:12.727Z | Downloaded enum-as-inner v0.5.1 |
723 | 2024-12-21T04:43:12.729Z | Downloaded embedded-io v0.4.0 |
724 | 2024-12-21T04:43:12.732Z | Downloaded ed25519 v2.2.3 |
725 | 2024-12-21T04:43:12.734Z | Downloaded dyn-clone v1.0.17 |
726 | 2024-12-21T04:43:12.737Z | Downloaded dsl_auto_type v0.1.2 |
727 | 2024-12-21T04:43:12.737Z | Downloaded proc-macro-crate v1.3.1 |
728 | 2024-12-21T04:43:12.740Z | Downloaded predicates-tree v1.0.11 |
729 | 2024-12-21T04:43:12.740Z | Downloaded quinn-udp v0.5.5 |
730 | 2024-12-21T04:43:12.742Z | Downloaded openssl-sys v0.9.103 |
731 | 2024-12-21T04:43:12.747Z | Downloaded twox-hash v1.6.3 |
732 | 2024-12-21T04:43:12.750Z | Downloaded progenitor-macro v0.8.0 |
733 | 2024-12-21T04:43:12.750Z | Downloaded termcolor v1.4.1 |
734 | 2024-12-21T04:43:12.753Z | Downloaded diff v0.1.13 |
735 | 2024-12-21T04:43:12.755Z | Downloaded half v2.4.1 |
736 | 2024-12-21T04:43:12.758Z | Downloaded form_urlencoded v1.2.1 |
737 | 2024-12-21T04:43:12.760Z | Downloaded rcgen v0.12.1 |
738 | 2024-12-21T04:43:12.762Z | Downloaded samael v0.0.17 |
739 | 2024-12-21T04:43:12.767Z | Downloaded itertools v0.12.1 |
740 | 2024-12-21T04:43:12.775Z | Downloaded ecdsa v0.16.9 |
741 | 2024-12-21T04:43:12.777Z | Downloaded displaydoc v0.2.5 |
742 | 2024-12-21T04:43:12.780Z | Downloaded display-error-chain v0.2.2 |
743 | 2024-12-21T04:43:12.782Z | Downloaded derive_builder_core v0.20.2 |
744 | 2024-12-21T04:43:12.785Z | Downloaded pin-project v1.1.6 |
745 | 2024-12-21T04:43:12.795Z | Downloaded simd-adler32 v0.3.7 |
746 | 2024-12-21T04:43:12.798Z | Downloaded salsa20 v0.10.2 |
747 | 2024-12-21T04:43:12.801Z | Downloaded packed_struct v0.10.1 |
748 | 2024-12-21T04:43:12.803Z | Downloaded reedline v0.35.0 |
749 | 2024-12-21T04:43:12.811Z | Downloaded tinyvec_macros v0.1.1 |
750 | 2024-12-21T04:43:12.813Z | Downloaded termtree v0.4.1 |
751 | 2024-12-21T04:43:12.813Z | Downloaded zone v0.1.8 |
752 | 2024-12-21T04:43:12.816Z | Downloaded zeroize_derive v1.4.2 |
753 | 2024-12-21T04:43:12.816Z | Downloaded signature v2.2.0 |
754 | 2024-12-21T04:43:12.818Z | Downloaded tiny-keccak v2.0.2 |
755 | 2024-12-21T04:43:12.820Z | Downloaded vte v0.11.1 |
756 | 2024-12-21T04:43:12.823Z | Downloaded toml v0.7.8 |
757 | 2024-12-21T04:43:12.827Z | Downloaded num_threads v0.1.7 |
758 | 2024-12-21T04:43:12.829Z | Downloaded fs_extra v1.3.0 |
759 | 2024-12-21T04:43:12.831Z | Downloaded fragile v2.0.0 |
760 | 2024-12-21T04:43:12.837Z | Downloaded num_enum v0.5.11 |
761 | 2024-12-21T04:43:12.840Z | Downloaded derive_builder v0.20.2 |
762 | 2024-12-21T04:43:12.845Z | Downloaded predicates-core v1.0.8 |
763 | 2024-12-21T04:43:12.848Z | Downloaded foreign-types v0.3.2 |
764 | 2024-12-21T04:43:12.850Z | Downloaded pin-utils v0.1.0 |
765 | 2024-12-21T04:43:12.850Z | Downloaded parse-display-derive v0.10.0 |
766 | 2024-12-21T04:43:12.852Z | Downloaded parse-display v0.10.0 |
767 | 2024-12-21T04:43:12.854Z | Downloaded num-complex v0.4.6 |
768 | 2024-12-21T04:43:12.856Z | Downloaded rustls-pemfile v1.0.4 |
769 | 2024-12-21T04:43:12.858Z | Downloaded tokio-util v0.7.12 |
770 | 2024-12-21T04:43:12.864Z | Downloaded progenitor-impl v0.8.0 |
771 | 2024-12-21T04:43:12.867Z | Downloaded rustc-hash v1.1.0 |
772 | 2024-12-21T04:43:12.870Z | Downloaded aho-corasick v1.1.3 |
773 | 2024-12-21T04:43:12.875Z | Downloaded defmt-parser v0.3.4 |
774 | 2024-12-21T04:43:12.878Z | Downloaded thiserror v2.0.3 |
775 | 2024-12-21T04:43:12.883Z | Downloaded tls_codec v0.4.1 |
776 | 2024-12-21T04:43:12.886Z | Downloaded yoke-derive v0.7.4 |
777 | 2024-12-21T04:43:12.895Z | Downloaded time-macros v0.2.18 |
778 | 2024-12-21T04:43:12.895Z | Downloaded fixedbitset v0.4.2 |
779 | 2024-12-21T04:43:12.895Z | Downloaded percent-encoding v2.3.1 |
780 | 2024-12-21T04:43:12.895Z | Downloaded globset v0.4.15 |
781 | 2024-12-21T04:43:12.895Z | Downloaded term v0.7.0 |
782 | 2024-12-21T04:43:12.898Z | Downloaded headers v0.4.0 |
783 | 2024-12-21T04:43:12.904Z | Downloaded owo-colors v4.1.0 |
784 | 2024-12-21T04:43:12.906Z | Downloaded take_mut v0.2.2 |
785 | 2024-12-21T04:43:12.909Z | Downloaded nodrop v0.1.14 |
786 | 2024-12-21T04:43:12.909Z | Downloaded foreign-types v0.5.0 |
787 | 2024-12-21T04:43:12.911Z | Downloaded publicsuffix v2.2.3 |
788 | 2024-12-21T04:43:12.914Z | Downloaded resolv-conf v0.7.0 |
789 | 2024-12-21T04:43:12.916Z | Downloaded smallvec v1.13.2 |
790 | 2024-12-21T04:43:12.916Z | Downloaded similar v2.6.0 |
791 | 2024-12-21T04:43:12.921Z | Downloaded precomputed-hash v0.1.1 |
792 | 2024-12-21T04:43:12.924Z | Downloaded phf v0.11.2 |
793 | 2024-12-21T04:43:12.924Z | Downloaded num_enum_derive v0.5.11 |
794 | 2024-12-21T04:43:12.926Z | Downloaded slog-scope v4.4.0 |
795 | 2024-12-21T04:43:12.926Z | Downloaded time-core v0.1.2 |
796 | 2024-12-21T04:43:12.928Z | Downloaded secrecy v0.8.0 |
797 | 2024-12-21T04:43:12.928Z | Downloaded number_prefix v0.4.0 |
798 | 2024-12-21T04:43:12.932Z | Downloaded packed_struct_codegen v0.10.1 |
799 | 2024-12-21T04:43:12.932Z | Downloaded defmt v0.3.8 |
800 | 2024-12-21T04:43:12.934Z | Downloaded slog-bunyan v2.5.0 |
801 | 2024-12-21T04:43:12.937Z | Downloaded zone v0.3.0 |
802 | 2024-12-21T04:43:12.937Z | Downloaded tokio-tungstenite v0.21.0 |
803 | 2024-12-21T04:43:12.939Z | Downloaded unicode-properties v0.1.3 |
804 | 2024-12-21T04:43:12.941Z | Downloaded ed25519-dalek v2.1.1 |
805 | 2024-12-21T04:43:12.944Z | Downloaded der_derive v0.7.3 |
806 | 2024-12-21T04:43:12.947Z | Downloaded hashbrown v0.13.2 |
807 | 2024-12-21T04:43:12.950Z | Downloaded password-hash v0.5.0 |
808 | 2024-12-21T04:43:12.953Z | Downloaded elliptic-curve v0.13.8 |
809 | 2024-12-21T04:43:12.955Z | Downloaded utf8_iter v1.0.4 |
810 | 2024-12-21T04:43:12.958Z | Downloaded slog-json v2.6.1 |
811 | 2024-12-21T04:43:12.960Z | Downloaded siphasher v0.3.11 |
812 | 2024-12-21T04:43:12.960Z | Downloaded rfc6979 v0.4.0 |
813 | 2024-12-21T04:43:12.963Z | Downloaded olpc-cjson v0.1.4 |
814 | 2024-12-21T04:43:12.963Z | Downloaded unicode-truncate v1.1.0 |
815 | 2024-12-21T04:43:12.965Z | Downloaded parking_lot v0.11.2 |
816 | 2024-12-21T04:43:12.968Z | Downloaded normalize-line-endings v0.3.0 |
817 | 2024-12-21T04:43:12.968Z | Downloaded tough v0.19.0 |
818 | 2024-12-21T04:43:12.975Z | Downloaded tap v1.0.1 |
819 | 2024-12-21T04:43:12.978Z | Downloaded ppv-lite86 v0.2.20 |
820 | 2024-12-21T04:43:12.982Z | Downloaded tabwriter v1.4.0 |
821 | 2024-12-21T04:43:12.982Z | Downloaded signal-hook-tokio v0.3.1 |
822 | 2024-12-21T04:43:12.982Z | Downloaded paste v1.0.15 |
823 | 2024-12-21T04:43:12.984Z | Downloaded signal-hook-registry v1.4.2 |
824 | 2024-12-21T04:43:12.987Z | Downloaded parking_lot v0.12.3 |
825 | 2024-12-21T04:43:12.989Z | Downloaded glob v0.3.1 |
826 | 2024-12-21T04:43:12.989Z | Downloaded signal-hook-mio v0.2.4 |
827 | 2024-12-21T04:43:12.992Z | Downloaded yasna v0.5.2 |
828 | 2024-12-21T04:43:12.992Z | Downloaded thiserror-no-std v2.0.2 |
829 | 2024-12-21T04:43:12.996Z | Downloaded polyval v0.6.2 |
830 | 2024-12-21T04:43:12.999Z | Downloaded fatfs v0.3.6 |
831 | 2024-12-21T04:43:13.003Z | Downloaded toml_edit v0.19.15 |
832 | 2024-12-21T04:43:13.017Z | Downloaded num v0.4.3 |
833 | 2024-12-21T04:43:13.020Z | Downloaded pkcs8 v0.10.2 |
834 | 2024-12-21T04:43:13.022Z | Downloaded pkcs1 v0.7.5 |
835 | 2024-12-21T04:43:13.025Z | Downloaded tinyvec v1.8.0 |
836 | 2024-12-21T04:43:13.027Z | Downloaded scheduled-thread-pool v0.2.7 |
837 | 2024-12-21T04:43:13.029Z | Downloaded bitvec v1.0.1 |
838 | 2024-12-21T04:43:13.043Z | Downloaded multimap v0.10.0 |
839 | 2024-12-21T04:43:13.045Z | Downloaded thiserror-impl v2.0.3 |
840 | 2024-12-21T04:43:13.045Z | Downloaded poly1305 v0.8.0 |
841 | 2024-12-21T04:43:13.047Z | Downloaded rtoolbox v0.0.2 |
842 | 2024-12-21T04:43:13.050Z | Downloaded sct v0.7.1 |
843 | 2024-12-21T04:43:13.052Z | Downloaded russh-keys v0.45.0 |
844 | 2024-12-21T04:43:13.055Z | Downloaded value-bag v1.9.0 |
845 | 2024-12-21T04:43:13.057Z | Downloaded uzers v0.12.1 |
846 | 2024-12-21T04:43:13.060Z | Downloaded futures-channel v0.3.31 |
847 | 2024-12-21T04:43:13.062Z | Downloaded quick-xml v0.33.0 |
848 | 2024-12-21T04:43:13.069Z | Downloaded schemars_derive v0.8.21 |
849 | 2024-12-21T04:43:13.071Z | Downloaded pkcs5 v0.7.1 |
850 | 2024-12-21T04:43:13.075Z | Downloaded chrono v0.4.38 |
851 | 2024-12-21T04:43:13.081Z | Downloaded native-tls v0.2.12 |
852 | 2024-12-21T04:43:13.084Z | Downloaded socket2 v0.5.7 |
853 | 2024-12-21T04:43:13.086Z | Downloaded typed-path v0.9.3 |
854 | 2024-12-21T04:43:13.092Z | Downloaded rustls-pemfile v2.2.0 |
855 | 2024-12-21T04:43:13.094Z | Downloaded portable-atomic v1.9.0 |
856 | 2024-12-21T04:43:13.102Z | Downloaded serde_derive_internals v0.29.1 |
857 | 2024-12-21T04:43:13.104Z | Downloaded tokio-postgres v0.7.12 |
858 | 2024-12-21T04:43:13.108Z | Downloaded futures-executor v0.3.31 |
859 | 2024-12-21T04:43:13.112Z | Downloaded thiserror-impl-no-std v2.0.2 |
860 | 2024-12-21T04:43:13.112Z | Downloaded zip v2.1.3 |
861 | 2024-12-21T04:43:13.116Z | Downloaded futures v0.3.31 |
862 | 2024-12-21T04:43:13.121Z | Downloaded zopfli v0.8.1 |
863 | 2024-12-21T04:43:13.125Z | Downloaded parse-zoneinfo v0.3.1 |
864 | 2024-12-21T04:43:13.129Z | Downloaded icu_properties_data v1.5.0 |
865 | 2024-12-21T04:43:13.138Z | Downloaded uuid v1.11.0 |
866 | 2024-12-21T04:43:13.141Z | Downloaded lalrpop v0.19.12 |
867 | 2024-12-21T04:43:13.152Z | Downloaded darling_core v0.20.10 |
868 | 2024-12-21T04:43:13.156Z | Downloaded rustls-pki-types v1.10.0 |
869 | 2024-12-21T04:43:13.160Z | Downloaded serde_with v3.11.0 |
870 | 2024-12-21T04:43:13.169Z | Downloaded idna v0.2.3 |
871 | 2024-12-21T04:43:13.176Z | Downloaded unicode-segmentation v1.12.0 |
872 | 2024-12-21T04:43:13.179Z | Downloaded num-bigint v0.4.6 |
873 | 2024-12-21T04:43:13.184Z | Downloaded p521 v0.13.3 |
874 | 2024-12-21T04:43:13.188Z | Downloaded idna v0.4.0 |
875 | 2024-12-21T04:43:13.196Z | Downloaded bindgen v0.69.5 |
876 | 2024-12-21T04:43:13.203Z | Downloaded h2 v0.4.6 |
877 | 2024-12-21T04:43:13.210Z | Downloaded rayon v1.10.0 |
878 | 2024-12-21T04:43:13.220Z | Downloaded quinn-proto v0.11.8 |
879 | 2024-12-21T04:43:13.227Z | Downloaded vcpkg v0.2.15 |
880 | 2024-12-21T04:43:13.265Z | Downloaded nom v7.1.3 |
881 | 2024-12-21T04:43:13.273Z | Downloaded salty v0.3.0 |
882 | 2024-12-21T04:43:13.278Z | Downloaded unicode-normalization v0.1.24 |
883 | 2024-12-21T04:43:13.282Z | Downloaded reqwest v0.12.9 |
884 | 2024-12-21T04:43:13.290Z | Downloaded smoltcp v0.9.1 |
885 | 2024-12-21T04:43:13.301Z | Downloaded sqlparser v0.45.0 |
886 | 2024-12-21T04:43:13.312Z | Downloaded russh v0.45.0 |
887 | 2024-12-21T04:43:13.316Z | Downloaded trust-dns-proto v0.22.0 |
888 | 2024-12-21T04:43:13.325Z | Downloaded polar-core v0.27.3 |
889 | 2024-12-21T04:43:13.333Z | Downloaded dropshot v0.12.0 |
890 | 2024-12-21T04:43:13.366Z | Downloaded regex v1.11.1 |
891 | 2024-12-21T04:43:13.373Z | Downloaded rustls v0.23.19 |
892 | 2024-12-21T04:43:13.379Z | Downloaded smoltcp v0.11.0 |
893 | 2024-12-21T04:43:13.391Z | Downloaded chrono-tz v0.10.0 |
894 | 2024-12-21T04:43:13.399Z | Downloaded p384 v0.13.0 |
895 | 2024-12-21T04:43:13.406Z | Downloaded webpki-roots v0.26.6 |
896 | 2024-12-21T04:43:13.410Z | Downloaded petname v2.0.2 |
897 | 2024-12-21T04:43:13.415Z | Downloaded rustls v0.21.12 |
898 | 2024-12-21T04:43:13.427Z | Downloaded git2 v0.19.0 |
899 | 2024-12-21T04:43:13.438Z | Downloaded nix v0.28.0 |
900 | 2024-12-21T04:43:13.447Z | Downloaded gimli v0.31.1 |
901 | 2024-12-21T04:43:13.461Z | Downloaded object v0.30.4 |
902 | 2024-12-21T04:43:13.465Z | Downloaded openapiv3 v2.0.0 |
903 | 2024-12-21T04:43:13.479Z | Downloaded sled v0.34.7 |
904 | 2024-12-21T04:43:13.491Z | Downloaded rustls v0.22.4 |
905 | 2024-12-21T04:43:13.501Z | Downloaded regex-syntax v0.8.5 |
906 | 2024-12-21T04:43:13.510Z | Downloaded regress v0.10.1 |
907 | 2024-12-21T04:43:13.518Z | Downloaded object v0.36.5 |
908 | 2024-12-21T04:43:13.529Z | Downloaded zerocopy-derive v0.6.6 |
909 | 2024-12-21T04:43:13.539Z | Downloaded typify-impl v0.2.0 |
910 | 2024-12-21T04:43:13.554Z | Downloaded regex-syntax v0.6.29 |
911 | 2024-12-21T04:43:13.562Z | Downloaded ratatui v0.28.1 |
912 | 2024-12-21T04:43:13.581Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
913 | 2024-12-21T04:43:13.593Z | Downloaded nix v0.29.0 |
914 | 2024-12-21T04:43:13.605Z | Downloaded dropshot v0.13.0 |
915 | 2024-12-21T04:43:13.625Z | Downloaded regress v0.9.1 |
916 | 2024-12-21T04:43:13.633Z | Downloaded diesel v2.2.6 |
917 | 2024-12-21T04:43:13.653Z | Downloaded hickory-proto v0.24.1 |
918 | 2024-12-21T04:43:13.667Z | Downloaded regex-automata v0.4.8 |
919 | 2024-12-21T04:43:13.683Z | Downloaded bstr v1.10.0 |
920 | 2024-12-21T04:43:13.694Z | Downloaded unicode-width v0.2.0 |
921 | 2024-12-21T04:43:13.699Z | Downloaded nix v0.27.1 |
922 | 2024-12-21T04:43:13.710Z | Downloaded lzma-sys v0.1.20 |
923 | 2024-12-21T04:43:13.739Z | Downloaded curve25519-dalek v4.1.3 |
924 | 2024-12-21T04:43:13.749Z | Downloaded tokio v1.40.0 |
925 | 2024-12-21T04:43:13.785Z | Downloaded libz-sys v1.1.20 |
926 | 2024-12-21T04:43:13.805Z | Downloaded rustls-webpki v0.101.7 |
927 | 2024-12-21T04:43:13.819Z | Downloaded petgraph v0.6.5 |
928 | 2024-12-21T04:43:13.835Z | Downloaded sha3 v0.10.8 |
929 | 2024-12-21T04:43:13.840Z | Downloaded radix_trie v0.2.1 |
930 | 2024-12-21T04:43:13.845Z | Downloaded csv v1.3.0 |
931 | 2024-12-21T04:43:13.865Z | Downloaded openssl v0.10.66 |
932 | 2024-12-21T04:43:13.873Z | Downloaded zerocopy v0.8.10 |
933 | 2024-12-21T04:43:13.896Z | Downloaded proptest v1.5.0 |
934 | 2024-12-21T04:43:13.905Z | Downloaded idna v0.5.0 |
935 | 2024-12-21T04:43:13.912Z | Downloaded idna v0.3.0 |
936 | 2024-12-21T04:43:13.918Z | Downloaded hashbrown v0.14.5 |
937 | 2024-12-21T04:43:13.925Z | Downloaded time v0.3.36 |
938 | 2024-12-21T04:43:13.931Z | Downloaded rustls-webpki v0.102.8 |
939 | 2024-12-21T04:43:13.948Z | Downloaded multer v3.1.0 |
940 | 2024-12-21T04:43:13.952Z | Downloaded nu-ansi-term v0.50.1 |
941 | 2024-12-21T04:43:13.955Z | Downloaded vergen v8.3.2 |
942 | 2024-12-21T04:43:13.957Z | Downloaded snafu v0.8.5 |
943 | 2024-12-21T04:43:13.960Z | Downloaded zip v0.6.6 |
944 | 2024-12-21T04:43:13.964Z | Downloaded group v0.13.0 |
945 | 2024-12-21T04:43:13.966Z | Downloaded rpassword v7.3.1 |
946 | 2024-12-21T04:43:13.966Z | Downloaded snafu-derive v0.8.5 |
947 | 2024-12-21T04:43:13.969Z | Downloaded tokio-tungstenite v0.23.1 |
948 | 2024-12-21T04:43:13.973Z | Downloaded zerovec v0.10.4 |
949 | 2024-12-21T04:43:13.976Z | Downloaded ssh-key v0.6.6 |
950 | 2024-12-21T04:43:13.983Z | Downloaded rusqlite v0.32.1 |
951 | 2024-12-21T04:43:13.990Z | Downloaded futures-util v0.3.31 |
952 | 2024-12-21T04:43:14.002Z | Downloaded termios v0.3.3 |
953 | 2024-12-21T04:43:14.004Z | Downloaded scopeguard v1.2.0 |
954 | 2024-12-21T04:43:14.007Z | Downloaded yoke v0.7.4 |
955 | 2024-12-21T04:43:14.007Z | Downloaded winnow v0.5.40 |
956 | 2024-12-21T04:43:14.015Z | Downloaded sec1 v0.7.3 |
957 | 2024-12-21T04:43:14.018Z | Downloaded predicates v3.1.2 |
958 | 2024-12-21T04:43:14.020Z | Downloaded tokio-stream v0.1.16 |
959 | 2024-12-21T04:43:14.024Z | Downloaded mio v1.0.2 |
960 | 2024-12-21T04:43:14.030Z | Downloaded expectorate v1.1.0 |
961 | 2024-12-21T04:43:14.032Z | Downloaded futures-core v0.3.31 |
962 | 2024-12-21T04:43:14.035Z | Downloaded vsss-rs v3.3.4 |
963 | 2024-12-21T04:43:14.037Z | Downloaded ron v0.8.1 |
964 | 2024-12-21T04:43:14.042Z | Downloaded p256 v0.13.2 |
965 | 2024-12-21T04:43:14.045Z | Downloaded steno v0.4.1 |
966 | 2024-12-21T04:43:14.050Z | Downloaded encoding_rs v0.8.34 |
967 | 2024-12-21T04:43:14.072Z | Downloaded darling_macro v0.20.10 |
968 | 2024-12-21T04:43:14.074Z | Downloaded tungstenite v0.24.0 |
969 | 2024-12-21T04:43:14.078Z | Downloaded rustc-demangle v0.1.24 |
970 | 2024-12-21T04:43:14.080Z | Downloaded foldhash v0.1.3 |
971 | 2024-12-21T04:43:14.080Z | Downloaded password-hash v0.4.2 |
972 | 2024-12-21T04:43:14.083Z | Downloaded ron v0.7.1 |
973 | 2024-12-21T04:43:14.086Z | Downloaded spin v0.9.8 |
974 | 2024-12-21T04:43:14.088Z | Downloaded rustyline v14.0.0 |
975 | 2024-12-21T04:43:14.093Z | Downloaded quinn v0.11.5 |
976 | 2024-12-21T04:43:14.098Z | Downloaded num-bigint-dig v0.8.4 |
977 | 2024-12-21T04:43:14.101Z | Downloaded tar v0.4.42 |
978 | 2024-12-21T04:43:14.104Z | Downloaded tungstenite v0.23.0 |
979 | 2024-12-21T04:43:14.108Z | Downloaded aes v0.8.4 |
980 | 2024-12-21T04:43:14.112Z | Downloaded defmt-macros v0.3.9 |
981 | 2024-12-21T04:43:14.115Z | Downloaded debug-ignore v1.0.5 |
982 | 2024-12-21T04:43:14.117Z | Downloaded der v0.7.9 |
983 | 2024-12-21T04:43:14.122Z | Downloaded omicron-zone-package v0.11.1 |
984 | 2024-12-21T04:43:14.125Z | Downloaded url v2.5.3 |
985 | 2024-12-21T04:43:14.128Z | Downloaded env_logger v0.11.5 |
986 | 2024-12-21T04:43:14.131Z | Downloaded env_logger v0.10.2 |
987 | 2024-12-21T04:43:14.134Z | Downloaded dropshot_endpoint v0.13.0 |
988 | 2024-12-21T04:43:14.137Z | Downloaded rayon-core v1.12.1 |
989 | 2024-12-21T04:43:14.140Z | Downloaded blake3 v1.5.4 |
990 | 2024-12-21T04:43:14.148Z | Downloaded hkdf v0.12.4 |
991 | 2024-12-21T04:43:14.151Z | Downloaded tracing v0.1.40 |
992 | 2024-12-21T04:43:14.155Z | Downloaded itertools v0.13.0 |
993 | 2024-12-21T04:43:14.161Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
994 | 2024-12-21T04:43:14.219Z | Downloaded rand v0.8.5 |
995 | 2024-12-21T04:43:14.222Z | Downloaded typify v0.2.0 |
996 | 2024-12-21T04:43:14.225Z | Downloaded flate2 v1.0.34 |
997 | 2024-12-21T04:43:14.230Z | Downloaded zerocopy-derive v0.8.10 |
998 | 2024-12-21T04:43:14.235Z | Downloaded x509-cert v0.2.5 |
999 | 2024-12-21T04:43:14.241Z | Downloaded tls_codec_derive v0.4.1 |
1000 | 2024-12-21T04:43:14.244Z | Downloaded hyper v1.5.0 |
1001 | 2024-12-21T04:43:14.249Z | Downloaded itertools v0.10.5 |
1002 | 2024-12-21T04:43:14.255Z | Downloaded mockall_derive v0.13.0 |
1003 | 2024-12-21T04:43:14.258Z | Downloaded miniz_oxide v0.8.0 |
1004 | 2024-12-21T04:43:14.260Z | Downloaded slog-envlogger v2.2.0 |
1005 | 2024-12-21T04:43:14.263Z | Downloaded slog-dtrace v0.3.0 |
1006 | 2024-12-21T04:43:14.263Z | Downloaded progenitor v0.8.0 |
1007 | 2024-12-21T04:43:14.265Z | Downloaded fallible-streaming-iterator v0.1.9 |
1008 | 2024-12-21T04:43:14.265Z | Downloaded either v1.13.0 |
1009 | 2024-12-21T04:43:14.265Z | Downloaded dirs-sys-next v0.1.2 |
1010 | 2024-12-21T04:43:14.268Z | Downloaded dirs-next v2.0.0 |
1011 | 2024-12-21T04:43:14.268Z | Downloaded deranged v0.3.11 |
1012 | 2024-12-21T04:43:14.271Z | Downloaded pin-project-internal v1.1.6 |
1013 | 2024-12-21T04:43:14.271Z | Downloaded test-strategy v0.4.0 |
1014 | 2024-12-21T04:43:14.273Z | Downloaded signal-hook v0.3.17 |
1015 | 2024-12-21T04:43:14.276Z | Downloaded hashbrown v0.12.3 |
1016 | 2024-12-21T04:43:14.280Z | Downloaded libm v0.2.8 |
1017 | 2024-12-21T04:43:14.288Z | Downloaded hickory-resolver v0.24.1 |
1018 | 2024-12-21T04:43:14.292Z | Downloaded data-encoding v2.6.0 |
1019 | 2024-12-21T04:43:14.294Z | Downloaded utf16_iter v1.0.5 |
1020 | 2024-12-21T04:43:14.295Z | Downloaded utf-8 v0.7.6 |
1021 | 2024-12-21T04:43:14.298Z | Downloaded unicode-xid v0.2.6 |
1022 | 2024-12-21T04:43:14.298Z | Downloaded heapless v0.8.0 |
1023 | 2024-12-21T04:43:14.300Z | Downloaded pkg-config v0.3.31 |
1024 | 2024-12-21T04:43:14.303Z | Downloaded zerocopy v0.6.6 |
1025 | 2024-12-21T04:43:14.306Z | Downloaded parking_lot_core v0.9.10 |
1026 | 2024-12-21T04:43:14.306Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2024-12-21T04:43:14.308Z | Downloaded diesel_derives v2.2.3 |
1028 | 2024-12-21T04:43:14.311Z | Downloaded unsafe-libyaml v0.2.11 |
1029 | 2024-12-21T04:43:14.315Z | Downloaded num-integer v0.1.46 |
1030 | 2024-12-21T04:43:14.317Z | Downloaded num-derive v0.4.2 |
1031 | 2024-12-21T04:43:14.320Z | Downloaded newtype-uuid v1.1.3 |
1032 | 2024-12-21T04:43:14.320Z | Downloaded ghash v0.5.1 |
1033 | 2024-12-21T04:43:14.320Z | Downloaded gethostname v0.5.0 |
1034 | 2024-12-21T04:43:14.323Z | Downloaded futures-sink v0.3.31 |
1035 | 2024-12-21T04:43:14.323Z | Downloaded futures-macro v0.3.31 |
1036 | 2024-12-21T04:43:14.323Z | Downloaded futures-io v0.3.31 |
1037 | 2024-12-21T04:43:14.325Z | Downloaded funty v2.0.0 |
1038 | 2024-12-21T04:43:14.325Z | Downloaded filetime v0.2.25 |
1039 | 2024-12-21T04:43:14.325Z | Downloaded ff v0.13.0 |
1040 | 2024-12-21T04:43:14.328Z | Downloaded fd-lock v4.0.2 |
1041 | 2024-12-21T04:43:14.330Z | Downloaded tokio-rustls v0.26.0 |
1042 | 2024-12-21T04:43:14.333Z | Downloaded stringprep v0.1.5 |
1043 | 2024-12-21T04:43:14.333Z | Downloaded sqlformat v0.2.6 |
1044 | 2024-12-21T04:43:14.336Z | Downloaded slog-term v2.9.1 |
1045 | 2024-12-21T04:43:14.338Z | Downloaded tungstenite v0.21.0 |
1046 | 2024-12-21T04:43:14.340Z | Downloaded tracing-core v0.1.32 |
1047 | 2024-12-21T04:43:14.343Z | Downloaded rsa v0.9.6 |
1048 | 2024-12-21T04:43:14.347Z | Downloaded qorb v0.2.1 |
1049 | 2024-12-21T04:43:14.351Z | Downloaded minimal-lexical v0.2.1 |
1050 | 2024-12-21T04:43:14.355Z | Downloaded icu_collections v1.5.0 |
1051 | 2024-12-21T04:43:14.361Z | Downloaded postgres-protocol v0.6.7 |
1052 | 2024-12-21T04:43:14.368Z | Downloaded prettyplease v0.2.25 |
1053 | 2024-12-21T04:43:14.373Z | Downloaded crypto-bigint v0.5.5 |
1054 | 2024-12-21T04:43:14.379Z | Downloaded crossbeam-channel v0.5.13 |
1055 | 2024-12-21T04:43:14.382Z | Downloaded backtrace v0.3.74 |
1056 | 2024-12-21T04:43:14.382Z | Downloaded scrypt v0.11.0 |
1057 | 2024-12-21T04:43:14.382Z | Downloaded rusty-fork v0.3.0 |
1058 | 2024-12-21T04:43:14.385Z | Downloaded rand_seeder v0.3.0 |
1059 | 2024-12-21T04:43:14.388Z | Downloaded rand_core v0.6.4 |
1060 | 2024-12-21T04:43:14.388Z | Downloaded subprocess v0.2.9 |
1061 | 2024-12-21T04:43:14.388Z | Downloaded hickory-server v0.24.1 |
1062 | 2024-12-21T04:43:14.393Z | Downloaded cc v1.1.30 |
1063 | 2024-12-21T04:43:14.396Z | Downloaded hyper-util v0.1.10 |
1064 | 2024-12-21T04:43:14.400Z | Downloaded pbkdf2 v0.11.0 |
1065 | 2024-12-21T04:43:14.404Z | Downloaded whoami v1.5.2 |
1066 | 2024-12-21T04:43:14.406Z | Downloaded crossbeam-utils v0.8.20 |
1067 | 2024-12-21T04:43:14.409Z | Downloaded aws-lc-rs v1.10.0 |
1068 | 2024-12-21T04:43:14.416Z | Downloaded bumpalo v3.16.0 |
1069 | 2024-12-21T04:43:14.418Z | Downloaded diesel-dtrace v0.4.2 |
1070 | 2024-12-21T04:43:14.420Z | Downloaded tokio-tungstenite v0.24.0 |
1071 | 2024-12-21T04:43:14.423Z | Downloaded tokio-rustls v0.25.0 |
1072 | 2024-12-21T04:43:14.426Z | Downloaded hash32 v0.3.1 |
1073 | 2024-12-21T04:43:14.428Z | Downloaded hash32 v0.2.1 |
1074 | 2024-12-21T04:43:14.431Z | Downloaded strum_macros v0.26.4 |
1075 | 2024-12-21T04:43:14.431Z | Downloaded icu_properties v1.5.1 |
1076 | 2024-12-21T04:43:14.433Z | Downloaded flagset v0.4.6 |
1077 | 2024-12-21T04:43:14.436Z | Downloaded which v4.4.2 |
1078 | 2024-12-21T04:43:14.439Z | Downloaded hyper-staticfile v0.10.1 |
1079 | 2024-12-21T04:43:14.439Z | Downloaded crc-any v2.5.0 |
1080 | 2024-12-21T04:43:14.441Z | Downloaded ciborium v0.2.2 |
1081 | 2024-12-21T04:43:14.444Z | Downloaded xattr v1.3.1 |
1082 | 2024-12-21T04:43:14.444Z | Downloaded wyz v0.5.1 |
1083 | 2024-12-21T04:43:14.446Z | Downloaded untrusted v0.9.0 |
1084 | 2024-12-21T04:43:14.449Z | Downloaded base64 v0.13.1 |
1085 | 2024-12-21T04:43:14.455Z | Downloaded universal-hash v0.5.1 |
1086 | 2024-12-21T04:43:14.457Z | Downloaded crossbeam-epoch v0.9.18 |
1087 | 2024-12-21T04:43:14.457Z | Downloaded bytes v1.8.0 |
1088 | 2024-12-21T04:43:14.460Z | Downloaded arc-swap v1.7.1 |
1089 | 2024-12-21T04:43:14.464Z | Downloaded allocator-api2 v0.2.18 |
1090 | 2024-12-21T04:43:14.467Z | Downloaded openssl-macros v0.1.1 |
1091 | 2024-12-21T04:43:14.469Z | Downloaded http v1.1.0 |
1092 | 2024-12-21T04:43:14.472Z | Downloaded strum_macros v0.24.3 |
1093 | 2024-12-21T04:43:14.474Z | Downloaded hmac v0.12.1 |
1094 | 2024-12-21T04:43:14.477Z | Downloaded static_assertions v1.1.0 |
1095 | 2024-12-21T04:43:14.477Z | Downloaded slab v0.4.9 |
1096 | 2024-12-21T04:43:14.477Z | Downloaded serde-hex v0.1.0 |
1097 | 2024-12-21T04:43:14.480Z | Downloaded semver v0.1.20 |
1098 | 2024-12-21T04:43:14.480Z | Downloaded libloading v0.8.5 |
1099 | 2024-12-21T04:43:14.483Z | Downloaded indent_write v2.2.0 |
1100 | 2024-12-21T04:43:14.485Z | Downloaded blake2 v0.10.6 |
1101 | 2024-12-21T04:43:14.487Z | Downloaded dhcproto-macros v0.1.0 |
1102 | 2024-12-21T04:43:14.487Z | Downloaded keccak v0.1.5 |
1103 | 2024-12-21T04:43:14.487Z | Downloaded internet-checksum v0.2.1 |
1104 | 2024-12-21T04:43:14.496Z | Downloaded idna_adapter v1.2.0 |
1105 | 2024-12-21T04:43:14.496Z | Downloaded iana-time-zone v0.1.61 |
1106 | 2024-12-21T04:43:14.496Z | Downloaded http-body-util v0.1.2 |
1107 | 2024-12-21T04:43:14.496Z | Downloaded hostname v0.3.1 |
1108 | 2024-12-21T04:43:14.496Z | Downloaded async-bb8-diesel v0.2.1 |
1109 | 2024-12-21T04:43:14.496Z | Downloaded clang-sys v1.8.1 |
1110 | 2024-12-21T04:43:14.500Z | Downloaded backoff v0.4.0 |
1111 | 2024-12-21T04:43:14.500Z | Downloaded darling v0.20.10 |
1112 | 2024-12-21T04:43:14.504Z | Downloaded arrayvec v0.7.6 |
1113 | 2024-12-21T04:43:14.506Z | Downloaded lock_api v0.4.12 |
1114 | 2024-12-21T04:43:14.508Z | Downloaded kstat-rs v0.2.4 |
1115 | 2024-12-21T04:43:14.508Z | Downloaded jobserver v0.1.32 |
1116 | 2024-12-21T04:43:14.511Z | Downloaded crossbeam-deque v0.8.5 |
1117 | 2024-12-21T04:43:14.513Z | Downloaded bzip2 v0.4.4 |
1118 | 2024-12-21T04:43:14.515Z | Downloaded maplit v1.0.2 |
1119 | 2024-12-21T04:43:14.515Z | Downloaded hyper-rustls v0.27.3 |
1120 | 2024-12-21T04:43:14.517Z | Downloaded bit-set v0.5.3 |
1121 | 2024-12-21T04:43:14.517Z | Downloaded hex v0.4.3 |
1122 | 2024-12-21T04:43:14.519Z | Downloaded blowfish v0.9.1 |
1123 | 2024-12-21T04:43:14.522Z | Downloaded cfg_aliases v0.2.1 |
1124 | 2024-12-21T04:43:14.522Z | Downloaded cookie_store v0.21.0 |
1125 | 2024-12-21T04:43:14.524Z | Downloaded hubpack_derive v0.1.1 |
1126 | 2024-12-21T04:43:14.524Z | Downloaded httparse v1.9.5 |
1127 | 2024-12-21T04:43:14.529Z | Downloaded bcs v0.1.6 |
1128 | 2024-12-21T04:43:14.529Z | Downloaded async-trait v0.1.83 |
1129 | 2024-12-21T04:43:14.531Z | Downloaded lru v0.12.5 |
1130 | 2024-12-21T04:43:14.534Z | Downloaded is-terminal v0.4.13 |
1131 | 2024-12-21T04:43:14.534Z | Downloaded heapless v0.7.17 |
1132 | 2024-12-21T04:43:14.537Z | Downloaded base64ct v1.6.0 |
1133 | 2024-12-21T04:43:14.539Z | Downloaded argon2 v0.5.3 |
1134 | 2024-12-21T04:43:14.542Z | Downloaded lru-cache v0.1.2 |
1135 | 2024-12-21T04:43:14.542Z | Downloaded linear-map v1.2.0 |
1136 | 2024-12-21T04:43:14.544Z | Downloaded impl-trait-for-tuples v0.2.2 |
1137 | 2024-12-21T04:43:14.546Z | Downloaded indoc v1.0.9 |
1138 | 2024-12-21T04:43:14.548Z | Downloaded httpdate v1.0.3 |
1139 | 2024-12-21T04:43:14.550Z | Downloaded buf-list v1.0.3 |
1140 | 2024-12-21T04:43:14.552Z | Downloaded block-padding v0.3.3 |
1141 | 2024-12-21T04:43:14.552Z | Downloaded bitflags v1.3.2 |
1142 | 2024-12-21T04:43:14.554Z | Downloaded bit-vec v0.6.3 |
1143 | 2024-12-21T04:43:14.557Z | Downloaded inout v0.1.3 |
1144 | 2024-12-21T04:43:14.557Z | Downloaded hyper-tls v0.6.0 |
1145 | 2024-12-21T04:43:14.559Z | Downloaded async-recursion v1.1.1 |
1146 | 2024-12-21T04:43:14.561Z | Downloaded crc v3.2.1 |
1147 | 2024-12-21T04:43:14.563Z | Downloaded colored v2.1.0 |
1148 | 2024-12-21T04:43:14.566Z | Downloaded cobs v0.2.3 |
1149 | 2024-12-21T04:43:14.568Z | Downloaded chrono-tz-build v0.4.0 |
1150 | 2024-12-21T04:43:14.568Z | Downloaded convert_case v0.4.0 |
1151 | 2024-12-21T04:43:14.570Z | Downloaded chacha20 v0.9.1 |
1152 | 2024-12-21T04:43:14.572Z | Downloaded async-stream v0.3.6 |
1153 | 2024-12-21T04:43:14.572Z | Downloaded ascii-canvas v3.0.0 |
1154 | 2024-12-21T04:43:14.574Z | Downloaded array-init v0.0.4 |
1155 | 2024-12-21T04:43:14.574Z | Downloaded bitfield v0.14.0 |
1156 | 2024-12-21T04:43:14.635Z | Downloaded libsqlite3-sys v0.30.1 |
1157 | 2024-12-21T04:43:14.725Z | Downloaded ring v0.17.8 |
1158 | 2024-12-21T04:43:14.881Z | Downloaded ring v0.16.20 |
1159 | 2024-12-21T04:43:15.119Z | Downloaded aws-lc-sys v0.22.0 |
1160 | 2024-12-21T04:43:15.425Z | Compiling serde v1.0.215 |
1161 | 2024-12-21T04:43:15.428Z | Compiling lock_api v0.4.12 |
1162 | 2024-12-21T04:43:15.428Z | Compiling scopeguard v1.2.0 |
1163 | 2024-12-21T04:43:15.428Z | Compiling value-bag v1.9.0 |
1164 | 2024-12-21T04:43:15.428Z | Compiling typenum v1.17.0 |
1165 | 2024-12-21T04:43:15.582Z | Compiling generic-array v0.14.7 |
1166 | 2024-12-21T04:43:15.643Z | Compiling syn v2.0.87 |
1167 | 2024-12-21T04:43:15.646Z | Compiling getrandom v0.2.15 |
1168 | 2024-12-21T04:43:15.702Z | Compiling subtle v2.6.1 |
1169 | 2024-12-21T04:43:15.883Z | Compiling rand_core v0.6.4 |
1170 | 2024-12-21T04:43:16.035Z | Compiling shlex v1.3.0 |
1171 | 2024-12-21T04:43:16.112Z | Compiling log v0.4.22 |
1172 | 2024-12-21T04:43:16.159Z | Compiling jobserver v0.1.32 |
1173 | 2024-12-21T04:43:16.239Z | Compiling smallvec v1.13.2 |
1174 | 2024-12-21T04:43:16.399Z | Compiling const-oid v0.9.6 |
1175 | 2024-12-21T04:43:16.465Z | Compiling pin-project-lite v0.2.14 |
1176 | 2024-12-21T04:43:16.570Z | Compiling cc v1.1.30 |
1177 | 2024-12-21T04:43:16.606Z | Compiling spin v0.9.8 |
1178 | 2024-12-21T04:43:16.624Z | Compiling rustix v0.38.37 |
1179 | 2024-12-21T04:43:16.977Z | Compiling parking_lot_core v0.9.10 |
1180 | 2024-12-21T04:43:16.995Z | Compiling futures-core v0.3.31 |
1181 | 2024-12-21T04:43:17.106Z | Compiling signal-hook-registry v1.4.2 |
1182 | 2024-12-21T04:43:17.234Z | Compiling mio v1.0.2 |
1183 | 2024-12-21T04:43:17.690Z | Compiling aho-corasick v1.1.3 |
1184 | 2024-12-21T04:43:17.990Z | Compiling cpufeatures v0.2.14 |
1185 | 2024-12-21T04:43:18.104Z | Compiling parking_lot v0.12.3 |
1186 | 2024-12-21T04:43:18.343Z | Compiling either v1.13.0 |
1187 | 2024-12-21T04:43:18.381Z | Compiling regex-syntax v0.8.5 |
1188 | 2024-12-21T04:43:18.566Z | Compiling lazy_static v1.5.0 |
1189 | 2024-12-21T04:43:18.615Z | Compiling glob v0.3.1 |
1190 | 2024-12-21T04:43:18.698Z | Compiling futures-sink v0.3.31 |
1191 | 2024-12-21T04:43:18.776Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2024-12-21T04:43:18.859Z | Compiling socket2 v0.5.7 |
1193 | 2024-12-21T04:43:18.899Z | Compiling slab v0.4.9 |
1194 | 2024-12-21T04:43:19.088Z | Compiling prettyplease v0.2.25 |
1195 | 2024-12-21T04:43:19.367Z | Compiling minimal-lexical v0.2.1 |
1196 | 2024-12-21T04:43:19.451Z | Compiling serde_json v1.0.133 |
1197 | 2024-12-21T04:43:19.643Z | Compiling clang-sys v1.8.1 |
1198 | 2024-12-21T04:43:19.808Z | Compiling nom v7.1.3 |
1199 | 2024-12-21T04:43:19.906Z | Compiling libloading v0.8.5 |
1200 | 2024-12-21T04:43:20.169Z | Compiling bindgen v0.69.5 |
1201 | 2024-12-21T04:43:20.335Z | Compiling home v0.5.9 |
1202 | 2024-12-21T04:43:20.618Z | Compiling futures-channel v0.3.31 |
1203 | 2024-12-21T04:43:21.021Z | Compiling itertools v0.12.1 |
1204 | 2024-12-21T04:43:21.073Z | Compiling rustc-hash v1.1.0 |
1205 | 2024-12-21T04:43:21.174Z | Compiling futures-task v0.3.31 |
1206 | 2024-12-21T04:43:21.234Z | Compiling lazycell v1.3.0 |
1207 | 2024-12-21T04:43:21.417Z | Compiling futures-io v0.3.31 |
1208 | 2024-12-21T04:43:21.482Z | Compiling allocator-api2 v0.2.18 |
1209 | 2024-12-21T04:43:21.733Z | Compiling libm v0.2.8 |
1210 | 2024-12-21T04:43:22.070Z | Compiling regex-automata v0.4.8 |
1211 | 2024-12-21T04:43:22.310Z | Compiling pin-utils v0.1.0 |
1212 | 2024-12-21T04:43:22.444Z | Compiling foldhash v0.1.3 |
1213 | 2024-12-21T04:43:22.793Z | Compiling hashbrown v0.15.1 |
1214 | 2024-12-21T04:43:23.550Z | Compiling synstructure v0.13.1 |
1215 | 2024-12-21T04:43:24.104Z | Compiling cexpr v0.6.0 |
1216 | 2024-12-21T04:43:24.279Z | Compiling cmake v0.1.51 |
1217 | 2024-12-21T04:43:25.269Z | Compiling num-traits v0.2.19 |
1218 | 2024-12-21T04:43:25.333Z | Compiling fs_extra v1.3.0 |
1219 | 2024-12-21T04:43:25.364Z | Compiling dunce v1.0.5 |
1220 | 2024-12-21T04:43:25.490Z | Compiling pkg-config v0.3.31 |
1221 | 2024-12-21T04:43:25.551Z | Compiling tinyvec_macros v0.1.1 |
1222 | 2024-12-21T04:43:25.649Z | Compiling tinyvec v1.8.0 |
1223 | 2024-12-21T04:43:26.172Z | Compiling ring v0.17.8 |
1224 | 2024-12-21T04:43:26.807Z | Compiling paste v1.0.15 |
1225 | 2024-12-21T04:43:27.204Z | Compiling unicode-normalization v0.1.24 |
1226 | 2024-12-21T04:43:27.308Z | Compiling writeable v0.5.5 |
1227 | 2024-12-21T04:43:27.348Z | Compiling base64ct v1.6.0 |
1228 | 2024-12-21T04:43:27.369Z | Compiling litemap v0.7.3 |
1229 | 2024-12-21T04:43:27.804Z | Compiling regex v1.11.1 |
1230 | 2024-12-21T04:43:27.930Z | Compiling unicode-bidi v0.3.17 |
1231 | 2024-12-21T04:43:27.932Z | Compiling pem-rfc7468 v0.7.0 |
1232 | 2024-12-21T04:43:28.987Z | Compiling httparse v1.9.5 |
1233 | 2024-12-21T04:43:29.050Z | Compiling flagset v0.4.6 |
1234 | 2024-12-21T04:43:29.245Z | Compiling aws-lc-rs v1.10.0 |
1235 | 2024-12-21T04:43:29.317Z | Compiling tracing-core v0.1.32 |
1236 | 2024-12-21T04:43:29.685Z | Compiling icu_locid_transform_data v1.5.0 |
1237 | 2024-12-21T04:43:29.759Z | Compiling rustls-pki-types v1.10.0 |
1238 | 2024-12-21T04:43:29.782Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2024-12-21T04:43:30.373Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-12-21T04:43:30.637Z | Compiling mirai-annotations v1.12.0 |
1241 | 2024-12-21T04:43:30.656Z | Compiling serde_derive v1.0.215 |
1242 | 2024-12-21T04:43:30.731Z | Compiling zeroize_derive v1.4.2 |
1243 | 2024-12-21T04:43:30.817Z | Compiling zerocopy-derive v0.7.35 |
1244 | 2024-12-21T04:43:30.820Z | Compiling tokio-macros v2.4.0 |
1245 | 2024-12-21T04:43:31.164Z | Compiling zerofrom-derive v0.1.4 |
1246 | 2024-12-21T04:43:32.310Z | Compiling zeroize v1.8.1 |
1247 | 2024-12-21T04:43:32.486Z | Compiling thiserror-impl v1.0.69 |
1248 | 2024-12-21T04:43:32.731Z | Compiling yoke-derive v0.7.4 |
1249 | 2024-12-21T04:43:33.202Z | Compiling zerocopy v0.7.35 |
1250 | 2024-12-21T04:43:33.994Z | Compiling crypto-common v0.1.6 |
1251 | 2024-12-21T04:43:34.171Z | Compiling block-buffer v0.10.4 |
1252 | 2024-12-21T04:43:34.251Z | Compiling futures-macro v0.3.31 |
1253 | 2024-12-21T04:43:34.442Z | Compiling digest v0.10.7 |
1254 | 2024-12-21T04:43:34.866Z | Compiling hmac v0.12.1 |
1255 | 2024-12-21T04:43:34.935Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-12-21T04:43:35.121Z | Compiling block-padding v0.3.3 |
1257 | 2024-12-21T04:43:35.157Z | Compiling displaydoc v0.2.5 |
1258 | 2024-12-21T04:43:35.327Z | Compiling zerofrom v0.1.4 |
1259 | 2024-12-21T04:43:35.379Z | Compiling inout v0.1.3 |
1260 | 2024-12-21T04:43:35.566Z | Compiling sha2 v0.10.8 |
1261 | 2024-12-21T04:43:35.645Z | Compiling cipher v0.4.4 |
1262 | 2024-12-21T04:43:35.881Z | Compiling yoke v0.7.4 |
1263 | 2024-12-21T04:43:35.884Z | Compiling thiserror v1.0.69 |
1264 | 2024-12-21T04:43:36.043Z | Compiling ppv-lite86 v0.2.20 |
1265 | 2024-12-21T04:43:36.169Z | Compiling icu_provider_macros v1.5.0 |
1266 | 2024-12-21T04:43:36.236Z | Compiling futures-util v0.3.31 |
1267 | 2024-12-21T04:43:36.258Z | Compiling der_derive v0.7.3 |
1268 | 2024-12-21T04:43:36.896Z | Compiling rand_chacha v0.3.1 |
1269 | 2024-12-21T04:43:36.923Z | Compiling tracing-attributes v0.1.27 |
1270 | 2024-12-21T04:43:37.373Z | Compiling rand v0.8.5 |
1271 | 2024-12-21T04:43:37.779Z | Compiling zerovec v0.10.4 |
1272 | 2024-12-21T04:43:38.930Z | Compiling der v0.7.9 |
1273 | 2024-12-21T04:43:39.139Z | Compiling salsa20 v0.10.2 |
1274 | 2024-12-21T04:43:39.344Z | Compiling pest v2.7.14 |
1275 | 2024-12-21T04:43:39.377Z | Compiling pbkdf2 v0.12.2 |
1276 | 2024-12-21T04:43:39.550Z | Compiling untrusted v0.9.0 |
1277 | 2024-12-21T04:43:39.606Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-21T04:43:39.743Z | Compiling icu_collections v1.5.0 |
1279 | 2024-12-21T04:43:40.021Z | Compiling icu_locid v1.5.0 |
1280 | 2024-12-21T04:43:40.066Z | Compiling icu_properties_data v1.5.0 |
1281 | 2024-12-21T04:43:40.335Z | Compiling untrusted v0.7.1 |
1282 | 2024-12-21T04:43:40.524Z | Compiling num-conv v0.1.0 |
1283 | 2024-12-21T04:43:40.814Z | Compiling time-core v0.1.2 |
1284 | 2024-12-21T04:43:40.859Z | Compiling tracing v0.1.40 |
1285 | 2024-12-21T04:43:40.995Z | Compiling vcpkg v0.2.15 |
1286 | 2024-12-21T04:43:41.236Z | Compiling spki v0.7.3 |
1287 | 2024-12-21T04:43:41.408Z | Compiling icu_provider v1.5.0 |
1288 | 2024-12-21T04:43:41.617Z | Compiling powerfmt v0.2.0 |
1289 | 2024-12-21T04:43:42.024Z | Compiling deranged v0.3.11 |
1290 | 2024-12-21T04:43:42.367Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-12-21T04:43:42.397Z | Compiling pest_meta v2.7.14 |
1292 | 2024-12-21T04:43:42.503Z | Compiling time-macros v0.2.18 |
1293 | 2024-12-21T04:43:42.637Z | Compiling scrypt v0.11.0 |
1294 | 2024-12-21T04:43:43.221Z | Compiling openssl-sys v0.9.103 |
1295 | 2024-12-21T04:43:43.249Z | Compiling cbc v0.1.2 |
1296 | 2024-12-21T04:43:43.483Z | Compiling aes v0.8.4 |
1297 | 2024-12-21T04:43:44.081Z | Compiling icu_properties v1.5.1 |
1298 | 2024-12-21T04:43:44.699Z | Compiling scroll_derive v0.12.0 |
1299 | 2024-12-21T04:43:45.106Z | Compiling bitflags v2.6.0 |
1300 | 2024-12-21T04:43:45.441Z | Compiling bytes v1.8.0 |
1301 | 2024-12-21T04:43:45.890Z | Compiling indexmap v2.6.0 |
1302 | 2024-12-21T04:43:46.356Z | Compiling tokio v1.40.0 |
1303 | 2024-12-21T04:43:46.427Z | Compiling http v1.1.0 |
1304 | 2024-12-21T04:43:46.754Z | Compiling semver v1.0.23 |
1305 | 2024-12-21T04:43:47.389Z | Compiling rustc_version v0.4.1 |
1306 | 2024-12-21T04:43:47.711Z | Compiling num_threads v0.1.7 |
1307 | 2024-12-21T04:43:47.837Z | Compiling write16 v1.0.0 |
1308 | 2024-12-21T04:43:47.980Z | Compiling utf16_iter v1.0.5 |
1309 | 2024-12-21T04:43:48.188Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-12-21T04:43:48.191Z | Compiling atomic-waker v1.1.2 |
1311 | 2024-12-21T04:43:48.389Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2024-12-21T04:43:48.468Z | Compiling http-body v1.0.1 |
1313 | 2024-12-21T04:43:48.494Z | Compiling icu_normalizer v1.5.0 |
1314 | 2024-12-21T04:43:48.712Z | Compiling time v0.3.36 |
1315 | 2024-12-21T04:43:48.870Z | Compiling scroll v0.12.0 |
1316 | 2024-12-21T04:43:49.020Z | Compiling pkcs5 v0.7.1 |
1317 | 2024-12-21T04:43:49.152Z | Compiling pest_generator v2.7.14 |
1318 | 2024-12-21T04:43:49.223Z | Compiling form_urlencoded v1.2.1 |
1319 | 2024-12-21T04:43:49.430Z | Compiling which v4.4.2 |
1320 | 2024-12-21T04:43:49.551Z | Compiling slog v2.7.0 |
1321 | 2024-12-21T04:43:50.092Z | Compiling try-lock v0.2.5 |
1322 | 2024-12-21T04:43:50.239Z | Compiling goblin v0.8.2 |
1323 | 2024-12-21T04:43:50.260Z | Compiling want v0.3.1 |
1324 | 2024-12-21T04:43:50.544Z | Compiling pkcs8 v0.10.2 |
1325 | 2024-12-21T04:43:50.564Z | Compiling idna_adapter v1.2.0 |
1326 | 2024-12-21T04:43:50.785Z | Compiling uuid v1.11.0 |
1327 | 2024-12-21T04:43:50.944Z | Compiling iana-time-zone v0.1.61 |
1328 | 2024-12-21T04:43:51.222Z | Compiling pest_derive v2.7.14 |
1329 | 2024-12-21T04:43:51.274Z | Compiling httpdate v1.0.3 |
1330 | 2024-12-21T04:43:51.377Z | Compiling chrono v0.4.38 |
1331 | 2024-12-21T04:43:51.728Z | Compiling idna v1.0.3 |
1332 | 2024-12-21T04:43:52.044Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-12-21T04:43:53.168Z | Compiling serde_spanned v0.6.8 |
1334 | 2024-12-21T04:43:53.403Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-12-21T04:43:53.645Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-12-21T04:43:53.940Z | Compiling tower-service v0.3.3 |
1337 | 2024-12-21T04:43:54.066Z | Compiling rustversion v1.0.17 |
1338 | 2024-12-21T04:43:54.125Z | Compiling adler2 v2.0.0 |
1339 | 2024-12-21T04:43:54.259Z | Compiling match_cfg v0.1.0 |
1340 | 2024-12-21T04:43:54.285Z | Compiling openssl v0.10.66 |
1341 | 2024-12-21T04:43:54.331Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-12-21T04:43:54.356Z | Compiling base64 v0.22.1 |
1343 | 2024-12-21T04:43:54.445Z | Compiling foreign-types v0.3.2 |
1344 | 2024-12-21T04:43:54.547Z | Compiling hostname v0.3.1 |
1345 | 2024-12-21T04:43:54.728Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-12-21T04:43:54.810Z | Compiling url v2.5.3 |
1347 | 2024-12-21T04:43:55.089Z | Compiling tokio-util v0.7.12 |
1348 | 2024-12-21T04:43:55.198Z | Compiling openssl-macros v0.1.1 |
1349 | 2024-12-21T04:43:55.962Z | Compiling dof v0.3.0 |
1350 | 2024-12-21T04:43:56.292Z | Compiling h2 v0.4.6 |
1351 | 2024-12-21T04:43:56.312Z | Compiling async-trait v0.1.83 |
1352 | 2024-12-21T04:43:56.541Z | Compiling serde_derive_internals v0.29.1 |
1353 | 2024-12-21T04:43:56.855Z | Compiling usdt-impl v0.5.0 |
1354 | 2024-12-21T04:43:58.212Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-12-21T04:43:58.500Z | Compiling syn v1.0.109 |
1356 | 2024-12-21T04:43:58.886Z | Compiling siphasher v0.3.11 |
1357 | 2024-12-21T04:43:59.143Z | Compiling schemars v0.8.21 |
1358 | 2024-12-21T04:43:59.164Z | Compiling native-tls v0.2.12 |
1359 | 2024-12-21T04:43:59.264Z | Compiling data-encoding v2.6.0 |
1360 | 2024-12-21T04:43:59.378Z | Compiling rustls v0.22.4 |
1361 | 2024-12-21T04:43:59.471Z | Compiling rustls v0.23.19 |
1362 | 2024-12-21T04:43:59.553Z | Compiling schemars_derive v0.8.21 |
1363 | 2024-12-21T04:43:59.722Z | Compiling dirs-next v2.0.0 |
1364 | 2024-12-21T04:44:00.647Z | Compiling http-body-util v0.1.2 |
1365 | 2024-12-21T04:44:01.193Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-12-21T04:44:01.352Z | Compiling heapless v0.7.17 |
1367 | 2024-12-21T04:44:01.695Z | Compiling sha1 v0.10.6 |
1368 | 2024-12-21T04:44:01.795Z | Compiling signature v2.2.0 |
1369 | 2024-12-21T04:44:01.963Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-12-21T04:44:02.101Z | Compiling thread_local v1.1.8 |
1371 | 2024-12-21T04:44:02.132Z | Compiling multer v3.1.0 |
1372 | 2024-12-21T04:44:02.264Z | Compiling encoding_rs v0.8.34 |
1373 | 2024-12-21T04:44:02.450Z | Compiling cookie v0.18.1 |
1374 | 2024-12-21T04:44:02.505Z | Compiling ipnet v2.10.1 |
1375 | 2024-12-21T04:44:02.653Z | Compiling slog-async v2.8.0 |
1376 | 2024-12-21T04:44:02.729Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-12-21T04:44:03.005Z | Compiling signal-hook v0.3.17 |
1378 | 2024-12-21T04:44:03.141Z | Compiling rayon-core v1.12.1 |
1379 | 2024-12-21T04:44:03.167Z | Compiling openssl-probe v0.1.5 |
1380 | 2024-12-21T04:44:03.270Z | Compiling dyn-clone v1.0.17 |
1381 | 2024-12-21T04:44:03.399Z | Compiling hyper v1.5.0 |
1382 | 2024-12-21T04:44:03.478Z | Compiling mime v0.3.17 |
1383 | 2024-12-21T04:44:03.528Z | Compiling gimli v0.31.1 |
1384 | 2024-12-21T04:44:04.220Z | Compiling stringprep v0.1.5 |
1385 | 2024-12-21T04:44:05.521Z | Compiling toml_edit v0.22.22 |
1386 | 2024-12-21T04:44:06.859Z | Compiling hyper-util v0.1.10 |
1387 | 2024-12-21T04:44:07.799Z | Compiling crossbeam-deque v0.8.5 |
1388 | 2024-12-21T04:44:07.854Z | Compiling usdt-macro v0.5.0 |
1389 | 2024-12-21T04:44:08.151Z | Compiling addr2line v0.24.2 |
1390 | 2024-12-21T04:44:08.566Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-12-21T04:44:08.843Z | Compiling term v0.7.0 |
1392 | 2024-12-21T04:44:09.134Z | Compiling slog-json v2.6.1 |
1393 | 2024-12-21T04:44:09.328Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-12-21T04:44:09.522Z | Compiling crossbeam-channel v0.5.13 |
1395 | 2024-12-21T04:44:09.838Z | Compiling curve25519-dalek v4.1.3 |
1396 | 2024-12-21T04:44:10.075Z | Compiling futures-executor v0.3.31 |
1397 | 2024-12-21T04:44:10.210Z | Compiling enum-as-inner v0.6.1 |
1398 | 2024-12-21T04:44:10.354Z | Compiling md-5 v0.10.6 |
1399 | 2024-12-21T04:44:10.454Z | Compiling async-stream-impl v0.3.6 |
1400 | 2024-12-21T04:44:10.620Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-12-21T04:44:10.644Z | Compiling num-integer v0.1.46 |
1402 | 2024-12-21T04:44:10.647Z | Compiling idna v0.3.0 |
1403 | 2024-12-21T04:44:10.959Z | Compiling idna v0.4.0 |
1404 | 2024-12-21T04:44:11.309Z | Compiling hash32 v0.2.1 |
1405 | 2024-12-21T04:44:11.454Z | Compiling ff v0.13.0 |
1406 | 2024-12-21T04:44:11.696Z | Compiling is-terminal v0.4.13 |
1407 | 2024-12-21T04:44:11.709Z | Compiling object v0.36.5 |
1408 | 2024-12-21T04:44:11.823Z | Compiling dropshot v0.12.0 |
1409 | 2024-12-21T04:44:11.847Z | Compiling utf-8 v0.7.6 |
1410 | 2024-12-21T04:44:12.102Z | Compiling portable-atomic v1.9.0 |
1411 | 2024-12-21T04:44:12.191Z | Compiling take_mut v0.2.2 |
1412 | 2024-12-21T04:44:12.356Z | Compiling linked-hash-map v0.5.6 |
1413 | 2024-12-21T04:44:12.375Z | Compiling smoltcp v0.9.1 |
1414 | 2024-12-21T04:44:12.714Z | Compiling anyhow v1.0.93 |
1415 | 2024-12-21T04:44:12.778Z | Compiling fallible-iterator v0.2.0 |
1416 | 2024-12-21T04:44:13.122Z | Compiling num-bigint-dig v0.8.4 |
1417 | 2024-12-21T04:44:13.212Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-12-21T04:44:13.361Z | Compiling base16ct v0.2.0 |
1419 | 2024-12-21T04:44:13.408Z | Compiling psl-types v2.0.11 |
1420 | 2024-12-21T04:44:13.546Z | Compiling quick-error v1.2.3 |
1421 | 2024-12-21T04:44:13.613Z | Compiling publicsuffix v2.2.3 |
1422 | 2024-12-21T04:44:13.697Z | Compiling resolv-conf v0.7.0 |
1423 | 2024-12-21T04:44:13.697Z | Compiling sec1 v0.7.3 |
1424 | 2024-12-21T04:44:13.871Z | Compiling postgres-protocol v0.6.7 |
1425 | 2024-12-21T04:44:14.296Z | Compiling lru-cache v0.1.2 |
1426 | 2024-12-21T04:44:14.408Z | Compiling tungstenite v0.24.0 |
1427 | 2024-12-21T04:44:14.477Z | Compiling hickory-proto v0.24.1 |
1428 | 2024-12-21T04:44:14.497Z | Compiling async-stream v0.3.6 |
1429 | 2024-12-21T04:44:14.785Z | Compiling slog-term v2.9.1 |
1430 | 2024-12-21T04:44:15.243Z | Compiling usdt v0.5.0 |
1431 | 2024-12-21T04:44:15.553Z | Compiling group v0.13.0 |
1432 | 2024-12-21T04:44:15.886Z | Compiling num-iter v0.1.45 |
1433 | 2024-12-21T04:44:16.071Z | Compiling futures v0.3.31 |
1434 | 2024-12-21T04:44:16.200Z | Compiling slog-bunyan v2.5.0 |
1435 | 2024-12-21T04:44:16.378Z | Compiling toml v0.8.19 |
1436 | 2024-12-21T04:44:17.971Z | Compiling tokio-native-tls v0.3.1 |
1437 | 2024-12-21T04:44:18.209Z | Compiling camino v1.1.9 |
1438 | 2024-12-21T04:44:18.251Z | Compiling phf_shared v0.11.2 |
1439 | 2024-12-21T04:44:18.275Z | Compiling dropshot_endpoint v0.12.0 |
1440 | 2024-12-21T04:44:18.646Z | Compiling terminal_size v0.4.0 |
1441 | 2024-12-21T04:44:18.869Z | Compiling waitgroup v0.1.2 |
1442 | 2024-12-21T04:44:19.066Z | Compiling openapiv3 v2.0.0 |
1443 | 2024-12-21T04:44:19.096Z | Compiling backtrace v0.3.74 |
1444 | 2024-12-21T04:44:19.188Z | Compiling serde_path_to_error v0.1.16 |
1445 | 2024-12-21T04:44:19.904Z | Compiling hkdf v0.12.4 |
1446 | 2024-12-21T04:44:20.056Z | Compiling crypto-bigint v0.5.5 |
1447 | 2024-12-21T04:44:20.178Z | Compiling zerocopy-derive v0.6.6 |
1448 | 2024-12-21T04:44:22.517Z | Compiling curve25519-dalek-derive v0.1.1 |
1449 | 2024-12-21T04:44:22.930Z | Compiling webpki-roots v0.26.6 |
1450 | 2024-12-21T04:44:23.015Z | Compiling idna v0.5.0 |
1451 | 2024-12-21T04:44:23.160Z | Compiling hostname v0.4.0 |
1452 | 2024-12-21T04:44:23.401Z | Compiling ahash v0.8.11 |
1453 | 2024-12-21T04:44:23.422Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-12-21T04:44:23.639Z | Compiling fs-err v2.11.0 |
1455 | 2024-12-21T04:44:23.752Z | Compiling crc32fast v1.4.2 |
1456 | 2024-12-21T04:44:23.925Z | Compiling bitflags v1.3.2 |
1457 | 2024-12-21T04:44:24.041Z | Compiling debug-ignore v1.0.5 |
1458 | 2024-12-21T04:44:24.095Z | Compiling winnow v0.5.40 |
1459 | 2024-12-21T04:44:24.117Z | Compiling managed v0.8.0 |
1460 | 2024-12-21T04:44:24.189Z | Compiling newtype-uuid v1.1.3 |
1461 | 2024-12-21T04:44:24.327Z | Compiling hubpack v0.1.2 |
1462 | 2024-12-21T04:44:24.492Z | Compiling clap_builder v4.5.21 |
1463 | 2024-12-21T04:44:24.651Z | Compiling console v0.15.8 |
1464 | 2024-12-21T04:44:24.812Z | Compiling strum_macros v0.25.3 |
1465 | 2024-12-21T04:44:26.211Z | Compiling flate2 v1.0.34 |
1466 | 2024-12-21T04:44:26.396Z | Compiling cookie_store v0.21.0 |
1467 | 2024-12-21T04:44:26.886Z | Compiling elliptic-curve v0.13.8 |
1468 | 2024-12-21T04:44:27.189Z | Compiling zerocopy v0.6.6 |
1469 | 2024-12-21T04:44:27.814Z | Compiling toml_edit v0.19.15 |
1470 | 2024-12-21T04:44:28.062Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-12-21T04:44:28.085Z | Compiling phf v0.11.2 |
1472 | 2024-12-21T04:44:28.405Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2024-12-21T04:44:28.578Z | Compiling hyper-tls v0.6.0 |
1474 | 2024-12-21T04:44:29.005Z | Compiling rayon v1.10.0 |
1475 | 2024-12-21T04:44:29.048Z | Compiling bzip2 v0.4.4 |
1476 | 2024-12-21T04:44:29.450Z | Compiling tokio-tungstenite v0.24.0 |
1477 | 2024-12-21T04:44:30.005Z | Compiling postgres-types v0.2.8 |
1478 | 2024-12-21T04:44:33.032Z | Compiling ed25519 v2.2.3 |
1479 | 2024-12-21T04:44:33.391Z | Compiling phf_shared v0.10.0 |
1480 | 2024-12-21T04:44:33.805Z | Compiling tokio-stream v0.1.16 |
1481 | 2024-12-21T04:44:34.042Z | Compiling pkcs1 v0.7.5 |
1482 | 2024-12-21T04:44:34.261Z | Compiling serde-big-array v0.5.1 |
1483 | 2024-12-21T04:44:34.509Z | Compiling clap_derive v4.5.18 |
1484 | 2024-12-21T04:44:34.894Z | Compiling rfc6979 v0.4.0 |
1485 | 2024-12-21T04:44:34.960Z | Compiling derive-where v1.2.7 |
1486 | 2024-12-21T04:44:34.982Z | Compiling serde_repr v0.1.19 |
1487 | 2024-12-21T04:44:35.060Z | Compiling float-cmp v0.9.0 |
1488 | 2024-12-21T04:44:35.089Z | Compiling bstr v1.10.0 |
1489 | 2024-12-21T04:44:35.294Z | Compiling sync_wrapper v1.0.1 |
1490 | 2024-12-21T04:44:35.455Z | Compiling precomputed-hash v0.1.1 |
1491 | 2024-12-21T04:44:35.575Z | Compiling whoami v1.5.2 |
1492 | 2024-12-21T04:44:36.044Z | Compiling static_assertions v1.1.0 |
1493 | 2024-12-21T04:44:36.146Z | Compiling difflib v0.4.0 |
1494 | 2024-12-21T04:44:36.191Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-12-21T04:44:36.229Z | Compiling predicates-core v1.0.8 |
1496 | 2024-12-21T04:44:36.599Z | Compiling new_debug_unreachable v1.0.6 |
1497 | 2024-12-21T04:44:36.697Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-21T04:44:36.830Z | Compiling unicode-width v0.2.0 |
1499 | 2024-12-21T04:44:36.926Z | Compiling number_prefix v0.4.0 |
1500 | 2024-12-21T04:44:37.096Z | Compiling bit-vec v0.6.3 |
1501 | 2024-12-21T04:44:37.163Z | Compiling fixedbitset v0.4.2 |
1502 | 2024-12-21T04:44:37.359Z | Compiling indicatif v0.17.9 |
1503 | 2024-12-21T04:44:37.581Z | Compiling bit-set v0.5.3 |
1504 | 2024-12-21T04:44:37.656Z | Compiling petgraph v0.6.5 |
1505 | 2024-12-21T04:44:37.812Z | Compiling similar v2.6.0 |
1506 | 2024-12-21T04:44:37.891Z | Compiling predicates v3.1.2 |
1507 | 2024-12-21T04:44:38.729Z | Compiling string_cache v0.8.7 |
1508 | 2024-12-21T04:44:39.204Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2024-12-21T04:44:39.605Z | Compiling tokio-postgres v0.7.12 |
1510 | 2024-12-21T04:44:39.682Z | Compiling clap v4.5.21 |
1511 | 2024-12-21T04:44:39.703Z | Compiling ecdsa v0.16.9 |
1512 | 2024-12-21T04:44:39.806Z | Compiling rsa v0.9.6 |
1513 | 2024-12-21T04:44:40.325Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2024-12-21T04:44:40.567Z | Compiling toml v0.7.8 |
1515 | 2024-12-21T04:44:41.711Z | Compiling zip v0.6.6 |
1516 | 2024-12-21T04:44:41.913Z | Compiling crossterm v0.28.1 |
1517 | 2024-12-21T04:44:43.513Z | Compiling hex v0.4.3 |
1518 | 2024-12-21T04:44:43.959Z | Compiling x509-cert v0.2.5 |
1519 | 2024-12-21T04:44:43.998Z | Compiling itertools v0.10.5 |
1520 | 2024-12-21T04:44:44.139Z | Compiling lalrpop-util v0.19.12 |
1521 | 2024-12-21T04:44:44.486Z | Compiling unicode-xid v0.2.6 |
1522 | 2024-12-21T04:44:44.667Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-12-21T04:44:45.358Z | Compiling strum_macros v0.26.4 |
1524 | 2024-12-21T04:44:45.513Z | Compiling xattr v1.3.1 |
1525 | 2024-12-21T04:44:45.785Z | Compiling filetime v0.2.25 |
1526 | 2024-12-21T04:44:46.109Z | Compiling tar v0.4.42 |
1527 | 2024-12-21T04:44:50.654Z | Compiling strum v0.26.3 |
1528 | 2024-12-21T04:44:52.907Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2024-12-21T04:45:21.579Z | Compiling rustls-webpki v0.102.8 |
1530 | 2024-12-21T04:45:25.001Z | Compiling tokio-rustls v0.25.0 |
1531 | 2024-12-21T04:45:26.680Z | Compiling tokio-rustls v0.26.0 |
1532 | 2024-12-21T04:45:27.141Z | Compiling hyper-rustls v0.27.3 |
1533 | 2024-12-21T04:45:27.500Z | Compiling reqwest v0.12.9 |
1534 | 2024-12-21T04:45:28.734Z | Compiling qorb v0.2.1 |
1535 | 2024-12-21T04:45:33.584Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-12-21T04:45:33.826Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2024-12-21T04:45:39.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1538 | 2024-12-21T04:45:39.950Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2024-12-21T04:45:40.003Z | Dec 21 04:45:39.337 INFO Starting download, target: Cockroach |
1540 | 2024-12-21T04:45:40.003Z | Dec 21 04:45:39.338 INFO Starting download, target: Clickhouse |
1541 | 2024-12-21T04:45:40.003Z | Dec 21 04:45:39.338 INFO Starting download, target: Console |
1542 | 2024-12-21T04:45:40.003Z | Dec 21 04:45:39.338 INFO Starting download, target: DendriteOpenapi |
1543 | 2024-12-21T04:45:40.003Z | Dec 21 04:45:39.338 INFO Starting download, target: DendriteStub |
1544 | 2024-12-21T04:45:40.003Z | Dec 21 04:45:39.338 INFO Starting download, target: MaghemiteMgd |
1545 | 2024-12-21T04:45:40.003Z | Dec 21 04:45:39.338 INFO Starting download, target: TransceiverControl |
1546 | 2024-12-21T04:45:40.007Z | Dec 21 04:45:39.338 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1547 | 2024-12-21T04:45:40.007Z | Dec 21 04:45:39.338 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1548 | 2024-12-21T04:45:40.007Z | Dec 21 04:45:39.338 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-12-21T04:45:40.007Z | Dec 21 04:45:39.338 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1550 | 2024-12-21T04:45:40.007Z | Dec 21 04:45:39.338 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1551 | 2024-12-21T04:45:40.007Z | Dec 21 04:45:39.339 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-12-21T04:45:40.007Z | Dec 21 04:45:39.339 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2024-12-21T04:45:40.229Z | Dec 21 04:45:39.562 INFO Download complete, target: DendriteOpenapi |
1554 | 2024-12-21T04:45:40.428Z | Dec 21 04:45:39.751 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1555 | 2024-12-21T04:45:40.441Z | Dec 21 04:45:39.770 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2024-12-21T04:45:40.797Z | Dec 21 04:45:40.119 INFO Download complete, target: Console |
1557 | 2024-12-21T04:45:40.939Z | Dec 21 04:45:40.262 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1558 | 2024-12-21T04:45:41.023Z | Dec 21 04:45:40.357 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2024-12-21T04:45:41.081Z | Dec 21 04:45:40.409 INFO Download complete, target: TransceiverControl |
1560 | 2024-12-21T04:45:41.569Z | Dec 21 04:45:40.904 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2024-12-21T04:45:41.569Z | Dec 21 04:45:40.904 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2024-12-21T04:45:42.635Z | Dec 21 04:45:41.969 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-12-21T04:45:44.004Z | Dec 21 04:45:43.339 INFO Download complete, target: MaghemiteMgd |
1564 | 2024-12-21T04:45:44.004Z | Dec 21 04:45:43.339 INFO Download complete, target: DendriteStub |
1565 | 2024-12-21T04:45:49.102Z | Dec 21 04:45:48.436 INFO Checking that binary works, target: Cockroach |
1566 | 2024-12-21T04:45:49.263Z | Dec 21 04:45:48.597 INFO Download complete, target: Cockroach |
1567 | 2024-12-21T04:45:54.989Z | Dec 21 04:45:54.323 INFO Checking that binary works, target: Clickhouse |
1568 | 2024-12-21T04:45:55.115Z | Dec 21 04:45:54.448 INFO Download complete, target: Clickhouse |
1569 | 2024-12-21T04:45:55.136Z | All builder prerequisites installed successfully, and PATH looks valid |
1570 | 2024-12-21T04:45:55.139Z | |
1571 | 2024-12-21T04:45:55.139Z | real 4:45.543878218 |
1572 | 2024-12-21T04:45:55.139Z | user 16:45.733604867 |
1573 | 2024-12-21T04:45:55.139Z | sys 3:15.687301248 |
1574 | 2024-12-21T04:45:55.139Z | trap 0.579654820 |
1575 | 2024-12-21T04:45:55.139Z | tflt 1.795207431 |
1576 | 2024-12-21T04:45:55.140Z | dflt 2.180779267 |
1577 | 2024-12-21T04:45:55.140Z | kflt 0.025726169 |
1578 | 2024-12-21T04:45:55.140Z | lock 30:24.649262113 |
1579 | 2024-12-21T04:45:55.140Z | slp 1:02:13.476715551 |
1580 | 2024-12-21T04:45:55.140Z | lat 56.689568566 |
1581 | 2024-12-21T04:45:55.140Z | stop 2:21.461188841 |
1582 | 2024-12-21T04:45:55.140Z | + banner clippy |
1583 | 2024-12-21T04:45:55.143Z | |
1584 | 2024-12-21T04:45:55.143Z | #### # # ##### ##### # # |
1585 | 2024-12-21T04:45:55.143Z | # # # # # # # # # # |
1586 | 2024-12-21T04:45:55.143Z | # # # # # # # # |
1587 | 2024-12-21T04:45:55.143Z | # # # ##### ##### # |
1588 | 2024-12-21T04:45:55.143Z | # # # # # # # |
1589 | 2024-12-21T04:45:55.143Z | #### ###### # # # # |
1590 | 2024-12-21T04:45:55.143Z | |
1591 | 2024-12-21T04:45:55.143Z | + export CARGO_INCREMENTAL=0 |
1592 | 2024-12-21T04:45:55.143Z | + CARGO_INCREMENTAL=0 |
1593 | 2024-12-21T04:45:55.143Z | + ptime -m cargo xtask clippy |
1594 | 2024-12-21T04:45:55.683Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1595 | 2024-12-21T04:46:00.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
1596 | 2024-12-21T04:46:00.576Z | Running `target/debug/xtask clippy` |
1597 | 2024-12-21T04:46:00.576Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1598 | 2024-12-21T04:46:00.576Z | Downloading crates ... |
1599 | 2024-12-21T04:46:00.653Z | Downloaded approx v0.5.1 |
1600 | 2024-12-21T04:46:00.657Z | Downloaded async-channel v2.3.1 |
1601 | 2024-12-21T04:46:00.661Z | Downloaded async-executor v1.13.1 |
1602 | 2024-12-21T04:46:00.664Z | Downloaded anes v0.1.6 |
1603 | 2024-12-21T04:46:00.667Z | Downloaded async-object-pool v0.1.5 |
1604 | 2024-12-21T04:46:00.670Z | Downloaded pathdiff v0.2.2 |
1605 | 2024-12-21T04:46:00.675Z | Downloaded nested v0.1.1 |
1606 | 2024-12-21T04:46:00.679Z | Downloaded guppy-workspace-hack v0.1.0 |
1607 | 2024-12-21T04:46:00.682Z | Downloaded doc-comment v0.3.3 |
1608 | 2024-12-21T04:46:00.685Z | Downloaded plotters-svg v0.3.7 |
1609 | 2024-12-21T04:46:00.688Z | Downloaded escape8259 v0.5.3 |
1610 | 2024-12-21T04:46:00.694Z | Downloaded target-triple v0.1.3 |
1611 | 2024-12-21T04:46:00.697Z | Downloaded similar-asserts v1.6.0 |
1612 | 2024-12-21T04:46:00.701Z | Downloaded assert-json-diff v2.0.2 |
1613 | 2024-12-21T04:46:00.704Z | Downloaded async-signal v0.2.10 |
1614 | 2024-12-21T04:46:00.704Z | Downloaded plotters-backend v0.3.7 |
1615 | 2024-12-21T04:46:00.709Z | Downloaded async-global-executor v2.4.1 |
1616 | 2024-12-21T04:46:00.709Z | Downloaded kv-log-macro v1.0.7 |
1617 | 2024-12-21T04:46:00.713Z | Downloaded async-channel v1.9.0 |
1618 | 2024-12-21T04:46:00.713Z | Downloaded async-attributes v1.1.2 |
1619 | 2024-12-21T04:46:00.713Z | Downloaded datatest-stable v0.2.9 |
1620 | 2024-12-21T04:46:00.716Z | Downloaded piper v0.2.4 |
1621 | 2024-12-21T04:46:00.716Z | Downloaded relative-path v1.9.3 |
1622 | 2024-12-21T04:46:00.719Z | Downloaded criterion-plot v0.5.0 |
1623 | 2024-12-21T04:46:00.719Z | Downloaded event-listener-strategy v0.5.2 |
1624 | 2024-12-21T04:46:00.722Z | Downloaded num_cpus v1.16.0 |
1625 | 2024-12-21T04:46:00.722Z | Downloaded target-spec v3.2.2 |
1626 | 2024-12-21T04:46:00.725Z | Downloaded proc-macro-crate v3.2.0 |
1627 | 2024-12-21T04:46:00.725Z | Downloaded path-tree v0.8.1 |
1628 | 2024-12-21T04:46:00.728Z | Downloaded parking v2.2.1 |
1629 | 2024-12-21T04:46:00.728Z | Downloaded oorandom v11.1.4 |
1630 | 2024-12-21T04:46:00.728Z | Downloaded async-task v4.7.1 |
1631 | 2024-12-21T04:46:00.733Z | Downloaded async-process v2.3.0 |
1632 | 2024-12-21T04:46:00.735Z | Downloaded assert_cmd v2.0.16 |
1633 | 2024-12-21T04:46:00.740Z | Downloaded stringmetrics v2.2.2 |
1634 | 2024-12-21T04:46:00.744Z | Downloaded cast v0.3.0 |
1635 | 2024-12-21T04:46:00.744Z | Downloaded blocking v1.6.1 |
1636 | 2024-12-21T04:46:00.747Z | Downloaded async-lock v3.4.0 |
1637 | 2024-12-21T04:46:00.762Z | Downloaded threadpool v1.8.1 |
1638 | 2024-12-21T04:46:00.769Z | Downloaded partial-io v0.5.4 |
1639 | 2024-12-21T04:46:00.772Z | Downloaded concurrent-queue v2.5.0 |
1640 | 2024-12-21T04:46:00.772Z | Downloaded blake2b_simd v1.0.2 |
1641 | 2024-12-21T04:46:00.772Z | Downloaded async-io v2.3.4 |
1642 | 2024-12-21T04:46:00.772Z | Downloaded target-lexicon v0.12.16 |
1643 | 2024-12-21T04:46:00.775Z | Downloaded trybuild v1.0.101 |
1644 | 2024-12-21T04:46:00.779Z | Downloaded event-listener v5.3.1 |
1645 | 2024-12-21T04:46:00.781Z | Downloaded rustls-native-certs v0.7.3 |
1646 | 2024-12-21T04:46:00.784Z | Downloaded rstest_macros v0.23.0 |
1647 | 2024-12-21T04:46:00.786Z | Downloaded cfg-expr v0.17.0 |
1648 | 2024-12-21T04:46:00.788Z | Downloaded rust-argon2 v2.1.0 |
1649 | 2024-12-21T04:46:00.791Z | Downloaded libtest-mimic v0.7.3 |
1650 | 2024-12-21T04:46:00.793Z | Downloaded rstest v0.23.0 |
1651 | 2024-12-21T04:46:00.796Z | Downloaded polling v3.7.3 |
1652 | 2024-12-21T04:46:00.800Z | Downloaded yansi v1.0.1 |
1653 | 2024-12-21T04:46:00.802Z | Downloaded indoc v2.0.5 |
1654 | 2024-12-21T04:46:00.805Z | Downloaded event-listener v2.5.3 |
1655 | 2024-12-21T04:46:00.809Z | Downloaded tinytemplate v1.2.1 |
1656 | 2024-12-21T04:46:00.809Z | Downloaded serde_regex v1.1.0 |
1657 | 2024-12-21T04:46:00.812Z | Downloaded fancy-regex v0.13.0 |
1658 | 2024-12-21T04:46:00.812Z | Downloaded rand_distr v0.4.3 |
1659 | 2024-12-21T04:46:00.815Z | Downloaded pretty_assertions v1.4.1 |
1660 | 2024-12-21T04:46:00.817Z | Downloaded httptest v0.16.1 |
1661 | 2024-12-21T04:46:00.826Z | Downloaded criterion v0.5.1 |
1662 | 2024-12-21T04:46:00.833Z | Downloaded plotters v0.3.7 |
1663 | 2024-12-21T04:46:00.837Z | Downloaded guppy v0.17.8 |
1664 | 2024-12-21T04:46:00.840Z | Downloaded hyper-rustls v0.26.0 |
1665 | 2024-12-21T04:46:00.843Z | Downloaded futures-timer v3.0.3 |
1666 | 2024-12-21T04:46:00.843Z | Downloaded futures-lite v2.3.0 |
1667 | 2024-12-21T04:46:00.847Z | Downloaded async-std v1.13.0 |
1668 | 2024-12-21T04:46:00.927Z | Downloaded httpmock v0.8.0-alpha.1 |
1669 | 2024-12-21T04:46:01.732Z | Checking cfg-if v1.0.0 |
1670 | 2024-12-21T04:46:01.811Z | Checking libc v0.2.162 |
1671 | 2024-12-21T04:46:01.836Z | Checking serde v1.0.215 |
1672 | 2024-12-21T04:46:01.859Z | Checking memchr v2.7.4 |
1673 | 2024-12-21T04:46:01.879Z | Checking value-bag v1.9.0 |
1674 | 2024-12-21T04:46:01.909Z | Checking scopeguard v1.2.0 |
1675 | 2024-12-21T04:46:01.934Z | Checking zeroize v1.8.1 |
1676 | 2024-12-21T04:46:01.964Z | Checking smallvec v1.13.2 |
1677 | 2024-12-21T04:46:01.993Z | Checking itoa v1.0.11 |
1678 | 2024-12-21T04:46:02.035Z | Checking lock_api v0.4.12 |
1679 | 2024-12-21T04:46:02.214Z | Checking byteorder v1.5.0 |
1680 | 2024-12-21T04:46:02.241Z | Checking pin-project-lite v0.2.14 |
1681 | 2024-12-21T04:46:02.315Z | Checking log v0.4.22 |
1682 | 2024-12-21T04:46:02.341Z | Checking subtle v2.6.1 |
1683 | 2024-12-21T04:46:02.371Z | Checking once_cell v1.20.2 |
1684 | 2024-12-21T04:46:02.461Z | Checking typenum v1.17.0 |
1685 | 2024-12-21T04:46:02.614Z | Checking futures-core v0.3.31 |
1686 | 2024-12-21T04:46:02.645Z | Checking libm v0.2.8 |
1687 | 2024-12-21T04:46:02.678Z | Checking thiserror v1.0.69 |
1688 | 2024-12-21T04:46:02.758Z | Checking zerocopy v0.7.35 |
1689 | 2024-12-21T04:46:02.832Z | Checking ryu v1.0.18 |
1690 | 2024-12-21T04:46:02.866Z | Checking spin v0.9.8 |
1691 | 2024-12-21T04:46:02.895Z | Checking const-oid v0.9.6 |
1692 | 2024-12-21T04:46:02.926Z | Checking getrandom v0.2.15 |
1693 | 2024-12-21T04:46:03.078Z | Checking signal-hook-registry v1.4.2 |
1694 | 2024-12-21T04:46:03.179Z | Checking rand_core v0.6.4 |
1695 | 2024-12-21T04:46:03.213Z | Checking parking_lot_core v0.9.10 |
1696 | 2024-12-21T04:46:03.343Z | Checking mio v1.0.2 |
1697 | 2024-12-21T04:46:03.516Z | Checking socket2 v0.5.7 |
1698 | 2024-12-21T04:46:03.577Z | Checking parking_lot v0.12.3 |
1699 | 2024-12-21T04:46:03.648Z | Checking num-traits v0.2.19 |
1700 | 2024-12-21T04:46:03.879Z | Checking generic-array v0.14.7 |
1701 | 2024-12-21T04:46:03.937Z | Checking futures-io v0.3.31 |
1702 | 2024-12-21T04:46:03.966Z | Checking slab v0.4.9 |
1703 | 2024-12-21T04:46:03.995Z | Checking allocator-api2 v0.2.18 |
1704 | 2024-12-21T04:46:04.126Z | Checking cpufeatures v0.2.14 |
1705 | 2024-12-21T04:46:04.235Z | Checking futures-sink v0.3.31 |
1706 | 2024-12-21T04:46:04.260Z | Checking pin-utils v0.1.0 |
1707 | 2024-12-21T04:46:04.281Z | Checking foldhash v0.1.3 |
1708 | 2024-12-21T04:46:04.360Z | Checking equivalent v1.0.1 |
1709 | 2024-12-21T04:46:04.388Z | Checking futures-channel v0.3.31 |
1710 | 2024-12-21T04:46:04.479Z | Checking futures-task v0.3.31 |
1711 | 2024-12-21T04:46:04.511Z | Checking stable_deref_trait v1.2.0 |
1712 | 2024-12-21T04:46:04.629Z | Checking iana-time-zone v0.1.61 |
1713 | 2024-12-21T04:46:04.652Z | Checking hashbrown v0.15.1 |
1714 | 2024-12-21T04:46:04.713Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1715 | 2024-12-21T04:46:04.754Z | Checking futures-util v0.3.31 |
1716 | 2024-12-21T04:46:04.783Z | Checking fnv v1.0.7 |
1717 | 2024-12-21T04:46:04.786Z | Checking ppv-lite86 v0.2.20 |
1718 | 2024-12-21T04:46:04.910Z | Checking tracing-core v0.1.32 |
1719 | 2024-12-21T04:46:05.027Z | Checking crypto-common v0.1.6 |
1720 | 2024-12-21T04:46:05.060Z | Checking block-buffer v0.10.4 |
1721 | 2024-12-21T04:46:05.210Z | Checking errno v0.3.9 |
1722 | 2024-12-21T04:46:05.285Z | Checking digest v0.10.7 |
1723 | 2024-12-21T04:46:05.351Z | Checking zerofrom v0.1.4 |
1724 | 2024-12-21T04:46:05.379Z | Checking dyn-clone v1.0.17 |
1725 | 2024-12-21T04:46:05.525Z | Checking block-padding v0.3.3 |
1726 | 2024-12-21T04:46:05.567Z | Checking yoke v0.7.4 |
1727 | 2024-12-21T04:46:05.571Z | Checking rand_chacha v0.3.1 |
1728 | 2024-12-21T04:46:05.614Z | Checking tracing v0.1.40 |
1729 | 2024-12-21T04:46:05.674Z | Checking crossbeam-utils v0.8.20 |
1730 | 2024-12-21T04:46:05.736Z | Checking inout v0.1.3 |
1731 | 2024-12-21T04:46:05.824Z | Checking percent-encoding v2.3.1 |
1732 | 2024-12-21T04:46:05.889Z | Checking zerovec v0.10.4 |
1733 | 2024-12-21T04:46:05.966Z | Checking writeable v0.5.5 |
1734 | 2024-12-21T04:46:05.993Z | Checking cipher v0.4.4 |
1735 | 2024-12-21T04:46:05.996Z | Checking rand v0.8.5 |
1736 | 2024-12-21T04:46:06.044Z | Checking litemap v0.7.3 |
1737 | 2024-12-21T04:46:06.282Z | Checking tinyvec_macros v0.1.1 |
1738 | 2024-12-21T04:46:06.376Z | Checking tinyvec v1.8.0 |
1739 | 2024-12-21T04:46:06.400Z | Checking form_urlencoded v1.2.1 |
1740 | 2024-12-21T04:46:06.403Z | Checking httparse v1.9.5 |
1741 | 2024-12-21T04:46:06.403Z | Checking regex-syntax v0.8.5 |
1742 | 2024-12-21T04:46:06.963Z | Checking atomic-waker v1.1.2 |
1743 | 2024-12-21T04:46:06.968Z | Checking icu_locid_transform_data v1.5.0 |
1744 | 2024-12-21T04:46:06.968Z | Checking bytes v1.8.0 |
1745 | 2024-12-21T04:46:06.968Z | Checking bitflags v2.6.0 |
1746 | 2024-12-21T04:46:06.968Z | Checking serde_json v1.0.133 |
1747 | 2024-12-21T04:46:07.179Z | Checking indexmap v2.6.0 |
1748 | 2024-12-21T04:46:07.351Z | Checking chrono v0.4.38 |
1749 | 2024-12-21T04:46:07.565Z | Checking uuid v1.11.0 |
1750 | 2024-12-21T04:46:07.693Z | Checking tokio v1.40.0 |
1751 | 2024-12-21T04:46:07.720Z | Checking rustix v0.38.37 |
1752 | 2024-12-21T04:46:08.224Z | Checking http v1.1.0 |
1753 | 2024-12-21T04:46:08.473Z | Checking tinystr v0.7.6 |
1754 | 2024-12-21T04:46:08.714Z | Checking base64ct v1.6.0 |
1755 | 2024-12-21T04:46:08.866Z | Checking icu_locid v1.5.0 |
1756 | 2024-12-21T04:46:09.150Z | Checking unicode-normalization v0.1.24 |
1757 | 2024-12-21T04:46:09.554Z | Checking schemars v0.8.21 |
1758 | 2024-12-21T04:46:09.591Z | Checking icu_collections v1.5.0 |
1759 | 2024-12-21T04:46:09.820Z | Checking hmac v0.12.1 |
1760 | 2024-12-21T04:46:09.915Z | Checking icu_properties_data v1.5.0 |
1761 | 2024-12-21T04:46:09.942Z | Checking icu_provider v1.5.0 |
1762 | 2024-12-21T04:46:10.052Z | Checking untrusted v0.9.0 |
1763 | 2024-12-21T04:46:10.080Z | Checking sha2 v0.10.8 |
1764 | 2024-12-21T04:46:10.180Z | Checking aho-corasick v1.1.3 |
1765 | 2024-12-21T04:46:10.229Z | Checking ring v0.17.8 |
1766 | 2024-12-21T04:46:10.257Z | Checking unicode-bidi v0.3.17 |
1767 | 2024-12-21T04:46:10.662Z | Checking utf8_iter v1.0.4 |
1768 | 2024-12-21T04:46:10.664Z | Checking icu_locid_transform v1.5.0 |
1769 | 2024-12-21T04:46:10.872Z | Checking unicode-ident v1.0.13 |
1770 | 2024-12-21T04:46:10.901Z | Checking icu_normalizer_data v1.5.0 |
1771 | 2024-12-21T04:46:11.016Z | Checking utf16_iter v1.0.5 |
1772 | 2024-12-21T04:46:11.055Z | Checking write16 v1.0.0 |
1773 | 2024-12-21T04:46:11.182Z | Checking lazy_static v1.5.0 |
1774 | 2024-12-21T04:46:11.185Z | Checking powerfmt v0.2.0 |
1775 | 2024-12-21T04:46:11.233Z | Checking adler2 v2.0.0 |
1776 | 2024-12-21T04:46:11.311Z | Checking time-core v0.1.2 |
1777 | 2024-12-21T04:46:11.340Z | Checking num-conv v0.1.0 |
1778 | 2024-12-21T04:46:11.400Z | Checking miniz_oxide v0.8.0 |
1779 | 2024-12-21T04:46:11.473Z | Checking deranged v0.3.11 |
1780 | 2024-12-21T04:46:11.500Z | Checking rustls-pki-types v1.10.0 |
1781 | 2024-12-21T04:46:11.591Z | Checking num_threads v0.1.7 |
1782 | 2024-12-21T04:46:11.669Z | Checking icu_properties v1.5.1 |
1783 | 2024-12-21T04:46:11.718Z | Checking proc-macro2 v1.0.89 |
1784 | 2024-12-21T04:46:11.829Z | Checking regex-automata v0.4.8 |
1785 | 2024-12-21T04:46:12.074Z | Checking pem-rfc7468 v0.7.0 |
1786 | 2024-12-21T04:46:12.077Z | Checking untrusted v0.7.1 |
1787 | 2024-12-21T04:46:12.164Z | Checking http-body v1.0.1 |
1788 | 2024-12-21T04:46:12.274Z | Checking aws-lc-sys v0.22.0 |
1789 | 2024-12-21T04:46:12.352Z | Checking base64 v0.22.1 |
1790 | 2024-12-21T04:46:12.386Z | Checking mirai-annotations v1.12.0 |
1791 | 2024-12-21T04:46:12.420Z | Checking quote v1.0.37 |
1792 | 2024-12-21T04:46:12.563Z | Checking try-lock v0.2.5 |
1793 | 2024-12-21T04:46:12.714Z | Checking httpdate v1.0.3 |
1794 | 2024-12-21T04:46:12.770Z | Checking syn v2.0.87 |
1795 | 2024-12-21T04:46:12.853Z | Checking want v0.3.1 |
1796 | 2024-12-21T04:46:12.984Z | Checking flagset v0.4.6 |
1797 | 2024-12-21T04:46:13.045Z | Checking pbkdf2 v0.12.2 |
1798 | 2024-12-21T04:46:13.181Z | Checking der v0.7.9 |
1799 | 2024-12-21T04:46:13.219Z | Checking aes v0.8.4 |
1800 | 2024-12-21T04:46:13.247Z | Checking time v0.3.36 |
1801 | 2024-12-21T04:46:14.170Z | Checking salsa20 v0.10.2 |
1802 | 2024-12-21T04:46:14.408Z | Checking cbc v0.1.2 |
1803 | 2024-12-21T04:46:14.634Z | Checking ahash v0.8.11 |
1804 | 2024-12-21T04:46:14.884Z | Checking aws-lc-rs v1.10.0 |
1805 | 2024-12-21T04:46:15.029Z | Checking icu_normalizer v1.5.0 |
1806 | 2024-12-21T04:46:15.059Z | Checking tokio-util v0.7.12 |
1807 | 2024-12-21T04:46:15.087Z | Checking spki v0.7.3 |
1808 | 2024-12-21T04:46:15.208Z | Checking slog v2.7.0 |
1809 | 2024-12-21T04:46:15.388Z | Checking tower-service v0.3.3 |
1810 | 2024-12-21T04:46:15.515Z | Checking scrypt v0.11.0 |
1811 | 2024-12-21T04:46:15.716Z | Checking gimli v0.31.1 |
1812 | 2024-12-21T04:46:15.755Z | Checking mime v0.3.17 |
1813 | 2024-12-21T04:46:15.784Z | Checking pkcs5 v0.7.1 |
1814 | 2024-12-21T04:46:15.813Z | Checking idna_adapter v1.2.0 |
1815 | 2024-12-21T04:46:15.964Z | Checking h2 v0.4.6 |
1816 | 2024-12-21T04:46:16.006Z | Checking idna v1.0.3 |
1817 | 2024-12-21T04:46:16.066Z | Checking object v0.36.5 |
1818 | 2024-12-21T04:46:16.314Z | Checking utf8parse v0.2.2 |
1819 | 2024-12-21T04:46:16.470Z | Checking rustc-demangle v0.1.24 |
1820 | 2024-12-21T04:46:16.493Z | Checking url v2.5.3 |
1821 | 2024-12-21T04:46:16.547Z | Checking regex v1.11.1 |
1822 | 2024-12-21T04:46:16.722Z | Checking rustls-webpki v0.102.8 |
1823 | 2024-12-21T04:46:16.891Z | Checking pkcs8 v0.10.2 |
1824 | 2024-12-21T04:46:17.172Z | Checking http-body-util v0.1.2 |
1825 | 2024-12-21T04:46:17.233Z | Checking futures-executor v0.3.31 |
1826 | 2024-12-21T04:46:17.354Z | Checking serde_spanned v0.6.8 |
1827 | 2024-12-21T04:46:17.458Z | Checking toml_datetime v0.6.8 |
1828 | 2024-12-21T04:46:17.549Z | Checking unicode-width v0.1.14 |
1829 | 2024-12-21T04:46:17.576Z | Checking ipnet v2.10.1 |
1830 | 2024-12-21T04:46:17.644Z | Checking data-encoding v2.6.0 |
1831 | 2024-12-21T04:46:17.747Z | Checking futures v0.3.31 |
1832 | 2024-12-21T04:46:17.875Z | Checking rustls-pemfile v2.2.0 |
1833 | 2024-12-21T04:46:18.055Z | Checking openssl-probe v0.1.5 |
1834 | 2024-12-21T04:46:18.084Z | Checking either v1.13.0 |
1835 | 2024-12-21T04:46:18.112Z | Checking foreign-types-shared v0.1.1 |
1836 | 2024-12-21T04:46:18.213Z | Checking anstyle v1.0.10 |
1837 | 2024-12-21T04:46:18.240Z | Checking foreign-types v0.3.2 |
1838 | 2024-12-21T04:46:18.346Z | Checking semver v1.0.23 |
1839 | 2024-12-21T04:46:18.377Z | Checking serde_urlencoded v0.7.1 |
1840 | 2024-12-21T04:46:18.451Z | Checking sha1 v0.10.6 |
1841 | 2024-12-21T04:46:18.563Z | Checking openssl-sys v0.9.103 |
1842 | 2024-12-21T04:46:18.735Z | Checking encoding_rs v0.8.34 |
1843 | 2024-12-21T04:46:18.762Z | Checking rustls v0.23.19 |
1844 | 2024-12-21T04:46:18.801Z | Checking anstyle-parse v0.2.5 |
1845 | 2024-12-21T04:46:19.078Z | Checking camino v1.1.9 |
1846 | 2024-12-21T04:46:19.406Z | Checking anstyle-query v1.1.1 |
1847 | 2024-12-21T04:46:19.539Z | Checking colorchoice v1.0.2 |
1848 | 2024-12-21T04:46:19.660Z | Checking winnow v0.6.20 |
1849 | 2024-12-21T04:46:19.689Z | Checking is_terminal_polyfill v1.70.1 |
1850 | 2024-12-21T04:46:19.821Z | Checking anstream v0.6.15 |
1851 | 2024-12-21T04:46:19.862Z | Checking openssl v0.10.66 |
1852 | 2024-12-21T04:46:19.887Z | Checking addr2line v0.24.2 |
1853 | 2024-12-21T04:46:20.201Z | Checking terminal_size v0.4.0 |
1854 | 2024-12-21T04:46:20.386Z | Checking idna v0.3.0 |
1855 | 2024-12-21T04:46:20.419Z | Checking openapiv3 v2.0.0 |
1856 | 2024-12-21T04:46:21.191Z | Checking signature v2.2.0 |
1857 | 2024-12-21T04:46:21.306Z | Checking psl-types v2.0.11 |
1858 | 2024-12-21T04:46:21.395Z | Checking clap_lex v0.7.2 |
1859 | 2024-12-21T04:46:21.500Z | Checking strsim v0.11.1 |
1860 | 2024-12-21T04:46:21.659Z | Checking publicsuffix v2.2.3 |
1861 | 2024-12-21T04:46:21.790Z | Checking clap_builder v4.5.21 |
1862 | 2024-12-21T04:46:21.890Z | Checking cookie v0.18.1 |
1863 | 2024-12-21T04:46:22.322Z | Checking hyper v1.5.0 |
1864 | 2024-12-21T04:46:22.390Z | Checking webpki-roots v0.26.6 |
1865 | 2024-12-21T04:46:22.470Z | Checking backtrace v0.3.74 |
1866 | 2024-12-21T04:46:22.611Z | Checking idna v0.5.0 |
1867 | 2024-12-21T04:46:22.644Z | Checking is-terminal v0.4.13 |
1868 | 2024-12-21T04:46:22.766Z | Checking scroll v0.12.0 |
1869 | 2024-12-21T04:46:23.092Z | Checking anyhow v1.0.93 |
1870 | 2024-12-21T04:46:23.261Z | Checking plain v0.2.3 |
1871 | 2024-12-21T04:46:23.427Z | Checking ucd-trie v0.1.7 |
1872 | 2024-12-21T04:46:23.492Z | Checking goblin v0.8.2 |
1873 | 2024-12-21T04:46:23.531Z | Checking cookie_store v0.21.0 |
1874 | 2024-12-21T04:46:23.648Z | Checking pest v2.7.14 |
1875 | 2024-12-21T04:46:24.017Z | Checking sync_wrapper v1.0.1 |
1876 | 2024-12-21T04:46:24.170Z | Checking base16ct v0.2.0 |
1877 | 2024-12-21T04:46:24.222Z | Checking pretty-hex v0.4.1 |
1878 | 2024-12-21T04:46:24.353Z | Checking hyper-util v0.1.10 |
1879 | 2024-12-21T04:46:24.382Z | Checking sec1 v0.7.3 |
1880 | 2024-12-21T04:46:24.385Z | Checking tokio-rustls v0.26.0 |
1881 | 2024-12-21T04:46:24.431Z | Checking num-integer v0.1.46 |
1882 | 2024-12-21T04:46:24.791Z | Checking ff v0.13.0 |
1883 | 2024-12-21T04:46:24.818Z | Checking thread-id v4.2.2 |
1884 | 2024-12-21T04:46:24.909Z | Checking clap v4.5.21 |
1885 | 2024-12-21T04:46:24.911Z | Checking toml_edit v0.22.22 |
1886 | 2024-12-21T04:46:24.960Z | Checking hkdf v0.12.4 |
1887 | 2024-12-21T04:46:25.024Z | Checking group v0.13.0 |
1888 | 2024-12-21T04:46:25.071Z | Checking crypto-bigint v0.5.5 |
1889 | 2024-12-21T04:46:25.169Z | Checking memmap v0.7.0 |
1890 | 2024-12-21T04:46:25.282Z | Checking dirs-sys-next v0.1.2 |
1891 | 2024-12-21T04:46:25.310Z | Checking native-tls v0.2.12 |
1892 | 2024-12-21T04:46:25.394Z | Checking crc32fast v1.4.2 |
1893 | 2024-12-21T04:46:25.478Z | Checking static_assertions v1.1.0 |
1894 | 2024-12-21T04:46:25.586Z | Checking utf-8 v0.7.6 |
1895 | 2024-12-21T04:46:25.622Z | Checking bitflags v1.3.2 |
1896 | 2024-12-21T04:46:25.649Z | Checking tokio-native-tls v0.3.1 |
1897 | 2024-12-21T04:46:25.738Z | Checking dirs-next v2.0.0 |
1898 | 2024-12-21T04:46:25.789Z | Checking crossbeam-channel v0.5.13 |
1899 | 2024-12-21T04:46:25.884Z | Checking thread_local v1.1.8 |
1900 | 2024-12-21T04:46:25.910Z | Checking unicode-segmentation v1.12.0 |
1901 | 2024-12-21T04:46:26.155Z | Checking dtrace-parser v0.2.0 |
1902 | 2024-12-21T04:46:26.158Z | Checking term v0.7.0 |
1903 | 2024-12-21T04:46:26.347Z | Checking hyper-rustls v0.27.3 |
1904 | 2024-12-21T04:46:26.558Z | Checking hyper-tls v0.6.0 |
1905 | 2024-12-21T04:46:26.618Z | Checking num-iter v0.1.45 |
1906 | 2024-12-21T04:46:26.647Z | Checking crossbeam-epoch v0.9.18 |
1907 | 2024-12-21T04:46:26.650Z | Checking take_mut v0.2.2 |
1908 | 2024-12-21T04:46:26.714Z | Checking match_cfg v0.1.0 |
1909 | 2024-12-21T04:46:26.784Z | Checking slog-term v2.9.1 |
1910 | 2024-12-21T04:46:26.812Z | Checking slog-async v2.8.0 |
1911 | 2024-12-21T04:46:26.815Z | Checking hostname v0.3.1 |
1912 | 2024-12-21T04:46:26.854Z | Checking reqwest v0.12.9 |
1913 | 2024-12-21T04:46:26.964Z | Checking itertools v0.10.5 |
1914 | 2024-12-21T04:46:27.121Z | Checking bstr v1.10.0 |
1915 | 2024-12-21T04:46:27.124Z | Checking rfc6979 v0.4.0 |
1916 | 2024-12-21T04:46:27.313Z | Checking hex v0.4.3 |
1917 | 2024-12-21T04:46:27.342Z | Checking winnow v0.5.40 |
1918 | 2024-12-21T04:46:27.573Z | Checking toml v0.8.19 |
1919 | 2024-12-21T04:46:27.864Z | Checking managed v0.8.0 |
1920 | 2024-12-21T04:46:28.010Z | Checking elliptic-curve v0.13.8 |
1921 | 2024-12-21T04:46:28.086Z | Checking crossbeam-deque v0.8.5 |
1922 | 2024-12-21T04:46:28.269Z | Checking num-bigint-dig v0.8.4 |
1923 | 2024-12-21T04:46:28.336Z | Checking flate2 v1.0.34 |
1924 | 2024-12-21T04:46:28.404Z | Checking rustls v0.22.4 |
1925 | 2024-12-21T04:46:28.479Z | Checking dof v0.3.0 |
1926 | 2024-12-21T04:46:28.666Z | Checking ecdsa v0.16.9 |
1927 | 2024-12-21T04:46:28.783Z | Checking pkcs1 v0.7.5 |
1928 | 2024-12-21T04:46:29.032Z | Checking curve25519-dalek v4.1.3 |
1929 | 2024-12-21T04:46:29.080Z | Checking usdt-impl v0.5.0 |
1930 | 2024-12-21T04:46:29.202Z | Checking zerocopy v0.6.6 |
1931 | 2024-12-21T04:46:29.309Z | Checking siphasher v0.3.11 |
1932 | 2024-12-21T04:46:29.348Z | Checking rayon-core v1.12.1 |
1933 | 2024-12-21T04:46:29.624Z | Checking ed25519 v2.2.3 |
1934 | 2024-12-21T04:46:29.652Z | Checking usdt v0.5.0 |
1935 | 2024-12-21T04:46:29.922Z | Checking slog-json v2.6.1 |
1936 | 2024-12-21T04:46:29.948Z | Checking signal-hook v0.3.17 |
1937 | 2024-12-21T04:46:29.977Z | Checking debug-ignore v1.0.5 |
1938 | 2024-12-21T04:46:30.036Z | Checking quick-error v1.2.3 |
1939 | 2024-12-21T04:46:30.116Z | Checking multer v3.1.0 |
1940 | 2024-12-21T04:46:30.178Z | Checking x509-cert v0.2.5 |
1941 | 2024-12-21T04:46:30.200Z | Checking slog-bunyan v2.5.0 |
1942 | 2024-12-21T04:46:30.298Z | Checking idna v0.4.0 |
1943 | 2024-12-21T04:46:30.382Z | Checking hubpack v0.1.2 |
1944 | 2024-12-21T04:46:30.438Z | Checking toml_edit v0.19.15 |
1945 | 2024-12-21T04:46:30.497Z | Checking rsa v0.9.6 |
1946 | 2024-12-21T04:46:30.525Z | Checking serde_path_to_error v0.1.16 |
1947 | 2024-12-21T04:46:30.687Z | Checking waitgroup v0.1.2 |
1948 | 2024-12-21T04:46:30.836Z | Checking bzip2-sys v0.1.11+1.0.8 |
1949 | 2024-12-21T04:46:30.864Z | Checking ed25519-dalek v2.1.1 |
1950 | 2024-12-21T04:46:30.975Z | Checking async-stream v0.3.6 |
1951 | 2024-12-21T04:46:31.132Z | Checking hostname v0.4.0 |
1952 | 2024-12-21T04:46:31.170Z | Checking bit-vec v0.6.3 |
1953 | 2024-12-21T04:46:31.196Z | Checking hickory-proto v0.24.1 |
1954 | 2024-12-21T04:46:31.273Z | Checking bzip2 v0.4.4 |
1955 | 2024-12-21T04:46:31.306Z | Checking signal-hook-mio v0.2.4 |
1956 | 2024-12-21T04:46:31.462Z | Checking console v0.15.8 |
1957 | 2024-12-21T04:46:31.496Z | Checking bit-set v0.5.3 |
1958 | 2024-12-21T04:46:31.574Z | Checking hash32 v0.2.1 |
1959 | 2024-12-21T04:46:31.601Z | Checking linked-hash-map v0.5.6 |
1960 | 2024-12-21T04:46:31.775Z | Checking predicates-core v1.0.8 |
1961 | 2024-12-21T04:46:31.805Z | Checking unicode-properties v0.1.3 |
1962 | 2024-12-21T04:46:31.865Z | Checking heapless v0.7.17 |
1963 | 2024-12-21T04:46:31.943Z | Checking lru-cache v0.1.2 |
1964 | 2024-12-21T04:46:31.969Z | Checking crossterm v0.28.1 |
1965 | 2024-12-21T04:46:32.051Z | Checking rayon v1.10.0 |
1966 | 2024-12-21T04:46:32.126Z | Checking tokio-rustls v0.25.0 |
1967 | 2024-12-21T04:46:32.128Z | Checking phf_shared v0.11.2 |
1968 | 2024-12-21T04:46:32.175Z | Checking stringprep v0.1.5 |
1969 | 2024-12-21T04:46:32.459Z | Checking similar v2.6.0 |
1970 | 2024-12-21T04:46:32.461Z | Checking tokio-stream v0.1.16 |
1971 | 2024-12-21T04:46:32.515Z | Checking dropshot v0.12.0 |
1972 | 2024-12-21T04:46:32.938Z | Checking toml v0.7.8 |
1973 | 2024-12-21T04:46:32.940Z | Checking newtype-uuid v1.1.3 |
1974 | 2024-12-21T04:46:33.243Z | Checking md-5 v0.10.6 |
1975 | 2024-12-21T04:46:33.361Z | Checking float-cmp v0.9.0 |
1976 | 2024-12-21T04:46:33.427Z | Checking fallible-iterator v0.2.0 |
1977 | 2024-12-21T04:46:33.477Z | Checking fixedbitset v0.4.2 |
1978 | 2024-12-21T04:46:33.569Z | Checking difflib v0.4.0 |
1979 | 2024-12-21T04:46:33.679Z | Checking normalize-line-endings v0.3.0 |
1980 | 2024-12-21T04:46:33.774Z | Checking petgraph v0.6.5 |
1981 | 2024-12-21T04:46:33.811Z | Checking smoltcp v0.9.1 |
1982 | 2024-12-21T04:46:33.841Z | Checking phf v0.11.2 |
1983 | 2024-12-21T04:46:33.879Z | Checking predicates v3.1.2 |
1984 | 2024-12-21T04:46:34.074Z | Checking postgres-protocol v0.6.7 |
1985 | 2024-12-21T04:46:34.130Z | Checking zip v0.6.6 |
1986 | 2024-12-21T04:46:34.574Z | Checking resolv-conf v0.7.0 |
1987 | 2024-12-21T04:46:34.753Z | Checking phf_shared v0.10.0 |
1988 | 2024-12-21T04:46:34.835Z | Checking tungstenite v0.24.0 |
1989 | 2024-12-21T04:46:34.938Z | Checking fs-err v2.11.0 |
1990 | 2024-12-21T04:46:35.041Z | Checking serde-big-array v0.5.1 |
1991 | 2024-12-21T04:46:35.275Z | Checking portable-atomic v1.9.0 |
1992 | 2024-12-21T04:46:35.355Z | Checking lalrpop-util v0.19.12 |
1993 | 2024-12-21T04:46:35.514Z | Checking unicode-width v0.2.0 |
1994 | 2024-12-21T04:46:35.661Z | Checking precomputed-hash v0.1.1 |
1995 | 2024-12-21T04:46:35.754Z | Checking new_debug_unreachable v1.0.6 |
1996 | 2024-12-21T04:46:35.780Z | Checking minimal-lexical v0.2.1 |
1997 | 2024-12-21T04:46:35.849Z | Checking number_prefix v0.4.0 |
1998 | 2024-12-21T04:46:35.950Z | Checking string_cache v0.8.7 |
1999 | 2024-12-21T04:46:35.987Z | Checking tokio-tungstenite v0.24.0 |
2000 | 2024-12-21T04:46:36.019Z | Checking hickory-resolver v0.24.1 |
2001 | 2024-12-21T04:46:36.047Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2002 | 2024-12-21T04:46:36.144Z | Checking nom v7.1.3 |
2003 | 2024-12-21T04:46:36.222Z | Checking postgres-types v0.2.8 |
2004 | 2024-12-21T04:46:36.251Z | Checking itertools v0.12.1 |
2005 | 2024-12-21T04:46:36.311Z | Checking indicatif v0.17.9 |
2006 | 2024-12-21T04:46:36.451Z | Checking peg-runtime v0.8.3 |
2007 | 2024-12-21T04:46:36.702Z | Checking whoami v1.5.2 |
2008 | 2024-12-21T04:46:37.034Z | Checking tokio-postgres v0.7.12 |
2009 | 2024-12-21T04:46:37.092Z | Compiling hashbrown v0.14.5 |
2010 | 2024-12-21T04:46:37.094Z | Compiling ident_case v1.0.1 |
2011 | 2024-12-21T04:46:37.094Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-12-21T04:46:37.314Z | Compiling darling_core v0.20.10 |
2013 | 2024-12-21T04:46:37.602Z | Checking qorb v0.2.1 |
2014 | 2024-12-21T04:46:38.537Z | Compiling regress v0.10.1 |
2015 | 2024-12-21T04:46:38.932Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-12-21T04:46:39.145Z | Checking heck v0.5.0 |
2017 | 2024-12-21T04:46:39.341Z | Checking progenitor-client v0.8.0 |
2018 | 2024-12-21T04:46:39.743Z | Checking fastrand v2.1.1 |
2019 | 2024-12-21T04:46:40.090Z | Checking ipnetwork v0.20.0 |
2020 | 2024-12-21T04:46:40.231Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2021 | 2024-12-21T04:46:40.231Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-21T04:46:40.472Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2023 | 2024-12-21T04:46:40.862Z | Checking strum v0.26.3 |
2024 | 2024-12-21T04:46:41.035Z | Compiling dropshot v0.13.0 |
2025 | 2024-12-21T04:46:41.420Z | Checking macaddr v1.0.1 |
2026 | 2024-12-21T04:46:41.503Z | Compiling dropshot_endpoint v0.13.0 |
2027 | 2024-12-21T04:46:41.680Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2028 | 2024-12-21T04:46:41.758Z | Checking tempfile v3.13.0 |
2029 | 2024-12-21T04:46:42.161Z | Checking instant v0.1.13 |
2030 | 2024-12-21T04:46:42.295Z | Compiling typify-impl v0.2.0 |
2031 | 2024-12-21T04:46:42.459Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2032 | 2024-12-21T04:46:43.100Z | Checking regress v0.9.1 |
2033 | 2024-12-21T04:46:43.290Z | Compiling structmeta v0.3.0 |
2034 | 2024-12-21T04:46:43.293Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2035 | 2024-12-21T04:46:43.648Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2036 | 2024-12-21T04:46:43.715Z | Compiling parse-display-derive v0.10.0 |
2037 | 2024-12-21T04:46:44.069Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-12-21T04:46:44.124Z | Checking backoff v0.4.0 |
2039 | 2024-12-21T04:46:44.222Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2040 | 2024-12-21T04:46:44.350Z | Compiling darling_macro v0.20.10 |
2041 | 2024-12-21T04:46:44.378Z | Checking wait-timeout v0.2.0 |
2042 | 2024-12-21T04:46:44.442Z | Checking rand_xorshift v0.3.0 |
2043 | 2024-12-21T04:46:44.570Z | Checking rusty-fork v0.3.0 |
2044 | 2024-12-21T04:46:44.637Z | Checking unarray v0.1.4 |
2045 | 2024-12-21T04:46:44.807Z | Compiling test-strategy v0.4.0 |
2046 | 2024-12-21T04:46:44.886Z | Checking proptest v1.5.0 |
2047 | 2024-12-21T04:46:45.312Z | Compiling darling v0.20.10 |
2048 | 2024-12-21T04:46:45.445Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-12-21T04:46:46.288Z | Checking camino-tempfile v1.1.1 |
2050 | 2024-12-21T04:46:46.583Z | Compiling proc-macro-error v1.0.4 |
2051 | 2024-12-21T04:46:46.683Z | Compiling proc-macro-crate v1.3.1 |
2052 | 2024-12-21T04:46:47.299Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2053 | 2024-12-21T04:46:47.686Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2054 | 2024-12-21T04:46:47.877Z | Compiling num_enum_derive v0.5.11 |
2055 | 2024-12-21T04:46:48.035Z | Compiling foreign-types-macros v0.2.3 |
2056 | 2024-12-21T04:46:48.469Z | Checking parse-display v0.10.0 |
2057 | 2024-12-21T04:46:48.496Z | Checking serde_with v3.11.0 |
2058 | 2024-12-21T04:46:48.700Z | Checking foreign-types-shared v0.3.1 |
2059 | 2024-12-21T04:46:48.966Z | Checking tabwriter v1.4.0 |
2060 | 2024-12-21T04:46:49.096Z | Checking cstr-argument v0.1.2 |
2061 | 2024-12-21T04:46:49.210Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2062 | 2024-12-21T04:46:49.289Z | Checking pretty-hex v0.2.1 |
2063 | 2024-12-21T04:46:49.424Z | Checking foreign-types v0.5.0 |
2064 | 2024-12-21T04:46:49.451Z | Checking colored v2.1.0 |
2065 | 2024-12-21T04:46:49.542Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2024-12-21T04:46:49.781Z | Checking smf v0.2.3 |
2067 | 2024-12-21T04:46:49.806Z | Checking itertools v0.13.0 |
2068 | 2024-12-21T04:46:49.878Z | Checking base64 v0.21.7 |
2069 | 2024-12-21T04:46:50.050Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2070 | 2024-12-21T04:46:50.219Z | Compiling crucible-workspace-hack v0.1.0 |
2071 | 2024-12-21T04:46:50.243Z | Compiling zerocopy v0.8.10 |
2072 | 2024-12-21T04:46:50.331Z | Checking atomicwrites v0.4.4 |
2073 | 2024-12-21T04:46:50.484Z | Checking num_enum v0.5.11 |
2074 | 2024-12-21T04:46:50.532Z | Compiling zerocopy-derive v0.8.10 |
2075 | 2024-12-21T04:46:50.659Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2076 | 2024-12-21T04:46:50.680Z | Compiling heapless v0.8.0 |
2077 | 2024-12-21T04:46:50.939Z | Checking termtree v0.4.1 |
2078 | 2024-12-21T04:46:51.156Z | Checking predicates-tree v1.0.11 |
2079 | 2024-12-21T04:46:51.255Z | Checking hash32 v0.3.1 |
2080 | 2024-12-21T04:46:51.311Z | Compiling smoltcp v0.11.0 |
2081 | 2024-12-21T04:46:51.457Z | Checking cobs v0.2.3 |
2082 | 2024-12-21T04:46:51.656Z | Checking postcard v1.0.10 |
2083 | 2024-12-21T04:46:52.007Z | Checking sigpipe v0.1.3 |
2084 | 2024-12-21T04:46:52.068Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2085 | 2024-12-21T04:46:52.125Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2086 | 2024-12-21T04:46:52.266Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2087 | 2024-12-21T04:46:52.292Z | Compiling thiserror v2.0.3 |
2088 | 2024-12-21T04:46:52.438Z | Compiling mockall_derive v0.13.0 |
2089 | 2024-12-21T04:46:52.474Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2090 | 2024-12-21T04:46:52.855Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2091 | 2024-12-21T04:46:52.882Z | Compiling thiserror-impl v2.0.3 |
2092 | 2024-12-21T04:46:53.159Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2093 | 2024-12-21T04:46:53.391Z | Compiling zone_cfg_derive v0.3.0 |
2094 | 2024-12-21T04:46:53.550Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2095 | 2024-12-21T04:46:54.973Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2096 | 2024-12-21T04:46:55.272Z | Compiling num-derive v0.4.2 |
2097 | 2024-12-21T04:46:55.364Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2098 | 2024-12-21T04:46:55.635Z | Checking downcast v0.11.0 |
2099 | 2024-12-21T04:46:55.668Z | Checking fragile v2.0.0 |
2100 | 2024-12-21T04:46:55.873Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2101 | 2024-12-21T04:46:55.943Z | Checking zone v0.3.0 |
2102 | 2024-12-21T04:46:56.141Z | Compiling convert_case v0.4.0 |
2103 | 2024-12-21T04:46:56.700Z | Checking tungstenite v0.21.0 |
2104 | 2024-12-21T04:46:56.728Z | Checking newline-converter v0.3.0 |
2105 | 2024-12-21T04:46:56.752Z | Checking same-file v1.0.6 |
2106 | 2024-12-21T04:46:56.895Z | Checking expectorate v1.1.0 |
2107 | 2024-12-21T04:46:56.938Z | Checking walkdir v2.5.0 |
2108 | 2024-12-21T04:46:57.070Z | Checking arc-swap v1.7.1 |
2109 | 2024-12-21T04:46:57.141Z | Compiling derive_more v0.99.18 |
2110 | 2024-12-21T04:46:57.210Z | Checking xattr v1.3.1 |
2111 | 2024-12-21T04:46:57.426Z | Checking filetime v0.2.25 |
2112 | 2024-12-21T04:46:57.483Z | Checking slog-scope v4.4.0 |
2113 | 2024-12-21T04:46:57.595Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2114 | 2024-12-21T04:46:57.659Z | Checking tar v0.4.42 |
2115 | 2024-12-21T04:46:57.684Z | Checking slog-stdlog v4.1.1 |
2116 | 2024-12-21T04:46:57.713Z | Checking tokio-tungstenite v0.21.0 |
2117 | 2024-12-21T04:46:57.871Z | Checking slog-envlogger v2.2.0 |
2118 | 2024-12-21T04:46:58.118Z | Checking num-rational v0.4.2 |
2119 | 2024-12-21T04:46:58.143Z | Checking num-complex v0.4.6 |
2120 | 2024-12-21T04:46:58.300Z | Checking float-ord v0.3.2 |
2121 | 2024-12-21T04:46:58.456Z | Checking swrite v0.1.0 |
2122 | 2024-12-21T04:46:58.544Z | Compiling owo-colors v4.1.0 |
2123 | 2024-12-21T04:46:58.573Z | Compiling cancel-safe-futures v0.1.5 |
2124 | 2024-12-21T04:46:58.851Z | Checking libsw v3.3.1 |
2125 | 2024-12-21T04:46:59.061Z | Checking num v0.4.3 |
2126 | 2024-12-21T04:46:59.133Z | Checking password-hash v0.5.0 |
2127 | 2024-12-21T04:46:59.183Z | Checking blake2 v0.10.6 |
2128 | 2024-12-21T04:46:59.401Z | Checking linear-map v1.2.0 |
2129 | 2024-12-21T04:46:59.612Z | Checking indent_write v2.2.0 |
2130 | 2024-12-21T04:46:59.669Z | Checking argon2 v0.5.3 |
2131 | 2024-12-21T04:46:59.754Z | Checking pem v3.0.4 |
2132 | 2024-12-21T04:46:59.833Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2133 | 2024-12-21T04:47:00.194Z | Compiling lzma-sys v0.1.20 |
2134 | 2024-12-21T04:47:00.398Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2135 | 2024-12-21T04:47:00.557Z | Checking headers-core v0.3.0 |
2136 | 2024-12-21T04:47:00.720Z | Compiling heck v0.3.3 |
2137 | 2024-12-21T04:47:00.782Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2138 | 2024-12-21T04:47:00.784Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2139 | 2024-12-21T04:47:00.928Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2140 | 2024-12-21T04:47:00.997Z | Compiling typify-macro v0.2.0 |
2141 | 2024-12-21T04:47:01.023Z | Checking highway v1.2.0 |
2142 | 2024-12-21T04:47:01.134Z | Compiling zone_cfg_derive v0.1.2 |
2143 | 2024-12-21T04:47:01.262Z | Checking headers v0.4.0 |
2144 | 2024-12-21T04:47:01.469Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2145 | 2024-12-21T04:47:01.497Z | Checking mockall v0.13.0 |
2146 | 2024-12-21T04:47:01.732Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2147 | 2024-12-21T04:47:01.758Z | Checking yasna v0.5.2 |
2148 | 2024-12-21T04:47:01.781Z | Checking base64 v0.13.1 |
2149 | 2024-12-21T04:47:02.217Z | Checking ron v0.7.1 |
2150 | 2024-12-21T04:47:02.406Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2151 | 2024-12-21T04:47:02.628Z | Checking zone v0.1.8 |
2152 | 2024-12-21T04:47:02.683Z | Checking rcgen v0.12.1 |
2153 | 2024-12-21T04:47:02.915Z | Checking xz2 v0.1.7 |
2154 | 2024-12-21T04:47:03.408Z | Checking subprocess v0.2.9 |
2155 | 2024-12-21T04:47:03.430Z | Checking humantime v2.1.0 |
2156 | 2024-12-21T04:47:03.453Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2157 | 2024-12-21T04:47:03.735Z | Compiling semver v0.1.20 |
2158 | 2024-12-21T04:47:03.959Z | Checking half v2.4.1 |
2159 | 2024-12-21T04:47:04.122Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2160 | 2024-12-21T04:47:04.342Z | Compiling rustc_version v0.1.7 |
2161 | 2024-12-21T04:47:04.392Z | Checking ciborium-io v0.2.2 |
2162 | 2024-12-21T04:47:04.466Z | Checking prettyplease v0.2.25 |
2163 | 2024-12-21T04:47:04.521Z | Checking ciborium-ll v0.2.2 |
2164 | 2024-12-21T04:47:04.812Z | Checking ciborium v0.2.2 |
2165 | 2024-12-21T04:47:04.836Z | Compiling newtype_derive v0.1.6 |
2166 | 2024-12-21T04:47:05.342Z | Checking steno v0.4.1 |
2167 | 2024-12-21T04:47:05.446Z | Compiling typify v0.2.0 |
2168 | 2024-12-21T04:47:05.507Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2169 | 2024-12-21T04:47:05.598Z | Compiling progenitor-impl v0.8.0 |
2170 | 2024-12-21T04:47:07.382Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2171 | 2024-12-21T04:47:07.710Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2172 | 2024-12-21T04:47:08.093Z | Compiling slog-dtrace v0.3.0 |
2173 | 2024-12-21T04:47:08.697Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2174 | 2024-12-21T04:47:08.994Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2175 | 2024-12-21T04:47:09.116Z | Checking display-error-chain v0.2.2 |
2176 | 2024-12-21T04:47:09.141Z | Checking gethostname v0.5.0 |
2177 | 2024-12-21T04:47:09.279Z | Checking nibble_vec v0.1.0 |
2178 | 2024-12-21T04:47:09.304Z | Compiling blake3 v1.5.4 |
2179 | 2024-12-21T04:47:09.330Z | Compiling ring v0.16.20 |
2180 | 2024-12-21T04:47:09.495Z | Checking keccak v0.1.5 |
2181 | 2024-12-21T04:47:09.567Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2182 | 2024-12-21T04:47:09.843Z | Checking endian-type v0.1.2 |
2183 | 2024-12-21T04:47:09.984Z | Checking sha3 v0.10.8 |
2184 | 2024-12-21T04:47:10.054Z | Checking radix_trie v0.2.1 |
2185 | 2024-12-21T04:47:10.373Z | Checking universal-hash v0.5.1 |
2186 | 2024-12-21T04:47:10.478Z | Checking secrecy v0.8.0 |
2187 | 2024-12-21T04:47:10.561Z | Checking opaque-debug v0.3.1 |
2188 | 2024-12-21T04:47:10.605Z | Checking aead v0.5.2 |
2189 | 2024-12-21T04:47:10.662Z | Checking poly1305 v0.8.0 |
2190 | 2024-12-21T04:47:10.688Z | Checking chacha20 v0.9.1 |
2191 | 2024-12-21T04:47:11.171Z | Compiling memmap2 v0.9.5 |
2192 | 2024-12-21T04:47:11.656Z | Compiling arrayvec v0.7.6 |
2193 | 2024-12-21T04:47:11.856Z | Compiling spin v0.5.2 |
2194 | 2024-12-21T04:47:12.066Z | Compiling constant_time_eq v0.3.1 |
2195 | 2024-12-21T04:47:12.090Z | Compiling arrayref v0.3.9 |
2196 | 2024-12-21T04:47:12.257Z | Compiling toolchain_find v0.4.0 |
2197 | 2024-12-21T04:47:12.367Z | Compiling thiserror-impl-no-std v2.0.2 |
2198 | 2024-12-21T04:47:12.549Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2199 | 2024-12-21T04:47:12.573Z | Compiling topological-sort v0.2.2 |
2200 | 2024-12-21T04:47:12.797Z | Compiling rustfmt-wrapper v0.2.1 |
2201 | 2024-12-21T04:47:12.916Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2202 | 2024-12-21T04:47:13.221Z | Checking chacha20poly1305 v0.10.1 |
2203 | 2024-12-21T04:47:13.280Z | Compiling async-recursion v1.1.1 |
2204 | 2024-12-21T04:47:13.387Z | Checking fxhash v0.2.1 |
2205 | 2024-12-21T04:47:13.430Z | Checking simd-adler32 v0.3.7 |
2206 | 2024-12-21T04:47:13.492Z | Checking lockfree-object-pool v0.1.6 |
2207 | 2024-12-21T04:47:13.581Z | Checking bumpalo v3.16.0 |
2208 | 2024-12-21T04:47:13.757Z | Compiling zip v2.1.3 |
2209 | 2024-12-21T04:47:13.796Z | Checking termcolor v1.4.1 |
2210 | 2024-12-21T04:47:13.873Z | Compiling progenitor-macro v0.8.0 |
2211 | 2024-12-21T04:47:13.935Z | Checking zopfli v0.8.1 |
2212 | 2024-12-21T04:47:14.108Z | Checking maplit v1.0.2 |
2213 | 2024-12-21T04:47:14.241Z | Compiling radium v0.7.0 |
2214 | 2024-12-21T04:47:14.270Z | Compiling maybe-uninit v2.0.0 |
2215 | 2024-12-21T04:47:14.737Z | Checking tap v1.0.1 |
2216 | 2024-12-21T04:47:14.910Z | Checking wyz v0.5.1 |
2217 | 2024-12-21T04:47:14.943Z | Checking home v0.5.9 |
2218 | 2024-12-21T04:47:15.104Z | Compiling omicron-zone-package v0.11.1 |
2219 | 2024-12-21T04:47:15.275Z | Checking crc-catalog v2.4.0 |
2220 | 2024-12-21T04:47:15.330Z | Checking funty v2.0.0 |
2221 | 2024-12-21T04:47:15.429Z | Compiling packed_struct v0.10.1 |
2222 | 2024-12-21T04:47:15.763Z | Checking thiserror-no-std v2.0.2 |
2223 | 2024-12-21T04:47:15.807Z | Checking crc v3.2.1 |
2224 | 2024-12-21T04:47:15.881Z | Checking vsss-rs v3.3.4 |
2225 | 2024-12-21T04:47:16.049Z | Compiling const_format_proc_macros v0.2.33 |
2226 | 2024-12-21T04:47:16.245Z | Checking kstat-rs v0.2.4 |
2227 | 2024-12-21T04:47:16.270Z | Compiling packed_struct_codegen v0.10.1 |
2228 | 2024-12-21T04:47:16.292Z | Checking bitvec v1.0.1 |
2229 | 2024-12-21T04:47:16.613Z | Compiling vte_generate_state_changes v0.1.2 |
2230 | 2024-12-21T04:47:16.758Z | Compiling indexmap v1.9.3 |
2231 | 2024-12-21T04:47:17.062Z | Checking nodrop v0.1.14 |
2232 | 2024-12-21T04:47:17.193Z | Compiling libefi-sys v0.1.0 |
2233 | 2024-12-21T04:47:17.315Z | Checking vte v0.11.1 |
2234 | 2024-12-21T04:47:17.519Z | Checking array-init v0.0.4 |
2235 | 2024-12-21T04:47:18.254Z | Checking const_format v0.2.33 |
2236 | 2024-12-21T04:47:18.676Z | Checking smallvec v0.6.14 |
2237 | 2024-12-21T04:47:18.760Z | Checking fd-lock v4.0.2 |
2238 | 2024-12-21T04:47:18.820Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2239 | 2024-12-21T04:47:18.964Z | Compiling bitfield-struct v0.6.2 |
2240 | 2024-12-21T04:47:19.089Z | Checking bitfield v0.14.0 |
2241 | 2024-12-21T04:47:19.116Z | Checking hashbrown v0.12.3 |
2242 | 2024-12-21T04:47:19.185Z | Checking serde-hex v0.1.0 |
2243 | 2024-12-21T04:47:19.345Z | Checking strip-ansi-escapes v0.2.0 |
2244 | 2024-12-21T04:47:19.513Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2245 | 2024-12-21T04:47:19.776Z | Checking env_logger v0.10.2 |
2246 | 2024-12-21T04:47:19.801Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2247 | 2024-12-21T04:47:20.111Z | Checking ron v0.8.1 |
2248 | 2024-12-21T04:47:20.200Z | Checking hashbrown v0.13.2 |
2249 | 2024-12-21T04:47:20.402Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-12-21T04:47:20.942Z | Checking nu-ansi-term v0.50.1 |
2251 | 2024-12-21T04:47:21.034Z | Checking crc-any v2.5.0 |
2252 | 2024-12-21T04:47:21.332Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-21T04:47:21.360Z | Checking reedline v0.35.0 |
2254 | 2024-12-21T04:47:21.383Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2255 | 2024-12-21T04:47:21.428Z | Checking object v0.30.4 |
2256 | 2024-12-21T04:47:21.455Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-21T04:47:21.641Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2258 | 2024-12-21T04:47:21.871Z | Checking path-slash v0.1.5 |
2259 | 2024-12-21T04:47:21.901Z | Compiling parking_lot_core v0.8.6 |
2260 | 2024-12-21T04:47:21.923Z | Compiling phf_generator v0.11.2 |
2261 | 2024-12-21T04:47:22.012Z | Checking glob v0.3.1 |
2262 | 2024-12-21T04:47:22.117Z | Checking bytecount v0.6.8 |
2263 | 2024-12-21T04:47:22.282Z | Checking papergrid v0.11.0 |
2264 | 2024-12-21T04:47:22.331Z | Compiling phf_codegen v0.11.2 |
2265 | 2024-12-21T04:47:22.556Z | Compiling tabled_derive v0.7.0 |
2266 | 2024-12-21T04:47:22.767Z | Checking parking_lot v0.11.2 |
2267 | 2024-12-21T04:47:23.107Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2268 | 2024-12-21T04:47:23.137Z | Compiling parse-zoneinfo v0.3.1 |
2269 | 2024-12-21T04:47:23.298Z | Compiling cfg_aliases v0.1.1 |
2270 | 2024-12-21T04:47:23.421Z | Compiling nix v0.28.0 |
2271 | 2024-12-21T04:47:23.861Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-12-21T04:47:24.166Z | Checking sled v0.34.7 |
2273 | 2024-12-21T04:47:24.282Z | Checking hickory-client v0.24.1 |
2274 | 2024-12-21T04:47:24.950Z | Checking hickory-server v0.24.1 |
2275 | 2024-12-21T04:47:25.198Z | Checking tabled v0.15.0 |
2276 | 2024-12-21T04:47:25.272Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2277 | 2024-12-21T04:47:25.411Z | Compiling chrono-tz v0.10.0 |
2278 | 2024-12-21T04:47:26.078Z | Compiling buf-list v1.0.3 |
2279 | 2024-12-21T04:47:27.099Z | Compiling peg-macros v0.8.4 |
2280 | 2024-12-21T04:47:27.541Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2281 | 2024-12-21T04:47:27.842Z | Compiling sqlparser_derive v0.2.2 |
2282 | 2024-12-21T04:47:27.872Z | Checking unicode_categories v0.1.1 |
2283 | 2024-12-21T04:47:28.187Z | Checking sqlformat v0.2.6 |
2284 | 2024-12-21T04:47:28.950Z | Checking sqlparser v0.45.0 |
2285 | 2024-12-21T04:47:29.194Z | Checking bcs v0.1.6 |
2286 | 2024-12-21T04:47:29.301Z | Checking rustyline v14.0.0 |
2287 | 2024-12-21T04:47:29.395Z | Checking progenitor v0.8.0 |
2288 | 2024-12-21T04:47:29.692Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2289 | 2024-12-21T04:47:29.951Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2290 | 2024-12-21T04:47:30.905Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2291 | 2024-12-21T04:47:32.628Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2292 | 2024-12-21T04:47:34.554Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2293 | 2024-12-21T04:47:34.764Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2294 | 2024-12-21T04:47:35.186Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2295 | 2024-12-21T04:47:36.836Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2296 | 2024-12-21T04:47:37.721Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2297 | 2024-12-21T04:47:38.387Z | Checking peg v0.8.4 |
2298 | 2024-12-21T04:47:38.504Z | Checking primeorder v0.13.6 |
2299 | 2024-12-21T04:47:38.928Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2300 | 2024-12-21T04:47:38.979Z | Compiling unicase v2.7.0 |
2301 | 2024-12-21T04:47:39.016Z | Checking nanorand v0.7.0 |
2302 | 2024-12-21T04:47:39.316Z | Checking atty v0.2.14 |
2303 | 2024-12-21T04:47:39.386Z | Checking flume v0.11.1 |
2304 | 2024-12-21T04:47:39.455Z | Compiling salty v0.3.0 |
2305 | 2024-12-21T04:47:39.547Z | Checking p384 v0.13.0 |
2306 | 2024-12-21T04:47:39.824Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2307 | 2024-12-21T04:47:39.863Z | Compiling mime_guess v2.0.5 |
2308 | 2024-12-21T04:47:39.888Z | Checking env_filter v0.1.2 |
2309 | 2024-12-21T04:47:40.134Z | Checking http-range v0.1.5 |
2310 | 2024-12-21T04:47:40.323Z | Checking env_logger v0.11.5 |
2311 | 2024-12-21T04:47:40.520Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2312 | 2024-12-21T04:47:40.703Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2313 | 2024-12-21T04:47:40.969Z | Compiling dsl_auto_type v0.1.2 |
2314 | 2024-12-21T04:47:40.973Z | Checking scheduled-thread-pool v0.2.7 |
2315 | 2024-12-21T04:47:41.047Z | Compiling diesel_table_macro_syntax v0.2.0 |
2316 | 2024-12-21T04:47:41.157Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2317 | 2024-12-21T04:47:41.218Z | Compiling crunchy v0.2.2 |
2318 | 2024-12-21T04:47:41.770Z | Checking r2d2 v0.8.10 |
2319 | 2024-12-21T04:47:41.797Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2320 | 2024-12-21T04:47:41.866Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2321 | 2024-12-21T04:47:41.985Z | Checking hyper-staticfile v0.10.1 |
2322 | 2024-12-21T04:47:42.191Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2323 | 2024-12-21T04:47:42.322Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2324 | 2024-12-21T04:47:42.523Z | Compiling tiny-keccak v2.0.2 |
2325 | 2024-12-21T04:47:42.707Z | Compiling diesel_derives v2.2.3 |
2326 | 2024-12-21T04:47:42.810Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2327 | 2024-12-21T04:47:42.857Z | Compiling pin-project-internal v1.1.6 |
2328 | 2024-12-21T04:47:42.907Z | Compiling ref-cast v1.0.23 |
2329 | 2024-12-21T04:47:43.549Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2330 | 2024-12-21T04:47:43.837Z | Compiling ascii-canvas v3.0.0 |
2331 | 2024-12-21T04:47:43.859Z | Compiling ena v0.14.3 |
2332 | 2024-12-21T04:47:44.247Z | Compiling ref-cast-impl v1.0.23 |
2333 | 2024-12-21T04:47:44.437Z | Compiling diff v0.1.13 |
2334 | 2024-12-21T04:47:45.167Z | Compiling regex-syntax v0.6.29 |
2335 | 2024-12-21T04:47:45.637Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2336 | 2024-12-21T04:47:45.983Z | Checking signal-hook-tokio v0.3.1 |
2337 | 2024-12-21T04:47:46.006Z | Checking pin-project v1.1.6 |
2338 | 2024-12-21T04:47:46.136Z | Compiling snafu-derive v0.8.5 |
2339 | 2024-12-21T04:47:46.170Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2340 | 2024-12-21T04:47:46.468Z | Compiling derive_builder_core v0.20.2 |
2341 | 2024-12-21T04:47:49.025Z | Compiling lalrpop v0.19.12 |
2342 | 2024-12-21T04:47:49.712Z | Checking globset v0.4.15 |
2343 | 2024-12-21T04:47:50.224Z | Checking olpc-cjson v0.1.4 |
2344 | 2024-12-21T04:47:50.467Z | Checking serde_plain v1.0.2 |
2345 | 2024-12-21T04:47:50.751Z | Compiling libxml v0.3.3 |
2346 | 2024-12-21T04:47:51.112Z | Compiling memoffset v0.9.1 |
2347 | 2024-12-21T04:47:51.223Z | Checking typed-path v0.9.3 |
2348 | 2024-12-21T04:47:51.418Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2349 | 2024-12-21T04:47:51.967Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2350 | 2024-12-21T04:47:53.316Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2351 | 2024-12-21T04:47:55.347Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2352 | 2024-12-21T04:47:55.613Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2353 | 2024-12-21T04:47:57.080Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2354 | 2024-12-21T04:47:57.159Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2355 | 2024-12-21T04:47:57.866Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2024-12-21T04:47:57.986Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2357 | 2024-12-21T04:47:58.473Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2358 | 2024-12-21T04:47:59.227Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2359 | 2024-12-21T04:47:59.411Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2360 | 2024-12-21T04:47:59.457Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2361 | 2024-12-21T04:48:00.067Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2362 | 2024-12-21T04:48:00.223Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2363 | 2024-12-21T04:48:00.772Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2364 | 2024-12-21T04:48:01.135Z | Checking diesel v2.2.6 |
2365 | 2024-12-21T04:48:01.412Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2366 | 2024-12-21T04:48:01.909Z | Checking snafu v0.8.5 |
2367 | 2024-12-21T04:48:02.825Z | Checking tough v0.19.0 |
2368 | 2024-12-21T04:48:04.936Z | Compiling derive_builder_macro v0.20.2 |
2369 | 2024-12-21T04:48:04.953Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2370 | 2024-12-21T04:48:05.832Z | Checking tungstenite v0.23.0 |
2371 | 2024-12-21T04:48:06.223Z | Compiling strum_macros v0.24.3 |
2372 | 2024-12-21T04:48:06.308Z | Compiling samael v0.0.17 |
2373 | 2024-12-21T04:48:06.826Z | Compiling indoc v1.0.9 |
2374 | 2024-12-21T04:48:07.206Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2375 | 2024-12-21T04:48:07.266Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2376 | 2024-12-21T04:48:07.798Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2024-12-21T04:48:07.975Z | Checking parse-size v1.1.0 |
2378 | 2024-12-21T04:48:08.156Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2379 | 2024-12-21T04:48:08.182Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2380 | 2024-12-21T04:48:09.435Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2381 | 2024-12-21T04:48:09.894Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2382 | 2024-12-21T04:48:10.107Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2383 | 2024-12-21T04:48:10.380Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2384 | 2024-12-21T04:48:10.915Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2385 | 2024-12-21T04:48:11.827Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2386 | 2024-12-21T04:48:12.480Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2387 | 2024-12-21T04:48:13.043Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2388 | 2024-12-21T04:48:15.121Z | Checking tokio-tungstenite v0.23.1 |
2389 | 2024-12-21T04:48:15.666Z | Checking derive_builder v0.20.2 |
2390 | 2024-12-21T04:48:16.641Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2391 | 2024-12-21T04:48:16.940Z | Checking quick-xml v0.33.0 |
2392 | 2024-12-21T04:48:17.732Z | Compiling impl-trait-for-tuples v0.2.2 |
2393 | 2024-12-21T04:48:17.868Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2394 | 2024-12-21T04:48:18.830Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2395 | 2024-12-21T04:48:19.144Z | Compiling oso-derive v0.27.3 |
2396 | 2024-12-21T04:48:20.267Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2397 | 2024-12-21T04:48:20.942Z | Checking nix v0.27.1 |
2398 | 2024-12-21T04:48:22.282Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2399 | 2024-12-21T04:48:23.033Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2400 | 2024-12-21T04:48:24.435Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2401 | 2024-12-21T04:48:24.715Z | Compiling diesel-dtrace v0.4.2 |
2402 | 2024-12-21T04:48:24.926Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2403 | 2024-12-21T04:48:25.101Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2404 | 2024-12-21T04:48:25.397Z | Checking bb8 v0.8.5 |
2405 | 2024-12-21T04:48:25.928Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2406 | 2024-12-21T04:48:26.374Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2407 | 2024-12-21T04:48:26.786Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2408 | 2024-12-21T04:48:27.161Z | Checking heck v0.4.1 |
2409 | 2024-12-21T04:48:27.405Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2410 | 2024-12-21T04:48:27.866Z | Checking rand_seeder v0.3.0 |
2411 | 2024-12-21T04:48:28.002Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2412 | 2024-12-21T04:48:28.059Z | Checking assert_matches v1.5.0 |
2413 | 2024-12-21T04:48:28.122Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2414 | 2024-12-21T04:48:28.163Z | Compiling libz-sys v1.1.20 |
2415 | 2024-12-21T04:48:28.232Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2416 | 2024-12-21T04:48:28.374Z | Checking castaway v0.2.3 |
2417 | 2024-12-21T04:48:28.443Z | Checking is_ci v1.2.0 |
2418 | 2024-12-21T04:48:28.545Z | Checking compact_str v0.8.0 |
2419 | 2024-12-21T04:48:28.599Z | Checking supports-color v3.0.1 |
2420 | 2024-12-21T04:48:29.233Z | Checking unicode-truncate v1.1.0 |
2421 | 2024-12-21T04:48:29.233Z | Checking lru v0.12.5 |
2422 | 2024-12-21T04:48:29.233Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2423 | 2024-12-21T04:48:29.350Z | Compiling instability v0.3.2 |
2424 | 2024-12-21T04:48:29.465Z | Checking cassowary v0.3.0 |
2425 | 2024-12-21T04:48:30.091Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2426 | 2024-12-21T04:48:30.258Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2427 | 2024-12-21T04:48:30.418Z | Checking ratatui v0.28.1 |
2428 | 2024-12-21T04:48:30.588Z | Compiling vergen v8.3.2 |
2429 | 2024-12-21T04:48:30.875Z | Compiling cargo-platform v0.1.8 |
2430 | 2024-12-21T04:48:31.455Z | Checking smawk v0.3.2 |
2431 | 2024-12-21T04:48:31.649Z | Checking unicode-linebreak v0.1.5 |
2432 | 2024-12-21T04:48:31.674Z | Compiling cargo_metadata v0.18.1 |
2433 | 2024-12-21T04:48:31.938Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2434 | 2024-12-21T04:48:32.069Z | Checking textwrap v0.16.1 |
2435 | 2024-12-21T04:48:32.445Z | Compiling libsqlite3-sys v0.30.1 |
2436 | 2024-12-21T04:48:32.512Z | Compiling rustls v0.21.12 |
2437 | 2024-12-21T04:48:32.795Z | Checking shell-words v1.1.0 |
2438 | 2024-12-21T04:48:32.954Z | Compiling cfg_aliases v0.2.1 |
2439 | 2024-12-21T04:48:33.076Z | Compiling nix v0.29.0 |
2440 | 2024-12-21T04:48:33.558Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2441 | 2024-12-21T04:48:33.860Z | Checking rustls-webpki v0.101.7 |
2442 | 2024-12-21T04:48:33.998Z | Checking sct v0.7.1 |
2443 | 2024-12-21T04:48:34.628Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2444 | 2024-12-21T04:48:34.698Z | Checking hashlink v0.9.1 |
2445 | 2024-12-21T04:48:34.915Z | Checking concurrent-queue v2.5.0 |
2446 | 2024-12-21T04:48:35.256Z | Checking fallible-streaming-iterator v0.1.9 |
2447 | 2024-12-21T04:48:35.278Z | Checking parking v2.2.1 |
2448 | 2024-12-21T04:48:35.281Z | Checking fallible-iterator v0.3.0 |
2449 | 2024-12-21T04:48:35.457Z | Checking plotters-backend v0.3.7 |
2450 | 2024-12-21T04:48:35.829Z | Checking plotters-svg v0.3.7 |
2451 | 2024-12-21T04:48:35.986Z | Checking rusqlite v0.32.1 |
2452 | 2024-12-21T04:48:36.020Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2453 | 2024-12-21T04:48:36.043Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2454 | 2024-12-21T04:48:36.391Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2455 | 2024-12-21T04:48:36.865Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2456 | 2024-12-21T04:48:37.543Z | Checking async-bb8-diesel v0.2.1 |
2457 | 2024-12-21T04:48:37.634Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2458 | 2024-12-21T04:48:37.809Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2459 | 2024-12-21T04:48:38.169Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2460 | 2024-12-21T04:48:38.334Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2461 | 2024-12-21T04:48:38.536Z | Checking tokio-rustls v0.24.1 |
2462 | 2024-12-21T04:48:38.763Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2463 | 2024-12-21T04:48:38.894Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2464 | 2024-12-21T04:48:39.180Z | Checking rustls-pemfile v1.0.4 |
2465 | 2024-12-21T04:48:39.413Z | Checking twox-hash v1.6.3 |
2466 | 2024-12-21T04:48:39.923Z | Checking cast v0.3.0 |
2467 | 2024-12-21T04:48:40.085Z | Checking plotters v0.3.7 |
2468 | 2024-12-21T04:48:40.246Z | Checking criterion-plot v0.5.0 |
2469 | 2024-12-21T04:48:40.736Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2470 | 2024-12-21T04:48:40.811Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2471 | 2024-12-21T04:48:41.444Z | Checking fatfs v0.3.6 |
2472 | 2024-12-21T04:48:41.963Z | Checking tinytemplate v1.2.1 |
2473 | 2024-12-21T04:48:42.355Z | Checking csv-core v0.1.11 |
2474 | 2024-12-21T04:48:42.498Z | Checking hex-literal v0.4.1 |
2475 | 2024-12-21T04:48:42.551Z | Checking anes v0.1.6 |
2476 | 2024-12-21T04:48:42.651Z | Checking oorandom v11.1.4 |
2477 | 2024-12-21T04:48:42.707Z | Checking csv v1.3.0 |
2478 | 2024-12-21T04:48:42.825Z | Checking event-listener v5.3.1 |
2479 | 2024-12-21T04:48:42.922Z | Checking criterion v0.5.1 |
2480 | 2024-12-21T04:48:43.287Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2481 | 2024-12-21T04:48:43.582Z | Checking rtoolbox v0.0.2 |
2482 | 2024-12-21T04:48:43.738Z | Checking rpassword v7.3.1 |
2483 | 2024-12-21T04:48:43.901Z | Checking event-listener-strategy v0.5.2 |
2484 | 2024-12-21T04:48:44.070Z | Checking tui-tree-widget v0.22.0 |
2485 | 2024-12-21T04:48:44.436Z | Checking polyval v0.6.2 |
2486 | 2024-12-21T04:48:44.756Z | Checking ghash v0.5.1 |
2487 | 2024-12-21T04:48:44.955Z | Checking futures-lite v2.3.0 |
2488 | 2024-12-21T04:48:45.779Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2489 | 2024-12-21T04:48:46.466Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2490 | 2024-12-21T04:48:46.963Z | Checking ctr v0.9.2 |
2491 | 2024-12-21T04:48:47.093Z | Checking yansi v1.0.1 |
2492 | 2024-12-21T04:48:47.810Z | Checking aes-gcm v0.10.3 |
2493 | 2024-12-21T04:48:47.973Z | Checking pretty_assertions v1.4.1 |
2494 | 2024-12-21T04:48:48.070Z | Checking ssh-encoding v0.2.0 |
2495 | 2024-12-21T04:48:48.175Z | Checking blowfish v0.9.1 |
2496 | 2024-12-21T04:48:48.431Z | Checking bcrypt-pbkdf v0.10.0 |
2497 | 2024-12-21T04:48:48.434Z | Checking ssh-cipher v0.2.0 |
2498 | 2024-12-21T04:48:48.720Z | Checking async-lock v3.4.0 |
2499 | 2024-12-21T04:48:48.739Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2500 | 2024-12-21T04:48:49.633Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2501 | 2024-12-21T04:48:49.726Z | Checking polling v3.7.3 |
2502 | 2024-12-21T04:48:50.083Z | Checking password-hash v0.4.2 |
2503 | 2024-12-21T04:48:50.309Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2504 | 2024-12-21T04:48:50.465Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2024-12-21T04:48:50.743Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2506 | 2024-12-21T04:48:51.148Z | Checking matches v0.1.10 |
2507 | 2024-12-21T04:48:51.257Z | Checking idna v0.2.3 |
2508 | 2024-12-21T04:48:51.622Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-12-21T04:48:52.112Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2510 | 2024-12-21T04:48:53.742Z | Checking pbkdf2 v0.11.0 |
2511 | 2024-12-21T04:48:54.035Z | Checking async-io v2.3.4 |
2512 | 2024-12-21T04:48:54.965Z | Checking ssh-key v0.6.6 |
2513 | 2024-12-21T04:48:56.782Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2514 | 2024-12-21T04:48:57.093Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2515 | 2024-12-21T04:48:57.641Z | Checking p521 v0.13.3 |
2516 | 2024-12-21T04:48:58.340Z | Checking p256 v0.13.2 |
2517 | 2024-12-21T04:48:58.499Z | Checking russh-cryptovec v0.7.3 |
2518 | 2024-12-21T04:48:58.730Z | Compiling enum-as-inner v0.5.1 |
2519 | 2024-12-21T04:48:58.862Z | Compiling target-lexicon v0.12.16 |
2520 | 2024-12-21T04:48:59.084Z | Compiling doc-comment v0.3.3 |
2521 | 2024-12-21T04:48:59.685Z | Checking md5 v0.7.0 |
2522 | 2024-12-21T04:48:59.753Z | Checking async-task v4.7.1 |
2523 | 2024-12-21T04:48:59.928Z | Checking trust-dns-proto v0.22.0 |
2524 | 2024-12-21T04:48:59.955Z | Checking russh-keys v0.45.0 |
2525 | 2024-12-21T04:49:00.276Z | Checking async-channel v2.3.1 |
2526 | 2024-12-21T04:49:00.620Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2527 | 2024-12-21T04:49:01.454Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2528 | 2024-12-21T04:49:02.399Z | Checking piper v0.2.4 |
2529 | 2024-12-21T04:49:02.572Z | Checking num-bigint v0.4.6 |
2530 | 2024-12-21T04:49:02.643Z | Checking des v0.8.1 |
2531 | 2024-12-21T04:49:02.963Z | Compiling assert_cmd v2.0.16 |
2532 | 2024-12-21T04:49:03.383Z | Compiling guppy-workspace-hack v0.1.0 |
2533 | 2024-12-21T04:49:03.582Z | Compiling dhcproto-macros v0.1.0 |
2534 | 2024-12-21T04:49:03.667Z | Checking futures-timer v3.0.3 |
2535 | 2024-12-21T04:49:04.089Z | Checking blocking v1.6.1 |
2536 | 2024-12-21T04:49:04.562Z | Checking dhcproto v0.12.0 |
2537 | 2024-12-21T04:49:04.584Z | Checking async-executor v1.13.1 |
2538 | 2024-12-21T04:49:05.138Z | Checking russh v0.45.0 |
2539 | 2024-12-21T04:49:05.368Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2540 | 2024-12-21T04:49:06.023Z | Checking async-signal v0.2.10 |
2541 | 2024-12-21T04:49:06.239Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2542 | 2024-12-21T04:49:06.641Z | Compiling target-spec v3.2.2 |
2543 | 2024-12-21T04:49:06.879Z | Checking event-listener v2.5.3 |
2544 | 2024-12-21T04:49:07.128Z | Checking internet-checksum v0.2.1 |
2545 | 2024-12-21T04:49:07.253Z | Checking async-channel v1.9.0 |
2546 | 2024-12-21T04:49:08.144Z | Checking async-process v2.3.0 |
2547 | 2024-12-21T04:49:08.581Z | Checking cfg-expr v0.17.0 |
2548 | 2024-12-21T04:49:09.096Z | Checking async-global-executor v2.4.1 |
2549 | 2024-12-21T04:49:09.535Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2550 | 2024-12-21T04:49:09.690Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2551 | 2024-12-21T04:49:09.874Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2552 | 2024-12-21T04:49:10.383Z | Checking httptest v0.16.1 |
2553 | 2024-12-21T04:49:11.028Z | Checking rustls-native-certs v0.7.3 |
2554 | 2024-12-21T04:49:11.139Z | Compiling petname v2.0.2 |
2555 | 2024-12-21T04:49:11.220Z | Checking num_cpus v1.16.0 |
2556 | 2024-12-21T04:49:11.328Z | Checking kv-log-macro v1.0.7 |
2557 | 2024-12-21T04:49:11.477Z | Compiling async-attributes v1.1.2 |
2558 | 2024-12-21T04:49:12.289Z | Checking async-std v1.13.0 |
2559 | 2024-12-21T04:49:14.438Z | Checking threadpool v1.8.1 |
2560 | 2024-12-21T04:49:14.633Z | Checking hyper-rustls v0.26.0 |
2561 | 2024-12-21T04:49:15.012Z | Checking pathdiff v0.2.2 |
2562 | 2024-12-21T04:49:15.155Z | Compiling rstest_macros v0.23.0 |
2563 | 2024-12-21T04:49:15.176Z | Checking escape8259 v0.5.3 |
2564 | 2024-12-21T04:49:15.364Z | Compiling target-triple v0.1.3 |
2565 | 2024-12-21T04:49:15.684Z | Checking nested v0.1.1 |
2566 | 2024-12-21T04:49:15.899Z | Checking guppy v0.17.8 |
2567 | 2024-12-21T04:49:16.080Z | Checking libtest-mimic v0.7.3 |
2568 | 2024-12-21T04:49:16.603Z | Checking async-object-pool v0.1.5 |
2569 | 2024-12-21T04:49:16.637Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2570 | 2024-12-21T04:49:17.168Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2571 | 2024-12-21T04:49:17.473Z | Checking similar-asserts v1.6.0 |
2572 | 2024-12-21T04:49:17.750Z | Checking fancy-regex v0.13.0 |
2573 | 2024-12-21T04:49:18.013Z | Checking serde_regex v1.1.0 |
2574 | 2024-12-21T04:49:18.314Z | Checking assert-json-diff v2.0.2 |
2575 | 2024-12-21T04:49:18.568Z | Compiling proc-macro-crate v3.2.0 |
2576 | 2024-12-21T04:49:18.591Z | Checking path-tree v0.8.1 |
2577 | 2024-12-21T04:49:18.934Z | Compiling relative-path v1.9.3 |
2578 | 2024-12-21T04:49:19.632Z | Checking sync-ptr v0.1.1 |
2579 | 2024-12-21T04:49:19.823Z | Checking stringmetrics v2.2.2 |
2580 | 2024-12-21T04:49:19.857Z | Checking datatest-stable v0.2.9 |
2581 | 2024-12-21T04:49:20.089Z | Checking httpmock v0.8.0-alpha.1 |
2582 | 2024-12-21T04:49:20.327Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2583 | 2024-12-21T04:49:21.913Z | Checking blake2b_simd v1.0.2 |
2584 | 2024-12-21T04:49:22.188Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2585 | 2024-12-21T04:49:22.848Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2586 | 2024-12-21T04:49:23.037Z | Compiling git2 v0.19.0 |
2587 | 2024-12-21T04:49:23.136Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2588 | 2024-12-21T04:49:23.440Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2589 | 2024-12-21T04:49:23.735Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2590 | 2024-12-21T04:49:24.280Z | Checking serde_tokenstream v0.2.2 |
2591 | 2024-12-21T04:49:24.709Z | Checking uzers v0.12.1 |
2592 | 2024-12-21T04:49:25.279Z | Checking rust-argon2 v2.1.0 |
2593 | 2024-12-21T04:49:25.553Z | Checking trybuild v1.0.101 |
2594 | 2024-12-21T04:49:25.708Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2595 | 2024-12-21T04:49:26.974Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2596 | 2024-12-21T04:49:27.188Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2597 | 2024-12-21T04:49:30.663Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2598 | 2024-12-21T04:49:30.857Z | Checking rstest v0.23.0 |
2599 | 2024-12-21T04:49:30.950Z | Checking rand_distr v0.4.3 |
2600 | 2024-12-21T04:49:31.077Z | Checking multimap v0.10.0 |
2601 | 2024-12-21T04:49:31.147Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2602 | 2024-12-21T04:49:31.399Z | Checking approx v0.5.1 |
2603 | 2024-12-21T04:49:31.668Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2604 | 2024-12-21T04:49:32.361Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2605 | 2024-12-21T04:49:32.702Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2606 | 2024-12-21T04:49:32.969Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2607 | 2024-12-21T04:49:33.017Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2608 | 2024-12-21T04:49:33.799Z | Checking partial-io v0.5.4 |
2609 | 2024-12-21T04:49:34.090Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2610 | 2024-12-21T04:49:34.219Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2611 | 2024-12-21T04:49:34.327Z | Checking cargo_toml v0.20.5 |
2612 | 2024-12-21T04:49:34.388Z | Checking termios v0.3.3 |
2613 | 2024-12-21T04:49:34.522Z | Compiling indoc v2.0.5 |
2614 | 2024-12-21T04:49:34.643Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2615 | 2024-12-21T04:49:35.471Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2616 | 2024-12-21T04:49:36.501Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2617 | 2024-12-21T04:49:55.929Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2618 | 2024-12-21T04:49:58.899Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2619 | 2024-12-21T04:50:01.245Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2620 | 2024-12-21T04:50:22.537Z | Compiling polar-core v0.27.3 |
2621 | 2024-12-21T04:50:33.332Z | error: unnecessary parentheses around block return value |
2622 | 2024-12-21T04:50:33.332Z | --> installinator-common/src/block_size_writer.rs:199:20 |
2623 | 2024-12-21T04:50:33.332Z | | |
2624 | 2024-12-21T04:50:33.332Z | 199 | #[strategy((16_usize..4096))] block_size: usize, |
2625 | 2024-12-21T04:50:33.332Z | | ^ ^ |
2626 | 2024-12-21T04:50:33.332Z | | |
2627 | 2024-12-21T04:50:33.332Z | = note: `-D unused-parens` implied by `-D warnings` |
2628 | 2024-12-21T04:50:33.333Z | = help: to override `-D warnings` add `#[allow(unused_parens)]` |
2629 | 2024-12-21T04:50:33.333Z | help: remove these parentheses |
2630 | 2024-12-21T04:50:33.333Z | | |
2631 | 2024-12-21T04:50:33.333Z | 199 - #[strategy((16_usize..4096))] block_size: usize, |
2632 | 2024-12-21T04:50:33.333Z | 199 + #[strategy(16_usize..4096)] block_size: usize, |
2633 | 2024-12-21T04:50:33.333Z | | |
2634 | 2024-12-21T04:50:33.333Z | |
2635 | 2024-12-21T04:50:33.957Z | Checking oso v0.27.3 |
2636 | 2024-12-21T04:50:34.717Z | error: could not compile `installinator-common` (lib test) due to 1 previous error |
2637 | 2024-12-21T04:50:34.717Z | warning: build failed, waiting for other jobs to finish... |
2638 | 2024-12-21T04:51:12.449Z | Error: failed: exit status: 101 |
2639 | 2024-12-21T04:51:12.452Z | |
2640 | 2024-12-21T04:51:12.452Z | real 5:17.270353331 |
2641 | 2024-12-21T04:51:12.452Z | user 29:50.999350057 |
2642 | 2024-12-21T04:51:12.452Z | sys 6:06.148229010 |
2643 | 2024-12-21T04:51:12.452Z | trap 0.920174061 |
2644 | 2024-12-21T04:51:12.452Z | tflt 1.980003030 |
2645 | 2024-12-21T04:51:12.452Z | dflt 0.631608848 |
2646 | 2024-12-21T04:51:12.452Z | kflt 0.000966041 |
2647 | 2024-12-21T04:51:12.452Z | lock 42:49.619499390 |
2648 | 2024-12-21T04:51:12.452Z | slp 1:48:41.124550282 |
2649 | 2024-12-21T04:51:12.452Z | lat 1:37.904187388 |
2650 | 2024-12-21T04:51:12.452Z | stop 6:00.257273449 |
2651 | 2024-12-21T04:51:12.453Z | process exited: duration 602967 ms, exit code 1 |
|
2652 | 2024-12-21T04:51:12.458Z | found 0 output files |