|
|
|
1 | 2024-08-11T07:04:07.483Z | job assigned to worker 01J503Z7H26Y5JFN4DBRBHMVYP (queued for 5 m 14 s) |
|
2 | 2024-08-11T07:04:15.424Z | starting task 0: "setup" |
3 | 2024-08-11T07:04:15.493Z | ++ uname -s |
4 | 2024-08-11T07:04:15.496Z | + kern=SunOS |
5 | 2024-08-11T07:04:15.496Z | + case "$kern" in |
6 | 2024-08-11T07:04:15.496Z | + groupadd -g 12345 build |
7 | 2024-08-11T07:04:15.499Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-11T07:04:17.508Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-11T07:04:17.593Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-11T07:04:17.596Z | + home_fs=zfs |
11 | 2024-08-11T07:04:17.596Z | + [[ zfs == autofs ]] |
12 | 2024-08-11T07:04:17.596Z | + mkdir -p /home/build |
13 | 2024-08-11T07:04:17.599Z | + chown build:build /home/build /work |
14 | 2024-08-11T07:04:19.599Z | + chmod 0700 /home/build /work |
15 | 2024-08-11T07:04:19.602Z | process exited: duration 4180 ms, exit code 0 |
|
16 | 2024-08-11T07:04:19.607Z | starting task 1: "rust-toolchain" |
17 | 2024-08-11T07:04:19.613Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-11T07:04:19.613Z | * toolchain channel = "1.80.1" |
19 | 2024-08-11T07:04:19.613Z | ' 1.80.1 |
20 | 2024-08-11T07:04:19.613Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-11T07:04:19.613Z | ' default |
22 | 2024-08-11T07:04:19.613Z | * toolchain profile = "default" |
23 | 2024-08-11T07:04:19.616Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-11T07:04:19.616Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-11T07:04:19.733Z | info: downloading installer |
26 | 2024-08-11T07:04:21.052Z | info: profile set to 'default' |
27 | 2024-08-11T07:04:21.055Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-11T07:04:21.055Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-11T07:04:21.199Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-11T07:04:21.199Z | info: downloading component 'cargo' |
31 | 2024-08-11T07:04:22.010Z | info: downloading component 'clippy' |
32 | 2024-08-11T07:04:22.298Z | info: downloading component 'rust-docs' |
33 | 2024-08-11T07:04:23.433Z | info: downloading component 'rust-std' |
34 | 2024-08-11T07:04:25.025Z | info: downloading component 'rustc' |
35 | 2024-08-11T07:04:29.447Z | info: downloading component 'rustfmt' |
36 | 2024-08-11T07:04:29.684Z | info: installing component 'cargo' |
37 | 2024-08-11T07:04:30.510Z | info: installing component 'clippy' |
38 | 2024-08-11T07:04:30.885Z | info: installing component 'rust-docs' |
39 | 2024-08-11T07:04:32.542Z | info: installing component 'rust-std' |
40 | 2024-08-11T07:04:34.209Z | info: installing component 'rustc' |
41 | 2024-08-11T07:04:38.476Z | info: installing component 'rustfmt' |
42 | 2024-08-11T07:04:38.837Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-11T07:04:38.838Z | |
44 | 2024-08-11T07:04:39.112Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-11T07:04:39.113Z | |
46 | 2024-08-11T07:04:39.118Z | |
47 | 2024-08-11T07:04:39.118Z | Rust is installed now. Great! |
48 | 2024-08-11T07:04:39.118Z | |
49 | 2024-08-11T07:04:39.118Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-11T07:04:39.118Z | environment variable. This has not been done automatically. |
51 | 2024-08-11T07:04:39.118Z | |
52 | 2024-08-11T07:04:39.118Z | To configure your current shell, you need to source |
53 | 2024-08-11T07:04:39.118Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-11T07:04:39.118Z | |
55 | 2024-08-11T07:04:39.118Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-11T07:04:39.118Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-11T07:04:39.118Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-11T07:04:39.177Z | + rustc --version |
59 | 2024-08-11T07:04:39.243Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-11T07:04:39.246Z | process exited: duration 19637 ms, exit code 0 |
|
61 | 2024-08-11T07:04:39.253Z | starting task 2: "authentication" |
62 | 2024-08-11T07:04:39.478Z | process exited: duration 221 ms, exit code 0 |
|
63 | 2024-08-11T07:04:39.485Z | starting task 3: "clone repository" |
64 | 2024-08-11T07:04:39.490Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-11T07:04:39.494Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-11T07:04:39.649Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-11T07:04:44.833Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-11T07:04:44.833Z | + git fetch origin 8007a148b7673d2bc6e9fb80d61224e57c3396d0 |
69 | 2024-08-11T07:04:45.162Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-11T07:04:45.162Z | * branch 8007a148b7673d2bc6e9fb80d61224e57c3396d0 -> FETCH_HEAD |
71 | 2024-08-11T07:04:45.167Z | + [[ -n renovate/reedline-0.x ]] |
72 | 2024-08-11T07:04:45.171Z | ++ git branch --show-current |
73 | 2024-08-11T07:04:45.172Z | + current=main |
74 | 2024-08-11T07:04:45.172Z | + [[ main != renovate/reedline-0.x ]] |
75 | 2024-08-11T07:04:45.172Z | + git branch -f renovate/reedline-0.x 8007a148b7673d2bc6e9fb80d61224e57c3396d0 |
76 | 2024-08-11T07:04:45.176Z | + git checkout -f renovate/reedline-0.x |
77 | 2024-08-11T07:04:45.316Z | Switched to branch 'renovate/reedline-0.x' |
78 | 2024-08-11T07:04:45.318Z | + git reset --hard 8007a148b7673d2bc6e9fb80d61224e57c3396d0 |
79 | 2024-08-11T07:04:45.328Z | HEAD is now at 8007a148b Update Rust crate reedline to 0.33.0 |
80 | 2024-08-11T07:04:45.330Z | process exited: duration 5843 ms, exit code 0 |
|
81 | 2024-08-11T07:04:45.336Z | starting task 4: "build" |
82 | 2024-08-11T07:04:45.341Z | + cargo --version |
83 | 2024-08-11T07:04:45.397Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-11T07:04:45.400Z | + rustc --version |
85 | 2024-08-11T07:04:45.458Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-11T07:04:45.461Z | + source ./env.sh |
87 | 2024-08-11T07:04:45.461Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-11T07:04:45.461Z | ++ set -o xtrace |
89 | 2024-08-11T07:04:45.463Z | ++++ dirname ./env.sh |
90 | 2024-08-11T07:04:45.466Z | +++ readlink -f . |
91 | 2024-08-11T07:04:45.496Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-11T07:04:45.499Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-11T07:04:45.499Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-11T07:04:45.499Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-11T07:04:45.499Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-11T07:04:45.499Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-11T07:04:45.499Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-11T07:04:45.499Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-11T07:04:45.499Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-11T07:04:45.499Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-11T07:04:45.499Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-11T07:04:45.499Z | + banner prerequisites |
103 | 2024-08-11T07:04:45.516Z | |
104 | 2024-08-11T07:04:45.516Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-11T07:04:45.516Z | # # # # # # # # # # # # # # # |
106 | 2024-08-11T07:04:45.516Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-11T07:04:45.516Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-11T07:04:45.516Z | # # # # # # # # # # # # # # # |
109 | 2024-08-11T07:04:45.516Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-11T07:04:45.516Z | |
111 | 2024-08-11T07:04:45.519Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-11T07:04:55.604Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-11T07:04:57.927Z | Startup: Caching catalogs ... Done |
114 | 2024-08-11T07:05:01.860Z | Planning: Solver setup ... Done (3.323s) |
115 | 2024-08-11T07:05:01.924Z | Planning: Running solver ... Done (0.062s) |
116 | 2024-08-11T07:05:01.973Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-11T07:05:01.995Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-11T07:05:02.860Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-11T07:05:02.909Z | Planning: Package planning ... Done (0.048s) |
120 | 2024-08-11T07:05:02.959Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-08-11T07:05:03.835Z | Planning: Checking for conflicting actions ... Done (0.876s) |
122 | 2024-08-11T07:05:03.846Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-11T07:05:08.075Z | Planning: Evaluating mediators ... Done (4.229s) |
124 | 2024-08-11T07:05:08.085Z | Planning: Planning completed in 10.09 seconds |
125 | 2024-08-11T07:05:08.165Z | Packages to install: 4 |
126 | 2024-08-11T07:05:08.165Z | Mediators to change: 2 |
127 | 2024-08-11T07:05:08.168Z | Services to change: 1 |
128 | 2024-08-11T07:05:08.168Z | Estimated space available: 155.75 GB |
129 | 2024-08-11T07:05:08.168Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-11T07:05:08.168Z | Create boot environment: No |
131 | 2024-08-11T07:05:08.168Z | Create backup boot environment: No |
132 | 2024-08-11T07:05:08.168Z | Rebuild boot archive: No |
133 | 2024-08-11T07:05:08.168Z | |
134 | 2024-08-11T07:05:08.168Z | Changed mediators: |
135 | 2024-08-11T07:05:08.168Z | mediator clang: |
136 | 2024-08-11T07:05:08.168Z | version: None -> 15 (system default) |
137 | 2024-08-11T07:05:08.168Z | |
138 | 2024-08-11T07:05:08.168Z | mediator llvm: |
139 | 2024-08-11T07:05:08.168Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-11T07:05:08.168Z | |
141 | 2024-08-11T07:05:08.168Z | Changed packages: |
142 | 2024-08-11T07:05:08.168Z | helios-dev |
143 | 2024-08-11T07:05:08.168Z | developer/build-essential |
144 | 2024-08-11T07:05:08.168Z | None -> 11-2.0 |
145 | 2024-08-11T07:05:08.168Z | library/libxmlsec1 |
146 | 2024-08-11T07:05:08.169Z | None -> 1.2.35-2.0 |
147 | 2024-08-11T07:05:08.169Z | ooce/developer/clang-15 |
148 | 2024-08-11T07:05:08.169Z | None -> 15.0.7-2.0 |
149 | 2024-08-11T07:05:08.169Z | ooce/developer/llvm-15 |
150 | 2024-08-11T07:05:08.169Z | None -> 15.0.7-2.0 |
151 | 2024-08-11T07:05:08.169Z | |
152 | 2024-08-11T07:05:08.169Z | Services: |
153 | 2024-08-11T07:05:08.169Z | restart_fmri: |
154 | 2024-08-11T07:05:08.169Z | svc:/system/update-man-index:default |
155 | 2024-08-11T07:05:08.370Z | |
156 | 2024-08-11T07:05:08.370Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-11T07:05:13.407Z | Download: 1198/3290 items 79.1/212.6MB 37% complete (16.1M/s) |
158 | 2024-08-11T07:05:18.409Z | Download: 2976/3290 items 121.3/212.6MB 57% complete (12.2M/s) |
159 | 2024-08-11T07:05:20.980Z | Download: Completed 212.60 MB in 12.61 seconds (16.9M/s) |
160 | 2024-08-11T07:05:21.370Z | Actions: 1/3689 actions (Installing new actions) |
161 | 2024-08-11T07:05:26.563Z | Actions: 3631/3689 actions (Installing new actions) |
162 | 2024-08-11T07:05:26.715Z | Actions: Completed 3689 actions in 5.19 seconds. |
163 | 2024-08-11T07:05:26.739Z | Done (0.142s) |
164 | 2024-08-11T07:05:26.739Z | Done (0.000s) |
165 | 2024-08-11T07:05:27.069Z | Done (0.359s) |
166 | 2024-08-11T07:05:33.329Z | Done (6.095s) |
167 | 2024-08-11T07:05:33.516Z | Done (0.125s) |
168 | 2024-08-11T07:05:33.519Z | Done (0.000s) |
169 | 2024-08-11T07:05:33.686Z | Done (0.000s) |
170 | 2024-08-11T07:05:34.280Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-08-11T07:05:34.442Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-08-11T07:05:34.445Z | Planning: Consolidating action changes ... Done |
173 | 2024-08-11T07:05:34.710Z | Planning: Evaluating mediators ... Done |
174 | 2024-08-11T07:05:34.712Z | Planning: Planning completed in 0.43 seconds |
175 | 2024-08-11T07:05:34.744Z | Mediators to change: 2 |
176 | 2024-08-11T07:05:34.744Z | Create boot environment: No |
177 | 2024-08-11T07:05:34.747Z | Create backup boot environment: No |
178 | 2024-08-11T07:05:34.821Z | Done |
179 | 2024-08-11T07:05:34.821Z | Done |
180 | 2024-08-11T07:05:35.051Z | Done |
181 | 2024-08-11T07:05:38.547Z | Done |
182 | 2024-08-11T07:05:38.629Z | Done |
183 | 2024-08-11T07:05:38.631Z | Done |
184 | 2024-08-11T07:05:38.744Z | Done |
185 | 2024-08-11T07:05:39.360Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-08-11T07:05:39.363Z | Planning: Merging actions ... Done |
187 | 2024-08-11T07:05:39.557Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-08-11T07:05:39.561Z | Planning: Consolidating action changes ... Done |
189 | 2024-08-11T07:05:39.821Z | Planning: Evaluating mediators ... Done |
190 | 2024-08-11T07:05:39.874Z | Planning: Planning completed in 0.76 seconds |
191 | 2024-08-11T07:05:39.909Z | Packages to change: 1 |
192 | 2024-08-11T07:05:39.909Z | Mediators to change: 1 |
193 | 2024-08-11T07:05:39.909Z | Services to change: 1 |
194 | 2024-08-11T07:05:39.909Z | Create boot environment: No |
195 | 2024-08-11T07:05:39.912Z | Create backup boot environment: Yes |
196 | 2024-08-11T07:05:41.673Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2024-08-11T07:05:41.795Z | Actions: Completed 6 actions in 0.12 seconds. |
198 | 2024-08-11T07:05:41.798Z | Done |
199 | 2024-08-11T07:05:41.798Z | Done |
200 | 2024-08-11T07:05:41.876Z | Done |
201 | 2024-08-11T07:05:45.568Z | Done |
202 | 2024-08-11T07:05:45.663Z | Done |
203 | 2024-08-11T07:05:45.666Z | Done |
204 | 2024-08-11T07:05:45.771Z | Done |
205 | 2024-08-11T07:05:46.216Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2024-08-11T07:05:46.216Z | clang system 15 system |
207 | 2024-08-11T07:05:46.216Z | csh system system illumos |
208 | 2024-08-11T07:05:46.216Z | ctags system system illumos |
209 | 2024-08-11T07:05:46.217Z | gcc vendor 12 vendor |
210 | 2024-08-11T07:05:46.217Z | gcc system 10 system |
211 | 2024-08-11T07:05:46.217Z | gcc system 7 system |
212 | 2024-08-11T07:05:46.217Z | go system 1.20 system |
213 | 2024-08-11T07:05:46.217Z | go system 1.19 system |
214 | 2024-08-11T07:05:46.217Z | llvm system 15 system |
215 | 2024-08-11T07:05:46.217Z | llvm system 14 system |
216 | 2024-08-11T07:05:46.217Z | mariadb system 10.6 system |
217 | 2024-08-11T07:05:46.217Z | mta vendor vendor dma |
218 | 2024-08-11T07:05:46.217Z | openjdk system 17 system |
219 | 2024-08-11T07:05:46.217Z | openjdk system 11 system |
220 | 2024-08-11T07:05:46.217Z | openjdk system 1.8 system |
221 | 2024-08-11T07:05:46.217Z | openssl vendor 3 vendor |
222 | 2024-08-11T07:05:46.217Z | perl system 5.36 system |
223 | 2024-08-11T07:05:46.217Z | postgresql system 15 system |
224 | 2024-08-11T07:05:46.217Z | postgresql system 13 system |
225 | 2024-08-11T07:05:46.217Z | python vendor 3 vendor |
226 | 2024-08-11T07:05:46.217Z | python system 2 system |
227 | 2024-08-11T07:05:46.217Z | python3 system 3.11 system |
228 | 2024-08-11T07:05:46.217Z | ruby system 3.0 system |
229 | 2024-08-11T07:05:46.217Z | words vendor vendor american-english |
230 | 2024-08-11T07:05:46.217Z | words system system australian-english |
231 | 2024-08-11T07:05:46.217Z | words system system british-english |
232 | 2024-08-11T07:05:46.217Z | words system system canadian-english |
233 | 2024-08-11T07:05:46.217Z | words system system french |
234 | 2024-08-11T07:05:46.217Z | words system system italian |
235 | 2024-08-11T07:05:46.217Z | words system system ngerman |
236 | 2024-08-11T07:05:46.217Z | words system system ogerman |
237 | 2024-08-11T07:05:46.217Z | words system system spanish |
238 | 2024-08-11T07:05:46.555Z | PUBLISHER TYPE STATUS P LOCATION |
239 | 2024-08-11T07:05:46.555Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
240 | 2024-08-11T07:05:48.254Z | FMRI IFO |
241 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
242 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
243 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
244 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
245 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
246 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
247 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
248 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
250 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
251 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
252 | 2024-08-11T07:05:48.254Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
253 | 2024-08-11T07:05:48.845Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
254 | 2024-08-11T07:05:49.081Z | Updating git repository `https://github.com/oxidecomputer/zone` |
255 | 2024-08-11T07:05:49.329Z | Updating crates.io index |
256 | 2024-08-11T07:05:49.376Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
257 | 2024-08-11T07:05:50.123Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
258 | 2024-08-11T07:05:50.857Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
259 | 2024-08-11T07:05:51.124Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
260 | 2024-08-11T07:05:52.649Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
261 | 2024-08-11T07:05:52.924Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
262 | 2024-08-11T07:05:53.199Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
263 | 2024-08-11T07:05:54.304Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
264 | 2024-08-11T07:05:56.187Z | Updating git repository `https://github.com/oxidecomputer/opte` |
265 | 2024-08-11T07:05:57.208Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
266 | 2024-08-11T07:05:57.918Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
267 | 2024-08-11T07:05:58.437Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
268 | 2024-08-11T07:05:58.802Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
269 | 2024-08-11T07:05:59.092Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
270 | 2024-08-11T07:05:59.400Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
271 | 2024-08-11T07:05:59.660Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
272 | 2024-08-11T07:05:59.952Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
273 | 2024-08-11T07:06:00.178Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
274 | 2024-08-11T07:06:00.456Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
275 | 2024-08-11T07:06:00.747Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
276 | 2024-08-11T07:06:01.069Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
277 | 2024-08-11T07:06:01.467Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
278 | 2024-08-11T07:06:01.765Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
279 | 2024-08-11T07:06:02.186Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
280 | 2024-08-11T07:06:02.487Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
281 | 2024-08-11T07:06:02.909Z | Updating git repository `https://github.com/oxidecomputer/typify` |
282 | 2024-08-11T07:06:04.802Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
283 | 2024-08-11T07:06:05.075Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
284 | 2024-08-11T07:06:05.340Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
285 | 2024-08-11T07:06:05.720Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
286 | 2024-08-11T07:06:06.663Z | Downloading crates ... |
287 | 2024-08-11T07:06:06.729Z | Downloaded anstream v0.6.14 |
288 | 2024-08-11T07:06:06.732Z | Downloaded bytecount v0.6.8 |
289 | 2024-08-11T07:06:06.736Z | Downloaded anstyle-parse v0.2.4 |
290 | 2024-08-11T07:06:06.739Z | Downloaded cargo_metadata v0.18.1 |
291 | 2024-08-11T07:06:06.741Z | Downloaded bitflags v2.6.0 |
292 | 2024-08-11T07:06:06.745Z | Downloaded anyhow v1.0.86 |
293 | 2024-08-11T07:06:06.748Z | Downloaded dtrace-parser v0.2.0 |
294 | 2024-08-11T07:06:06.754Z | Downloaded pretty-hex v0.4.1 |
295 | 2024-08-11T07:06:06.757Z | Downloaded usdt-attr-macro v0.5.0 |
296 | 2024-08-11T07:06:06.767Z | Downloaded byteorder v1.5.0 |
297 | 2024-08-11T07:06:06.769Z | Downloaded autocfg v1.3.0 |
298 | 2024-08-11T07:06:06.772Z | Downloaded block-buffer v0.10.4 |
299 | 2024-08-11T07:06:06.772Z | Downloaded serde_spanned v0.6.7 |
300 | 2024-08-11T07:06:06.774Z | Downloaded proc-macro-error-attr v1.0.4 |
301 | 2024-08-11T07:06:06.774Z | Downloaded errno v0.3.9 |
302 | 2024-08-11T07:06:06.777Z | Downloaded fs-err v2.11.0 |
303 | 2024-08-11T07:06:06.779Z | Downloaded thiserror-impl v1.0.63 |
304 | 2024-08-11T07:06:06.779Z | Downloaded terminal_size v0.3.0 |
305 | 2024-08-11T07:06:06.782Z | Downloaded pest_generator v2.7.10 |
306 | 2024-08-11T07:06:06.782Z | Downloaded cfg-if v1.0.0 |
307 | 2024-08-11T07:06:06.782Z | Downloaded utf8parse v0.2.1 |
308 | 2024-08-11T07:06:06.785Z | Downloaded scroll v0.12.0 |
309 | 2024-08-11T07:06:06.787Z | Downloaded itoa v1.0.11 |
310 | 2024-08-11T07:06:06.787Z | Downloaded heck v0.4.1 |
311 | 2024-08-11T07:06:06.787Z | Downloaded cargo-platform v0.1.8 |
312 | 2024-08-11T07:06:06.790Z | Downloaded anstyle v1.0.8 |
313 | 2024-08-11T07:06:06.793Z | Downloaded cpufeatures v0.2.12 |
314 | 2024-08-11T07:06:06.797Z | Downloaded swrite v0.1.0 |
315 | 2024-08-11T07:06:06.800Z | Downloaded usdt-macro v0.5.0 |
316 | 2024-08-11T07:06:06.803Z | Downloaded equivalent v1.0.1 |
317 | 2024-08-11T07:06:06.803Z | Downloaded scroll_derive v0.12.0 |
318 | 2024-08-11T07:06:06.803Z | Downloaded colorchoice v1.0.1 |
319 | 2024-08-11T07:06:06.805Z | Downloaded is_terminal_polyfill v1.70.0 |
320 | 2024-08-11T07:06:06.809Z | Downloaded strsim v0.11.1 |
321 | 2024-08-11T07:06:06.809Z | Downloaded camino v1.1.7 |
322 | 2024-08-11T07:06:06.815Z | Downloaded serde_tokenstream v0.2.1 |
323 | 2024-08-11T07:06:06.818Z | Downloaded anstyle-query v1.0.3 |
324 | 2024-08-11T07:06:06.821Z | Downloaded semver v1.0.23 |
325 | 2024-08-11T07:06:06.824Z | Downloaded digest v0.10.7 |
326 | 2024-08-11T07:06:06.835Z | Downloaded usdt-impl v0.5.0 |
327 | 2024-08-11T07:06:06.837Z | Downloaded thiserror v1.0.63 |
328 | 2024-08-11T07:06:06.841Z | Downloaded generic-array v0.14.7 |
329 | 2024-08-11T07:06:06.843Z | Downloaded version_check v0.9.5 |
330 | 2024-08-11T07:06:06.843Z | Downloaded usdt v0.5.0 |
331 | 2024-08-11T07:06:06.846Z | Downloaded heck v0.5.0 |
332 | 2024-08-11T07:06:06.846Z | Downloaded memmap v0.7.0 |
333 | 2024-08-11T07:06:06.848Z | Downloaded toml_datetime v0.6.8 |
334 | 2024-08-11T07:06:06.848Z | Downloaded fnv v1.0.7 |
335 | 2024-08-11T07:06:06.851Z | Downloaded tabled_derive v0.7.0 |
336 | 2024-08-11T07:06:06.851Z | Downloaded dof v0.3.0 |
337 | 2024-08-11T07:06:06.851Z | Downloaded once_cell v1.19.0 |
338 | 2024-08-11T07:06:06.853Z | Downloaded macaddr v1.0.1 |
339 | 2024-08-11T07:06:06.856Z | Downloaded clap_lex v0.7.0 |
340 | 2024-08-11T07:06:06.856Z | Downloaded crypto-common v0.1.6 |
341 | 2024-08-11T07:06:06.859Z | Downloaded plain v0.2.3 |
342 | 2024-08-11T07:06:06.861Z | Downloaded clap_derive v4.5.13 |
343 | 2024-08-11T07:06:06.867Z | Downloaded proc-macro2 v1.0.86 |
344 | 2024-08-11T07:06:06.870Z | Downloaded log v0.4.21 |
345 | 2024-08-11T07:06:06.872Z | Downloaded pest_meta v2.7.10 |
346 | 2024-08-11T07:06:06.875Z | Downloaded ucd-trie v0.1.6 |
347 | 2024-08-11T07:06:06.875Z | Downloaded quote v1.0.36 |
348 | 2024-08-11T07:06:06.877Z | Downloaded unicode-ident v1.0.12 |
349 | 2024-08-11T07:06:06.881Z | Downloaded sha2 v0.10.8 |
350 | 2024-08-11T07:06:06.883Z | Downloaded thread-id v4.2.1 |
351 | 2024-08-11T07:06:06.886Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-08-11T07:06:06.889Z | Downloaded zerocopy-derive v0.7.34 |
353 | 2024-08-11T07:06:06.891Z | Downloaded serde_derive v1.0.205 |
354 | 2024-08-11T07:06:06.894Z | Downloaded pest_derive v2.7.10 |
355 | 2024-08-11T07:06:06.900Z | Downloaded typenum v1.17.0 |
356 | 2024-08-11T07:06:06.903Z | Downloaded cargo_toml v0.20.4 |
357 | 2024-08-11T07:06:06.907Z | Downloaded toml v0.8.19 |
358 | 2024-08-11T07:06:06.910Z | Downloaded ryu v1.0.18 |
359 | 2024-08-11T07:06:06.922Z | Downloaded clap v4.5.15 |
360 | 2024-08-11T07:06:06.939Z | Downloaded indexmap v2.3.0 |
361 | 2024-08-11T07:06:06.943Z | Downloaded serde v1.0.205 |
362 | 2024-08-11T07:06:06.947Z | Downloaded memchr v2.7.2 |
363 | 2024-08-11T07:06:06.956Z | Downloaded toml_edit v0.22.20 |
364 | 2024-08-11T07:06:06.977Z | Downloaded papergrid v0.11.0 |
365 | 2024-08-11T07:06:06.986Z | Downloaded pest v2.7.10 |
366 | 2024-08-11T07:06:06.995Z | Downloaded serde_json v1.0.122 |
367 | 2024-08-11T07:06:07.002Z | Downloaded clap_builder v4.5.15 |
368 | 2024-08-11T07:06:07.009Z | Downloaded zerocopy v0.7.34 |
369 | 2024-08-11T07:06:07.025Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-11T07:06:07.029Z | Downloaded winnow v0.6.18 |
371 | 2024-08-11T07:06:07.038Z | Downloaded tabled v0.15.0 |
372 | 2024-08-11T07:06:07.053Z | Downloaded goblin v0.8.2 |
373 | 2024-08-11T07:06:07.059Z | Downloaded syn v1.0.109 |
374 | 2024-08-11T07:06:07.069Z | Downloaded syn v2.0.72 |
375 | 2024-08-11T07:06:07.080Z | Downloaded rustix v0.38.34 |
376 | 2024-08-11T07:06:07.102Z | Downloaded unicode-width v0.1.13 |
377 | 2024-08-11T07:06:07.119Z | Downloaded libc v0.2.155 |
378 | 2024-08-11T07:06:07.418Z | Compiling proc-macro2 v1.0.86 |
379 | 2024-08-11T07:06:07.418Z | Compiling unicode-ident v1.0.12 |
380 | 2024-08-11T07:06:07.421Z | Compiling version_check v0.9.5 |
381 | 2024-08-11T07:06:07.421Z | Compiling serde v1.0.205 |
382 | 2024-08-11T07:06:07.421Z | Compiling thiserror v1.0.63 |
383 | 2024-08-11T07:06:07.421Z | Compiling memchr v2.7.2 |
384 | 2024-08-11T07:06:07.421Z | Compiling libc v0.2.155 |
385 | 2024-08-11T07:06:07.421Z | Compiling ryu v1.0.18 |
386 | 2024-08-11T07:06:07.684Z | Compiling itoa v1.0.11 |
387 | 2024-08-11T07:06:07.894Z | Compiling ucd-trie v0.1.6 |
388 | 2024-08-11T07:06:07.921Z | Compiling once_cell v1.19.0 |
389 | 2024-08-11T07:06:08.345Z | Compiling byteorder v1.5.0 |
390 | 2024-08-11T07:06:08.366Z | Compiling serde_json v1.0.122 |
391 | 2024-08-11T07:06:09.566Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-08-11T07:06:09.586Z | Compiling usdt-impl v0.5.0 |
393 | 2024-08-11T07:06:09.612Z | Compiling syn v1.0.109 |
394 | 2024-08-11T07:06:09.614Z | Compiling rustix v0.38.34 |
395 | 2024-08-11T07:06:09.680Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-08-11T07:06:09.905Z | Compiling plain v0.2.3 |
397 | 2024-08-11T07:06:09.988Z | Compiling utf8parse v0.2.1 |
398 | 2024-08-11T07:06:10.061Z | Compiling equivalent v1.0.1 |
399 | 2024-08-11T07:06:10.087Z | Compiling log v0.4.21 |
400 | 2024-08-11T07:06:10.136Z | Compiling hashbrown v0.14.5 |
401 | 2024-08-11T07:06:10.177Z | Compiling bitflags v2.6.0 |
402 | 2024-08-11T07:06:10.301Z | Compiling anstyle-parse v0.2.4 |
403 | 2024-08-11T07:06:10.432Z | Compiling thread-id v4.2.1 |
404 | 2024-08-11T07:06:10.459Z | Compiling quote v1.0.36 |
405 | 2024-08-11T07:06:10.613Z | Compiling semver v1.0.23 |
406 | 2024-08-11T07:06:10.645Z | Compiling winnow v0.6.18 |
407 | 2024-08-11T07:06:10.671Z | Compiling camino v1.1.7 |
408 | 2024-08-11T07:06:10.938Z | Compiling syn v2.0.72 |
409 | 2024-08-11T07:06:11.179Z | Compiling errno v0.3.9 |
410 | 2024-08-11T07:06:11.245Z | Compiling pretty-hex v0.4.1 |
411 | 2024-08-11T07:06:11.410Z | Compiling indexmap v2.3.0 |
412 | 2024-08-11T07:06:11.463Z | Compiling anstyle v1.0.8 |
413 | 2024-08-11T07:06:11.508Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-11T07:06:11.632Z | Compiling anstyle-query v1.0.3 |
415 | 2024-08-11T07:06:11.782Z | Compiling autocfg v1.3.0 |
416 | 2024-08-11T07:06:12.020Z | Compiling colorchoice v1.0.1 |
417 | 2024-08-11T07:06:12.186Z | Compiling anstream v0.6.14 |
418 | 2024-08-11T07:06:12.636Z | Compiling terminal_size v0.3.0 |
419 | 2024-08-11T07:06:12.744Z | Compiling fs-err v2.11.0 |
420 | 2024-08-11T07:06:12.955Z | Compiling heck v0.5.0 |
421 | 2024-08-11T07:06:13.005Z | Compiling unicode-width v0.1.13 |
422 | 2024-08-11T07:06:13.031Z | Compiling heck v0.4.1 |
423 | 2024-08-11T07:06:13.056Z | Compiling strsim v0.11.1 |
424 | 2024-08-11T07:06:13.056Z | Compiling fnv v1.0.7 |
425 | 2024-08-11T07:06:13.214Z | Compiling bytecount v0.6.8 |
426 | 2024-08-11T07:06:13.250Z | Compiling clap_lex v0.7.0 |
427 | 2024-08-11T07:06:13.429Z | Compiling anyhow v1.0.86 |
428 | 2024-08-11T07:06:13.488Z | Compiling papergrid v0.11.0 |
429 | 2024-08-11T07:06:13.650Z | Compiling clap_builder v4.5.15 |
430 | 2024-08-11T07:06:13.979Z | Compiling memmap v0.7.0 |
431 | 2024-08-11T07:06:14.473Z | Compiling swrite v0.1.0 |
432 | 2024-08-11T07:06:16.150Z | Compiling tabled_derive v0.7.0 |
433 | 2024-08-11T07:06:17.623Z | Compiling tabled v0.15.0 |
434 | 2024-08-11T07:06:19.355Z | Compiling serde_derive v1.0.205 |
435 | 2024-08-11T07:06:19.355Z | Compiling thiserror-impl v1.0.63 |
436 | 2024-08-11T07:06:19.364Z | Compiling zerocopy-derive v0.7.34 |
437 | 2024-08-11T07:06:19.364Z | Compiling scroll_derive v0.12.0 |
438 | 2024-08-11T07:06:19.510Z | Compiling clap_derive v4.5.13 |
439 | 2024-08-11T07:06:20.750Z | Compiling scroll v0.12.0 |
440 | 2024-08-11T07:06:21.194Z | Compiling zerocopy v0.7.34 |
441 | 2024-08-11T07:06:21.220Z | Compiling goblin v0.8.2 |
442 | 2024-08-11T07:06:21.975Z | Compiling pest v2.7.10 |
443 | 2024-08-11T07:06:23.324Z | Compiling clap v4.5.15 |
444 | 2024-08-11T07:06:24.234Z | Compiling pest_meta v2.7.10 |
445 | 2024-08-11T07:06:25.043Z | Compiling pest_generator v2.7.10 |
446 | 2024-08-11T07:06:26.853Z | Compiling pest_derive v2.7.10 |
447 | 2024-08-11T07:06:27.518Z | Compiling dtrace-parser v0.2.0 |
448 | 2024-08-11T07:06:29.539Z | Compiling serde_spanned v0.6.7 |
449 | 2024-08-11T07:06:29.539Z | Compiling toml_datetime v0.6.8 |
450 | 2024-08-11T07:06:29.542Z | Compiling cargo-platform v0.1.8 |
451 | 2024-08-11T07:06:29.937Z | Compiling serde_tokenstream v0.2.1 |
452 | 2024-08-11T07:06:30.006Z | Compiling toml_edit v0.22.20 |
453 | 2024-08-11T07:06:30.096Z | Compiling macaddr v1.0.1 |
454 | 2024-08-11T07:06:30.925Z | Compiling dof v0.3.0 |
455 | 2024-08-11T07:06:30.925Z | Compiling cargo_metadata v0.18.1 |
456 | 2024-08-11T07:06:32.808Z | Compiling toml v0.8.19 |
457 | 2024-08-11T07:06:33.066Z | Compiling usdt-macro v0.5.0 |
458 | 2024-08-11T07:06:33.091Z | Compiling usdt-attr-macro v0.5.0 |
459 | 2024-08-11T07:06:33.655Z | Compiling cargo_toml v0.20.4 |
460 | 2024-08-11T07:06:34.434Z | Compiling usdt v0.5.0 |
461 | 2024-08-11T07:06:37.443Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
462 | 2024-08-11T07:06:41.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.61s |
463 | 2024-08-11T07:06:41.478Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
464 | 2024-08-11T07:06:42.021Z | Downloading crates ... |
465 | 2024-08-11T07:06:42.136Z | Downloaded addr2line v0.21.0 |
466 | 2024-08-11T07:06:42.142Z | Downloaded bitstruct v0.1.1 |
467 | 2024-08-11T07:06:42.145Z | Downloaded atomicwrites v0.4.3 |
468 | 2024-08-11T07:06:42.149Z | Downloaded aead v0.5.2 |
469 | 2024-08-11T07:06:42.152Z | Downloaded async-stream-impl v0.3.5 |
470 | 2024-08-11T07:06:42.154Z | Downloaded atty v0.2.14 |
471 | 2024-08-11T07:06:42.163Z | Downloaded crucible-workspace-hack v0.1.0 |
472 | 2024-08-11T07:06:42.166Z | Downloaded num-conv v0.1.0 |
473 | 2024-08-11T07:06:42.170Z | Downloaded ipnet v2.9.0 |
474 | 2024-08-11T07:06:42.172Z | Downloaded darling_macro v0.20.9 |
475 | 2024-08-11T07:06:42.177Z | Downloaded match_cfg v0.1.0 |
476 | 2024-08-11T07:06:42.184Z | Downloaded newline-converter v0.3.0 |
477 | 2024-08-11T07:06:42.187Z | Downloaded bit-vec v0.6.3 |
478 | 2024-08-11T07:06:42.187Z | Downloaded base16ct v0.2.0 |
479 | 2024-08-11T07:06:42.190Z | Downloaded crunchy v0.2.2 |
480 | 2024-08-11T07:06:42.190Z | Downloaded is-terminal v0.4.12 |
481 | 2024-08-11T07:06:42.193Z | Downloaded convert_case v0.4.0 |
482 | 2024-08-11T07:06:42.193Z | Downloaded normalize-line-endings v0.3.0 |
483 | 2024-08-11T07:06:42.193Z | Downloaded num_threads v0.1.7 |
484 | 2024-08-11T07:06:42.196Z | Downloaded ciborium-io v0.2.2 |
485 | 2024-08-11T07:06:42.196Z | Downloaded bitstruct_derive v0.1.0 |
486 | 2024-08-11T07:06:42.196Z | Downloaded async-stream v0.3.5 |
487 | 2024-08-11T07:06:42.199Z | Downloaded adler v1.0.2 |
488 | 2024-08-11T07:06:42.201Z | Downloaded constant_time_eq v0.3.0 |
489 | 2024-08-11T07:06:42.205Z | Downloaded colored v2.1.0 |
490 | 2024-08-11T07:06:42.207Z | Downloaded bitfield-struct v0.6.1 |
491 | 2024-08-11T07:06:42.207Z | Downloaded newtype_derive v0.1.6 |
492 | 2024-08-11T07:06:42.207Z | Downloaded cassowary v0.3.0 |
493 | 2024-08-11T07:06:42.210Z | Downloaded buf-list v1.0.3 |
494 | 2024-08-11T07:06:42.212Z | Downloaded oso-derive v0.27.3 |
495 | 2024-08-11T07:06:42.215Z | Downloaded openssl-macros v0.1.1 |
496 | 2024-08-11T07:06:42.215Z | Downloaded atomic-waker v1.1.2 |
497 | 2024-08-11T07:06:42.218Z | Downloaded parse-size v1.0.0 |
498 | 2024-08-11T07:06:42.218Z | Downloaded md-5 v0.10.6 |
499 | 2024-08-11T07:06:42.221Z | Downloaded bitfield v0.14.0 |
500 | 2024-08-11T07:06:42.224Z | Downloaded memoffset v0.9.1 |
501 | 2024-08-11T07:06:42.224Z | Downloaded defmt-parser v0.3.4 |
502 | 2024-08-11T07:06:42.224Z | Downloaded is_ci v1.2.0 |
503 | 2024-08-11T07:06:42.226Z | Downloaded matches v0.1.10 |
504 | 2024-08-11T07:06:42.226Z | Downloaded number_prefix v0.4.0 |
505 | 2024-08-11T07:06:42.229Z | Downloaded cfg_aliases v0.1.1 |
506 | 2024-08-11T07:06:42.229Z | Downloaded defmt-macros v0.3.9 |
507 | 2024-08-11T07:06:42.232Z | Downloaded ciborium-ll v0.2.2 |
508 | 2024-08-11T07:06:42.234Z | Downloaded num-integer v0.1.46 |
509 | 2024-08-11T07:06:42.238Z | Downloaded camino-tempfile v1.1.1 |
510 | 2024-08-11T07:06:42.240Z | Downloaded num_cpus v1.16.0 |
511 | 2024-08-11T07:06:42.243Z | Downloaded bcs v0.1.6 |
512 | 2024-08-11T07:06:42.246Z | Downloaded libefi-sys v0.1.0 |
513 | 2024-08-11T07:06:42.249Z | Downloaded kstat-rs v0.2.4 |
514 | 2024-08-11T07:06:42.249Z | Downloaded signal-hook-tokio v0.3.1 |
515 | 2024-08-11T07:06:42.252Z | Downloaded managed v0.8.0 |
516 | 2024-08-11T07:06:42.252Z | Downloaded lalrpop-util v0.19.12 |
517 | 2024-08-11T07:06:42.252Z | Downloaded crc-catalog v2.4.0 |
518 | 2024-08-11T07:06:42.254Z | Downloaded opaque-debug v0.3.1 |
519 | 2024-08-11T07:06:42.257Z | Downloaded arrayref v0.3.7 |
520 | 2024-08-11T07:06:42.257Z | Downloaded data-encoding v2.6.0 |
521 | 2024-08-11T07:06:42.260Z | Downloaded sqlparser_derive v0.2.2 |
522 | 2024-08-11T07:06:42.260Z | Downloaded new_debug_unreachable v1.0.6 |
523 | 2024-08-11T07:06:42.260Z | Downloaded instant v0.1.12 |
524 | 2024-08-11T07:06:42.263Z | Downloaded cipher v0.4.4 |
525 | 2024-08-11T07:06:42.265Z | Downloaded crossbeam-deque v0.8.5 |
526 | 2024-08-11T07:06:42.266Z | Downloaded cobs v0.2.3 |
527 | 2024-08-11T07:06:42.268Z | Downloaded chacha20 v0.9.1 |
528 | 2024-08-11T07:06:42.271Z | Downloaded async-trait v0.1.81 |
529 | 2024-08-11T07:06:42.273Z | Downloaded argon2 v0.5.3 |
530 | 2024-08-11T07:06:42.276Z | Downloaded paste v1.0.15 |
531 | 2024-08-11T07:06:42.279Z | Downloaded lru-cache v0.1.2 |
532 | 2024-08-11T07:06:42.282Z | Downloaded strum v0.26.3 |
533 | 2024-08-11T07:06:42.282Z | Downloaded debug-ignore v1.0.5 |
534 | 2024-08-11T07:06:42.284Z | Downloaded cookie_store v0.20.0 |
535 | 2024-08-11T07:06:42.287Z | Downloaded time-core v0.1.2 |
536 | 2024-08-11T07:06:42.289Z | Downloaded multer v3.1.0 |
537 | 2024-08-11T07:06:42.293Z | Downloaded crc v3.2.1 |
538 | 2024-08-11T07:06:42.295Z | Downloaded openssl-probe v0.1.5 |
539 | 2024-08-11T07:06:42.295Z | Downloaded num-iter v0.1.45 |
540 | 2024-08-11T07:06:42.298Z | Downloaded csv-core v0.1.11 |
541 | 2024-08-11T07:06:42.301Z | Downloaded mockall v0.13.0 |
542 | 2024-08-11T07:06:42.303Z | Downloaded mime v0.3.17 |
543 | 2024-08-11T07:06:42.303Z | Downloaded ipnetwork v0.20.0 |
544 | 2024-08-11T07:06:42.306Z | Downloaded crc32fast v1.4.0 |
545 | 2024-08-11T07:06:42.308Z | Downloaded num-rational v0.4.2 |
546 | 2024-08-11T07:06:42.311Z | Downloaded mime_guess v2.0.4 |
547 | 2024-08-11T07:06:42.311Z | Downloaded unarray v0.1.4 |
548 | 2024-08-11T07:06:42.313Z | Downloaded const_format_proc_macros v0.2.32 |
549 | 2024-08-11T07:06:42.316Z | Downloaded arrayvec v0.7.4 |
550 | 2024-08-11T07:06:42.319Z | Downloaded ahash v0.8.11 |
551 | 2024-08-11T07:06:42.324Z | Downloaded num_enum v0.5.11 |
552 | 2024-08-11T07:06:42.328Z | Downloaded smallvec v0.6.14 |
553 | 2024-08-11T07:06:42.331Z | Downloaded stringprep v0.1.4 |
554 | 2024-08-11T07:06:42.333Z | Downloaded cookie v0.17.0 |
555 | 2024-08-11T07:06:42.337Z | Downloaded packed_struct_codegen v0.10.1 |
556 | 2024-08-11T07:06:42.339Z | Downloaded foreign-types-macros v0.2.3 |
557 | 2024-08-11T07:06:42.339Z | Downloaded parking_lot_core v0.8.6 |
558 | 2024-08-11T07:06:42.342Z | Downloaded pretty-hex v0.2.1 |
559 | 2024-08-11T07:06:42.345Z | Downloaded parking_lot v0.11.2 |
560 | 2024-08-11T07:06:42.348Z | Downloaded strum_macros v0.24.3 |
561 | 2024-08-11T07:06:42.351Z | Downloaded thread_local v1.1.8 |
562 | 2024-08-11T07:06:42.353Z | Downloaded nanorand v0.7.0 |
563 | 2024-08-11T07:06:42.357Z | Downloaded libloading v0.8.3 |
564 | 2024-08-11T07:06:42.360Z | Downloaded num_enum_derive v0.5.11 |
565 | 2024-08-11T07:06:42.360Z | Downloaded defmt v0.3.8 |
566 | 2024-08-11T07:06:42.363Z | Downloaded peg-runtime v0.8.3 |
567 | 2024-08-11T07:06:42.365Z | Downloaded strum_macros v0.25.3 |
568 | 2024-08-11T07:06:42.368Z | Downloaded base64 v0.13.1 |
569 | 2024-08-11T07:06:42.371Z | Downloaded num-complex v0.4.6 |
570 | 2024-08-11T07:06:42.374Z | Downloaded unicase v2.7.0 |
571 | 2024-08-11T07:06:42.374Z | Downloaded spin v0.5.2 |
572 | 2024-08-11T07:06:42.377Z | Downloaded cancel-safe-futures v0.1.5 |
573 | 2024-08-11T07:06:42.379Z | Downloaded topological-sort v0.2.2 |
574 | 2024-08-11T07:06:42.382Z | Downloaded tower-service v0.3.2 |
575 | 2024-08-11T07:06:42.384Z | Downloaded take_mut v0.2.2 |
576 | 2024-08-11T07:06:42.384Z | Downloaded arc-swap v1.7.1 |
577 | 2024-08-11T07:06:42.388Z | Downloaded fd-lock v4.0.2 |
578 | 2024-08-11T07:06:42.391Z | Downloaded funty v2.0.0 |
579 | 2024-08-11T07:06:42.393Z | Downloaded mockall_derive v0.13.0 |
580 | 2024-08-11T07:06:42.396Z | Downloaded crc-any v2.5.0 |
581 | 2024-08-11T07:06:42.399Z | Downloaded chacha20poly1305 v0.10.1 |
582 | 2024-08-11T07:06:42.403Z | Downloaded untrusted v0.7.1 |
583 | 2024-08-11T07:06:42.403Z | Downloaded group v0.13.0 |
584 | 2024-08-11T07:06:42.406Z | Downloaded predicates-tree v1.0.9 |
585 | 2024-08-11T07:06:42.406Z | Downloaded endian-type v0.1.2 |
586 | 2024-08-11T07:06:42.406Z | Downloaded owo-colors v4.0.0 |
587 | 2024-08-11T07:06:42.409Z | Downloaded ref-cast v1.0.23 |
588 | 2024-08-11T07:06:42.412Z | Downloaded derive_builder_macro v0.20.0 |
589 | 2024-08-11T07:06:42.414Z | Downloaded ref-cast-impl v1.0.23 |
590 | 2024-08-11T07:06:42.414Z | Downloaded time-macros v0.2.18 |
591 | 2024-08-11T07:06:42.417Z | Downloaded ff v0.13.0 |
592 | 2024-08-11T07:06:42.419Z | Downloaded ena v0.14.3 |
593 | 2024-08-11T07:06:42.423Z | Downloaded miniz_oxide v0.7.2 |
594 | 2024-08-11T07:06:42.425Z | Downloaded darling_core v0.20.9 |
595 | 2024-08-11T07:06:42.429Z | Downloaded powerfmt v0.2.0 |
596 | 2024-08-11T07:06:42.432Z | Downloaded http-range v0.1.5 |
597 | 2024-08-11T07:06:42.434Z | Downloaded smf v0.2.3 |
598 | 2024-08-11T07:06:42.434Z | Downloaded smawk v0.3.2 |
599 | 2024-08-11T07:06:42.438Z | Downloaded vsss-rs v3.3.4 |
600 | 2024-08-11T07:06:42.441Z | Downloaded bytes v1.7.1 |
601 | 2024-08-11T07:06:42.444Z | Downloaded num-traits v0.2.19 |
602 | 2024-08-11T07:06:42.447Z | Downloaded proc-macro-crate v1.3.1 |
603 | 2024-08-11T07:06:42.449Z | Downloaded tap v1.0.1 |
604 | 2024-08-11T07:06:42.452Z | Downloaded password-hash v0.5.0 |
605 | 2024-08-11T07:06:42.454Z | Downloaded zeroize_derive v1.4.2 |
606 | 2024-08-11T07:06:42.454Z | Downloaded globset v0.4.14 |
607 | 2024-08-11T07:06:42.457Z | Downloaded omicron-zone-package v0.11.0 |
608 | 2024-08-11T07:06:42.459Z | Downloaded cc v1.0.97 |
609 | 2024-08-11T07:06:42.463Z | Downloaded hyper-rustls v0.24.2 |
610 | 2024-08-11T07:06:42.466Z | Downloaded openssl-sys v0.9.103 |
611 | 2024-08-11T07:06:42.471Z | Downloaded indexmap v1.9.3 |
612 | 2024-08-11T07:06:42.475Z | Downloaded enum-as-inner v0.5.1 |
613 | 2024-08-11T07:06:42.478Z | Downloaded const-oid v0.9.6 |
614 | 2024-08-11T07:06:42.481Z | Downloaded compact_str v0.8.0 |
615 | 2024-08-11T07:06:42.485Z | Downloaded serde_yaml v0.9.34+deprecated |
616 | 2024-08-11T07:06:42.488Z | Downloaded difflib v0.4.0 |
617 | 2024-08-11T07:06:42.491Z | Downloaded rustls-pki-types v1.7.0 |
618 | 2024-08-11T07:06:42.495Z | Downloaded const_format v0.2.32 |
619 | 2024-08-11T07:06:42.501Z | Downloaded impl-trait-for-tuples v0.2.2 |
620 | 2024-08-11T07:06:42.507Z | Downloaded parking_lot_core v0.9.10 |
621 | 2024-08-11T07:06:42.507Z | Downloaded portpicker v0.1.1 |
622 | 2024-08-11T07:06:42.509Z | Downloaded oso v0.27.3 |
623 | 2024-08-11T07:06:42.509Z | Downloaded display-error-chain v0.2.0 |
624 | 2024-08-11T07:06:42.512Z | Downloaded http-body v0.4.6 |
625 | 2024-08-11T07:06:42.515Z | Downloaded shlex v1.3.0 |
626 | 2024-08-11T07:06:42.515Z | Downloaded shell-words v1.1.0 |
627 | 2024-08-11T07:06:42.517Z | Downloaded scopeguard v1.2.0 |
628 | 2024-08-11T07:06:42.517Z | Downloaded schemars_derive v0.8.21 |
629 | 2024-08-11T07:06:42.520Z | Downloaded parking_lot v0.12.2 |
630 | 2024-08-11T07:06:42.523Z | Downloaded pem v3.0.4 |
631 | 2024-08-11T07:06:42.525Z | Downloaded memmap2 v0.9.4 |
632 | 2024-08-11T07:06:42.525Z | Downloaded half v2.4.1 |
633 | 2024-08-11T07:06:42.528Z | Downloaded crypto-bigint v0.5.5 |
634 | 2024-08-11T07:06:42.536Z | Downloaded slog-stdlog v4.1.1 |
635 | 2024-08-11T07:06:42.539Z | Downloaded tls_codec_derive v0.4.1 |
636 | 2024-08-11T07:06:42.550Z | Downloaded futures-task v0.3.30 |
637 | 2024-08-11T07:06:42.552Z | Downloaded whoami v1.5.1 |
638 | 2024-08-11T07:06:42.555Z | Downloaded thiserror-impl-no-std v2.0.2 |
639 | 2024-08-11T07:06:42.557Z | Downloaded ident_case v1.0.1 |
640 | 2024-08-11T07:06:42.557Z | Downloaded subtle v2.5.0 |
641 | 2024-08-11T07:06:42.557Z | Downloaded tokio-rustls v0.25.0 |
642 | 2024-08-11T07:06:42.563Z | Downloaded tokio-rustls v0.24.1 |
643 | 2024-08-11T07:06:42.565Z | Downloaded term v0.7.0 |
644 | 2024-08-11T07:06:42.568Z | Downloaded termtree v0.4.1 |
645 | 2024-08-11T07:06:42.570Z | Downloaded fatfs v0.3.6 |
646 | 2024-08-11T07:06:42.573Z | Downloaded sync_wrapper v0.1.2 |
647 | 2024-08-11T07:06:42.575Z | Downloaded resolv-conf v0.7.0 |
648 | 2024-08-11T07:06:42.578Z | Downloaded untrusted v0.9.0 |
649 | 2024-08-11T07:06:42.578Z | Downloaded getopts v0.2.21 |
650 | 2024-08-11T07:06:42.580Z | Downloaded radium v0.7.0 |
651 | 2024-08-11T07:06:42.581Z | Downloaded crossbeam-channel v0.5.12 |
652 | 2024-08-11T07:06:42.585Z | Downloaded unicode-linebreak v0.1.5 |
653 | 2024-08-11T07:06:42.589Z | Downloaded uzers v0.11.3 |
654 | 2024-08-11T07:06:42.593Z | Downloaded slog-term v2.9.1 |
655 | 2024-08-11T07:06:42.596Z | Downloaded pkg-config v0.3.30 |
656 | 2024-08-11T07:06:42.596Z | Downloaded sigpipe v0.1.3 |
657 | 2024-08-11T07:06:42.598Z | Downloaded tinyvec_macros v0.1.1 |
658 | 2024-08-11T07:06:42.598Z | Downloaded backtrace v0.3.71 |
659 | 2024-08-11T07:06:42.603Z | Downloaded serde_urlencoded v0.7.1 |
660 | 2024-08-11T07:06:42.607Z | Downloaded poly1305 v0.8.0 |
661 | 2024-08-11T07:06:42.609Z | Downloaded pkcs8 v0.10.2 |
662 | 2024-08-11T07:06:42.612Z | Downloaded tracing-core v0.1.32 |
663 | 2024-08-11T07:06:42.615Z | Downloaded wait-timeout v0.2.0 |
664 | 2024-08-11T07:06:42.618Z | Downloaded rustc_version v0.4.0 |
665 | 2024-08-11T07:06:42.620Z | Downloaded signature v2.2.0 |
666 | 2024-08-11T07:06:42.623Z | Downloaded fragile v2.0.0 |
667 | 2024-08-11T07:06:42.625Z | Downloaded signal-hook v0.3.17 |
668 | 2024-08-11T07:06:42.628Z | Downloaded foreign-types v0.3.2 |
669 | 2024-08-11T07:06:42.630Z | Downloaded indent_write v2.2.0 |
670 | 2024-08-11T07:06:42.630Z | Downloaded typed-path v0.7.1 |
671 | 2024-08-11T07:06:42.637Z | Downloaded pin-project-internal v1.1.5 |
672 | 2024-08-11T07:06:42.639Z | Downloaded rusty-fork v0.3.0 |
673 | 2024-08-11T07:06:42.642Z | Downloaded iana-time-zone v0.1.60 |
674 | 2024-08-11T07:06:42.644Z | Downloaded futures v0.3.30 |
675 | 2024-08-11T07:06:42.649Z | Downloaded hubpack v0.1.2 |
676 | 2024-08-11T07:06:42.653Z | Downloaded unsafe-libyaml v0.2.11 |
677 | 2024-08-11T07:06:42.658Z | Downloaded futures-io v0.3.30 |
678 | 2024-08-11T07:06:42.660Z | Downloaded foreign-types v0.5.0 |
679 | 2024-08-11T07:06:42.660Z | Downloaded percent-encoding v2.3.1 |
680 | 2024-08-11T07:06:42.660Z | Downloaded zeroize v1.7.0 |
681 | 2024-08-11T07:06:42.660Z | Downloaded futures-executor v0.3.30 |
682 | 2024-08-11T07:06:42.663Z | Downloaded toml v0.7.8 |
683 | 2024-08-11T07:06:42.666Z | Downloaded filetime v0.2.24 |
684 | 2024-08-11T07:06:42.668Z | Downloaded sha1 v0.10.6 |
685 | 2024-08-11T07:06:42.671Z | Downloaded dirs-sys-next v0.1.2 |
686 | 2024-08-11T07:06:42.673Z | Downloaded stable_deref_trait v1.2.0 |
687 | 2024-08-11T07:06:42.673Z | Downloaded prettyplease v0.2.20 |
688 | 2024-08-11T07:06:42.676Z | Downloaded uuid v1.10.0 |
689 | 2024-08-11T07:06:42.680Z | Downloaded mio v0.8.11 |
690 | 2024-08-11T07:06:42.686Z | Downloaded phf_shared v0.10.0 |
691 | 2024-08-11T07:06:42.689Z | Downloaded postgres-protocol v0.6.7 |
692 | 2024-08-11T07:06:42.691Z | Downloaded rustc-demangle v0.1.24 |
693 | 2024-08-11T07:06:42.691Z | Downloaded mio v1.0.1 |
694 | 2024-08-11T07:06:42.698Z | Downloaded form_urlencoded v1.2.1 |
695 | 2024-08-11T07:06:42.700Z | Downloaded tls_codec v0.4.1 |
696 | 2024-08-11T07:06:42.703Z | Downloaded rustls-pemfile v2.1.3 |
697 | 2024-08-11T07:06:42.709Z | Downloaded semver v0.1.20 |
698 | 2024-08-11T07:06:42.709Z | Downloaded vte_generate_state_changes v0.1.1 |
699 | 2024-08-11T07:06:42.709Z | Downloaded rand_xorshift v0.3.0 |
700 | 2024-08-11T07:06:42.709Z | Downloaded tui-tree-widget v0.22.0 |
701 | 2024-08-11T07:06:42.713Z | Downloaded phf v0.11.2 |
702 | 2024-08-11T07:06:42.713Z | Downloaded rustc_version v0.1.7 |
703 | 2024-08-11T07:06:42.713Z | Downloaded supports-color v3.0.0 |
704 | 2024-08-11T07:06:42.716Z | Downloaded tracing v0.1.40 |
705 | 2024-08-11T07:06:42.719Z | Downloaded want v0.3.1 |
706 | 2024-08-11T07:06:42.723Z | Downloaded waitgroup v0.1.2 |
707 | 2024-08-11T07:06:42.723Z | Downloaded serde_derive_internals v0.29.1 |
708 | 2024-08-11T07:06:42.725Z | Downloaded serde_arrays v0.1.0 |
709 | 2024-08-11T07:06:42.725Z | Downloaded hubpack_derive v0.1.1 |
710 | 2024-08-11T07:06:42.728Z | Downloaded foreign-types-shared v0.1.1 |
711 | 2024-08-11T07:06:42.728Z | Downloaded slog-dtrace v0.3.0 |
712 | 2024-08-11T07:06:42.728Z | Downloaded slog-async v2.8.0 |
713 | 2024-08-11T07:06:42.731Z | Downloaded slab v0.4.9 |
714 | 2024-08-11T07:06:42.733Z | Downloaded tungstenite v0.21.0 |
715 | 2024-08-11T07:06:42.736Z | Downloaded siphasher v0.3.11 |
716 | 2024-08-11T07:06:42.739Z | Downloaded float-ord v0.3.2 |
717 | 2024-08-11T07:06:42.739Z | Downloaded headers-core v0.2.0 |
718 | 2024-08-11T07:06:42.741Z | Downloaded socket2 v0.5.7 |
719 | 2024-08-11T07:06:42.741Z | Downloaded which v4.4.2 |
720 | 2024-08-11T07:06:42.744Z | Downloaded same-file v1.0.6 |
721 | 2024-08-11T07:06:42.747Z | Downloaded serde-hex v0.1.0 |
722 | 2024-08-11T07:06:42.750Z | Downloaded postcard v1.0.8 |
723 | 2024-08-11T07:06:42.752Z | Downloaded subprocess v0.2.9 |
724 | 2024-08-11T07:06:42.755Z | Downloaded phf_shared v0.11.2 |
725 | 2024-08-11T07:06:42.755Z | Downloaded hyper-tls v0.5.0 |
726 | 2024-08-11T07:06:42.757Z | Downloaded toolchain_find v0.4.0 |
727 | 2024-08-11T07:06:42.757Z | Downloaded rand_seeder v0.3.0 |
728 | 2024-08-11T07:06:42.760Z | Downloaded highway v1.2.0 |
729 | 2024-08-11T07:06:42.763Z | Downloaded derive_more v0.99.18 |
730 | 2024-08-11T07:06:42.767Z | Downloaded downcast v0.11.0 |
731 | 2024-08-11T07:06:42.769Z | Downloaded ppv-lite86 v0.2.17 |
732 | 2024-08-11T07:06:42.772Z | Downloaded either v1.13.0 |
733 | 2024-08-11T07:06:42.772Z | Downloaded sec1 v0.7.3 |
734 | 2024-08-11T07:06:42.774Z | Downloaded rustc-hash v1.1.0 |
735 | 2024-08-11T07:06:42.774Z | Downloaded precomputed-hash v0.1.1 |
736 | 2024-08-11T07:06:42.778Z | Downloaded unicode-truncate v1.0.0 |
737 | 2024-08-11T07:06:42.778Z | Downloaded quick-error v1.2.3 |
738 | 2024-08-11T07:06:42.781Z | Downloaded derive-where v1.2.7 |
739 | 2024-08-11T07:06:42.783Z | Downloaded libxml v0.3.3 |
740 | 2024-08-11T07:06:42.789Z | Downloaded libm v0.2.8 |
741 | 2024-08-11T07:06:42.798Z | Downloaded fxhash v0.2.1 |
742 | 2024-08-11T07:06:42.800Z | Downloaded sqlformat v0.2.4 |
743 | 2024-08-11T07:06:42.803Z | Downloaded unicode-xid v0.2.4 |
744 | 2024-08-11T07:06:42.803Z | Downloaded spki v0.7.3 |
745 | 2024-08-11T07:06:42.805Z | Downloaded url v2.5.2 |
746 | 2024-08-11T07:06:42.808Z | Downloaded num-bigint-dig v0.8.4 |
747 | 2024-08-11T07:06:42.813Z | Downloaded slog-bunyan v2.5.0 |
748 | 2024-08-11T07:06:42.815Z | Downloaded socket2 v0.4.10 |
749 | 2024-08-11T07:06:42.818Z | Downloaded rustfmt-wrapper v0.2.1 |
750 | 2024-08-11T07:06:42.820Z | Downloaded sct v0.7.1 |
751 | 2024-08-11T07:06:42.822Z | Downloaded crossterm v0.28.1 |
752 | 2024-08-11T07:06:42.829Z | Downloaded foreign-types-shared v0.3.1 |
753 | 2024-08-11T07:06:42.831Z | Downloaded predicates-core v1.0.6 |
754 | 2024-08-11T07:06:42.831Z | Downloaded tokio-tungstenite v0.20.1 |
755 | 2024-08-11T07:06:42.834Z | Downloaded psl-types v2.0.11 |
756 | 2024-08-11T07:06:42.837Z | Downloaded serde-big-array v0.5.1 |
757 | 2024-08-11T07:06:42.837Z | Downloaded der_derive v0.7.2 |
758 | 2024-08-11T07:06:42.840Z | Downloaded flagset v0.4.5 |
759 | 2024-08-11T07:06:42.840Z | Downloaded dsl_auto_type v0.1.2 |
760 | 2024-08-11T07:06:42.843Z | Downloaded scheduled-thread-pool v0.2.7 |
761 | 2024-08-11T07:06:42.843Z | Downloaded rand_core v0.6.4 |
762 | 2024-08-11T07:06:42.845Z | Downloaded slog-scope v4.4.0 |
763 | 2024-08-11T07:06:42.848Z | Downloaded postgres-types v0.2.7 |
764 | 2024-08-11T07:06:42.850Z | Downloaded tokio-native-tls v0.3.1 |
765 | 2024-08-11T07:06:42.853Z | Downloaded tokio-macros v2.3.0 |
766 | 2024-08-11T07:06:42.853Z | Downloaded similar v2.5.0 |
767 | 2024-08-11T07:06:42.857Z | Downloaded regex-automata v0.1.10 |
768 | 2024-08-11T07:06:42.863Z | Downloaded samael v0.0.15 |
769 | 2024-08-11T07:06:42.869Z | Downloaded hash32 v0.3.1 |
770 | 2024-08-11T07:06:42.871Z | Downloaded futures-macro v0.3.30 |
771 | 2024-08-11T07:06:42.871Z | Downloaded httparse v1.8.0 |
772 | 2024-08-11T07:06:42.874Z | Downloaded walkdir v2.5.0 |
773 | 2024-08-11T07:06:42.877Z | Downloaded hashbrown v0.13.2 |
774 | 2024-08-11T07:06:42.881Z | Downloaded spin v0.9.8 |
775 | 2024-08-11T07:06:42.883Z | Downloaded hmac v0.12.1 |
776 | 2024-08-11T07:06:42.886Z | Downloaded humantime v2.1.0 |
777 | 2024-08-11T07:06:42.888Z | Downloaded r2d2 v0.8.10 |
778 | 2024-08-11T07:06:42.890Z | Downloaded rustls-pemfile v1.0.4 |
779 | 2024-08-11T07:06:42.893Z | Downloaded utf-8 v0.7.6 |
780 | 2024-08-11T07:06:42.893Z | Downloaded itertools v0.12.1 |
781 | 2024-08-11T07:06:42.900Z | Downloaded float-cmp v0.9.0 |
782 | 2024-08-11T07:06:42.903Z | Downloaded rand_chacha v0.3.1 |
783 | 2024-08-11T07:06:42.905Z | Downloaded universal-hash v0.5.1 |
784 | 2024-08-11T07:06:42.905Z | Downloaded tinyvec v1.6.0 |
785 | 2024-08-11T07:06:42.908Z | Downloaded yasna v0.5.2 |
786 | 2024-08-11T07:06:42.911Z | Downloaded gethostname v0.5.0 |
787 | 2024-08-11T07:06:42.913Z | Downloaded predicates v3.1.2 |
788 | 2024-08-11T07:06:42.916Z | Downloaded tokio-stream v0.1.15 |
789 | 2024-08-11T07:06:42.919Z | Downloaded tungstenite v0.20.1 |
790 | 2024-08-11T07:06:42.922Z | Downloaded test-strategy v0.3.1 |
791 | 2024-08-11T07:06:42.926Z | Downloaded flume v0.11.0 |
792 | 2024-08-11T07:06:42.930Z | Downloaded heapless v0.7.17 |
793 | 2024-08-11T07:06:42.934Z | Downloaded itertools v0.13.0 |
794 | 2024-08-11T07:06:42.942Z | Downloaded winnow v0.5.40 |
795 | 2024-08-11T07:06:42.953Z | Downloaded x509-cert v0.2.5 |
796 | 2024-08-11T07:06:42.959Z | Downloaded glob v0.3.1 |
797 | 2024-08-11T07:06:42.962Z | Downloaded toml v0.5.11 |
798 | 2024-08-11T07:06:42.965Z | Downloaded pin-project v1.1.5 |
799 | 2024-08-11T07:06:42.974Z | Downloaded trust-dns-client v0.22.0 |
800 | 2024-08-11T07:06:42.981Z | Downloaded trust-dns-server v0.22.1 |
801 | 2024-08-11T07:06:42.986Z | Downloaded ron v0.7.1 |
802 | 2024-08-11T07:06:42.991Z | Downloaded unicode_categories v0.1.1 |
803 | 2024-08-11T07:06:42.994Z | Downloaded rayon-core v1.12.1 |
804 | 2024-08-11T07:06:43.000Z | Downloaded tough v0.17.1 |
805 | 2024-08-11T07:06:43.006Z | Downloaded h2 v0.3.26 |
806 | 2024-08-11T07:06:43.014Z | Downloaded ron v0.8.1 |
807 | 2024-08-11T07:06:43.022Z | Downloaded textwrap v0.16.1 |
808 | 2024-08-11T07:06:43.024Z | Downloaded bindgen v0.69.4 |
809 | 2024-08-11T07:06:43.031Z | Downloaded snafu v0.8.2 |
810 | 2024-08-11T07:06:43.039Z | Downloaded portable-atomic v1.6.0 |
811 | 2024-08-11T07:06:43.044Z | Downloaded rustls-webpki v0.101.7 |
812 | 2024-08-11T07:06:43.060Z | Downloaded schemars v0.8.21 |
813 | 2024-08-11T07:06:43.072Z | Downloaded serde_with v3.8.3 |
814 | 2024-08-11T07:06:43.081Z | Downloaded tokio-postgres v0.7.11 |
815 | 2024-08-11T07:06:43.086Z | Downloaded futures-util v0.3.30 |
816 | 2024-08-11T07:06:43.098Z | Downloaded tokio-util v0.7.11 |
817 | 2024-08-11T07:06:43.106Z | Downloaded expectorate v1.1.0 |
818 | 2024-08-11T07:06:43.108Z | Downloaded chrono v0.4.38 |
819 | 2024-08-11T07:06:43.116Z | Downloaded rcgen v0.12.1 |
820 | 2024-08-11T07:06:43.120Z | Downloaded reqwest v0.11.27 |
821 | 2024-08-11T07:06:43.129Z | Downloaded unicode-normalization v0.1.23 |
822 | 2024-08-11T07:06:43.133Z | Downloaded flate2 v1.0.31 |
823 | 2024-08-11T07:06:43.139Z | Downloaded hkdf v0.12.4 |
824 | 2024-08-11T07:06:43.141Z | Downloaded rayon v1.10.0 |
825 | 2024-08-11T07:06:43.151Z | Downloaded proptest v1.5.0 |
826 | 2024-08-11T07:06:43.162Z | Downloaded reedline v0.33.0 |
827 | 2024-08-11T07:06:43.169Z | Downloaded rustls-webpki v0.102.4 |
828 | 2024-08-11T07:06:43.190Z | Downloaded idna v0.3.0 |
829 | 2024-08-11T07:06:43.196Z | Downloaded quick-xml v0.31.0 |
830 | 2024-08-11T07:06:43.202Z | Downloaded regex v1.10.6 |
831 | 2024-08-11T07:06:43.217Z | Downloaded smoltcp v0.9.1 |
832 | 2024-08-11T07:06:43.228Z | Downloaded sqlparser v0.45.0 |
833 | 2024-08-11T07:06:43.235Z | Downloaded radix_trie v0.2.1 |
834 | 2024-08-11T07:06:43.239Z | Downloaded hyper v0.14.30 |
835 | 2024-08-11T07:06:43.248Z | Downloaded openssl v0.10.66 |
836 | 2024-08-11T07:06:43.258Z | Downloaded vcpkg v0.2.15 |
837 | 2024-08-11T07:06:43.298Z | Downloaded object v0.32.2 |
838 | 2024-08-11T07:06:43.309Z | Downloaded webpki-roots v0.25.4 |
839 | 2024-08-11T07:06:43.313Z | Downloaded trust-dns-proto v0.22.0 |
840 | 2024-08-11T07:06:43.327Z | Downloaded regex-syntax v0.6.29 |
841 | 2024-08-11T07:06:43.335Z | Downloaded regress v0.9.1 |
842 | 2024-08-11T07:06:43.344Z | Downloaded openapiv3 v2.0.0 |
843 | 2024-08-11T07:06:43.358Z | Downloaded gimli v0.28.1 |
844 | 2024-08-11T07:06:43.367Z | Downloaded diesel v2.2.2 |
845 | 2024-08-11T07:06:43.387Z | Downloaded bstr v1.9.1 |
846 | 2024-08-11T07:06:43.399Z | Downloaded rustls v0.22.4 |
847 | 2024-08-11T07:06:43.414Z | Downloaded regex-syntax v0.8.4 |
848 | 2024-08-11T07:06:43.423Z | Downloaded sled v0.34.7 |
849 | 2024-08-11T07:06:43.434Z | Downloaded rustls v0.21.12 |
850 | 2024-08-11T07:06:43.446Z | Downloaded polar-core v0.27.3 |
851 | 2024-08-11T07:06:43.456Z | Downloaded ratatui v0.28.0 |
852 | 2024-08-11T07:06:43.477Z | Downloaded regex-automata v0.4.6 |
853 | 2024-08-11T07:06:43.495Z | Downloaded zerocopy-derive v0.6.6 |
854 | 2024-08-11T07:06:43.510Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
855 | 2024-08-11T07:06:43.520Z | Downloaded smoltcp v0.11.0 |
856 | 2024-08-11T07:06:43.534Z | Downloaded finl_unicode v1.2.0 |
857 | 2024-08-11T07:06:43.548Z | Downloaded petgraph v0.6.5 |
858 | 2024-08-11T07:06:43.567Z | Downloaded sha3 v0.10.8 |
859 | 2024-08-11T07:06:43.572Z | Downloaded csv v1.3.0 |
860 | 2024-08-11T07:06:43.596Z | Downloaded tokio v1.38.1 |
861 | 2024-08-11T07:06:43.634Z | Downloaded nix v0.28.0 |
862 | 2024-08-11T07:06:43.647Z | Downloaded idna v0.2.3 |
863 | 2024-08-11T07:06:43.654Z | Downloaded bstr v0.2.17 |
864 | 2024-08-11T07:06:43.665Z | Downloaded encoding_rs v0.8.34 |
865 | 2024-08-11T07:06:43.689Z | Downloaded idna v0.5.0 |
866 | 2024-08-11T07:06:43.695Z | Downloaded nix v0.27.1 |
867 | 2024-08-11T07:06:43.707Z | Downloaded curve25519-dalek v4.1.3 |
868 | 2024-08-11T07:06:43.717Z | Downloaded object v0.30.4 |
869 | 2024-08-11T07:06:43.727Z | Downloaded lalrpop v0.19.12 |
870 | 2024-08-11T07:06:43.740Z | Downloaded unicode-segmentation v1.11.0 |
871 | 2024-08-11T07:06:43.743Z | Downloaded http v0.2.12 |
872 | 2024-08-11T07:06:43.747Z | Downloaded bitvec v1.0.1 |
873 | 2024-08-11T07:06:43.763Z | Downloaded der v0.7.9 |
874 | 2024-08-11T07:06:43.768Z | Downloaded rustyline v14.0.0 |
875 | 2024-08-11T07:06:43.774Z | Downloaded publicsuffix v2.2.3 |
876 | 2024-08-11T07:06:43.777Z | Downloaded trust-dns-resolver v0.22.0 |
877 | 2024-08-11T07:06:43.780Z | Downloaded headers v0.3.9 |
878 | 2024-08-11T07:06:43.787Z | Downloaded zip v0.6.6 |
879 | 2024-08-11T07:06:43.791Z | Downloaded elliptic-curve v0.13.8 |
880 | 2024-08-11T07:06:43.795Z | Downloaded rsa v0.9.6 |
881 | 2024-08-11T07:06:43.802Z | Downloaded blake3 v1.5.1 |
882 | 2024-08-11T07:06:43.811Z | Downloaded slog v2.7.0 |
883 | 2024-08-11T07:06:43.813Z | Downloaded http v1.1.0 |
884 | 2024-08-11T07:06:43.820Z | Downloaded hashbrown v0.12.3 |
885 | 2024-08-11T07:06:43.822Z | Downloaded time v0.3.36 |
886 | 2024-08-11T07:06:43.830Z | Downloaded aho-corasick v1.1.3 |
887 | 2024-08-11T07:06:43.836Z | Downloaded hash32 v0.2.1 |
888 | 2024-08-11T07:06:43.839Z | Downloaded snafu-derive v0.8.2 |
889 | 2024-08-11T07:06:43.841Z | Downloaded toml_edit v0.19.15 |
890 | 2024-08-11T07:06:43.857Z | Downloaded nom v7.1.3 |
891 | 2024-08-11T07:06:43.862Z | Downloaded crossterm v0.27.0 |
892 | 2024-08-11T07:06:43.869Z | Downloaded ring v0.17.8 |
893 | 2024-08-11T07:06:43.941Z | Downloaded tiny-keccak v2.0.2 |
894 | 2024-08-11T07:06:43.944Z | Downloaded thiserror-no-std v2.0.2 |
895 | 2024-08-11T07:06:43.947Z | Downloaded steno v0.4.1 |
896 | 2024-08-11T07:06:43.951Z | Downloaded rpassword v7.3.1 |
897 | 2024-08-11T07:06:43.953Z | Downloaded rand v0.8.5 |
898 | 2024-08-11T07:06:43.956Z | Downloaded heapless v0.8.0 |
899 | 2024-08-11T07:06:43.960Z | Downloaded fixedbitset v0.4.2 |
900 | 2024-08-11T07:06:43.963Z | Downloaded fallible-iterator v0.2.0 |
901 | 2024-08-11T07:06:43.963Z | Downloaded httpdate v1.0.3 |
902 | 2024-08-11T07:06:43.965Z | Downloaded deranged v0.3.11 |
903 | 2024-08-11T07:06:43.965Z | Downloaded itertools v0.10.5 |
904 | 2024-08-11T07:06:43.971Z | Downloaded minimal-lexical v0.2.1 |
905 | 2024-08-11T07:06:43.976Z | Downloaded getrandom v0.2.14 |
906 | 2024-08-11T07:06:43.979Z | Downloaded diff v0.1.13 |
907 | 2024-08-11T07:06:43.982Z | Downloaded num-bigint v0.4.5 |
908 | 2024-08-11T07:06:43.987Z | Downloaded futures-channel v0.3.30 |
909 | 2024-08-11T07:06:43.990Z | Downloaded fastrand v2.1.0 |
910 | 2024-08-11T07:06:43.992Z | Downloaded dyn-clone v1.0.17 |
911 | 2024-08-11T07:06:43.992Z | Downloaded termios v0.3.3 |
912 | 2024-08-11T07:06:43.995Z | Downloaded termcolor v1.4.1 |
913 | 2024-08-11T07:06:43.995Z | Downloaded tabwriter v1.4.0 |
914 | 2024-08-11T07:06:43.997Z | Downloaded ring v0.16.20 |
915 | 2024-08-11T07:06:44.078Z | Downloaded slog-json v2.6.1 |
916 | 2024-08-11T07:06:44.082Z | Downloaded rustversion v1.0.17 |
917 | 2024-08-11T07:06:44.084Z | Downloaded smallvec v1.13.2 |
918 | 2024-08-11T07:06:44.084Z | Downloaded tempfile v3.10.1 |
919 | 2024-08-11T07:06:44.087Z | Downloaded tar v0.4.41 |
920 | 2024-08-11T07:06:44.089Z | Downloaded diesel_derives v2.2.2 |
921 | 2024-08-11T07:06:44.092Z | Downloaded try-lock v0.2.5 |
922 | 2024-08-11T07:06:44.095Z | Downloaded xattr v1.3.1 |
923 | 2024-08-11T07:06:44.095Z | Downloaded wyz v0.5.1 |
924 | 2024-08-11T07:06:44.097Z | Downloaded structmeta-derive v0.2.0 |
925 | 2024-08-11T07:06:44.097Z | Downloaded static_assertions v1.1.0 |
926 | 2024-08-11T07:06:44.100Z | Downloaded hex v0.4.3 |
927 | 2024-08-11T07:06:44.100Z | Downloaded pkcs1 v0.7.5 |
928 | 2024-08-11T07:06:44.103Z | Downloaded pin-utils v0.1.0 |
929 | 2024-08-11T07:06:44.103Z | Downloaded env_logger v0.10.2 |
930 | 2024-08-11T07:06:44.105Z | Downloaded env_logger v0.9.3 |
931 | 2024-08-11T07:06:44.108Z | Downloaded tracing-attributes v0.1.27 |
932 | 2024-08-11T07:06:44.110Z | Downloaded heck v0.3.3 |
933 | 2024-08-11T07:06:44.113Z | Downloaded futures-core v0.3.30 |
934 | 2024-08-11T07:06:44.113Z | Downloaded dirs-next v2.0.0 |
935 | 2024-08-11T07:06:44.113Z | Downloaded pin-project-lite v0.2.14 |
936 | 2024-08-11T07:06:44.117Z | Downloaded zerocopy v0.6.6 |
937 | 2024-08-11T07:06:44.120Z | Downloaded unicode-bidi v0.3.15 |
938 | 2024-08-11T07:06:44.122Z | Downloaded structmeta v0.3.0 |
939 | 2024-08-11T07:06:44.125Z | Downloaded structmeta v0.2.0 |
940 | 2024-08-11T07:06:44.125Z | Downloaded serde_repr v0.1.19 |
941 | 2024-08-11T07:06:44.128Z | Downloaded rtoolbox v0.0.2 |
942 | 2024-08-11T07:06:44.128Z | Downloaded derive_builder_core v0.20.0 |
943 | 2024-08-11T07:06:44.130Z | Downloaded derive_builder v0.20.0 |
944 | 2024-08-11T07:06:44.133Z | Downloaded vte v0.11.1 |
945 | 2024-08-11T07:06:44.135Z | Downloaded base64 v0.22.1 |
946 | 2024-08-11T07:06:44.138Z | Downloaded futures-sink v0.3.30 |
947 | 2024-08-11T07:06:44.141Z | Downloaded erased-serde v0.3.31 |
948 | 2024-08-11T07:06:44.141Z | Downloaded strip-ansi-escapes v0.2.0 |
949 | 2024-08-11T07:06:44.143Z | Downloaded pem-rfc7468 v0.7.0 |
950 | 2024-08-11T07:06:44.146Z | Downloaded indicatif v0.17.8 |
951 | 2024-08-11T07:06:44.148Z | Downloaded base64 v0.21.7 |
952 | 2024-08-11T07:06:44.151Z | Downloaded string_cache v0.8.7 |
953 | 2024-08-11T07:06:44.153Z | Downloaded signal-hook-registry v1.4.2 |
954 | 2024-08-11T07:06:44.153Z | Downloaded signal-hook-mio v0.2.4 |
955 | 2024-08-11T07:06:44.156Z | Downloaded secrecy v0.8.0 |
956 | 2024-08-11T07:06:44.156Z | Downloaded tokio-tungstenite v0.21.0 |
957 | 2024-08-11T07:06:44.158Z | Downloaded strum_macros v0.26.4 |
958 | 2024-08-11T07:06:44.161Z | Downloaded serde_plain v1.0.2 |
959 | 2024-08-11T07:06:44.161Z | Downloaded serde_path_to_error v0.1.16 |
960 | 2024-08-11T07:06:44.164Z | Downloaded peg-macros v0.8.4 |
961 | 2024-08-11T07:06:44.164Z | Downloaded peg v0.8.4 |
962 | 2024-08-11T07:06:44.167Z | Downloaded hostname v0.4.0 |
963 | 2024-08-11T07:06:44.170Z | Downloaded hostname v0.3.1 |
964 | 2024-08-11T07:06:44.170Z | Downloaded home v0.5.9 |
965 | 2024-08-11T07:06:44.173Z | Downloaded serde_with_macros v3.8.3 |
966 | 2024-08-11T07:06:44.173Z | Downloaded hyper-staticfile v0.9.5 |
967 | 2024-08-11T07:06:44.175Z | Downloaded nu-ansi-term v0.50.0 |
968 | 2024-08-11T07:06:44.178Z | Downloaded libsw v3.3.1 |
969 | 2024-08-11T07:06:44.178Z | Downloaded cookie v0.18.1 |
970 | 2024-08-11T07:06:44.180Z | Downloaded crossbeam-utils v0.8.19 |
971 | 2024-08-11T07:06:44.183Z | Downloaded embedded-io v0.4.0 |
972 | 2024-08-11T07:06:44.185Z | Downloaded zone v0.1.8 |
973 | 2024-08-11T07:06:44.186Z | Downloaded native-tls v0.2.11 |
974 | 2024-08-11T07:06:44.188Z | Downloaded lock_api v0.4.12 |
975 | 2024-08-11T07:06:44.188Z | Downloaded blake2 v0.10.6 |
976 | 2024-08-11T07:06:44.191Z | Downloaded allocator-api2 v0.2.18 |
977 | 2024-08-11T07:06:44.193Z | Downloaded parse-display-derive v0.10.0 |
978 | 2024-08-11T07:06:44.196Z | Downloaded darling v0.20.9 |
979 | 2024-08-11T07:06:44.199Z | Downloaded structmeta-derive v0.3.0 |
980 | 2024-08-11T07:06:44.202Z | Downloaded num-derive v0.4.2 |
981 | 2024-08-11T07:06:44.202Z | Downloaded path-slash v0.1.5 |
982 | 2024-08-11T07:06:44.202Z | Downloaded diesel_table_macro_syntax v0.2.0 |
983 | 2024-08-11T07:06:44.205Z | Downloaded zone_cfg_derive v0.1.2 |
984 | 2024-08-11T07:06:44.205Z | Downloaded olpc-cjson v0.1.3 |
985 | 2024-08-11T07:06:44.205Z | Downloaded newtype-uuid v1.1.0 |
986 | 2024-08-11T07:06:44.205Z | Downloaded maplit v1.0.2 |
987 | 2024-08-11T07:06:44.208Z | Downloaded linear-map v1.2.0 |
988 | 2024-08-11T07:06:44.208Z | Downloaded lazy_static v1.5.0 |
989 | 2024-08-11T07:06:44.210Z | Downloaded crossbeam-epoch v0.9.18 |
990 | 2024-08-11T07:06:44.213Z | Downloaded clang-sys v1.7.0 |
991 | 2024-08-11T07:06:44.215Z | Downloaded slog-envlogger v2.2.0 |
992 | 2024-08-11T07:06:44.215Z | Downloaded nibble_vec v0.1.0 |
993 | 2024-08-11T07:06:44.218Z | Downloaded ciborium v0.2.2 |
994 | 2024-08-11T07:06:44.218Z | Downloaded castaway v0.2.3 |
995 | 2024-08-11T07:06:44.228Z | Downloaded keccak v0.1.5 |
996 | 2024-08-11T07:06:44.228Z | Downloaded inout v0.1.3 |
997 | 2024-08-11T07:06:44.228Z | Downloaded console v0.15.8 |
998 | 2024-08-11T07:06:44.228Z | Downloaded lazycell v1.3.0 |
999 | 2024-08-11T07:06:44.228Z | Downloaded parse-display v0.10.0 |
1000 | 2024-08-11T07:06:44.228Z | Downloaded packed_struct v0.10.1 |
1001 | 2024-08-11T07:06:44.228Z | Downloaded curve25519-dalek-derive v0.1.1 |
1002 | 2024-08-11T07:06:44.228Z | Downloaded bzip2 v0.4.4 |
1003 | 2024-08-11T07:06:44.232Z | Downloaded block-padding v0.3.3 |
1004 | 2024-08-11T07:06:44.232Z | Downloaded cexpr v0.6.0 |
1005 | 2024-08-11T07:06:44.232Z | Downloaded bb8 v0.8.5 |
1006 | 2024-08-11T07:06:44.234Z | Downloaded backoff v0.4.0 |
1007 | 2024-08-11T07:06:44.234Z | Downloaded indoc v1.0.9 |
1008 | 2024-08-11T07:06:44.237Z | Downloaded base64ct v1.6.0 |
1009 | 2024-08-11T07:06:44.239Z | Downloaded ascii v1.1.0 |
1010 | 2024-08-11T07:06:44.242Z | Downloaded nodrop v0.1.14 |
1011 | 2024-08-11T07:06:44.242Z | Downloaded maybe-uninit v2.0.0 |
1012 | 2024-08-11T07:06:44.245Z | Downloaded linked-hash-map v0.5.6 |
1013 | 2024-08-11T07:06:44.245Z | Downloaded instability v0.3.2 |
1014 | 2024-08-11T07:06:44.245Z | Downloaded bit-set v0.5.3 |
1015 | 2024-08-11T07:06:44.247Z | Downloaded ascii-canvas v3.0.0 |
1016 | 2024-08-11T07:06:44.248Z | Downloaded num v0.4.3 |
1017 | 2024-08-11T07:06:44.248Z | Downloaded multimap v0.10.0 |
1018 | 2024-08-11T07:06:44.250Z | Downloaded bitflags v1.3.2 |
1019 | 2024-08-11T07:06:44.253Z | Downloaded async-recursion v1.1.1 |
1020 | 2024-08-11T07:06:44.255Z | Downloaded array-init v0.0.4 |
1021 | 2024-08-11T07:06:44.255Z | Downloaded cstr-argument v0.1.2 |
1022 | 2024-08-11T07:06:44.258Z | Downloaded lru v0.12.3 |
1023 | 2024-08-11T07:06:44.258Z | Downloaded assert_matches v1.5.0 |
1024 | 2024-08-11T07:06:44.343Z | Compiling cfg-if v1.0.0 |
1025 | 2024-08-11T07:06:44.343Z | Compiling serde v1.0.205 |
1026 | 2024-08-11T07:06:44.345Z | Compiling lock_api v0.4.12 |
1027 | 2024-08-11T07:06:44.345Z | Compiling scopeguard v1.2.0 |
1028 | 2024-08-11T07:06:44.346Z | Compiling log v0.4.21 |
1029 | 2024-08-11T07:06:44.475Z | Compiling cc v1.0.97 |
1030 | 2024-08-11T07:06:44.486Z | Compiling syn v2.0.72 |
1031 | 2024-08-11T07:06:44.499Z | Compiling typenum v1.17.0 |
1032 | 2024-08-11T07:06:44.568Z | Compiling getrandom v0.2.14 |
1033 | 2024-08-11T07:06:44.616Z | Compiling generic-array v0.14.7 |
1034 | 2024-08-11T07:06:44.896Z | Compiling rand_core v0.6.4 |
1035 | 2024-08-11T07:06:44.948Z | Compiling pin-project-lite v0.2.14 |
1036 | 2024-08-11T07:06:45.078Z | Compiling parking_lot_core v0.9.10 |
1037 | 2024-08-11T07:06:45.096Z | Compiling smallvec v1.13.2 |
1038 | 2024-08-11T07:06:45.112Z | Compiling signal-hook-registry v1.4.2 |
1039 | 2024-08-11T07:06:45.434Z | Compiling spin v0.9.8 |
1040 | 2024-08-11T07:06:45.449Z | Compiling mio v0.8.11 |
1041 | 2024-08-11T07:06:45.477Z | Compiling ahash v0.8.11 |
1042 | 2024-08-11T07:06:45.948Z | Compiling tinyvec_macros v0.1.1 |
1043 | 2024-08-11T07:06:45.984Z | Compiling num_cpus v1.16.0 |
1044 | 2024-08-11T07:06:46.038Z | Compiling parking_lot v0.12.2 |
1045 | 2024-08-11T07:06:46.054Z | Compiling tinyvec v1.6.0 |
1046 | 2024-08-11T07:06:46.114Z | Compiling socket2 v0.5.7 |
1047 | 2024-08-11T07:06:46.322Z | Compiling libm v0.2.8 |
1048 | 2024-08-11T07:06:46.754Z | Compiling subtle v2.5.0 |
1049 | 2024-08-11T07:06:46.937Z | Compiling futures-core v0.3.30 |
1050 | 2024-08-11T07:06:47.075Z | Compiling serde_json v1.0.122 |
1051 | 2024-08-11T07:06:47.137Z | Compiling const-oid v0.9.6 |
1052 | 2024-08-11T07:06:47.207Z | Compiling num-traits v0.2.19 |
1053 | 2024-08-11T07:06:47.246Z | Compiling slab v0.4.9 |
1054 | 2024-08-11T07:06:47.461Z | Compiling allocator-api2 v0.2.18 |
1055 | 2024-08-11T07:06:47.480Z | Compiling unicode-bidi v0.3.15 |
1056 | 2024-08-11T07:06:47.533Z | Compiling unicode-normalization v0.1.23 |
1057 | 2024-08-11T07:06:47.576Z | Compiling futures-sink v0.3.30 |
1058 | 2024-08-11T07:06:48.257Z | Compiling futures-channel v0.3.30 |
1059 | 2024-08-11T07:06:48.293Z | Compiling futures-io v0.3.30 |
1060 | 2024-08-11T07:06:48.316Z | Compiling pkg-config v0.3.30 |
1061 | 2024-08-11T07:06:48.674Z | Compiling futures-task v0.3.30 |
1062 | 2024-08-11T07:06:48.730Z | Compiling pin-utils v0.1.0 |
1063 | 2024-08-11T07:06:48.748Z | Compiling vcpkg v0.2.15 |
1064 | 2024-08-11T07:06:48.977Z | Compiling ring v0.17.8 |
1065 | 2024-08-11T07:06:49.100Z | Compiling percent-encoding v2.3.1 |
1066 | 2024-08-11T07:06:49.198Z | Compiling ppv-lite86 v0.2.17 |
1067 | 2024-08-11T07:06:49.223Z | Compiling tracing-core v0.1.32 |
1068 | 2024-08-11T07:06:49.458Z | Compiling rustix v0.38.34 |
1069 | 2024-08-11T07:06:49.920Z | Compiling powerfmt v0.2.0 |
1070 | 2024-08-11T07:06:49.992Z | Compiling rand_chacha v0.3.1 |
1071 | 2024-08-11T07:06:50.231Z | Compiling syn v1.0.109 |
1072 | 2024-08-11T07:06:50.340Z | Compiling time-core v0.1.2 |
1073 | 2024-08-11T07:06:50.511Z | Compiling num-conv v0.1.0 |
1074 | 2024-08-11T07:06:50.553Z | Compiling untrusted v0.9.0 |
1075 | 2024-08-11T07:06:50.731Z | Compiling rand v0.8.5 |
1076 | 2024-08-11T07:06:50.811Z | Compiling time-macros v0.2.18 |
1077 | 2024-08-11T07:06:50.839Z | Compiling openssl-sys v0.9.103 |
1078 | 2024-08-11T07:06:50.923Z | Compiling deranged v0.3.11 |
1079 | 2024-08-11T07:06:50.989Z | Compiling httparse v1.8.0 |
1080 | 2024-08-11T07:06:51.414Z | Compiling num_threads v0.1.7 |
1081 | 2024-08-11T07:06:51.549Z | Compiling base64ct v1.6.0 |
1082 | 2024-08-11T07:06:52.102Z | Compiling rustversion v1.0.17 |
1083 | 2024-08-11T07:06:52.152Z | Compiling openssl v0.10.66 |
1084 | 2024-08-11T07:06:52.481Z | Compiling foreign-types-shared v0.1.1 |
1085 | 2024-08-11T07:06:52.524Z | Compiling pem-rfc7468 v0.7.0 |
1086 | 2024-08-11T07:06:52.573Z | Compiling foreign-types v0.3.2 |
1087 | 2024-08-11T07:06:52.676Z | Compiling form_urlencoded v1.2.1 |
1088 | 2024-08-11T07:06:52.839Z | Compiling flagset v0.4.5 |
1089 | 2024-08-11T07:06:52.985Z | Compiling native-tls v0.2.11 |
1090 | 2024-08-11T07:06:53.041Z | Compiling rustls v0.21.12 |
1091 | 2024-08-11T07:06:53.200Z | Compiling crossbeam-utils v0.8.19 |
1092 | 2024-08-11T07:06:53.301Z | Compiling siphasher v0.3.11 |
1093 | 2024-08-11T07:06:53.319Z | Compiling try-lock v0.2.5 |
1094 | 2024-08-11T07:06:53.456Z | Compiling want v0.3.1 |
1095 | 2024-08-11T07:06:53.840Z | Compiling idna v0.5.0 |
1096 | 2024-08-11T07:06:53.886Z | Compiling time v0.3.36 |
1097 | 2024-08-11T07:06:54.016Z | Compiling lazy_static v1.5.0 |
1098 | 2024-08-11T07:06:54.143Z | Compiling aho-corasick v1.1.3 |
1099 | 2024-08-11T07:06:54.410Z | Compiling cookie v0.17.0 |
1100 | 2024-08-11T07:06:54.720Z | Compiling regex-syntax v0.8.4 |
1101 | 2024-08-11T07:06:55.035Z | Compiling slog v2.7.0 |
1102 | 2024-08-11T07:06:55.418Z | Compiling iana-time-zone v0.1.60 |
1103 | 2024-08-11T07:06:55.580Z | Compiling tower-service v0.3.2 |
1104 | 2024-08-11T07:06:55.714Z | Compiling cpufeatures v0.2.12 |
1105 | 2024-08-11T07:06:55.834Z | Compiling httpdate v1.0.3 |
1106 | 2024-08-11T07:06:55.858Z | Compiling adler v1.0.2 |
1107 | 2024-08-11T07:06:56.092Z | Compiling openssl-probe v0.1.5 |
1108 | 2024-08-11T07:06:56.313Z | Compiling finl_unicode v1.2.0 |
1109 | 2024-08-11T07:06:56.442Z | Compiling miniz_oxide v0.7.2 |
1110 | 2024-08-11T07:06:56.921Z | Compiling stringprep v0.1.4 |
1111 | 2024-08-11T07:06:58.100Z | Compiling url v2.5.2 |
1112 | 2024-08-11T07:06:58.154Z | Compiling regex-automata v0.4.6 |
1113 | 2024-08-11T07:06:58.707Z | Compiling serde_derive v1.0.205 |
1114 | 2024-08-11T07:06:59.146Z | Compiling zeroize_derive v1.4.2 |
1115 | 2024-08-11T07:06:59.594Z | Compiling zerocopy-derive v0.7.34 |
1116 | 2024-08-11T07:06:59.969Z | Compiling tokio-macros v2.3.0 |
1117 | 2024-08-11T07:07:00.821Z | Compiling zeroize v1.7.0 |
1118 | 2024-08-11T07:07:01.287Z | Compiling thiserror-impl v1.0.63 |
1119 | 2024-08-11T07:07:01.620Z | Compiling futures-macro v0.3.30 |
1120 | 2024-08-11T07:07:01.649Z | Compiling tracing-attributes v0.1.27 |
1121 | 2024-08-11T07:07:01.947Z | Compiling zerocopy v0.7.34 |
1122 | 2024-08-11T07:07:02.693Z | Compiling crypto-common v0.1.6 |
1123 | 2024-08-11T07:07:02.936Z | Compiling block-buffer v0.10.4 |
1124 | 2024-08-11T07:07:03.208Z | Compiling digest v0.10.7 |
1125 | 2024-08-11T07:07:03.679Z | Compiling futures-util v0.3.30 |
1126 | 2024-08-11T07:07:03.712Z | Compiling scroll_derive v0.12.0 |
1127 | 2024-08-11T07:07:04.205Z | Compiling hashbrown v0.14.5 |
1128 | 2024-08-11T07:07:04.535Z | Compiling thiserror v1.0.63 |
1129 | 2024-08-11T07:07:04.680Z | Compiling pest v2.7.10 |
1130 | 2024-08-11T07:07:05.237Z | Compiling scroll v0.12.0 |
1131 | 2024-08-11T07:07:05.459Z | Compiling tracing v0.1.40 |
1132 | 2024-08-11T07:07:05.638Z | Compiling hmac v0.12.1 |
1133 | 2024-08-11T07:07:05.816Z | Compiling goblin v0.8.2 |
1134 | 2024-08-11T07:07:05.949Z | Compiling openssl-macros v0.1.1 |
1135 | 2024-08-11T07:07:06.029Z | Compiling der_derive v0.7.2 |
1136 | 2024-08-11T07:07:06.717Z | Compiling rustls-webpki v0.101.7 |
1137 | 2024-08-11T07:07:06.855Z | Compiling sct v0.7.1 |
1138 | 2024-08-11T07:07:07.167Z | Compiling md-5 v0.10.6 |
1139 | 2024-08-11T07:07:07.441Z | Compiling pest_meta v2.7.10 |
1140 | 2024-08-11T07:07:08.620Z | Compiling der v0.7.9 |
1141 | 2024-08-11T07:07:08.694Z | Compiling pest_generator v2.7.10 |
1142 | 2024-08-11T07:07:09.964Z | Compiling sha2 v0.10.8 |
1143 | 2024-08-11T07:07:10.743Z | Compiling spki v0.7.3 |
1144 | 2024-08-11T07:07:11.194Z | Compiling num-integer v0.1.46 |
1145 | 2024-08-11T07:07:11.989Z | Compiling idna v0.3.0 |
1146 | 2024-08-11T07:07:12.008Z | Compiling backtrace v0.3.71 |
1147 | 2024-08-11T07:07:12.413Z | Compiling hash32 v0.2.1 |
1148 | 2024-08-11T07:07:12.463Z | Compiling crc32fast v1.4.0 |
1149 | 2024-08-11T07:07:12.481Z | Compiling pest_derive v2.7.10 |
1150 | 2024-08-11T07:07:12.788Z | Compiling psl-types v2.0.11 |
1151 | 2024-08-11T07:07:12.990Z | Compiling signal-hook v0.3.17 |
1152 | 2024-08-11T07:07:13.006Z | Compiling smoltcp v0.9.1 |
1153 | 2024-08-11T07:07:13.273Z | Compiling bytes v1.7.1 |
1154 | 2024-08-11T07:07:13.299Z | Compiling bitflags v2.6.0 |
1155 | 2024-08-11T07:07:13.541Z | Compiling indexmap v2.3.0 |
1156 | 2024-08-11T07:07:13.583Z | Compiling semver v1.0.23 |
1157 | 2024-08-11T07:07:14.383Z | Compiling tokio v1.38.1 |
1158 | 2024-08-11T07:07:14.564Z | Compiling http v0.2.12 |
1159 | 2024-08-11T07:07:14.988Z | Compiling rustc_version v0.4.0 |
1160 | 2024-08-11T07:07:15.834Z | Compiling heapless v0.7.17 |
1161 | 2024-08-11T07:07:16.160Z | Compiling dof v0.3.0 |
1162 | 2024-08-11T07:07:16.295Z | Compiling http-body v0.4.6 |
1163 | 2024-08-11T07:07:16.661Z | Compiling dtrace-parser v0.2.0 |
1164 | 2024-08-11T07:07:16.681Z | Compiling uuid v1.10.0 |
1165 | 2024-08-11T07:07:16.847Z | Compiling toml_datetime v0.6.8 |
1166 | 2024-08-11T07:07:16.901Z | Compiling serde_tokenstream v0.2.1 |
1167 | 2024-08-11T07:07:17.230Z | Compiling usdt-impl v0.5.0 |
1168 | 2024-08-11T07:07:17.371Z | Compiling serde_spanned v0.6.7 |
1169 | 2024-08-11T07:07:17.438Z | Compiling chrono v0.4.38 |
1170 | 2024-08-11T07:07:17.608Z | Compiling fallible-iterator v0.2.0 |
1171 | 2024-08-11T07:07:18.125Z | Compiling gimli v0.28.1 |
1172 | 2024-08-11T07:07:18.343Z | Compiling base64 v0.22.1 |
1173 | 2024-08-11T07:07:18.421Z | Compiling stable_deref_trait v1.2.0 |
1174 | 2024-08-11T07:07:18.793Z | Compiling terminal_size v0.3.0 |
1175 | 2024-08-11T07:07:18.870Z | Compiling postgres-protocol v0.6.7 |
1176 | 2024-08-11T07:07:19.126Z | Compiling publicsuffix v2.2.3 |
1177 | 2024-08-11T07:07:19.170Z | Compiling pkcs8 v0.10.2 |
1178 | 2024-08-11T07:07:19.381Z | Compiling hubpack_derive v0.1.1 |
1179 | 2024-08-11T07:07:19.716Z | Compiling block-padding v0.3.3 |
1180 | 2024-08-11T07:07:19.734Z | Compiling zerocopy-derive v0.6.6 |
1181 | 2024-08-11T07:07:20.168Z | Compiling async-trait v0.1.81 |
1182 | 2024-08-11T07:07:21.238Z | Compiling phf_shared v0.11.2 |
1183 | 2024-08-11T07:07:21.467Z | Compiling serde_derive_internals v0.29.1 |
1184 | 2024-08-11T07:07:21.548Z | Compiling ff v0.13.0 |
1185 | 2024-08-11T07:07:21.618Z | Compiling fs-err v2.11.0 |
1186 | 2024-08-11T07:07:21.777Z | Compiling object v0.32.2 |
1187 | 2024-08-11T07:07:21.912Z | Compiling base64 v0.21.7 |
1188 | 2024-08-11T07:07:21.972Z | Compiling matches v0.1.10 |
1189 | 2024-08-11T07:07:22.068Z | Compiling base16ct v0.2.0 |
1190 | 2024-08-11T07:07:22.399Z | Compiling addr2line v0.21.0 |
1191 | 2024-08-11T07:07:22.526Z | Compiling tokio-util v0.7.11 |
1192 | 2024-08-11T07:07:22.647Z | Compiling tokio-native-tls v0.3.1 |
1193 | 2024-08-11T07:07:22.927Z | Compiling tokio-rustls v0.24.1 |
1194 | 2024-08-11T07:07:23.023Z | Compiling bit-vec v0.6.3 |
1195 | 2024-08-11T07:07:23.052Z | Compiling bitflags v1.3.2 |
1196 | 2024-08-11T07:07:23.157Z | Compiling ipnet v2.9.0 |
1197 | 2024-08-11T07:07:23.172Z | Compiling regex-automata v0.1.10 |
1198 | 2024-08-11T07:07:23.333Z | Compiling managed v0.8.0 |
1199 | 2024-08-11T07:07:23.488Z | Compiling h2 v0.3.26 |
1200 | 2024-08-11T07:07:23.683Z | Compiling rustc-demangle v0.1.24 |
1201 | 2024-08-11T07:07:23.772Z | Compiling schemars v0.8.21 |
1202 | 2024-08-11T07:07:23.892Z | Compiling either v1.13.0 |
1203 | 2024-08-11T07:07:24.116Z | Compiling winnow v0.5.40 |
1204 | 2024-08-11T07:07:24.135Z | Compiling anyhow v1.0.86 |
1205 | 2024-08-11T07:07:24.327Z | Compiling clap_builder v4.5.15 |
1206 | 2024-08-11T07:07:24.402Z | Compiling schemars_derive v0.8.21 |
1207 | 2024-08-11T07:07:24.953Z | Compiling bstr v0.2.17 |
1208 | 2024-08-11T07:07:26.498Z | Compiling rustls-pemfile v1.0.4 |
1209 | 2024-08-11T07:07:26.866Z | Compiling sec1 v0.7.3 |
1210 | 2024-08-11T07:07:26.943Z | Compiling idna v0.2.3 |
1211 | 2024-08-11T07:07:27.463Z | Compiling zerocopy v0.6.6 |
1212 | 2024-08-11T07:07:27.874Z | Compiling toml_edit v0.19.15 |
1213 | 2024-08-11T07:07:28.144Z | Compiling group v0.13.0 |
1214 | 2024-08-11T07:07:28.308Z | Compiling phf v0.11.2 |
1215 | 2024-08-11T07:07:28.553Z | Compiling cookie_store v0.20.0 |
1216 | 2024-08-11T07:07:28.596Z | Compiling hubpack v0.1.2 |
1217 | 2024-08-11T07:07:29.054Z | Compiling inout v0.1.3 |
1218 | 2024-08-11T07:07:29.204Z | Compiling postgres-types v0.2.7 |
1219 | 2024-08-11T07:07:29.673Z | Compiling usdt-macro v0.5.0 |
1220 | 2024-08-11T07:07:30.094Z | Compiling usdt-attr-macro v0.5.0 |
1221 | 2024-08-11T07:07:30.637Z | Compiling hyper v0.14.30 |
1222 | 2024-08-11T07:07:30.739Z | Compiling serde_urlencoded v0.7.1 |
1223 | 2024-08-11T07:07:31.209Z | Compiling num-bigint v0.4.5 |
1224 | 2024-08-11T07:07:31.278Z | Compiling futures-executor v0.3.30 |
1225 | 2024-08-11T07:07:31.817Z | Compiling enum-as-inner v0.5.1 |
1226 | 2024-08-11T07:07:31.865Z | Compiling hkdf v0.12.4 |
1227 | 2024-08-11T07:07:32.008Z | Compiling regex v1.10.6 |
1228 | 2024-08-11T07:07:32.116Z | Compiling crypto-bigint v0.5.5 |
1229 | 2024-08-11T07:07:32.885Z | Compiling clap_derive v4.5.13 |
1230 | 2024-08-11T07:07:33.075Z | Compiling strum_macros v0.25.3 |
1231 | 2024-08-11T07:07:33.597Z | Compiling serde_repr v0.1.19 |
1232 | 2024-08-11T07:07:34.037Z | Compiling phf_shared v0.10.0 |
1233 | 2024-08-11T07:07:34.442Z | Compiling float-cmp v0.9.0 |
1234 | 2024-08-11T07:07:34.667Z | Compiling mio v1.0.1 |
1235 | 2024-08-11T07:07:34.814Z | Compiling encoding_rs v0.8.34 |
1236 | 2024-08-11T07:07:35.920Z | Compiling data-encoding v2.6.0 |
1237 | 2024-08-11T07:07:35.948Z | Compiling precomputed-hash v0.1.1 |
1238 | 2024-08-11T07:07:36.079Z | Compiling difflib v0.4.0 |
1239 | 2024-08-11T07:07:37.182Z | Compiling fixedbitset v0.4.2 |
1240 | 2024-08-11T07:07:37.702Z | Compiling hyper-tls v0.5.0 |
1241 | 2024-08-11T07:07:37.705Z | Compiling hyper-rustls v0.24.2 |
1242 | 2024-08-11T07:07:37.989Z | Compiling sync_wrapper v0.1.2 |
1243 | 2024-08-11T07:07:38.008Z | Compiling unicode-segmentation v1.11.0 |
1244 | 2024-08-11T07:07:38.011Z | Compiling new_debug_unreachable v1.0.6 |
1245 | 2024-08-11T07:07:38.123Z | Compiling predicates-core v1.0.6 |
1246 | 2024-08-11T07:07:38.126Z | Compiling normalize-line-endings v0.3.0 |
1247 | 2024-08-11T07:07:38.173Z | Compiling minimal-lexical v0.2.1 |
1248 | 2024-08-11T07:07:38.270Z | Compiling dyn-clone v1.0.17 |
1249 | 2024-08-11T07:07:38.348Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-11T07:07:38.456Z | Compiling webpki-roots v0.25.4 |
1251 | 2024-08-11T07:07:38.484Z | Compiling whoami v1.5.1 |
1252 | 2024-08-11T07:07:38.503Z | Compiling mime v0.3.17 |
1253 | 2024-08-11T07:07:38.627Z | Compiling toml_edit v0.22.20 |
1254 | 2024-08-11T07:07:38.691Z | Compiling similar v2.5.0 |
1255 | 2024-08-11T07:07:38.874Z | Compiling reqwest v0.11.27 |
1256 | 2024-08-11T07:07:39.117Z | Compiling tokio-postgres v0.7.11 |
1257 | 2024-08-11T07:07:39.120Z | Compiling nom v7.1.3 |
1258 | 2024-08-11T07:07:39.231Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1259 | 2024-08-11T07:07:41.385Z | Compiling predicates v3.1.2 |
1260 | 2024-08-11T07:07:42.101Z | Compiling string_cache v0.8.7 |
1261 | 2024-08-11T07:07:42.583Z | Compiling clap v4.5.15 |
1262 | 2024-08-11T07:07:42.707Z | Compiling console v0.15.8 |
1263 | 2024-08-11T07:07:42.919Z | Compiling petgraph v0.6.5 |
1264 | 2024-08-11T07:07:43.113Z | Compiling trust-dns-proto v0.22.0 |
1265 | 2024-08-11T07:07:44.257Z | Compiling usdt v0.5.0 |
1266 | 2024-08-11T07:07:44.514Z | Compiling signal-hook-mio v0.2.4 |
1267 | 2024-08-11T07:07:44.691Z | Compiling elliptic-curve v0.13.8 |
1268 | 2024-08-11T07:07:44.777Z | Compiling yasna v0.5.2 |
1269 | 2024-08-11T07:07:44.780Z | Compiling futures v0.3.30 |
1270 | 2024-08-11T07:07:44.898Z | Compiling toml v0.7.8 |
1271 | 2024-08-11T07:07:45.556Z | Compiling flate2 v1.0.31 |
1272 | 2024-08-11T07:07:45.745Z | Compiling cipher v0.4.4 |
1273 | 2024-08-11T07:07:46.650Z | Compiling itertools v0.12.1 |
1274 | 2024-08-11T07:07:46.754Z | Compiling itertools v0.10.5 |
1275 | 2024-08-11T07:07:46.967Z | Compiling bit-set v0.5.3 |
1276 | 2024-08-11T07:07:47.083Z | Compiling tokio-stream v0.1.15 |
1277 | 2024-08-11T07:07:47.218Z | Compiling openapiv3 v2.0.0 |
1278 | 2024-08-11T07:07:47.253Z | Compiling hex v0.4.3 |
1279 | 2024-08-11T07:07:47.360Z | Compiling crossbeam-epoch v0.9.18 |
1280 | 2024-08-11T07:07:47.858Z | Compiling num-iter v0.1.45 |
1281 | 2024-08-11T07:07:48.034Z | Compiling bstr v1.9.1 |
1282 | 2024-08-11T07:07:48.052Z | Compiling dirs-sys-next v0.1.2 |
1283 | 2024-08-11T07:07:48.121Z | Compiling peg-runtime v0.8.3 |
1284 | 2024-08-11T07:07:48.737Z | Compiling unicode-xid v0.2.4 |
1285 | 2024-08-11T07:07:48.819Z | Compiling lalrpop-util v0.19.12 |
1286 | 2024-08-11T07:07:48.911Z | Compiling dirs-next v2.0.0 |
1287 | 2024-08-11T07:07:49.122Z | Compiling thread_local v1.1.8 |
1288 | 2024-08-11T07:07:49.175Z | Compiling slog-async v2.8.0 |
1289 | 2024-08-11T07:07:49.500Z | Compiling term v0.7.0 |
1290 | 2024-08-11T07:07:49.681Z | Compiling xattr v1.3.1 |
1291 | 2024-08-11T07:07:49.786Z | Compiling crossbeam-channel v0.5.12 |
1292 | 2024-08-11T07:07:49.807Z | Compiling strum_macros v0.26.4 |
1293 | 2024-08-11T07:07:49.881Z | Compiling filetime v0.2.24 |
1294 | 2024-08-11T07:07:49.947Z | Compiling is-terminal v0.4.12 |
1295 | 2024-08-11T07:07:50.081Z | Compiling take_mut v0.2.2 |
1296 | 2024-08-11T07:07:50.183Z | Compiling tar v0.4.41 |
1297 | 2024-08-11T07:07:50.237Z | Compiling slog-term v2.9.1 |
1298 | 2024-08-11T07:07:51.050Z | Compiling camino v1.1.7 |
1299 | 2024-08-11T07:07:52.697Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1300 | 2024-08-11T07:07:53.078Z | Compiling strum v0.26.3 |
1301 | 2024-08-11T07:07:53.157Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1302 | 2024-08-11T07:07:58.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
1303 | 2024-08-11T07:07:58.558Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1304 | 2024-08-11T07:07:58.602Z | Aug 11 07:07:57.279 INFO Starting download, target: Cockroach |
1305 | 2024-08-11T07:07:58.602Z | Aug 11 07:07:57.279 INFO Starting download, target: Clickhouse |
1306 | 2024-08-11T07:07:58.602Z | Aug 11 07:07:57.279 INFO Starting download, target: Console |
1307 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.279 INFO Starting download, target: DendriteOpenapi |
1308 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Starting download, target: DendriteStub |
1309 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Starting download, target: MaghemiteMgd |
1310 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Starting download, target: TransceiverControl |
1311 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1312 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1313 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1314 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1315 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1316 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1317 | 2024-08-11T07:07:58.605Z | Aug 11 07:07:57.280 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1318 | 2024-08-11T07:07:58.777Z | Aug 11 07:07:57.453 INFO Download complete, target: DendriteOpenapi |
1319 | 2024-08-11T07:07:58.835Z | Aug 11 07:07:57.511 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1320 | 2024-08-11T07:07:59.182Z | Aug 11 07:07:57.859 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1321 | 2024-08-11T07:07:59.268Z | Aug 11 07:07:57.945 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1322 | 2024-08-11T07:07:59.351Z | Aug 11 07:07:58.029 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1323 | 2024-08-11T07:07:59.581Z | Aug 11 07:07:58.258 INFO Download complete, target: Console |
1324 | 2024-08-11T07:07:59.643Z | Aug 11 07:07:58.321 INFO Download complete, target: TransceiverControl |
1325 | 2024-08-11T07:08:00.582Z | Aug 11 07:07:59.260 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1326 | 2024-08-11T07:08:01.784Z | Aug 11 07:08:00.461 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1327 | 2024-08-11T07:08:01.784Z | Aug 11 07:08:00.461 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1328 | 2024-08-11T07:08:02.493Z | Aug 11 07:08:01.170 INFO Download complete, target: DendriteStub |
1329 | 2024-08-11T07:08:02.768Z | Aug 11 07:08:01.445 INFO Download complete, target: MaghemiteMgd |
1330 | 2024-08-11T07:08:10.033Z | Aug 11 07:08:08.710 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1331 | 2024-08-11T07:08:10.428Z | Aug 11 07:08:09.105 INFO Checking that binary works, target: Cockroach |
1332 | 2024-08-11T07:08:10.584Z | Aug 11 07:08:09.261 INFO Download complete, target: Cockroach |
1333 | 2024-08-11T07:08:14.923Z | Aug 11 07:08:13.598 INFO Checking that binary works, target: Clickhouse |
1334 | 2024-08-11T07:08:15.270Z | Aug 11 07:08:13.946 INFO Download complete, target: Clickhouse |
1335 | 2024-08-11T07:08:15.512Z | All builder prerequisites installed successfully, and PATH looks valid |
1336 | 2024-08-11T07:08:15.514Z | |
1337 | 2024-08-11T07:08:15.514Z | real 3:29.932489012 |
1338 | 2024-08-11T07:08:15.514Z | user 11:02.147886573 |
1339 | 2024-08-11T07:08:15.514Z | sys 2:22.861352618 |
1340 | 2024-08-11T07:08:15.514Z | trap 0.406388225 |
1341 | 2024-08-11T07:08:15.514Z | tflt 4.267893908 |
1342 | 2024-08-11T07:08:15.515Z | dflt 6.103728775 |
1343 | 2024-08-11T07:08:15.515Z | kflt 0.150026179 |
1344 | 2024-08-11T07:08:15.515Z | lock 21:12.418567020 |
1345 | 2024-08-11T07:08:15.515Z | slp 42:34.583741548 |
1346 | 2024-08-11T07:08:15.515Z | lat 40.362374505 |
1347 | 2024-08-11T07:08:15.515Z | stop 1:42.357649985 |
1348 | 2024-08-11T07:08:15.515Z | + banner clippy |
1349 | 2024-08-11T07:08:15.517Z | |
1350 | 2024-08-11T07:08:15.518Z | #### # # ##### ##### # # |
1351 | 2024-08-11T07:08:15.518Z | # # # # # # # # # # |
1352 | 2024-08-11T07:08:15.518Z | # # # # # # # # |
1353 | 2024-08-11T07:08:15.518Z | # # # ##### ##### # |
1354 | 2024-08-11T07:08:15.518Z | # # # # # # # |
1355 | 2024-08-11T07:08:15.518Z | #### ###### # # # # |
1356 | 2024-08-11T07:08:15.518Z | |
1357 | 2024-08-11T07:08:15.518Z | + export CARGO_INCREMENTAL=0 |
1358 | 2024-08-11T07:08:15.518Z | + CARGO_INCREMENTAL=0 |
1359 | 2024-08-11T07:08:15.518Z | + ptime -m cargo xtask clippy |
1360 | 2024-08-11T07:08:16.071Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1361 | 2024-08-11T07:08:19.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1362 | 2024-08-11T07:08:19.546Z | Running `target/debug/xtask clippy` |
1363 | 2024-08-11T07:08:19.566Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1364 | 2024-08-11T07:08:20.240Z | Downloading crates ... |
1365 | 2024-08-11T07:08:20.550Z | Downloaded dhcproto-macros v0.1.0 |
1366 | 2024-08-11T07:08:20.563Z | Downloaded pathdiff v0.2.1 |
1367 | 2024-08-11T07:08:20.565Z | Downloaded md5 v0.7.0 |
1368 | 2024-08-11T07:08:20.570Z | Downloaded doc-comment v0.3.3 |
1369 | 2024-08-11T07:08:20.575Z | Downloaded escape8259 v0.5.2 |
1370 | 2024-08-11T07:08:20.578Z | Downloaded rfc6979 v0.4.0 |
1371 | 2024-08-11T07:08:20.581Z | Downloaded plotters-svg v0.3.5 |
1372 | 2024-08-11T07:08:20.584Z | Downloaded tower-layer v0.3.2 |
1373 | 2024-08-11T07:08:20.588Z | Downloaded russh-cryptovec v0.7.2 |
1374 | 2024-08-11T07:08:20.591Z | Downloaded option-ext v0.2.0 |
1375 | 2024-08-11T07:08:20.591Z | Downloaded nested v0.1.1 |
1376 | 2024-08-11T07:08:20.591Z | Downloaded http-body v1.0.0 |
1377 | 2024-08-11T07:08:20.591Z | Downloaded approx v0.5.1 |
1378 | 2024-08-11T07:08:20.593Z | Downloaded bcrypt-pbkdf v0.10.0 |
1379 | 2024-08-11T07:08:20.594Z | Downloaded primeorder v0.13.6 |
1380 | 2024-08-11T07:08:20.597Z | Downloaded dirs-sys v0.4.1 |
1381 | 2024-08-11T07:08:20.597Z | Downloaded polyval v0.6.2 |
1382 | 2024-08-11T07:08:20.600Z | Downloaded plotters-backend v0.3.5 |
1383 | 2024-08-11T07:08:20.600Z | Downloaded oorandom v11.1.3 |
1384 | 2024-08-11T07:08:20.603Z | Downloaded pbkdf2 v0.12.2 |
1385 | 2024-08-11T07:08:20.603Z | Downloaded internet-checksum v0.2.1 |
1386 | 2024-08-11T07:08:20.603Z | Downloaded hex-literal v0.4.1 |
1387 | 2024-08-11T07:08:20.609Z | Downloaded yansi v0.5.1 |
1388 | 2024-08-11T07:08:20.612Z | Downloaded rand_chacha v0.2.2 |
1389 | 2024-08-11T07:08:20.612Z | Downloaded guppy-workspace-hack v0.1.0 |
1390 | 2024-08-11T07:08:20.615Z | Downloaded anes v0.1.6 |
1391 | 2024-08-11T07:08:20.619Z | Downloaded futures-timer v3.0.3 |
1392 | 2024-08-11T07:08:20.622Z | Downloaded ed25519 v2.2.3 |
1393 | 2024-08-11T07:08:20.625Z | Downloaded datatest-stable v0.2.9 |
1394 | 2024-08-11T07:08:20.628Z | Downloaded blowfish v0.9.1 |
1395 | 2024-08-11T07:08:20.629Z | Downloaded ctr v0.9.2 |
1396 | 2024-08-11T07:08:20.632Z | Downloaded similar-asserts v1.5.0 |
1397 | 2024-08-11T07:08:20.632Z | Downloaded ghash v0.5.1 |
1398 | 2024-08-11T07:08:20.632Z | Downloaded tinytemplate v1.2.1 |
1399 | 2024-08-11T07:08:20.635Z | Downloaded cbc v0.1.2 |
1400 | 2024-08-11T07:08:20.638Z | Downloaded target-spec v3.2.1 |
1401 | 2024-08-11T07:08:20.641Z | Downloaded threadpool v1.8.1 |
1402 | 2024-08-11T07:08:20.641Z | Downloaded pbkdf2 v0.11.0 |
1403 | 2024-08-11T07:08:20.644Z | Downloaded ecdsa v0.16.9 |
1404 | 2024-08-11T07:08:20.644Z | Downloaded target-lexicon v0.12.16 |
1405 | 2024-08-11T07:08:20.647Z | Downloaded dirs v5.0.1 |
1406 | 2024-08-11T07:08:20.647Z | Downloaded rustls-native-certs v0.7.0 |
1407 | 2024-08-11T07:08:20.651Z | Downloaded russh-keys v0.43.0 |
1408 | 2024-08-11T07:08:20.663Z | Downloaded rust-argon2 v2.1.0 |
1409 | 2024-08-11T07:08:20.668Z | Downloaded rstest v0.19.0 |
1410 | 2024-08-11T07:08:20.671Z | Downloaded hyper-rustls v0.26.0 |
1411 | 2024-08-11T07:08:20.673Z | Downloaded rand_core v0.5.1 |
1412 | 2024-08-11T07:08:20.676Z | Downloaded libtest-mimic v0.7.3 |
1413 | 2024-08-11T07:08:20.676Z | Downloaded aes-gcm v0.10.3 |
1414 | 2024-08-11T07:08:20.679Z | Downloaded cfg-expr v0.16.0 |
1415 | 2024-08-11T07:08:20.681Z | Downloaded criterion-plot v0.5.0 |
1416 | 2024-08-11T07:08:20.684Z | Downloaded relative-path v1.9.3 |
1417 | 2024-08-11T07:08:20.684Z | Downloaded password-hash v0.4.2 |
1418 | 2024-08-11T07:08:20.686Z | Downloaded dhcproto v0.12.0 |
1419 | 2024-08-11T07:08:20.698Z | Downloaded cast v0.3.0 |
1420 | 2024-08-11T07:08:20.698Z | Downloaded blake2b_simd v1.0.2 |
1421 | 2024-08-11T07:08:20.698Z | Downloaded assert_cmd v2.0.15 |
1422 | 2024-08-11T07:08:20.698Z | Downloaded trybuild v1.0.99 |
1423 | 2024-08-11T07:08:20.698Z | Downloaded rand_distr v0.4.3 |
1424 | 2024-08-11T07:08:20.702Z | Downloaded partial-io v0.5.4 |
1425 | 2024-08-11T07:08:20.702Z | Downloaded p256 v0.13.2 |
1426 | 2024-08-11T07:08:20.704Z | Downloaded hyper-util v0.1.3 |
1427 | 2024-08-11T07:08:20.707Z | Downloaded ed25519-dalek v2.1.1 |
1428 | 2024-08-11T07:08:20.710Z | Downloaded rstest_macros v0.19.0 |
1429 | 2024-08-11T07:08:20.712Z | Downloaded pretty_assertions v1.4.0 |
1430 | 2024-08-11T07:08:20.715Z | Downloaded fancy-regex v0.13.0 |
1431 | 2024-08-11T07:08:20.718Z | Downloaded httptest v0.15.5 |
1432 | 2024-08-11T07:08:20.720Z | Downloaded getrandom v0.1.16 |
1433 | 2024-08-11T07:08:20.723Z | Downloaded tower v0.4.13 |
1434 | 2024-08-11T07:08:20.732Z | Downloaded russh v0.43.0 |
1435 | 2024-08-11T07:08:20.737Z | Downloaded rand v0.7.3 |
1436 | 2024-08-11T07:08:20.741Z | Downloaded p521 v0.13.3 |
1437 | 2024-08-11T07:08:20.744Z | Downloaded plotters v0.3.5 |
1438 | 2024-08-11T07:08:20.752Z | Downloaded hyper v1.3.1 |
1439 | 2024-08-11T07:08:20.758Z | Downloaded guppy v0.17.7 |
1440 | 2024-08-11T07:08:20.763Z | Downloaded criterion v0.5.1 |
1441 | 2024-08-11T07:08:20.769Z | Downloaded aes v0.8.4 |
1442 | 2024-08-11T07:08:21.369Z | Checking cfg-if v1.0.0 |
1443 | 2024-08-11T07:08:21.433Z | Checking libc v0.2.155 |
1444 | 2024-08-11T07:08:21.450Z | Checking serde v1.0.205 |
1445 | 2024-08-11T07:08:21.464Z | Checking memchr v2.7.2 |
1446 | 2024-08-11T07:08:21.485Z | Checking scopeguard v1.2.0 |
1447 | 2024-08-11T07:08:21.488Z | Checking log v0.4.21 |
1448 | 2024-08-11T07:08:21.519Z | Checking itoa v1.0.11 |
1449 | 2024-08-11T07:08:21.539Z | Checking byteorder v1.5.0 |
1450 | 2024-08-11T07:08:21.556Z | Checking smallvec v1.13.2 |
1451 | 2024-08-11T07:08:21.636Z | Checking lock_api v0.4.12 |
1452 | 2024-08-11T07:08:21.716Z | Checking once_cell v1.19.0 |
1453 | 2024-08-11T07:08:21.757Z | Checking pin-project-lite v0.2.14 |
1454 | 2024-08-11T07:08:21.881Z | Checking zeroize v1.7.0 |
1455 | 2024-08-11T07:08:21.905Z | Checking libm v0.2.8 |
1456 | 2024-08-11T07:08:21.962Z | Checking ryu v1.0.18 |
1457 | 2024-08-11T07:08:22.031Z | Checking typenum v1.17.0 |
1458 | 2024-08-11T07:08:22.066Z | Checking spin v0.9.8 |
1459 | 2024-08-11T07:08:22.142Z | Checking thiserror v1.0.63 |
1460 | 2024-08-11T07:08:22.186Z | Checking futures-core v0.3.30 |
1461 | 2024-08-11T07:08:22.282Z | Checking zerocopy v0.7.34 |
1462 | 2024-08-11T07:08:22.312Z | Checking subtle v2.5.0 |
1463 | 2024-08-11T07:08:22.381Z | Checking futures-sink v0.3.30 |
1464 | 2024-08-11T07:08:22.409Z | Checking slab v0.4.9 |
1465 | 2024-08-11T07:08:22.534Z | Checking futures-channel v0.3.30 |
1466 | 2024-08-11T07:08:22.559Z | Checking getrandom v0.2.14 |
1467 | 2024-08-11T07:08:22.559Z | Checking parking_lot_core v0.9.10 |
1468 | 2024-08-11T07:08:22.680Z | Checking signal-hook-registry v1.4.2 |
1469 | 2024-08-11T07:08:22.828Z | Checking rand_core v0.6.4 |
1470 | 2024-08-11T07:08:22.831Z | Checking mio v0.8.11 |
1471 | 2024-08-11T07:08:22.889Z | Checking num-traits v0.2.19 |
1472 | 2024-08-11T07:08:22.892Z | Checking parking_lot v0.12.2 |
1473 | 2024-08-11T07:08:22.937Z | Checking num_cpus v1.16.0 |
1474 | 2024-08-11T07:08:23.055Z | Checking socket2 v0.5.7 |
1475 | 2024-08-11T07:08:23.136Z | Checking futures-task v0.3.30 |
1476 | 2024-08-11T07:08:23.274Z | Checking futures-io v0.3.30 |
1477 | 2024-08-11T07:08:23.379Z | Checking generic-array v0.14.7 |
1478 | 2024-08-11T07:08:23.382Z | Checking pin-utils v0.1.0 |
1479 | 2024-08-11T07:08:23.456Z | Checking const-oid v0.9.6 |
1480 | 2024-08-11T07:08:23.486Z | Checking allocator-api2 v0.2.18 |
1481 | 2024-08-11T07:08:23.505Z | Checking futures-util v0.3.30 |
1482 | 2024-08-11T07:08:23.535Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1483 | 2024-08-11T07:08:23.649Z | Checking ahash v0.8.11 |
1484 | 2024-08-11T07:08:23.849Z | Checking fnv v1.0.7 |
1485 | 2024-08-11T07:08:24.026Z | Checking iana-time-zone v0.1.60 |
1486 | 2024-08-11T07:08:24.135Z | Checking equivalent v1.0.1 |
1487 | 2024-08-11T07:08:24.168Z | Checking ppv-lite86 v0.2.17 |
1488 | 2024-08-11T07:08:24.195Z | Checking hashbrown v0.14.5 |
1489 | 2024-08-11T07:08:24.238Z | Checking tinyvec_macros v0.1.1 |
1490 | 2024-08-11T07:08:24.332Z | Checking tinyvec v1.6.0 |
1491 | 2024-08-11T07:08:24.515Z | Checking crypto-common v0.1.6 |
1492 | 2024-08-11T07:08:24.599Z | Checking block-buffer v0.10.4 |
1493 | 2024-08-11T07:08:24.707Z | Checking cpufeatures v0.2.12 |
1494 | 2024-08-11T07:08:24.816Z | Checking lazy_static v1.5.0 |
1495 | 2024-08-11T07:08:24.840Z | Checking unicode-bidi v0.3.15 |
1496 | 2024-08-11T07:08:24.898Z | Checking rand_chacha v0.3.1 |
1497 | 2024-08-11T07:08:24.942Z | Checking errno v0.3.9 |
1498 | 2024-08-11T07:08:25.134Z | Checking tracing-core v0.1.32 |
1499 | 2024-08-11T07:08:25.306Z | Checking rand v0.8.5 |
1500 | 2024-08-11T07:08:25.344Z | Checking digest v0.10.7 |
1501 | 2024-08-11T07:08:25.431Z | Checking dyn-clone v1.0.17 |
1502 | 2024-08-11T07:08:25.520Z | Checking regex-syntax v0.8.4 |
1503 | 2024-08-11T07:08:25.569Z | Checking percent-encoding v2.3.1 |
1504 | 2024-08-11T07:08:25.632Z | Checking unicode-normalization v0.1.23 |
1505 | 2024-08-11T07:08:25.728Z | Checking aho-corasick v1.1.3 |
1506 | 2024-08-11T07:08:25.767Z | Checking unicode-ident v1.0.12 |
1507 | 2024-08-11T07:08:25.770Z | Checking tracing v0.1.40 |
1508 | 2024-08-11T07:08:25.946Z | Checking form_urlencoded v1.2.1 |
1509 | 2024-08-11T07:08:26.119Z | Checking powerfmt v0.2.0 |
1510 | 2024-08-11T07:08:26.158Z | Checking unicode-width v0.1.13 |
1511 | 2024-08-11T07:08:26.353Z | Checking time-core v0.1.2 |
1512 | 2024-08-11T07:08:26.389Z | Checking deranged v0.3.11 |
1513 | 2024-08-11T07:08:26.465Z | Checking bytes v1.7.1 |
1514 | 2024-08-11T07:08:26.516Z | Checking bitflags v2.6.0 |
1515 | 2024-08-11T07:08:26.543Z | Checking serde_json v1.0.122 |
1516 | 2024-08-11T07:08:26.546Z | Checking chrono v0.4.38 |
1517 | 2024-08-11T07:08:26.807Z | Checking uuid v1.10.0 |
1518 | 2024-08-11T07:08:27.317Z | Checking tokio v1.38.1 |
1519 | 2024-08-11T07:08:27.322Z | Checking indexmap v2.3.0 |
1520 | 2024-08-11T07:08:27.440Z | Checking rustix v0.38.34 |
1521 | 2024-08-11T07:08:28.114Z | Checking num_threads v0.1.7 |
1522 | 2024-08-11T07:08:28.199Z | Checking num-conv v0.1.0 |
1523 | 2024-08-11T07:08:28.240Z | Checking proc-macro2 v1.0.86 |
1524 | 2024-08-11T07:08:28.441Z | Checking time v0.3.36 |
1525 | 2024-08-11T07:08:28.608Z | Checking schemars v0.8.21 |
1526 | 2024-08-11T07:08:28.611Z | Checking httparse v1.8.0 |
1527 | 2024-08-11T07:08:28.651Z | Checking regex-automata v0.4.6 |
1528 | 2024-08-11T07:08:28.886Z | Checking adler v1.0.2 |
1529 | 2024-08-11T07:08:29.019Z | Checking quote v1.0.36 |
1530 | 2024-08-11T07:08:29.041Z | Checking miniz_oxide v0.7.2 |
1531 | 2024-08-11T07:08:29.353Z | Checking http v0.2.12 |
1532 | 2024-08-11T07:08:29.388Z | Checking idna v0.5.0 |
1533 | 2024-08-11T07:08:29.754Z | Checking syn v2.0.72 |
1534 | 2024-08-11T07:08:30.186Z | Checking untrusted v0.9.0 |
1535 | 2024-08-11T07:08:30.306Z | Checking url v2.5.2 |
1536 | 2024-08-11T07:08:30.329Z | Checking ring v0.17.8 |
1537 | 2024-08-11T07:08:30.694Z | Checking try-lock v0.2.5 |
1538 | 2024-08-11T07:08:30.748Z | Checking base64ct v1.6.0 |
1539 | 2024-08-11T07:08:30.843Z | Checking want v0.3.1 |
1540 | 2024-08-11T07:08:31.021Z | Checking slog v2.7.0 |
1541 | 2024-08-11T07:08:31.023Z | Checking tower-service v0.3.2 |
1542 | 2024-08-11T07:08:31.165Z | Checking futures-executor v0.3.30 |
1543 | 2024-08-11T07:08:31.189Z | Checking gimli v0.28.1 |
1544 | 2024-08-11T07:08:31.401Z | Checking object v0.32.2 |
1545 | 2024-08-11T07:08:31.496Z | Checking utf8parse v0.2.1 |
1546 | 2024-08-11T07:08:31.648Z | Checking rustc-demangle v0.1.24 |
1547 | 2024-08-11T07:08:32.054Z | Checking base64 v0.21.7 |
1548 | 2024-08-11T07:08:32.087Z | Checking httpdate v1.0.3 |
1549 | 2024-08-11T07:08:32.287Z | Checking futures v0.3.30 |
1550 | 2024-08-11T07:08:32.405Z | Checking http-body v0.4.6 |
1551 | 2024-08-11T07:08:32.498Z | Checking foreign-types-shared v0.1.1 |
1552 | 2024-08-11T07:08:32.607Z | Checking openssl-probe v0.1.5 |
1553 | 2024-08-11T07:08:32.757Z | Checking foreign-types v0.3.2 |
1554 | 2024-08-11T07:08:32.778Z | Checking pem-rfc7468 v0.7.0 |
1555 | 2024-08-11T07:08:32.849Z | Checking openssl-sys v0.9.103 |
1556 | 2024-08-11T07:08:32.945Z | Checking regex v1.10.6 |
1557 | 2024-08-11T07:08:33.041Z | Checking mime v0.3.17 |
1558 | 2024-08-11T07:08:33.385Z | Checking anstyle v1.0.8 |
1559 | 2024-08-11T07:08:33.474Z | Checking ipnet v2.9.0 |
1560 | 2024-08-11T07:08:33.736Z | Checking flagset v0.4.5 |
1561 | 2024-08-11T07:08:33.924Z | Checking der v0.7.9 |
1562 | 2024-08-11T07:08:33.942Z | Checking semver v1.0.23 |
1563 | 2024-08-11T07:08:34.007Z | Checking either v1.13.0 |
1564 | 2024-08-11T07:08:34.031Z | Checking openssl v0.10.66 |
1565 | 2024-08-11T07:08:34.111Z | Checking tokio-util v0.7.11 |
1566 | 2024-08-11T07:08:34.359Z | Checking rustls-webpki v0.101.7 |
1567 | 2024-08-11T07:08:34.388Z | Checking sct v0.7.1 |
1568 | 2024-08-11T07:08:34.614Z | Checking serde_spanned v0.6.7 |
1569 | 2024-08-11T07:08:34.798Z | Checking addr2line v0.21.0 |
1570 | 2024-08-11T07:08:34.820Z | Checking toml_datetime v0.6.8 |
1571 | 2024-08-11T07:08:34.970Z | Checking h2 v0.3.26 |
1572 | 2024-08-11T07:08:35.078Z | Checking crossbeam-utils v0.8.19 |
1573 | 2024-08-11T07:08:35.101Z | Checking data-encoding v2.6.0 |
1574 | 2024-08-11T07:08:35.306Z | Checking rustls v0.21.12 |
1575 | 2024-08-11T07:08:35.765Z | Checking anstyle-parse v0.2.4 |
1576 | 2024-08-11T07:08:35.772Z | Checking idna v0.3.0 |
1577 | 2024-08-11T07:08:35.772Z | Checking serde_urlencoded v0.7.1 |
1578 | 2024-08-11T07:08:35.794Z | Checking spki v0.7.3 |
1579 | 2024-08-11T07:08:35.958Z | Checking scroll v0.12.0 |
1580 | 2024-08-11T07:08:36.085Z | Checking encoding_rs v0.8.34 |
1581 | 2024-08-11T07:08:36.158Z | Checking colorchoice v1.0.1 |
1582 | 2024-08-11T07:08:36.289Z | Checking is_terminal_polyfill v1.70.0 |
1583 | 2024-08-11T07:08:36.407Z | Checking ucd-trie v0.1.6 |
1584 | 2024-08-11T07:08:36.431Z | Checking plain v0.2.3 |
1585 | 2024-08-11T07:08:36.564Z | Checking bitflags v1.3.2 |
1586 | 2024-08-11T07:08:36.589Z | Checking anstyle-query v1.0.3 |
1587 | 2024-08-11T07:08:36.611Z | Checking psl-types v2.0.11 |
1588 | 2024-08-11T07:08:36.667Z | Checking pest v2.7.10 |
1589 | 2024-08-11T07:08:36.713Z | Checking anstream v0.6.14 |
1590 | 2024-08-11T07:08:36.790Z | Checking publicsuffix v2.2.3 |
1591 | 2024-08-11T07:08:37.034Z | Checking goblin v0.8.2 |
1592 | 2024-08-11T07:08:37.063Z | Checking pkcs8 v0.10.2 |
1593 | 2024-08-11T07:08:37.106Z | Checking backtrace v0.3.71 |
1594 | 2024-08-11T07:08:37.307Z | Checking cookie v0.17.0 |
1595 | 2024-08-11T07:08:37.690Z | Checking anyhow v1.0.86 |
1596 | 2024-08-11T07:08:37.747Z | Checking terminal_size v0.3.0 |
1597 | 2024-08-11T07:08:37.918Z | Checking sha2 v0.10.8 |
1598 | 2024-08-11T07:08:38.048Z | Checking hmac v0.12.1 |
1599 | 2024-08-11T07:08:38.278Z | Checking strsim v0.11.1 |
1600 | 2024-08-11T07:08:38.372Z | Checking pretty-hex v0.4.1 |
1601 | 2024-08-11T07:08:38.450Z | Checking clap_lex v0.7.0 |
1602 | 2024-08-11T07:08:38.498Z | Checking tokio-rustls v0.24.1 |
1603 | 2024-08-11T07:08:38.549Z | Checking cookie_store v0.20.0 |
1604 | 2024-08-11T07:08:38.575Z | Checking rustls-pemfile v1.0.4 |
1605 | 2024-08-11T07:08:38.712Z | Checking clap_builder v4.5.15 |
1606 | 2024-08-11T07:08:38.762Z | Checking num-integer v0.1.46 |
1607 | 2024-08-11T07:08:38.863Z | Checking thread-id v4.2.1 |
1608 | 2024-08-11T07:08:38.983Z | Checking webpki-roots v0.25.4 |
1609 | 2024-08-11T07:08:39.149Z | Checking sync_wrapper v0.1.2 |
1610 | 2024-08-11T07:08:39.174Z | Checking openapiv3 v2.0.0 |
1611 | 2024-08-11T07:08:39.177Z | Checking dtrace-parser v0.2.0 |
1612 | 2024-08-11T07:08:39.236Z | Checking block-padding v0.3.3 |
1613 | 2024-08-11T07:08:39.273Z | Checking memmap v0.7.0 |
1614 | 2024-08-11T07:08:39.449Z | Checking base64 v0.22.1 |
1615 | 2024-08-11T07:08:39.493Z | Checking inout v0.1.3 |
1616 | 2024-08-11T07:08:39.612Z | Checking native-tls v0.2.11 |
1617 | 2024-08-11T07:08:39.657Z | Checking stable_deref_trait v1.2.0 |
1618 | 2024-08-11T07:08:39.732Z | Checking cipher v0.4.4 |
1619 | 2024-08-11T07:08:39.769Z | Checking ff v0.13.0 |
1620 | 2024-08-11T07:08:39.933Z | Checking tokio-native-tls v0.3.1 |
1621 | 2024-08-11T07:08:39.937Z | Checking crc32fast v1.4.0 |
1622 | 2024-08-11T07:08:39.989Z | Checking base16ct v0.2.0 |
1623 | 2024-08-11T07:08:40.126Z | Checking bit-vec v0.6.3 |
1624 | 2024-08-11T07:08:40.183Z | Checking sec1 v0.7.3 |
1625 | 2024-08-11T07:08:40.202Z | Checking group v0.13.0 |
1626 | 2024-08-11T07:08:40.205Z | Checking hkdf v0.12.4 |
1627 | 2024-08-11T07:08:40.423Z | Checking crossbeam-epoch v0.9.18 |
1628 | 2024-08-11T07:08:40.445Z | Checking hex v0.4.3 |
1629 | 2024-08-11T07:08:40.468Z | Checking crypto-bigint v0.5.5 |
1630 | 2024-08-11T07:08:40.556Z | Checking winnow v0.6.18 |
1631 | 2024-08-11T07:08:40.831Z | Checking winnow v0.5.40 |
1632 | 2024-08-11T07:08:40.938Z | Checking managed v0.8.0 |
1633 | 2024-08-11T07:08:41.263Z | Checking hyper v0.14.30 |
1634 | 2024-08-11T07:08:41.349Z | Checking unicode-segmentation v1.11.0 |
1635 | 2024-08-11T07:08:41.754Z | Checking clap v4.5.15 |
1636 | 2024-08-11T07:08:41.888Z | Checking signal-hook v0.3.17 |
1637 | 2024-08-11T07:08:42.038Z | Checking zerocopy v0.6.6 |
1638 | 2024-08-11T07:08:42.108Z | Checking dof v0.3.0 |
1639 | 2024-08-11T07:08:42.213Z | Checking flate2 v1.0.31 |
1640 | 2024-08-11T07:08:42.686Z | Checking num-iter v0.1.45 |
1641 | 2024-08-11T07:08:42.710Z | Checking usdt-impl v0.5.0 |
1642 | 2024-08-11T07:08:42.834Z | Checking mio v1.0.1 |
1643 | 2024-08-11T07:08:42.836Z | Checking static_assertions v1.1.0 |
1644 | 2024-08-11T07:08:42.879Z | Checking matches v0.1.10 |
1645 | 2024-08-11T07:08:42.956Z | Checking siphasher v0.3.11 |
1646 | 2024-08-11T07:08:42.978Z | Checking idna v0.2.3 |
1647 | 2024-08-11T07:08:43.252Z | Checking usdt v0.5.0 |
1648 | 2024-08-11T07:08:43.277Z | Checking itertools v0.10.5 |
1649 | 2024-08-11T07:08:43.300Z | Checking elliptic-curve v0.13.8 |
1650 | 2024-08-11T07:08:43.417Z | Checking signal-hook-mio v0.2.4 |
1651 | 2024-08-11T07:08:43.490Z | Checking regex-automata v0.1.10 |
1652 | 2024-08-11T07:08:43.560Z | Checking toml_edit v0.22.20 |
1653 | 2024-08-11T07:08:43.581Z | Checking bit-set v0.5.3 |
1654 | 2024-08-11T07:08:43.762Z | Checking toml_edit v0.19.15 |
1655 | 2024-08-11T07:08:43.808Z | Checking trust-dns-proto v0.22.0 |
1656 | 2024-08-11T07:08:43.831Z | Checking num-bigint v0.4.5 |
1657 | 2024-08-11T07:08:43.895Z | Checking bstr v0.2.17 |
1658 | 2024-08-11T07:08:43.942Z | Checking itertools v0.12.1 |
1659 | 2024-08-11T07:08:44.714Z | Checking hash32 v0.2.1 |
1660 | 2024-08-11T07:08:45.032Z | Checking predicates-core v1.0.6 |
1661 | 2024-08-11T07:08:45.231Z | Checking finl_unicode v1.2.0 |
1662 | 2024-08-11T07:08:45.544Z | Checking heapless v0.7.17 |
1663 | 2024-08-11T07:08:45.818Z | Checking stringprep v0.1.4 |
1664 | 2024-08-11T07:08:46.087Z | Checking bstr v1.9.1 |
1665 | 2024-08-11T07:08:46.301Z | Checking toml v0.7.8 |
1666 | 2024-08-11T07:08:46.337Z | Checking console v0.15.8 |
1667 | 2024-08-11T07:08:46.366Z | Checking yasna v0.5.2 |
1668 | 2024-08-11T07:08:46.594Z | Checking md-5 v0.10.6 |
1669 | 2024-08-11T07:08:46.616Z | Checking float-cmp v0.9.0 |
1670 | 2024-08-11T07:08:46.820Z | Checking normalize-line-endings v0.3.0 |
1671 | 2024-08-11T07:08:46.842Z | Checking difflib v0.4.0 |
1672 | 2024-08-11T07:08:46.888Z | Checking fallible-iterator v0.2.0 |
1673 | 2024-08-11T07:08:46.939Z | Checking fixedbitset v0.4.2 |
1674 | 2024-08-11T07:08:46.974Z | Checking smoltcp v0.9.1 |
1675 | 2024-08-11T07:08:47.050Z | Checking similar v2.5.0 |
1676 | 2024-08-11T07:08:47.151Z | Checking predicates v3.1.2 |
1677 | 2024-08-11T07:08:47.220Z | Checking petgraph v0.6.5 |
1678 | 2024-08-11T07:08:47.272Z | Checking phf_shared v0.11.2 |
1679 | 2024-08-11T07:08:47.390Z | Checking hyper-tls v0.5.0 |
1680 | 2024-08-11T07:08:47.484Z | Checking hyper-rustls v0.24.2 |
1681 | 2024-08-11T07:08:47.562Z | Checking postgres-protocol v0.6.7 |
1682 | 2024-08-11T07:08:47.686Z | Checking phf_shared v0.10.0 |
1683 | 2024-08-11T07:08:47.777Z | Checking reqwest v0.11.27 |
1684 | 2024-08-11T07:08:47.801Z | Checking fs-err v2.11.0 |
1685 | 2024-08-11T07:08:47.825Z | Checking tokio-stream v0.1.15 |
1686 | 2024-08-11T07:08:47.894Z | Checking hubpack v0.1.2 |
1687 | 2024-08-11T07:08:47.946Z | Checking lalrpop-util v0.19.12 |
1688 | 2024-08-11T07:08:48.209Z | Checking new_debug_unreachable v1.0.6 |
1689 | 2024-08-11T07:08:48.244Z | Checking precomputed-hash v0.1.1 |
1690 | 2024-08-11T07:08:48.269Z | Checking minimal-lexical v0.2.1 |
1691 | 2024-08-11T07:08:48.303Z | Checking postgres-types v0.2.7 |
1692 | 2024-08-11T07:08:48.327Z | Checking phf v0.11.2 |
1693 | 2024-08-11T07:08:48.369Z | Checking string_cache v0.8.7 |
1694 | 2024-08-11T07:08:48.427Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1695 | 2024-08-11T07:08:48.608Z | Checking whoami v1.5.1 |
1696 | 2024-08-11T07:08:48.612Z | Checking peg-runtime v0.8.3 |
1697 | 2024-08-11T07:08:48.653Z | Checking nom v7.1.3 |
1698 | 2024-08-11T07:08:48.803Z | Compiling regress v0.9.1 |
1699 | 2024-08-11T07:08:48.859Z | Compiling getopts v0.2.21 |
1700 | 2024-08-11T07:08:48.930Z | Compiling unsafe-libyaml v0.2.11 |
1701 | 2024-08-11T07:08:48.991Z | Checking tokio-postgres v0.7.11 |
1702 | 2024-08-11T07:08:49.417Z | Checking heck v0.5.0 |
1703 | 2024-08-11T07:08:49.627Z | Checking camino v1.1.7 |
1704 | 2024-08-11T07:08:50.236Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1705 | 2024-08-11T07:08:50.555Z | Compiling serde_yaml v0.9.34+deprecated |
1706 | 2024-08-11T07:08:50.591Z | Checking is-terminal v0.4.12 |
1707 | 2024-08-11T07:08:50.722Z | Compiling ident_case v1.0.1 |
1708 | 2024-08-11T07:08:50.912Z | Compiling darling_core v0.20.9 |
1709 | 2024-08-11T07:08:51.262Z | Compiling paste v1.0.15 |
1710 | 2024-08-11T07:08:51.554Z | Checking sha1 v0.10.6 |
1711 | 2024-08-11T07:08:51.850Z | Compiling rustls v0.22.4 |
1712 | 2024-08-11T07:08:51.906Z | Checking http v1.1.0 |
1713 | 2024-08-11T07:08:52.184Z | Checking dirs-sys-next v0.1.2 |
1714 | 2024-08-11T07:08:52.379Z | Checking dirs-next v2.0.0 |
1715 | 2024-08-11T07:08:52.515Z | Checking strum v0.26.3 |
1716 | 2024-08-11T07:08:52.677Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1717 | 2024-08-11T07:08:53.174Z | Checking crossbeam-channel v0.5.12 |
1718 | 2024-08-11T07:08:53.246Z | Checking thread_local v1.1.8 |
1719 | 2024-08-11T07:08:53.541Z | Checking term v0.7.0 |
1720 | 2024-08-11T07:08:53.584Z | Compiling multer v3.1.0 |
1721 | 2024-08-11T07:08:53.901Z | Checking take_mut v0.2.2 |
1722 | 2024-08-11T07:08:53.978Z | Checking slog-term v2.9.1 |
1723 | 2024-08-11T07:08:53.981Z | Compiling async-stream-impl v0.3.5 |
1724 | 2024-08-11T07:08:54.061Z | Checking match_cfg v0.1.0 |
1725 | 2024-08-11T07:08:54.085Z | Checking slog-async v2.8.0 |
1726 | 2024-08-11T07:08:54.167Z | Checking rustls-pki-types v1.7.0 |
1727 | 2024-08-11T07:08:54.390Z | Checking hostname v0.3.1 |
1728 | 2024-08-11T07:08:54.495Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1729 | 2024-08-11T07:08:54.555Z | Checking toml v0.8.19 |
1730 | 2024-08-11T07:08:54.629Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1731 | 2024-08-11T07:08:54.672Z | Checking rustls-webpki v0.102.4 |
1732 | 2024-08-11T07:08:54.893Z | Checking rustls-pemfile v2.1.3 |
1733 | 2024-08-11T07:08:55.126Z | Checking debug-ignore v1.0.5 |
1734 | 2024-08-11T07:08:55.280Z | Checking slog-json v2.6.1 |
1735 | 2024-08-11T07:08:55.342Z | Checking ipnetwork v0.20.0 |
1736 | 2024-08-11T07:08:55.440Z | Checking instant v0.1.12 |
1737 | 2024-08-11T07:08:55.533Z | Checking atomic-waker v1.1.2 |
1738 | 2024-08-11T07:08:55.568Z | Checking slog-bunyan v2.5.0 |
1739 | 2024-08-11T07:08:55.671Z | Checking waitgroup v0.1.2 |
1740 | 2024-08-11T07:08:55.710Z | Checking async-stream v0.3.5 |
1741 | 2024-08-11T07:08:55.754Z | Checking serde_path_to_error v0.1.16 |
1742 | 2024-08-11T07:08:55.806Z | Checking hostname v0.4.0 |
1743 | 2024-08-11T07:08:55.905Z | Checking fastrand v2.1.0 |
1744 | 2024-08-11T07:08:55.950Z | Compiling structmeta-derive v0.3.0 |
1745 | 2024-08-11T07:08:56.130Z | Checking quick-error v1.2.3 |
1746 | 2024-08-11T07:08:56.249Z | Checking tempfile v3.10.1 |
1747 | 2024-08-11T07:08:56.282Z | Checking newtype-uuid v1.1.0 |
1748 | 2024-08-11T07:08:56.362Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1749 | 2024-08-11T07:08:56.544Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1750 | 2024-08-11T07:08:56.595Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1751 | 2024-08-11T07:08:56.901Z | Checking macaddr v1.0.1 |
1752 | 2024-08-11T07:08:57.152Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1753 | 2024-08-11T07:08:57.262Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1754 | 2024-08-11T07:08:57.297Z | Checking backoff v0.4.0 |
1755 | 2024-08-11T07:08:57.361Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1756 | 2024-08-11T07:08:57.523Z | Checking wait-timeout v0.2.0 |
1757 | 2024-08-11T07:08:57.599Z | Checking rand_xorshift v0.3.0 |
1758 | 2024-08-11T07:08:57.618Z | Compiling structmeta-derive v0.2.0 |
1759 | 2024-08-11T07:08:57.715Z | Checking rusty-fork v0.3.0 |
1760 | 2024-08-11T07:08:57.773Z | Checking unarray v0.1.4 |
1761 | 2024-08-11T07:08:57.796Z | Compiling darling_macro v0.20.9 |
1762 | 2024-08-11T07:08:57.925Z | Compiling proc-macro-error v1.0.4 |
1763 | 2024-08-11T07:08:58.016Z | Checking proptest v1.5.0 |
1764 | 2024-08-11T07:08:58.626Z | Checking camino-tempfile v1.1.1 |
1765 | 2024-08-11T07:08:58.710Z | Compiling proc-macro-crate v1.3.1 |
1766 | 2024-08-11T07:08:58.759Z | Compiling darling v0.20.9 |
1767 | 2024-08-11T07:08:58.882Z | Compiling serde_with_macros v3.8.3 |
1768 | 2024-08-11T07:08:58.904Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1769 | 2024-08-11T07:08:58.925Z | Compiling structmeta v0.3.0 |
1770 | 2024-08-11T07:08:59.173Z | Checking tokio-rustls v0.25.0 |
1771 | 2024-08-11T07:08:59.313Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1772 | 2024-08-11T07:08:59.364Z | Compiling parse-display-derive v0.10.0 |
1773 | 2024-08-11T07:08:59.711Z | Compiling foreign-types-macros v0.2.3 |
1774 | 2024-08-11T07:08:59.877Z | Compiling num_enum_derive v0.5.11 |
1775 | 2024-08-11T07:09:00.597Z | Compiling structmeta v0.2.0 |
1776 | 2024-08-11T07:09:01.001Z | Checking foreign-types-shared v0.3.1 |
1777 | 2024-08-11T07:09:01.072Z | Compiling test-strategy v0.3.1 |
1778 | 2024-08-11T07:09:01.129Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1779 | 2024-08-11T07:09:01.469Z | Checking foreign-types v0.5.0 |
1780 | 2024-08-11T07:09:01.937Z | Checking cstr-argument v0.1.2 |
1781 | 2024-08-11T07:09:01.961Z | Checking serde_with v3.8.3 |
1782 | 2024-08-11T07:09:02.127Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1783 | 2024-08-11T07:09:02.606Z | Checking num_enum v0.5.11 |
1784 | 2024-08-11T07:09:02.775Z | Checking pretty-hex v0.2.1 |
1785 | 2024-08-11T07:09:02.829Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1786 | 2024-08-11T07:09:02.957Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1787 | 2024-08-11T07:09:03.166Z | Checking tabwriter v1.4.0 |
1788 | 2024-08-11T07:09:03.204Z | Checking colored v2.1.0 |
1789 | 2024-08-11T07:09:03.233Z | Checking socket2 v0.4.10 |
1790 | 2024-08-11T07:09:03.415Z | Checking smf v0.2.3 |
1791 | 2024-08-11T07:09:03.473Z | Checking termtree v0.4.1 |
1792 | 2024-08-11T07:09:03.508Z | Compiling heapless v0.8.0 |
1793 | 2024-08-11T07:09:03.665Z | Checking hash32 v0.3.1 |
1794 | 2024-08-11T07:09:03.692Z | Checking predicates-tree v1.0.9 |
1795 | 2024-08-11T07:09:03.852Z | Compiling smoltcp v0.11.0 |
1796 | 2024-08-11T07:09:03.874Z | Checking embedded-io v0.4.0 |
1797 | 2024-08-11T07:09:03.877Z | Checking cobs v0.2.3 |
1798 | 2024-08-11T07:09:04.066Z | Compiling crucible-workspace-hack v0.1.0 |
1799 | 2024-08-11T07:09:04.090Z | Checking postcard v1.0.8 |
1800 | 2024-08-11T07:09:04.126Z | Checking parse-display v0.10.0 |
1801 | 2024-08-11T07:09:04.373Z | Checking sigpipe v0.1.3 |
1802 | 2024-08-11T07:09:04.397Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1803 | 2024-08-11T07:09:04.529Z | Checking humantime v2.1.0 |
1804 | 2024-08-11T07:09:04.654Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1805 | 2024-08-11T07:09:04.835Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1806 | 2024-08-11T07:09:04.838Z | Compiling mockall_derive v0.13.0 |
1807 | 2024-08-11T07:09:04.880Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1808 | 2024-08-11T07:09:04.918Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1809 | 2024-08-11T07:09:04.989Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1810 | 2024-08-11T07:09:05.231Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1811 | 2024-08-11T07:09:05.234Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1812 | 2024-08-11T07:09:05.398Z | Compiling num-derive v0.4.2 |
1813 | 2024-08-11T07:09:05.599Z | Checking fragile v2.0.0 |
1814 | 2024-08-11T07:09:05.745Z | Checking downcast v0.11.0 |
1815 | 2024-08-11T07:09:05.879Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1816 | 2024-08-11T07:09:05.949Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1817 | 2024-08-11T07:09:06.222Z | Checking arc-swap v1.7.1 |
1818 | 2024-08-11T07:09:06.252Z | Checking xattr v1.3.1 |
1819 | 2024-08-11T07:09:06.450Z | Checking filetime v0.2.24 |
1820 | 2024-08-11T07:09:06.648Z | Checking slog-scope v4.4.0 |
1821 | 2024-08-11T07:09:06.671Z | Checking termcolor v1.4.1 |
1822 | 2024-08-11T07:09:06.799Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1823 | 2024-08-11T07:09:06.839Z | Checking slog-stdlog v4.1.1 |
1824 | 2024-08-11T07:09:06.984Z | Checking tar v0.4.41 |
1825 | 2024-08-11T07:09:07.019Z | Checking slog-envlogger v2.2.0 |
1826 | 2024-08-11T07:09:07.087Z | Checking same-file v1.0.6 |
1827 | 2024-08-11T07:09:07.246Z | Checking newline-converter v0.3.0 |
1828 | 2024-08-11T07:09:07.266Z | Checking walkdir v2.5.0 |
1829 | 2024-08-11T07:09:07.413Z | Checking expectorate v1.1.0 |
1830 | 2024-08-11T07:09:07.539Z | Checking utf-8 v0.7.6 |
1831 | 2024-08-11T07:09:07.574Z | Checking atty v0.2.14 |
1832 | 2024-08-11T07:09:07.598Z | Compiling derive-where v1.2.7 |
1833 | 2024-08-11T07:09:07.713Z | Checking pem v3.0.4 |
1834 | 2024-08-11T07:09:07.715Z | Checking password-hash v0.5.0 |
1835 | 2024-08-11T07:09:07.762Z | Checking tungstenite v0.21.0 |
1836 | 2024-08-11T07:09:07.825Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1837 | 2024-08-11T07:09:07.974Z | Checking blake2 v0.10.6 |
1838 | 2024-08-11T07:09:08.170Z | Checking tungstenite v0.20.1 |
1839 | 2024-08-11T07:09:08.286Z | Checking env_logger v0.9.3 |
1840 | 2024-08-11T07:09:08.364Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-11T07:09:08.396Z | Checking argon2 v0.5.3 |
1842 | 2024-08-11T07:09:08.689Z | Checking tokio-tungstenite v0.21.0 |
1843 | 2024-08-11T07:09:08.749Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1844 | 2024-08-11T07:09:09.060Z | Checking tokio-tungstenite v0.20.1 |
1845 | 2024-08-11T07:09:09.105Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1846 | 2024-08-11T07:09:09.127Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1847 | 2024-08-11T07:09:09.164Z | Compiling bitstruct_derive v0.1.0 |
1848 | 2024-08-11T07:09:09.232Z | Checking ascii v1.1.0 |
1849 | 2024-08-11T07:09:09.545Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1850 | 2024-08-11T07:09:09.591Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1851 | 2024-08-11T07:09:09.692Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1852 | 2024-08-11T07:09:09.712Z | Checking atomicwrites v0.4.3 |
1853 | 2024-08-11T07:09:09.834Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-08-11T07:09:09.880Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1855 | 2024-08-11T07:09:09.924Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1856 | 2024-08-11T07:09:10.149Z | Checking serde_arrays v0.1.0 |
1857 | 2024-08-11T07:09:10.204Z | Checking erased-serde v0.3.31 |
1858 | 2024-08-11T07:09:10.313Z | Compiling heck v0.3.3 |
1859 | 2024-08-11T07:09:10.589Z | Checking bitstruct v0.1.1 |
1860 | 2024-08-11T07:09:10.611Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1861 | 2024-08-11T07:09:10.707Z | Checking headers-core v0.2.0 |
1862 | 2024-08-11T07:09:10.750Z | Compiling zone_cfg_derive v0.1.2 |
1863 | 2024-08-11T07:09:11.252Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1864 | 2024-08-11T07:09:11.254Z | Checking base64 v0.13.1 |
1865 | 2024-08-11T07:09:11.306Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1866 | 2024-08-11T07:09:11.575Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1867 | 2024-08-11T07:09:11.672Z | Checking ron v0.7.1 |
1868 | 2024-08-11T07:09:11.863Z | Checking headers v0.3.9 |
1869 | 2024-08-11T07:09:12.255Z | Checking zone v0.1.8 |
1870 | 2024-08-11T07:09:12.711Z | Checking rcgen v0.12.1 |
1871 | 2024-08-11T07:09:12.830Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1872 | 2024-08-11T07:09:12.930Z | Checking portpicker v0.1.1 |
1873 | 2024-08-11T07:09:12.990Z | Compiling convert_case v0.4.0 |
1874 | 2024-08-11T07:09:13.066Z | Checking subprocess v0.2.9 |
1875 | 2024-08-11T07:09:13.069Z | Checking half v2.4.1 |
1876 | 2024-08-11T07:09:13.180Z | Compiling rayon-core v1.12.1 |
1877 | 2024-08-11T07:09:13.316Z | Checking mockall v0.13.0 |
1878 | 2024-08-11T07:09:13.364Z | Checking ciborium-io v0.2.2 |
1879 | 2024-08-11T07:09:13.503Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1880 | 2024-08-11T07:09:13.526Z | Compiling prettyplease v0.2.20 |
1881 | 2024-08-11T07:09:13.554Z | Checking ciborium-ll v0.2.2 |
1882 | 2024-08-11T07:09:13.577Z | Checking swrite v0.1.0 |
1883 | 2024-08-11T07:09:13.632Z | Compiling home v0.5.9 |
1884 | 2024-08-11T07:09:13.698Z | Compiling semver v0.1.20 |
1885 | 2024-08-11T07:09:13.851Z | Checking ciborium v0.2.2 |
1886 | 2024-08-11T07:09:13.879Z | Checking linked-hash-map v0.5.6 |
1887 | 2024-08-11T07:09:13.911Z | Compiling ring v0.16.20 |
1888 | 2024-08-11T07:09:13.974Z | Compiling derive_more v0.99.18 |
1889 | 2024-08-11T07:09:14.226Z | Checking lru-cache v0.1.2 |
1890 | 2024-08-11T07:09:14.374Z | Compiling rustc_version v0.1.7 |
1891 | 2024-08-11T07:09:14.423Z | Compiling blake3 v1.5.1 |
1892 | 2024-08-11T07:09:14.657Z | Compiling cancel-safe-futures v0.1.5 |
1893 | 2024-08-11T07:09:14.900Z | Compiling newtype_derive v0.1.6 |
1894 | 2024-08-11T07:09:15.099Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1895 | 2024-08-11T07:09:15.412Z | Checking steno v0.4.1 |
1896 | 2024-08-11T07:09:15.814Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1897 | 2024-08-11T07:09:15.962Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1898 | 2024-08-11T07:09:16.348Z | Checking num-rational v0.4.2 |
1899 | 2024-08-11T07:09:16.989Z | Checking itertools v0.13.0 |
1900 | 2024-08-11T07:09:17.723Z | Checking num-complex v0.4.6 |
1901 | 2024-08-11T07:09:17.747Z | Compiling slog-dtrace v0.3.0 |
1902 | 2024-08-11T07:09:18.412Z | Checking float-ord v0.3.2 |
1903 | 2024-08-11T07:09:18.644Z | Checking num v0.4.3 |
1904 | 2024-08-11T07:09:18.782Z | Checking resolv-conf v0.7.0 |
1905 | 2024-08-11T07:09:19.131Z | Checking trust-dns-resolver v0.22.0 |
1906 | 2024-08-11T07:09:19.184Z | Checking libsw v3.3.1 |
1907 | 2024-08-11T07:09:19.918Z | Checking owo-colors v4.0.0 |
1908 | 2024-08-11T07:09:20.182Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-11T07:09:20.493Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-08-11T07:09:20.735Z | Checking linear-map v1.2.0 |
1911 | 2024-08-11T07:09:22.254Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1912 | 2024-08-11T07:09:23.003Z | Compiling crossbeam-deque v0.8.5 |
1913 | 2024-08-11T07:09:24.271Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1914 | 2024-08-11T07:09:24.998Z | Compiling memmap2 v0.9.4 |
1915 | 2024-08-11T07:09:25.204Z | Compiling arrayvec v0.7.4 |
1916 | 2024-08-11T07:09:25.475Z | Compiling arrayref v0.3.7 |
1917 | 2024-08-11T07:09:25.590Z | Compiling rayon v1.10.0 |
1918 | 2024-08-11T07:09:25.636Z | Compiling constant_time_eq v0.3.0 |
1919 | 2024-08-11T07:09:25.834Z | Compiling untrusted v0.7.1 |
1920 | 2024-08-11T07:09:26.030Z | Compiling spin v0.5.2 |
1921 | 2024-08-11T07:09:26.555Z | Compiling toolchain_find v0.4.0 |
1922 | 2024-08-11T07:09:26.680Z | Compiling topological-sort v0.2.2 |
1923 | 2024-08-11T07:09:26.919Z | Compiling rustfmt-wrapper v0.2.1 |
1924 | 2024-08-11T07:09:26.922Z | Checking signature v2.2.0 |
1925 | 2024-08-11T07:09:27.152Z | Checking display-error-chain v0.2.0 |
1926 | 2024-08-11T07:09:27.222Z | Checking nibble_vec v0.1.0 |
1927 | 2024-08-11T07:09:27.312Z | Checking endian-type v0.1.2 |
1928 | 2024-08-11T07:09:27.414Z | Checking gethostname v0.5.0 |
1929 | 2024-08-11T07:09:27.524Z | Checking radix_trie v0.2.1 |
1930 | 2024-08-11T07:09:27.544Z | Checking fxhash v0.2.1 |
1931 | 2024-08-11T07:09:27.565Z | Compiling libefi-sys v0.1.0 |
1932 | 2024-08-11T07:09:27.735Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1933 | 2024-08-11T07:09:27.904Z | Compiling bitfield-struct v0.6.1 |
1934 | 2024-08-11T07:09:28.265Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1935 | 2024-08-11T07:09:28.325Z | Checking keccak v0.1.5 |
1936 | 2024-08-11T07:09:28.581Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1937 | 2024-08-11T07:09:28.647Z | Checking sha3 v0.10.8 |
1938 | 2024-08-11T07:09:28.942Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1939 | 2024-08-11T07:09:29.023Z | Checking secrecy v0.8.0 |
1940 | 2024-08-11T07:09:29.181Z | Checking glob v0.3.1 |
1941 | 2024-08-11T07:09:29.241Z | Compiling radium v0.7.0 |
1942 | 2024-08-11T07:09:29.397Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1943 | 2024-08-11T07:09:29.523Z | Checking maplit v1.0.2 |
1944 | 2024-08-11T07:09:29.642Z | Checking tap v1.0.1 |
1945 | 2024-08-11T07:09:29.696Z | Compiling maybe-uninit v2.0.0 |
1946 | 2024-08-11T07:09:29.811Z | Checking wyz v0.5.1 |
1947 | 2024-08-11T07:09:29.838Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1948 | 2024-08-11T07:09:30.175Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1949 | 2024-08-11T07:09:30.198Z | Compiling num-bigint-dig v0.8.4 |
1950 | 2024-08-11T07:09:30.329Z | Compiling packed_struct v0.10.1 |
1951 | 2024-08-11T07:09:30.350Z | Checking crc-catalog v2.4.0 |
1952 | 2024-08-11T07:09:30.421Z | Checking funty v2.0.0 |
1953 | 2024-08-11T07:09:30.503Z | Checking crc v3.2.1 |
1954 | 2024-08-11T07:09:30.620Z | Compiling omicron-zone-package v0.11.0 |
1955 | 2024-08-11T07:09:30.822Z | Checking universal-hash v0.5.1 |
1956 | 2024-08-11T07:09:30.943Z | Compiling curve25519-dalek v4.1.3 |
1957 | 2024-08-11T07:09:31.004Z | Compiling packed_struct_codegen v0.10.1 |
1958 | 2024-08-11T07:09:31.225Z | Compiling indexmap v1.9.3 |
1959 | 2024-08-11T07:09:31.419Z | Checking nodrop v0.1.14 |
1960 | 2024-08-11T07:09:31.440Z | Checking bitvec v1.0.1 |
1961 | 2024-08-11T07:09:31.550Z | Checking opaque-debug v0.3.1 |
1962 | 2024-08-11T07:09:31.600Z | Checking array-init v0.0.4 |
1963 | 2024-08-11T07:09:31.743Z | Checking smallvec v0.6.14 |
1964 | 2024-08-11T07:09:32.171Z | Checking pkcs1 v0.7.5 |
1965 | 2024-08-11T07:09:32.586Z | Compiling curve25519-dalek-derive v0.1.1 |
1966 | 2024-08-11T07:09:32.606Z | Checking bitfield v0.14.0 |
1967 | 2024-08-11T07:09:32.894Z | Checking hashbrown v0.12.3 |
1968 | 2024-08-11T07:09:33.143Z | Checking serde-hex v0.1.0 |
1969 | 2024-08-11T07:09:33.903Z | Checking bzip2 v0.4.4 |
1970 | 2024-08-11T07:09:33.993Z | Checking rsa v0.9.6 |
1971 | 2024-08-11T07:09:34.224Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1972 | 2024-08-11T07:09:34.505Z | Checking env_logger v0.10.2 |
1973 | 2024-08-11T07:09:34.627Z | Checking x509-cert v0.2.5 |
1974 | 2024-08-11T07:09:34.949Z | Checking ron v0.8.1 |
1975 | 2024-08-11T07:09:35.090Z | Checking hashbrown v0.13.2 |
1976 | 2024-08-11T07:09:36.127Z | Compiling async-recursion v1.1.1 |
1977 | 2024-08-11T07:09:36.149Z | Checking crc-any v2.5.0 |
1978 | 2024-08-11T07:09:36.198Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1979 | 2024-08-11T07:09:36.297Z | Checking object v0.30.4 |
1980 | 2024-08-11T07:09:36.485Z | Checking zip v0.6.6 |
1981 | 2024-08-11T07:09:36.532Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1982 | 2024-08-11T07:09:36.841Z | Checking aead v0.5.2 |
1983 | 2024-08-11T07:09:37.070Z | Compiling parking_lot_core v0.8.6 |
1984 | 2024-08-11T07:09:37.149Z | Checking path-slash v0.1.5 |
1985 | 2024-08-11T07:09:37.170Z | Checking poly1305 v0.8.0 |
1986 | 2024-08-11T07:09:37.304Z | Checking chacha20 v0.9.1 |
1987 | 2024-08-11T07:09:37.381Z | Compiling thiserror-impl-no-std v2.0.2 |
1988 | 2024-08-11T07:09:37.647Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1989 | 2024-08-11T07:09:37.678Z | Checking chacha20poly1305 v0.10.1 |
1990 | 2024-08-11T07:09:37.739Z | Checking trust-dns-client v0.22.0 |
1991 | 2024-08-11T07:09:37.875Z | Checking toml v0.5.11 |
1992 | 2024-08-11T07:09:37.942Z | Checking parking_lot v0.11.2 |
1993 | 2024-08-11T07:09:38.003Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1994 | 2024-08-11T07:09:38.124Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1995 | 2024-08-11T07:09:38.306Z | Checking sled v0.34.7 |
1996 | 2024-08-11T07:09:38.386Z | Checking crossterm v0.28.1 |
1997 | 2024-08-11T07:09:38.984Z | Compiling buf-list v1.0.3 |
1998 | 2024-08-11T07:09:39.302Z | Checking trust-dns-server v0.22.1 |
1999 | 2024-08-11T07:09:39.761Z | Compiling unicase v2.7.0 |
2000 | 2024-08-11T07:09:40.112Z | Checking nanorand v0.7.0 |
2001 | 2024-08-11T07:09:40.501Z | Checking flume v0.11.0 |
2002 | 2024-08-11T07:09:40.561Z | Checking thiserror-no-std v2.0.2 |
2003 | 2024-08-11T07:09:40.676Z | Checking vsss-rs v3.3.4 |
2004 | 2024-08-11T07:09:40.961Z | Checking kstat-rs v0.2.4 |
2005 | 2024-08-11T07:09:41.265Z | Compiling vte_generate_state_changes v0.1.1 |
2006 | 2024-08-11T07:09:41.314Z | Checking fd-lock v4.0.2 |
2007 | 2024-08-11T07:09:41.523Z | Compiling pin-project-internal v1.1.5 |
2008 | 2024-08-11T07:09:41.607Z | Compiling mime_guess v2.0.4 |
2009 | 2024-08-11T07:09:41.945Z | Checking vte v0.11.1 |
2010 | 2024-08-11T07:09:42.289Z | Checking crossterm v0.27.0 |
2011 | 2024-08-11T07:09:42.314Z | Checking nu-ansi-term v0.50.0 |
2012 | 2024-08-11T07:09:42.735Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2013 | 2024-08-11T07:09:42.958Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2014 | 2024-08-11T07:09:42.988Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2015 | 2024-08-11T07:09:43.008Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2016 | 2024-08-11T07:09:43.332Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2017 | 2024-08-11T07:09:44.104Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2018 | 2024-08-11T07:09:44.645Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2019 | 2024-08-11T07:09:44.695Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2020 | 2024-08-11T07:09:45.870Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2021 | 2024-08-11T07:09:46.228Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2022 | 2024-08-11T07:09:46.945Z | Checking pin-project v1.1.5 |
2023 | 2024-08-11T07:09:47.091Z | Checking strip-ansi-escapes v0.2.0 |
2024 | 2024-08-11T07:09:47.147Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2025 | 2024-08-11T07:09:47.251Z | Checking reedline v0.33.0 |
2026 | 2024-08-11T07:09:47.770Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2027 | 2024-08-11T07:09:49.453Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2028 | 2024-08-11T07:09:50.031Z | Compiling dsl_auto_type v0.1.2 |
2029 | 2024-08-11T07:09:50.328Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2030 | 2024-08-11T07:09:50.577Z | Checking scheduled-thread-pool v0.2.7 |
2031 | 2024-08-11T07:09:50.606Z | Compiling diesel_table_macro_syntax v0.2.0 |
2032 | 2024-08-11T07:09:50.832Z | Checking http-range v0.1.5 |
2033 | 2024-08-11T07:09:51.020Z | Compiling crunchy v0.2.2 |
2034 | 2024-08-11T07:09:51.040Z | Checking hyper-staticfile v0.9.5 |
2035 | 2024-08-11T07:09:51.489Z | Checking r2d2 v0.8.10 |
2036 | 2024-08-11T07:09:51.604Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2037 | 2024-08-11T07:09:51.630Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2038 | 2024-08-11T07:09:51.672Z | Compiling clang-sys v1.7.0 |
2039 | 2024-08-11T07:09:51.733Z | Compiling diesel_derives v2.2.2 |
2040 | 2024-08-11T07:09:52.126Z | Compiling tiny-keccak v2.0.2 |
2041 | 2024-08-11T07:09:52.478Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2042 | 2024-08-11T07:09:52.545Z | Checking bytecount v0.6.8 |
2043 | 2024-08-11T07:09:52.710Z | Compiling ref-cast v1.0.23 |
2044 | 2024-08-11T07:09:52.749Z | Checking papergrid v0.11.0 |
2045 | 2024-08-11T07:09:54.095Z | Compiling ascii-canvas v3.0.0 |
2046 | 2024-08-11T07:09:54.238Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2047 | 2024-08-11T07:09:54.582Z | Compiling tabled_derive v0.7.0 |
2048 | 2024-08-11T07:09:54.637Z | Compiling ena v0.14.3 |
2049 | 2024-08-11T07:09:55.051Z | Compiling ref-cast-impl v1.0.23 |
2050 | 2024-08-11T07:09:55.995Z | Compiling libloading v0.8.3 |
2051 | 2024-08-11T07:09:56.260Z | Compiling regex-syntax v0.6.29 |
2052 | 2024-08-11T07:09:56.411Z | Compiling bindgen v0.69.4 |
2053 | 2024-08-11T07:09:56.709Z | Compiling cfg_aliases v0.1.1 |
2054 | 2024-08-11T07:09:56.850Z | Compiling diff v0.1.13 |
2055 | 2024-08-11T07:09:57.127Z | Checking tabled v0.15.0 |
2056 | 2024-08-11T07:09:57.257Z | Compiling nix v0.28.0 |
2057 | 2024-08-11T07:09:58.138Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2058 | 2024-08-11T07:10:00.284Z | Compiling lalrpop v0.19.12 |
2059 | 2024-08-11T07:10:02.220Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2060 | 2024-08-11T07:10:02.467Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2061 | 2024-08-11T07:10:05.720Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2062 | 2024-08-11T07:10:07.705Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2063 | 2024-08-11T07:10:08.776Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2064 | 2024-08-11T07:10:09.232Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2065 | 2024-08-11T07:10:09.517Z | Checking diesel v2.2.2 |
2066 | 2024-08-11T07:10:09.561Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2067 | 2024-08-11T07:10:09.790Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2068 | 2024-08-11T07:10:10.244Z | Compiling which v4.4.2 |
2069 | 2024-08-11T07:10:10.251Z | Checking signal-hook-tokio v0.3.1 |
2070 | 2024-08-11T07:10:10.411Z | Compiling cexpr v0.6.0 |
2071 | 2024-08-11T07:10:10.624Z | Compiling snafu-derive v0.8.2 |
2072 | 2024-08-11T07:10:12.318Z | Compiling shlex v1.3.0 |
2073 | 2024-08-11T07:10:12.765Z | Compiling lazycell v1.3.0 |
2074 | 2024-08-11T07:10:12.787Z | Compiling rustc-hash v1.1.0 |
2075 | 2024-08-11T07:10:12.996Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2076 | 2024-08-11T07:10:13.302Z | Compiling derive_builder_core v0.20.0 |
2077 | 2024-08-11T07:10:14.033Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2078 | 2024-08-11T07:10:15.336Z | Checking globset v0.4.14 |
2079 | 2024-08-11T07:10:15.865Z | Checking olpc-cjson v0.1.3 |
2080 | 2024-08-11T07:10:15.886Z | Checking serde_plain v1.0.2 |
2081 | 2024-08-11T07:10:16.107Z | Compiling libxml v0.3.3 |
2082 | 2024-08-11T07:10:16.138Z | Compiling memoffset v0.9.1 |
2083 | 2024-08-11T07:10:16.281Z | Checking snafu v0.8.2 |
2084 | 2024-08-11T07:10:16.490Z | Checking typed-path v0.7.1 |
2085 | 2024-08-11T07:10:16.713Z | Compiling derive_builder_macro v0.20.0 |
2086 | 2024-08-11T07:10:17.642Z | Compiling peg-macros v0.8.4 |
2087 | 2024-08-11T07:10:18.449Z | Checking tough v0.17.1 |
2088 | 2024-08-11T07:10:18.744Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2089 | 2024-08-11T07:10:19.278Z | Compiling strum_macros v0.24.3 |
2090 | 2024-08-11T07:10:20.113Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2091 | 2024-08-11T07:10:21.010Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2092 | 2024-08-11T07:10:21.658Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2093 | 2024-08-11T07:10:23.013Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2094 | 2024-08-11T07:10:23.036Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2095 | 2024-08-11T07:10:23.133Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2096 | 2024-08-11T07:10:23.300Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2097 | 2024-08-11T07:10:23.591Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2098 | 2024-08-11T07:10:25.117Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2099 | 2024-08-11T07:10:27.030Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2100 | 2024-08-11T07:10:27.771Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2101 | 2024-08-11T07:10:27.879Z | Compiling sqlparser_derive v0.2.2 |
2102 | 2024-08-11T07:10:28.057Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2103 | 2024-08-11T07:10:29.050Z | Compiling cookie v0.18.1 |
2104 | 2024-08-11T07:10:29.385Z | Checking unicode_categories v0.1.1 |
2105 | 2024-08-11T07:10:29.733Z | Checking parse-size v1.0.0 |
2106 | 2024-08-11T07:10:29.757Z | Compiling indoc v1.0.9 |
2107 | 2024-08-11T07:10:30.099Z | Checking rustyline v14.0.0 |
2108 | 2024-08-11T07:10:30.634Z | Checking sqlformat v0.2.4 |
2109 | 2024-08-11T07:10:30.857Z | Checking sqlparser v0.45.0 |
2110 | 2024-08-11T07:10:31.818Z | Checking peg v0.8.4 |
2111 | 2024-08-11T07:10:31.944Z | Checking derive_builder v0.20.0 |
2112 | 2024-08-11T07:10:34.095Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2113 | 2024-08-11T07:10:34.144Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2114 | 2024-08-11T07:10:34.467Z | Checking quick-xml v0.31.0 |
2115 | 2024-08-11T07:10:34.606Z | Checking bcs v0.1.6 |
2116 | 2024-08-11T07:10:35.106Z | Compiling impl-trait-for-tuples v0.2.2 |
2117 | 2024-08-11T07:10:35.366Z | Compiling oso-derive v0.27.3 |
2118 | 2024-08-11T07:10:36.483Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2119 | 2024-08-11T07:10:36.534Z | Checking highway v1.2.0 |
2120 | 2024-08-11T07:10:36.936Z | Checking nix v0.27.1 |
2121 | 2024-08-11T07:10:37.437Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2122 | 2024-08-11T07:10:38.268Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2123 | 2024-08-11T07:10:39.944Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2124 | 2024-08-11T07:10:40.121Z | Checking serde-big-array v0.5.1 |
2125 | 2024-08-11T07:10:40.179Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2126 | 2024-08-11T07:10:40.222Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2127 | 2024-08-11T07:10:40.595Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2128 | 2024-08-11T07:10:42.589Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2129 | 2024-08-11T07:10:42.905Z | Checking bb8 v0.8.5 |
2130 | 2024-08-11T07:10:43.396Z | Compiling const_format_proc_macros v0.2.32 |
2131 | 2024-08-11T07:10:43.525Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2132 | 2024-08-11T07:10:43.550Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2133 | 2024-08-11T07:10:44.384Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2134 | 2024-08-11T07:10:44.879Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2135 | 2024-08-11T07:10:45.571Z | Checking const_format v0.2.32 |
2136 | 2024-08-11T07:10:45.675Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2137 | 2024-08-11T07:10:46.279Z | Checking heck v0.4.1 |
2138 | 2024-08-11T07:10:46.469Z | Checking assert_matches v1.5.0 |
2139 | 2024-08-11T07:10:46.496Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2140 | 2024-08-11T07:10:46.517Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2141 | 2024-08-11T07:10:46.577Z | Compiling portable-atomic v1.6.0 |
2142 | 2024-08-11T07:10:46.938Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2143 | 2024-08-11T07:10:47.487Z | Checking rand_seeder v0.3.0 |
2144 | 2024-08-11T07:10:47.744Z | Checking number_prefix v0.4.0 |
2145 | 2024-08-11T07:10:47.954Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2146 | 2024-08-11T07:10:48.533Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2147 | 2024-08-11T07:10:48.794Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2148 | 2024-08-11T07:10:48.814Z | Checking indicatif v0.17.8 |
2149 | 2024-08-11T07:10:49.586Z | Checking is_ci v1.2.0 |
2150 | 2024-08-11T07:10:49.746Z | Checking supports-color v3.0.0 |
2151 | 2024-08-11T07:10:49.959Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2152 | 2024-08-11T07:10:50.297Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2153 | 2024-08-11T07:10:50.463Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2154 | 2024-08-11T07:10:50.795Z | Checking castaway v0.2.3 |
2155 | 2024-08-11T07:10:50.975Z | Checking compact_str v0.8.0 |
2156 | 2024-08-11T07:10:51.258Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2157 | 2024-08-11T07:10:51.597Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2158 | 2024-08-11T07:10:51.854Z | Checking unicode-truncate v1.0.0 |
2159 | 2024-08-11T07:10:51.914Z | Checking lru v0.12.3 |
2160 | 2024-08-11T07:10:51.936Z | Compiling instability v0.3.2 |
2161 | 2024-08-11T07:10:52.090Z | Checking cassowary v0.3.0 |
2162 | 2024-08-11T07:10:52.304Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2163 | 2024-08-11T07:10:52.527Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2164 | 2024-08-11T07:10:53.022Z | Checking ratatui v0.28.0 |
2165 | 2024-08-11T07:10:53.101Z | Checking smawk v0.3.2 |
2166 | 2024-08-11T07:10:53.329Z | Checking unicode-linebreak v0.1.5 |
2167 | 2024-08-11T07:10:53.746Z | Checking textwrap v0.16.1 |
2168 | 2024-08-11T07:10:53.767Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2169 | 2024-08-11T07:10:54.109Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2170 | 2024-08-11T07:10:54.148Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2171 | 2024-08-11T07:10:54.174Z | Checking fatfs v0.3.6 |
2172 | 2024-08-11T07:10:55.315Z | Checking csv-core v0.1.11 |
2173 | 2024-08-11T07:10:55.697Z | Checking shell-words v1.1.0 |
2174 | 2024-08-11T07:10:55.882Z | Checking csv v1.3.0 |
2175 | 2024-08-11T07:10:55.902Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2176 | 2024-08-11T07:10:56.033Z | Checking cargo-platform v0.1.8 |
2177 | 2024-08-11T07:10:56.346Z | Checking rtoolbox v0.0.2 |
2178 | 2024-08-11T07:10:56.548Z | Compiling getrandom v0.1.16 |
2179 | 2024-08-11T07:10:56.711Z | Checking rpassword v7.3.1 |
2180 | 2024-08-11T07:10:56.789Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2181 | 2024-08-11T07:10:56.883Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2182 | 2024-08-11T07:10:57.484Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2183 | 2024-08-11T07:10:57.689Z | Checking cargo_metadata v0.18.1 |
2184 | 2024-08-11T07:10:58.017Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2185 | 2024-08-11T07:10:59.437Z | Checking tui-tree-widget v0.22.0 |
2186 | 2024-08-11T07:10:59.799Z | Checking plotters-backend v0.3.5 |
2187 | 2024-08-11T07:11:00.199Z | Checking plotters-svg v0.3.5 |
2188 | 2024-08-11T07:11:00.360Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2189 | 2024-08-11T07:11:00.429Z | Checking rfc6979 v0.4.0 |
2190 | 2024-08-11T07:11:00.766Z | Checking cast v0.3.0 |
2191 | 2024-08-11T07:11:01.544Z | Checking yansi v0.5.1 |
2192 | 2024-08-11T07:11:01.808Z | Checking criterion-plot v0.5.0 |
2193 | 2024-08-11T07:11:01.847Z | Checking pretty_assertions v1.4.0 |
2194 | 2024-08-11T07:11:02.060Z | Checking ecdsa v0.16.9 |
2195 | 2024-08-11T07:11:02.318Z | Checking plotters v0.3.5 |
2196 | 2024-08-11T07:11:02.774Z | Checking rand_core v0.5.1 |
2197 | 2024-08-11T07:11:03.089Z | Checking primeorder v0.13.6 |
2198 | 2024-08-11T07:11:03.618Z | Checking tinytemplate v1.2.1 |
2199 | 2024-08-11T07:11:03.831Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2200 | 2024-08-11T07:11:04.063Z | Checking oorandom v11.1.3 |
2201 | 2024-08-11T07:11:04.099Z | Checking option-ext v0.2.0 |
2202 | 2024-08-11T07:11:04.230Z | Checking anes v0.1.6 |
2203 | 2024-08-11T07:11:04.268Z | Checking dirs-sys v0.4.1 |
2204 | 2024-08-11T07:11:04.465Z | Checking rand_chacha v0.2.2 |
2205 | 2024-08-11T07:11:04.609Z | Checking criterion v0.5.1 |
2206 | 2024-08-11T07:11:04.810Z | Checking polyval v0.6.2 |
2207 | 2024-08-11T07:11:05.091Z | Checking ed25519 v2.2.3 |
2208 | 2024-08-11T07:11:05.340Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2209 | 2024-08-11T07:11:06.924Z | Checking aes v0.8.4 |
2210 | 2024-08-11T07:11:07.495Z | Checking ctr v0.9.2 |
2211 | 2024-08-11T07:11:07.809Z | Checking blowfish v0.9.1 |
2212 | 2024-08-11T07:11:07.930Z | Checking password-hash v0.4.2 |
2213 | 2024-08-11T07:11:08.069Z | Checking pbkdf2 v0.12.2 |
2214 | 2024-08-11T07:11:08.255Z | Checking hex-literal v0.4.1 |
2215 | 2024-08-11T07:11:08.389Z | Checking pbkdf2 v0.11.0 |
2216 | 2024-08-11T07:11:08.410Z | Checking bcrypt-pbkdf v0.10.0 |
2217 | 2024-08-11T07:11:08.679Z | Checking ed25519-dalek v2.1.1 |
2218 | 2024-08-11T07:11:08.700Z | Checking ghash v0.5.1 |
2219 | 2024-08-11T07:11:08.880Z | Checking rand v0.7.3 |
2220 | 2024-08-11T07:11:09.036Z | Checking dirs v5.0.1 |
2221 | 2024-08-11T07:11:09.204Z | Checking p256 v0.13.2 |
2222 | 2024-08-11T07:11:09.753Z | Checking p521 v0.13.3 |
2223 | 2024-08-11T07:11:10.373Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2224 | 2024-08-11T07:11:11.215Z | Checking cbc v0.1.2 |
2225 | 2024-08-11T07:11:11.263Z | Checking russh-cryptovec v0.7.2 |
2226 | 2024-08-11T07:11:11.321Z | Compiling target-lexicon v0.12.16 |
2227 | 2024-08-11T07:11:11.470Z | Checking md5 v0.7.0 |
2228 | 2024-08-11T07:11:11.501Z | Compiling doc-comment v0.3.3 |
2229 | 2024-08-11T07:11:11.797Z | Checking russh-keys v0.43.0 |
2230 | 2024-08-11T07:11:12.308Z | Checking aes-gcm v0.10.3 |
2231 | 2024-08-11T07:11:12.427Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2232 | 2024-08-11T07:11:12.577Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2233 | 2024-08-11T07:11:13.061Z | Checking http-body v1.0.0 |
2234 | 2024-08-11T07:11:13.292Z | Checking tower-layer v0.3.2 |
2235 | 2024-08-11T07:11:13.428Z | Compiling dhcproto-macros v0.1.0 |
2236 | 2024-08-11T07:11:13.591Z | Compiling guppy-workspace-hack v0.1.0 |
2237 | 2024-08-11T07:11:13.920Z | Compiling assert_cmd v2.0.15 |
2238 | 2024-08-11T07:11:14.245Z | Checking tower v0.4.13 |
2239 | 2024-08-11T07:11:14.469Z | Checking hyper v1.3.1 |
2240 | 2024-08-11T07:11:14.492Z | Checking dhcproto v0.12.0 |
2241 | 2024-08-11T07:11:15.062Z | Checking russh v0.43.0 |
2242 | 2024-08-11T07:11:16.264Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2243 | 2024-08-11T07:11:16.314Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2244 | 2024-08-11T07:11:16.895Z | Compiling target-spec v3.2.1 |
2245 | 2024-08-11T07:11:17.046Z | Checking internet-checksum v0.2.1 |
2246 | 2024-08-11T07:11:18.702Z | Checking cfg-expr v0.16.0 |
2247 | 2024-08-11T07:11:19.127Z | Checking hyper-util v0.1.3 |
2248 | 2024-08-11T07:11:19.589Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2249 | 2024-08-11T07:11:19.632Z | Checking rustls-native-certs v0.7.0 |
2250 | 2024-08-11T07:11:19.789Z | Checking httptest v0.15.5 |
2251 | 2024-08-11T07:11:20.730Z | Checking hyper-rustls v0.26.0 |
2252 | 2024-08-11T07:11:21.478Z | Checking pathdiff v0.2.1 |
2253 | 2024-08-11T07:11:21.662Z | Checking threadpool v1.8.1 |
2254 | 2024-08-11T07:11:21.970Z | Compiling rstest_macros v0.19.0 |
2255 | 2024-08-11T07:11:22.494Z | Checking escape8259 v0.5.2 |
2256 | 2024-08-11T07:11:22.571Z | Checking nested v0.1.1 |
2257 | 2024-08-11T07:11:22.693Z | Checking libtest-mimic v0.7.3 |
2258 | 2024-08-11T07:11:22.788Z | Checking guppy v0.17.7 |
2259 | 2024-08-11T07:11:23.274Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2260 | 2024-08-11T07:11:23.611Z | Checking similar-asserts v1.5.0 |
2261 | 2024-08-11T07:11:23.851Z | Checking fancy-regex v0.13.0 |
2262 | 2024-08-11T07:11:24.279Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2263 | 2024-08-11T07:11:24.661Z | Compiling relative-path v1.9.3 |
2264 | 2024-08-11T07:11:24.962Z | Compiling trybuild v1.0.99 |
2265 | 2024-08-11T07:11:25.494Z | Checking datatest-stable v0.2.9 |
2266 | 2024-08-11T07:11:25.833Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2267 | 2024-08-11T07:11:27.267Z | Checking blake2b_simd v1.0.2 |
2268 | 2024-08-11T07:11:27.292Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2269 | 2024-08-11T07:11:27.776Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2270 | 2024-08-11T07:11:28.122Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2271 | 2024-08-11T07:11:28.206Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2272 | 2024-08-11T07:11:28.452Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2273 | 2024-08-11T07:11:28.792Z | Checking serde_tokenstream v0.2.1 |
2274 | 2024-08-11T07:11:28.794Z | Checking uzers v0.11.3 |
2275 | 2024-08-11T07:11:29.171Z | Checking indent_write v2.2.0 |
2276 | 2024-08-11T07:11:29.201Z | Checking futures-timer v3.0.3 |
2277 | 2024-08-11T07:11:29.519Z | Checking rust-argon2 v2.1.0 |
2278 | 2024-08-11T07:11:29.921Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2279 | 2024-08-11T07:11:30.927Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2280 | 2024-08-11T07:11:31.264Z | Checking rand_distr v0.4.3 |
2281 | 2024-08-11T07:11:32.090Z | Checking multimap v0.10.0 |
2282 | 2024-08-11T07:11:32.449Z | Checking approx v0.5.1 |
2283 | 2024-08-11T07:11:32.740Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2284 | 2024-08-11T07:11:33.404Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2285 | 2024-08-11T07:11:34.656Z | Checking rstest v0.19.0 |
2286 | 2024-08-11T07:11:34.887Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2287 | 2024-08-11T07:11:35.863Z | Checking partial-io v0.5.4 |
2288 | 2024-08-11T07:11:35.965Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2289 | 2024-08-11T07:11:36.250Z | Checking cargo_toml v0.20.4 |
2290 | 2024-08-11T07:11:36.851Z | Checking termios v0.3.3 |
2291 | 2024-08-11T07:11:37.092Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2292 | 2024-08-11T07:11:38.338Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2293 | 2024-08-11T07:11:42.323Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2294 | 2024-08-11T07:11:47.595Z | Compiling samael v0.0.15 |
2295 | 2024-08-11T07:11:55.751Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2296 | 2024-08-11T07:12:05.286Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2297 | 2024-08-11T07:12:24.003Z | Compiling polar-core v0.27.3 |
2298 | 2024-08-11T07:12:29.383Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2299 | 2024-08-11T07:12:30.126Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2300 | 2024-08-11T07:12:30.936Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2301 | 2024-08-11T07:12:34.863Z | Checking oso v0.27.3 |
2302 | 2024-08-11T07:13:14.065Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2303 | 2024-08-11T07:13:14.065Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2304 | 2024-08-11T07:13:14.067Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2305 | 2024-08-11T07:14:34.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
2306 | 2024-08-11T07:14:34.722Z | |
2307 | 2024-08-11T07:14:34.722Z | real 6:19.183576381 |
2308 | 2024-08-11T07:14:34.722Z | user 33:53.991413147 |
2309 | 2024-08-11T07:14:34.722Z | sys 5:49.320350388 |
2310 | 2024-08-11T07:14:34.722Z | trap 0.820937299 |
2311 | 2024-08-11T07:14:34.722Z | tflt 1.816115674 |
2312 | 2024-08-11T07:14:34.722Z | dflt 0.645322631 |
2313 | 2024-08-11T07:14:34.722Z | kflt 0.003381402 |
2314 | 2024-08-11T07:14:34.722Z | lock 53:39.047829092 |
2315 | 2024-08-11T07:14:34.722Z | slp 1:58:02.613278243 |
2316 | 2024-08-11T07:14:34.722Z | lat 1:31.155960874 |
2317 | 2024-08-11T07:14:34.722Z | stop 5:32.821613737 |
2318 | 2024-08-11T07:14:34.724Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2319 | 2024-08-11T07:14:34.725Z | + ptime -m cargo doc --workspace --no-deps |
2320 | 2024-08-11T07:14:35.855Z | warning: output filename collision. |
2321 | 2024-08-11T07:14:35.855Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2322 | 2024-08-11T07:14:35.855Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2323 | 2024-08-11T07:14:35.855Z | The targets should have unique names. |
2324 | 2024-08-11T07:14:35.855Z | This is a known bug where multiple crates with the same name use |
2325 | 2024-08-11T07:14:35.855Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2024-08-11T07:14:36.188Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2327 | 2024-08-11T07:14:36.247Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2328 | 2024-08-11T07:14:36.264Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2329 | 2024-08-11T07:14:36.301Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2330 | 2024-08-11T07:14:36.326Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2331 | 2024-08-11T07:14:36.351Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2332 | 2024-08-11T07:14:36.351Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2333 | 2024-08-11T07:14:36.563Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2334 | 2024-08-11T07:14:36.589Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2335 | 2024-08-11T07:14:36.610Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2336 | 2024-08-11T07:14:36.628Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2337 | 2024-08-11T07:14:36.647Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2338 | 2024-08-11T07:14:36.828Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2339 | 2024-08-11T07:14:36.871Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2340 | 2024-08-11T07:14:36.897Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2341 | 2024-08-11T07:14:37.108Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2342 | 2024-08-11T07:14:37.375Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2343 | 2024-08-11T07:14:38.266Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2344 | 2024-08-11T07:14:41.241Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2345 | 2024-08-11T07:14:41.440Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2346 | 2024-08-11T07:14:41.569Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2347 | 2024-08-11T07:14:41.688Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2348 | 2024-08-11T07:14:41.904Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2349 | 2024-08-11T07:14:42.020Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2350 | 2024-08-11T07:14:42.259Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2351 | 2024-08-11T07:14:42.592Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2352 | 2024-08-11T07:14:42.609Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2353 | 2024-08-11T07:14:42.812Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2354 | 2024-08-11T07:14:43.134Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2355 | 2024-08-11T07:14:43.292Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2024-08-11T07:14:43.428Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2357 | 2024-08-11T07:14:43.725Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2358 | 2024-08-11T07:14:43.775Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2359 | 2024-08-11T07:14:44.094Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2360 | 2024-08-11T07:14:44.498Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2361 | 2024-08-11T07:14:44.661Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2362 | 2024-08-11T07:14:44.845Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2363 | 2024-08-11T07:14:45.042Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2364 | 2024-08-11T07:14:45.151Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2365 | 2024-08-11T07:14:45.545Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2366 | 2024-08-11T07:14:45.562Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2367 | 2024-08-11T07:14:46.292Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2368 | 2024-08-11T07:14:49.184Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2369 | 2024-08-11T07:14:49.757Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2370 | 2024-08-11T07:14:49.938Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2371 | 2024-08-11T07:14:51.326Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2372 | 2024-08-11T07:14:51.394Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2373 | 2024-08-11T07:14:52.119Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2374 | 2024-08-11T07:14:55.841Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2375 | 2024-08-11T07:14:56.727Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2376 | 2024-08-11T07:14:58.039Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2377 | 2024-08-11T07:14:58.602Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2378 | 2024-08-11T07:14:59.040Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2379 | 2024-08-11T07:14:59.809Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2380 | 2024-08-11T07:15:00.471Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2381 | 2024-08-11T07:15:00.571Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2382 | 2024-08-11T07:15:02.567Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2383 | 2024-08-11T07:15:03.527Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2384 | 2024-08-11T07:15:03.849Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2385 | 2024-08-11T07:15:03.978Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2386 | 2024-08-11T07:15:04.578Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2387 | 2024-08-11T07:15:04.599Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2388 | 2024-08-11T07:15:05.232Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2389 | 2024-08-11T07:15:05.337Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2390 | 2024-08-11T07:15:06.330Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2391 | 2024-08-11T07:15:06.942Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2392 | 2024-08-11T07:15:07.778Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2393 | 2024-08-11T07:15:07.978Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2394 | 2024-08-11T07:15:08.227Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2395 | 2024-08-11T07:15:08.306Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2396 | 2024-08-11T07:15:08.433Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2397 | 2024-08-11T07:15:08.731Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2398 | 2024-08-11T07:15:09.435Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-08-11T07:15:10.273Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2400 | 2024-08-11T07:15:10.276Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2401 | 2024-08-11T07:15:10.565Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2402 | 2024-08-11T07:15:10.802Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2403 | 2024-08-11T07:15:11.156Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2404 | 2024-08-11T07:15:11.197Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2405 | 2024-08-11T07:15:11.988Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2406 | 2024-08-11T07:15:12.455Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2407 | 2024-08-11T07:15:12.529Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2408 | 2024-08-11T07:15:12.609Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2409 | 2024-08-11T07:15:13.211Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2410 | 2024-08-11T07:15:13.679Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2411 | 2024-08-11T07:15:13.847Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2412 | 2024-08-11T07:15:14.183Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2413 | 2024-08-11T07:15:14.555Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2414 | 2024-08-11T07:15:14.699Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2415 | 2024-08-11T07:15:14.718Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2416 | 2024-08-11T07:15:15.036Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2417 | 2024-08-11T07:15:17.881Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2418 | 2024-08-11T07:15:19.131Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2419 | 2024-08-11T07:15:19.986Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2420 | 2024-08-11T07:15:33.782Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2421 | 2024-08-11T07:15:34.042Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2422 | 2024-08-11T07:15:35.879Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2423 | 2024-08-11T07:15:37.079Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2424 | 2024-08-11T07:15:37.096Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2425 | 2024-08-11T07:15:55.361Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2426 | 2024-08-11T07:16:10.475Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2427 | 2024-08-11T07:16:21.460Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2428 | 2024-08-11T07:16:24.431Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2429 | 2024-08-11T07:16:25.727Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2430 | 2024-08-11T07:16:32.555Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2431 | 2024-08-11T07:16:35.564Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2432 | 2024-08-11T07:16:35.805Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2433 | 2024-08-11T07:16:47.811Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2434 | 2024-08-11T07:16:52.043Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2435 | 2024-08-11T07:16:52.473Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2436 | 2024-08-11T07:16:54.521Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2437 | 2024-08-11T07:16:55.374Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2438 | 2024-08-11T07:16:57.181Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2439 | 2024-08-11T07:17:02.215Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2440 | 2024-08-11T07:17:03.121Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2441 | 2024-08-11T07:17:06.363Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2442 | 2024-08-11T07:17:13.533Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2443 | 2024-08-11T07:17:40.102Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2444 | 2024-08-11T07:17:41.003Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2445 | 2024-08-11T07:17:42.912Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2446 | 2024-08-11T07:17:47.788Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2447 | 2024-08-11T07:17:58.849Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2448 | 2024-08-11T07:18:01.086Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2449 | 2024-08-11T07:18:04.478Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2450 | 2024-08-11T07:18:07.366Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2451 | 2024-08-11T07:18:13.568Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2452 | 2024-08-11T07:18:18.959Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2453 | 2024-08-11T07:18:21.468Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2454 | 2024-08-11T07:18:21.691Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2455 | 2024-08-11T07:18:27.136Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2456 | 2024-08-11T07:18:27.746Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2457 | 2024-08-11T07:18:40.071Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2458 | 2024-08-11T07:18:40.179Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-08-11T07:18:40.236Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2460 | 2024-08-11T07:18:43.762Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2461 | 2024-08-11T07:18:44.512Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2462 | 2024-08-11T07:18:46.348Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2463 | 2024-08-11T07:18:54.316Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2464 | 2024-08-11T07:18:58.850Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2465 | 2024-08-11T07:19:00.560Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2466 | 2024-08-11T07:19:01.727Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2467 | 2024-08-11T07:19:12.679Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2468 | 2024-08-11T07:19:15.411Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2469 | 2024-08-11T07:19:15.882Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2470 | 2024-08-11T07:19:16.387Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2471 | 2024-08-11T07:19:18.959Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2472 | 2024-08-11T07:19:22.015Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2473 | 2024-08-11T07:19:22.809Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2474 | 2024-08-11T07:19:30.776Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2475 | 2024-08-11T07:19:32.210Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2476 | 2024-08-11T07:19:32.400Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2477 | 2024-08-11T07:19:35.104Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2478 | 2024-08-11T07:19:36.376Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2479 | 2024-08-11T07:19:37.553Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2480 | 2024-08-11T07:19:43.028Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2481 | 2024-08-11T07:19:45.704Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2482 | 2024-08-11T07:19:47.377Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2483 | 2024-08-11T07:19:47.532Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2484 | 2024-08-11T07:19:49.860Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2485 | 2024-08-11T07:20:00.247Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2486 | 2024-08-11T07:20:02.288Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2487 | 2024-08-11T07:20:04.613Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2488 | 2024-08-11T07:20:05.848Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2489 | 2024-08-11T07:20:06.756Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2490 | 2024-08-11T07:20:07.986Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2491 | 2024-08-11T07:20:11.171Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2492 | 2024-08-11T07:20:12.506Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2493 | 2024-08-11T07:20:13.951Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2494 | 2024-08-11T07:20:19.389Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2495 | 2024-08-11T07:20:20.756Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2496 | 2024-08-11T07:20:22.105Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2497 | 2024-08-11T07:20:25.412Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2498 | 2024-08-11T07:20:29.445Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2499 | 2024-08-11T07:20:30.445Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2500 | 2024-08-11T07:20:32.008Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2501 | 2024-08-11T07:20:34.734Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2502 | 2024-08-11T07:20:34.937Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2503 | 2024-08-11T07:20:37.569Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2504 | 2024-08-11T07:20:38.253Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2505 | 2024-08-11T07:20:39.602Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2506 | 2024-08-11T07:20:42.562Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2507 | 2024-08-11T07:20:43.346Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2508 | 2024-08-11T07:20:44.168Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2509 | 2024-08-11T07:20:45.024Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2510 | 2024-08-11T07:20:45.793Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2511 | 2024-08-11T07:20:46.489Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2512 | 2024-08-11T07:20:48.375Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2513 | 2024-08-11T07:20:49.136Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2514 | 2024-08-11T07:20:49.154Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2515 | 2024-08-11T07:20:50.069Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2516 | 2024-08-11T07:21:21.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2517 | 2024-08-11T07:21:21.780Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 116 other files |
2518 | 2024-08-11T07:21:21.838Z | |
2519 | 2024-08-11T07:21:21.841Z | real 6:47.055467534 |
2520 | 2024-08-11T07:21:21.841Z | user 20:32.630102891 |
2521 | 2024-08-11T07:21:21.841Z | sys 29:47.468839270 |
2522 | 2024-08-11T07:21:21.841Z | trap 0.332367227 |
2523 | 2024-08-11T07:21:21.841Z | tflt 0.149855325 |
2524 | 2024-08-11T07:21:21.841Z | dflt 0.172746992 |
2525 | 2024-08-11T07:21:21.841Z | kflt 0.000013788 |
2526 | 2024-08-11T07:21:21.841Z | lock 1:04:54.448221787 |
2527 | 2024-08-11T07:21:21.841Z | slp 1:54:26.436577133 |
2528 | 2024-08-11T07:21:21.841Z | lat 1:04.414974777 |
2529 | 2024-08-11T07:21:21.841Z | stop 56.602600814 |
2530 | 2024-08-11T07:21:21.841Z | process exited: duration 996450 ms, exit code 0 |
|
2531 | 2024-08-11T07:21:21.848Z | found 0 output files |