|
|
|
1 | 2024-06-26T00:50:59.248Z | job assigned to worker 01J190BCFS5C9QDDPEGN4KG7ZK (queued for 40 s) |
|
2 | 2024-06-26T00:50:59.365Z | starting task 0: "setup" |
3 | 2024-06-26T00:50:59.389Z | ++ uname -s |
4 | 2024-06-26T00:50:59.389Z | + kern=SunOS |
5 | 2024-06-26T00:50:59.389Z | + case "$kern" in |
6 | 2024-06-26T00:50:59.389Z | + groupadd -g 12345 build |
7 | 2024-06-26T00:50:59.389Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-26T00:51:01.397Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-26T00:51:01.439Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-26T00:51:01.463Z | + home_fs=zfs |
11 | 2024-06-26T00:51:01.463Z | + [[ zfs == autofs ]] |
12 | 2024-06-26T00:51:01.463Z | + mkdir -p /home/build |
13 | 2024-06-26T00:51:01.463Z | + chown build:build /home/build /work |
14 | 2024-06-26T00:51:03.456Z | + chmod 0700 /home/build /work |
15 | 2024-06-26T00:51:03.481Z | process exited: duration 4088 ms, exit code 0 |
|
16 | 2024-06-26T00:51:03.535Z | starting task 1: "rust-toolchain" |
17 | 2024-06-26T00:51:03.560Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-26T00:51:03.561Z | ' 1.78.0 |
19 | 2024-06-26T00:51:03.561Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-26T00:51:03.561Z | ' default |
21 | 2024-06-26T00:51:03.561Z | * toolchain channel = "1.78.0" |
22 | 2024-06-26T00:51:03.561Z | * toolchain profile = "default" |
23 | 2024-06-26T00:51:03.561Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-26T00:51:03.561Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-26T00:51:03.681Z | info: downloading installer |
26 | 2024-06-26T00:51:04.164Z | info: profile set to 'default' |
27 | 2024-06-26T00:51:04.165Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-26T00:51:04.193Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-26T00:51:04.270Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-26T00:51:04.270Z | info: downloading component 'cargo' |
31 | 2024-06-26T00:51:04.455Z | info: downloading component 'clippy' |
32 | 2024-06-26T00:51:04.524Z | info: downloading component 'rust-docs' |
33 | 2024-06-26T00:51:04.769Z | info: downloading component 'rust-std' |
34 | 2024-06-26T00:51:05.210Z | info: downloading component 'rustc' |
35 | 2024-06-26T00:51:06.187Z | info: downloading component 'rustfmt' |
36 | 2024-06-26T00:51:06.246Z | info: installing component 'cargo' |
37 | 2024-06-26T00:51:07.342Z | info: installing component 'clippy' |
38 | 2024-06-26T00:51:07.774Z | info: installing component 'rust-docs' |
39 | 2024-06-26T00:51:10.410Z | info: installing component 'rust-std' |
40 | 2024-06-26T00:51:12.366Z | info: installing component 'rustc' |
41 | 2024-06-26T00:51:17.364Z | info: installing component 'rustfmt' |
42 | 2024-06-26T00:51:17.742Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-26T00:51:17.742Z | |
44 | 2024-06-26T00:51:17.863Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-26T00:51:17.863Z | |
46 | 2024-06-26T00:51:17.887Z | |
47 | 2024-06-26T00:51:17.887Z | Rust is installed now. Great! |
48 | 2024-06-26T00:51:17.887Z | |
49 | 2024-06-26T00:51:17.887Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-26T00:51:17.887Z | environment variable. This has not been done automatically. |
51 | 2024-06-26T00:51:17.887Z | |
52 | 2024-06-26T00:51:17.887Z | To configure your current shell, you need to source |
53 | 2024-06-26T00:51:17.887Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-26T00:51:17.887Z | |
55 | 2024-06-26T00:51:17.887Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-26T00:51:17.887Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-26T00:51:17.887Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-26T00:51:17.936Z | + rustc --version |
59 | 2024-06-26T00:51:18.046Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-26T00:51:18.070Z | process exited: duration 14515 ms, exit code 0 |
|
61 | 2024-06-26T00:51:18.121Z | starting task 2: "authentication" |
62 | 2024-06-26T00:51:18.177Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-06-26T00:51:18.225Z | starting task 3: "clone repository" |
64 | 2024-06-26T00:51:18.250Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-26T00:51:18.250Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-26T00:51:18.274Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-26T00:51:23.643Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-26T00:51:23.643Z | + git fetch origin 3d0d022140069023771127968e6570b7280a7d1d |
69 | 2024-06-26T00:51:24.026Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-26T00:51:24.026Z | * branch 3d0d022140069023771127968e6570b7280a7d1d -> FETCH_HEAD |
71 | 2024-06-26T00:51:24.051Z | + [[ -n alan/update-prop-and-also-cru ]] |
72 | 2024-06-26T00:51:24.051Z | ++ git branch --show-current |
73 | 2024-06-26T00:51:24.051Z | + current=main |
74 | 2024-06-26T00:51:24.051Z | + [[ main != alan/update-prop-and-also-cru ]] |
75 | 2024-06-26T00:51:24.051Z | + git branch -f alan/update-prop-and-also-cru 3d0d022140069023771127968e6570b7280a7d1d |
76 | 2024-06-26T00:51:24.051Z | + git checkout -f alan/update-prop-and-also-cru |
77 | 2024-06-26T00:51:24.210Z | Switched to branch 'alan/update-prop-and-also-cru' |
78 | 2024-06-26T00:51:24.236Z | + git reset --hard 3d0d022140069023771127968e6570b7280a7d1d |
79 | 2024-06-26T00:51:24.395Z | HEAD is now at 3d0d02214 Update propolis link from branch to main |
80 | 2024-06-26T00:51:24.395Z | process exited: duration 6141 ms, exit code 0 |
|
81 | 2024-06-26T00:51:24.454Z | starting task 4: "build" |
82 | 2024-06-26T00:51:24.481Z | + cargo --version |
83 | 2024-06-26T00:51:24.525Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-26T00:51:24.549Z | + rustc --version |
85 | 2024-06-26T00:51:24.599Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-26T00:51:24.625Z | + source ./env.sh |
87 | 2024-06-26T00:51:24.625Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-26T00:51:24.625Z | ++ set -o xtrace |
89 | 2024-06-26T00:51:24.625Z | ++++ dirname ./env.sh |
90 | 2024-06-26T00:51:24.625Z | +++ readlink -f . |
91 | 2024-06-26T00:51:24.625Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-26T00:51:24.625Z | ++ 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-06-26T00:51:24.625Z | ++ 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-06-26T00:51:24.625Z | ++ 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-06-26T00:51:24.625Z | ++ 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-06-26T00:51:24.625Z | ++ 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-06-26T00:51:24.625Z | ++ 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-06-26T00:51:24.625Z | ++ 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-06-26T00:51:24.625Z | ++ 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-06-26T00:51:24.626Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-26T00:51:24.626Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-26T00:51:24.626Z | + banner prerequisites |
103 | 2024-06-26T00:51:24.626Z | |
104 | 2024-06-26T00:51:24.626Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-26T00:51:24.626Z | # # # # # # # # # # # # # # # |
106 | 2024-06-26T00:51:24.626Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-26T00:51:24.626Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-26T00:51:24.626Z | # # # # # # # # # # # # # # # |
109 | 2024-06-26T00:51:24.626Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-26T00:51:24.626Z | |
111 | 2024-06-26T00:51:24.626Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-26T00:51:29.726Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-26T00:51:31.910Z | Startup: Caching catalogs ... Done |
114 | 2024-06-26T00:51:34.989Z | Planning: Solver setup ... Done (2.535s) |
115 | 2024-06-26T00:51:35.034Z | Planning: Running solver ... Done (0.046s) |
116 | 2024-06-26T00:51:35.071Z | Planning: Finding local manifests ... Done (0.001s) |
117 | 2024-06-26T00:51:35.156Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-26T00:51:35.524Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-26T00:51:35.587Z | Planning: Package planning ... Done (0.063s) |
120 | 2024-06-26T00:51:35.645Z | Planning: Merging actions ... Done (0.058s) |
121 | 2024-06-26T00:51:35.990Z | Planning: Checking for conflicting actions ... Done (0.344s) |
122 | 2024-06-26T00:51:36.014Z | Planning: Consolidating action changes ... Done (0.014s) |
123 | 2024-06-26T00:51:36.659Z | Planning: Evaluating mediators ... Done (0.653s) |
124 | 2024-06-26T00:51:36.684Z | Planning: Planning completed in 4.70 seconds |
125 | 2024-06-26T00:51:36.712Z | Packages to install: 4 |
126 | 2024-06-26T00:51:36.712Z | Mediators to change: 2 |
127 | 2024-06-26T00:51:36.712Z | Services to change: 1 |
128 | 2024-06-26T00:51:36.712Z | Estimated space available: 148.89 GB |
129 | 2024-06-26T00:51:36.712Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-26T00:51:36.712Z | Create boot environment: No |
131 | 2024-06-26T00:51:36.712Z | Create backup boot environment: No |
132 | 2024-06-26T00:51:36.712Z | Rebuild boot archive: No |
133 | 2024-06-26T00:51:36.712Z | |
134 | 2024-06-26T00:51:36.712Z | Changed mediators: |
135 | 2024-06-26T00:51:36.712Z | mediator clang: |
136 | 2024-06-26T00:51:36.712Z | version: None -> 15 (system default) |
137 | 2024-06-26T00:51:36.712Z | |
138 | 2024-06-26T00:51:36.712Z | mediator llvm: |
139 | 2024-06-26T00:51:36.713Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-26T00:51:36.713Z | |
141 | 2024-06-26T00:51:36.713Z | Changed packages: |
142 | 2024-06-26T00:51:36.713Z | helios-dev |
143 | 2024-06-26T00:51:36.713Z | developer/build-essential |
144 | 2024-06-26T00:51:36.713Z | None -> 11-2.0 |
145 | 2024-06-26T00:51:36.713Z | library/libxmlsec1 |
146 | 2024-06-26T00:51:36.713Z | None -> 1.2.35-2.0 |
147 | 2024-06-26T00:51:36.713Z | ooce/developer/clang-15 |
148 | 2024-06-26T00:51:36.713Z | None -> 15.0.7-2.0 |
149 | 2024-06-26T00:51:36.713Z | ooce/developer/llvm-15 |
150 | 2024-06-26T00:51:36.713Z | None -> 15.0.7-2.0 |
151 | 2024-06-26T00:51:36.713Z | |
152 | 2024-06-26T00:51:36.713Z | Services: |
153 | 2024-06-26T00:51:36.713Z | restart_fmri: |
154 | 2024-06-26T00:51:36.713Z | svc:/system/update-man-index:default |
155 | 2024-06-26T00:51:36.737Z | |
156 | 2024-06-26T00:51:36.737Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-26T00:51:41.741Z | Download: 1131/3290 items 27.5/212.6MB 12% complete (5.4M/s) |
158 | 2024-06-26T00:51:46.743Z | Download: 1641/3290 items 115.8/212.6MB 54% complete (11.6M/s) |
159 | 2024-06-26T00:51:51.744Z | Download: 3245/3290 items 170.4/212.6MB 80% complete (14.2M/s) |
160 | 2024-06-26T00:51:54.876Z | Download: Completed 212.60 MB in 18.14 seconds (11.7M/s) |
161 | 2024-06-26T00:51:55.039Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-06-26T00:52:00.064Z | Actions: 1647/3689 actions (Installing new actions) |
163 | 2024-06-26T00:52:00.764Z | Actions: Completed 3689 actions in 5.72 seconds. |
164 | 2024-06-26T00:52:00.966Z | Done (0.197s) |
165 | 2024-06-26T00:52:00.966Z | Done (0.000s) |
166 | 2024-06-26T00:52:01.335Z | Done (0.367s) |
167 | 2024-06-26T00:52:06.463Z | Done (4.989s) |
168 | 2024-06-26T00:52:06.575Z | Done (0.026s) |
169 | 2024-06-26T00:52:06.599Z | Done (0.000s) |
170 | 2024-06-26T00:52:06.761Z | Done (0.000s) |
171 | 2024-06-26T00:52:07.407Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-06-26T00:52:07.659Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-06-26T00:52:07.683Z | Planning: Consolidating action changes ... Done |
174 | 2024-06-26T00:52:07.993Z | Planning: Evaluating mediators ... Done |
175 | 2024-06-26T00:52:08.017Z | Planning: Planning completed in 0.59 seconds |
176 | 2024-06-26T00:52:08.041Z | Mediators to change: 2 |
177 | 2024-06-26T00:52:08.042Z | Create boot environment: No |
178 | 2024-06-26T00:52:08.042Z | Create backup boot environment: No |
179 | 2024-06-26T00:52:08.105Z | Done |
180 | 2024-06-26T00:52:08.105Z | Done |
181 | 2024-06-26T00:52:08.374Z | Done |
182 | 2024-06-26T00:52:12.722Z | Done |
183 | 2024-06-26T00:52:12.814Z | Done |
184 | 2024-06-26T00:52:12.814Z | Done |
185 | 2024-06-26T00:52:12.891Z | Done |
186 | 2024-06-26T00:52:13.662Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-06-26T00:52:13.686Z | Planning: Merging actions ... Done |
188 | 2024-06-26T00:52:13.951Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-06-26T00:52:13.975Z | Planning: Consolidating action changes ... Done |
190 | 2024-06-26T00:52:14.266Z | Planning: Evaluating mediators ... Done |
191 | 2024-06-26T00:52:14.331Z | Planning: Planning completed in 0.97 seconds |
192 | 2024-06-26T00:52:14.391Z | Packages to change: 1 |
193 | 2024-06-26T00:52:14.391Z | Mediators to change: 1 |
194 | 2024-06-26T00:52:14.391Z | Services to change: 1 |
195 | 2024-06-26T00:52:14.391Z | Create boot environment: No |
196 | 2024-06-26T00:52:14.391Z | Create backup boot environment: Yes |
197 | 2024-06-26T00:52:15.956Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-06-26T00:52:15.980Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-06-26T00:52:15.980Z | Done |
200 | 2024-06-26T00:52:15.980Z | Done |
201 | 2024-06-26T00:52:16.036Z | Done |
202 | 2024-06-26T00:52:20.282Z | Done |
203 | 2024-06-26T00:52:20.372Z | Done |
204 | 2024-06-26T00:52:20.396Z | Done |
205 | 2024-06-26T00:52:20.444Z | Done |
206 | 2024-06-26T00:52:20.955Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-06-26T00:52:20.955Z | clang system 15 system |
208 | 2024-06-26T00:52:20.955Z | csh system system illumos |
209 | 2024-06-26T00:52:20.955Z | ctags system system illumos |
210 | 2024-06-26T00:52:20.955Z | gcc vendor 12 vendor |
211 | 2024-06-26T00:52:20.955Z | gcc system 10 system |
212 | 2024-06-26T00:52:20.955Z | gcc system 7 system |
213 | 2024-06-26T00:52:20.955Z | go system 1.20 system |
214 | 2024-06-26T00:52:20.955Z | go system 1.19 system |
215 | 2024-06-26T00:52:20.955Z | llvm system 15 system |
216 | 2024-06-26T00:52:20.955Z | llvm system 14 system |
217 | 2024-06-26T00:52:20.955Z | mariadb system 10.6 system |
218 | 2024-06-26T00:52:20.955Z | mta vendor vendor dma |
219 | 2024-06-26T00:52:20.955Z | openjdk system 17 system |
220 | 2024-06-26T00:52:20.955Z | openjdk system 11 system |
221 | 2024-06-26T00:52:20.955Z | openjdk system 1.8 system |
222 | 2024-06-26T00:52:20.955Z | openssl vendor 3 vendor |
223 | 2024-06-26T00:52:20.955Z | perl system 5.36 system |
224 | 2024-06-26T00:52:20.955Z | postgresql system 15 system |
225 | 2024-06-26T00:52:20.955Z | postgresql system 13 system |
226 | 2024-06-26T00:52:20.956Z | python vendor 3 vendor |
227 | 2024-06-26T00:52:20.956Z | python system 2 system |
228 | 2024-06-26T00:52:20.956Z | python3 system 3.11 system |
229 | 2024-06-26T00:52:20.956Z | ruby system 3.0 system |
230 | 2024-06-26T00:52:20.956Z | words vendor vendor american-english |
231 | 2024-06-26T00:52:20.956Z | words system system australian-english |
232 | 2024-06-26T00:52:20.956Z | words system system british-english |
233 | 2024-06-26T00:52:20.956Z | words system system canadian-english |
234 | 2024-06-26T00:52:20.956Z | words system system french |
235 | 2024-06-26T00:52:20.956Z | words system system italian |
236 | 2024-06-26T00:52:20.956Z | words system system ngerman |
237 | 2024-06-26T00:52:20.956Z | words system system ogerman |
238 | 2024-06-26T00:52:20.956Z | words system system spanish |
239 | 2024-06-26T00:52:21.360Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-06-26T00:52:21.360Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-06-26T00:52:23.163Z | FMRI IFO |
242 | 2024-06-26T00:52:23.163Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-06-26T00:52:23.163Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-06-26T00:52:23.163Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-06-26T00:52:23.164Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-06-26T00:52:23.708Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-06-26T00:52:24.130Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-06-26T00:52:24.496Z | Updating crates.io index |
257 | 2024-06-26T00:52:24.540Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-06-26T00:52:25.198Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-06-26T00:52:25.956Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-06-26T00:52:26.271Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-06-26T00:52:28.245Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-06-26T00:52:28.700Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-06-26T00:52:29.146Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-06-26T00:52:30.513Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-06-26T00:52:32.855Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-06-26T00:52:33.841Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-06-26T00:52:34.713Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-06-26T00:52:35.484Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-06-26T00:52:35.942Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
270 | 2024-06-26T00:52:36.495Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-06-26T00:52:36.956Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-06-26T00:52:37.542Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
273 | 2024-06-26T00:52:38.087Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-06-26T00:52:38.543Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-06-26T00:52:38.970Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-06-26T00:52:39.606Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-06-26T00:52:40.129Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-06-26T00:52:40.746Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-06-26T00:52:41.232Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-06-26T00:52:41.926Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-06-26T00:52:42.365Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
282 | 2024-06-26T00:52:42.803Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-06-26T00:52:43.456Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-06-26T00:52:45.593Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-06-26T00:52:46.058Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-06-26T00:52:46.444Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-06-26T00:52:47.002Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-06-26T00:52:48.436Z | Downloading crates ... |
289 | 2024-06-26T00:52:48.503Z | Downloaded foreign-types v0.3.2 |
290 | 2024-06-26T00:52:49.126Z | Downloaded dirs-next v2.0.0 |
291 | 2024-06-26T00:52:49.126Z | Downloaded md5 v0.7.0 |
292 | 2024-06-26T00:52:49.126Z | Downloaded openssl-macros v0.1.1 |
293 | 2024-06-26T00:52:49.126Z | Downloaded futures-channel v0.3.30 |
294 | 2024-06-26T00:52:49.126Z | Downloaded dof v0.3.0 |
295 | 2024-06-26T00:52:49.126Z | Downloaded pest_generator v2.7.10 |
296 | 2024-06-26T00:52:49.126Z | Downloaded scroll_derive v0.12.0 |
297 | 2024-06-26T00:52:49.126Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-06-26T00:52:49.126Z | Downloaded crc32fast v1.4.0 |
299 | 2024-06-26T00:52:49.126Z | Downloaded clap_derive v4.5.4 |
300 | 2024-06-26T00:52:49.126Z | Downloaded anyhow v1.0.86 |
301 | 2024-06-26T00:52:49.126Z | Downloaded pest v2.7.10 |
302 | 2024-06-26T00:52:49.126Z | Downloaded tower-service v0.3.2 |
303 | 2024-06-26T00:52:49.126Z | Downloaded tokio-native-tls v0.3.1 |
304 | 2024-06-26T00:52:49.126Z | Downloaded terminal_size v0.3.0 |
305 | 2024-06-26T00:52:49.126Z | Downloaded serde_tokenstream v0.2.0 |
306 | 2024-06-26T00:52:49.126Z | Downloaded scopeguard v1.2.0 |
307 | 2024-06-26T00:52:49.126Z | Downloaded slog-bunyan v2.5.0 |
308 | 2024-06-26T00:52:49.126Z | Downloaded parking_lot v0.12.2 |
309 | 2024-06-26T00:52:49.126Z | Downloaded serde_urlencoded v0.7.1 |
310 | 2024-06-26T00:52:49.127Z | Downloaded pest_derive v2.7.10 |
311 | 2024-06-26T00:52:49.127Z | Downloaded swrite v0.1.0 |
312 | 2024-06-26T00:52:49.127Z | Downloaded serde_spanned v0.6.6 |
313 | 2024-06-26T00:52:49.127Z | Downloaded utf8parse v0.2.1 |
314 | 2024-06-26T00:52:49.127Z | Downloaded memchr v2.7.2 |
315 | 2024-06-26T00:52:49.127Z | Downloaded hyper v0.14.28 |
316 | 2024-06-26T00:52:49.127Z | Downloaded want v0.3.1 |
317 | 2024-06-26T00:52:49.127Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-06-26T00:52:49.127Z | Downloaded usdt v0.5.0 |
319 | 2024-06-26T00:52:49.127Z | Downloaded strsim v0.11.1 |
320 | 2024-06-26T00:52:49.127Z | Downloaded strum_macros v0.26.2 |
321 | 2024-06-26T00:52:49.127Z | Downloaded version_check v0.9.4 |
322 | 2024-06-26T00:52:49.127Z | Downloaded xattr v1.3.1 |
323 | 2024-06-26T00:52:49.127Z | Downloaded tabled_derive v0.7.0 |
324 | 2024-06-26T00:52:49.127Z | Downloaded smallvec v1.13.2 |
325 | 2024-06-26T00:52:49.127Z | Downloaded slog-json v2.6.1 |
326 | 2024-06-26T00:52:49.127Z | Downloaded ryu v1.0.18 |
327 | 2024-06-26T00:52:49.127Z | Downloaded toml_datetime v0.6.6 |
328 | 2024-06-26T00:52:49.127Z | Downloaded thread-id v4.2.1 |
329 | 2024-06-26T00:52:49.127Z | Downloaded thiserror v1.0.60 |
330 | 2024-06-26T00:52:49.127Z | Downloaded unicode-width v0.1.12 |
331 | 2024-06-26T00:52:49.127Z | Downloaded slog v2.7.0 |
332 | 2024-06-26T00:52:49.127Z | Downloaded usdt-impl v0.5.0 |
333 | 2024-06-26T00:52:49.127Z | Downloaded unicode-bidi v0.3.15 |
334 | 2024-06-26T00:52:49.127Z | Downloaded pest_meta v2.7.10 |
335 | 2024-06-26T00:52:49.127Z | Downloaded toml v0.8.13 |
336 | 2024-06-26T00:52:49.127Z | Downloaded typenum v1.17.0 |
337 | 2024-06-26T00:52:49.127Z | Downloaded ucd-trie v0.1.6 |
338 | 2024-06-26T00:52:49.127Z | Downloaded tracing-core v0.1.32 |
339 | 2024-06-26T00:52:49.127Z | Downloaded term v0.7.0 |
340 | 2024-06-26T00:52:49.127Z | Downloaded zerocopy-derive v0.7.34 |
341 | 2024-06-26T00:52:49.127Z | Downloaded unicode-ident v1.0.12 |
342 | 2024-06-26T00:52:49.127Z | Downloaded tracing v0.1.40 |
343 | 2024-06-26T00:52:49.127Z | Downloaded url v2.5.0 |
344 | 2024-06-26T00:52:49.127Z | Downloaded tinyvec v1.6.0 |
345 | 2024-06-26T00:52:49.127Z | Downloaded toml_edit v0.22.13 |
346 | 2024-06-26T00:52:49.127Z | Downloaded zerocopy v0.7.34 |
347 | 2024-06-26T00:52:49.127Z | Downloaded syn v1.0.109 |
348 | 2024-06-26T00:52:49.128Z | Downloaded rustix v0.38.34 |
349 | 2024-06-26T00:52:49.128Z | Downloaded serde_json v1.0.117 |
350 | 2024-06-26T00:52:49.128Z | Downloaded tokio v1.37.0 |
351 | 2024-06-26T00:52:49.128Z | Downloaded reqwest v0.11.27 |
352 | 2024-06-26T00:52:49.128Z | Downloaded winnow v0.6.8 |
353 | 2024-06-26T00:52:49.128Z | Downloaded vcpkg v0.2.15 |
354 | 2024-06-26T00:52:49.128Z | Downloaded unicode-normalization v0.1.23 |
355 | 2024-06-26T00:52:49.128Z | Downloaded tokio-util v0.7.11 |
356 | 2024-06-26T00:52:49.128Z | Downloaded time v0.3.36 |
357 | 2024-06-26T00:52:49.128Z | Downloaded tabled v0.15.0 |
358 | 2024-06-26T00:52:49.128Z | Downloaded syn v2.0.68 |
359 | 2024-06-26T00:52:49.128Z | Downloaded socket2 v0.5.7 |
360 | 2024-06-26T00:52:49.128Z | Downloaded serde_derive v1.0.203 |
361 | 2024-06-26T00:52:49.128Z | Downloaded serde v1.0.203 |
362 | 2024-06-26T00:52:49.128Z | Downloaded slog-term v2.9.1 |
363 | 2024-06-26T00:52:49.128Z | Downloaded encoding_rs v0.8.34 |
364 | 2024-06-26T00:52:49.128Z | Downloaded tar v0.4.40 |
365 | 2024-06-26T00:52:49.128Z | Downloaded time-macros v0.2.18 |
366 | 2024-06-26T00:52:49.128Z | Downloaded libc v0.2.155 |
367 | 2024-06-26T00:52:49.128Z | Downloaded tokio-macros v2.2.0 |
368 | 2024-06-26T00:52:49.128Z | Downloaded proc-macro2 v1.0.86 |
369 | 2024-06-26T00:52:49.128Z | Downloaded signal-hook-registry v1.4.2 |
370 | 2024-06-26T00:52:49.128Z | Downloaded semver v1.0.23 |
371 | 2024-06-26T00:52:49.128Z | Downloaded openssl v0.10.64 |
372 | 2024-06-26T00:52:49.128Z | Downloaded thread_local v1.1.8 |
373 | 2024-06-26T00:52:49.128Z | Downloaded thiserror-impl v1.0.60 |
374 | 2024-06-26T00:52:49.128Z | Downloaded quote v1.0.36 |
375 | 2024-06-26T00:52:49.128Z | Downloaded idna v0.5.0 |
376 | 2024-06-26T00:52:49.128Z | Downloaded usdt-macro v0.5.0 |
377 | 2024-06-26T00:52:49.128Z | Downloaded try-lock v0.2.5 |
378 | 2024-06-26T00:52:49.128Z | Downloaded tinyvec_macros v0.1.1 |
379 | 2024-06-26T00:52:49.128Z | Downloaded take_mut v0.2.2 |
380 | 2024-06-26T00:52:49.128Z | Downloaded sha2 v0.10.8 |
381 | 2024-06-26T00:52:49.129Z | Downloaded proc-macro-error v1.0.4 |
382 | 2024-06-26T00:52:49.129Z | Downloaded pin-utils v0.1.0 |
383 | 2024-06-26T00:52:49.129Z | Downloaded pin-project-lite v0.2.14 |
384 | 2024-06-26T00:52:49.129Z | Downloaded mio v0.8.11 |
385 | 2024-06-26T00:52:49.129Z | Downloaded h2 v0.3.26 |
386 | 2024-06-26T00:52:49.129Z | Downloaded strum v0.26.2 |
387 | 2024-06-26T00:52:49.129Z | Downloaded indexmap v2.2.6 |
388 | 2024-06-26T00:52:49.129Z | Downloaded goblin v0.8.2 |
389 | 2024-06-26T00:52:49.129Z | Downloaded futures-util v0.3.30 |
390 | 2024-06-26T00:52:49.174Z | Downloaded clap_builder v4.5.2 |
391 | 2024-06-26T00:52:49.174Z | Downloaded rustversion v1.0.17 |
392 | 2024-06-26T00:52:49.174Z | Downloaded proc-macro-error-attr v1.0.4 |
393 | 2024-06-26T00:52:49.174Z | Downloaded percent-encoding v2.3.1 |
394 | 2024-06-26T00:52:49.174Z | Downloaded num_threads v0.1.7 |
395 | 2024-06-26T00:52:49.174Z | Downloaded mime v0.3.17 |
396 | 2024-06-26T00:52:49.174Z | Downloaded lock_api v0.4.12 |
397 | 2024-06-26T00:52:49.174Z | Downloaded itoa v1.0.11 |
398 | 2024-06-26T00:52:49.175Z | Downloaded hyper-tls v0.5.0 |
399 | 2024-06-26T00:52:49.175Z | Downloaded httpdate v1.0.3 |
400 | 2024-06-26T00:52:49.175Z | Downloaded http-body v0.4.6 |
401 | 2024-06-26T00:52:49.175Z | Downloaded hostname v0.3.1 |
402 | 2024-06-26T00:52:49.175Z | Downloaded heck v0.4.1 |
403 | 2024-06-26T00:52:49.175Z | Downloaded hashbrown v0.14.5 |
404 | 2024-06-26T00:52:49.175Z | Downloaded generic-array v0.14.7 |
405 | 2024-06-26T00:52:49.175Z | Downloaded futures-task v0.3.30 |
406 | 2024-06-26T00:52:49.175Z | Downloaded futures-macro v0.3.30 |
407 | 2024-06-26T00:52:49.175Z | Downloaded futures-executor v0.3.30 |
408 | 2024-06-26T00:52:49.175Z | Downloaded time-core v0.1.2 |
409 | 2024-06-26T00:52:49.175Z | Downloaded sync_wrapper v0.1.2 |
410 | 2024-06-26T00:52:49.175Z | Downloaded slog-async v2.8.0 |
411 | 2024-06-26T00:52:49.175Z | Downloaded slab v0.4.9 |
412 | 2024-06-26T00:52:49.175Z | Downloaded scroll v0.12.0 |
413 | 2024-06-26T00:52:49.175Z | Downloaded rustls-pemfile v1.0.4 |
414 | 2024-06-26T00:52:49.175Z | Downloaded powerfmt v0.2.0 |
415 | 2024-06-26T00:52:49.175Z | Downloaded plain v0.2.3 |
416 | 2024-06-26T00:52:49.175Z | Downloaded pkg-config v0.3.30 |
417 | 2024-06-26T00:52:49.175Z | Downloaded num-conv v0.1.0 |
418 | 2024-06-26T00:52:49.175Z | Downloaded is-terminal v0.4.12 |
419 | 2024-06-26T00:52:49.175Z | Downloaded http v0.2.12 |
420 | 2024-06-26T00:52:49.175Z | Downloaded parking_lot_core v0.9.10 |
421 | 2024-06-26T00:52:49.175Z | Downloaded papergrid v0.11.0 |
422 | 2024-06-26T00:52:49.175Z | Downloaded openssl-sys v0.9.102 |
423 | 2024-06-26T00:52:49.175Z | Downloaded openssl-probe v0.1.5 |
424 | 2024-06-26T00:52:49.175Z | Downloaded miniz_oxide v0.7.2 |
425 | 2024-06-26T00:52:49.175Z | Downloaded macaddr v1.0.1 |
426 | 2024-06-26T00:52:49.175Z | Downloaded log v0.4.21 |
427 | 2024-06-26T00:52:49.175Z | Downloaded futures v0.3.30 |
428 | 2024-06-26T00:52:49.175Z | Downloaded foreign-types-shared v0.1.1 |
429 | 2024-06-26T00:52:49.175Z | Downloaded fnv v1.0.7 |
430 | 2024-06-26T00:52:49.175Z | Downloaded flate2 v1.0.30 |
431 | 2024-06-26T00:52:49.175Z | Downloaded deranged v0.3.11 |
432 | 2024-06-26T00:52:49.175Z | Downloaded crossbeam-utils v0.8.19 |
433 | 2024-06-26T00:52:49.175Z | Downloaded crossbeam-channel v0.5.12 |
434 | 2024-06-26T00:52:49.200Z | Downloaded cc v1.0.97 |
435 | 2024-06-26T00:52:49.200Z | Downloaded bytes v1.6.0 |
436 | 2024-06-26T00:52:49.200Z | Downloaded base64 v0.21.7 |
437 | 2024-06-26T00:52:49.200Z | Downloaded cargo_toml v0.20.2 |
438 | 2024-06-26T00:52:49.200Z | Downloaded anstream v0.6.14 |
439 | 2024-06-26T00:52:49.200Z | Downloaded once_cell v1.19.0 |
440 | 2024-06-26T00:52:49.200Z | Downloaded native-tls v0.2.11 |
441 | 2024-06-26T00:52:49.200Z | Downloaded httparse v1.8.0 |
442 | 2024-06-26T00:52:49.200Z | Downloaded futures-io v0.3.30 |
443 | 2024-06-26T00:52:49.200Z | Downloaded filetime v0.2.23 |
444 | 2024-06-26T00:52:49.200Z | Downloaded dirs-sys-next v0.1.2 |
445 | 2024-06-26T00:52:49.200Z | Downloaded colorchoice v1.0.1 |
446 | 2024-06-26T00:52:49.200Z | Downloaded clap v4.5.4 |
447 | 2024-06-26T00:52:49.200Z | Downloaded cargo_metadata v0.18.1 |
448 | 2024-06-26T00:52:49.200Z | Downloaded camino v1.1.7 |
449 | 2024-06-26T00:52:49.200Z | Downloaded num_cpus v1.16.0 |
450 | 2024-06-26T00:52:49.200Z | Downloaded memmap v0.7.0 |
451 | 2024-06-26T00:52:49.200Z | Downloaded ipnet v2.9.0 |
452 | 2024-06-26T00:52:49.200Z | Downloaded heck v0.5.0 |
453 | 2024-06-26T00:52:49.224Z | Downloaded futures-sink v0.3.30 |
454 | 2024-06-26T00:52:49.224Z | Downloaded futures-core v0.3.30 |
455 | 2024-06-26T00:52:49.224Z | Downloaded equivalent v1.0.1 |
456 | 2024-06-26T00:52:49.224Z | Downloaded dtrace-parser v0.2.0 |
457 | 2024-06-26T00:52:49.224Z | Downloaded cfg-if v1.0.0 |
458 | 2024-06-26T00:52:49.224Z | Downloaded bytecount v0.6.8 |
459 | 2024-06-26T00:52:49.224Z | Downloaded bitflags v2.5.0 |
460 | 2024-06-26T00:52:49.224Z | Downloaded autocfg v1.3.0 |
461 | 2024-06-26T00:52:49.224Z | Downloaded digest v0.10.7 |
462 | 2024-06-26T00:52:49.224Z | Downloaded crypto-common v0.1.6 |
463 | 2024-06-26T00:52:49.224Z | Downloaded cpufeatures v0.2.12 |
464 | 2024-06-26T00:52:49.224Z | Downloaded anstyle v1.0.7 |
465 | 2024-06-26T00:52:49.224Z | Downloaded is_terminal_polyfill v1.70.0 |
466 | 2024-06-26T00:52:49.224Z | Downloaded anstyle-query v1.0.3 |
467 | 2024-06-26T00:52:49.224Z | Downloaded anstyle-parse v0.2.4 |
468 | 2024-06-26T00:52:49.224Z | Downloaded match_cfg v0.1.0 |
469 | 2024-06-26T00:52:49.224Z | Downloaded fs-err v2.11.0 |
470 | 2024-06-26T00:52:49.249Z | Downloaded form_urlencoded v1.2.1 |
471 | 2024-06-26T00:52:49.249Z | Downloaded errno v0.3.9 |
472 | 2024-06-26T00:52:49.249Z | Downloaded byteorder v1.5.0 |
473 | 2024-06-26T00:52:49.249Z | Downloaded adler v1.0.2 |
474 | 2024-06-26T00:52:49.249Z | Downloaded clap_lex v0.7.0 |
475 | 2024-06-26T00:52:49.249Z | Downloaded cargo-platform v0.1.8 |
476 | 2024-06-26T00:52:49.249Z | Downloaded block-buffer v0.10.4 |
477 | 2024-06-26T00:52:49.535Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-06-26T00:52:49.535Z | Compiling unicode-ident v1.0.12 |
479 | 2024-06-26T00:52:49.535Z | Compiling libc v0.2.155 |
480 | 2024-06-26T00:52:49.535Z | Compiling version_check v0.9.4 |
481 | 2024-06-26T00:52:49.535Z | Compiling cfg-if v1.0.0 |
482 | 2024-06-26T00:52:49.535Z | Compiling once_cell v1.19.0 |
483 | 2024-06-26T00:52:49.535Z | Compiling itoa v1.0.11 |
484 | 2024-06-26T00:52:49.535Z | Compiling serde v1.0.203 |
485 | 2024-06-26T00:52:49.574Z | Compiling autocfg v1.3.0 |
486 | 2024-06-26T00:52:49.613Z | Compiling memchr v2.7.2 |
487 | 2024-06-26T00:52:49.673Z | Compiling thiserror v1.0.60 |
488 | 2024-06-26T00:52:49.880Z | Compiling ryu v1.0.18 |
489 | 2024-06-26T00:52:50.048Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-06-26T00:52:50.186Z | Compiling bitflags v2.5.0 |
491 | 2024-06-26T00:52:50.210Z | Compiling ucd-trie v0.1.6 |
492 | 2024-06-26T00:52:50.263Z | Compiling pkg-config v0.3.30 |
493 | 2024-06-26T00:52:50.296Z | Compiling parking_lot_core v0.9.10 |
494 | 2024-06-26T00:52:50.391Z | Compiling lock_api v0.4.12 |
495 | 2024-06-26T00:52:50.693Z | Compiling vcpkg v0.2.15 |
496 | 2024-06-26T00:52:50.745Z | Compiling cc v1.0.97 |
497 | 2024-06-26T00:52:50.914Z | Compiling quote v1.0.36 |
498 | 2024-06-26T00:52:50.945Z | Compiling slab v0.4.9 |
499 | 2024-06-26T00:52:51.186Z | Compiling futures-core v0.3.30 |
500 | 2024-06-26T00:52:51.210Z | Compiling scopeguard v1.2.0 |
501 | 2024-06-26T00:52:51.344Z | Compiling syn v2.0.68 |
502 | 2024-06-26T00:52:51.546Z | Compiling futures-sink v0.3.30 |
503 | 2024-06-26T00:52:51.638Z | Compiling bytes v1.6.0 |
504 | 2024-06-26T00:52:51.684Z | Compiling smallvec v1.13.2 |
505 | 2024-06-26T00:52:51.898Z | Compiling serde_json v1.0.117 |
506 | 2024-06-26T00:52:51.922Z | Compiling equivalent v1.0.1 |
507 | 2024-06-26T00:52:52.052Z | Compiling log v0.4.21 |
508 | 2024-06-26T00:52:52.112Z | Compiling fnv v1.0.7 |
509 | 2024-06-26T00:52:52.161Z | Compiling hashbrown v0.14.5 |
510 | 2024-06-26T00:52:52.230Z | Compiling byteorder v1.5.0 |
511 | 2024-06-26T00:52:52.393Z | Compiling parking_lot v0.12.2 |
512 | 2024-06-26T00:52:52.663Z | Compiling futures-channel v0.3.30 |
513 | 2024-06-26T00:52:52.688Z | Compiling socket2 v0.5.7 |
514 | 2024-06-26T00:52:52.712Z | Compiling num_cpus v1.16.0 |
515 | 2024-06-26T00:52:52.831Z | Compiling signal-hook-registry v1.4.2 |
516 | 2024-06-26T00:52:52.898Z | Compiling mio v0.8.11 |
517 | 2024-06-26T00:52:53.178Z | Compiling indexmap v2.2.6 |
518 | 2024-06-26T00:52:53.235Z | Compiling pin-utils v0.1.0 |
519 | 2024-06-26T00:52:53.328Z | Compiling futures-task v0.3.30 |
520 | 2024-06-26T00:52:53.504Z | Compiling rustix v0.38.34 |
521 | 2024-06-26T00:52:53.541Z | Compiling typenum v1.17.0 |
522 | 2024-06-26T00:52:53.638Z | Compiling futures-io v0.3.30 |
523 | 2024-06-26T00:52:53.715Z | Compiling openssl-sys v0.9.102 |
524 | 2024-06-26T00:52:53.918Z | Compiling errno v0.3.9 |
525 | 2024-06-26T00:52:53.966Z | Compiling generic-array v0.14.7 |
526 | 2024-06-26T00:52:53.990Z | Compiling slog v2.7.0 |
527 | 2024-06-26T00:52:54.148Z | Compiling foreign-types-shared v0.1.1 |
528 | 2024-06-26T00:52:54.249Z | Compiling openssl v0.10.64 |
529 | 2024-06-26T00:52:54.302Z | Compiling foreign-types v0.3.2 |
530 | 2024-06-26T00:52:54.439Z | Compiling http v0.2.12 |
531 | 2024-06-26T00:52:54.558Z | Compiling usdt-impl v0.5.0 |
532 | 2024-06-26T00:52:54.608Z | Compiling proc-macro-error-attr v1.0.4 |
533 | 2024-06-26T00:52:54.907Z | Compiling tracing-core v0.1.32 |
534 | 2024-06-26T00:52:54.932Z | Compiling tinyvec_macros v0.1.1 |
535 | 2024-06-26T00:52:55.039Z | Compiling native-tls v0.2.11 |
536 | 2024-06-26T00:52:55.085Z | Compiling time-core v0.1.2 |
537 | 2024-06-26T00:52:55.263Z | Compiling httparse v1.8.0 |
538 | 2024-06-26T00:52:55.355Z | Compiling num-conv v0.1.0 |
539 | 2024-06-26T00:52:55.700Z | Compiling syn v1.0.109 |
540 | 2024-06-26T00:52:55.734Z | Compiling powerfmt v0.2.0 |
541 | 2024-06-26T00:52:56.048Z | Compiling deranged v0.3.11 |
542 | 2024-06-26T00:52:56.162Z | Compiling time-macros v0.2.18 |
543 | 2024-06-26T00:52:56.269Z | Compiling tracing v0.1.40 |
544 | 2024-06-26T00:52:56.390Z | Compiling tinyvec v1.6.0 |
545 | 2024-06-26T00:52:56.688Z | Compiling thread-id v4.2.1 |
546 | 2024-06-26T00:52:56.917Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-06-26T00:52:56.983Z | Compiling crossbeam-utils v0.8.19 |
548 | 2024-06-26T00:52:57.074Z | Compiling rustversion v1.0.17 |
549 | 2024-06-26T00:52:57.160Z | Compiling utf8parse v0.2.1 |
550 | 2024-06-26T00:52:57.299Z | Compiling heck v0.4.1 |
551 | 2024-06-26T00:52:57.504Z | Compiling try-lock v0.2.5 |
552 | 2024-06-26T00:52:57.601Z | Compiling openssl-probe v0.1.5 |
553 | 2024-06-26T00:52:57.626Z | Compiling percent-encoding v2.3.1 |
554 | 2024-06-26T00:52:57.655Z | Compiling num_threads v0.1.7 |
555 | 2024-06-26T00:52:57.655Z | Compiling plain v0.2.3 |
556 | 2024-06-26T00:52:57.713Z | Compiling want v0.3.1 |
557 | 2024-06-26T00:52:57.809Z | Compiling unicode-normalization v0.1.23 |
558 | 2024-06-26T00:52:57.833Z | Compiling form_urlencoded v1.2.1 |
559 | 2024-06-26T00:52:57.895Z | Compiling anstyle-parse v0.2.4 |
560 | 2024-06-26T00:52:58.132Z | Compiling http-body v0.4.6 |
561 | 2024-06-26T00:52:58.207Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-06-26T00:52:58.641Z | Compiling tower-service v0.3.2 |
563 | 2024-06-26T00:52:58.665Z | Compiling unicode-bidi v0.3.15 |
564 | 2024-06-26T00:52:58.692Z | Compiling anstyle-query v1.0.3 |
565 | 2024-06-26T00:52:58.746Z | Compiling semver v1.0.23 |
566 | 2024-06-26T00:52:58.771Z | Compiling colorchoice v1.0.1 |
567 | 2024-06-26T00:52:58.799Z | Compiling winnow v0.6.8 |
568 | 2024-06-26T00:52:58.826Z | Compiling camino v1.1.7 |
569 | 2024-06-26T00:52:58.927Z | Compiling pretty-hex v0.4.1 |
570 | 2024-06-26T00:52:59.052Z | Compiling time v0.3.36 |
571 | 2024-06-26T00:52:59.114Z | Compiling is_terminal_polyfill v1.70.0 |
572 | 2024-06-26T00:52:59.166Z | Compiling httpdate v1.0.3 |
573 | 2024-06-26T00:52:59.233Z | Compiling anstyle v1.0.7 |
574 | 2024-06-26T00:52:59.361Z | Compiling crc32fast v1.4.0 |
575 | 2024-06-26T00:52:59.579Z | Compiling anstream v0.6.14 |
576 | 2024-06-26T00:52:59.703Z | Compiling idna v0.5.0 |
577 | 2024-06-26T00:52:59.955Z | Compiling dirs-next v2.0.0 |
578 | 2024-06-26T00:53:00.936Z | Compiling block-buffer v0.10.4 |
579 | 2024-06-26T00:53:01.113Z | Compiling crypto-common v0.1.6 |
580 | 2024-06-26T00:53:01.148Z | Compiling terminal_size v0.3.0 |
581 | 2024-06-26T00:53:01.306Z | Compiling fs-err v2.11.0 |
582 | 2024-06-26T00:53:01.331Z | Compiling thread_local v1.1.8 |
583 | 2024-06-26T00:53:01.364Z | Compiling unicode-width v0.1.12 |
584 | 2024-06-26T00:53:01.468Z | Compiling heck v0.5.0 |
585 | 2024-06-26T00:53:01.539Z | Compiling strsim v0.11.1 |
586 | 2024-06-26T00:53:01.564Z | Compiling clap_lex v0.7.0 |
587 | 2024-06-26T00:53:01.814Z | Compiling match_cfg v0.1.0 |
588 | 2024-06-26T00:53:01.866Z | Compiling base64 v0.21.7 |
589 | 2024-06-26T00:53:01.908Z | Compiling slog-async v2.8.0 |
590 | 2024-06-26T00:53:01.940Z | Compiling bytecount v0.6.8 |
591 | 2024-06-26T00:53:02.023Z | Compiling adler v1.0.2 |
592 | 2024-06-26T00:53:02.136Z | Compiling anyhow v1.0.86 |
593 | 2024-06-26T00:53:02.221Z | Compiling serde_derive v1.0.203 |
594 | 2024-06-26T00:53:02.246Z | Compiling thiserror-impl v1.0.60 |
595 | 2024-06-26T00:53:02.335Z | Compiling zerocopy-derive v0.7.34 |
596 | 2024-06-26T00:53:02.361Z | Compiling tokio-macros v2.2.0 |
597 | 2024-06-26T00:53:02.385Z | Compiling futures-macro v0.3.30 |
598 | 2024-06-26T00:53:02.521Z | Compiling openssl-macros v0.1.1 |
599 | 2024-06-26T00:53:02.614Z | Compiling scroll_derive v0.12.0 |
600 | 2024-06-26T00:53:03.565Z | Compiling tabled_derive v0.7.0 |
601 | 2024-06-26T00:53:03.699Z | Compiling tokio v1.37.0 |
602 | 2024-06-26T00:53:03.801Z | Compiling scroll v0.12.0 |
603 | 2024-06-26T00:53:04.038Z | Compiling futures-util v0.3.30 |
604 | 2024-06-26T00:53:04.192Z | Compiling zerocopy v0.7.34 |
605 | 2024-06-26T00:53:04.279Z | Compiling goblin v0.8.2 |
606 | 2024-06-26T00:53:05.013Z | Compiling pest v2.7.10 |
607 | 2024-06-26T00:53:05.677Z | Compiling rustls-pemfile v1.0.4 |
608 | 2024-06-26T00:53:05.723Z | Compiling clap_derive v4.5.4 |
609 | 2024-06-26T00:53:06.050Z | Compiling strum_macros v0.26.2 |
610 | 2024-06-26T00:53:07.557Z | Compiling pest_meta v2.7.10 |
611 | 2024-06-26T00:53:09.786Z | Compiling pest_generator v2.7.10 |
612 | 2024-06-26T00:53:10.224Z | Compiling tokio-util v0.7.11 |
613 | 2024-06-26T00:53:10.889Z | Compiling tokio-native-tls v0.3.1 |
614 | 2024-06-26T00:53:11.116Z | Compiling h2 v0.3.26 |
615 | 2024-06-26T00:53:11.399Z | Compiling futures-executor v0.3.30 |
616 | 2024-06-26T00:53:11.463Z | Compiling miniz_oxide v0.7.2 |
617 | 2024-06-26T00:53:11.890Z | Compiling papergrid v0.11.0 |
618 | 2024-06-26T00:53:12.009Z | Compiling pest_derive v2.7.10 |
619 | 2024-06-26T00:53:12.626Z | Compiling dtrace-parser v0.2.0 |
620 | 2024-06-26T00:53:12.722Z | Compiling hostname v0.3.1 |
621 | 2024-06-26T00:53:12.937Z | Compiling clap_builder v4.5.2 |
622 | 2024-06-26T00:53:13.190Z | Compiling digest v0.10.7 |
623 | 2024-06-26T00:53:13.552Z | Compiling crossbeam-channel v0.5.12 |
624 | 2024-06-26T00:53:14.440Z | Compiling serde_tokenstream v0.2.0 |
625 | 2024-06-26T00:53:14.495Z | Compiling serde_spanned v0.6.6 |
626 | 2024-06-26T00:53:14.691Z | Compiling toml_datetime v0.6.6 |
627 | 2024-06-26T00:53:14.900Z | Compiling hyper v0.14.28 |
628 | 2024-06-26T00:53:15.117Z | Compiling toml_edit v0.22.13 |
629 | 2024-06-26T00:53:15.384Z | Compiling dof v0.3.0 |
630 | 2024-06-26T00:53:16.556Z | Compiling slog-json v2.6.1 |
631 | 2024-06-26T00:53:17.265Z | Compiling cargo-platform v0.1.8 |
632 | 2024-06-26T00:53:17.692Z | Compiling toml v0.8.13 |
633 | 2024-06-26T00:53:17.734Z | Compiling serde_urlencoded v0.7.1 |
634 | 2024-06-26T00:53:17.759Z | Compiling url v2.5.0 |
635 | 2024-06-26T00:53:18.026Z | Compiling hyper-tls v0.5.0 |
636 | 2024-06-26T00:53:18.176Z | Compiling term v0.7.0 |
637 | 2024-06-26T00:53:18.357Z | Compiling usdt-attr-macro v0.5.0 |
638 | 2024-06-26T00:53:18.611Z | Compiling usdt-macro v0.5.0 |
639 | 2024-06-26T00:53:19.131Z | Compiling xattr v1.3.1 |
640 | 2024-06-26T00:53:19.355Z | Compiling is-terminal v0.4.12 |
641 | 2024-06-26T00:53:19.387Z | Compiling memmap v0.7.0 |
642 | 2024-06-26T00:53:19.486Z | Compiling filetime v0.2.23 |
643 | 2024-06-26T00:53:19.511Z | Compiling encoding_rs v0.8.34 |
644 | 2024-06-26T00:53:19.587Z | Compiling take_mut v0.2.2 |
645 | 2024-06-26T00:53:19.732Z | Compiling sync_wrapper v0.1.2 |
646 | 2024-06-26T00:53:19.756Z | Compiling ipnet v2.9.0 |
647 | 2024-06-26T00:53:19.779Z | Compiling mime v0.3.17 |
648 | 2024-06-26T00:53:19.848Z | Compiling cpufeatures v0.2.12 |
649 | 2024-06-26T00:53:19.957Z | Compiling sha2 v0.10.8 |
650 | 2024-06-26T00:53:20.106Z | Compiling usdt v0.5.0 |
651 | 2024-06-26T00:53:20.297Z | Compiling tar v0.4.40 |
652 | 2024-06-26T00:53:20.601Z | Compiling slog-term v2.9.1 |
653 | 2024-06-26T00:53:20.907Z | Compiling flate2 v1.0.30 |
654 | 2024-06-26T00:53:20.942Z | Compiling cargo_toml v0.20.2 |
655 | 2024-06-26T00:53:20.966Z | Compiling cargo_metadata v0.18.1 |
656 | 2024-06-26T00:53:21.611Z | Compiling reqwest v0.11.27 |
657 | 2024-06-26T00:53:21.711Z | Compiling slog-bunyan v2.5.0 |
658 | 2024-06-26T00:53:21.886Z | Compiling clap v4.5.4 |
659 | 2024-06-26T00:53:21.991Z | Compiling macaddr v1.0.1 |
660 | 2024-06-26T00:53:22.147Z | Compiling tabled v0.15.0 |
661 | 2024-06-26T00:53:22.377Z | Compiling futures v0.3.30 |
662 | 2024-06-26T00:53:22.447Z | Compiling strum v0.26.2 |
663 | 2024-06-26T00:53:22.613Z | Compiling swrite v0.1.0 |
664 | 2024-06-26T00:53:22.728Z | Compiling md5 v0.7.0 |
665 | 2024-06-26T00:53:27.599Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
666 | 2024-06-26T00:53:37.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
667 | 2024-06-26T00:53:37.731Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
668 | 2024-06-26T00:53:37.811Z | Jun 26 00:53:37.596 INFO Starting download, target: Clickhouse |
669 | 2024-06-26T00:53:37.835Z | Jun 26 00:53:37.597 INFO Starting download, target: Cockroach |
670 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.597 INFO Starting download, target: Console |
671 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.597 INFO Starting download, target: DendriteOpenapi |
672 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.597 INFO Starting download, target: DendriteStub |
673 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.597 INFO Starting download, target: MaghemiteMgd |
674 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.597 INFO Starting download, target: TransceiverControl |
675 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.598 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
676 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.599 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
677 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.600 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
678 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.600 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
679 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.600 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
680 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.600 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
681 | 2024-06-26T00:53:37.836Z | Jun 26 00:53:37.600 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
682 | 2024-06-26T00:53:38.194Z | Jun 26 00:53:37.972 INFO Download complete, target: DendriteOpenapi |
683 | 2024-06-26T00:53:38.242Z | Jun 26 00:53:38.024 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
684 | 2024-06-26T00:53:38.609Z | Jun 26 00:53:38.380 INFO Download complete, target: Console |
685 | 2024-06-26T00:53:38.959Z | Jun 26 00:53:38.744 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
686 | 2024-06-26T00:53:39.686Z | Jun 26 00:53:39.471 INFO Download complete, target: TransceiverControl |
687 | 2024-06-26T00:53:39.832Z | Jun 26 00:53:39.617 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
688 | 2024-06-26T00:53:40.071Z | Jun 26 00:53:39.857 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
689 | 2024-06-26T00:53:43.077Z | Jun 26 00:53:42.863 INFO Download complete, target: DendriteStub |
690 | 2024-06-26T00:53:43.575Z | Jun 26 00:53:43.361 INFO Download complete, target: MaghemiteMgd |
691 | 2024-06-26T00:53:48.400Z | Jun 26 00:53:48.185 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
692 | 2024-06-26T00:53:48.400Z | Jun 26 00:53:48.186 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
693 | 2024-06-26T00:53:56.270Z | Jun 26 00:53:56.056 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
694 | 2024-06-26T00:53:58.258Z | Jun 26 00:53:58.044 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-06-26T00:53:58.693Z | Jun 26 00:53:58.479 INFO Checking that binary works, target: Cockroach |
696 | 2024-06-26T00:53:58.885Z | Jun 26 00:53:58.671 INFO Download complete, target: Cockroach |
697 | 2024-06-26T00:54:13.161Z | Jun 26 00:54:12.947 INFO Checking that binary works, target: Clickhouse |
698 | 2024-06-26T00:54:13.290Z | Jun 26 00:54:13.076 INFO Download complete, target: Clickhouse |
699 | 2024-06-26T00:54:13.314Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2024-06-26T00:54:13.339Z | |
701 | 2024-06-26T00:54:13.339Z | real 2:48.697928640 |
702 | 2024-06-26T00:54:13.339Z | user 5:17.644073199 |
703 | 2024-06-26T00:54:13.339Z | sys 1:18.794695954 |
704 | 2024-06-26T00:54:13.339Z | trap 0.173653331 |
705 | 2024-06-26T00:54:13.339Z | tflt 0.078469457 |
706 | 2024-06-26T00:54:13.339Z | dflt 0.801949096 |
707 | 2024-06-26T00:54:13.339Z | kflt 0.006826815 |
708 | 2024-06-26T00:54:13.339Z | lock 19:03.783579683 |
709 | 2024-06-26T00:54:13.339Z | slp 14:44.520000365 |
710 | 2024-06-26T00:54:13.339Z | lat 25.174130700 |
711 | 2024-06-26T00:54:13.339Z | stop 1:02.726654421 |
712 | 2024-06-26T00:54:13.339Z | + banner clippy |
713 | 2024-06-26T00:54:13.339Z | |
714 | 2024-06-26T00:54:13.339Z | #### # # ##### ##### # # |
715 | 2024-06-26T00:54:13.340Z | # # # # # # # # # # |
716 | 2024-06-26T00:54:13.340Z | # # # # # # # # |
717 | 2024-06-26T00:54:13.340Z | # # # ##### ##### # |
718 | 2024-06-26T00:54:13.340Z | # # # # # # # |
719 | 2024-06-26T00:54:13.340Z | #### ###### # # # # |
720 | 2024-06-26T00:54:13.340Z | |
721 | 2024-06-26T00:54:13.340Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-06-26T00:54:13.340Z | + CARGO_INCREMENTAL=0 |
723 | 2024-06-26T00:54:13.340Z | + ptime -m cargo xtask clippy |
724 | 2024-06-26T00:54:14.009Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
725 | 2024-06-26T00:54:23.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s |
726 | 2024-06-26T00:54:23.883Z | Running `target/debug/xtask clippy` |
727 | 2024-06-26T00:54:23.918Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
728 | 2024-06-26T00:54:24.858Z | Downloading crates ... |
729 | 2024-06-26T00:54:25.045Z | Downloaded cstr-argument v0.1.2 |
730 | 2024-06-26T00:54:25.068Z | Downloaded bitstruct v0.1.1 |
731 | 2024-06-26T00:54:25.069Z | Downloaded crossbeam-deque v0.8.5 |
732 | 2024-06-26T00:54:25.097Z | Downloaded structmeta-derive v0.2.0 |
733 | 2024-06-26T00:54:25.121Z | Downloaded tiny-keccak v2.0.2 |
734 | 2024-06-26T00:54:25.146Z | Downloaded fatfs v0.3.6 |
735 | 2024-06-26T00:54:25.171Z | Downloaded sec1 v0.7.3 |
736 | 2024-06-26T00:54:25.196Z | Downloaded spki v0.7.3 |
737 | 2024-06-26T00:54:25.196Z | Downloaded tower-layer v0.3.2 |
738 | 2024-06-26T00:54:25.221Z | Downloaded utf-8 v0.7.6 |
739 | 2024-06-26T00:54:25.222Z | Downloaded darling_macro v0.20.9 |
740 | 2024-06-26T00:54:25.222Z | Downloaded diesel_table_macro_syntax v0.1.0 |
741 | 2024-06-26T00:54:25.222Z | Downloaded foreign-types-shared v0.3.1 |
742 | 2024-06-26T00:54:25.248Z | Downloaded headers-core v0.2.0 |
743 | 2024-06-26T00:54:25.248Z | Downloaded hex-literal v0.4.1 |
744 | 2024-06-26T00:54:25.248Z | Downloaded humantime v2.1.0 |
745 | 2024-06-26T00:54:25.248Z | Downloaded precomputed-hash v0.1.1 |
746 | 2024-06-26T00:54:25.248Z | Downloaded pem v3.0.4 |
747 | 2024-06-26T00:54:25.275Z | Downloaded portpicker v0.1.1 |
748 | 2024-06-26T00:54:25.275Z | Downloaded pretty-hex v0.2.1 |
749 | 2024-06-26T00:54:25.275Z | Downloaded proc-macro-crate v1.3.1 |
750 | 2024-06-26T00:54:25.275Z | Downloaded primeorder v0.13.6 |
751 | 2024-06-26T00:54:25.275Z | Downloaded postcard v1.0.8 |
752 | 2024-06-26T00:54:25.302Z | Downloaded hostname v0.4.0 |
753 | 2024-06-26T00:54:25.302Z | Downloaded predicates-tree v1.0.9 |
754 | 2024-06-26T00:54:25.302Z | Downloaded rustls v0.22.4 |
755 | 2024-06-26T00:54:25.327Z | Downloaded pkcs8 v0.10.2 |
756 | 2024-06-26T00:54:25.327Z | Downloaded pin-project-internal v1.1.5 |
757 | 2024-06-26T00:54:25.327Z | Downloaded prettyplease v0.2.20 |
758 | 2024-06-26T00:54:25.354Z | Downloaded x509-cert v0.2.5 |
759 | 2024-06-26T00:54:25.354Z | Downloaded pretty_assertions v1.4.0 |
760 | 2024-06-26T00:54:25.354Z | Downloaded tough v0.17.1 |
761 | 2024-06-26T00:54:25.377Z | Downloaded http v1.1.0 |
762 | 2024-06-26T00:54:25.377Z | Downloaded winnow v0.5.40 |
763 | 2024-06-26T00:54:25.401Z | Downloaded plotters v0.3.5 |
764 | 2024-06-26T00:54:25.401Z | Downloaded polar-core v0.27.3 |
765 | 2024-06-26T00:54:25.426Z | Downloaded webpki-roots v0.25.4 |
766 | 2024-06-26T00:54:25.426Z | Downloaded trust-dns-proto v0.22.0 |
767 | 2024-06-26T00:54:25.450Z | Downloaded petgraph v0.6.5 |
768 | 2024-06-26T00:54:25.476Z | Downloaded sha3 v0.10.8 |
769 | 2024-06-26T00:54:25.476Z | Downloaded hkdf v0.12.4 |
770 | 2024-06-26T00:54:25.500Z | Downloaded openapiv3 v2.0.0 |
771 | 2024-06-26T00:54:25.500Z | Downloaded object v0.32.2 |
772 | 2024-06-26T00:54:25.524Z | Downloaded nix v0.28.0 |
773 | 2024-06-26T00:54:25.548Z | Downloaded nix v0.27.1 |
774 | 2024-06-26T00:54:25.548Z | Downloaded idna v0.3.0 |
775 | 2024-06-26T00:54:25.571Z | Downloaded idna v0.2.3 |
776 | 2024-06-26T00:54:25.571Z | Downloaded ring v0.17.8 |
777 | 2024-06-26T00:54:25.649Z | Downloaded object v0.30.4 |
778 | 2024-06-26T00:54:25.673Z | Downloaded lalrpop v0.19.12 |
779 | 2024-06-26T00:54:25.697Z | Downloaded trust-dns-server v0.22.1 |
780 | 2024-06-26T00:54:25.697Z | Downloaded tower v0.4.13 |
781 | 2024-06-26T00:54:25.697Z | Downloaded pin-project v1.1.5 |
782 | 2024-06-26T00:54:25.721Z | Downloaded ring v0.16.20 |
783 | 2024-06-26T00:54:25.794Z | Downloaded hmac v0.12.1 |
784 | 2024-06-26T00:54:25.818Z | Downloaded gimli v0.28.1 |
785 | 2024-06-26T00:54:25.818Z | Downloaded getrandom v0.2.14 |
786 | 2024-06-26T00:54:25.818Z | Downloaded diff v0.1.13 |
787 | 2024-06-26T00:54:25.818Z | Downloaded diesel v2.1.6 |
788 | 2024-06-26T00:54:25.842Z | Downloaded zerocopy-derive v0.6.6 |
789 | 2024-06-26T00:54:25.866Z | Downloaded vte v0.11.1 |
790 | 2024-06-26T00:54:25.866Z | Downloaded trust-dns-resolver v0.22.0 |
791 | 2024-06-26T00:54:25.866Z | Downloaded trust-dns-client v0.22.0 |
792 | 2024-06-26T00:54:25.866Z | Downloaded toml_edit v0.19.15 |
793 | 2024-06-26T00:54:25.890Z | Downloaded tokio-postgres v0.7.10 |
794 | 2024-06-26T00:54:25.890Z | Downloaded sled v0.34.7 |
795 | 2024-06-26T00:54:25.914Z | Downloaded regex-automata v0.4.6 |
796 | 2024-06-26T00:54:25.914Z | Downloaded finl_unicode v1.2.0 |
797 | 2024-06-26T00:54:25.938Z | Downloaded p521 v0.13.3 |
798 | 2024-06-26T00:54:25.938Z | Downloaded pkcs1 v0.7.5 |
799 | 2024-06-26T00:54:25.938Z | Downloaded zerocopy v0.6.6 |
800 | 2024-06-26T00:54:25.938Z | Downloaded tungstenite v0.20.1 |
801 | 2024-06-26T00:54:25.938Z | Downloaded ratatui v0.26.2 |
802 | 2024-06-26T00:54:25.962Z | Downloaded num-bigint-dig v0.8.4 |
803 | 2024-06-26T00:54:25.986Z | Downloaded nom v7.1.3 |
804 | 2024-06-26T00:54:25.986Z | Downloaded itertools v0.12.1 |
805 | 2024-06-26T00:54:25.986Z | Downloaded regress v0.9.1 |
806 | 2024-06-26T00:54:26.010Z | Downloaded regex-syntax v0.6.29 |
807 | 2024-06-26T00:54:26.010Z | Downloaded libxml v0.3.3 |
808 | 2024-06-26T00:54:26.010Z | Downloaded csv v1.3.0 |
809 | 2024-06-26T00:54:26.034Z | Downloaded portable-atomic v1.6.0 |
810 | 2024-06-26T00:54:26.034Z | Downloaded plotters-backend v0.3.5 |
811 | 2024-06-26T00:54:26.034Z | Downloaded phf_shared v0.11.2 |
812 | 2024-06-26T00:54:26.034Z | Downloaded hyper v1.3.1 |
813 | 2024-06-26T00:54:26.058Z | Downloaded getrandom v0.1.16 |
814 | 2024-06-26T00:54:26.058Z | Downloaded uuid v1.8.0 |
815 | 2024-06-26T00:54:26.058Z | Downloaded radix_trie v0.2.1 |
816 | 2024-06-26T00:54:26.058Z | Downloaded itertools v0.10.5 |
817 | 2024-06-26T00:54:26.081Z | Downloaded home v0.5.9 |
818 | 2024-06-26T00:54:26.082Z | Downloaded highway v1.1.0 |
819 | 2024-06-26T00:54:26.082Z | Downloaded hashbrown v0.12.3 |
820 | 2024-06-26T00:54:26.082Z | Downloaded guppy v0.17.5 |
821 | 2024-06-26T00:54:26.082Z | Downloaded trybuild v1.0.96 |
822 | 2024-06-26T00:54:26.082Z | Downloaded rustls v0.21.12 |
823 | 2024-06-26T00:54:26.105Z | Downloaded phf v0.11.2 |
824 | 2024-06-26T00:54:26.106Z | Downloaded hyper-util v0.1.3 |
825 | 2024-06-26T00:54:26.106Z | Downloaded heapless v0.8.0 |
826 | 2024-06-26T00:54:26.106Z | Downloaded headers v0.3.9 |
827 | 2024-06-26T00:54:26.129Z | Downloaded hashbrown v0.13.2 |
828 | 2024-06-26T00:54:26.130Z | Downloaded display-error-chain v0.2.0 |
829 | 2024-06-26T00:54:26.130Z | Downloaded quick-xml v0.31.0 |
830 | 2024-06-26T00:54:26.130Z | Downloaded proptest v1.4.0 |
831 | 2024-06-26T00:54:26.154Z | Downloaded serde_yaml v0.9.34+deprecated |
832 | 2024-06-26T00:54:26.154Z | Downloaded regex-syntax v0.8.3 |
833 | 2024-06-26T00:54:26.154Z | Downloaded bstr v0.2.17 |
834 | 2024-06-26T00:54:26.154Z | Downloaded ppv-lite86 v0.2.17 |
835 | 2024-06-26T00:54:26.178Z | Downloaded postgres-protocol v0.6.6 |
836 | 2024-06-26T00:54:26.178Z | Downloaded difflib v0.4.0 |
837 | 2024-06-26T00:54:26.178Z | Downloaded der v0.7.9 |
838 | 2024-06-26T00:54:26.178Z | Downloaded yasna v0.5.2 |
839 | 2024-06-26T00:54:26.178Z | Downloaded whoami v1.5.1 |
840 | 2024-06-26T00:54:26.178Z | Downloaded walkdir v2.5.0 |
841 | 2024-06-26T00:54:26.178Z | Downloaded vsss-rs v3.3.4 |
842 | 2024-06-26T00:54:26.178Z | Downloaded tracing-attributes v0.1.27 |
843 | 2024-06-26T00:54:26.178Z | Downloaded tokio-tungstenite v0.20.1 |
844 | 2024-06-26T00:54:26.202Z | Downloaded regex v1.10.4 |
845 | 2024-06-26T00:54:26.202Z | Downloaded predicates v3.1.0 |
846 | 2024-06-26T00:54:26.202Z | Downloaded postgres-types v0.2.6 |
847 | 2024-06-26T00:54:26.202Z | Downloaded heapless v0.7.17 |
848 | 2024-06-26T00:54:26.226Z | Downloaded getopts v0.2.21 |
849 | 2024-06-26T00:54:26.226Z | Downloaded gethostname v0.4.3 |
850 | 2024-06-26T00:54:26.226Z | Downloaded futures-timer v3.0.3 |
851 | 2024-06-26T00:54:26.226Z | Downloaded funty v2.0.0 |
852 | 2024-06-26T00:54:26.226Z | Downloaded foreign-types-macros v0.2.3 |
853 | 2024-06-26T00:54:26.226Z | Downloaded toml v0.7.8 |
854 | 2024-06-26T00:54:26.226Z | Downloaded toml v0.5.11 |
855 | 2024-06-26T00:54:26.226Z | Downloaded predicates-core v1.0.6 |
856 | 2024-06-26T00:54:26.226Z | Downloaded polyval v0.6.2 |
857 | 2024-06-26T00:54:26.226Z | Downloaded poly1305 v0.8.0 |
858 | 2024-06-26T00:54:26.226Z | Downloaded phf_shared v0.10.0 |
859 | 2024-06-26T00:54:26.226Z | Downloaded pem-rfc7468 v0.7.0 |
860 | 2024-06-26T00:54:26.226Z | Downloaded hyper-staticfile v0.9.5 |
861 | 2024-06-26T00:54:26.250Z | Downloaded hyper-rustls v0.26.0 |
862 | 2024-06-26T00:54:26.251Z | Downloaded httptest v0.15.5 |
863 | 2024-06-26T00:54:26.251Z | Downloaded globset v0.4.14 |
864 | 2024-06-26T00:54:26.251Z | Downloaded fragile v2.0.0 |
865 | 2024-06-26T00:54:26.251Z | Downloaded tokio-stream v0.1.15 |
866 | 2024-06-26T00:54:26.251Z | Downloaded rustls-webpki v0.102.4 |
867 | 2024-06-26T00:54:26.274Z | Downloaded flume v0.11.0 |
868 | 2024-06-26T00:54:26.274Z | Downloaded plotters-svg v0.3.5 |
869 | 2024-06-26T00:54:26.275Z | Downloaded iana-time-zone v0.1.60 |
870 | 2024-06-26T00:54:26.275Z | Downloaded sqlparser v0.45.0 |
871 | 2024-06-26T00:54:26.299Z | Downloaded libm v0.2.8 |
872 | 2024-06-26T00:54:26.299Z | Downloaded peg-runtime v0.8.3 |
873 | 2024-06-26T00:54:26.299Z | Downloaded hyper-rustls v0.24.2 |
874 | 2024-06-26T00:54:26.299Z | Downloaded http-range v0.1.5 |
875 | 2024-06-26T00:54:26.299Z | Downloaded http-body v1.0.0 |
876 | 2024-06-26T00:54:26.299Z | Downloaded half v2.4.1 |
877 | 2024-06-26T00:54:26.299Z | Downloaded glob v0.3.1 |
878 | 2024-06-26T00:54:26.299Z | Downloaded dirs-sys v0.4.1 |
879 | 2024-06-26T00:54:26.299Z | Downloaded dirs v5.0.1 |
880 | 2024-06-26T00:54:26.299Z | Downloaded diesel_derives v2.1.4 |
881 | 2024-06-26T00:54:26.323Z | Downloaded derive_builder_core v0.20.0 |
882 | 2024-06-26T00:54:26.323Z | Downloaded rand v0.7.3 |
883 | 2024-06-26T00:54:26.323Z | Downloaded signal-hook v0.3.17 |
884 | 2024-06-26T00:54:26.323Z | Downloaded hash32 v0.2.1 |
885 | 2024-06-26T00:54:26.323Z | Downloaded group v0.13.0 |
886 | 2024-06-26T00:54:26.323Z | Downloaded derive_more v0.99.17 |
887 | 2024-06-26T00:54:26.323Z | Downloaded zip v0.6.6 |
888 | 2024-06-26T00:54:26.347Z | Downloaded rand v0.8.5 |
889 | 2024-06-26T00:54:26.347Z | Downloaded serde_with_macros v3.8.1 |
890 | 2024-06-26T00:54:26.347Z | Downloaded num-bigint v0.4.5 |
891 | 2024-06-26T00:54:26.347Z | Downloaded minimal-lexical v0.2.1 |
892 | 2024-06-26T00:54:26.347Z | Downloaded hubpack_derive v0.1.1 |
893 | 2024-06-26T00:54:26.347Z | Downloaded hubpack v0.1.2 |
894 | 2024-06-26T00:54:26.347Z | Downloaded hex v0.4.3 |
895 | 2024-06-26T00:54:26.372Z | Downloaded heck v0.3.3 |
896 | 2024-06-26T00:54:26.372Z | Downloaded guppy-workspace-hack v0.1.0 |
897 | 2024-06-26T00:54:26.372Z | Downloaded yansi v0.5.1 |
898 | 2024-06-26T00:54:26.372Z | Downloaded wait-timeout v0.2.0 |
899 | 2024-06-26T00:54:26.372Z | Downloaded typed-path v0.7.1 |
900 | 2024-06-26T00:54:26.372Z | Downloaded topological-sort v0.2.2 |
901 | 2024-06-26T00:54:26.372Z | Downloaded ghash v0.5.1 |
902 | 2024-06-26T00:54:26.372Z | Downloaded dhcproto v0.11.0 |
903 | 2024-06-26T00:54:26.372Z | Downloaded derive-where v1.2.7 |
904 | 2024-06-26T00:54:26.372Z | Downloaded der_derive v0.7.2 |
905 | 2024-06-26T00:54:26.372Z | Downloaded wyz v0.5.1 |
906 | 2024-06-26T00:54:26.396Z | Downloaded which v4.4.2 |
907 | 2024-06-26T00:54:26.396Z | Downloaded uzers v0.11.3 |
908 | 2024-06-26T00:54:26.396Z | Downloaded tokio-tungstenite v0.21.0 |
909 | 2024-06-26T00:54:26.396Z | Downloaded tokio-rustls v0.25.0 |
910 | 2024-06-26T00:54:26.396Z | Downloaded tokio-rustls v0.24.1 |
911 | 2024-06-26T00:54:26.396Z | Downloaded tinytemplate v1.2.1 |
912 | 2024-06-26T00:54:26.396Z | Downloaded hash32 v0.3.1 |
913 | 2024-06-26T00:54:26.396Z | Downloaded fxhash v0.2.1 |
914 | 2024-06-26T00:54:26.397Z | Downloaded derive_builder v0.20.0 |
915 | 2024-06-26T00:54:26.397Z | Downloaded defmt-macros v0.3.9 |
916 | 2024-06-26T00:54:26.397Z | Downloaded debug-ignore v1.0.5 |
917 | 2024-06-26T00:54:26.420Z | Downloaded data-encoding v2.6.0 |
918 | 2024-06-26T00:54:26.420Z | Downloaded zeroize_derive v1.4.2 |
919 | 2024-06-26T00:54:26.420Z | Downloaded unicode_categories v0.1.1 |
920 | 2024-06-26T00:54:26.420Z | Downloaded unicode-segmentation v1.11.0 |
921 | 2024-06-26T00:54:26.421Z | Downloaded rayon v1.10.0 |
922 | 2024-06-26T00:54:26.421Z | Downloaded partial-io v0.5.4 |
923 | 2024-06-26T00:54:26.421Z | Downloaded defmt v0.3.8 |
924 | 2024-06-26T00:54:26.445Z | Downloaded tungstenite v0.21.0 |
925 | 2024-06-26T00:54:26.445Z | Downloaded rand_distr v0.4.3 |
926 | 2024-06-26T00:54:26.445Z | Downloaded publicsuffix v2.2.3 |
927 | 2024-06-26T00:54:26.445Z | Downloaded tls_codec_derive v0.4.1 |
928 | 2024-06-26T00:54:26.445Z | Downloaded rustyline v14.0.0 |
929 | 2024-06-26T00:54:26.445Z | Downloaded dhcproto-macros v0.1.0 |
930 | 2024-06-26T00:54:26.445Z | Downloaded derive_builder_macro v0.20.0 |
931 | 2024-06-26T00:54:26.445Z | Downloaded defmt-parser v0.3.4 |
932 | 2024-06-26T00:54:26.445Z | Downloaded datatest-stable v0.2.9 |
933 | 2024-06-26T00:54:26.469Z | Downloaded zone v0.1.8 |
934 | 2024-06-26T00:54:26.469Z | Downloaded zeroize v1.7.0 |
935 | 2024-06-26T00:54:26.469Z | Downloaded untrusted v0.9.0 |
936 | 2024-06-26T00:54:26.469Z | Downloaded untrusted v0.7.1 |
937 | 2024-06-26T00:54:26.469Z | Downloaded unsafe-libyaml v0.2.11 |
938 | 2024-06-26T00:54:26.469Z | Downloaded r2d2 v0.8.10 |
939 | 2024-06-26T00:54:26.469Z | Downloaded russh v0.43.0 |
940 | 2024-06-26T00:54:26.469Z | Downloaded p256 v0.13.2 |
941 | 2024-06-26T00:54:26.469Z | Downloaded oso v0.27.3 |
942 | 2024-06-26T00:54:26.493Z | Downloaded zone_cfg_derive v0.1.2 |
943 | 2024-06-26T00:54:26.493Z | Downloaded waitgroup v0.1.2 |
944 | 2024-06-26T00:54:26.493Z | Downloaded vte_generate_state_changes v0.1.1 |
945 | 2024-06-26T00:54:26.493Z | Downloaded universal-hash v0.5.1 |
946 | 2024-06-26T00:54:26.493Z | Downloaded rand_core v0.6.4 |
947 | 2024-06-26T00:54:26.494Z | Downloaded rand_core v0.5.1 |
948 | 2024-06-26T00:54:26.494Z | Downloaded rand_chacha v0.3.1 |
949 | 2024-06-26T00:54:26.494Z | Downloaded rand_chacha v0.2.2 |
950 | 2024-06-26T00:54:26.494Z | Downloaded radium v0.7.0 |
951 | 2024-06-26T00:54:26.494Z | Downloaded quick-error v1.2.3 |
952 | 2024-06-26T00:54:26.494Z | Downloaded tui-tree-widget v0.19.0 |
953 | 2024-06-26T00:54:26.494Z | Downloaded socket2 v0.4.10 |
954 | 2024-06-26T00:54:26.494Z | Downloaded rustls-webpki v0.101.7 |
955 | 2024-06-26T00:54:26.518Z | Downloaded flagset v0.4.5 |
956 | 2024-06-26T00:54:26.518Z | Downloaded unicode-xid v0.2.4 |
957 | 2024-06-26T00:54:26.518Z | Downloaded unicode-linebreak v0.1.5 |
958 | 2024-06-26T00:54:26.518Z | Downloaded unicase v2.7.0 |
959 | 2024-06-26T00:54:26.518Z | Downloaded unarray v0.1.4 |
960 | 2024-06-26T00:54:26.518Z | Downloaded psl-types v2.0.11 |
961 | 2024-06-26T00:54:26.518Z | Downloaded tls_codec v0.4.1 |
962 | 2024-06-26T00:54:26.518Z | Downloaded stable_deref_trait v1.2.0 |
963 | 2024-06-26T00:54:26.518Z | Downloaded sqlparser_derive v0.2.2 |
964 | 2024-06-26T00:54:26.518Z | Downloaded signature v2.2.0 |
965 | 2024-06-26T00:54:26.518Z | Downloaded signature v1.6.4 |
966 | 2024-06-26T00:54:26.542Z | Downloaded signal-hook-tokio v0.3.1 |
967 | 2024-06-26T00:54:26.542Z | Downloaded signal-hook-mio v0.2.3 |
968 | 2024-06-26T00:54:26.542Z | Downloaded shlex v1.3.0 |
969 | 2024-06-26T00:54:26.542Z | Downloaded shell-words v1.1.0 |
970 | 2024-06-26T00:54:26.542Z | Downloaded sha1 v0.10.6 |
971 | 2024-06-26T00:54:26.542Z | Downloaded serde_with v3.8.1 |
972 | 2024-06-26T00:54:26.542Z | Downloaded schemars v0.8.21 |
973 | 2024-06-26T00:54:26.566Z | Downloaded samael v0.0.15 |
974 | 2024-06-26T00:54:26.567Z | Downloaded rust-argon2 v2.1.0 |
975 | 2024-06-26T00:54:26.567Z | Downloaded regex-automata v0.1.10 |
976 | 2024-06-26T00:54:26.567Z | Downloaded rcgen v0.12.1 |
977 | 2024-06-26T00:54:26.597Z | Downloaded owo-colors v4.0.0 |
978 | 2024-06-26T00:54:26.597Z | Downloaded omicron-zone-package v0.11.0 |
979 | 2024-06-26T00:54:26.597Z | Downloaded num-rational v0.4.2 |
980 | 2024-06-26T00:54:26.598Z | Downloaded darling_core v0.20.9 |
981 | 2024-06-26T00:54:26.598Z | Downloaded toolchain_find v0.4.0 |
982 | 2024-06-26T00:54:26.598Z | Downloaded stability v0.2.0 |
983 | 2024-06-26T00:54:26.598Z | Downloaded sqlformat v0.2.3 |
984 | 2024-06-26T00:54:26.598Z | Downloaded spin v0.9.8 |
985 | 2024-06-26T00:54:26.598Z | Downloaded snafu-derive v0.8.2 |
986 | 2024-06-26T00:54:26.598Z | Downloaded smf v0.2.3 |
987 | 2024-06-26T00:54:26.598Z | Downloaded smawk v0.3.2 |
988 | 2024-06-26T00:54:26.598Z | Downloaded smallvec v0.6.14 |
989 | 2024-06-26T00:54:26.598Z | Downloaded slog-scope v4.4.0 |
990 | 2024-06-26T00:54:26.598Z | Downloaded slog-envlogger v2.2.0 |
991 | 2024-06-26T00:54:26.622Z | Downloaded slog-dtrace v0.3.0 |
992 | 2024-06-26T00:54:26.622Z | Downloaded similar-asserts v1.5.0 |
993 | 2024-06-26T00:54:26.622Z | Downloaded sigpipe v0.1.3 |
994 | 2024-06-26T00:54:26.622Z | Downloaded secrecy v0.8.0 |
995 | 2024-06-26T00:54:26.622Z | Downloaded sct v0.7.1 |
996 | 2024-06-26T00:54:26.622Z | Downloaded salty v0.2.0 |
997 | 2024-06-26T00:54:26.622Z | Downloaded rustls-pki-types v1.7.0 |
998 | 2024-06-26T00:54:26.623Z | Downloaded rustls-native-certs v0.7.0 |
999 | 2024-06-26T00:54:26.623Z | Downloaded rustfmt-wrapper v0.2.1 |
1000 | 2024-06-26T00:54:26.623Z | Downloaded rustc_version v0.4.0 |
1001 | 2024-06-26T00:54:26.647Z | Downloaded rustc_version v0.1.7 |
1002 | 2024-06-26T00:54:26.647Z | Downloaded float-cmp v0.9.0 |
1003 | 2024-06-26T00:54:26.647Z | Downloaded num-complex v0.4.6 |
1004 | 2024-06-26T00:54:26.647Z | Downloaded multer v3.1.0 |
1005 | 2024-06-26T00:54:26.647Z | Downloaded mockall_derive v0.12.1 |
1006 | 2024-06-26T00:54:26.647Z | Downloaded spin v0.5.2 |
1007 | 2024-06-26T00:54:26.647Z | Downloaded slog-stdlog v4.1.1 |
1008 | 2024-06-26T00:54:26.647Z | Downloaded siphasher v0.3.11 |
1009 | 2024-06-26T00:54:26.647Z | Downloaded similar v2.5.0 |
1010 | 2024-06-26T00:54:26.647Z | Downloaded semver v0.1.20 |
1011 | 2024-06-26T00:54:26.647Z | Downloaded same-file v1.0.6 |
1012 | 2024-06-26T00:54:26.647Z | Downloaded rustls-pemfile v2.1.2 |
1013 | 2024-06-26T00:54:26.671Z | Downloaded rustc-hash v1.1.0 |
1014 | 2024-06-26T00:54:26.671Z | Downloaded russh-cryptovec v0.7.2 |
1015 | 2024-06-26T00:54:26.671Z | Downloaded rtoolbox v0.0.2 |
1016 | 2024-06-26T00:54:26.671Z | Downloaded rstest_macros v0.19.0 |
1017 | 2024-06-26T00:54:26.671Z | Downloaded rstest v0.19.0 |
1018 | 2024-06-26T00:54:26.671Z | Downloaded rsa v0.9.6 |
1019 | 2024-06-26T00:54:26.671Z | Downloaded rpassword v7.3.1 |
1020 | 2024-06-26T00:54:26.672Z | Downloaded ron v0.7.1 |
1021 | 2024-06-26T00:54:26.695Z | Downloaded rfc6979 v0.4.0 |
1022 | 2024-06-26T00:54:26.696Z | Downloaded resolv-conf v0.7.0 |
1023 | 2024-06-26T00:54:26.696Z | Downloaded ref-cast v1.0.23 |
1024 | 2024-06-26T00:54:26.696Z | Downloaded reedline v0.31.0 |
1025 | 2024-06-26T00:54:26.696Z | Downloaded rand_xorshift v0.3.0 |
1026 | 2024-06-26T00:54:26.696Z | Downloaded foreign-types v0.5.0 |
1027 | 2024-06-26T00:54:26.696Z | Downloaded float-ord v0.3.2 |
1028 | 2024-06-26T00:54:26.696Z | Downloaded fixedbitset v0.4.2 |
1029 | 2024-06-26T00:54:26.696Z | Downloaded fallible-iterator v0.2.0 |
1030 | 2024-06-26T00:54:26.696Z | Downloaded expectorate v1.1.0 |
1031 | 2024-06-26T00:54:26.720Z | Downloaded peg-macros v0.8.3 |
1032 | 2024-06-26T00:54:26.720Z | Downloaded password-hash v0.4.2 |
1033 | 2024-06-26T00:54:26.720Z | Downloaded parking_lot_core v0.8.6 |
1034 | 2024-06-26T00:54:26.720Z | Downloaded parking_lot v0.11.2 |
1035 | 2024-06-26T00:54:26.720Z | Downloaded oso-derive v0.27.3 |
1036 | 2024-06-26T00:54:26.720Z | Downloaded num-traits v0.2.19 |
1037 | 2024-06-26T00:54:26.720Z | Downloaded num-integer v0.1.46 |
1038 | 2024-06-26T00:54:26.720Z | Downloaded nu-ansi-term v0.50.0 |
1039 | 2024-06-26T00:54:26.720Z | Downloaded mime_guess v2.0.4 |
1040 | 2024-06-26T00:54:26.720Z | Downloaded memmap2 v0.9.4 |
1041 | 2024-06-26T00:54:26.720Z | Downloaded libloading v0.8.3 |
1042 | 2024-06-26T00:54:26.745Z | Downloaded indicatif v0.17.8 |
1043 | 2024-06-26T00:54:26.745Z | Downloaded indexmap v1.9.3 |
1044 | 2024-06-26T00:54:26.745Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1045 | 2024-06-26T00:54:26.769Z | Downloaded schemars_derive v0.8.21 |
1046 | 2024-06-26T00:54:26.769Z | Downloaded scheduled-thread-pool v0.2.7 |
1047 | 2024-06-26T00:54:26.769Z | Downloaded rusty-fork v0.3.0 |
1048 | 2024-06-26T00:54:26.769Z | Downloaded rustc-demangle v0.1.24 |
1049 | 2024-06-26T00:54:26.769Z | Downloaded russh-keys v0.43.0 |
1050 | 2024-06-26T00:54:26.769Z | Downloaded ron v0.8.1 |
1051 | 2024-06-26T00:54:26.769Z | Downloaded relative-path v1.9.3 |
1052 | 2024-06-26T00:54:26.769Z | Downloaded ref-cast-impl v1.0.23 |
1053 | 2024-06-26T00:54:26.769Z | Downloaded rayon-core v1.12.1 |
1054 | 2024-06-26T00:54:26.769Z | Downloaded rand_seeder v0.2.3 |
1055 | 2024-06-26T00:54:26.794Z | Downloaded ff v0.13.0 |
1056 | 2024-06-26T00:54:26.794Z | Downloaded fd-lock v4.0.2 |
1057 | 2024-06-26T00:54:26.794Z | Downloaded fastrand v2.1.0 |
1058 | 2024-06-26T00:54:26.794Z | Downloaded fancy-regex v0.13.0 |
1059 | 2024-06-26T00:54:26.794Z | Downloaded erased-serde v0.3.31 |
1060 | 2024-06-26T00:54:26.794Z | Downloaded env_logger v0.10.2 |
1061 | 2024-06-26T00:54:26.794Z | Downloaded env_logger v0.9.3 |
1062 | 2024-06-26T00:54:26.794Z | Downloaded endian-type v0.1.2 |
1063 | 2024-06-26T00:54:26.794Z | Downloaded ena v0.14.3 |
1064 | 2024-06-26T00:54:26.794Z | Downloaded embedded-io v0.4.0 |
1065 | 2024-06-26T00:54:26.818Z | Downloaded elliptic-curve v0.13.8 |
1066 | 2024-06-26T00:54:26.818Z | Downloaded either v1.12.0 |
1067 | 2024-06-26T00:54:26.818Z | Downloaded ed25519-dalek v2.1.1 |
1068 | 2024-06-26T00:54:26.818Z | Downloaded ed25519 v2.2.3 |
1069 | 2024-06-26T00:54:26.818Z | Downloaded ecdsa v0.16.9 |
1070 | 2024-06-26T00:54:26.818Z | Downloaded smoltcp v0.11.0 |
1071 | 2024-06-26T00:54:26.842Z | Downloaded pbkdf2 v0.12.2 |
1072 | 2024-06-26T00:54:26.842Z | Downloaded pbkdf2 v0.11.0 |
1073 | 2024-06-26T00:54:26.842Z | Downloaded paste v1.0.15 |
1074 | 2024-06-26T00:54:26.842Z | Downloaded password-hash v0.5.0 |
1075 | 2024-06-26T00:54:26.842Z | Downloaded parse-display v0.9.0 |
1076 | 2024-06-26T00:54:26.842Z | Downloaded packed_struct_codegen v0.10.1 |
1077 | 2024-06-26T00:54:26.842Z | Downloaded packed_struct v0.10.1 |
1078 | 2024-06-26T00:54:26.842Z | Downloaded oorandom v11.1.3 |
1079 | 2024-06-26T00:54:26.842Z | Downloaded number_prefix v0.4.0 |
1080 | 2024-06-26T00:54:26.842Z | Downloaded num_enum v0.5.11 |
1081 | 2024-06-26T00:54:26.867Z | Downloaded num-derive v0.4.2 |
1082 | 2024-06-26T00:54:26.867Z | Downloaded nodrop v0.1.14 |
1083 | 2024-06-26T00:54:26.867Z | Downloaded multimap v0.10.0 |
1084 | 2024-06-26T00:54:26.867Z | Downloaded mockall v0.12.1 |
1085 | 2024-06-26T00:54:26.867Z | Downloaded md-5 v0.10.6 |
1086 | 2024-06-26T00:54:26.867Z | Downloaded managed v0.8.0 |
1087 | 2024-06-26T00:54:26.867Z | Downloaded indoc v1.0.9 |
1088 | 2024-06-26T00:54:26.867Z | Downloaded chrono v0.4.38 |
1089 | 2024-06-26T00:54:26.867Z | Downloaded escape8259 v0.5.2 |
1090 | 2024-06-26T00:54:26.891Z | Downloaded enum-as-inner v0.5.1 |
1091 | 2024-06-26T00:54:26.891Z | Downloaded ed25519 v1.5.3 |
1092 | 2024-06-26T00:54:26.891Z | Downloaded dyn-clone v1.0.17 |
1093 | 2024-06-26T00:54:26.891Z | Downloaded downcast v0.11.0 |
1094 | 2024-06-26T00:54:26.891Z | Downloaded doc-comment v0.3.3 |
1095 | 2024-06-26T00:54:26.891Z | Downloaded thiserror-no-std v2.0.2 |
1096 | 2024-06-26T00:54:26.891Z | Downloaded textwrap v0.16.1 |
1097 | 2024-06-26T00:54:26.891Z | Downloaded target-spec v3.1.0 |
1098 | 2024-06-26T00:54:26.891Z | Downloaded subprocess v0.2.9 |
1099 | 2024-06-26T00:54:26.891Z | Downloaded strum_macros v0.25.3 |
1100 | 2024-06-26T00:54:26.891Z | Downloaded structmeta v0.2.0 |
1101 | 2024-06-26T00:54:26.891Z | Downloaded steno v0.4.0 |
1102 | 2024-06-26T00:54:26.915Z | Downloaded smoltcp v0.9.1 |
1103 | 2024-06-26T00:54:26.915Z | Downloaded peg v0.8.3 |
1104 | 2024-06-26T00:54:26.915Z | Downloaded parse-size v1.0.0 |
1105 | 2024-06-26T00:54:26.915Z | Downloaded parse-display-derive v0.9.0 |
1106 | 2024-06-26T00:54:26.915Z | Downloaded olpc-cjson v0.1.3 |
1107 | 2024-06-26T00:54:26.940Z | Downloaded num_enum_derive v0.5.11 |
1108 | 2024-06-26T00:54:26.940Z | Downloaded num-iter v0.1.45 |
1109 | 2024-06-26T00:54:26.940Z | Downloaded num v0.4.3 |
1110 | 2024-06-26T00:54:26.940Z | Downloaded nibble_vec v0.1.0 |
1111 | 2024-06-26T00:54:26.940Z | Downloaded newtype_derive v0.1.6 |
1112 | 2024-06-26T00:54:26.940Z | Downloaded newtype-uuid v1.1.0 |
1113 | 2024-06-26T00:54:26.940Z | Downloaded nanorand v0.7.0 |
1114 | 2024-06-26T00:54:26.940Z | Downloaded memoffset v0.9.1 |
1115 | 2024-06-26T00:54:26.940Z | Downloaded maybe-uninit v2.0.0 |
1116 | 2024-06-26T00:54:26.940Z | Downloaded matches v0.1.10 |
1117 | 2024-06-26T00:54:26.940Z | Downloaded maplit v1.0.2 |
1118 | 2024-06-26T00:54:26.940Z | Downloaded lru-cache v0.1.2 |
1119 | 2024-06-26T00:54:26.940Z | Downloaded linked-hash-map v0.5.6 |
1120 | 2024-06-26T00:54:26.940Z | Downloaded libtest-mimic v0.7.3 |
1121 | 2024-06-26T00:54:26.940Z | Downloaded libsw v3.3.1 |
1122 | 2024-06-26T00:54:26.940Z | Downloaded lazycell v1.3.0 |
1123 | 2024-06-26T00:54:26.940Z | Downloaded lalrpop-util v0.19.12 |
1124 | 2024-06-26T00:54:26.964Z | Downloaded kstat-rs v0.2.4 |
1125 | 2024-06-26T00:54:26.964Z | Downloaded internet-checksum v0.2.1 |
1126 | 2024-06-26T00:54:26.964Z | Downloaded inout v0.1.3 |
1127 | 2024-06-26T00:54:26.964Z | Downloaded impl-trait-for-tuples v0.2.2 |
1128 | 2024-06-26T00:54:26.964Z | Downloaded curve25519-dalek-derive v0.1.1 |
1129 | 2024-06-26T00:54:26.964Z | Downloaded curve25519-dalek v4.1.3 |
1130 | 2024-06-26T00:54:26.965Z | Downloaded ctr v0.9.2 |
1131 | 2024-06-26T00:54:26.965Z | Downloaded cfg-expr v0.15.8 |
1132 | 2024-06-26T00:54:26.965Z | Downloaded bitvec v1.0.1 |
1133 | 2024-06-26T00:54:26.988Z | Downloaded bindgen v0.69.4 |
1134 | 2024-06-26T00:54:27.013Z | Downloaded threadpool v1.8.1 |
1135 | 2024-06-26T00:54:27.013Z | Downloaded thiserror-impl-no-std v2.0.2 |
1136 | 2024-06-26T00:54:27.013Z | Downloaded test-strategy v0.3.1 |
1137 | 2024-06-26T00:54:27.013Z | Downloaded termtree v0.4.1 |
1138 | 2024-06-26T00:54:27.013Z | Downloaded termios v0.3.3 |
1139 | 2024-06-26T00:54:27.013Z | Downloaded termcolor v1.4.1 |
1140 | 2024-06-26T00:54:27.013Z | Downloaded tempfile v3.10.1 |
1141 | 2024-06-26T00:54:27.013Z | Downloaded target-lexicon v0.12.14 |
1142 | 2024-06-26T00:54:27.013Z | Downloaded tap v1.0.1 |
1143 | 2024-06-26T00:54:27.013Z | Downloaded tabwriter v1.4.0 |
1144 | 2024-06-26T00:54:27.013Z | Downloaded supports-color v3.0.0 |
1145 | 2024-06-26T00:54:27.013Z | Downloaded subtle v2.5.0 |
1146 | 2024-06-26T00:54:27.037Z | Downloaded strum_macros v0.24.3 |
1147 | 2024-06-26T00:54:27.037Z | Downloaded structmeta-derive v0.3.0 |
1148 | 2024-06-26T00:54:27.037Z | Downloaded stringprep v0.1.4 |
1149 | 2024-06-26T00:54:27.037Z | Downloaded string_cache v0.8.7 |
1150 | 2024-06-26T00:54:27.037Z | Downloaded static_assertions v1.1.0 |
1151 | 2024-06-26T00:54:27.037Z | Downloaded snafu v0.8.2 |
1152 | 2024-06-26T00:54:27.037Z | Downloaded serde_repr v0.1.19 |
1153 | 2024-06-26T00:54:27.037Z | Downloaded serde_plain v1.0.2 |
1154 | 2024-06-26T00:54:27.037Z | Downloaded serde_path_to_error v0.1.16 |
1155 | 2024-06-26T00:54:27.037Z | Downloaded serde_derive_internals v0.29.1 |
1156 | 2024-06-26T00:54:27.037Z | Downloaded serde_arrays v0.1.0 |
1157 | 2024-06-26T00:54:27.061Z | Downloaded serde-hex v0.1.0 |
1158 | 2024-06-26T00:54:27.061Z | Downloaded serde-big-array v0.5.1 |
1159 | 2024-06-26T00:54:27.061Z | Downloaded serde-big-array v0.4.1 |
1160 | 2024-06-26T00:54:27.062Z | Downloaded option-ext v0.2.0 |
1161 | 2024-06-26T00:54:27.062Z | Downloaded opaque-debug v0.3.1 |
1162 | 2024-06-26T00:54:27.062Z | Downloaded newline-converter v0.3.0 |
1163 | 2024-06-26T00:54:27.062Z | Downloaded new_debug_unreachable v1.0.6 |
1164 | 2024-06-26T00:54:27.062Z | Downloaded nested v0.1.1 |
1165 | 2024-06-26T00:54:27.062Z | Downloaded lru v0.12.3 |
1166 | 2024-06-26T00:54:27.062Z | Downloaded lazy_static v1.4.0 |
1167 | 2024-06-26T00:54:27.062Z | Downloaded keccak v0.1.5 |
1168 | 2024-06-26T00:54:27.062Z | Downloaded is_ci v1.2.0 |
1169 | 2024-06-26T00:54:27.062Z | Downloaded ipnetwork v0.20.0 |
1170 | 2024-06-26T00:54:27.062Z | Downloaded instant v0.1.12 |
1171 | 2024-06-26T00:54:27.062Z | Downloaded indoc v2.0.5 |
1172 | 2024-06-26T00:54:27.062Z | Downloaded crossbeam-epoch v0.9.18 |
1173 | 2024-06-26T00:54:27.086Z | Downloaded criterion-plot v0.5.0 |
1174 | 2024-06-26T00:54:27.086Z | Downloaded crc-catalog v2.4.0 |
1175 | 2024-06-26T00:54:27.086Z | Downloaded crc-any v2.5.0 |
1176 | 2024-06-26T00:54:27.086Z | Downloaded corncobs v0.1.3 |
1177 | 2024-06-26T00:54:27.086Z | Downloaded cookie v0.18.1 |
1178 | 2024-06-26T00:54:27.086Z | Downloaded const_format_proc_macros v0.2.32 |
1179 | 2024-06-26T00:54:27.086Z | Downloaded const_format v0.2.32 |
1180 | 2024-06-26T00:54:27.086Z | Downloaded console v0.15.8 |
1181 | 2024-06-26T00:54:27.086Z | Downloaded clang-sys v1.7.0 |
1182 | 2024-06-26T00:54:27.086Z | Downloaded chacha20 v0.9.1 |
1183 | 2024-06-26T00:54:27.110Z | Downloaded cbc v0.1.2 |
1184 | 2024-06-26T00:54:27.111Z | Downloaded cast v0.3.0 |
1185 | 2024-06-26T00:54:27.111Z | Downloaded cancel-safe-futures v0.1.5 |
1186 | 2024-06-26T00:54:27.111Z | Downloaded bstr v1.9.1 |
1187 | 2024-06-26T00:54:27.111Z | Downloaded block-padding v0.3.3 |
1188 | 2024-06-26T00:54:27.111Z | Downloaded blake2b_simd v1.0.2 |
1189 | 2024-06-26T00:54:27.135Z | Downloaded bitstruct_derive v0.1.0 |
1190 | 2024-06-26T00:54:27.135Z | Downloaded bitflags v1.3.2 |
1191 | 2024-06-26T00:54:27.135Z | Downloaded bit-vec v0.6.3 |
1192 | 2024-06-26T00:54:27.135Z | Downloaded bcrypt-pbkdf v0.10.0 |
1193 | 2024-06-26T00:54:27.135Z | Downloaded base64ct v1.6.0 |
1194 | 2024-06-26T00:54:27.135Z | Downloaded base64 v0.22.1 |
1195 | 2024-06-26T00:54:27.135Z | Downloaded base64 v0.13.1 |
1196 | 2024-06-26T00:54:27.135Z | Downloaded backtrace v0.3.71 |
1197 | 2024-06-26T00:54:27.159Z | Downloaded aho-corasick v1.1.3 |
1198 | 2024-06-26T00:54:27.159Z | Downloaded ahash v0.8.11 |
1199 | 2024-06-26T00:54:27.159Z | Downloaded aes-gcm v0.10.3 |
1200 | 2024-06-26T00:54:27.159Z | Downloaded aes v0.8.4 |
1201 | 2024-06-26T00:54:27.159Z | Downloaded structmeta v0.3.0 |
1202 | 2024-06-26T00:54:27.159Z | Downloaded strip-ansi-escapes v0.2.0 |
1203 | 2024-06-26T00:54:27.159Z | Downloaded pathdiff v0.2.1 |
1204 | 2024-06-26T00:54:27.183Z | Downloaded path-slash v0.1.5 |
1205 | 2024-06-26T00:54:27.184Z | Downloaded normalize-line-endings v0.3.0 |
1206 | 2024-06-26T00:54:27.184Z | Downloaded linear-map v1.2.0 |
1207 | 2024-06-26T00:54:27.184Z | Downloaded libefi-sys v0.1.0 |
1208 | 2024-06-26T00:54:27.184Z | Downloaded ident_case v1.0.1 |
1209 | 2024-06-26T00:54:27.184Z | Downloaded darling v0.20.9 |
1210 | 2024-06-26T00:54:27.184Z | Downloaded csv-core v0.1.11 |
1211 | 2024-06-26T00:54:27.184Z | Downloaded crypto-bigint v0.5.5 |
1212 | 2024-06-26T00:54:27.184Z | Downloaded crucible-workspace-hack v0.1.0 |
1213 | 2024-06-26T00:54:27.184Z | Downloaded crossterm v0.27.0 |
1214 | 2024-06-26T00:54:27.208Z | Downloaded criterion v0.5.1 |
1215 | 2024-06-26T00:54:27.208Z | Downloaded crc v3.2.1 |
1216 | 2024-06-26T00:54:27.208Z | Downloaded cookie_store v0.20.0 |
1217 | 2024-06-26T00:54:27.208Z | Downloaded convert_case v0.4.0 |
1218 | 2024-06-26T00:54:27.208Z | Downloaded colored v2.1.0 |
1219 | 2024-06-26T00:54:27.208Z | Downloaded cobs v0.2.3 |
1220 | 2024-06-26T00:54:27.232Z | Downloaded ciborium-ll v0.2.2 |
1221 | 2024-06-26T00:54:27.232Z | Downloaded ciborium-io v0.2.2 |
1222 | 2024-06-26T00:54:27.232Z | Downloaded chacha20poly1305 v0.10.1 |
1223 | 2024-06-26T00:54:27.232Z | Downloaded buf-list v1.0.3 |
1224 | 2024-06-26T00:54:27.232Z | Downloaded blowfish v0.9.1 |
1225 | 2024-06-26T00:54:27.232Z | Downloaded blake3 v1.5.1 |
1226 | 2024-06-26T00:54:27.232Z | Downloaded bitfield v0.14.0 |
1227 | 2024-06-26T00:54:27.232Z | Downloaded bb8 v0.8.3 |
1228 | 2024-06-26T00:54:27.232Z | Downloaded argon2 v0.5.3 |
1229 | 2024-06-26T00:54:27.232Z | Downloaded arc-swap v1.7.1 |
1230 | 2024-06-26T00:54:27.256Z | Downloaded allocator-api2 v0.2.18 |
1231 | 2024-06-26T00:54:27.256Z | Downloaded cookie v0.17.0 |
1232 | 2024-06-26T00:54:27.256Z | Downloaded constant_time_eq v0.3.0 |
1233 | 2024-06-26T00:54:27.256Z | Downloaded const-oid v0.9.6 |
1234 | 2024-06-26T00:54:27.256Z | Downloaded compact_str v0.7.1 |
1235 | 2024-06-26T00:54:27.257Z | Downloaded cipher v0.4.4 |
1236 | 2024-06-26T00:54:27.257Z | Downloaded ciborium v0.2.2 |
1237 | 2024-06-26T00:54:27.257Z | Downloaded cexpr v0.6.0 |
1238 | 2024-06-26T00:54:27.257Z | Downloaded castaway v0.2.2 |
1239 | 2024-06-26T00:54:27.281Z | Downloaded cassowary v0.3.0 |
1240 | 2024-06-26T00:54:27.281Z | Downloaded camino-tempfile v1.1.1 |
1241 | 2024-06-26T00:54:27.281Z | Downloaded bzip2 v0.4.4 |
1242 | 2024-06-26T00:54:27.281Z | Downloaded blake2 v0.10.6 |
1243 | 2024-06-26T00:54:27.281Z | Downloaded bit-set v0.5.3 |
1244 | 2024-06-26T00:54:27.281Z | Downloaded bcs v0.1.6 |
1245 | 2024-06-26T00:54:27.281Z | Downloaded base16ct v0.2.0 |
1246 | 2024-06-26T00:54:27.281Z | Downloaded backoff v0.4.0 |
1247 | 2024-06-26T00:54:27.281Z | Downloaded async-trait v0.1.80 |
1248 | 2024-06-26T00:54:27.281Z | Downloaded async-stream v0.3.5 |
1249 | 2024-06-26T00:54:27.281Z | Downloaded async-recursion v1.1.1 |
1250 | 2024-06-26T00:54:27.306Z | Downloaded assert_matches v1.5.0 |
1251 | 2024-06-26T00:54:27.306Z | Downloaded assert_cmd v2.0.14 |
1252 | 2024-06-26T00:54:27.306Z | Downloaded ascii-canvas v3.0.0 |
1253 | 2024-06-26T00:54:27.306Z | Downloaded ascii v1.1.0 |
1254 | 2024-06-26T00:54:27.306Z | Downloaded arrayvec v0.7.4 |
1255 | 2024-06-26T00:54:27.306Z | Downloaded arrayref v0.3.7 |
1256 | 2024-06-26T00:54:27.306Z | Downloaded approx v0.5.1 |
1257 | 2024-06-26T00:54:27.306Z | Downloaded anes v0.1.6 |
1258 | 2024-06-26T00:54:27.306Z | Downloaded array-init v0.0.4 |
1259 | 2024-06-26T00:54:27.306Z | Downloaded addr2line v0.21.0 |
1260 | 2024-06-26T00:54:27.306Z | Downloaded crunchy v0.2.2 |
1261 | 2024-06-26T00:54:27.306Z | Downloaded cfg_aliases v0.1.1 |
1262 | 2024-06-26T00:54:27.306Z | Downloaded atty v0.2.14 |
1263 | 2024-06-26T00:54:27.330Z | Downloaded atomicwrites v0.4.3 |
1264 | 2024-06-26T00:54:27.330Z | Downloaded atomic-waker v1.1.2 |
1265 | 2024-06-26T00:54:27.330Z | Downloaded async-stream-impl v0.3.5 |
1266 | 2024-06-26T00:54:27.330Z | Downloaded aead v0.5.2 |
1267 | 2024-06-26T00:54:27.994Z | Compiling serde v1.0.203 |
1268 | 2024-06-26T00:54:27.994Z | Checking cfg-if v1.0.0 |
1269 | 2024-06-26T00:54:28.020Z | Compiling libm v0.2.8 |
1270 | 2024-06-26T00:54:28.020Z | Compiling num-traits v0.2.19 |
1271 | 2024-06-26T00:54:28.044Z | Checking libc v0.2.155 |
1272 | 2024-06-26T00:54:28.096Z | Compiling syn v2.0.68 |
1273 | 2024-06-26T00:54:28.124Z | Compiling ahash v0.8.11 |
1274 | 2024-06-26T00:54:28.124Z | Compiling getrandom v0.2.14 |
1275 | 2024-06-26T00:54:28.149Z | Compiling serde_json v1.0.117 |
1276 | 2024-06-26T00:54:28.352Z | Compiling generic-array v0.14.7 |
1277 | 2024-06-26T00:54:28.475Z | Compiling log v0.4.21 |
1278 | 2024-06-26T00:54:28.515Z | Checking memchr v2.7.2 |
1279 | 2024-06-26T00:54:28.539Z | Compiling syn v1.0.109 |
1280 | 2024-06-26T00:54:28.582Z | Checking itoa v1.0.11 |
1281 | 2024-06-26T00:54:28.679Z | Checking byteorder v1.5.0 |
1282 | 2024-06-26T00:54:28.737Z | Compiling allocator-api2 v0.2.18 |
1283 | 2024-06-26T00:54:28.771Z | Checking scopeguard v1.2.0 |
1284 | 2024-06-26T00:54:28.859Z | Checking smallvec v1.13.2 |
1285 | 2024-06-26T00:54:28.909Z | Checking lock_api v0.4.12 |
1286 | 2024-06-26T00:54:29.013Z | Compiling schemars v0.8.21 |
1287 | 2024-06-26T00:54:29.156Z | Compiling ring v0.17.8 |
1288 | 2024-06-26T00:54:29.210Z | Checking rand_core v0.6.4 |
1289 | 2024-06-26T00:54:29.254Z | Compiling time-macros v0.2.18 |
1290 | 2024-06-26T00:54:29.431Z | Checking once_cell v1.19.0 |
1291 | 2024-06-26T00:54:29.484Z | Compiling slog v2.7.0 |
1292 | 2024-06-26T00:54:29.678Z | Checking parking_lot_core v0.9.10 |
1293 | 2024-06-26T00:54:29.809Z | Compiling aho-corasick v1.1.3 |
1294 | 2024-06-26T00:54:29.957Z | Checking parking_lot v0.12.2 |
1295 | 2024-06-26T00:54:29.981Z | Checking pin-project-lite v0.2.14 |
1296 | 2024-06-26T00:54:30.257Z | Compiling regex-syntax v0.8.3 |
1297 | 2024-06-26T00:54:32.139Z | Checking signal-hook-registry v1.4.2 |
1298 | 2024-06-26T00:54:32.386Z | Compiling crossbeam-utils v0.8.19 |
1299 | 2024-06-26T00:54:32.413Z | Checking mio v0.8.11 |
1300 | 2024-06-26T00:54:32.984Z | Compiling iana-time-zone v0.1.60 |
1301 | 2024-06-26T00:54:33.015Z | Checking num_cpus v1.16.0 |
1302 | 2024-06-26T00:54:33.121Z | Compiling rustls v0.21.12 |
1303 | 2024-06-26T00:54:33.197Z | Checking typenum v1.17.0 |
1304 | 2024-06-26T00:54:33.342Z | Compiling regex-automata v0.4.6 |
1305 | 2024-06-26T00:54:33.431Z | Compiling cookie v0.17.0 |
1306 | 2024-06-26T00:54:33.645Z | Compiling dyn-clone v1.0.17 |
1307 | 2024-06-26T00:54:33.832Z | Checking futures-core v0.3.30 |
1308 | 2024-06-26T00:54:34.056Z | Checking socket2 v0.5.7 |
1309 | 2024-06-26T00:54:34.168Z | Compiling serde_derive_internals v0.29.1 |
1310 | 2024-06-26T00:54:34.442Z | Compiling backtrace v0.3.71 |
1311 | 2024-06-26T00:54:34.691Z | Checking ryu v1.0.18 |
1312 | 2024-06-26T00:54:34.819Z | Checking subtle v2.5.0 |
1313 | 2024-06-26T00:54:34.886Z | Compiling anyhow v1.0.86 |
1314 | 2024-06-26T00:54:35.537Z | Compiling spin v0.9.8 |
1315 | 2024-06-26T00:54:35.561Z | Compiling unicode-normalization v0.1.23 |
1316 | 2024-06-26T00:54:35.871Z | Compiling unicode-bidi v0.3.15 |
1317 | 2024-06-26T00:54:35.930Z | Checking futures-sink v0.3.30 |
1318 | 2024-06-26T00:54:36.023Z | Compiling untrusted v0.9.0 |
1319 | 2024-06-26T00:54:36.179Z | Compiling either v1.12.0 |
1320 | 2024-06-26T00:54:36.389Z | Checking futures-channel v0.3.30 |
1321 | 2024-06-26T00:54:36.474Z | Checking slab v0.4.9 |
1322 | 2024-06-26T00:54:36.517Z | Checking futures-io v0.3.30 |
1323 | 2024-06-26T00:54:36.672Z | Compiling const-oid v0.9.6 |
1324 | 2024-06-26T00:54:36.696Z | Compiling winnow v0.5.40 |
1325 | 2024-06-26T00:54:36.696Z | Checking pin-utils v0.1.0 |
1326 | 2024-06-26T00:54:36.796Z | Checking futures-task v0.3.30 |
1327 | 2024-06-26T00:54:36.996Z | Compiling time v0.3.36 |
1328 | 2024-06-26T00:54:38.115Z | Compiling regex v1.10.4 |
1329 | 2024-06-26T00:54:38.997Z | Compiling signal-hook v0.3.17 |
1330 | 2024-06-26T00:54:39.207Z | Compiling spin v0.5.2 |
1331 | 2024-06-26T00:54:39.431Z | Compiling rustls-webpki v0.101.7 |
1332 | 2024-06-26T00:54:39.457Z | Compiling sct v0.7.1 |
1333 | 2024-06-26T00:54:39.481Z | Compiling idna v0.5.0 |
1334 | 2024-06-26T00:54:39.730Z | Compiling siphasher v0.3.11 |
1335 | 2024-06-26T00:54:40.043Z | Compiling idna v0.3.0 |
1336 | 2024-06-26T00:54:40.171Z | Compiling serde_derive v1.0.203 |
1337 | 2024-06-26T00:54:40.336Z | Compiling zerocopy-derive v0.7.34 |
1338 | 2024-06-26T00:54:40.730Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-06-26T00:54:41.127Z | Compiling tokio-macros v2.2.0 |
1340 | 2024-06-26T00:54:41.162Z | Compiling thiserror-impl v1.0.60 |
1341 | 2024-06-26T00:54:41.323Z | Compiling futures-macro v0.3.30 |
1342 | 2024-06-26T00:54:41.411Z | Compiling tracing-attributes v0.1.27 |
1343 | 2024-06-26T00:54:42.037Z | Compiling schemars_derive v0.8.21 |
1344 | 2024-06-26T00:54:42.234Z | Compiling zerocopy v0.7.34 |
1345 | 2024-06-26T00:54:42.481Z | Checking zeroize v1.7.0 |
1346 | 2024-06-26T00:54:42.695Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-06-26T00:54:42.966Z | Compiling async-trait v0.1.80 |
1348 | 2024-06-26T00:54:43.786Z | Compiling thiserror v1.0.60 |
1349 | 2024-06-26T00:54:43.920Z | Compiling hashbrown v0.14.5 |
1350 | 2024-06-26T00:54:43.983Z | Compiling scroll_derive v0.12.0 |
1351 | 2024-06-26T00:54:44.205Z | Compiling pest v2.7.10 |
1352 | 2024-06-26T00:54:44.386Z | Compiling der_derive v0.7.2 |
1353 | 2024-06-26T00:54:44.497Z | Checking crypto-common v0.1.6 |
1354 | 2024-06-26T00:54:45.040Z | Compiling futures-util v0.3.30 |
1355 | 2024-06-26T00:54:45.199Z | Compiling scroll v0.12.0 |
1356 | 2024-06-26T00:54:45.787Z | Compiling goblin v0.8.2 |
1357 | 2024-06-26T00:54:45.938Z | Compiling tracing v0.1.40 |
1358 | 2024-06-26T00:54:45.962Z | Compiling clap_derive v4.5.4 |
1359 | 2024-06-26T00:54:46.366Z | Compiling pest_meta v2.7.10 |
1360 | 2024-06-26T00:54:46.629Z | Compiling block-buffer v0.10.4 |
1361 | 2024-06-26T00:54:47.033Z | Compiling digest v0.10.7 |
1362 | 2024-06-26T00:54:47.426Z | Compiling pest_generator v2.7.10 |
1363 | 2024-06-26T00:54:48.991Z | Compiling zerocopy-derive v0.6.6 |
1364 | 2024-06-26T00:54:49.433Z | Compiling url v2.5.0 |
1365 | 2024-06-26T00:54:50.568Z | Compiling pest_derive v2.7.10 |
1366 | 2024-06-26T00:54:50.650Z | Compiling ppv-lite86 v0.2.17 |
1367 | 2024-06-26T00:54:50.800Z | Compiling psl-types v2.0.11 |
1368 | 2024-06-26T00:54:50.882Z | Checking bytes v1.6.0 |
1369 | 2024-06-26T00:54:50.982Z | Checking bitflags v2.5.0 |
1370 | 2024-06-26T00:54:51.223Z | Compiling dtrace-parser v0.2.0 |
1371 | 2024-06-26T00:54:51.247Z | Compiling rand_chacha v0.3.1 |
1372 | 2024-06-26T00:54:51.278Z | Compiling publicsuffix v2.2.3 |
1373 | 2024-06-26T00:54:51.677Z | Compiling indexmap v2.2.6 |
1374 | 2024-06-26T00:54:52.380Z | Compiling semver v1.0.23 |
1375 | 2024-06-26T00:54:52.587Z | Compiling serde_tokenstream v0.2.0 |
1376 | 2024-06-26T00:54:52.829Z | Compiling uuid v1.8.0 |
1377 | 2024-06-26T00:54:52.939Z | Compiling chrono v0.4.38 |
1378 | 2024-06-26T00:54:53.015Z | Checking tokio v1.37.0 |
1379 | 2024-06-26T00:54:53.041Z | Compiling http v0.2.12 |
1380 | 2024-06-26T00:54:53.994Z | Compiling rustc_version v0.4.0 |
1381 | 2024-06-26T00:54:54.018Z | Compiling toml_datetime v0.6.6 |
1382 | 2024-06-26T00:54:54.116Z | Compiling serde_spanned v0.6.6 |
1383 | 2024-06-26T00:54:54.304Z | Compiling dof v0.3.0 |
1384 | 2024-06-26T00:54:54.443Z | Compiling rustix v0.38.34 |
1385 | 2024-06-26T00:54:54.633Z | Compiling openapiv3 v2.0.0 |
1386 | 2024-06-26T00:54:55.970Z | Compiling usdt-impl v0.5.0 |
1387 | 2024-06-26T00:54:56.175Z | Compiling toml_edit v0.19.15 |
1388 | 2024-06-26T00:54:56.793Z | Compiling http-body v0.4.6 |
1389 | 2024-06-26T00:54:57.168Z | Compiling openssl v0.10.64 |
1390 | 2024-06-26T00:54:57.192Z | Compiling heapless v0.7.17 |
1391 | 2024-06-26T00:54:57.278Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-06-26T00:54:57.521Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-06-26T00:54:58.064Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-06-26T00:54:58.664Z | Compiling rand v0.8.5 |
1395 | 2024-06-26T00:54:58.794Z | Compiling crossbeam-epoch v0.9.18 |
1396 | 2024-06-26T00:54:58.935Z | Compiling cookie_store v0.20.0 |
1397 | 2024-06-26T00:54:59.167Z | Compiling bit-vec v0.6.3 |
1398 | 2024-06-26T00:54:59.445Z | Compiling webpki-roots v0.25.4 |
1399 | 2024-06-26T00:54:59.468Z | Compiling gimli v0.28.1 |
1400 | 2024-06-26T00:54:59.543Z | Compiling unicode-xid v0.2.4 |
1401 | 2024-06-26T00:54:59.586Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1402 | 2024-06-26T00:55:00.017Z | Compiling tokio-util v0.7.11 |
1403 | 2024-06-26T00:55:00.206Z | Compiling tokio-rustls v0.24.1 |
1404 | 2024-06-26T00:55:00.264Z | Compiling enum-as-inner v0.5.1 |
1405 | 2024-06-26T00:55:00.334Z | Compiling phf_shared v0.10.0 |
1406 | 2024-06-26T00:55:00.558Z | Compiling lazy_static v1.4.0 |
1407 | 2024-06-26T00:55:00.663Z | Compiling object v0.32.2 |
1408 | 2024-06-26T00:55:00.750Z | Compiling rustc-demangle v0.1.24 |
1409 | 2024-06-26T00:55:01.158Z | Compiling h2 v0.3.26 |
1410 | 2024-06-26T00:55:01.229Z | Compiling minimal-lexical v0.2.1 |
1411 | 2024-06-26T00:55:01.617Z | Compiling smoltcp v0.9.1 |
1412 | 2024-06-26T00:55:01.716Z | Compiling base64ct v1.6.0 |
1413 | 2024-06-26T00:55:02.282Z | Compiling native-tls v0.2.11 |
1414 | 2024-06-26T00:55:02.306Z | Compiling precomputed-hash v0.1.1 |
1415 | 2024-06-26T00:55:02.430Z | Compiling fixedbitset v0.4.2 |
1416 | 2024-06-26T00:55:02.732Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-06-26T00:55:02.855Z | Compiling addr2line v0.21.0 |
1418 | 2024-06-26T00:55:02.880Z | Compiling new_debug_unreachable v1.0.6 |
1419 | 2024-06-26T00:55:02.985Z | Compiling string_cache v0.8.7 |
1420 | 2024-06-26T00:55:03.018Z | Compiling petgraph v0.6.5 |
1421 | 2024-06-26T00:55:03.450Z | Compiling pem-rfc7468 v0.7.0 |
1422 | 2024-06-26T00:55:03.478Z | Compiling nom v7.1.3 |
1423 | 2024-06-26T00:55:03.502Z | Compiling toml_edit v0.22.13 |
1424 | 2024-06-26T00:55:04.122Z | Compiling bit-set v0.5.3 |
1425 | 2024-06-26T00:55:04.345Z | Compiling futures-executor v0.3.30 |
1426 | 2024-06-26T00:55:04.393Z | Compiling hmac v0.12.1 |
1427 | 2024-06-26T00:55:04.572Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-06-26T00:55:04.838Z | Compiling itertools v0.10.5 |
1429 | 2024-06-26T00:55:05.264Z | Compiling diesel_table_macro_syntax v0.1.0 |
1430 | 2024-06-26T00:55:05.656Z | Compiling num-integer v0.1.46 |
1431 | 2024-06-26T00:55:05.888Z | Compiling fs-err v2.11.0 |
1432 | 2024-06-26T00:55:06.257Z | Compiling lalrpop-util v0.19.12 |
1433 | 2024-06-26T00:55:06.307Z | Compiling flagset v0.4.5 |
1434 | 2024-06-26T00:55:06.354Z | Checking fnv v1.0.7 |
1435 | 2024-06-26T00:55:06.466Z | Compiling hyper v0.14.28 |
1436 | 2024-06-26T00:55:06.497Z | Compiling unicode-segmentation v1.11.0 |
1437 | 2024-06-26T00:55:06.565Z | Compiling der v0.7.9 |
1438 | 2024-06-26T00:55:06.726Z | Compiling diesel_derives v2.1.4 |
1439 | 2024-06-26T00:55:07.164Z | Compiling futures v0.3.30 |
1440 | 2024-06-26T00:55:07.271Z | Compiling hex v0.4.3 |
1441 | 2024-06-26T00:55:07.751Z | Compiling itertools v0.12.1 |
1442 | 2024-06-26T00:55:07.963Z | Compiling finl_unicode v1.2.0 |
1443 | 2024-06-26T00:55:08.420Z | Compiling stringprep v0.1.4 |
1444 | 2024-06-26T00:55:09.049Z | Compiling spki v0.7.3 |
1445 | 2024-06-26T00:55:09.387Z | Compiling sha2 v0.10.8 |
1446 | 2024-06-26T00:55:09.411Z | Compiling toml v0.7.8 |
1447 | 2024-06-26T00:55:09.560Z | Compiling md-5 v0.10.6 |
1448 | 2024-06-26T00:55:09.774Z | Compiling strum_macros v0.25.3 |
1449 | 2024-06-26T00:55:10.217Z | Compiling serde_repr v0.1.19 |
1450 | 2024-06-26T00:55:10.435Z | Compiling hash32 v0.2.1 |
1451 | 2024-06-26T00:55:10.791Z | Compiling fallible-iterator v0.2.0 |
1452 | 2024-06-26T00:55:10.819Z | Compiling stable_deref_trait v1.2.0 |
1453 | 2024-06-26T00:55:10.919Z | Checking tinyvec_macros v0.1.1 |
1454 | 2024-06-26T00:55:11.003Z | Checking tinyvec v1.6.0 |
1455 | 2024-06-26T00:55:11.188Z | Compiling pkcs8 v0.10.2 |
1456 | 2024-06-26T00:55:11.376Z | Compiling postgres-protocol v0.6.6 |
1457 | 2024-06-26T00:55:11.690Z | Compiling hyper-rustls v0.24.2 |
1458 | 2024-06-26T00:55:11.732Z | Compiling hyper-tls v0.5.0 |
1459 | 2024-06-26T00:55:11.911Z | Compiling ipnetwork v0.20.0 |
1460 | 2024-06-26T00:55:12.000Z | Compiling reqwest v0.11.27 |
1461 | 2024-06-26T00:55:12.030Z | Compiling terminal_size v0.3.0 |
1462 | 2024-06-26T00:55:12.055Z | Compiling block-padding v0.3.3 |
1463 | 2024-06-26T00:55:12.224Z | Compiling phf_shared v0.11.2 |
1464 | 2024-06-26T00:55:12.500Z | Compiling ff v0.13.0 |
1465 | 2024-06-26T00:55:12.555Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2024-06-26T00:55:12.692Z | Compiling base16ct v0.2.0 |
1467 | 2024-06-26T00:55:12.716Z | Compiling matches v0.1.10 |
1468 | 2024-06-26T00:55:12.809Z | Compiling managed v0.8.0 |
1469 | 2024-06-26T00:55:12.973Z | Compiling peg-runtime v0.8.3 |
1470 | 2024-06-26T00:55:13.116Z | Compiling bitflags v1.3.2 |
1471 | 2024-06-26T00:55:13.161Z | Checking equivalent v1.0.1 |
1472 | 2024-06-26T00:55:13.218Z | Compiling sec1 v0.7.3 |
1473 | 2024-06-26T00:55:13.558Z | Compiling clap_builder v4.5.2 |
1474 | 2024-06-26T00:55:13.638Z | Compiling idna v0.2.3 |
1475 | 2024-06-26T00:55:13.696Z | Compiling r2d2 v0.8.10 |
1476 | 2024-06-26T00:55:14.007Z | Compiling usdt v0.5.0 |
1477 | 2024-06-26T00:55:14.279Z | Compiling group v0.13.0 |
1478 | 2024-06-26T00:55:14.387Z | Compiling signal-hook-mio v0.2.3 |
1479 | 2024-06-26T00:55:14.425Z | Compiling phf v0.11.2 |
1480 | 2024-06-26T00:55:14.533Z | Compiling inout v0.1.3 |
1481 | 2024-06-26T00:55:14.572Z | Compiling postgres-types v0.2.6 |
1482 | 2024-06-26T00:55:14.682Z | Compiling num-bigint v0.4.5 |
1483 | 2024-06-26T00:55:14.780Z | Compiling num-iter v0.1.45 |
1484 | 2024-06-26T00:55:14.877Z | Compiling hubpack v0.1.2 |
1485 | 2024-06-26T00:55:14.902Z | Compiling hkdf v0.12.4 |
1486 | 2024-06-26T00:55:15.180Z | Compiling zerocopy v0.6.6 |
1487 | 2024-06-26T00:55:15.260Z | Compiling crypto-bigint v0.5.5 |
1488 | 2024-06-26T00:55:15.598Z | Compiling float-cmp v0.9.0 |
1489 | 2024-06-26T00:55:15.783Z | Compiling data-encoding v2.6.0 |
1490 | 2024-06-26T00:55:15.839Z | Compiling predicates-core v1.0.6 |
1491 | 2024-06-26T00:55:15.876Z | Compiling normalize-line-endings v0.3.0 |
1492 | 2024-06-26T00:55:15.993Z | Compiling static_assertions v1.1.0 |
1493 | 2024-06-26T00:55:16.100Z | Compiling difflib v0.4.0 |
1494 | 2024-06-26T00:55:16.162Z | Checking cpufeatures v0.2.12 |
1495 | 2024-06-26T00:55:16.250Z | Compiling whoami v1.5.1 |
1496 | 2024-06-26T00:55:16.571Z | Compiling diesel v2.1.6 |
1497 | 2024-06-26T00:55:16.780Z | Compiling tokio-postgres v0.7.10 |
1498 | 2024-06-26T00:55:17.450Z | Compiling yasna v0.5.2 |
1499 | 2024-06-26T00:55:17.691Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-06-26T00:55:18.338Z | Compiling clap v4.5.4 |
1501 | 2024-06-26T00:55:18.451Z | Compiling predicates v3.1.0 |
1502 | 2024-06-26T00:55:18.996Z | Compiling trust-dns-proto v0.22.0 |
1503 | 2024-06-26T00:55:19.837Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1504 | 2024-06-26T00:55:19.932Z | Compiling cipher v0.4.4 |
1505 | 2024-06-26T00:55:20.369Z | Compiling crossterm v0.27.0 |
1506 | 2024-06-26T00:55:21.143Z | Compiling similar v2.5.0 |
1507 | 2024-06-26T00:55:22.043Z | Compiling console v0.15.8 |
1508 | 2024-06-26T00:55:23.002Z | Compiling tokio-stream v0.1.15 |
1509 | 2024-06-26T00:55:23.122Z | Compiling bstr v1.9.1 |
1510 | 2024-06-26T00:55:23.804Z | Checking tracing-core v0.1.32 |
1511 | 2024-06-26T00:55:24.028Z | Checking percent-encoding v2.3.1 |
1512 | 2024-06-26T00:55:24.620Z | Checking form_urlencoded v1.2.1 |
1513 | 2024-06-26T00:55:24.654Z | Checking powerfmt v0.2.0 |
1514 | 2024-06-26T00:55:24.750Z | Checking time-core v0.1.2 |
1515 | 2024-06-26T00:55:24.790Z | Checking num-conv v0.1.0 |
1516 | 2024-06-26T00:55:24.872Z | Checking deranged v0.3.11 |
1517 | 2024-06-26T00:55:24.898Z | Checking unicode-ident v1.0.12 |
1518 | 2024-06-26T00:55:25.003Z | Checking num_threads v0.1.7 |
1519 | 2024-06-26T00:55:25.036Z | Checking httparse v1.8.0 |
1520 | 2024-06-26T00:55:25.690Z | Checking errno v0.3.9 |
1521 | 2024-06-26T00:55:25.742Z | Checking unicode-width v0.1.12 |
1522 | 2024-06-26T00:55:25.890Z | Checking proc-macro2 v1.0.86 |
1523 | 2024-06-26T00:55:26.413Z | Checking adler v1.0.2 |
1524 | 2024-06-26T00:55:26.438Z | Checking base64 v0.21.7 |
1525 | 2024-06-26T00:55:26.462Z | Checking quote v1.0.36 |
1526 | 2024-06-26T00:55:26.558Z | Checking miniz_oxide v0.7.2 |
1527 | 2024-06-26T00:55:26.814Z | Checking try-lock v0.2.5 |
1528 | 2024-06-26T00:55:26.938Z | Checking want v0.3.1 |
1529 | 2024-06-26T00:55:27.362Z | Checking tower-service v0.3.2 |
1530 | 2024-06-26T00:55:27.567Z | Checking httpdate v1.0.3 |
1531 | 2024-06-26T00:55:27.782Z | Checking foreign-types-shared v0.1.1 |
1532 | 2024-06-26T00:55:27.876Z | Checking openssl-probe v0.1.5 |
1533 | 2024-06-26T00:55:27.921Z | Checking foreign-types v0.3.2 |
1534 | 2024-06-26T00:55:28.002Z | Checking openssl-sys v0.9.102 |
1535 | 2024-06-26T00:55:28.029Z | Checking mime v0.3.17 |
1536 | 2024-06-26T00:55:28.098Z | Checking ipnet v2.9.0 |
1537 | 2024-06-26T00:55:28.485Z | Checking utf8parse v0.2.1 |
1538 | 2024-06-26T00:55:32.037Z | Checking encoding_rs v0.8.34 |
1539 | 2024-06-26T00:55:32.197Z | Checking anstyle v1.0.7 |
1540 | 2024-06-26T00:55:33.643Z | Checking rustls-pemfile v1.0.4 |
1541 | 2024-06-26T00:55:33.770Z | Checking plain v0.2.3 |
1542 | 2024-06-26T00:55:33.873Z | Checking ucd-trie v0.1.6 |
1543 | 2024-06-26T00:55:33.898Z | Checking sync_wrapper v0.1.2 |
1544 | 2024-06-26T00:55:33.956Z | Checking anstyle-parse v0.2.4 |
1545 | 2024-06-26T00:55:34.142Z | Checking is_terminal_polyfill v1.70.0 |
1546 | 2024-06-26T00:55:34.167Z | Checking colorchoice v1.0.1 |
1547 | 2024-06-26T00:55:34.191Z | Checking anstyle-query v1.0.3 |
1548 | 2024-06-26T00:55:34.216Z | Checking pretty-hex v0.4.1 |
1549 | 2024-06-26T00:55:34.303Z | Checking anstream v0.6.14 |
1550 | 2024-06-26T00:55:34.388Z | Checking thread-id v4.2.1 |
1551 | 2024-06-26T00:55:34.420Z | Checking strsim v0.11.1 |
1552 | 2024-06-26T00:55:34.464Z | Checking clap_lex v0.7.0 |
1553 | 2024-06-26T00:55:34.687Z | Checking memmap v0.7.0 |
1554 | 2024-06-26T00:55:34.860Z | Checking crc32fast v1.4.0 |
1555 | 2024-06-26T00:55:35.807Z | Checking flate2 v1.0.30 |
1556 | 2024-06-26T00:55:37.078Z | Checking winnow v0.6.8 |
1557 | 2024-06-26T00:55:43.643Z | Compiling regress v0.9.1 |
1558 | 2024-06-26T00:55:43.715Z | Compiling getopts v0.2.21 |
1559 | 2024-06-26T00:55:44.240Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1560 | 2024-06-26T00:55:44.626Z | Compiling unsafe-libyaml v0.2.11 |
1561 | 2024-06-26T00:55:44.659Z | Checking heck v0.5.0 |
1562 | 2024-06-26T00:55:44.844Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1563 | 2024-06-26T00:55:45.473Z | Compiling paste v1.0.15 |
1564 | 2024-06-26T00:55:45.636Z | Checking camino v1.1.7 |
1565 | 2024-06-26T00:55:45.933Z | Compiling serde_yaml v0.9.34+deprecated |
1566 | 2024-06-26T00:55:46.014Z | Checking is-terminal v0.4.12 |
1567 | 2024-06-26T00:55:46.125Z | Compiling strum_macros v0.26.2 |
1568 | 2024-06-26T00:55:46.216Z | Compiling ident_case v1.0.1 |
1569 | 2024-06-26T00:55:46.369Z | Checking base64 v0.22.1 |
1570 | 2024-06-26T00:55:46.740Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1571 | 2024-06-26T00:55:47.067Z | Compiling darling_core v0.20.9 |
1572 | 2024-06-26T00:55:47.114Z | Checking sha1 v0.10.6 |
1573 | 2024-06-26T00:55:47.349Z | Compiling rustls v0.22.4 |
1574 | 2024-06-26T00:55:47.583Z | Checking http v1.1.0 |
1575 | 2024-06-26T00:55:47.670Z | Checking match_cfg v0.1.0 |
1576 | 2024-06-26T00:55:47.758Z | Checking hostname v0.3.1 |
1577 | 2024-06-26T00:55:47.881Z | Checking dirs-sys-next v0.1.2 |
1578 | 2024-06-26T00:55:48.034Z | Compiling multer v3.1.0 |
1579 | 2024-06-26T00:55:48.338Z | Checking dirs-next v2.0.0 |
1580 | 2024-06-26T00:55:48.451Z | Checking crossbeam-channel v0.5.12 |
1581 | 2024-06-26T00:55:48.659Z | Compiling async-stream-impl v0.3.5 |
1582 | 2024-06-26T00:55:49.064Z | Checking thread_local v1.1.8 |
1583 | 2024-06-26T00:55:49.163Z | Checking rustls-pki-types v1.7.0 |
1584 | 2024-06-26T00:55:49.319Z | Checking term v0.7.0 |
1585 | 2024-06-26T00:55:49.406Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1586 | 2024-06-26T00:55:49.534Z | Checking take_mut v0.2.2 |
1587 | 2024-06-26T00:55:49.673Z | Checking slog-async v2.8.0 |
1588 | 2024-06-26T00:55:49.698Z | Checking slog-term v2.9.1 |
1589 | 2024-06-26T00:55:49.723Z | Checking toml v0.8.13 |
1590 | 2024-06-26T00:55:49.789Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1591 | 2024-06-26T00:55:49.920Z | Checking rustls-webpki v0.102.4 |
1592 | 2024-06-26T00:55:50.094Z | Checking slog-json v2.6.1 |
1593 | 2024-06-26T00:55:50.143Z | Checking strum v0.26.2 |
1594 | 2024-06-26T00:55:50.279Z | Checking instant v0.1.12 |
1595 | 2024-06-26T00:55:50.331Z | Checking rustls-pemfile v2.1.2 |
1596 | 2024-06-26T00:55:50.355Z | Checking slog-bunyan v2.5.0 |
1597 | 2024-06-26T00:55:50.386Z | Checking debug-ignore v1.0.5 |
1598 | 2024-06-26T00:55:50.559Z | Checking fastrand v2.1.0 |
1599 | 2024-06-26T00:55:50.586Z | Checking atomic-waker v1.1.2 |
1600 | 2024-06-26T00:55:50.611Z | Checking quick-error v1.2.3 |
1601 | 2024-06-26T00:55:50.705Z | Checking waitgroup v0.1.2 |
1602 | 2024-06-26T00:55:50.731Z | Checking async-stream v0.3.5 |
1603 | 2024-06-26T00:55:50.859Z | Checking tempfile v3.10.1 |
1604 | 2024-06-26T00:55:50.902Z | Checking serde_path_to_error v0.1.16 |
1605 | 2024-06-26T00:55:51.166Z | Compiling structmeta-derive v0.3.0 |
1606 | 2024-06-26T00:55:51.191Z | Checking hostname v0.4.0 |
1607 | 2024-06-26T00:55:51.303Z | Checking newtype-uuid v1.1.0 |
1608 | 2024-06-26T00:55:51.420Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1609 | 2024-06-26T00:55:51.509Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1610 | 2024-06-26T00:55:51.601Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1611 | 2024-06-26T00:55:51.761Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1612 | 2024-06-26T00:55:51.995Z | Checking macaddr v1.0.1 |
1613 | 2024-06-26T00:55:52.025Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1614 | 2024-06-26T00:55:52.158Z | Checking backoff v0.4.0 |
1615 | 2024-06-26T00:55:52.239Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2024-06-26T00:55:52.279Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1617 | 2024-06-26T00:55:52.377Z | Checking wait-timeout v0.2.0 |
1618 | 2024-06-26T00:55:52.408Z | Compiling structmeta-derive v0.2.0 |
1619 | 2024-06-26T00:55:52.537Z | Checking rusty-fork v0.3.0 |
1620 | 2024-06-26T00:55:52.565Z | Checking rand_xorshift v0.3.0 |
1621 | 2024-06-26T00:55:52.711Z | Checking unarray v0.1.4 |
1622 | 2024-06-26T00:55:52.791Z | Compiling proc-macro-error v1.0.4 |
1623 | 2024-06-26T00:55:52.843Z | Checking proptest v1.4.0 |
1624 | 2024-06-26T00:55:52.927Z | Compiling darling_macro v0.20.9 |
1625 | 2024-06-26T00:55:53.387Z | Checking camino-tempfile v1.1.1 |
1626 | 2024-06-26T00:55:53.468Z | Checking tokio-rustls v0.25.0 |
1627 | 2024-06-26T00:55:53.571Z | Compiling structmeta v0.3.0 |
1628 | 2024-06-26T00:55:53.634Z | Compiling proc-macro-crate v1.3.1 |
1629 | 2024-06-26T00:55:53.770Z | Compiling darling v0.20.9 |
1630 | 2024-06-26T00:55:53.880Z | Compiling serde_with_macros v3.8.1 |
1631 | 2024-06-26T00:55:53.974Z | Compiling parse-display-derive v0.9.0 |
1632 | 2024-06-26T00:55:54.565Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1633 | 2024-06-26T00:55:54.826Z | Compiling structmeta v0.2.0 |
1634 | 2024-06-26T00:55:54.870Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-06-26T00:55:55.198Z | Compiling test-strategy v0.3.1 |
1636 | 2024-06-26T00:55:56.383Z | Checking serde_with v3.8.1 |
1637 | 2024-06-26T00:55:56.487Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1638 | 2024-06-26T00:55:56.747Z | Compiling foreign-types-macros v0.2.3 |
1639 | 2024-06-26T00:55:56.778Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1640 | 2024-06-26T00:55:56.998Z | Checking foreign-types-shared v0.3.1 |
1641 | 2024-06-26T00:55:57.118Z | Checking num_enum v0.5.11 |
1642 | 2024-06-26T00:55:57.270Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-06-26T00:55:57.414Z | Checking cstr-argument v0.1.2 |
1644 | 2024-06-26T00:55:57.568Z | Checking pretty-hex v0.2.1 |
1645 | 2024-06-26T00:55:57.718Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2024-06-26T00:55:57.800Z | Checking foreign-types v0.5.0 |
1647 | 2024-06-26T00:55:57.865Z | Checking parse-display v0.9.0 |
1648 | 2024-06-26T00:55:57.907Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1649 | 2024-06-26T00:55:57.970Z | Checking tabwriter v1.4.0 |
1650 | 2024-06-26T00:55:58.060Z | Checking colored v2.1.0 |
1651 | 2024-06-26T00:55:58.089Z | Checking socket2 v0.4.10 |
1652 | 2024-06-26T00:55:58.169Z | Checking smf v0.2.3 |
1653 | 2024-06-26T00:55:58.193Z | Checking humantime v2.1.0 |
1654 | 2024-06-26T00:55:58.308Z | Checking termcolor v1.4.1 |
1655 | 2024-06-26T00:55:58.406Z | Checking arc-swap v1.7.1 |
1656 | 2024-06-26T00:55:58.431Z | Checking newline-converter v0.3.0 |
1657 | 2024-06-26T00:55:58.455Z | Checking xattr v1.3.1 |
1658 | 2024-06-26T00:55:58.543Z | Checking filetime v0.2.23 |
1659 | 2024-06-26T00:55:58.567Z | Checking same-file v1.0.6 |
1660 | 2024-06-26T00:55:58.623Z | Checking expectorate v1.1.0 |
1661 | 2024-06-26T00:55:58.666Z | Checking utf-8 v0.7.6 |
1662 | 2024-06-26T00:55:58.731Z | Checking walkdir v2.5.0 |
1663 | 2024-06-26T00:55:58.756Z | Checking tar v0.4.40 |
1664 | 2024-06-26T00:55:58.783Z | Checking termtree v0.4.1 |
1665 | 2024-06-26T00:55:58.808Z | Checking slog-scope v4.4.0 |
1666 | 2024-06-26T00:55:58.860Z | Compiling heapless v0.8.0 |
1667 | 2024-06-26T00:55:58.959Z | Checking predicates-tree v1.0.9 |
1668 | 2024-06-26T00:55:58.984Z | Checking hash32 v0.3.1 |
1669 | 2024-06-26T00:55:58.984Z | Checking slog-stdlog v4.1.1 |
1670 | 2024-06-26T00:55:59.105Z | Compiling smoltcp v0.11.0 |
1671 | 2024-06-26T00:55:59.130Z | Checking cobs v0.2.3 |
1672 | 2024-06-26T00:55:59.154Z | Checking slog-envlogger v2.2.0 |
1673 | 2024-06-26T00:55:59.179Z | Checking embedded-io v0.4.0 |
1674 | 2024-06-26T00:55:59.282Z | Compiling crucible-workspace-hack v0.1.0 |
1675 | 2024-06-26T00:55:59.349Z | Checking sigpipe v0.1.3 |
1676 | 2024-06-26T00:55:59.373Z | Checking postcard v1.0.8 |
1677 | 2024-06-26T00:55:59.398Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1678 | 2024-06-26T00:55:59.466Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1679 | 2024-06-26T00:55:59.612Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1680 | 2024-06-26T00:55:59.638Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1681 | 2024-06-26T00:55:59.741Z | Checking pem v3.0.4 |
1682 | 2024-06-26T00:55:59.767Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1683 | 2024-06-26T00:55:59.958Z | Checking tungstenite v0.20.1 |
1684 | 2024-06-26T00:55:59.983Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1685 | 2024-06-26T00:55:59.983Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1686 | 2024-06-26T00:56:00.300Z | Compiling derive-where v1.2.7 |
1687 | 2024-06-26T00:56:00.349Z | Compiling mockall_derive v0.12.1 |
1688 | 2024-06-26T00:56:00.756Z | Compiling num-derive v0.4.2 |
1689 | 2024-06-26T00:56:01.235Z | Checking atty v0.2.14 |
1690 | 2024-06-26T00:56:01.295Z | Checking fragile v2.0.0 |
1691 | 2024-06-26T00:56:01.350Z | Checking downcast v0.11.0 |
1692 | 2024-06-26T00:56:01.524Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1693 | 2024-06-26T00:56:01.549Z | Checking tokio-tungstenite v0.20.1 |
1694 | 2024-06-26T00:56:01.928Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1695 | 2024-06-26T00:56:02.041Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1696 | 2024-06-26T00:56:02.138Z | Checking tungstenite v0.21.0 |
1697 | 2024-06-26T00:56:02.163Z | Checking env_logger v0.9.3 |
1698 | 2024-06-26T00:56:02.524Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1699 | 2024-06-26T00:56:02.588Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1700 | 2024-06-26T00:56:02.779Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1701 | 2024-06-26T00:56:02.831Z | Compiling bitstruct_derive v0.1.0 |
1702 | 2024-06-26T00:56:02.856Z | Checking tokio-tungstenite v0.21.0 |
1703 | 2024-06-26T00:56:02.974Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1704 | 2024-06-26T00:56:03.137Z | Checking ascii v1.1.0 |
1705 | 2024-06-26T00:56:03.250Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-06-26T00:56:03.280Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-06-26T00:56:03.395Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-06-26T00:56:03.473Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1709 | 2024-06-26T00:56:03.497Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-06-26T00:56:03.651Z | Checking erased-serde v0.3.31 |
1711 | 2024-06-26T00:56:03.724Z | Checking serde_arrays v0.1.0 |
1712 | 2024-06-26T00:56:03.888Z | Compiling heck v0.3.3 |
1713 | 2024-06-26T00:56:03.951Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1714 | 2024-06-26T00:56:03.976Z | Checking bitstruct v0.1.1 |
1715 | 2024-06-26T00:56:04.073Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1716 | 2024-06-26T00:56:04.223Z | Checking headers-core v0.2.0 |
1717 | 2024-06-26T00:56:04.256Z | Compiling zone_cfg_derive v0.1.2 |
1718 | 2024-06-26T00:56:04.333Z | Checking base64 v0.13.1 |
1719 | 2024-06-26T00:56:04.388Z | Checking headers v0.3.9 |
1720 | 2024-06-26T00:56:04.539Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1721 | 2024-06-26T00:56:04.666Z | Checking ron v0.7.1 |
1722 | 2024-06-26T00:56:05.217Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1723 | 2024-06-26T00:56:05.464Z | Checking zone v0.1.8 |
1724 | 2024-06-26T00:56:05.521Z | Checking portpicker v0.1.1 |
1725 | 2024-06-26T00:56:05.643Z | Checking rcgen v0.12.1 |
1726 | 2024-06-26T00:56:05.667Z | Checking atomicwrites v0.4.3 |
1727 | 2024-06-26T00:56:05.792Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1728 | 2024-06-26T00:56:05.930Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1729 | 2024-06-26T00:56:06.014Z | Checking subprocess v0.2.9 |
1730 | 2024-06-26T00:56:06.183Z | Compiling convert_case v0.4.0 |
1731 | 2024-06-26T00:56:06.461Z | Checking password-hash v0.5.0 |
1732 | 2024-06-26T00:56:06.644Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1733 | 2024-06-26T00:56:06.674Z | Checking blake2 v0.10.6 |
1734 | 2024-06-26T00:56:06.704Z | Checking mockall v0.12.1 |
1735 | 2024-06-26T00:56:06.834Z | Checking linked-hash-map v0.5.6 |
1736 | 2024-06-26T00:56:06.908Z | Compiling prettyplease v0.2.20 |
1737 | 2024-06-26T00:56:06.932Z | Checking swrite v0.1.0 |
1738 | 2024-06-26T00:56:07.012Z | Compiling derive_more v0.99.17 |
1739 | 2024-06-26T00:56:07.036Z | Checking argon2 v0.5.3 |
1740 | 2024-06-26T00:56:07.061Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1741 | 2024-06-26T00:56:07.121Z | Checking lru-cache v0.1.2 |
1742 | 2024-06-26T00:56:07.392Z | Compiling rayon-core v1.12.1 |
1743 | 2024-06-26T00:56:07.583Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1744 | 2024-06-26T00:56:07.639Z | Checking resolv-conf v0.7.0 |
1745 | 2024-06-26T00:56:07.667Z | Checking half v2.4.1 |
1746 | 2024-06-26T00:56:07.886Z | Checking ciborium-io v0.2.2 |
1747 | 2024-06-26T00:56:07.939Z | Checking trust-dns-resolver v0.22.0 |
1748 | 2024-06-26T00:56:07.971Z | Compiling semver v0.1.20 |
1749 | 2024-06-26T00:56:08.000Z | Compiling cancel-safe-futures v0.1.5 |
1750 | 2024-06-26T00:56:08.055Z | Checking ciborium-ll v0.2.2 |
1751 | 2024-06-26T00:56:08.280Z | Compiling rustc_version v0.1.7 |
1752 | 2024-06-26T00:56:08.304Z | Checking ciborium v0.2.2 |
1753 | 2024-06-26T00:56:08.712Z | Compiling newtype_derive v0.1.6 |
1754 | 2024-06-26T00:56:08.948Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1755 | 2024-06-26T00:56:09.600Z | Checking num-rational v0.4.2 |
1756 | 2024-06-26T00:56:09.663Z | Checking num-complex v0.4.6 |
1757 | 2024-06-26T00:56:09.827Z | Compiling slog-dtrace v0.3.0 |
1758 | 2024-06-26T00:56:10.137Z | Checking signature v2.2.0 |
1759 | 2024-06-26T00:56:10.224Z | Checking float-ord v0.3.2 |
1760 | 2024-06-26T00:56:10.317Z | Checking steno v0.4.0 |
1761 | 2024-06-26T00:56:10.379Z | Checking num v0.4.3 |
1762 | 2024-06-26T00:56:11.649Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1763 | 2024-06-26T00:56:11.895Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-06-26T00:56:12.638Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1765 | 2024-06-26T00:56:12.892Z | Checking libsw v3.3.1 |
1766 | 2024-06-26T00:56:13.386Z | Checking owo-colors v4.0.0 |
1767 | 2024-06-26T00:56:13.476Z | Checking linear-map v1.2.0 |
1768 | 2024-06-26T00:56:14.795Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1769 | 2024-06-26T00:56:14.895Z | Checking nibble_vec v0.1.0 |
1770 | 2024-06-26T00:56:15.053Z | Checking endian-type v0.1.2 |
1771 | 2024-06-26T00:56:15.232Z | Checking radix_trie v0.2.1 |
1772 | 2024-06-26T00:56:15.524Z | Checking fxhash v0.2.1 |
1773 | 2024-06-26T00:56:15.607Z | Checking display-error-chain v0.2.0 |
1774 | 2024-06-26T00:56:15.647Z | Compiling home v0.5.9 |
1775 | 2024-06-26T00:56:15.673Z | Compiling radium v0.7.0 |
1776 | 2024-06-26T00:56:15.735Z | Checking tap v1.0.1 |
1777 | 2024-06-26T00:56:15.884Z | Compiling maybe-uninit v2.0.0 |
1778 | 2024-06-26T00:56:15.908Z | Checking wyz v0.5.1 |
1779 | 2024-06-26T00:56:16.228Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1780 | 2024-06-26T00:56:16.386Z | Checking crc-catalog v2.4.0 |
1781 | 2024-06-26T00:56:16.411Z | Compiling num-bigint-dig v0.8.4 |
1782 | 2024-06-26T00:56:16.522Z | Compiling packed_struct v0.10.1 |
1783 | 2024-06-26T00:56:16.601Z | Checking funty v2.0.0 |
1784 | 2024-06-26T00:56:16.902Z | Checking crc v3.2.1 |
1785 | 2024-06-26T00:56:17.015Z | Compiling packed_struct_codegen v0.10.1 |
1786 | 2024-06-26T00:56:17.247Z | Compiling indexmap v1.9.3 |
1787 | 2024-06-26T00:56:17.306Z | Checking nodrop v0.1.14 |
1788 | 2024-06-26T00:56:17.351Z | Checking bitvec v1.0.1 |
1789 | 2024-06-26T00:56:17.424Z | Checking array-init v0.0.4 |
1790 | 2024-06-26T00:56:17.627Z | Checking smallvec v0.6.14 |
1791 | 2024-06-26T00:56:18.228Z | Checking pkcs1 v0.7.5 |
1792 | 2024-06-26T00:56:18.283Z | Compiling blake3 v1.5.1 |
1793 | 2024-06-26T00:56:18.566Z | Compiling ring v0.16.20 |
1794 | 2024-06-26T00:56:18.774Z | Checking hashbrown v0.12.3 |
1795 | 2024-06-26T00:56:19.178Z | Checking bitfield v0.14.0 |
1796 | 2024-06-26T00:56:19.403Z | Checking serde-hex v0.1.0 |
1797 | 2024-06-26T00:56:19.656Z | Checking bzip2 v0.4.4 |
1798 | 2024-06-26T00:56:19.681Z | Checking rsa v0.9.6 |
1799 | 2024-06-26T00:56:19.910Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1800 | 2024-06-26T00:56:20.122Z | Checking env_logger v0.10.2 |
1801 | 2024-06-26T00:56:20.202Z | Checking x509-cert v0.2.5 |
1802 | 2024-06-26T00:56:20.538Z | Checking ron v0.8.1 |
1803 | 2024-06-26T00:56:20.563Z | Checking hashbrown v0.13.2 |
1804 | 2024-06-26T00:56:21.385Z | Checking crc-any v2.5.0 |
1805 | 2024-06-26T00:56:21.456Z | Checking object v0.30.4 |
1806 | 2024-06-26T00:56:21.482Z | Checking zip v0.6.6 |
1807 | 2024-06-26T00:56:21.558Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1808 | 2024-06-26T00:56:21.633Z | Checking path-slash v0.1.5 |
1809 | 2024-06-26T00:56:21.677Z | Compiling async-recursion v1.1.1 |
1810 | 2024-06-26T00:56:21.762Z | Checking gethostname v0.4.3 |
1811 | 2024-06-26T00:56:21.789Z | Compiling libefi-sys v0.1.0 |
1812 | 2024-06-26T00:56:21.889Z | Checking maplit v1.0.2 |
1813 | 2024-06-26T00:56:21.989Z | Compiling parking_lot_core v0.8.6 |
1814 | 2024-06-26T00:56:22.035Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1815 | 2024-06-26T00:56:22.361Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1816 | 2024-06-26T00:56:22.427Z | Compiling crossbeam-deque v0.8.5 |
1817 | 2024-06-26T00:56:22.515Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1818 | 2024-06-26T00:56:22.608Z | Checking keccak v0.1.5 |
1819 | 2024-06-26T00:56:22.728Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1820 | 2024-06-26T00:56:22.866Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1821 | 2024-06-26T00:56:22.892Z | Checking sha3 v0.10.8 |
1822 | 2024-06-26T00:56:23.176Z | Checking parking_lot v0.11.2 |
1823 | 2024-06-26T00:56:23.430Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-06-26T00:56:23.466Z | Checking trust-dns-client v0.22.0 |
1825 | 2024-06-26T00:56:23.491Z | Checking toml v0.5.11 |
1826 | 2024-06-26T00:56:23.635Z | Checking secrecy v0.8.0 |
1827 | 2024-06-26T00:56:23.800Z | Checking sled v0.34.7 |
1828 | 2024-06-26T00:56:24.076Z | Compiling rayon v1.10.0 |
1829 | 2024-06-26T00:56:24.469Z | Compiling memmap2 v0.9.4 |
1830 | 2024-06-26T00:56:24.639Z | Checking trust-dns-server v0.22.1 |
1831 | 2024-06-26T00:56:24.721Z | Compiling untrusted v0.7.1 |
1832 | 2024-06-26T00:56:24.862Z | Compiling buf-list v1.0.3 |
1833 | 2024-06-26T00:56:24.895Z | Compiling constant_time_eq v0.3.0 |
1834 | 2024-06-26T00:56:25.054Z | Compiling arrayvec v0.7.4 |
1835 | 2024-06-26T00:56:25.375Z | Compiling arrayref v0.3.7 |
1836 | 2024-06-26T00:56:26.254Z | Compiling toolchain_find v0.4.0 |
1837 | 2024-06-26T00:56:26.441Z | Compiling topological-sort v0.2.2 |
1838 | 2024-06-26T00:56:26.636Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1839 | 2024-06-26T00:56:26.711Z | Compiling rustfmt-wrapper v0.2.1 |
1840 | 2024-06-26T00:56:26.896Z | Checking glob v0.3.1 |
1841 | 2024-06-26T00:56:27.101Z | Compiling curve25519-dalek v4.1.3 |
1842 | 2024-06-26T00:56:27.156Z | Checking universal-hash v0.5.1 |
1843 | 2024-06-26T00:56:27.197Z | Checking opaque-debug v0.3.1 |
1844 | 2024-06-26T00:56:27.259Z | Compiling curve25519-dalek-derive v0.1.1 |
1845 | 2024-06-26T00:56:27.328Z | Checking aead v0.5.2 |
1846 | 2024-06-26T00:56:27.520Z | Compiling pin-project-internal v1.1.5 |
1847 | 2024-06-26T00:56:27.595Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1848 | 2024-06-26T00:56:27.839Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-06-26T00:56:27.963Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1850 | 2024-06-26T00:56:28.090Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1851 | 2024-06-26T00:56:29.087Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1852 | 2024-06-26T00:56:29.843Z | Compiling omicron-zone-package v0.11.0 |
1853 | 2024-06-26T00:56:31.025Z | Compiling vte_generate_state_changes v0.1.1 |
1854 | 2024-06-26T00:56:31.087Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1855 | 2024-06-26T00:56:31.195Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1856 | 2024-06-26T00:56:31.450Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1857 | 2024-06-26T00:56:31.541Z | Compiling unicase v2.7.0 |
1858 | 2024-06-26T00:56:31.938Z | Checking vte v0.11.1 |
1859 | 2024-06-26T00:56:32.203Z | Checking pin-project v1.1.5 |
1860 | 2024-06-26T00:56:32.313Z | Checking poly1305 v0.8.0 |
1861 | 2024-06-26T00:56:32.754Z | Checking chacha20 v0.9.1 |
1862 | 2024-06-26T00:56:32.779Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1863 | 2024-06-26T00:56:32.912Z | Checking fd-lock v4.0.2 |
1864 | 2024-06-26T00:56:33.014Z | Compiling thiserror-impl-no-std v2.0.2 |
1865 | 2024-06-26T00:56:33.050Z | Checking nanorand v0.7.0 |
1866 | 2024-06-26T00:56:33.080Z | Checking strip-ansi-escapes v0.2.0 |
1867 | 2024-06-26T00:56:33.217Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1868 | 2024-06-26T00:56:33.317Z | Checking kstat-rs v0.2.4 |
1869 | 2024-06-26T00:56:33.361Z | Checking flume v0.11.0 |
1870 | 2024-06-26T00:56:33.456Z | Checking nu-ansi-term v0.50.0 |
1871 | 2024-06-26T00:56:33.606Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1872 | 2024-06-26T00:56:33.794Z | Checking chacha20poly1305 v0.10.1 |
1873 | 2024-06-26T00:56:33.819Z | Checking reedline v0.31.0 |
1874 | 2024-06-26T00:56:33.960Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1875 | 2024-06-26T00:56:34.208Z | Compiling crunchy v0.2.2 |
1876 | 2024-06-26T00:56:34.625Z | Compiling mime_guess v2.0.4 |
1877 | 2024-06-26T00:56:34.659Z | Compiling clang-sys v1.7.0 |
1878 | 2024-06-26T00:56:34.791Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1879 | 2024-06-26T00:56:35.157Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1880 | 2024-06-26T00:56:35.243Z | Compiling tiny-keccak v2.0.2 |
1881 | 2024-06-26T00:56:35.648Z | Checking thiserror-no-std v2.0.2 |
1882 | 2024-06-26T00:56:35.751Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1883 | 2024-06-26T00:56:35.776Z | Checking vsss-rs v3.3.4 |
1884 | 2024-06-26T00:56:35.920Z | Compiling memoffset v0.9.1 |
1885 | 2024-06-26T00:56:35.945Z | Checking bytecount v0.6.8 |
1886 | 2024-06-26T00:56:35.976Z | Compiling ref-cast v1.0.23 |
1887 | 2024-06-26T00:56:36.075Z | Checking papergrid v0.11.0 |
1888 | 2024-06-26T00:56:36.763Z | Compiling ascii-canvas v3.0.0 |
1889 | 2024-06-26T00:56:36.976Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1890 | 2024-06-26T00:56:37.200Z | Compiling tabled_derive v0.7.0 |
1891 | 2024-06-26T00:56:37.258Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1892 | 2024-06-26T00:56:37.485Z | Compiling snafu-derive v0.8.2 |
1893 | 2024-06-26T00:56:37.511Z | Compiling ref-cast-impl v1.0.23 |
1894 | 2024-06-26T00:56:38.093Z | Compiling ena v0.14.3 |
1895 | 2024-06-26T00:56:38.343Z | Compiling libloading v0.8.3 |
1896 | 2024-06-26T00:56:38.432Z | Compiling diff v0.1.13 |
1897 | 2024-06-26T00:56:38.492Z | Compiling bindgen v0.69.4 |
1898 | 2024-06-26T00:56:38.714Z | Checking http-range v0.1.5 |
1899 | 2024-06-26T00:56:38.867Z | Compiling regex-syntax v0.6.29 |
1900 | 2024-06-26T00:56:39.030Z | Checking hyper-staticfile v0.9.5 |
1901 | 2024-06-26T00:56:39.300Z | Checking tabled v0.15.0 |
1902 | 2024-06-26T00:56:40.113Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1903 | 2024-06-26T00:56:41.622Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1904 | 2024-06-26T00:56:41.870Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1905 | 2024-06-26T00:56:42.270Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1906 | 2024-06-26T00:56:43.486Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1907 | 2024-06-26T00:56:44.121Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1908 | 2024-06-26T00:56:45.702Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1909 | 2024-06-26T00:56:46.587Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1910 | 2024-06-26T00:56:47.168Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1911 | 2024-06-26T00:56:47.656Z | Checking snafu v0.8.2 |
1912 | 2024-06-26T00:56:48.058Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1913 | 2024-06-26T00:56:48.091Z | Compiling lalrpop v0.19.12 |
1914 | 2024-06-26T00:56:48.448Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1915 | 2024-06-26T00:56:48.538Z | Compiling which v4.4.2 |
1916 | 2024-06-26T00:56:49.063Z | Checking globset v0.4.14 |
1917 | 2024-06-26T00:56:49.460Z | Checking olpc-cjson v0.1.3 |
1918 | 2024-06-26T00:56:49.627Z | Compiling cexpr v0.6.0 |
1919 | 2024-06-26T00:56:49.653Z | Checking serde_plain v1.0.2 |
1920 | 2024-06-26T00:56:49.858Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1921 | 2024-06-26T00:56:50.087Z | Checking typed-path v0.7.1 |
1922 | 2024-06-26T00:56:51.211Z | Compiling salty v0.2.0 |
1923 | 2024-06-26T00:56:51.634Z | Compiling rustc-hash v1.1.0 |
1924 | 2024-06-26T00:56:51.659Z | Checking signature v1.6.4 |
1925 | 2024-06-26T00:56:51.778Z | Compiling cfg_aliases v0.1.1 |
1926 | 2024-06-26T00:56:51.802Z | Compiling shlex v1.3.0 |
1927 | 2024-06-26T00:56:51.827Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1928 | 2024-06-26T00:56:51.861Z | Compiling lazycell v1.3.0 |
1929 | 2024-06-26T00:56:51.894Z | Compiling nix v0.28.0 |
1930 | 2024-06-26T00:56:52.185Z | Checking ed25519 v1.5.3 |
1931 | 2024-06-26T00:56:52.338Z | Checking tough v0.17.1 |
1932 | 2024-06-26T00:56:52.621Z | Checking nix v0.27.1 |
1933 | 2024-06-26T00:56:54.629Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1934 | 2024-06-26T00:56:55.742Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1935 | 2024-06-26T00:56:56.025Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1936 | 2024-06-26T00:56:56.427Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1937 | 2024-06-26T00:56:56.740Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1938 | 2024-06-26T00:56:57.317Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1939 | 2024-06-26T00:56:57.726Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1940 | 2024-06-26T00:56:57.846Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1941 | 2024-06-26T00:56:57.950Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1942 | 2024-06-26T00:56:58.191Z | Compiling derive_builder_core v0.20.0 |
1943 | 2024-06-26T00:56:58.480Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1944 | 2024-06-26T00:56:58.837Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1945 | 2024-06-26T00:57:00.082Z | Checking serde-big-array v0.5.1 |
1946 | 2024-06-26T00:57:00.181Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1947 | 2024-06-26T00:57:00.206Z | Compiling libxml v0.3.3 |
1948 | 2024-06-26T00:57:00.235Z | Checking parse-size v1.0.0 |
1949 | 2024-06-26T00:57:00.279Z | Compiling derive_builder_macro v0.20.0 |
1950 | 2024-06-26T00:57:00.657Z | Checking signal-hook-tokio v0.3.1 |
1951 | 2024-06-26T00:57:00.827Z | Checking serde-big-array v0.4.1 |
1952 | 2024-06-26T00:57:00.962Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1953 | 2024-06-26T00:57:00.990Z | Compiling strum_macros v0.24.3 |
1954 | 2024-06-26T00:57:01.016Z | Compiling cookie v0.18.1 |
1955 | 2024-06-26T00:57:01.077Z | Compiling indoc v1.0.9 |
1956 | 2024-06-26T00:57:01.238Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1957 | 2024-06-26T00:57:01.334Z | Checking derive_builder v0.20.0 |
1958 | 2024-06-26T00:57:02.050Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1959 | 2024-06-26T00:57:02.075Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1960 | 2024-06-26T00:57:03.297Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1961 | 2024-06-26T00:57:03.448Z | Compiling peg-macros v0.8.3 |
1962 | 2024-06-26T00:57:03.531Z | Checking quick-xml v0.31.0 |
1963 | 2024-06-26T00:57:03.980Z | Compiling impl-trait-for-tuples v0.2.2 |
1964 | 2024-06-26T00:57:04.089Z | Compiling oso-derive v0.27.3 |
1965 | 2024-06-26T00:57:04.921Z | Compiling sqlparser_derive v0.2.2 |
1966 | 2024-06-26T00:57:05.169Z | Checking corncobs v0.1.3 |
1967 | 2024-06-26T00:57:05.489Z | Checking heck v0.4.1 |
1968 | 2024-06-26T00:57:05.669Z | Checking unicode_categories v0.1.1 |
1969 | 2024-06-26T00:57:05.844Z | Checking sqlparser v0.45.0 |
1970 | 2024-06-26T00:57:05.921Z | Checking sqlformat v0.2.3 |
1971 | 2024-06-26T00:57:06.395Z | Checking peg v0.8.3 |
1972 | 2024-06-26T00:57:06.492Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1973 | 2024-06-26T00:57:06.816Z | Checking rustyline v14.0.0 |
1974 | 2024-06-26T00:57:08.116Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1975 | 2024-06-26T00:57:08.300Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1976 | 2024-06-26T00:57:08.425Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1977 | 2024-06-26T00:57:09.385Z | Checking bcs v0.1.6 |
1978 | 2024-06-26T00:57:09.751Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1979 | 2024-06-26T00:57:09.776Z | Checking highway v1.1.0 |
1980 | 2024-06-26T00:57:10.053Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1981 | 2024-06-26T00:57:10.117Z | Compiling const_format_proc_macros v0.2.32 |
1982 | 2024-06-26T00:57:10.287Z | Checking bb8 v0.8.3 |
1983 | 2024-06-26T00:57:10.699Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1984 | 2024-06-26T00:57:11.487Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1985 | 2024-06-26T00:57:11.943Z | Checking const_format v0.2.32 |
1986 | 2024-06-26T00:57:12.341Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1987 | 2024-06-26T00:57:12.790Z | Checking assert_matches v1.5.0 |
1988 | 2024-06-26T00:57:12.891Z | Compiling portable-atomic v1.6.0 |
1989 | 2024-06-26T00:57:12.986Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1990 | 2024-06-26T00:57:13.443Z | Checking rand_seeder v0.2.3 |
1991 | 2024-06-26T00:57:13.672Z | Checking number_prefix v0.4.0 |
1992 | 2024-06-26T00:57:13.880Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1993 | 2024-06-26T00:57:13.946Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1994 | 2024-06-26T00:57:14.299Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1995 | 2024-06-26T00:57:14.524Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1996 | 2024-06-26T00:57:14.728Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1997 | 2024-06-26T00:57:14.817Z | Checking indicatif v0.17.8 |
1998 | 2024-06-26T00:57:15.476Z | Checking castaway v0.2.2 |
1999 | 2024-06-26T00:57:15.623Z | Checking compact_str v0.7.1 |
2000 | 2024-06-26T00:57:15.726Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2001 | 2024-06-26T00:57:15.751Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2002 | 2024-06-26T00:57:15.962Z | Checking lru v0.12.3 |
2003 | 2024-06-26T00:57:15.989Z | Compiling stability v0.2.0 |
2004 | 2024-06-26T00:57:16.199Z | Compiling indoc v2.0.5 |
2005 | 2024-06-26T00:57:16.257Z | Checking cassowary v0.3.0 |
2006 | 2024-06-26T00:57:16.644Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2007 | 2024-06-26T00:57:16.805Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2008 | 2024-06-26T00:57:17.105Z | Checking ratatui v0.26.2 |
2009 | 2024-06-26T00:57:17.957Z | Checking unicode-linebreak v0.1.5 |
2010 | 2024-06-26T00:57:18.134Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2011 | 2024-06-26T00:57:18.286Z | Checking smawk v0.3.2 |
2012 | 2024-06-26T00:57:18.463Z | Checking textwrap v0.16.1 |
2013 | 2024-06-26T00:57:18.780Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2014 | 2024-06-26T00:57:18.924Z | Checking is_ci v1.2.0 |
2015 | 2024-06-26T00:57:19.052Z | Checking supports-color v3.0.0 |
2016 | 2024-06-26T00:57:19.077Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2017 | 2024-06-26T00:57:19.102Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2018 | 2024-06-26T00:57:19.222Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2019 | 2024-06-26T00:57:19.385Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2020 | 2024-06-26T00:57:19.939Z | Checking fatfs v0.3.6 |
2021 | 2024-06-26T00:57:20.801Z | Checking shell-words v1.1.0 |
2022 | 2024-06-26T00:57:20.826Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2023 | 2024-06-26T00:57:20.966Z | Checking cargo-platform v0.1.8 |
2024 | 2024-06-26T00:57:21.243Z | Checking rtoolbox v0.0.2 |
2025 | 2024-06-26T00:57:21.416Z | Compiling getrandom v0.1.16 |
2026 | 2024-06-26T00:57:22.035Z | Checking rpassword v7.3.1 |
2027 | 2024-06-26T00:57:22.167Z | Checking cargo_metadata v0.18.1 |
2028 | 2024-06-26T00:57:22.626Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2029 | 2024-06-26T00:57:23.553Z | Checking tui-tree-widget v0.19.0 |
2030 | 2024-06-26T00:57:24.061Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2031 | 2024-06-26T00:57:24.794Z | Checking rfc6979 v0.4.0 |
2032 | 2024-06-26T00:57:25.197Z | Checking ecdsa v0.16.9 |
2033 | 2024-06-26T00:57:25.277Z | Checking rand_core v0.5.1 |
2034 | 2024-06-26T00:57:25.553Z | Checking primeorder v0.13.6 |
2035 | 2024-06-26T00:57:25.823Z | Checking yansi v0.5.1 |
2036 | 2024-06-26T00:57:25.965Z | Checking option-ext v0.2.0 |
2037 | 2024-06-26T00:57:26.102Z | Checking md5 v0.7.0 |
2038 | 2024-06-26T00:57:26.259Z | Checking pretty_assertions v1.4.0 |
2039 | 2024-06-26T00:57:26.332Z | Checking dirs-sys v0.4.1 |
2040 | 2024-06-26T00:57:26.440Z | Checking rand_chacha v0.2.2 |
2041 | 2024-06-26T00:57:26.495Z | Checking polyval v0.6.2 |
2042 | 2024-06-26T00:57:26.730Z | Checking ed25519 v2.2.3 |
2043 | 2024-06-26T00:57:26.755Z | Checking aes v0.8.4 |
2044 | 2024-06-26T00:57:26.943Z | Checking blowfish v0.9.1 |
2045 | 2024-06-26T00:57:27.116Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2046 | 2024-06-26T00:57:27.144Z | Checking ctr v0.9.2 |
2047 | 2024-06-26T00:57:27.387Z | Checking password-hash v0.4.2 |
2048 | 2024-06-26T00:57:27.450Z | Checking pbkdf2 v0.12.2 |
2049 | 2024-06-26T00:57:27.594Z | Checking plotters-backend v0.3.5 |
2050 | 2024-06-26T00:57:27.753Z | Checking hex-literal v0.4.1 |
2051 | 2024-06-26T00:57:27.872Z | Checking pbkdf2 v0.11.0 |
2052 | 2024-06-26T00:57:27.898Z | Checking plotters-svg v0.3.5 |
2053 | 2024-06-26T00:57:28.083Z | Checking bcrypt-pbkdf v0.10.0 |
2054 | 2024-06-26T00:57:28.109Z | Checking ed25519-dalek v2.1.1 |
2055 | 2024-06-26T00:57:28.289Z | Checking rand v0.7.3 |
2056 | 2024-06-26T00:57:28.365Z | Checking ghash v0.5.1 |
2057 | 2024-06-26T00:57:28.510Z | Checking dirs v5.0.1 |
2058 | 2024-06-26T00:57:28.632Z | Checking p256 v0.13.2 |
2059 | 2024-06-26T00:57:29.044Z | Checking p521 v0.13.3 |
2060 | 2024-06-26T00:57:29.393Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2061 | 2024-06-26T00:57:30.103Z | Checking cbc v0.1.2 |
2062 | 2024-06-26T00:57:30.324Z | Checking russh-cryptovec v0.7.2 |
2063 | 2024-06-26T00:57:30.538Z | Compiling target-lexicon v0.12.14 |
2064 | 2024-06-26T00:57:30.717Z | Checking cast v0.3.0 |
2065 | 2024-06-26T00:57:30.994Z | Compiling doc-comment v0.3.3 |
2066 | 2024-06-26T00:57:31.484Z | Checking criterion-plot v0.5.0 |
2067 | 2024-06-26T00:57:31.674Z | Checking russh-keys v0.43.0 |
2068 | 2024-06-26T00:57:31.942Z | Checking aes-gcm v0.10.3 |
2069 | 2024-06-26T00:57:32.154Z | Checking plotters v0.3.5 |
2070 | 2024-06-26T00:57:32.665Z | Checking http-body v1.0.0 |
2071 | 2024-06-26T00:57:32.692Z | Checking tinytemplate v1.2.1 |
2072 | 2024-06-26T00:57:32.872Z | Checking csv-core v0.1.11 |
2073 | 2024-06-26T00:57:33.020Z | Compiling guppy-workspace-hack v0.1.0 |
2074 | 2024-06-26T00:57:33.168Z | Checking regex-automata v0.1.10 |
2075 | 2024-06-26T00:57:33.255Z | Checking oorandom v11.1.3 |
2076 | 2024-06-26T00:57:33.402Z | Checking tower-layer v0.3.2 |
2077 | 2024-06-26T00:57:33.515Z | Compiling assert_cmd v2.0.14 |
2078 | 2024-06-26T00:57:33.564Z | Compiling dhcproto-macros v0.1.0 |
2079 | 2024-06-26T00:57:33.638Z | Checking anes v0.1.6 |
2080 | 2024-06-26T00:57:33.877Z | Checking tower v0.4.13 |
2081 | 2024-06-26T00:57:33.956Z | Checking criterion v0.5.1 |
2082 | 2024-06-26T00:57:34.385Z | Checking dhcproto v0.11.0 |
2083 | 2024-06-26T00:57:34.504Z | Checking bstr v0.2.17 |
2084 | 2024-06-26T00:57:35.193Z | Checking csv v1.3.0 |
2085 | 2024-06-26T00:57:35.477Z | Checking hyper v1.3.1 |
2086 | 2024-06-26T00:57:35.891Z | Checking russh v0.43.0 |
2087 | 2024-06-26T00:57:36.447Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2088 | 2024-06-26T00:57:36.620Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2089 | 2024-06-26T00:57:37.168Z | Compiling target-spec v3.1.0 |
2090 | 2024-06-26T00:57:37.341Z | Checking internet-checksum v0.2.1 |
2091 | 2024-06-26T00:57:38.072Z | Checking cfg-expr v0.15.8 |
2092 | 2024-06-26T00:57:38.657Z | Checking hyper-util v0.1.3 |
2093 | 2024-06-26T00:57:39.069Z | Checking httptest v0.15.5 |
2094 | 2024-06-26T00:57:39.304Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2095 | 2024-06-26T00:57:39.680Z | Checking rustls-native-certs v0.7.0 |
2096 | 2024-06-26T00:57:39.891Z | Checking hyper-rustls v0.26.0 |
2097 | 2024-06-26T00:57:40.493Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2098 | 2024-06-26T00:57:40.723Z | Checking pathdiff v0.2.1 |
2099 | 2024-06-26T00:57:40.864Z | Checking threadpool v1.8.1 |
2100 | 2024-06-26T00:57:41.037Z | Checking escape8259 v0.5.2 |
2101 | 2024-06-26T00:57:41.190Z | Checking nested v0.1.1 |
2102 | 2024-06-26T00:57:41.373Z | Checking guppy v0.17.5 |
2103 | 2024-06-26T00:57:41.397Z | Checking libtest-mimic v0.7.3 |
2104 | 2024-06-26T00:57:41.801Z | Checking similar-asserts v1.5.0 |
2105 | 2024-06-26T00:57:41.993Z | Checking fancy-regex v0.13.0 |
2106 | 2024-06-26T00:57:42.575Z | Compiling rstest_macros v0.19.0 |
2107 | 2024-06-26T00:57:42.759Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2108 | 2024-06-26T00:57:43.059Z | Checking datatest-stable v0.2.9 |
2109 | 2024-06-26T00:57:43.109Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2110 | 2024-06-26T00:57:43.314Z | Checking blake2b_simd v1.0.2 |
2111 | 2024-06-26T00:57:43.998Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2112 | 2024-06-26T00:57:44.187Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2113 | 2024-06-26T00:57:44.240Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2114 | 2024-06-26T00:57:44.612Z | Compiling relative-path v1.9.3 |
2115 | 2024-06-26T00:57:44.807Z | Compiling trybuild v1.0.96 |
2116 | 2024-06-26T00:57:45.263Z | Checking rust-argon2 v2.1.0 |
2117 | 2024-06-26T00:57:45.585Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2118 | 2024-06-26T00:57:46.467Z | Checking multimap v0.10.0 |
2119 | 2024-06-26T00:57:46.730Z | Checking futures-timer v3.0.3 |
2120 | 2024-06-26T00:57:48.084Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2121 | 2024-06-26T00:57:48.805Z | Checking partial-io v0.5.4 |
2122 | 2024-06-26T00:57:49.103Z | Checking cargo_toml v0.20.2 |
2123 | 2024-06-26T00:57:50.598Z | Checking rand_distr v0.4.3 |
2124 | 2024-06-26T00:57:51.199Z | Checking approx v0.5.1 |
2125 | 2024-06-26T00:57:51.388Z | Checking uzers v0.11.3 |
2126 | 2024-06-26T00:57:51.681Z | Checking termios v0.3.3 |
2127 | 2024-06-26T00:57:51.862Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2128 | 2024-06-26T00:57:52.753Z | Checking rstest v0.19.0 |
2129 | 2024-06-26T00:57:54.136Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2130 | 2024-06-26T00:57:57.365Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2131 | 2024-06-26T00:57:58.261Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2132 | 2024-06-26T00:58:03.120Z | Compiling samael v0.0.15 |
2133 | 2024-06-26T00:58:05.262Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2134 | 2024-06-26T00:58:27.222Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2135 | 2024-06-26T00:58:27.829Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2136 | 2024-06-26T00:58:36.881Z | Compiling polar-core v0.27.3 |
2137 | 2024-06-26T00:58:46.025Z | Checking oso v0.27.3 |
2138 | 2024-06-26T00:59:22.694Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2139 | 2024-06-26T00:59:22.694Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2140 | 2024-06-26T00:59:22.719Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2141 | 2024-06-26T01:00:49.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s |
2142 | 2024-06-26T01:00:50.216Z | |
2143 | 2024-06-26T01:00:50.242Z | real 6:36.896959267 |
2144 | 2024-06-26T01:00:50.242Z | user 32:27.982591049 |
2145 | 2024-06-26T01:00:50.242Z | sys 6:10.885683902 |
2146 | 2024-06-26T01:00:50.242Z | trap 0.852506045 |
2147 | 2024-06-26T01:00:50.242Z | tflt 0.607070989 |
2148 | 2024-06-26T01:00:50.242Z | dflt 0.810589953 |
2149 | 2024-06-26T01:00:50.242Z | kflt 0.001538576 |
2150 | 2024-06-26T01:00:50.242Z | lock 1:40:10.028640203 |
2151 | 2024-06-26T01:00:50.242Z | slp 1:45:22.627385155 |
2152 | 2024-06-26T01:00:50.242Z | lat 1:46.989697606 |
2153 | 2024-06-26T01:00:50.242Z | stop 5:18.079747565 |
2154 | 2024-06-26T01:00:50.242Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2155 | 2024-06-26T01:00:50.242Z | + ptime -m cargo doc --workspace --no-deps |
2156 | 2024-06-26T01:00:51.477Z | warning: output filename collision. |
2157 | 2024-06-26T01:00:51.477Z | 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)`. |
2158 | 2024-06-26T01:00:51.477Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2159 | 2024-06-26T01:00:51.477Z | The targets should have unique names. |
2160 | 2024-06-26T01:00:51.477Z | This is a known bug where multiple crates with the same name use |
2161 | 2024-06-26T01:00:51.477Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2162 | 2024-06-26T01:00:52.067Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2163 | 2024-06-26T01:00:52.096Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2164 | 2024-06-26T01:00:52.141Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2165 | 2024-06-26T01:00:52.166Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2166 | 2024-06-26T01:00:52.191Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2167 | 2024-06-26T01:00:52.191Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-06-26T01:00:52.330Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2169 | 2024-06-26T01:00:52.419Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2170 | 2024-06-26T01:00:52.445Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2171 | 2024-06-26T01:00:52.470Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2172 | 2024-06-26T01:00:52.470Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2173 | 2024-06-26T01:00:52.702Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2174 | 2024-06-26T01:00:52.727Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2175 | 2024-06-26T01:00:52.968Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2176 | 2024-06-26T01:00:53.111Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2177 | 2024-06-26T01:00:53.946Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2178 | 2024-06-26T01:00:55.867Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2179 | 2024-06-26T01:00:55.943Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2180 | 2024-06-26T01:00:56.080Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2181 | 2024-06-26T01:00:56.197Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2182 | 2024-06-26T01:00:56.465Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2183 | 2024-06-26T01:00:56.490Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2184 | 2024-06-26T01:00:56.724Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2185 | 2024-06-26T01:00:56.851Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2186 | 2024-06-26T01:00:56.986Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2187 | 2024-06-26T01:00:57.250Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2188 | 2024-06-26T01:00:57.415Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2189 | 2024-06-26T01:00:57.655Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2190 | 2024-06-26T01:00:57.926Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2191 | 2024-06-26T01:00:57.951Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2192 | 2024-06-26T01:00:58.040Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2193 | 2024-06-26T01:00:58.201Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2194 | 2024-06-26T01:00:58.299Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2195 | 2024-06-26T01:00:59.019Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2196 | 2024-06-26T01:00:59.071Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2197 | 2024-06-26T01:01:00.186Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2198 | 2024-06-26T01:01:02.353Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2199 | 2024-06-26T01:01:02.426Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2200 | 2024-06-26T01:01:03.888Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2201 | 2024-06-26T01:01:04.198Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2202 | 2024-06-26T01:01:04.764Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2203 | 2024-06-26T01:01:05.515Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2204 | 2024-06-26T01:01:06.066Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2205 | 2024-06-26T01:01:06.492Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2206 | 2024-06-26T01:01:06.825Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2207 | 2024-06-26T01:01:07.292Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2208 | 2024-06-26T01:01:07.813Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2209 | 2024-06-26T01:01:07.909Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2210 | 2024-06-26T01:01:08.415Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2211 | 2024-06-26T01:01:09.081Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2212 | 2024-06-26T01:01:09.340Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2213 | 2024-06-26T01:01:10.083Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2214 | 2024-06-26T01:01:11.313Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2215 | 2024-06-26T01:01:12.294Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2216 | 2024-06-26T01:01:13.029Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2217 | 2024-06-26T01:01:13.292Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2218 | 2024-06-26T01:01:13.408Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-06-26T01:01:13.829Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2220 | 2024-06-26T01:01:13.853Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2221 | 2024-06-26T01:01:13.883Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2222 | 2024-06-26T01:01:14.430Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2223 | 2024-06-26T01:01:16.037Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2224 | 2024-06-26T01:01:16.438Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2225 | 2024-06-26T01:01:17.696Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2226 | 2024-06-26T01:01:17.813Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2227 | 2024-06-26T01:01:18.189Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2228 | 2024-06-26T01:01:19.311Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2229 | 2024-06-26T01:01:19.380Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2230 | 2024-06-26T01:01:19.524Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2231 | 2024-06-26T01:01:20.182Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2024-06-26T01:01:20.405Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2233 | 2024-06-26T01:01:23.200Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2234 | 2024-06-26T01:01:23.954Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2235 | 2024-06-26T01:01:24.382Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2236 | 2024-06-26T01:01:25.419Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2237 | 2024-06-26T01:01:25.761Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2238 | 2024-06-26T01:01:27.124Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2239 | 2024-06-26T01:01:27.993Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2240 | 2024-06-26T01:01:28.831Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2241 | 2024-06-26T01:01:30.497Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2242 | 2024-06-26T01:01:33.663Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2243 | 2024-06-26T01:01:40.338Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2244 | 2024-06-26T01:01:46.525Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2245 | 2024-06-26T01:01:47.669Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2246 | 2024-06-26T01:01:51.060Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2247 | 2024-06-26T01:01:54.900Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2248 | 2024-06-26T01:01:55.114Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2249 | 2024-06-26T01:01:58.580Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2250 | 2024-06-26T01:02:05.682Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2251 | 2024-06-26T01:02:12.439Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2252 | 2024-06-26T01:02:19.676Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2253 | 2024-06-26T01:02:38.287Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2254 | 2024-06-26T01:02:39.468Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2255 | 2024-06-26T01:02:40.054Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2256 | 2024-06-26T01:02:42.860Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2257 | 2024-06-26T01:02:43.461Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2258 | 2024-06-26T01:02:43.644Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2259 | 2024-06-26T01:02:45.175Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2260 | 2024-06-26T01:02:56.552Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2261 | 2024-06-26T01:03:01.886Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2262 | 2024-06-26T01:03:02.103Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2263 | 2024-06-26T01:03:06.519Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2264 | 2024-06-26T01:03:14.891Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2265 | 2024-06-26T01:03:16.669Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2266 | 2024-06-26T01:03:24.322Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2267 | 2024-06-26T01:03:27.415Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2268 | 2024-06-26T01:03:29.170Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2269 | 2024-06-26T01:03:30.441Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2270 | 2024-06-26T01:03:36.481Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2271 | 2024-06-26T01:03:37.404Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2272 | 2024-06-26T01:03:43.531Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2273 | 2024-06-26T01:03:50.660Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2274 | 2024-06-26T01:03:53.931Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2275 | 2024-06-26T01:03:54.172Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2276 | 2024-06-26T01:03:56.455Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2277 | 2024-06-26T01:03:58.275Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2278 | 2024-06-26T01:04:00.370Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2279 | 2024-06-26T01:04:00.691Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2280 | 2024-06-26T01:04:05.708Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2281 | 2024-06-26T01:04:06.941Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2282 | 2024-06-26T01:04:09.911Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2283 | 2024-06-26T01:04:10.116Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2284 | 2024-06-26T01:04:11.966Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2285 | 2024-06-26T01:04:12.062Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2286 | 2024-06-26T01:04:14.015Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2287 | 2024-06-26T01:04:17.100Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2288 | 2024-06-26T01:04:20.353Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2289 | 2024-06-26T01:04:22.344Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2290 | 2024-06-26T01:04:25.252Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2291 | 2024-06-26T01:04:25.437Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2292 | 2024-06-26T01:04:25.888Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2293 | 2024-06-26T01:04:28.686Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2294 | 2024-06-26T01:04:29.537Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2295 | 2024-06-26T01:04:31.041Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2296 | 2024-06-26T01:04:35.103Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2297 | 2024-06-26T01:04:37.324Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2298 | 2024-06-26T01:04:37.800Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2299 | 2024-06-26T01:04:40.433Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2300 | 2024-06-26T01:04:41.581Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2301 | 2024-06-26T01:04:43.521Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2302 | 2024-06-26T01:04:46.689Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2303 | 2024-06-26T01:04:48.365Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2304 | 2024-06-26T01:04:51.309Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2305 | 2024-06-26T01:04:51.997Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2306 | 2024-06-26T01:04:52.675Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2307 | 2024-06-26T01:04:52.707Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2308 | 2024-06-26T01:04:53.835Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2309 | 2024-06-26T01:04:56.186Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2310 | 2024-06-26T01:04:56.392Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2311 | 2024-06-26T01:04:56.977Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2312 | 2024-06-26T01:04:57.040Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2313 | 2024-06-26T01:04:57.274Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2314 | 2024-06-26T01:04:57.705Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2315 | 2024-06-26T01:04:58.646Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2316 | 2024-06-26T01:05:31.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 41s |
2317 | 2024-06-26T01:05:31.457Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2318 | 2024-06-26T01:05:31.510Z | |
2319 | 2024-06-26T01:05:31.510Z | real 4:41.252623679 |
2320 | 2024-06-26T01:05:31.510Z | user 15:11.085046687 |
2321 | 2024-06-26T01:05:31.510Z | sys 18:07.375178538 |
2322 | 2024-06-26T01:05:31.510Z | trap 0.308883986 |
2323 | 2024-06-26T01:05:31.510Z | tflt 0.073600412 |
2324 | 2024-06-26T01:05:31.510Z | dflt 0.318321337 |
2325 | 2024-06-26T01:05:31.510Z | kflt 0.000078722 |
2326 | 2024-06-26T01:05:31.510Z | lock 45:22.295755652 |
2327 | 2024-06-26T01:05:31.510Z | slp 1:11:29.826215510 |
2328 | 2024-06-26T01:05:31.510Z | lat 56.011187795 |
2329 | 2024-06-26T01:05:31.535Z | stop 38.005942355 |
2330 | 2024-06-26T01:05:31.535Z | process exited: duration 847077 ms, exit code 0 |
|
2331 | 2024-06-26T01:05:31.585Z | found 0 output files |