|
|
|
1 | 2024-06-21T20:56:32.867Z | job assigned to worker 01J0Y9AW586G0B4WH8DAHQFQ2S (queued for 51 s) |
|
2 | 2024-06-21T20:56:40.605Z | starting task 0: "setup" |
3 | 2024-06-21T20:56:40.662Z | ++ uname -s |
4 | 2024-06-21T20:56:40.666Z | + kern=SunOS |
5 | 2024-06-21T20:56:40.666Z | + case "$kern" in |
6 | 2024-06-21T20:56:40.666Z | + groupadd -g 12345 build |
7 | 2024-06-21T20:56:40.666Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-21T20:56:42.676Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-21T20:56:42.816Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-21T20:56:42.819Z | + home_fs=zfs |
11 | 2024-06-21T20:56:42.819Z | + [[ zfs == autofs ]] |
12 | 2024-06-21T20:56:42.819Z | + mkdir -p /home/build |
13 | 2024-06-21T20:56:42.822Z | + chown build:build /home/build /work |
14 | 2024-06-21T20:56:44.823Z | + chmod 0700 /home/build /work |
15 | 2024-06-21T20:56:44.826Z | process exited: duration 4221 ms, exit code 0 |
|
16 | 2024-06-21T20:56:44.832Z | starting task 1: "rust-toolchain" |
17 | 2024-06-21T20:56:44.838Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-21T20:56:44.838Z | ' 1.78.0 |
19 | 2024-06-21T20:56:44.838Z | * toolchain channel = "1.78.0" |
20 | 2024-06-21T20:56:44.845Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-21T20:56:44.845Z | * toolchain profile = "default" |
22 | 2024-06-21T20:56:44.845Z | ' default |
23 | 2024-06-21T20:56:44.845Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-21T20:56:44.845Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-21T20:56:44.998Z | info: downloading installer |
26 | 2024-06-21T20:56:46.371Z | info: profile set to 'default' |
27 | 2024-06-21T20:56:46.371Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-21T20:56:46.391Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-21T20:56:46.511Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-21T20:56:46.511Z | info: downloading component 'cargo' |
31 | 2024-06-21T20:56:47.175Z | info: downloading component 'clippy' |
32 | 2024-06-21T20:56:47.402Z | info: downloading component 'rust-docs' |
33 | 2024-06-21T20:56:48.302Z | info: downloading component 'rust-std' |
34 | 2024-06-21T20:56:49.750Z | info: downloading component 'rustc' |
35 | 2024-06-21T20:56:53.491Z | info: downloading component 'rustfmt' |
36 | 2024-06-21T20:56:53.689Z | info: installing component 'cargo' |
37 | 2024-06-21T20:56:54.536Z | info: installing component 'clippy' |
38 | 2024-06-21T20:56:54.895Z | info: installing component 'rust-docs' |
39 | 2024-06-21T20:56:56.444Z | info: installing component 'rust-std' |
40 | 2024-06-21T20:56:58.184Z | info: installing component 'rustc' |
41 | 2024-06-21T20:57:02.558Z | info: installing component 'rustfmt' |
42 | 2024-06-21T20:57:02.905Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-21T20:57:02.905Z | |
44 | 2024-06-21T20:57:03.171Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-21T20:57:03.171Z | |
46 | 2024-06-21T20:57:03.175Z | |
47 | 2024-06-21T20:57:03.175Z | Rust is installed now. Great! |
48 | 2024-06-21T20:57:03.175Z | |
49 | 2024-06-21T20:57:03.175Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-21T20:57:03.175Z | environment variable. This has not been done automatically. |
51 | 2024-06-21T20:57:03.175Z | |
52 | 2024-06-21T20:57:03.175Z | To configure your current shell, you need to source |
53 | 2024-06-21T20:57:03.175Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-21T20:57:03.175Z | |
55 | 2024-06-21T20:57:03.175Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-21T20:57:03.175Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-21T20:57:03.175Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-21T20:57:03.243Z | + rustc --version |
59 | 2024-06-21T20:57:03.307Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-21T20:57:03.310Z | process exited: duration 18475 ms, exit code 0 |
|
61 | 2024-06-21T20:57:03.318Z | starting task 2: "authentication" |
62 | 2024-06-21T20:57:03.339Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-21T20:57:03.347Z | starting task 3: "clone repository" |
64 | 2024-06-21T20:57:03.353Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-21T20:57:03.355Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-21T20:57:03.511Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-21T20:57:09.302Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-21T20:57:09.304Z | + git fetch origin 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
69 | 2024-06-21T20:57:09.604Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-21T20:57:09.604Z | * branch 7ef3ddd09822f8d31eb6b264459d6886456b64ff -> FETCH_HEAD |
71 | 2024-06-21T20:57:09.615Z | + [[ -n bump_gimlet-v1.0.22 ]] |
72 | 2024-06-21T20:57:09.618Z | ++ git branch --show-current |
73 | 2024-06-21T20:57:09.621Z | + current=main |
74 | 2024-06-21T20:57:09.621Z | + [[ main != bump_gimlet-v1.0.22 ]] |
75 | 2024-06-21T20:57:09.621Z | + git branch -f bump_gimlet-v1.0.22 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
76 | 2024-06-21T20:57:09.624Z | + git checkout -f bump_gimlet-v1.0.22 |
77 | 2024-06-21T20:57:09.759Z | Switched to branch 'bump_gimlet-v1.0.22' |
78 | 2024-06-21T20:57:09.762Z | + git reset --hard 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
79 | 2024-06-21T20:57:09.772Z | HEAD is now at 7ef3ddd09 Automatic bump of permslip manifest to gimlet-v1.0.22 |
80 | 2024-06-21T20:57:09.775Z | process exited: duration 6425 ms, exit code 0 |
|
81 | 2024-06-21T20:57:09.780Z | starting task 4: "build" |
82 | 2024-06-21T20:57:09.786Z | + cargo --version |
83 | 2024-06-21T20:57:09.845Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-21T20:57:09.848Z | + rustc --version |
85 | 2024-06-21T20:57:09.907Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-21T20:57:09.910Z | + source ./env.sh |
87 | 2024-06-21T20:57:09.910Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-21T20:57:09.910Z | ++ set -o xtrace |
89 | 2024-06-21T20:57:09.913Z | ++++ dirname ./env.sh |
90 | 2024-06-21T20:57:09.916Z | +++ readlink -f . |
91 | 2024-06-21T20:57:09.968Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-21T20:57:09.971Z | ++ 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-21T20:57:09.971Z | ++ 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-21T20:57:09.971Z | ++ 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-21T20:57:09.971Z | ++ 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-21T20:57:09.971Z | ++ 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-21T20:57:09.971Z | ++ 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-21T20:57:09.971Z | ++ 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-21T20:57:09.971Z | ++ 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-21T20:57:09.971Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-21T20:57:09.971Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-21T20:57:09.971Z | + banner prerequisites |
103 | 2024-06-21T20:57:09.991Z | |
104 | 2024-06-21T20:57:09.991Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-21T20:57:09.991Z | # # # # # # # # # # # # # # # |
106 | 2024-06-21T20:57:09.991Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-21T20:57:09.991Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-21T20:57:09.991Z | # # # # # # # # # # # # # # # |
109 | 2024-06-21T20:57:09.991Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-21T20:57:09.991Z | |
111 | 2024-06-21T20:57:09.994Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-21T20:57:17.968Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-21T20:57:20.123Z | Startup: Caching catalogs ... Done |
114 | 2024-06-21T20:57:22.495Z | Planning: Solver setup ... Done (1.896s) |
115 | 2024-06-21T20:57:22.532Z | Planning: Running solver ... Done (0.037s) |
116 | 2024-06-21T20:57:22.572Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-06-21T20:57:22.584Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-21T20:57:23.007Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-21T20:57:23.154Z | Planning: Package planning ... Done (0.146s) |
120 | 2024-06-21T20:57:23.206Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-06-21T20:57:24.742Z | Planning: Checking for conflicting actions ... Done (1.538s) |
122 | 2024-06-21T20:57:24.753Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-06-21T20:57:32.943Z | Planning: Evaluating mediators ... Done (8.188s) |
124 | 2024-06-21T20:57:32.953Z | Planning: Planning completed in 12.76 seconds |
125 | 2024-06-21T20:57:34.030Z | Packages to install: 4 |
126 | 2024-06-21T20:57:34.030Z | Mediators to change: 2 |
127 | 2024-06-21T20:57:34.030Z | Services to change: 1 |
128 | 2024-06-21T20:57:34.030Z | Estimated space available: 155.77 GB |
129 | 2024-06-21T20:57:34.033Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-21T20:57:34.033Z | Create boot environment: No |
131 | 2024-06-21T20:57:34.033Z | Create backup boot environment: No |
132 | 2024-06-21T20:57:34.033Z | Rebuild boot archive: No |
133 | 2024-06-21T20:57:34.033Z | |
134 | 2024-06-21T20:57:34.033Z | Changed mediators: |
135 | 2024-06-21T20:57:34.033Z | mediator clang: |
136 | 2024-06-21T20:57:34.033Z | version: None -> 15 (system default) |
137 | 2024-06-21T20:57:34.033Z | |
138 | 2024-06-21T20:57:34.033Z | mediator llvm: |
139 | 2024-06-21T20:57:34.033Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-21T20:57:34.033Z | |
141 | 2024-06-21T20:57:34.033Z | Changed packages: |
142 | 2024-06-21T20:57:34.033Z | helios-dev |
143 | 2024-06-21T20:57:34.033Z | developer/build-essential |
144 | 2024-06-21T20:57:34.033Z | None -> 11-2.0 |
145 | 2024-06-21T20:57:34.033Z | library/libxmlsec1 |
146 | 2024-06-21T20:57:34.033Z | None -> 1.2.35-2.0 |
147 | 2024-06-21T20:57:34.033Z | ooce/developer/clang-15 |
148 | 2024-06-21T20:57:34.033Z | None -> 15.0.7-2.0 |
149 | 2024-06-21T20:57:34.033Z | ooce/developer/llvm-15 |
150 | 2024-06-21T20:57:34.033Z | None -> 15.0.7-2.0 |
151 | 2024-06-21T20:57:34.033Z | |
152 | 2024-06-21T20:57:34.033Z | Services: |
153 | 2024-06-21T20:57:34.033Z | restart_fmri: |
154 | 2024-06-21T20:57:34.033Z | svc:/system/update-man-index:default |
155 | 2024-06-21T20:57:34.279Z | |
156 | 2024-06-21T20:57:34.279Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-21T20:57:39.281Z | Download: 1305/3290 items 106.3/212.6MB 49% complete (21.4M/s) |
158 | 2024-06-21T20:57:44.282Z | Download: 3166/3290 items 156.1/212.6MB 73% complete (15.6M/s) |
159 | 2024-06-21T20:57:49.329Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (12.3M/s) |
160 | 2024-06-21T20:57:49.415Z | Download: Completed 212.60 MB in 15.13 seconds (14.1M/s) |
161 | 2024-06-21T20:57:52.724Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-06-21T20:57:57.739Z | Actions: 3543/3689 actions (Installing new actions) |
163 | 2024-06-21T20:57:58.828Z | Actions: Completed 3689 actions in 6.10 seconds. |
164 | 2024-06-21T20:57:59.081Z | Done (0.248s) |
165 | 2024-06-21T20:57:59.081Z | Done (0.000s) |
166 | 2024-06-21T20:57:59.394Z | Done (0.312s) |
167 | 2024-06-21T20:58:06.046Z | Done (6.492s) |
168 | 2024-06-21T20:58:06.328Z | Done (0.211s) |
169 | 2024-06-21T20:58:06.331Z | Done (0.000s) |
170 | 2024-06-21T20:58:06.475Z | Done (0.000s) |
171 | 2024-06-21T20:58:07.051Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-06-21T20:58:07.220Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-06-21T20:58:07.223Z | Planning: Consolidating action changes ... Done |
174 | 2024-06-21T20:58:07.501Z | Planning: Evaluating mediators ... Done |
175 | 2024-06-21T20:58:07.504Z | Planning: Planning completed in 0.45 seconds |
176 | 2024-06-21T20:58:07.536Z | Mediators to change: 2 |
177 | 2024-06-21T20:58:07.536Z | Create boot environment: No |
178 | 2024-06-21T20:58:07.539Z | Create backup boot environment: No |
179 | 2024-06-21T20:58:07.615Z | Done |
180 | 2024-06-21T20:58:07.615Z | Done |
181 | 2024-06-21T20:58:07.819Z | Done |
182 | 2024-06-21T20:58:11.537Z | Done |
183 | 2024-06-21T20:58:11.631Z | Done |
184 | 2024-06-21T20:58:11.634Z | Done |
185 | 2024-06-21T20:58:11.741Z | Done |
186 | 2024-06-21T20:58:12.363Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-06-21T20:58:12.365Z | Planning: Merging actions ... Done |
188 | 2024-06-21T20:58:12.559Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-06-21T20:58:12.562Z | Planning: Consolidating action changes ... Done |
190 | 2024-06-21T20:58:12.830Z | Planning: Evaluating mediators ... Done |
191 | 2024-06-21T20:58:12.887Z | Planning: Planning completed in 0.77 seconds |
192 | 2024-06-21T20:58:12.922Z | Packages to change: 1 |
193 | 2024-06-21T20:58:12.922Z | Mediators to change: 1 |
194 | 2024-06-21T20:58:12.928Z | Services to change: 1 |
195 | 2024-06-21T20:58:12.928Z | Create boot environment: No |
196 | 2024-06-21T20:58:12.928Z | Create backup boot environment: Yes |
197 | 2024-06-21T20:58:14.830Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-06-21T20:58:14.981Z | Actions: Completed 6 actions in 0.15 seconds. |
199 | 2024-06-21T20:58:14.984Z | Done |
200 | 2024-06-21T20:58:14.984Z | Done |
201 | 2024-06-21T20:58:15.050Z | Done |
202 | 2024-06-21T20:58:18.741Z | Done |
203 | 2024-06-21T20:58:18.824Z | Done |
204 | 2024-06-21T20:58:18.829Z | Done |
205 | 2024-06-21T20:58:18.944Z | Done |
206 | 2024-06-21T20:58:19.389Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-06-21T20:58:19.389Z | clang system 15 system |
208 | 2024-06-21T20:58:19.389Z | csh system system illumos |
209 | 2024-06-21T20:58:19.389Z | ctags system system illumos |
210 | 2024-06-21T20:58:19.389Z | gcc vendor 12 vendor |
211 | 2024-06-21T20:58:19.389Z | gcc system 10 system |
212 | 2024-06-21T20:58:19.389Z | gcc system 7 system |
213 | 2024-06-21T20:58:19.389Z | go system 1.20 system |
214 | 2024-06-21T20:58:19.389Z | go system 1.19 system |
215 | 2024-06-21T20:58:19.389Z | llvm system 15 system |
216 | 2024-06-21T20:58:19.389Z | llvm system 14 system |
217 | 2024-06-21T20:58:19.389Z | mariadb system 10.6 system |
218 | 2024-06-21T20:58:19.389Z | mta vendor vendor dma |
219 | 2024-06-21T20:58:19.389Z | openjdk system 17 system |
220 | 2024-06-21T20:58:19.389Z | openjdk system 11 system |
221 | 2024-06-21T20:58:19.389Z | openjdk system 1.8 system |
222 | 2024-06-21T20:58:19.389Z | openssl vendor 3 vendor |
223 | 2024-06-21T20:58:19.389Z | perl system 5.36 system |
224 | 2024-06-21T20:58:19.389Z | postgresql system 15 system |
225 | 2024-06-21T20:58:19.389Z | postgresql system 13 system |
226 | 2024-06-21T20:58:19.389Z | python vendor 3 vendor |
227 | 2024-06-21T20:58:19.389Z | python system 2 system |
228 | 2024-06-21T20:58:19.390Z | python3 system 3.11 system |
229 | 2024-06-21T20:58:19.390Z | ruby system 3.0 system |
230 | 2024-06-21T20:58:19.390Z | words vendor vendor american-english |
231 | 2024-06-21T20:58:19.390Z | words system system australian-english |
232 | 2024-06-21T20:58:19.390Z | words system system british-english |
233 | 2024-06-21T20:58:19.390Z | words system system canadian-english |
234 | 2024-06-21T20:58:19.390Z | words system system french |
235 | 2024-06-21T20:58:19.390Z | words system system italian |
236 | 2024-06-21T20:58:19.390Z | words system system ngerman |
237 | 2024-06-21T20:58:19.390Z | words system system ogerman |
238 | 2024-06-21T20:58:19.390Z | words system system spanish |
239 | 2024-06-21T20:58:19.732Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-06-21T20:58:19.732Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-06-21T20:58:21.276Z | FMRI IFO |
242 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-06-21T20:58:21.276Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-06-21T20:58:21.817Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-06-21T20:58:22.146Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-06-21T20:58:22.441Z | Updating crates.io index |
257 | 2024-06-21T20:58:22.475Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-06-21T20:58:23.216Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-06-21T20:58:23.994Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-06-21T20:58:24.249Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-06-21T20:58:26.243Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-06-21T20:58:26.811Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-06-21T20:58:27.097Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-06-21T20:58:28.171Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-06-21T20:58:30.289Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-06-21T20:58:31.401Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-06-21T20:58:32.072Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-06-21T20:58:32.710Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-06-21T20:58:33.005Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
270 | 2024-06-21T20:58:33.382Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-06-21T20:58:33.668Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-06-21T20:58:33.951Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
273 | 2024-06-21T20:58:34.381Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-06-21T20:58:34.647Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-06-21T20:58:34.890Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-06-21T20:58:35.239Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-06-21T20:58:35.545Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-06-21T20:58:36.045Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-06-21T20:58:36.305Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-06-21T20:58:36.924Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-06-21T20:58:37.213Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
282 | 2024-06-21T20:58:37.524Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-06-21T20:58:38.001Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-06-21T20:58:39.888Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-06-21T20:58:40.250Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-06-21T20:58:40.523Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-06-21T20:58:41.056Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-06-21T20:58:42.349Z | Downloading crates ... |
289 | 2024-06-21T20:58:42.420Z | Downloaded colorchoice v1.0.1 |
290 | 2024-06-21T20:58:42.434Z | Downloaded autocfg v1.3.0 |
291 | 2024-06-21T20:58:42.437Z | Downloaded cfg-if v1.0.0 |
292 | 2024-06-21T20:58:42.440Z | Downloaded anstyle v1.0.7 |
293 | 2024-06-21T20:58:42.443Z | Downloaded adler v1.0.2 |
294 | 2024-06-21T20:58:42.443Z | Downloaded cargo_toml v0.20.2 |
295 | 2024-06-21T20:58:42.447Z | Downloaded foreign-types-shared v0.1.1 |
296 | 2024-06-21T20:58:42.450Z | Downloaded scroll_derive v0.12.0 |
297 | 2024-06-21T20:58:42.453Z | Downloaded match_cfg v0.1.0 |
298 | 2024-06-21T20:58:42.453Z | Downloaded num-conv v0.1.0 |
299 | 2024-06-21T20:58:42.456Z | Downloaded is-terminal v0.4.12 |
300 | 2024-06-21T20:58:42.458Z | Downloaded num_threads v0.1.7 |
301 | 2024-06-21T20:58:42.458Z | Downloaded pretty-hex v0.4.1 |
302 | 2024-06-21T20:58:42.461Z | Downloaded openssl-probe v0.1.5 |
303 | 2024-06-21T20:58:42.464Z | Downloaded clap_derive v4.5.4 |
304 | 2024-06-21T20:58:42.466Z | Downloaded block-buffer v0.10.4 |
305 | 2024-06-21T20:58:42.466Z | Downloaded dirs-next v2.0.0 |
306 | 2024-06-21T20:58:42.469Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-06-21T20:58:42.472Z | Downloaded proc-macro-error v1.0.4 |
308 | 2024-06-21T20:58:42.474Z | Downloaded http-body v0.4.6 |
309 | 2024-06-21T20:58:42.477Z | Downloaded sync_wrapper v0.1.2 |
310 | 2024-06-21T20:58:42.477Z | Downloaded futures-executor v0.3.30 |
311 | 2024-06-21T20:58:42.480Z | Downloaded deranged v0.3.11 |
312 | 2024-06-21T20:58:42.480Z | Downloaded httpdate v1.0.3 |
313 | 2024-06-21T20:58:42.482Z | Downloaded hostname v0.3.1 |
314 | 2024-06-21T20:58:42.482Z | Downloaded dof v0.3.0 |
315 | 2024-06-21T20:58:42.485Z | Downloaded fnv v1.0.7 |
316 | 2024-06-21T20:58:42.485Z | Downloaded clap_lex v0.7.0 |
317 | 2024-06-21T20:58:42.487Z | Downloaded try-lock v0.2.5 |
318 | 2024-06-21T20:58:42.488Z | Downloaded usdt-macro v0.5.0 |
319 | 2024-06-21T20:58:42.488Z | Downloaded mime v0.3.17 |
320 | 2024-06-21T20:58:42.490Z | Downloaded hyper-tls v0.5.0 |
321 | 2024-06-21T20:58:42.490Z | Downloaded itoa v1.0.11 |
322 | 2024-06-21T20:58:42.493Z | Downloaded futures-macro v0.3.30 |
323 | 2024-06-21T20:58:42.493Z | Downloaded fs-err v2.11.0 |
324 | 2024-06-21T20:58:42.497Z | Downloaded anstyle-parse v0.2.4 |
325 | 2024-06-21T20:58:42.500Z | Downloaded slog-async v2.8.0 |
326 | 2024-06-21T20:58:42.500Z | Downloaded tinyvec_macros v0.1.1 |
327 | 2024-06-21T20:58:42.503Z | Downloaded camino v1.1.7 |
328 | 2024-06-21T20:58:42.503Z | Downloaded bytes v1.6.0 |
329 | 2024-06-21T20:58:42.506Z | Downloaded slab v0.4.9 |
330 | 2024-06-21T20:58:42.509Z | Downloaded powerfmt v0.2.0 |
331 | 2024-06-21T20:58:42.509Z | Downloaded tokio-native-tls v0.3.1 |
332 | 2024-06-21T20:58:42.512Z | Downloaded thiserror-impl v1.0.60 |
333 | 2024-06-21T20:58:42.514Z | Downloaded strsim v0.11.1 |
334 | 2024-06-21T20:58:42.514Z | Downloaded equivalent v1.0.1 |
335 | 2024-06-21T20:58:42.517Z | Downloaded time-macros v0.2.18 |
336 | 2024-06-21T20:58:42.517Z | Downloaded is_terminal_polyfill v1.70.0 |
337 | 2024-06-21T20:58:42.519Z | Downloaded thread_local v1.1.8 |
338 | 2024-06-21T20:58:42.519Z | Downloaded terminal_size v0.3.0 |
339 | 2024-06-21T20:58:42.522Z | Downloaded foreign-types v0.3.2 |
340 | 2024-06-21T20:58:42.522Z | Downloaded dtrace-parser v0.2.0 |
341 | 2024-06-21T20:58:42.525Z | Downloaded md5 v0.7.0 |
342 | 2024-06-21T20:58:42.525Z | Downloaded serde_tokenstream v0.2.0 |
343 | 2024-06-21T20:58:42.527Z | Downloaded slog-json v2.6.1 |
344 | 2024-06-21T20:58:42.530Z | Downloaded usdt v0.5.0 |
345 | 2024-06-21T20:58:42.530Z | Downloaded parking_lot_core v0.9.10 |
346 | 2024-06-21T20:58:42.533Z | Downloaded crc32fast v1.4.0 |
347 | 2024-06-21T20:58:42.536Z | Downloaded time-core v0.1.2 |
348 | 2024-06-21T20:58:42.536Z | Downloaded strum v0.26.2 |
349 | 2024-06-21T20:58:42.538Z | Downloaded pest_generator v2.7.10 |
350 | 2024-06-21T20:58:42.538Z | Downloaded take_mut v0.2.2 |
351 | 2024-06-21T20:58:42.538Z | Downloaded pin-project-lite v0.2.14 |
352 | 2024-06-21T20:58:42.543Z | Downloaded crossbeam-utils v0.8.19 |
353 | 2024-06-21T20:58:42.546Z | Downloaded want v0.3.1 |
354 | 2024-06-21T20:58:42.549Z | Downloaded memmap v0.7.0 |
355 | 2024-06-21T20:58:42.549Z | Downloaded heck v0.4.1 |
356 | 2024-06-21T20:58:42.551Z | Downloaded generic-array v0.14.7 |
357 | 2024-06-21T20:58:42.551Z | Downloaded filetime v0.2.23 |
358 | 2024-06-21T20:58:42.554Z | Downloaded tabled_derive v0.7.0 |
359 | 2024-06-21T20:58:42.557Z | Downloaded serde_spanned v0.6.6 |
360 | 2024-06-21T20:58:42.557Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-06-21T20:58:42.559Z | Downloaded sha2 v0.10.8 |
362 | 2024-06-21T20:58:42.562Z | Downloaded num_cpus v1.16.0 |
363 | 2024-06-21T20:58:42.564Z | Downloaded scroll v0.12.0 |
364 | 2024-06-21T20:58:42.564Z | Downloaded strum_macros v0.26.2 |
365 | 2024-06-21T20:58:42.567Z | Downloaded pkg-config v0.3.30 |
366 | 2024-06-21T20:58:42.570Z | Downloaded signal-hook-registry v1.4.2 |
367 | 2024-06-21T20:58:42.570Z | Downloaded percent-encoding v2.3.1 |
368 | 2024-06-21T20:58:42.570Z | Downloaded papergrid v0.11.0 |
369 | 2024-06-21T20:58:42.575Z | Downloaded rustversion v1.0.17 |
370 | 2024-06-21T20:58:42.577Z | Downloaded zerocopy-derive v0.7.34 |
371 | 2024-06-21T20:58:42.582Z | Downloaded unicode-width v0.1.12 |
372 | 2024-06-21T20:58:42.585Z | Downloaded thiserror v1.0.60 |
373 | 2024-06-21T20:58:42.589Z | Downloaded toml_datetime v0.6.6 |
374 | 2024-06-21T20:58:42.592Z | Downloaded version_check v0.9.4 |
375 | 2024-06-21T20:58:42.592Z | Downloaded pest_derive v2.7.10 |
376 | 2024-06-21T20:58:42.594Z | Downloaded pin-utils v0.1.0 |
377 | 2024-06-21T20:58:42.597Z | Downloaded thread-id v4.2.1 |
378 | 2024-06-21T20:58:42.597Z | Downloaded cc v1.0.97 |
379 | 2024-06-21T20:58:42.600Z | Downloaded base64 v0.21.7 |
380 | 2024-06-21T20:58:42.606Z | Downloaded semver v1.0.23 |
381 | 2024-06-21T20:58:42.609Z | Downloaded log v0.4.21 |
382 | 2024-06-21T20:58:42.609Z | Downloaded httparse v1.8.0 |
383 | 2024-06-21T20:58:42.612Z | Downloaded xattr v1.3.1 |
384 | 2024-06-21T20:58:42.615Z | Downloaded usdt-attr-macro v0.5.0 |
385 | 2024-06-21T20:58:42.615Z | Downloaded tar v0.4.40 |
386 | 2024-06-21T20:58:42.617Z | Downloaded slog-term v2.9.1 |
387 | 2024-06-21T20:58:42.620Z | Downloaded parking_lot v0.12.2 |
388 | 2024-06-21T20:58:42.623Z | Downloaded term v0.7.0 |
389 | 2024-06-21T20:58:42.625Z | Downloaded tokio-macros v2.2.0 |
390 | 2024-06-21T20:58:42.628Z | Downloaded openssl-sys v0.9.102 |
391 | 2024-06-21T20:58:42.631Z | Downloaded mio v0.8.11 |
392 | 2024-06-21T20:58:42.637Z | Downloaded toml v0.8.13 |
393 | 2024-06-21T20:58:42.641Z | Downloaded plain v0.2.3 |
394 | 2024-06-21T20:58:42.644Z | Downloaded http v0.2.12 |
395 | 2024-06-21T20:58:42.647Z | Downloaded crossbeam-channel v0.5.12 |
396 | 2024-06-21T20:58:42.651Z | Downloaded typenum v1.17.0 |
397 | 2024-06-21T20:58:42.654Z | Downloaded tinyvec v1.6.0 |
398 | 2024-06-21T20:58:42.658Z | Downloaded socket2 v0.5.7 |
399 | 2024-06-21T20:58:42.660Z | Downloaded pest v2.7.10 |
400 | 2024-06-21T20:58:42.666Z | Downloaded serde_derive v1.0.203 |
401 | 2024-06-21T20:58:42.668Z | Downloaded futures-util v0.3.30 |
402 | 2024-06-21T20:58:42.682Z | Downloaded hashbrown v0.14.5 |
403 | 2024-06-21T20:58:42.687Z | Downloaded unicode-bidi v0.3.15 |
404 | 2024-06-21T20:58:42.690Z | Downloaded tracing v0.1.40 |
405 | 2024-06-21T20:58:42.694Z | Downloaded hyper v0.14.28 |
406 | 2024-06-21T20:58:42.703Z | Downloaded url v2.5.0 |
407 | 2024-06-21T20:58:42.706Z | Downloaded toml_edit v0.22.13 |
408 | 2024-06-21T20:58:42.730Z | Downloaded openssl v0.10.64 |
409 | 2024-06-21T20:58:42.739Z | Downloaded unicode-normalization v0.1.23 |
410 | 2024-06-21T20:58:42.747Z | Downloaded zerocopy v0.7.34 |
411 | 2024-06-21T20:58:42.759Z | Downloaded winnow v0.6.8 |
412 | 2024-06-21T20:58:42.767Z | Downloaded reqwest v0.11.27 |
413 | 2024-06-21T20:58:42.775Z | Downloaded tokio-util v0.7.11 |
414 | 2024-06-21T20:58:42.783Z | Downloaded time v0.3.36 |
415 | 2024-06-21T20:58:42.790Z | Downloaded vcpkg v0.2.15 |
416 | 2024-06-21T20:58:42.829Z | Downloaded tabled v0.15.0 |
417 | 2024-06-21T20:58:42.845Z | Downloaded syn v2.0.64 |
418 | 2024-06-21T20:58:42.855Z | Downloaded rustix v0.38.34 |
419 | 2024-06-21T20:58:42.876Z | Downloaded encoding_rs v0.8.34 |
420 | 2024-06-21T20:58:42.895Z | Downloaded tokio v1.37.0 |
421 | 2024-06-21T20:58:42.929Z | Downloaded syn v1.0.109 |
422 | 2024-06-21T20:58:42.938Z | Downloaded libc v0.2.155 |
423 | 2024-06-21T20:58:42.963Z | Downloaded serde_json v1.0.117 |
424 | 2024-06-21T20:58:42.970Z | Downloaded idna v0.5.0 |
425 | 2024-06-21T20:58:42.976Z | Downloaded tracing-core v0.1.32 |
426 | 2024-06-21T20:58:42.979Z | Downloaded serde v1.0.203 |
427 | 2024-06-21T20:58:42.983Z | Downloaded h2 v0.3.26 |
428 | 2024-06-21T20:58:42.992Z | Downloaded goblin v0.8.2 |
429 | 2024-06-21T20:58:42.995Z | Downloaded clap_builder v4.5.2 |
430 | 2024-06-21T20:58:42.998Z | Downloaded slog v2.7.0 |
431 | 2024-06-21T20:58:43.001Z | Downloaded ryu v1.0.18 |
432 | 2024-06-21T20:58:43.005Z | Downloaded memchr v2.7.2 |
433 | 2024-06-21T20:58:43.008Z | Downloaded miniz_oxide v0.7.2 |
434 | 2024-06-21T20:58:43.011Z | Downloaded unicode-ident v1.0.12 |
435 | 2024-06-21T20:58:43.014Z | Downloaded ucd-trie v0.1.6 |
436 | 2024-06-21T20:58:43.016Z | Downloaded futures v0.3.30 |
437 | 2024-06-21T20:58:43.019Z | Downloaded indexmap v2.2.6 |
438 | 2024-06-21T20:58:43.022Z | Downloaded flate2 v1.0.30 |
439 | 2024-06-21T20:58:43.026Z | Downloaded utf8parse v0.2.1 |
440 | 2024-06-21T20:58:43.029Z | Downloaded once_cell v1.19.0 |
441 | 2024-06-21T20:58:43.032Z | Downloaded native-tls v0.2.11 |
442 | 2024-06-21T20:58:43.032Z | Downloaded quote v1.0.36 |
443 | 2024-06-21T20:58:43.036Z | Downloaded proc-macro2 v1.0.82 |
444 | 2024-06-21T20:58:43.039Z | Downloaded slog-bunyan v2.5.0 |
445 | 2024-06-21T20:58:43.039Z | Downloaded ipnet v2.9.0 |
446 | 2024-06-21T20:58:43.039Z | Downloaded heck v0.5.0 |
447 | 2024-06-21T20:58:43.042Z | Downloaded smallvec v1.13.2 |
448 | 2024-06-21T20:58:43.042Z | Downloaded macaddr v1.0.1 |
449 | 2024-06-21T20:58:43.044Z | Downloaded crypto-common v0.1.6 |
450 | 2024-06-21T20:58:43.044Z | Downloaded form_urlencoded v1.2.1 |
451 | 2024-06-21T20:58:43.044Z | Downloaded digest v0.10.7 |
452 | 2024-06-21T20:58:43.047Z | Downloaded openssl-macros v0.1.1 |
453 | 2024-06-21T20:58:43.047Z | Downloaded futures-task v0.3.30 |
454 | 2024-06-21T20:58:43.047Z | Downloaded futures-core v0.3.30 |
455 | 2024-06-21T20:58:43.050Z | Downloaded futures-sink v0.3.30 |
456 | 2024-06-21T20:58:43.050Z | Downloaded futures-io v0.3.30 |
457 | 2024-06-21T20:58:43.050Z | Downloaded dirs-sys-next v0.1.2 |
458 | 2024-06-21T20:58:43.050Z | Downloaded tower-service v0.3.2 |
459 | 2024-06-21T20:58:43.052Z | Downloaded clap v4.5.4 |
460 | 2024-06-21T20:58:43.058Z | Downloaded cargo_metadata v0.18.1 |
461 | 2024-06-21T20:58:43.061Z | Downloaded swrite v0.1.0 |
462 | 2024-06-21T20:58:43.061Z | Downloaded bitflags v2.5.0 |
463 | 2024-06-21T20:58:43.064Z | Downloaded anyhow v1.0.86 |
464 | 2024-06-21T20:58:43.067Z | Downloaded serde_urlencoded v0.7.1 |
465 | 2024-06-21T20:58:43.070Z | Downloaded rustls-pemfile v1.0.4 |
466 | 2024-06-21T20:58:43.072Z | Downloaded lock_api v0.4.12 |
467 | 2024-06-21T20:58:43.072Z | Downloaded futures-channel v0.3.30 |
468 | 2024-06-21T20:58:43.075Z | Downloaded anstream v0.6.14 |
469 | 2024-06-21T20:58:43.078Z | Downloaded scopeguard v1.2.0 |
470 | 2024-06-21T20:58:43.078Z | Downloaded proc-macro-error-attr v1.0.4 |
471 | 2024-06-21T20:58:43.078Z | Downloaded errno v0.3.9 |
472 | 2024-06-21T20:58:43.080Z | Downloaded byteorder v1.5.0 |
473 | 2024-06-21T20:58:43.081Z | Downloaded cpufeatures v0.2.12 |
474 | 2024-06-21T20:58:43.085Z | Downloaded pest_meta v2.7.10 |
475 | 2024-06-21T20:58:43.085Z | Downloaded bytecount v0.6.8 |
476 | 2024-06-21T20:58:43.088Z | Downloaded anstyle-query v1.0.3 |
477 | 2024-06-21T20:58:43.379Z | Compiling proc-macro2 v1.0.82 |
478 | 2024-06-21T20:58:43.379Z | Compiling unicode-ident v1.0.12 |
479 | 2024-06-21T20:58:43.379Z | Compiling libc v0.2.155 |
480 | 2024-06-21T20:58:43.382Z | Compiling version_check v0.9.4 |
481 | 2024-06-21T20:58:43.382Z | Compiling cfg-if v1.0.0 |
482 | 2024-06-21T20:58:43.382Z | Compiling itoa v1.0.11 |
483 | 2024-06-21T20:58:43.416Z | Compiling once_cell v1.19.0 |
484 | 2024-06-21T20:58:43.436Z | Compiling autocfg v1.3.0 |
485 | 2024-06-21T20:58:43.616Z | Compiling serde v1.0.203 |
486 | 2024-06-21T20:58:43.641Z | Compiling memchr v2.7.2 |
487 | 2024-06-21T20:58:43.694Z | Compiling thiserror v1.0.60 |
488 | 2024-06-21T20:58:44.014Z | Compiling ryu v1.0.18 |
489 | 2024-06-21T20:58:44.291Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-06-21T20:58:44.323Z | Compiling bitflags v2.5.0 |
491 | 2024-06-21T20:58:44.401Z | Compiling parking_lot_core v0.9.10 |
492 | 2024-06-21T20:58:44.429Z | Compiling lock_api v0.4.12 |
493 | 2024-06-21T20:58:44.689Z | Compiling vcpkg v0.2.15 |
494 | 2024-06-21T20:58:45.111Z | Compiling cc v1.0.97 |
495 | 2024-06-21T20:58:45.444Z | Compiling ucd-trie v0.1.6 |
496 | 2024-06-21T20:58:45.447Z | Compiling pkg-config v0.3.30 |
497 | 2024-06-21T20:58:45.783Z | Compiling slab v0.4.9 |
498 | 2024-06-21T20:58:45.806Z | Compiling smallvec v1.13.2 |
499 | 2024-06-21T20:58:46.043Z | Compiling bytes v1.6.0 |
500 | 2024-06-21T20:58:46.257Z | Compiling scopeguard v1.2.0 |
501 | 2024-06-21T20:58:46.403Z | Compiling futures-core v0.3.30 |
502 | 2024-06-21T20:58:46.545Z | Compiling quote v1.0.36 |
503 | 2024-06-21T20:58:46.616Z | Compiling futures-sink v0.3.30 |
504 | 2024-06-21T20:58:46.933Z | Compiling syn v2.0.64 |
505 | 2024-06-21T20:58:47.207Z | Compiling equivalent v1.0.1 |
506 | 2024-06-21T20:58:47.232Z | Compiling fnv v1.0.7 |
507 | 2024-06-21T20:58:47.274Z | Compiling hashbrown v0.14.5 |
508 | 2024-06-21T20:58:47.309Z | Compiling byteorder v1.5.0 |
509 | 2024-06-21T20:58:47.349Z | Compiling serde_json v1.0.117 |
510 | 2024-06-21T20:58:47.384Z | Compiling log v0.4.21 |
511 | 2024-06-21T20:58:47.561Z | Compiling parking_lot v0.12.2 |
512 | 2024-06-21T20:58:47.770Z | Compiling mio v0.8.11 |
513 | 2024-06-21T20:58:47.793Z | Compiling socket2 v0.5.7 |
514 | 2024-06-21T20:58:47.818Z | Compiling signal-hook-registry v1.4.2 |
515 | 2024-06-21T20:58:47.997Z | Compiling num_cpus v1.16.0 |
516 | 2024-06-21T20:58:48.142Z | Compiling futures-channel v0.3.30 |
517 | 2024-06-21T20:58:48.560Z | Compiling openssl-sys v0.9.102 |
518 | 2024-06-21T20:58:48.563Z | Compiling indexmap v2.2.6 |
519 | 2024-06-21T20:58:48.607Z | Compiling futures-task v0.3.30 |
520 | 2024-06-21T20:58:48.677Z | Compiling futures-io v0.3.30 |
521 | 2024-06-21T20:58:48.982Z | Compiling pin-utils v0.1.0 |
522 | 2024-06-21T20:58:49.015Z | Compiling typenum v1.17.0 |
523 | 2024-06-21T20:58:49.084Z | Compiling rustix v0.38.34 |
524 | 2024-06-21T20:58:49.109Z | Compiling errno v0.3.9 |
525 | 2024-06-21T20:58:49.168Z | Compiling generic-array v0.14.7 |
526 | 2024-06-21T20:58:49.371Z | Compiling openssl v0.10.64 |
527 | 2024-06-21T20:58:49.503Z | Compiling foreign-types-shared v0.1.1 |
528 | 2024-06-21T20:58:49.555Z | Compiling slog v2.7.0 |
529 | 2024-06-21T20:58:49.618Z | Compiling foreign-types v0.3.2 |
530 | 2024-06-21T20:58:49.820Z | Compiling http v0.2.12 |
531 | 2024-06-21T20:58:49.987Z | Compiling proc-macro-error-attr v1.0.4 |
532 | 2024-06-21T20:58:50.085Z | Compiling usdt-impl v0.5.0 |
533 | 2024-06-21T20:58:50.243Z | Compiling tracing-core v0.1.32 |
534 | 2024-06-21T20:58:50.381Z | Compiling httparse v1.8.0 |
535 | 2024-06-21T20:58:50.415Z | Compiling tinyvec_macros v0.1.1 |
536 | 2024-06-21T20:58:50.503Z | Compiling syn v1.0.109 |
537 | 2024-06-21T20:58:50.759Z | Compiling time-core v0.1.2 |
538 | 2024-06-21T20:58:50.958Z | Compiling native-tls v0.2.11 |
539 | 2024-06-21T20:58:51.140Z | Compiling powerfmt v0.2.0 |
540 | 2024-06-21T20:58:51.270Z | Compiling num-conv v0.1.0 |
541 | 2024-06-21T20:58:51.506Z | Compiling deranged v0.3.11 |
542 | 2024-06-21T20:58:51.570Z | Compiling time-macros v0.2.18 |
543 | 2024-06-21T20:58:51.661Z | Compiling tracing v0.1.40 |
544 | 2024-06-21T20:58:52.036Z | Compiling tinyvec v1.6.0 |
545 | 2024-06-21T20:58:52.418Z | Compiling thread-id v4.2.1 |
546 | 2024-06-21T20:58:52.865Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-06-21T20:58:52.940Z | Compiling utf8parse v0.2.1 |
548 | 2024-06-21T20:58:53.114Z | Compiling openssl-probe v0.1.5 |
549 | 2024-06-21T20:58:53.146Z | Compiling crossbeam-utils v0.8.19 |
550 | 2024-06-21T20:58:53.421Z | Compiling try-lock v0.2.5 |
551 | 2024-06-21T20:58:53.445Z | Compiling percent-encoding v2.3.1 |
552 | 2024-06-21T20:58:53.468Z | Compiling num_threads v0.1.7 |
553 | 2024-06-21T20:58:53.490Z | Compiling heck v0.4.1 |
554 | 2024-06-21T20:58:53.581Z | Compiling plain v0.2.3 |
555 | 2024-06-21T20:58:53.605Z | Compiling rustversion v1.0.17 |
556 | 2024-06-21T20:58:53.742Z | Compiling form_urlencoded v1.2.1 |
557 | 2024-06-21T20:58:53.816Z | Compiling want v0.3.1 |
558 | 2024-06-21T20:58:53.817Z | Compiling unicode-normalization v0.1.23 |
559 | 2024-06-21T20:58:54.111Z | Compiling anstyle-parse v0.2.4 |
560 | 2024-06-21T20:58:54.430Z | Compiling http-body v0.4.6 |
561 | 2024-06-21T20:58:54.454Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-06-21T20:58:54.874Z | Compiling winnow v0.6.8 |
563 | 2024-06-21T20:58:54.921Z | Compiling time v0.3.36 |
564 | 2024-06-21T20:58:54.943Z | Compiling pretty-hex v0.4.1 |
565 | 2024-06-21T20:58:54.971Z | Compiling colorchoice v1.0.1 |
566 | 2024-06-21T20:58:55.106Z | Compiling tower-service v0.3.2 |
567 | 2024-06-21T20:58:55.133Z | Compiling crc32fast v1.4.0 |
568 | 2024-06-21T20:58:55.159Z | Compiling anstyle v1.0.7 |
569 | 2024-06-21T20:58:55.162Z | Compiling unicode-bidi v0.3.15 |
570 | 2024-06-21T20:58:55.251Z | Compiling anstyle-query v1.0.3 |
571 | 2024-06-21T20:58:55.408Z | Compiling is_terminal_polyfill v1.70.0 |
572 | 2024-06-21T20:58:55.542Z | Compiling httpdate v1.0.3 |
573 | 2024-06-21T20:58:55.685Z | Compiling semver v1.0.23 |
574 | 2024-06-21T20:58:55.686Z | Compiling camino v1.1.7 |
575 | 2024-06-21T20:58:56.069Z | Compiling idna v0.5.0 |
576 | 2024-06-21T20:58:56.313Z | Compiling anstream v0.6.14 |
577 | 2024-06-21T20:58:56.506Z | Compiling dirs-next v2.0.0 |
578 | 2024-06-21T20:58:57.703Z | Compiling block-buffer v0.10.4 |
579 | 2024-06-21T20:58:57.819Z | Compiling crypto-common v0.1.6 |
580 | 2024-06-21T20:58:57.943Z | Compiling terminal_size v0.3.0 |
581 | 2024-06-21T20:58:58.084Z | Compiling fs-err v2.11.0 |
582 | 2024-06-21T20:58:58.143Z | Compiling thread_local v1.1.8 |
583 | 2024-06-21T20:58:58.168Z | Compiling strsim v0.11.1 |
584 | 2024-06-21T20:58:58.313Z | Compiling match_cfg v0.1.0 |
585 | 2024-06-21T20:58:58.340Z | Compiling slog-async v2.8.0 |
586 | 2024-06-21T20:58:58.413Z | Compiling unicode-width v0.1.12 |
587 | 2024-06-21T20:58:58.640Z | Compiling anyhow v1.0.86 |
588 | 2024-06-21T20:58:58.712Z | Compiling clap_lex v0.7.0 |
589 | 2024-06-21T20:58:58.746Z | Compiling heck v0.5.0 |
590 | 2024-06-21T20:58:58.847Z | Compiling adler v1.0.2 |
591 | 2024-06-21T20:58:58.914Z | Compiling base64 v0.21.7 |
592 | 2024-06-21T20:58:59.135Z | Compiling bytecount v0.6.8 |
593 | 2024-06-21T20:58:59.140Z | Compiling miniz_oxide v0.7.2 |
594 | 2024-06-21T20:58:59.300Z | Compiling papergrid v0.11.0 |
595 | 2024-06-21T20:58:59.325Z | Compiling clap_builder v4.5.2 |
596 | 2024-06-21T20:58:59.421Z | Compiling hostname v0.3.1 |
597 | 2024-06-21T20:58:59.449Z | Compiling rustls-pemfile v1.0.4 |
598 | 2024-06-21T20:58:59.736Z | Compiling digest v0.10.7 |
599 | 2024-06-21T20:58:59.831Z | Compiling crossbeam-channel v0.5.12 |
600 | 2024-06-21T20:58:59.906Z | Compiling url v2.5.0 |
601 | 2024-06-21T20:59:00.183Z | Compiling term v0.7.0 |
602 | 2024-06-21T20:59:00.282Z | Compiling serde_derive v1.0.203 |
603 | 2024-06-21T20:59:00.848Z | Compiling thiserror-impl v1.0.60 |
604 | 2024-06-21T20:59:01.006Z | Compiling zerocopy-derive v0.7.34 |
605 | 2024-06-21T20:59:01.096Z | Compiling futures-macro v0.3.30 |
606 | 2024-06-21T20:59:01.885Z | Compiling tokio-macros v2.2.0 |
607 | 2024-06-21T20:59:01.928Z | Compiling scroll_derive v0.12.0 |
608 | 2024-06-21T20:59:03.372Z | Compiling futures-util v0.3.30 |
609 | 2024-06-21T20:59:03.498Z | Compiling zerocopy v0.7.34 |
610 | 2024-06-21T20:59:03.544Z | Compiling openssl-macros v0.1.1 |
611 | 2024-06-21T20:59:03.640Z | Compiling tokio v1.37.0 |
612 | 2024-06-21T20:59:03.771Z | Compiling scroll v0.12.0 |
613 | 2024-06-21T20:59:04.415Z | Compiling goblin v0.8.2 |
614 | 2024-06-21T20:59:04.473Z | Compiling pest v2.7.10 |
615 | 2024-06-21T20:59:05.177Z | Compiling tabled_derive v0.7.0 |
616 | 2024-06-21T20:59:07.453Z | Compiling pest_meta v2.7.10 |
617 | 2024-06-21T20:59:07.934Z | Compiling clap_derive v4.5.4 |
618 | 2024-06-21T20:59:09.692Z | Compiling pest_generator v2.7.10 |
619 | 2024-06-21T20:59:11.812Z | Compiling tokio-util v0.7.11 |
620 | 2024-06-21T20:59:12.959Z | Compiling pest_derive v2.7.10 |
621 | 2024-06-21T20:59:13.203Z | Compiling h2 v0.3.26 |
622 | 2024-06-21T20:59:13.380Z | Compiling futures-executor v0.3.30 |
623 | 2024-06-21T20:59:13.768Z | Compiling dtrace-parser v0.2.0 |
624 | 2024-06-21T20:59:13.805Z | Compiling tokio-native-tls v0.3.1 |
625 | 2024-06-21T20:59:14.047Z | Compiling strum_macros v0.26.2 |
626 | 2024-06-21T20:59:14.470Z | Compiling xattr v1.3.1 |
627 | 2024-06-21T20:59:14.739Z | Compiling is-terminal v0.4.12 |
628 | 2024-06-21T20:59:14.888Z | Compiling filetime v0.2.23 |
629 | 2024-06-21T20:59:15.240Z | Compiling memmap v0.7.0 |
630 | 2024-06-21T20:59:15.293Z | Compiling encoding_rs v0.8.34 |
631 | 2024-06-21T20:59:15.910Z | Compiling toml_datetime v0.6.6 |
632 | 2024-06-21T20:59:16.129Z | Compiling serde_spanned v0.6.6 |
633 | 2024-06-21T20:59:16.373Z | Compiling serde_tokenstream v0.2.0 |
634 | 2024-06-21T20:59:16.431Z | Compiling toml_edit v0.22.13 |
635 | 2024-06-21T20:59:17.925Z | Compiling dof v0.3.0 |
636 | 2024-06-21T20:59:18.836Z | Compiling hyper v0.14.28 |
637 | 2024-06-21T20:59:19.438Z | Compiling slog-json v2.6.1 |
638 | 2024-06-21T20:59:19.461Z | Compiling serde_urlencoded v0.7.1 |
639 | 2024-06-21T20:59:19.994Z | Compiling toml v0.8.13 |
640 | 2024-06-21T20:59:20.016Z | Compiling cargo-platform v0.1.8 |
641 | 2024-06-21T20:59:20.353Z | Compiling usdt-macro v0.5.0 |
642 | 2024-06-21T20:59:20.612Z | Compiling usdt-attr-macro v0.5.0 |
643 | 2024-06-21T20:59:21.338Z | Compiling mime v0.3.17 |
644 | 2024-06-21T20:59:21.561Z | Compiling take_mut v0.2.2 |
645 | 2024-06-21T20:59:21.683Z | Compiling sync_wrapper v0.1.2 |
646 | 2024-06-21T20:59:21.737Z | Compiling cpufeatures v0.2.12 |
647 | 2024-06-21T20:59:21.774Z | Compiling ipnet v2.9.0 |
648 | 2024-06-21T20:59:21.852Z | Compiling sha2 v0.10.8 |
649 | 2024-06-21T20:59:21.876Z | Compiling cargo_metadata v0.18.1 |
650 | 2024-06-21T20:59:21.961Z | Compiling cargo_toml v0.20.2 |
651 | 2024-06-21T20:59:22.109Z | Compiling usdt v0.5.0 |
652 | 2024-06-21T20:59:22.610Z | Compiling slog-bunyan v2.5.0 |
653 | 2024-06-21T20:59:22.821Z | Compiling hyper-tls v0.5.0 |
654 | 2024-06-21T20:59:23.084Z | Compiling strum v0.26.2 |
655 | 2024-06-21T20:59:23.108Z | Compiling reqwest v0.11.27 |
656 | 2024-06-21T20:59:23.179Z | Compiling macaddr v1.0.1 |
657 | 2024-06-21T20:59:23.276Z | Compiling tar v0.4.40 |
658 | 2024-06-21T20:59:23.658Z | Compiling slog-term v2.9.1 |
659 | 2024-06-21T20:59:24.983Z | Compiling flate2 v1.0.30 |
660 | 2024-06-21T20:59:25.233Z | Compiling futures v0.3.30 |
661 | 2024-06-21T20:59:25.355Z | Compiling clap v4.5.4 |
662 | 2024-06-21T20:59:25.379Z | Compiling tabled v0.15.0 |
663 | 2024-06-21T20:59:25.514Z | Compiling swrite v0.1.0 |
664 | 2024-06-21T20:59:25.648Z | Compiling md5 v0.7.0 |
665 | 2024-06-21T20:59:30.143Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
666 | 2024-06-21T20:59:37.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
667 | 2024-06-21T20:59:37.923Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
668 | 2024-06-21T20:59:37.995Z | Jun 21 20:59:37.530 INFO Starting download, target: Cockroach |
669 | 2024-06-21T20:59:37.995Z | Jun 21 20:59:37.530 INFO Starting download, target: Console |
670 | 2024-06-21T20:59:37.995Z | Jun 21 20:59:37.530 INFO Starting download, target: Clickhouse |
671 | 2024-06-21T20:59:37.997Z | Jun 21 20:59:37.530 INFO Starting download, target: DendriteOpenapi |
672 | 2024-06-21T20:59:37.997Z | Jun 21 20:59:37.530 INFO Starting download, target: DendriteStub |
673 | 2024-06-21T20:59:37.997Z | Jun 21 20:59:37.530 INFO Starting download, target: MaghemiteMgd |
674 | 2024-06-21T20:59:37.998Z | Jun 21 20:59:37.531 INFO Starting download, target: TransceiverControl |
675 | 2024-06-21T20:59:37.998Z | Jun 21 20:59:37.531 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
676 | 2024-06-21T20:59:37.998Z | Jun 21 20:59:37.531 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi |
677 | 2024-06-21T20:59:37.998Z | Jun 21 20:59:37.531 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
678 | 2024-06-21T20:59:37.998Z | Jun 21 20:59:37.531 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
679 | 2024-06-21T20:59:37.998Z | Jun 21 20:59:37.531 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
680 | 2024-06-21T20:59:37.998Z | Jun 21 20:59:37.531 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-06-21T20:59:37.998Z | Jun 21 20:59:37.531 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
682 | 2024-06-21T20:59:38.333Z | Jun 21 20:59:37.820 INFO Download complete, target: DendriteOpenapi |
683 | 2024-06-21T20:59:38.438Z | Jun 21 20:59:37.966 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
684 | 2024-06-21T20:59:38.533Z | Jun 21 20:59:38.067 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
685 | 2024-06-21T20:59:38.818Z | Jun 21 20:59:38.354 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
686 | 2024-06-21T20:59:38.854Z | Jun 21 20:59:38.389 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
687 | 2024-06-21T20:59:38.992Z | Jun 21 20:59:38.528 INFO Download complete, target: Console |
688 | 2024-06-21T20:59:39.271Z | Jun 21 20:59:38.806 INFO Download complete, target: TransceiverControl |
689 | 2024-06-21T20:59:39.936Z | Jun 21 20:59:39.471 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
690 | 2024-06-21T20:59:39.936Z | Jun 21 20:59:39.471 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
691 | 2024-06-21T20:59:40.370Z | Jun 21 20:59:39.905 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
692 | 2024-06-21T20:59:42.071Z | Jun 21 20:59:41.606 INFO Download complete, target: DendriteStub |
693 | 2024-06-21T20:59:42.302Z | Jun 21 20:59:41.837 INFO Download complete, target: MaghemiteMgd |
694 | 2024-06-21T20:59:48.720Z | Jun 21 20:59:48.254 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-06-21T20:59:49.053Z | Jun 21 20:59:48.587 INFO Checking that binary works, target: Cockroach |
696 | 2024-06-21T20:59:49.274Z | Jun 21 20:59:48.807 INFO Download complete, target: Cockroach |
697 | 2024-06-21T20:59:55.013Z | Jun 21 20:59:54.546 INFO Checking that binary works, target: Clickhouse |
698 | 2024-06-21T20:59:55.524Z | Jun 21 20:59:55.057 INFO Download complete, target: Clickhouse |
699 | 2024-06-21T20:59:55.916Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2024-06-21T20:59:55.919Z | |
701 | 2024-06-21T20:59:55.919Z | real 2:45.859654054 |
702 | 2024-06-21T20:59:55.919Z | user 5:57.063901142 |
703 | 2024-06-21T20:59:55.919Z | sys 1:21.240616413 |
704 | 2024-06-21T20:59:55.919Z | trap 0.227910306 |
705 | 2024-06-21T20:59:55.919Z | tflt 2.604647640 |
706 | 2024-06-21T20:59:55.919Z | dflt 4.053750940 |
707 | 2024-06-21T20:59:55.919Z | kflt 0.199370585 |
708 | 2024-06-21T20:59:55.919Z | lock 14:18.153202172 |
709 | 2024-06-21T20:59:55.920Z | slp 17:56.929906758 |
710 | 2024-06-21T20:59:55.920Z | lat 21.523869952 |
711 | 2024-06-21T20:59:55.920Z | stop 1:08.671019745 |
712 | 2024-06-21T20:59:55.920Z | + banner clippy |
713 | 2024-06-21T20:59:55.923Z | |
714 | 2024-06-21T20:59:55.923Z | #### # # ##### ##### # # |
715 | 2024-06-21T20:59:55.923Z | # # # # # # # # # # |
716 | 2024-06-21T20:59:55.923Z | # # # # # # # # |
717 | 2024-06-21T20:59:55.923Z | # # # ##### ##### # |
718 | 2024-06-21T20:59:55.923Z | # # # # # # # |
719 | 2024-06-21T20:59:55.923Z | #### ###### # # # # |
720 | 2024-06-21T20:59:55.923Z | |
721 | 2024-06-21T20:59:55.923Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-06-21T20:59:55.923Z | + CARGO_INCREMENTAL=0 |
723 | 2024-06-21T20:59:55.923Z | + ptime -m cargo xtask clippy |
724 | 2024-06-21T20:59:56.500Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
725 | 2024-06-21T21:00:03.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s |
726 | 2024-06-21T21:00:03.406Z | Running `target/debug/xtask clippy` |
727 | 2024-06-21T21:00:03.430Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
728 | 2024-06-21T21:00:04.077Z | Downloading crates ... |
729 | 2024-06-21T21:00:04.276Z | Downloaded assert_matches v1.5.0 |
730 | 2024-06-21T21:00:04.289Z | Downloaded atomicwrites v0.4.3 |
731 | 2024-06-21T21:00:04.303Z | Downloaded impl-trait-for-tuples v0.2.2 |
732 | 2024-06-21T21:00:04.309Z | Downloaded indoc v2.0.5 |
733 | 2024-06-21T21:00:04.312Z | Downloaded bitstruct v0.1.1 |
734 | 2024-06-21T21:00:04.314Z | Downloaded inout v0.1.3 |
735 | 2024-06-21T21:00:04.317Z | Downloaded matches v0.1.10 |
736 | 2024-06-21T21:00:04.317Z | Downloaded bitflags v1.3.2 |
737 | 2024-06-21T21:00:04.320Z | Downloaded anes v0.1.6 |
738 | 2024-06-21T21:00:04.323Z | Downloaded is_ci v1.2.0 |
739 | 2024-06-21T21:00:04.325Z | Downloaded bit-vec v0.6.3 |
740 | 2024-06-21T21:00:04.328Z | Downloaded async-stream v0.3.5 |
741 | 2024-06-21T21:00:04.331Z | Downloaded normalize-line-endings v0.3.0 |
742 | 2024-06-21T21:00:04.331Z | Downloaded oso-derive v0.27.3 |
743 | 2024-06-21T21:00:04.331Z | Downloaded option-ext v0.2.0 |
744 | 2024-06-21T21:00:04.334Z | Downloaded bitstruct_derive v0.1.0 |
745 | 2024-06-21T21:00:04.334Z | Downloaded new_debug_unreachable v1.0.6 |
746 | 2024-06-21T21:00:04.334Z | Downloaded bcrypt-pbkdf v0.10.0 |
747 | 2024-06-21T21:00:04.337Z | Downloaded pathdiff v0.2.1 |
748 | 2024-06-21T21:00:04.337Z | Downloaded ciborium-io v0.2.2 |
749 | 2024-06-21T21:00:04.337Z | Downloaded cfg_aliases v0.1.1 |
750 | 2024-06-21T21:00:04.340Z | Downloaded bit-set v0.5.3 |
751 | 2024-06-21T21:00:04.340Z | Downloaded base16ct v0.2.0 |
752 | 2024-06-21T21:00:04.343Z | Downloaded atomic-waker v1.1.2 |
753 | 2024-06-21T21:00:04.343Z | Downloaded array-init v0.0.4 |
754 | 2024-06-21T21:00:04.345Z | Downloaded num_enum_derive v0.5.11 |
755 | 2024-06-21T21:00:04.345Z | Downloaded cbc v0.1.2 |
756 | 2024-06-21T21:00:04.349Z | Downloaded linear-map v1.2.0 |
757 | 2024-06-21T21:00:04.352Z | Downloaded parse-size v1.0.0 |
758 | 2024-06-21T21:00:04.352Z | Downloaded crc v3.2.1 |
759 | 2024-06-21T21:00:04.355Z | Downloaded packed_struct v0.10.1 |
760 | 2024-06-21T21:00:04.358Z | Downloaded parse-display v0.9.0 |
761 | 2024-06-21T21:00:04.358Z | Downloaded colored v2.1.0 |
762 | 2024-06-21T21:00:04.361Z | Downloaded async-recursion v1.1.1 |
763 | 2024-06-21T21:00:04.364Z | Downloaded indexmap v1.9.3 |
764 | 2024-06-21T21:00:04.367Z | Downloaded olpc-cjson v0.1.3 |
765 | 2024-06-21T21:00:04.370Z | Downloaded pbkdf2 v0.12.2 |
766 | 2024-06-21T21:00:04.374Z | Downloaded paste v1.0.15 |
767 | 2024-06-21T21:00:04.377Z | Downloaded opaque-debug v0.3.1 |
768 | 2024-06-21T21:00:04.377Z | Downloaded crc-catalog v2.4.0 |
769 | 2024-06-21T21:00:04.377Z | Downloaded serde-big-array v0.5.1 |
770 | 2024-06-21T21:00:04.380Z | Downloaded newtype_derive v0.1.6 |
771 | 2024-06-21T21:00:04.380Z | Downloaded number_prefix v0.4.0 |
772 | 2024-06-21T21:00:04.383Z | Downloaded nodrop v0.1.14 |
773 | 2024-06-21T21:00:04.383Z | Downloaded bb8 v0.8.3 |
774 | 2024-06-21T21:00:04.385Z | Downloaded aead v0.5.2 |
775 | 2024-06-21T21:00:04.385Z | Downloaded cobs v0.2.3 |
776 | 2024-06-21T21:00:04.388Z | Downloaded newline-converter v0.3.0 |
777 | 2024-06-21T21:00:04.388Z | Downloaded instant v0.1.12 |
778 | 2024-06-21T21:00:04.391Z | Downloaded parking_lot v0.11.2 |
779 | 2024-06-21T21:00:04.393Z | Downloaded mockall v0.12.1 |
780 | 2024-06-21T21:00:04.393Z | Downloaded signal-hook-tokio v0.3.1 |
781 | 2024-06-21T21:00:04.396Z | Downloaded memmap2 v0.9.4 |
782 | 2024-06-21T21:00:04.399Z | Downloaded libtest-mimic v0.7.3 |
783 | 2024-06-21T21:00:04.399Z | Downloaded peg-runtime v0.8.3 |
784 | 2024-06-21T21:00:04.401Z | Downloaded path-slash v0.1.5 |
785 | 2024-06-21T21:00:04.402Z | Downloaded camino-tempfile v1.1.1 |
786 | 2024-06-21T21:00:04.406Z | Downloaded multer v3.1.0 |
787 | 2024-06-21T21:00:04.409Z | Downloaded tower-layer v0.3.2 |
788 | 2024-06-21T21:00:04.409Z | Downloaded peg-macros v0.8.3 |
789 | 2024-06-21T21:00:04.411Z | Downloaded partial-io v0.5.4 |
790 | 2024-06-21T21:00:04.414Z | Downloaded sha1 v0.10.6 |
791 | 2024-06-21T21:00:04.414Z | Downloaded libsw v3.3.1 |
792 | 2024-06-21T21:00:04.417Z | Downloaded lalrpop-util v0.19.12 |
793 | 2024-06-21T21:00:04.419Z | Downloaded lru-cache v0.1.2 |
794 | 2024-06-21T21:00:04.419Z | Downloaded num_enum v0.5.11 |
795 | 2024-06-21T21:00:04.424Z | Downloaded blake2b_simd v1.0.2 |
796 | 2024-06-21T21:00:04.426Z | Downloaded cookie v0.17.0 |
797 | 2024-06-21T21:00:04.429Z | Downloaded dhcproto-macros v0.1.0 |
798 | 2024-06-21T21:00:04.432Z | Downloaded packed_struct_codegen v0.10.1 |
799 | 2024-06-21T21:00:04.432Z | Downloaded num-traits v0.2.19 |
800 | 2024-06-21T21:00:04.434Z | Downloaded keccak v0.1.5 |
801 | 2024-06-21T21:00:04.437Z | Downloaded num-integer v0.1.46 |
802 | 2024-06-21T21:00:04.437Z | Downloaded curve25519-dalek-derive v0.1.1 |
803 | 2024-06-21T21:00:04.440Z | Downloaded vte_generate_state_changes v0.1.1 |
804 | 2024-06-21T21:00:04.440Z | Downloaded parking_lot_core v0.8.6 |
805 | 2024-06-21T21:00:04.442Z | Downloaded ctr v0.9.2 |
806 | 2024-06-21T21:00:04.445Z | Downloaded addr2line v0.21.0 |
807 | 2024-06-21T21:00:04.451Z | Downloaded maplit v1.0.2 |
808 | 2024-06-21T21:00:04.451Z | Downloaded derive_builder_macro v0.20.0 |
809 | 2024-06-21T21:00:04.451Z | Downloaded signature v1.6.4 |
810 | 2024-06-21T21:00:04.454Z | Downloaded peg v0.8.3 |
811 | 2024-06-21T21:00:04.454Z | Downloaded fxhash v0.2.1 |
812 | 2024-06-21T21:00:04.457Z | Downloaded phf_shared v0.10.0 |
813 | 2024-06-21T21:00:04.457Z | Downloaded headers-core v0.2.0 |
814 | 2024-06-21T21:00:04.457Z | Downloaded signal-hook-mio v0.2.3 |
815 | 2024-06-21T21:00:04.460Z | Downloaded structmeta v0.2.0 |
816 | 2024-06-21T21:00:04.460Z | Downloaded termcolor v1.4.1 |
817 | 2024-06-21T21:00:04.462Z | Downloaded structmeta v0.3.0 |
818 | 2024-06-21T21:00:04.462Z | Downloaded smf v0.2.3 |
819 | 2024-06-21T21:00:04.465Z | Downloaded tiny-keccak v2.0.2 |
820 | 2024-06-21T21:00:04.468Z | Downloaded structmeta-derive v0.2.0 |
821 | 2024-06-21T21:00:04.468Z | Downloaded ciborium v0.2.2 |
822 | 2024-06-21T21:00:04.470Z | Downloaded wait-timeout v0.2.0 |
823 | 2024-06-21T21:00:04.473Z | Downloaded num-rational v0.4.2 |
824 | 2024-06-21T21:00:04.476Z | Downloaded crossbeam-epoch v0.9.18 |
825 | 2024-06-21T21:00:04.478Z | Downloaded clang-sys v1.7.0 |
826 | 2024-06-21T21:00:04.481Z | Downloaded owo-colors v4.0.0 |
827 | 2024-06-21T21:00:04.484Z | Downloaded sigpipe v0.1.3 |
828 | 2024-06-21T21:00:04.484Z | Downloaded allocator-api2 v0.2.18 |
829 | 2024-06-21T21:00:04.487Z | Downloaded p256 v0.13.2 |
830 | 2024-06-21T21:00:04.490Z | Downloaded csv-core v0.1.11 |
831 | 2024-06-21T21:00:04.493Z | Downloaded password-hash v0.4.2 |
832 | 2024-06-21T21:00:04.496Z | Downloaded fallible-iterator v0.2.0 |
833 | 2024-06-21T21:00:04.498Z | Downloaded float-cmp v0.9.0 |
834 | 2024-06-21T21:00:04.498Z | Downloaded password-hash v0.5.0 |
835 | 2024-06-21T21:00:04.501Z | Downloaded indicatif v0.17.8 |
836 | 2024-06-21T21:00:04.504Z | Downloaded phf v0.11.2 |
837 | 2024-06-21T21:00:04.507Z | Downloaded pin-project-internal v1.1.5 |
838 | 2024-06-21T21:00:04.509Z | Downloaded defmt-parser v0.3.4 |
839 | 2024-06-21T21:00:04.509Z | Downloaded zeroize_derive v1.4.2 |
840 | 2024-06-21T21:00:04.512Z | Downloaded hex-literal v0.4.1 |
841 | 2024-06-21T21:00:04.512Z | Downloaded getopts v0.2.21 |
842 | 2024-06-21T21:00:04.515Z | Downloaded cookie v0.18.1 |
843 | 2024-06-21T21:00:04.517Z | Downloaded rand_core v0.5.1 |
844 | 2024-06-21T21:00:04.526Z | Downloaded rand_chacha v0.2.2 |
845 | 2024-06-21T21:00:04.529Z | Downloaded plotters-svg v0.3.5 |
846 | 2024-06-21T21:00:04.532Z | Downloaded tokio-rustls v0.24.1 |
847 | 2024-06-21T21:00:04.536Z | Downloaded mockall_derive v0.12.1 |
848 | 2024-06-21T21:00:04.538Z | Downloaded base64 v0.22.1 |
849 | 2024-06-21T21:00:04.541Z | Downloaded omicron-zone-package v0.11.0 |
850 | 2024-06-21T21:00:04.544Z | Downloaded rpassword v7.3.1 |
851 | 2024-06-21T21:00:04.546Z | Downloaded oso v0.27.3 |
852 | 2024-06-21T21:00:04.549Z | Downloaded libloading v0.8.3 |
853 | 2024-06-21T21:00:04.552Z | Downloaded serde-big-array v0.4.1 |
854 | 2024-06-21T21:00:04.554Z | Downloaded zone_cfg_derive v0.1.2 |
855 | 2024-06-21T21:00:04.555Z | Downloaded waitgroup v0.1.2 |
856 | 2024-06-21T21:00:04.555Z | Downloaded strum_macros v0.25.3 |
857 | 2024-06-21T21:00:04.557Z | Downloaded supports-color v3.0.0 |
858 | 2024-06-21T21:00:04.561Z | Downloaded toolchain_find v0.4.0 |
859 | 2024-06-21T21:00:04.561Z | Downloaded compact_str v0.7.1 |
860 | 2024-06-21T21:00:04.564Z | Downloaded enum-as-inner v0.5.1 |
861 | 2024-06-21T21:00:04.567Z | Downloaded hash32 v0.3.1 |
862 | 2024-06-21T21:00:04.567Z | Downloaded defmt-macros v0.3.9 |
863 | 2024-06-21T21:00:04.569Z | Downloaded defmt v0.3.8 |
864 | 2024-06-21T21:00:04.572Z | Downloaded foreign-types v0.5.0 |
865 | 2024-06-21T21:00:04.575Z | Downloaded guppy-workspace-hack v0.1.0 |
866 | 2024-06-21T21:00:04.575Z | Downloaded downcast v0.11.0 |
867 | 2024-06-21T21:00:04.578Z | Downloaded zone v0.1.8 |
868 | 2024-06-21T21:00:04.578Z | Downloaded fd-lock v4.0.2 |
869 | 2024-06-21T21:00:04.580Z | Downloaded fastrand v2.1.0 |
870 | 2024-06-21T21:00:04.583Z | Downloaded rfc6979 v0.4.0 |
871 | 2024-06-21T21:00:04.583Z | Downloaded pretty-hex v0.2.1 |
872 | 2024-06-21T21:00:04.586Z | Downloaded const_format v0.2.32 |
873 | 2024-06-21T21:00:04.589Z | Downloaded highway v1.1.0 |
874 | 2024-06-21T21:00:04.591Z | Downloaded ident_case v1.0.1 |
875 | 2024-06-21T21:00:04.594Z | Downloaded rustls-pki-types v1.7.0 |
876 | 2024-06-21T21:00:04.597Z | Downloaded resolv-conf v0.7.0 |
877 | 2024-06-21T21:00:04.597Z | Downloaded rand_core v0.6.4 |
878 | 2024-06-21T21:00:04.600Z | Downloaded rustls-pemfile v2.1.2 |
879 | 2024-06-21T21:00:04.602Z | Downloaded rustls-native-certs v0.7.0 |
880 | 2024-06-21T21:00:04.605Z | Downloaded stability v0.2.0 |
881 | 2024-06-21T21:00:04.608Z | Downloaded sqlparser_derive v0.2.2 |
882 | 2024-06-21T21:00:04.608Z | Downloaded serde_arrays v0.1.0 |
883 | 2024-06-21T21:00:04.608Z | Downloaded serde-hex v0.1.0 |
884 | 2024-06-21T21:00:04.611Z | Downloaded backtrace v0.3.71 |
885 | 2024-06-21T21:00:04.615Z | Downloaded rand_seeder v0.2.3 |
886 | 2024-06-21T21:00:04.617Z | Downloaded walkdir v2.5.0 |
887 | 2024-06-21T21:00:04.620Z | Downloaded wyz v0.5.1 |
888 | 2024-06-21T21:00:04.620Z | Downloaded erased-serde v0.3.31 |
889 | 2024-06-21T21:00:04.623Z | Downloaded tracing-attributes v0.1.27 |
890 | 2024-06-21T21:00:04.625Z | Downloaded portpicker v0.1.1 |
891 | 2024-06-21T21:00:04.629Z | Downloaded spin v0.5.2 |
892 | 2024-06-21T21:00:04.629Z | Downloaded strip-ansi-escapes v0.2.0 |
893 | 2024-06-21T21:00:04.633Z | Downloaded string_cache v0.8.7 |
894 | 2024-06-21T21:00:04.633Z | Downloaded fixedbitset v0.4.2 |
895 | 2024-06-21T21:00:04.636Z | Downloaded dyn-clone v1.0.17 |
896 | 2024-06-21T21:00:04.636Z | Downloaded subprocess v0.2.9 |
897 | 2024-06-21T21:00:04.639Z | Downloaded pem v3.0.4 |
898 | 2024-06-21T21:00:04.639Z | Downloaded endian-type v0.1.2 |
899 | 2024-06-21T21:00:04.642Z | Downloaded platforms v3.4.0 |
900 | 2024-06-21T21:00:04.645Z | Downloaded subtle v2.5.0 |
901 | 2024-06-21T21:00:04.645Z | Downloaded topological-sort v0.2.2 |
902 | 2024-06-21T21:00:04.645Z | Downloaded derive_builder v0.20.0 |
903 | 2024-06-21T21:00:04.650Z | Downloaded quick-error v1.2.3 |
904 | 2024-06-21T21:00:04.653Z | Downloaded rustfmt-wrapper v0.2.1 |
905 | 2024-06-21T21:00:04.655Z | Downloaded crypto-bigint v0.5.5 |
906 | 2024-06-21T21:00:04.660Z | Downloaded chacha20poly1305 v0.10.1 |
907 | 2024-06-21T21:00:04.663Z | Downloaded precomputed-hash v0.1.1 |
908 | 2024-06-21T21:00:04.665Z | Downloaded http-range v0.1.5 |
909 | 2024-06-21T21:00:04.665Z | Downloaded data-encoding v2.6.0 |
910 | 2024-06-21T21:00:04.668Z | Downloaded static_assertions v1.1.0 |
911 | 2024-06-21T21:00:04.668Z | Downloaded tungstenite v0.21.0 |
912 | 2024-06-21T21:00:04.671Z | Downloaded proc-macro-crate v1.3.1 |
913 | 2024-06-21T21:00:04.674Z | Downloaded vsss-rs v3.3.4 |
914 | 2024-06-21T21:00:04.677Z | Downloaded derive_builder_core v0.20.0 |
915 | 2024-06-21T21:00:04.679Z | Downloaded serde_path_to_error v0.1.16 |
916 | 2024-06-21T21:00:04.682Z | Downloaded serde_repr v0.1.19 |
917 | 2024-06-21T21:00:04.682Z | Downloaded slog-dtrace v0.3.0 |
918 | 2024-06-21T21:00:04.685Z | Downloaded similar v2.5.0 |
919 | 2024-06-21T21:00:04.689Z | Downloaded headers v0.3.9 |
920 | 2024-06-21T21:00:04.695Z | Downloaded futures-timer v3.0.3 |
921 | 2024-06-21T21:00:04.699Z | Downloaded difflib v0.4.0 |
922 | 2024-06-21T21:00:04.701Z | Downloaded dirs v5.0.1 |
923 | 2024-06-21T21:00:04.701Z | Downloaded unicase v2.7.0 |
924 | 2024-06-21T21:00:04.704Z | Downloaded doc-comment v0.3.3 |
925 | 2024-06-21T21:00:04.704Z | Downloaded display-error-chain v0.2.0 |
926 | 2024-06-21T21:00:04.707Z | Downloaded der_derive v0.7.2 |
927 | 2024-06-21T21:00:04.707Z | Downloaded rtoolbox v0.0.2 |
928 | 2024-06-21T21:00:04.709Z | Downloaded unarray v0.1.4 |
929 | 2024-06-21T21:00:04.709Z | Downloaded tui-tree-widget v0.19.0 |
930 | 2024-06-21T21:00:04.712Z | Downloaded shlex v1.3.0 |
931 | 2024-06-21T21:00:04.712Z | Downloaded glob v0.3.1 |
932 | 2024-06-21T21:00:04.715Z | Downloaded ghash v0.5.1 |
933 | 2024-06-21T21:00:04.715Z | Downloaded threadpool v1.8.1 |
934 | 2024-06-21T21:00:04.717Z | Downloaded thiserror-impl-no-std v2.0.2 |
935 | 2024-06-21T21:00:04.720Z | Downloaded siphasher v0.3.11 |
936 | 2024-06-21T21:00:04.720Z | Downloaded predicates-tree v1.0.9 |
937 | 2024-06-21T21:00:04.723Z | Downloaded untrusted v0.7.1 |
938 | 2024-06-21T21:00:04.723Z | Downloaded shell-words v1.1.0 |
939 | 2024-06-21T21:00:04.723Z | Downloaded fatfs v0.3.6 |
940 | 2024-06-21T21:00:04.726Z | Downloaded ecdsa v0.16.9 |
941 | 2024-06-21T21:00:04.729Z | Downloaded ppv-lite86 v0.2.17 |
942 | 2024-06-21T21:00:04.732Z | Downloaded same-file v1.0.6 |
943 | 2024-06-21T21:00:04.732Z | Downloaded ed25519 v2.2.3 |
944 | 2024-06-21T21:00:04.734Z | Downloaded russh-keys v0.43.0 |
945 | 2024-06-21T21:00:04.737Z | Downloaded ed25519 v1.5.3 |
946 | 2024-06-21T21:00:04.740Z | Downloaded serde_yaml v0.9.34+deprecated |
947 | 2024-06-21T21:00:04.744Z | Downloaded minimal-lexical v0.2.1 |
948 | 2024-06-21T21:00:04.747Z | Downloaded untrusted v0.9.0 |
949 | 2024-06-21T21:00:04.750Z | Downloaded pem-rfc7468 v0.7.0 |
950 | 2024-06-21T21:00:04.752Z | Downloaded darling_macro v0.20.9 |
951 | 2024-06-21T21:00:04.752Z | Downloaded slog-envlogger v2.2.0 |
952 | 2024-06-21T21:00:04.755Z | Downloaded env_logger v0.9.3 |
953 | 2024-06-21T21:00:04.758Z | Downloaded either v1.12.0 |
954 | 2024-06-21T21:00:04.758Z | Downloaded tls_codec_derive v0.4.1 |
955 | 2024-06-21T21:00:04.765Z | Downloaded aes v0.8.4 |
956 | 2024-06-21T21:00:04.769Z | Downloaded predicates v3.1.0 |
957 | 2024-06-21T21:00:04.769Z | Downloaded hubpack v0.1.2 |
958 | 2024-06-21T21:00:04.769Z | Downloaded slog-stdlog v4.1.1 |
959 | 2024-06-21T21:00:04.769Z | Downloaded slog-scope v4.4.0 |
960 | 2024-06-21T21:00:04.772Z | Downloaded relative-path v1.9.3 |
961 | 2024-06-21T21:00:04.772Z | Downloaded socket2 v0.4.10 |
962 | 2024-06-21T21:00:04.774Z | Downloaded derive-where v1.2.7 |
963 | 2024-06-21T21:00:04.777Z | Downloaded heapless v0.8.0 |
964 | 2024-06-21T21:00:04.781Z | Downloaded hubpack_derive v0.1.1 |
965 | 2024-06-21T21:00:04.783Z | Downloaded thiserror-no-std v2.0.2 |
966 | 2024-06-21T21:00:04.786Z | Downloaded postgres-protocol v0.6.6 |
967 | 2024-06-21T21:00:04.789Z | Downloaded ron v0.7.1 |
968 | 2024-06-21T21:00:04.792Z | Downloaded half v2.4.1 |
969 | 2024-06-21T21:00:04.795Z | Downloaded predicates-core v1.0.6 |
970 | 2024-06-21T21:00:04.798Z | Downloaded universal-hash v0.5.1 |
971 | 2024-06-21T21:00:04.798Z | Downloaded sec1 v0.7.3 |
972 | 2024-06-21T21:00:04.802Z | Downloaded httptest v0.15.5 |
973 | 2024-06-21T21:00:04.806Z | Downloaded criterion v0.5.1 |
974 | 2024-06-21T21:00:04.808Z | Downloaded zip v0.6.6 |
975 | 2024-06-21T21:00:04.813Z | Downloaded termtree v0.4.1 |
976 | 2024-06-21T21:00:04.816Z | Downloaded home v0.5.9 |
977 | 2024-06-21T21:00:04.816Z | Downloaded getrandom v0.2.14 |
978 | 2024-06-21T21:00:04.819Z | Downloaded libm v0.2.8 |
979 | 2024-06-21T21:00:04.826Z | Downloaded debug-ignore v1.0.5 |
980 | 2024-06-21T21:00:04.829Z | Downloaded foreign-types-macros v0.2.3 |
981 | 2024-06-21T21:00:04.829Z | Downloaded target-spec v3.1.0 |
982 | 2024-06-21T21:00:04.832Z | Downloaded tokio-rustls v0.25.0 |
983 | 2024-06-21T21:00:04.835Z | Downloaded diesel_table_macro_syntax v0.1.0 |
984 | 2024-06-21T21:00:04.835Z | Downloaded http-body v1.0.0 |
985 | 2024-06-21T21:00:04.835Z | Downloaded russh-cryptovec v0.7.2 |
986 | 2024-06-21T21:00:04.835Z | Downloaded rand_xorshift v0.3.0 |
987 | 2024-06-21T21:00:04.838Z | Downloaded trust-dns-resolver v0.22.0 |
988 | 2024-06-21T21:00:04.840Z | Downloaded serde_with_macros v3.8.1 |
989 | 2024-06-21T21:00:04.843Z | Downloaded datatest-stable v0.2.9 |
990 | 2024-06-21T21:00:04.846Z | Downloaded rustc_version v0.1.7 |
991 | 2024-06-21T21:00:04.851Z | Downloaded unicode-linebreak v0.1.5 |
992 | 2024-06-21T21:00:04.851Z | Downloaded fancy-regex v0.13.0 |
993 | 2024-06-21T21:00:04.854Z | Downloaded humantime v2.1.0 |
994 | 2024-06-21T21:00:04.854Z | Downloaded hyper-rustls v0.26.0 |
995 | 2024-06-21T21:00:04.856Z | Downloaded ena v0.14.3 |
996 | 2024-06-21T21:00:04.857Z | Downloaded fragile v2.0.0 |
997 | 2024-06-21T21:00:04.859Z | Downloaded hyper-staticfile v0.9.5 |
998 | 2024-06-21T21:00:04.862Z | Downloaded nom v7.1.3 |
999 | 2024-06-21T21:00:04.866Z | Downloaded sqlformat v0.2.3 |
1000 | 2024-06-21T21:00:04.868Z | Downloaded r2d2 v0.8.10 |
1001 | 2024-06-21T21:00:04.871Z | Downloaded tap v1.0.1 |
1002 | 2024-06-21T21:00:04.871Z | Downloaded tabwriter v1.4.0 |
1003 | 2024-06-21T21:00:04.871Z | Downloaded structmeta-derive v0.3.0 |
1004 | 2024-06-21T21:00:04.874Z | Downloaded tokio-postgres v0.7.10 |
1005 | 2024-06-21T21:00:04.878Z | Downloaded ron v0.8.1 |
1006 | 2024-06-21T21:00:04.883Z | Downloaded foreign-types-shared v0.3.1 |
1007 | 2024-06-21T21:00:04.887Z | Downloaded primeorder v0.13.6 |
1008 | 2024-06-21T21:00:04.887Z | Downloaded x509-cert v0.2.5 |
1009 | 2024-06-21T21:00:04.891Z | Downloaded hmac v0.12.1 |
1010 | 2024-06-21T21:00:04.894Z | Downloaded polyval v0.6.2 |
1011 | 2024-06-21T21:00:04.897Z | Downloaded hashbrown v0.13.2 |
1012 | 2024-06-21T21:00:04.899Z | Downloaded ff v0.13.0 |
1013 | 2024-06-21T21:00:04.902Z | Downloaded which v4.4.2 |
1014 | 2024-06-21T21:00:04.902Z | Downloaded samael v0.0.15 |
1015 | 2024-06-21T21:00:04.907Z | Downloaded embedded-io v0.4.0 |
1016 | 2024-06-21T21:00:04.910Z | Downloaded itertools v0.10.5 |
1017 | 2024-06-21T21:00:04.916Z | Downloaded radium v0.7.0 |
1018 | 2024-06-21T21:00:04.919Z | Downloaded secrecy v0.8.0 |
1019 | 2024-06-21T21:00:04.919Z | Downloaded tinytemplate v1.2.1 |
1020 | 2024-06-21T21:00:04.919Z | Downloaded rustc_version v0.4.0 |
1021 | 2024-06-21T21:00:04.922Z | Downloaded diesel_derives v2.1.4 |
1022 | 2024-06-21T21:00:04.925Z | Downloaded toml_edit v0.19.15 |
1023 | 2024-06-21T21:00:04.941Z | Downloaded trybuild v1.0.96 |
1024 | 2024-06-21T21:00:04.946Z | Downloaded tokio-stream v0.1.15 |
1025 | 2024-06-21T21:00:04.950Z | Downloaded unicode-xid v0.2.4 |
1026 | 2024-06-21T21:00:04.952Z | Downloaded libxml v0.3.3 |
1027 | 2024-06-21T21:00:04.957Z | Downloaded aho-corasick v1.1.3 |
1028 | 2024-06-21T21:00:04.963Z | Downloaded poly1305 v0.8.0 |
1029 | 2024-06-21T21:00:04.965Z | Downloaded test-strategy v0.3.1 |
1030 | 2024-06-21T21:00:04.969Z | Downloaded blake3 v1.5.1 |
1031 | 2024-06-21T21:00:04.977Z | Downloaded unicode_categories v0.1.1 |
1032 | 2024-06-21T21:00:04.979Z | Downloaded rand v0.7.3 |
1033 | 2024-06-21T21:00:04.984Z | Downloaded p521 v0.13.3 |
1034 | 2024-06-21T21:00:04.988Z | Downloaded toml v0.5.11 |
1035 | 2024-06-21T21:00:04.990Z | Downloaded spin v0.9.8 |
1036 | 2024-06-21T21:00:04.995Z | Downloaded env_logger v0.10.2 |
1037 | 2024-06-21T21:00:04.998Z | Downloaded whoami v1.5.1 |
1038 | 2024-06-21T21:00:04.998Z | Downloaded rcgen v0.12.1 |
1039 | 2024-06-21T21:00:05.001Z | Downloaded ed25519-dalek v2.1.1 |
1040 | 2024-06-21T21:00:05.004Z | Downloaded snafu v0.8.2 |
1041 | 2024-06-21T21:00:05.010Z | Downloaded yasna v0.5.2 |
1042 | 2024-06-21T21:00:05.013Z | Downloaded prettyplease v0.2.20 |
1043 | 2024-06-21T21:00:05.015Z | Downloaded hyper-util v0.1.3 |
1044 | 2024-06-21T21:00:05.018Z | Downloaded elliptic-curve v0.13.8 |
1045 | 2024-06-21T21:00:05.022Z | Downloaded pretty_assertions v1.4.0 |
1046 | 2024-06-21T21:00:05.025Z | Downloaded russh v0.43.0 |
1047 | 2024-06-21T21:00:05.029Z | Downloaded zerocopy v0.6.6 |
1048 | 2024-06-21T21:00:05.032Z | Downloaded salty v0.2.0 |
1049 | 2024-06-21T21:00:05.038Z | Downloaded plotters v0.3.5 |
1050 | 2024-06-21T21:00:05.047Z | Downloaded guppy v0.17.5 |
1051 | 2024-06-21T21:00:05.053Z | Downloaded unicode-segmentation v1.11.0 |
1052 | 2024-06-21T21:00:05.056Z | Downloaded hkdf v0.12.4 |
1053 | 2024-06-21T21:00:05.059Z | Downloaded tough v0.17.1 |
1054 | 2024-06-21T21:00:05.067Z | Downloaded rustls-webpki v0.101.7 |
1055 | 2024-06-21T21:00:05.082Z | Downloaded proptest v1.4.0 |
1056 | 2024-06-21T21:00:05.092Z | Downloaded idna v0.2.3 |
1057 | 2024-06-21T21:00:05.099Z | Downloaded http v1.1.0 |
1058 | 2024-06-21T21:00:05.103Z | Downloaded rustls-webpki v0.102.4 |
1059 | 2024-06-21T21:00:05.121Z | Downloaded rustyline v14.0.0 |
1060 | 2024-06-21T21:00:05.126Z | Downloaded reedline v0.31.0 |
1061 | 2024-06-21T21:00:05.134Z | Downloaded serde_with v3.8.1 |
1062 | 2024-06-21T21:00:05.142Z | Downloaded hyper v1.3.1 |
1063 | 2024-06-21T21:00:05.149Z | Downloaded portable-atomic v1.6.0 |
1064 | 2024-06-21T21:00:05.155Z | Downloaded winnow v0.5.40 |
1065 | 2024-06-21T21:00:05.164Z | Downloaded rayon v1.10.0 |
1066 | 2024-06-21T21:00:05.173Z | Downloaded smoltcp v0.9.1 |
1067 | 2024-06-21T21:00:05.184Z | Downloaded object v0.32.2 |
1068 | 2024-06-21T21:00:05.194Z | Downloaded quick-xml v0.31.0 |
1069 | 2024-06-21T21:00:05.200Z | Downloaded bstr v0.2.17 |
1070 | 2024-06-21T21:00:05.209Z | Downloaded trust-dns-proto v0.22.0 |
1071 | 2024-06-21T21:00:05.222Z | Downloaded gimli v0.28.1 |
1072 | 2024-06-21T21:00:05.228Z | Downloaded webpki-roots v0.25.4 |
1073 | 2024-06-21T21:00:05.232Z | Downloaded radix_trie v0.2.1 |
1074 | 2024-06-21T21:00:05.237Z | Downloaded regex-syntax v0.6.29 |
1075 | 2024-06-21T21:00:05.244Z | Downloaded openapiv3 v2.0.0 |
1076 | 2024-06-21T21:00:05.256Z | Downloaded smoltcp v0.11.0 |
1077 | 2024-06-21T21:00:05.268Z | Downloaded polar-core v0.27.3 |
1078 | 2024-06-21T21:00:05.277Z | Downloaded regress v0.9.1 |
1079 | 2024-06-21T21:00:05.285Z | Downloaded regex-syntax v0.8.3 |
1080 | 2024-06-21T21:00:05.294Z | Downloaded rustls v0.22.4 |
1081 | 2024-06-21T21:00:05.307Z | Downloaded bstr v1.9.1 |
1082 | 2024-06-21T21:00:05.316Z | Downloaded ratatui v0.26.2 |
1083 | 2024-06-21T21:00:05.334Z | Downloaded sled v0.34.7 |
1084 | 2024-06-21T21:00:05.345Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1085 | 2024-06-21T21:00:05.356Z | Downloaded zerocopy-derive v0.6.6 |
1086 | 2024-06-21T21:00:05.365Z | Downloaded finl_unicode v1.2.0 |
1087 | 2024-06-21T21:00:05.378Z | Downloaded petgraph v0.6.5 |
1088 | 2024-06-21T21:00:05.395Z | Downloaded regex-automata v0.4.6 |
1089 | 2024-06-21T21:00:05.411Z | Downloaded sha3 v0.10.8 |
1090 | 2024-06-21T21:00:05.417Z | Downloaded csv v1.3.0 |
1091 | 2024-06-21T21:00:05.435Z | Downloaded diesel v2.1.6 |
1092 | 2024-06-21T21:00:05.452Z | Downloaded rustls v0.21.12 |
1093 | 2024-06-21T21:00:05.464Z | Downloaded nix v0.28.0 |
1094 | 2024-06-21T21:00:05.476Z | Downloaded nix v0.27.1 |
1095 | 2024-06-21T21:00:05.486Z | Downloaded curve25519-dalek v4.1.2 |
1096 | 2024-06-21T21:00:05.496Z | Downloaded regex v1.10.4 |
1097 | 2024-06-21T21:00:05.508Z | Downloaded sqlparser v0.45.0 |
1098 | 2024-06-21T21:00:05.514Z | Downloaded idna v0.3.0 |
1099 | 2024-06-21T21:00:05.521Z | Downloaded object v0.30.4 |
1100 | 2024-06-21T21:00:05.530Z | Downloaded lalrpop v0.19.12 |
1101 | 2024-06-21T21:00:05.540Z | Downloaded chrono v0.4.38 |
1102 | 2024-06-21T21:00:05.547Z | Downloaded bitvec v1.0.1 |
1103 | 2024-06-21T21:00:05.562Z | Downloaded bindgen v0.69.4 |
1104 | 2024-06-21T21:00:05.569Z | Downloaded trust-dns-server v0.22.1 |
1105 | 2024-06-21T21:00:05.574Z | Downloaded regex-automata v0.1.10 |
1106 | 2024-06-21T21:00:05.578Z | Downloaded unsafe-libyaml v0.2.11 |
1107 | 2024-06-21T21:00:05.586Z | Downloaded rstest_macros v0.19.0 |
1108 | 2024-06-21T21:00:05.588Z | Downloaded steno v0.4.0 |
1109 | 2024-06-21T21:00:05.591Z | Downloaded rand v0.8.5 |
1110 | 2024-06-21T21:00:05.594Z | Downloaded expectorate v1.1.0 |
1111 | 2024-06-21T21:00:05.596Z | Downloaded rust-argon2 v2.1.0 |
1112 | 2024-06-21T21:00:05.599Z | Downloaded target-lexicon v0.12.14 |
1113 | 2024-06-21T21:00:05.602Z | Downloaded hyper-rustls v0.24.2 |
1114 | 2024-06-21T21:00:05.602Z | Downloaded rayon-core v1.12.1 |
1115 | 2024-06-21T21:00:05.605Z | Downloaded crossterm v0.27.0 |
1116 | 2024-06-21T21:00:05.611Z | Downloaded ring v0.17.8 |
1117 | 2024-06-21T21:00:05.678Z | Downloaded funty v2.0.0 |
1118 | 2024-06-21T21:00:05.681Z | Downloaded semver v0.1.20 |
1119 | 2024-06-21T21:00:05.681Z | Downloaded snafu-derive v0.8.2 |
1120 | 2024-06-21T21:00:05.681Z | Downloaded uuid v1.8.0 |
1121 | 2024-06-21T21:00:05.684Z | Downloaded rustc-demangle v0.1.24 |
1122 | 2024-06-21T21:00:05.687Z | Downloaded rsa v0.9.6 |
1123 | 2024-06-21T21:00:05.690Z | Downloaded publicsuffix v2.2.3 |
1124 | 2024-06-21T21:00:05.693Z | Downloaded hashbrown v0.12.3 |
1125 | 2024-06-21T21:00:05.696Z | Downloaded trust-dns-client v0.22.0 |
1126 | 2024-06-21T21:00:05.701Z | Downloaded tokio-tungstenite v0.21.0 |
1127 | 2024-06-21T21:00:05.704Z | Downloaded spki v0.7.3 |
1128 | 2024-06-21T21:00:05.706Z | Downloaded hostname v0.4.0 |
1129 | 2024-06-21T21:00:05.706Z | Downloaded termios v0.3.3 |
1130 | 2024-06-21T21:00:05.709Z | Downloaded sct v0.7.1 |
1131 | 2024-06-21T21:00:05.712Z | Downloaded tower v0.4.13 |
1132 | 2024-06-21T21:00:05.719Z | Downloaded textwrap v0.16.1 |
1133 | 2024-06-21T21:00:05.722Z | Downloaded signal-hook v0.3.17 |
1134 | 2024-06-21T21:00:05.725Z | Downloaded rstest v0.19.0 |
1135 | 2024-06-21T21:00:05.729Z | Downloaded postcard v1.0.8 |
1136 | 2024-06-21T21:00:05.732Z | Downloaded flume v0.11.0 |
1137 | 2024-06-21T21:00:05.737Z | Downloaded itertools v0.12.1 |
1138 | 2024-06-21T21:00:05.742Z | Downloaded schemars v0.8.20 |
1139 | 2024-06-21T21:00:05.757Z | Downloaded num-bigint-dig v0.8.4 |
1140 | 2024-06-21T21:00:05.763Z | Downloaded utf-8 v0.7.6 |
1141 | 2024-06-21T21:00:05.763Z | Downloaded der v0.7.9 |
1142 | 2024-06-21T21:00:05.767Z | Downloaded num-bigint v0.4.5 |
1143 | 2024-06-21T21:00:05.770Z | Downloaded ring v0.16.20 |
1144 | 2024-06-21T21:00:05.845Z | Downloaded diff v0.1.13 |
1145 | 2024-06-21T21:00:05.849Z | Downloaded typed-path v0.7.1 |
1146 | 2024-06-21T21:00:05.853Z | Downloaded schemars_derive v0.8.20 |
1147 | 2024-06-21T21:00:05.857Z | Downloaded scheduled-thread-pool v0.2.7 |
1148 | 2024-06-21T21:00:05.857Z | Downloaded ref-cast-impl v1.0.23 |
1149 | 2024-06-21T21:00:05.857Z | Downloaded ref-cast v1.0.23 |
1150 | 2024-06-21T21:00:05.861Z | Downloaded uzers v0.11.3 |
1151 | 2024-06-21T21:00:05.861Z | Downloaded aes-gcm v0.10.3 |
1152 | 2024-06-21T21:00:05.865Z | Downloaded dirs-sys v0.4.1 |
1153 | 2024-06-21T21:00:05.865Z | Downloaded postgres-types v0.2.6 |
1154 | 2024-06-21T21:00:05.869Z | Downloaded globset v0.4.14 |
1155 | 2024-06-21T21:00:05.869Z | Downloaded pin-project v1.1.5 |
1156 | 2024-06-21T21:00:05.876Z | Downloaded heapless v0.7.17 |
1157 | 2024-06-21T21:00:05.880Z | Downloaded tls_codec v0.4.1 |
1158 | 2024-06-21T21:00:05.883Z | Downloaded iana-time-zone v0.1.60 |
1159 | 2024-06-21T21:00:05.887Z | Downloaded stringprep v0.1.4 |
1160 | 2024-06-21T21:00:05.887Z | Downloaded serde_derive_internals v0.29.1 |
1161 | 2024-06-21T21:00:05.887Z | Downloaded group v0.13.0 |
1162 | 2024-06-21T21:00:05.890Z | Downloaded dhcproto v0.11.0 |
1163 | 2024-06-21T21:00:05.890Z | Downloaded tungstenite v0.20.1 |
1164 | 2024-06-21T21:00:05.894Z | Downloaded tokio-tungstenite v0.20.1 |
1165 | 2024-06-21T21:00:05.897Z | Downloaded derive_more v0.99.17 |
1166 | 2024-06-21T21:00:05.900Z | Downloaded similar-asserts v1.5.0 |
1167 | 2024-06-21T21:00:05.904Z | Downloaded pkcs1 v0.7.5 |
1168 | 2024-06-21T21:00:05.904Z | Downloaded toml v0.7.8 |
1169 | 2024-06-21T21:00:05.908Z | Downloaded phf_shared v0.11.2 |
1170 | 2024-06-21T21:00:05.908Z | Downloaded getrandom v0.1.16 |
1171 | 2024-06-21T21:00:05.911Z | Downloaded pkcs8 v0.10.2 |
1172 | 2024-06-21T21:00:05.915Z | Downloaded plotters-backend v0.3.5 |
1173 | 2024-06-21T21:00:05.915Z | Downloaded hash32 v0.2.1 |
1174 | 2024-06-21T21:00:05.915Z | Downloaded yansi v0.5.1 |
1175 | 2024-06-21T21:00:05.920Z | Downloaded strum_macros v0.24.3 |
1176 | 2024-06-21T21:00:05.920Z | Downloaded stable_deref_trait v1.2.0 |
1177 | 2024-06-21T21:00:05.920Z | Downloaded zeroize v1.7.0 |
1178 | 2024-06-21T21:00:05.926Z | Downloaded vte v0.11.1 |
1179 | 2024-06-21T21:00:05.926Z | Downloaded signature v2.2.0 |
1180 | 2024-06-21T21:00:05.926Z | Downloaded crc-any v2.5.0 |
1181 | 2024-06-21T21:00:05.931Z | Downloaded bzip2 v0.4.4 |
1182 | 2024-06-21T21:00:05.931Z | Downloaded escape8259 v0.5.2 |
1183 | 2024-06-21T21:00:05.931Z | Downloaded rusty-fork v0.3.0 |
1184 | 2024-06-21T21:00:05.931Z | Downloaded rustc-hash v1.1.0 |
1185 | 2024-06-21T21:00:05.932Z | Downloaded tempfile v3.10.1 |
1186 | 2024-06-21T21:00:05.932Z | Downloaded base64 v0.13.1 |
1187 | 2024-06-21T21:00:05.935Z | Downloaded gethostname v0.4.3 |
1188 | 2024-06-21T21:00:05.936Z | Downloaded rand_chacha v0.3.1 |
1189 | 2024-06-21T21:00:05.941Z | Downloaded psl-types v2.0.11 |
1190 | 2024-06-21T21:00:05.941Z | Downloaded smawk v0.3.2 |
1191 | 2024-06-21T21:00:05.941Z | Downloaded hex v0.4.3 |
1192 | 2024-06-21T21:00:05.941Z | Downloaded heck v0.3.3 |
1193 | 2024-06-21T21:00:05.941Z | Downloaded const-oid v0.9.6 |
1194 | 2024-06-21T21:00:05.946Z | Downloaded flagset v0.4.5 |
1195 | 2024-06-21T21:00:05.947Z | Downloaded num-complex v0.4.6 |
1196 | 2024-06-21T21:00:05.951Z | Downloaded blake2 v0.10.6 |
1197 | 2024-06-21T21:00:05.951Z | Downloaded arc-swap v1.7.1 |
1198 | 2024-06-21T21:00:05.954Z | Downloaded nu-ansi-term v0.50.0 |
1199 | 2024-06-21T21:00:05.954Z | Downloaded cfg-expr v0.15.8 |
1200 | 2024-06-21T21:00:05.958Z | Downloaded cancel-safe-futures v0.1.5 |
1201 | 2024-06-21T21:00:05.961Z | Downloaded assert_cmd v2.0.14 |
1202 | 2024-06-21T21:00:05.961Z | Downloaded ascii v1.1.0 |
1203 | 2024-06-21T21:00:05.964Z | Downloaded cookie_store v0.20.0 |
1204 | 2024-06-21T21:00:05.964Z | Downloaded ahash v0.8.11 |
1205 | 2024-06-21T21:00:05.966Z | Downloaded smallvec v0.6.14 |
1206 | 2024-06-21T21:00:05.970Z | Downloaded serde_plain v1.0.2 |
1207 | 2024-06-21T21:00:05.970Z | Downloaded parse-display-derive v0.9.0 |
1208 | 2024-06-21T21:00:05.970Z | Downloaded lazycell v1.3.0 |
1209 | 2024-06-21T21:00:05.973Z | Downloaded castaway v0.2.2 |
1210 | 2024-06-21T21:00:05.973Z | Downloaded pbkdf2 v0.11.0 |
1211 | 2024-06-21T21:00:05.975Z | Downloaded darling v0.20.9 |
1212 | 2024-06-21T21:00:05.978Z | Downloaded bcs v0.1.6 |
1213 | 2024-06-21T21:00:05.981Z | Downloaded arrayref v0.3.7 |
1214 | 2024-06-21T21:00:05.981Z | Downloaded argon2 v0.5.3 |
1215 | 2024-06-21T21:00:05.981Z | Downloaded ipnetwork v0.20.0 |
1216 | 2024-06-21T21:00:05.984Z | Downloaded console v0.15.8 |
1217 | 2024-06-21T21:00:05.988Z | Downloaded base64ct v1.6.0 |
1218 | 2024-06-21T21:00:05.991Z | Downloaded approx v0.5.1 |
1219 | 2024-06-21T21:00:05.991Z | Downloaded multimap v0.10.0 |
1220 | 2024-06-21T21:00:05.991Z | Downloaded memoffset v0.9.1 |
1221 | 2024-06-21T21:00:05.991Z | Downloaded maybe-uninit v2.0.0 |
1222 | 2024-06-21T21:00:05.994Z | Downloaded linked-hash-map v0.5.6 |
1223 | 2024-06-21T21:00:05.994Z | Downloaded backoff v0.4.0 |
1224 | 2024-06-21T21:00:05.997Z | Downloaded corncobs v0.1.3 |
1225 | 2024-06-21T21:00:05.997Z | Downloaded cipher v0.4.4 |
1226 | 2024-06-21T21:00:05.999Z | Downloaded cassowary v0.3.0 |
1227 | 2024-06-21T21:00:05.999Z | Downloaded mime_guess v2.0.4 |
1228 | 2024-06-21T21:00:06.002Z | Downloaded crossbeam-deque v0.8.5 |
1229 | 2024-06-21T21:00:06.002Z | Downloaded convert_case v0.4.0 |
1230 | 2024-06-21T21:00:06.002Z | Downloaded const_format_proc_macros v0.2.32 |
1231 | 2024-06-21T21:00:06.005Z | Downloaded blowfish v0.9.1 |
1232 | 2024-06-21T21:00:06.008Z | Downloaded cexpr v0.6.0 |
1233 | 2024-06-21T21:00:06.008Z | Downloaded crucible-workspace-hack v0.1.0 |
1234 | 2024-06-21T21:00:06.008Z | Downloaded async-trait v0.1.80 |
1235 | 2024-06-21T21:00:06.011Z | Downloaded arrayvec v0.7.4 |
1236 | 2024-06-21T21:00:06.013Z | Downloaded buf-list v1.0.3 |
1237 | 2024-06-21T21:00:06.016Z | Downloaded darling_core v0.20.9 |
1238 | 2024-06-21T21:00:06.019Z | Downloaded bitfield v0.14.0 |
1239 | 2024-06-21T21:00:06.022Z | Downloaded num-derive v0.4.2 |
1240 | 2024-06-21T21:00:06.022Z | Downloaded newtype-uuid v1.1.0 |
1241 | 2024-06-21T21:00:06.025Z | Downloaded nested v0.1.1 |
1242 | 2024-06-21T21:00:06.025Z | Downloaded managed v0.8.0 |
1243 | 2024-06-21T21:00:06.025Z | Downloaded internet-checksum v0.2.1 |
1244 | 2024-06-21T21:00:06.027Z | Downloaded chacha20 v0.9.1 |
1245 | 2024-06-21T21:00:06.027Z | Downloaded oorandom v11.1.3 |
1246 | 2024-06-21T21:00:06.028Z | Downloaded num-iter v0.1.45 |
1247 | 2024-06-21T21:00:06.034Z | Downloaded nanorand v0.7.0 |
1248 | 2024-06-21T21:00:06.034Z | Downloaded lru v0.12.3 |
1249 | 2024-06-21T21:00:06.044Z | Downloaded kstat-rs v0.2.3 |
1250 | 2024-06-21T21:00:06.045Z | Downloaded cast v0.3.0 |
1251 | 2024-06-21T21:00:06.045Z | Downloaded constant_time_eq v0.3.0 |
1252 | 2024-06-21T21:00:06.045Z | Downloaded ciborium-ll v0.2.2 |
1253 | 2024-06-21T21:00:06.045Z | Downloaded block-padding v0.3.3 |
1254 | 2024-06-21T21:00:06.045Z | Downloaded md-5 v0.10.6 |
1255 | 2024-06-21T21:00:06.045Z | Downloaded lazy_static v1.4.0 |
1256 | 2024-06-21T21:00:06.045Z | Downloaded num v0.4.3 |
1257 | 2024-06-21T21:00:06.045Z | Downloaded nibble_vec v0.1.0 |
1258 | 2024-06-21T21:00:06.045Z | Downloaded libefi-sys v0.1.0 |
1259 | 2024-06-21T21:00:06.051Z | Downloaded criterion-plot v0.5.0 |
1260 | 2024-06-21T21:00:06.051Z | Downloaded ascii-canvas v3.0.0 |
1261 | 2024-06-21T21:00:06.051Z | Downloaded indoc v1.0.9 |
1262 | 2024-06-21T21:00:06.051Z | Downloaded cstr-argument v0.1.2 |
1263 | 2024-06-21T21:00:06.051Z | Downloaded crunchy v0.2.2 |
1264 | 2024-06-21T21:00:06.051Z | Downloaded atty v0.2.14 |
1265 | 2024-06-21T21:00:06.051Z | Downloaded async-stream-impl v0.3.5 |
1266 | 2024-06-21T21:00:06.672Z | Compiling serde v1.0.203 |
1267 | 2024-06-21T21:00:06.675Z | Checking cfg-if v1.0.0 |
1268 | 2024-06-21T21:00:06.741Z | Compiling libm v0.2.8 |
1269 | 2024-06-21T21:00:06.741Z | Compiling ahash v0.8.11 |
1270 | 2024-06-21T21:00:06.768Z | Checking libc v0.2.155 |
1271 | 2024-06-21T21:00:06.788Z | Compiling syn v2.0.64 |
1272 | 2024-06-21T21:00:06.806Z | Compiling num-traits v0.2.19 |
1273 | 2024-06-21T21:00:06.828Z | Compiling serde_json v1.0.117 |
1274 | 2024-06-21T21:00:07.031Z | Compiling getrandom v0.2.14 |
1275 | 2024-06-21T21:00:07.224Z | Compiling generic-array v0.14.7 |
1276 | 2024-06-21T21:00:07.248Z | Compiling log v0.4.21 |
1277 | 2024-06-21T21:00:07.356Z | Checking memchr v2.7.2 |
1278 | 2024-06-21T21:00:07.381Z | Checking itoa v1.0.11 |
1279 | 2024-06-21T21:00:07.563Z | Compiling syn v1.0.109 |
1280 | 2024-06-21T21:00:07.566Z | Checking byteorder v1.5.0 |
1281 | 2024-06-21T21:00:07.599Z | Checking scopeguard v1.2.0 |
1282 | 2024-06-21T21:00:07.618Z | Checking smallvec v1.13.2 |
1283 | 2024-06-21T21:00:07.678Z | Compiling allocator-api2 v0.2.18 |
1284 | 2024-06-21T21:00:07.743Z | Checking lock_api v0.4.12 |
1285 | 2024-06-21T21:00:07.976Z | Compiling schemars v0.8.20 |
1286 | 2024-06-21T21:00:08.015Z | Compiling ring v0.17.8 |
1287 | 2024-06-21T21:00:08.192Z | Checking once_cell v1.19.0 |
1288 | 2024-06-21T21:00:08.280Z | Compiling time-macros v0.2.18 |
1289 | 2024-06-21T21:00:08.304Z | Checking rand_core v0.6.4 |
1290 | 2024-06-21T21:00:08.370Z | Checking parking_lot_core v0.9.10 |
1291 | 2024-06-21T21:00:08.508Z | Checking pin-project-lite v0.2.14 |
1292 | 2024-06-21T21:00:08.652Z | Checking signal-hook-registry v1.4.2 |
1293 | 2024-06-21T21:00:08.674Z | Checking mio v0.8.11 |
1294 | 2024-06-21T21:00:08.730Z | Checking parking_lot v0.12.2 |
1295 | 2024-06-21T21:00:08.907Z | Compiling aho-corasick v1.1.3 |
1296 | 2024-06-21T21:00:09.313Z | Compiling regex-syntax v0.8.3 |
1297 | 2024-06-21T21:00:11.660Z | Checking num_cpus v1.16.0 |
1298 | 2024-06-21T21:00:11.770Z | Checking typenum v1.17.0 |
1299 | 2024-06-21T21:00:11.828Z | Compiling slog v2.7.0 |
1300 | 2024-06-21T21:00:12.728Z | Compiling regex-automata v0.4.6 |
1301 | 2024-06-21T21:00:12.795Z | Checking futures-core v0.3.30 |
1302 | 2024-06-21T21:00:13.170Z | Checking socket2 v0.5.7 |
1303 | 2024-06-21T21:00:13.624Z | Checking ryu v1.0.18 |
1304 | 2024-06-21T21:00:13.626Z | Compiling crossbeam-utils v0.8.19 |
1305 | 2024-06-21T21:00:14.251Z | Compiling serde_derive_internals v0.29.1 |
1306 | 2024-06-21T21:00:14.677Z | Checking subtle v2.5.0 |
1307 | 2024-06-21T21:00:14.826Z | Compiling rustls v0.21.12 |
1308 | 2024-06-21T21:00:14.926Z | Compiling cookie v0.17.0 |
1309 | 2024-06-21T21:00:15.085Z | Compiling iana-time-zone v0.1.60 |
1310 | 2024-06-21T21:00:15.256Z | Compiling backtrace v0.3.71 |
1311 | 2024-06-21T21:00:15.372Z | Compiling anyhow v1.0.86 |
1312 | 2024-06-21T21:00:15.548Z | Compiling dyn-clone v1.0.17 |
1313 | 2024-06-21T21:00:15.678Z | Checking futures-sink v0.3.30 |
1314 | 2024-06-21T21:00:15.838Z | Checking futures-channel v0.3.30 |
1315 | 2024-06-21T21:00:16.136Z | Checking slab v0.4.9 |
1316 | 2024-06-21T21:00:16.201Z | Checking pin-utils v0.1.0 |
1317 | 2024-06-21T21:00:16.296Z | Checking futures-io v0.3.30 |
1318 | 2024-06-21T21:00:16.314Z | Checking futures-task v0.3.30 |
1319 | 2024-06-21T21:00:16.412Z | Compiling unicode-normalization v0.1.23 |
1320 | 2024-06-21T21:00:16.476Z | Compiling either v1.12.0 |
1321 | 2024-06-21T21:00:16.542Z | Compiling unicode-bidi v0.3.15 |
1322 | 2024-06-21T21:00:16.896Z | Checking const-oid v0.9.6 |
1323 | 2024-06-21T21:00:17.045Z | Compiling spin v0.9.8 |
1324 | 2024-06-21T21:00:17.171Z | Compiling winnow v0.5.40 |
1325 | 2024-06-21T21:00:18.170Z | Compiling regex v1.10.4 |
1326 | 2024-06-21T21:00:18.513Z | Compiling untrusted v0.9.0 |
1327 | 2024-06-21T21:00:18.718Z | Compiling spin v0.5.2 |
1328 | 2024-06-21T21:00:18.967Z | Compiling signal-hook v0.3.17 |
1329 | 2024-06-21T21:00:19.243Z | Compiling siphasher v0.3.11 |
1330 | 2024-06-21T21:00:19.288Z | Compiling time v0.3.36 |
1331 | 2024-06-21T21:00:19.443Z | Compiling idna v0.5.0 |
1332 | 2024-06-21T21:00:19.648Z | Compiling idna v0.3.0 |
1333 | 2024-06-21T21:00:21.153Z | Compiling sct v0.7.1 |
1334 | 2024-06-21T21:00:21.184Z | Compiling rustls-webpki v0.101.7 |
1335 | 2024-06-21T21:00:21.304Z | Compiling url v2.5.0 |
1336 | 2024-06-21T21:00:21.603Z | Compiling serde_derive v1.0.203 |
1337 | 2024-06-21T21:00:22.724Z | Compiling zerocopy-derive v0.7.34 |
1338 | 2024-06-21T21:00:22.876Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-06-21T21:00:22.959Z | Compiling thiserror-impl v1.0.60 |
1340 | 2024-06-21T21:00:23.252Z | Compiling tokio-macros v2.2.0 |
1341 | 2024-06-21T21:00:23.365Z | Compiling futures-macro v0.3.30 |
1342 | 2024-06-21T21:00:24.572Z | Compiling tracing-attributes v0.1.27 |
1343 | 2024-06-21T21:00:24.893Z | Checking zeroize v1.7.0 |
1344 | 2024-06-21T21:00:24.987Z | Compiling schemars_derive v0.8.20 |
1345 | 2024-06-21T21:00:25.155Z | Compiling zerocopy v0.7.34 |
1346 | 2024-06-21T21:00:25.184Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-06-21T21:00:25.972Z | Compiling async-trait v0.1.80 |
1348 | 2024-06-21T21:00:26.439Z | Compiling thiserror v1.0.60 |
1349 | 2024-06-21T21:00:26.719Z | Compiling scroll_derive v0.12.0 |
1350 | 2024-06-21T21:00:26.851Z | Checking crypto-common v0.1.6 |
1351 | 2024-06-21T21:00:27.039Z | Compiling der_derive v0.7.2 |
1352 | 2024-06-21T21:00:27.451Z | Compiling hashbrown v0.14.5 |
1353 | 2024-06-21T21:00:27.948Z | Compiling pest v2.7.10 |
1354 | 2024-06-21T21:00:28.488Z | Compiling scroll v0.12.0 |
1355 | 2024-06-21T21:00:28.658Z | Checking futures-util v0.3.30 |
1356 | 2024-06-21T21:00:28.988Z | Compiling goblin v0.8.2 |
1357 | 2024-06-21T21:00:29.505Z | Compiling clap_derive v4.5.4 |
1358 | 2024-06-21T21:00:30.290Z | Compiling tracing v0.1.40 |
1359 | 2024-06-21T21:00:30.902Z | Compiling pest_meta v2.7.10 |
1360 | 2024-06-21T21:00:31.150Z | Checking block-buffer v0.10.4 |
1361 | 2024-06-21T21:00:31.385Z | Compiling zerocopy-derive v0.6.6 |
1362 | 2024-06-21T21:00:33.795Z | Compiling pest_generator v2.7.10 |
1363 | 2024-06-21T21:00:33.828Z | Checking digest v0.10.7 |
1364 | 2024-06-21T21:00:34.966Z | Checking fnv v1.0.7 |
1365 | 2024-06-21T21:00:35.096Z | Compiling ppv-lite86 v0.2.17 |
1366 | 2024-06-21T21:00:35.560Z | Compiling psl-types v2.0.11 |
1367 | 2024-06-21T21:00:35.749Z | Compiling publicsuffix v2.2.3 |
1368 | 2024-06-21T21:00:35.799Z | Checking bytes v1.6.0 |
1369 | 2024-06-21T21:00:35.894Z | Checking bitflags v2.5.0 |
1370 | 2024-06-21T21:00:36.018Z | Compiling rand_chacha v0.3.1 |
1371 | 2024-06-21T21:00:36.197Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-06-21T21:00:36.317Z | Compiling pest_derive v2.7.10 |
1373 | 2024-06-21T21:00:36.596Z | Checking tokio v1.37.0 |
1374 | 2024-06-21T21:00:37.415Z | Compiling indexmap v2.2.6 |
1375 | 2024-06-21T21:00:37.668Z | Compiling semver v1.0.23 |
1376 | 2024-06-21T21:00:38.469Z | Compiling serde_tokenstream v0.2.0 |
1377 | 2024-06-21T21:00:38.865Z | Compiling uuid v1.8.0 |
1378 | 2024-06-21T21:00:38.941Z | Compiling chrono v0.4.38 |
1379 | 2024-06-21T21:00:38.993Z | Compiling rustc_version v0.4.0 |
1380 | 2024-06-21T21:00:39.566Z | Compiling http v0.2.12 |
1381 | 2024-06-21T21:00:39.741Z | Compiling toml_datetime v0.6.6 |
1382 | 2024-06-21T21:00:39.765Z | Compiling serde_spanned v0.6.6 |
1383 | 2024-06-21T21:00:40.275Z | Compiling dof v0.3.0 |
1384 | 2024-06-21T21:00:40.331Z | Compiling rustix v0.38.34 |
1385 | 2024-06-21T21:00:40.422Z | Compiling dtrace-parser v0.2.0 |
1386 | 2024-06-21T21:00:42.626Z | Compiling usdt-impl v0.5.0 |
1387 | 2024-06-21T21:00:42.729Z | Compiling toml_edit v0.19.15 |
1388 | 2024-06-21T21:00:42.867Z | Compiling openapiv3 v2.0.0 |
1389 | 2024-06-21T21:00:43.481Z | Compiling http-body v0.4.6 |
1390 | 2024-06-21T21:00:43.679Z | Compiling openssl v0.10.64 |
1391 | 2024-06-21T21:00:43.957Z | Compiling heapless v0.7.17 |
1392 | 2024-06-21T21:00:44.263Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1393 | 2024-06-21T21:00:44.451Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-06-21T21:00:44.475Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-06-21T21:00:45.255Z | Compiling unicode-xid v0.2.4 |
1396 | 2024-06-21T21:00:45.436Z | Compiling bit-vec v0.6.3 |
1397 | 2024-06-21T21:00:46.184Z | Compiling cookie_store v0.20.0 |
1398 | 2024-06-21T21:00:46.213Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-06-21T21:00:46.412Z | Compiling rand v0.8.5 |
1400 | 2024-06-21T21:00:46.786Z | Compiling enum-as-inner v0.5.1 |
1401 | 2024-06-21T21:00:47.417Z | Compiling phf_shared v0.10.0 |
1402 | 2024-06-21T21:00:47.832Z | Compiling lazy_static v1.4.0 |
1403 | 2024-06-21T21:00:47.875Z | Compiling tokio-util v0.7.11 |
1404 | 2024-06-21T21:00:47.920Z | Compiling tokio-rustls v0.24.1 |
1405 | 2024-06-21T21:00:47.952Z | Compiling fixedbitset v0.4.2 |
1406 | 2024-06-21T21:00:48.028Z | Compiling precomputed-hash v0.1.1 |
1407 | 2024-06-21T21:00:48.150Z | Compiling new_debug_unreachable v1.0.6 |
1408 | 2024-06-21T21:00:48.254Z | Checking tinyvec_macros v0.1.1 |
1409 | 2024-06-21T21:00:48.317Z | Compiling minimal-lexical v0.2.1 |
1410 | 2024-06-21T21:00:48.349Z | Compiling base64ct v1.6.0 |
1411 | 2024-06-21T21:00:48.415Z | Compiling smoltcp v0.9.1 |
1412 | 2024-06-21T21:00:48.583Z | Compiling gimli v0.28.1 |
1413 | 2024-06-21T21:00:48.830Z | Compiling h2 v0.3.26 |
1414 | 2024-06-21T21:00:48.975Z | Compiling webpki-roots v0.25.4 |
1415 | 2024-06-21T21:00:49.150Z | Compiling pem-rfc7468 v0.7.0 |
1416 | 2024-06-21T21:00:49.177Z | Compiling nom v7.1.3 |
1417 | 2024-06-21T21:00:49.265Z | Checking tinyvec v1.6.0 |
1418 | 2024-06-21T21:00:49.927Z | Compiling native-tls v0.2.11 |
1419 | 2024-06-21T21:00:50.567Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-06-21T21:00:50.613Z | Compiling string_cache v0.8.7 |
1421 | 2024-06-21T21:00:50.860Z | Compiling petgraph v0.6.5 |
1422 | 2024-06-21T21:00:51.092Z | Compiling bit-set v0.5.3 |
1423 | 2024-06-21T21:00:51.179Z | Compiling hmac v0.12.1 |
1424 | 2024-06-21T21:00:51.376Z | Compiling hubpack_derive v0.1.1 |
1425 | 2024-06-21T21:00:51.425Z | Compiling itertools v0.10.5 |
1426 | 2024-06-21T21:00:52.287Z | Compiling diesel_table_macro_syntax v0.1.0 |
1427 | 2024-06-21T21:00:52.627Z | Compiling object v0.32.2 |
1428 | 2024-06-21T21:00:52.725Z | Compiling fs-err v2.11.0 |
1429 | 2024-06-21T21:00:52.996Z | Compiling addr2line v0.21.0 |
1430 | 2024-06-21T21:00:53.114Z | Checking equivalent v1.0.1 |
1431 | 2024-06-21T21:00:53.228Z | Compiling unicode-segmentation v1.11.0 |
1432 | 2024-06-21T21:00:53.614Z | Compiling rustc-demangle v0.1.24 |
1433 | 2024-06-21T21:00:53.650Z | Compiling lalrpop-util v0.19.12 |
1434 | 2024-06-21T21:00:54.014Z | Compiling flagset v0.4.5 |
1435 | 2024-06-21T21:00:54.221Z | Compiling der v0.7.9 |
1436 | 2024-06-21T21:00:54.266Z | Compiling toml_edit v0.22.13 |
1437 | 2024-06-21T21:00:54.747Z | Compiling diesel_derives v2.1.4 |
1438 | 2024-06-21T21:00:55.376Z | Compiling futures-executor v0.3.30 |
1439 | 2024-06-21T21:00:55.517Z | Compiling hyper v0.14.28 |
1440 | 2024-06-21T21:00:55.574Z | Compiling itertools v0.12.1 |
1441 | 2024-06-21T21:00:55.997Z | Checking cpufeatures v0.2.12 |
1442 | 2024-06-21T21:00:56.825Z | Compiling finl_unicode v1.2.0 |
1443 | 2024-06-21T21:00:57.432Z | Compiling stringprep v0.1.4 |
1444 | 2024-06-21T21:00:57.647Z | Compiling spki v0.7.3 |
1445 | 2024-06-21T21:00:58.031Z | Compiling sha2 v0.10.8 |
1446 | 2024-06-21T21:00:58.679Z | Compiling futures v0.3.30 |
1447 | 2024-06-21T21:00:58.828Z | Compiling toml v0.7.8 |
1448 | 2024-06-21T21:00:59.709Z | Compiling hex v0.4.3 |
1449 | 2024-06-21T21:01:00.047Z | Compiling md-5 v0.10.6 |
1450 | 2024-06-21T21:01:00.303Z | Compiling strum_macros v0.25.3 |
1451 | 2024-06-21T21:01:00.332Z | Compiling serde_repr v0.1.19 |
1452 | 2024-06-21T21:01:01.549Z | Compiling num-integer v0.1.46 |
1453 | 2024-06-21T21:01:01.592Z | Compiling hash32 v0.2.1 |
1454 | 2024-06-21T21:01:01.981Z | Compiling stable_deref_trait v1.2.0 |
1455 | 2024-06-21T21:01:02.239Z | Compiling fallible-iterator v0.2.0 |
1456 | 2024-06-21T21:01:02.312Z | Compiling hyper-rustls v0.24.2 |
1457 | 2024-06-21T21:01:02.373Z | Compiling hyper-tls v0.5.0 |
1458 | 2024-06-21T21:01:02.695Z | Compiling reqwest v0.11.27 |
1459 | 2024-06-21T21:01:02.943Z | Compiling postgres-protocol v0.6.6 |
1460 | 2024-06-21T21:01:03.029Z | Compiling pkcs8 v0.10.2 |
1461 | 2024-06-21T21:01:03.490Z | Compiling terminal_size v0.3.0 |
1462 | 2024-06-21T21:01:03.645Z | Compiling block-padding v0.3.3 |
1463 | 2024-06-21T21:01:03.712Z | Compiling phf_shared v0.11.2 |
1464 | 2024-06-21T21:01:04.022Z | Compiling ff v0.13.0 |
1465 | 2024-06-21T21:01:04.124Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2024-06-21T21:01:04.253Z | Compiling base16ct v0.2.0 |
1467 | 2024-06-21T21:01:04.382Z | Compiling matches v0.1.10 |
1468 | 2024-06-21T21:01:04.481Z | Compiling managed v0.8.0 |
1469 | 2024-06-21T21:01:04.601Z | Compiling peg-runtime v0.8.3 |
1470 | 2024-06-21T21:01:04.899Z | Compiling bitflags v1.3.2 |
1471 | 2024-06-21T21:01:04.920Z | Compiling clap_builder v4.5.2 |
1472 | 2024-06-21T21:01:04.951Z | Compiling idna v0.2.3 |
1473 | 2024-06-21T21:01:05.288Z | Compiling sec1 v0.7.3 |
1474 | 2024-06-21T21:01:05.425Z | Compiling r2d2 v0.8.10 |
1475 | 2024-06-21T21:01:05.715Z | Compiling signal-hook-mio v0.2.3 |
1476 | 2024-06-21T21:01:05.830Z | Compiling group v0.13.0 |
1477 | 2024-06-21T21:01:05.861Z | Compiling phf v0.11.2 |
1478 | 2024-06-21T21:01:05.883Z | Compiling inout v0.1.3 |
1479 | 2024-06-21T21:01:06.149Z | Compiling postgres-types v0.2.6 |
1480 | 2024-06-21T21:01:06.170Z | Compiling num-bigint v0.4.5 |
1481 | 2024-06-21T21:01:06.580Z | Compiling hubpack v0.1.2 |
1482 | 2024-06-21T21:01:06.666Z | Compiling hkdf v0.12.4 |
1483 | 2024-06-21T21:01:07.056Z | Compiling ipnetwork v0.20.0 |
1484 | 2024-06-21T21:01:07.214Z | Compiling zerocopy v0.6.6 |
1485 | 2024-06-21T21:01:07.274Z | Compiling crypto-bigint v0.5.5 |
1486 | 2024-06-21T21:01:07.731Z | Compiling float-cmp v0.9.0 |
1487 | 2024-06-21T21:01:07.958Z | Checking tracing-core v0.1.32 |
1488 | 2024-06-21T21:01:08.043Z | Compiling predicates-core v1.0.6 |
1489 | 2024-06-21T21:01:08.079Z | Compiling difflib v0.4.0 |
1490 | 2024-06-21T21:01:08.427Z | Compiling data-encoding v2.6.0 |
1491 | 2024-06-21T21:01:08.639Z | Compiling static_assertions v1.1.0 |
1492 | 2024-06-21T21:01:08.748Z | Compiling normalize-line-endings v0.3.0 |
1493 | 2024-06-21T21:01:08.886Z | Compiling whoami v1.5.1 |
1494 | 2024-06-21T21:01:09.552Z | Compiling yasna v0.5.2 |
1495 | 2024-06-21T21:01:09.757Z | Compiling tokio-postgres v0.7.10 |
1496 | 2024-06-21T21:01:10.955Z | Compiling elliptic-curve v0.13.8 |
1497 | 2024-06-21T21:01:11.071Z | Compiling diesel v2.1.6 |
1498 | 2024-06-21T21:01:11.535Z | Compiling trust-dns-proto v0.22.0 |
1499 | 2024-06-21T21:01:11.843Z | Compiling predicates v3.1.0 |
1500 | 2024-06-21T21:01:13.720Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1501 | 2024-06-21T21:01:13.765Z | Compiling clap v4.5.4 |
1502 | 2024-06-21T21:01:14.263Z | Compiling usdt v0.5.0 |
1503 | 2024-06-21T21:01:14.918Z | Compiling cipher v0.4.4 |
1504 | 2024-06-21T21:01:15.038Z | Compiling crossterm v0.27.0 |
1505 | 2024-06-21T21:01:15.569Z | Compiling num-iter v0.1.45 |
1506 | 2024-06-21T21:01:16.036Z | Compiling similar v2.5.0 |
1507 | 2024-06-21T21:01:16.641Z | Compiling console v0.15.8 |
1508 | 2024-06-21T21:01:17.122Z | Compiling tokio-stream v0.1.15 |
1509 | 2024-06-21T21:01:18.137Z | Compiling bstr v1.9.1 |
1510 | 2024-06-21T21:01:18.273Z | Checking percent-encoding v2.3.1 |
1511 | 2024-06-21T21:01:18.901Z | Checking form_urlencoded v1.2.1 |
1512 | 2024-06-21T21:01:18.923Z | Checking powerfmt v0.2.0 |
1513 | 2024-06-21T21:01:19.192Z | Checking deranged v0.3.11 |
1514 | 2024-06-21T21:01:20.001Z | Checking unicode-ident v1.0.12 |
1515 | 2024-06-21T21:01:20.170Z | Checking time-core v0.1.2 |
1516 | 2024-06-21T21:01:20.328Z | Checking num-conv v0.1.0 |
1517 | 2024-06-21T21:01:20.482Z | Checking num_threads v0.1.7 |
1518 | 2024-06-21T21:01:20.486Z | Checking httparse v1.8.0 |
1519 | 2024-06-21T21:01:20.595Z | Checking errno v0.3.9 |
1520 | 2024-06-21T21:01:20.761Z | Checking unicode-width v0.1.12 |
1521 | 2024-06-21T21:01:20.912Z | Checking proc-macro2 v1.0.82 |
1522 | 2024-06-21T21:01:21.601Z | Checking quote v1.0.36 |
1523 | 2024-06-21T21:01:21.855Z | Checking adler v1.0.2 |
1524 | 2024-06-21T21:01:22.012Z | Checking miniz_oxide v0.7.2 |
1525 | 2024-06-21T21:01:22.166Z | Checking try-lock v0.2.5 |
1526 | 2024-06-21T21:01:22.303Z | Checking base64 v0.21.7 |
1527 | 2024-06-21T21:01:22.771Z | Checking want v0.3.1 |
1528 | 2024-06-21T21:01:22.944Z | Checking tower-service v0.3.2 |
1529 | 2024-06-21T21:01:23.194Z | Checking httpdate v1.0.3 |
1530 | 2024-06-21T21:01:23.437Z | Checking foreign-types-shared v0.1.1 |
1531 | 2024-06-21T21:01:23.542Z | Checking openssl-probe v0.1.5 |
1532 | 2024-06-21T21:01:23.545Z | Checking foreign-types v0.3.2 |
1533 | 2024-06-21T21:01:23.582Z | Checking openssl-sys v0.9.102 |
1534 | 2024-06-21T21:01:23.657Z | Checking ipnet v2.9.0 |
1535 | 2024-06-21T21:01:23.687Z | Checking mime v0.3.17 |
1536 | 2024-06-21T21:01:24.091Z | Checking utf8parse v0.2.1 |
1537 | 2024-06-21T21:01:28.631Z | Checking encoding_rs v0.8.34 |
1538 | 2024-06-21T21:01:29.003Z | Checking anstyle v1.0.7 |
1539 | 2024-06-21T21:01:30.761Z | Checking rustls-pemfile v1.0.4 |
1540 | 2024-06-21T21:01:30.876Z | Checking sync_wrapper v0.1.2 |
1541 | 2024-06-21T21:01:31.003Z | Checking ucd-trie v0.1.6 |
1542 | 2024-06-21T21:01:31.065Z | Checking plain v0.2.3 |
1543 | 2024-06-21T21:01:31.202Z | Checking anstyle-parse v0.2.4 |
1544 | 2024-06-21T21:01:31.352Z | Checking anstyle-query v1.0.3 |
1545 | 2024-06-21T21:01:31.379Z | Checking is_terminal_polyfill v1.70.0 |
1546 | 2024-06-21T21:01:31.420Z | Checking colorchoice v1.0.1 |
1547 | 2024-06-21T21:01:31.470Z | Checking pretty-hex v0.4.1 |
1548 | 2024-06-21T21:01:31.551Z | Checking anstream v0.6.14 |
1549 | 2024-06-21T21:01:31.645Z | Checking thread-id v4.2.1 |
1550 | 2024-06-21T21:01:31.672Z | Checking strsim v0.11.1 |
1551 | 2024-06-21T21:01:31.757Z | Checking clap_lex v0.7.0 |
1552 | 2024-06-21T21:01:31.990Z | Checking memmap v0.7.0 |
1553 | 2024-06-21T21:01:32.196Z | Checking crc32fast v1.4.0 |
1554 | 2024-06-21T21:01:33.367Z | Checking flate2 v1.0.30 |
1555 | 2024-06-21T21:01:34.795Z | Checking winnow v0.6.8 |
1556 | 2024-06-21T21:01:43.324Z | Compiling regress v0.9.1 |
1557 | 2024-06-21T21:01:43.509Z | Compiling getopts v0.2.21 |
1558 | 2024-06-21T21:01:44.500Z | Compiling unsafe-libyaml v0.2.11 |
1559 | 2024-06-21T21:01:44.521Z | Checking heck v0.5.0 |
1560 | 2024-06-21T21:01:45.574Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1561 | 2024-06-21T21:01:45.918Z | Compiling serde_yaml v0.9.34+deprecated |
1562 | 2024-06-21T21:01:46.528Z | Checking camino v1.1.7 |
1563 | 2024-06-21T21:01:46.550Z | Checking is-terminal v0.4.12 |
1564 | 2024-06-21T21:01:46.670Z | Checking base64 v0.22.1 |
1565 | 2024-06-21T21:01:47.116Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1566 | 2024-06-21T21:01:47.142Z | Checking sha1 v0.10.6 |
1567 | 2024-06-21T21:01:47.418Z | Checking http v1.1.0 |
1568 | 2024-06-21T21:01:47.765Z | Compiling paste v1.0.15 |
1569 | 2024-06-21T21:01:48.307Z | Compiling strum_macros v0.26.2 |
1570 | 2024-06-21T21:01:48.382Z | Checking match_cfg v0.1.0 |
1571 | 2024-06-21T21:01:48.480Z | Checking hostname v0.3.1 |
1572 | 2024-06-21T21:01:48.850Z | Checking dirs-sys-next v0.1.2 |
1573 | 2024-06-21T21:01:49.040Z | Compiling ident_case v1.0.1 |
1574 | 2024-06-21T21:01:49.210Z | Compiling darling_core v0.20.9 |
1575 | 2024-06-21T21:01:49.316Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1576 | 2024-06-21T21:01:49.743Z | Checking dirs-next v2.0.0 |
1577 | 2024-06-21T21:01:49.853Z | Checking crossbeam-channel v0.5.12 |
1578 | 2024-06-21T21:01:49.881Z | Checking thread_local v1.1.8 |
1579 | 2024-06-21T21:01:50.163Z | Checking fastrand v2.1.0 |
1580 | 2024-06-21T21:01:50.290Z | Checking rustls-pki-types v1.7.0 |
1581 | 2024-06-21T21:01:50.497Z | Checking tempfile v3.10.1 |
1582 | 2024-06-21T21:01:50.535Z | Checking term v0.7.0 |
1583 | 2024-06-21T21:01:50.595Z | Checking quick-error v1.2.3 |
1584 | 2024-06-21T21:01:50.702Z | Checking take_mut v0.2.2 |
1585 | 2024-06-21T21:01:50.738Z | Checking toml v0.8.13 |
1586 | 2024-06-21T21:01:50.836Z | Compiling rustls v0.22.4 |
1587 | 2024-06-21T21:01:50.856Z | Checking slog-async v2.8.0 |
1588 | 2024-06-21T21:01:50.955Z | Checking slog-term v2.9.1 |
1589 | 2024-06-21T21:01:51.128Z | Checking rustls-webpki v0.102.4 |
1590 | 2024-06-21T21:01:51.146Z | Checking slog-json v2.6.1 |
1591 | 2024-06-21T21:01:51.403Z | Checking instant v0.1.12 |
1592 | 2024-06-21T21:01:51.449Z | Checking slog-bunyan v2.5.0 |
1593 | 2024-06-21T21:01:51.519Z | Checking rustls-pemfile v2.1.2 |
1594 | 2024-06-21T21:01:51.540Z | Compiling multer v3.1.0 |
1595 | 2024-06-21T21:01:51.614Z | Checking debug-ignore v1.0.5 |
1596 | 2024-06-21T21:01:51.750Z | Compiling async-stream-impl v0.3.5 |
1597 | 2024-06-21T21:01:51.772Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1598 | 2024-06-21T21:01:51.884Z | Checking atomic-waker v1.1.2 |
1599 | 2024-06-21T21:01:52.018Z | Checking waitgroup v0.1.2 |
1600 | 2024-06-21T21:01:52.195Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1601 | 2024-06-21T21:01:52.572Z | Checking serde_path_to_error v0.1.16 |
1602 | 2024-06-21T21:01:53.188Z | Checking hostname v0.4.0 |
1603 | 2024-06-21T21:01:53.209Z | Checking async-stream v0.3.5 |
1604 | 2024-06-21T21:01:53.321Z | Checking newtype-uuid v1.1.0 |
1605 | 2024-06-21T21:01:53.410Z | Checking wait-timeout v0.2.0 |
1606 | 2024-06-21T21:01:53.577Z | Compiling structmeta-derive v0.3.0 |
1607 | 2024-06-21T21:01:53.601Z | Checking rusty-fork v0.3.0 |
1608 | 2024-06-21T21:01:53.641Z | Checking strum v0.26.2 |
1609 | 2024-06-21T21:01:53.798Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1610 | 2024-06-21T21:01:53.898Z | Checking macaddr v1.0.1 |
1611 | 2024-06-21T21:01:54.070Z | Compiling structmeta-derive v0.2.0 |
1612 | 2024-06-21T21:01:54.238Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-06-21T21:01:54.470Z | Checking rand_xorshift v0.3.0 |
1614 | 2024-06-21T21:01:54.652Z | Checking unarray v0.1.4 |
1615 | 2024-06-21T21:01:54.805Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1616 | 2024-06-21T21:01:55.025Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1617 | 2024-06-21T21:01:55.104Z | Checking proptest v1.4.0 |
1618 | 2024-06-21T21:01:55.168Z | Checking backoff v0.4.0 |
1619 | 2024-06-21T21:01:55.470Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1620 | 2024-06-21T21:01:55.617Z | Checking tokio-rustls v0.25.0 |
1621 | 2024-06-21T21:01:56.255Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1622 | 2024-06-21T21:01:56.413Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1623 | 2024-06-21T21:01:56.626Z | Compiling structmeta v0.3.0 |
1624 | 2024-06-21T21:01:56.731Z | Compiling darling_macro v0.20.9 |
1625 | 2024-06-21T21:01:56.766Z | Compiling proc-macro-error v1.0.4 |
1626 | 2024-06-21T21:01:57.070Z | Compiling parse-display-derive v0.9.0 |
1627 | 2024-06-21T21:01:57.235Z | Compiling structmeta v0.2.0 |
1628 | 2024-06-21T21:01:57.569Z | Checking camino-tempfile v1.1.1 |
1629 | 2024-06-21T21:01:57.705Z | Compiling test-strategy v0.3.1 |
1630 | 2024-06-21T21:01:57.825Z | Compiling darling v0.20.9 |
1631 | 2024-06-21T21:01:57.864Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2024-06-21T21:01:57.951Z | Compiling serde_with_macros v3.8.1 |
1633 | 2024-06-21T21:01:59.017Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2024-06-21T21:01:59.374Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-06-21T21:01:59.639Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1636 | 2024-06-21T21:01:59.862Z | Compiling foreign-types-macros v0.2.3 |
1637 | 2024-06-21T21:01:59.941Z | Checking foreign-types-shared v0.3.1 |
1638 | 2024-06-21T21:02:00.063Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1639 | 2024-06-21T21:02:00.700Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1640 | 2024-06-21T21:02:01.177Z | Checking foreign-types v0.5.0 |
1641 | 2024-06-21T21:02:01.210Z | Checking serde_with v3.8.1 |
1642 | 2024-06-21T21:02:01.281Z | Checking cstr-argument v0.1.2 |
1643 | 2024-06-21T21:02:01.447Z | Checking pretty-hex v0.2.1 |
1644 | 2024-06-21T21:02:01.602Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1645 | 2024-06-21T21:02:01.675Z | Checking tabwriter v1.4.0 |
1646 | 2024-06-21T21:02:01.839Z | Checking colored v2.1.0 |
1647 | 2024-06-21T21:02:01.906Z | Checking socket2 v0.4.10 |
1648 | 2024-06-21T21:02:01.909Z | Checking smf v0.2.3 |
1649 | 2024-06-21T21:02:02.062Z | Checking parse-display v0.9.0 |
1650 | 2024-06-21T21:02:02.122Z | Checking num_enum v0.5.11 |
1651 | 2024-06-21T21:02:02.165Z | Checking humantime v2.1.0 |
1652 | 2024-06-21T21:02:02.292Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1653 | 2024-06-21T21:02:02.343Z | Checking termcolor v1.4.1 |
1654 | 2024-06-21T21:02:02.368Z | Checking arc-swap v1.7.1 |
1655 | 2024-06-21T21:02:02.436Z | Checking newline-converter v0.3.0 |
1656 | 2024-06-21T21:02:02.493Z | Checking xattr v1.3.1 |
1657 | 2024-06-21T21:02:02.574Z | Checking filetime v0.2.23 |
1658 | 2024-06-21T21:02:02.597Z | Checking same-file v1.0.6 |
1659 | 2024-06-21T21:02:02.702Z | Checking expectorate v1.1.0 |
1660 | 2024-06-21T21:02:02.756Z | Checking utf-8 v0.7.6 |
1661 | 2024-06-21T21:02:02.778Z | Checking walkdir v2.5.0 |
1662 | 2024-06-21T21:02:02.800Z | Checking tar v0.4.40 |
1663 | 2024-06-21T21:02:02.803Z | Checking slog-scope v4.4.0 |
1664 | 2024-06-21T21:02:02.857Z | Checking termtree v0.4.1 |
1665 | 2024-06-21T21:02:02.960Z | Compiling heapless v0.8.0 |
1666 | 2024-06-21T21:02:03.016Z | Checking slog-stdlog v4.1.1 |
1667 | 2024-06-21T21:02:03.042Z | Checking hash32 v0.3.1 |
1668 | 2024-06-21T21:02:03.070Z | Checking predicates-tree v1.0.9 |
1669 | 2024-06-21T21:02:03.174Z | Checking slog-envlogger v2.2.0 |
1670 | 2024-06-21T21:02:03.221Z | Compiling smoltcp v0.11.0 |
1671 | 2024-06-21T21:02:03.241Z | Checking embedded-io v0.4.0 |
1672 | 2024-06-21T21:02:03.393Z | Checking cobs v0.2.3 |
1673 | 2024-06-21T21:02:03.436Z | Compiling crucible-workspace-hack v0.1.0 |
1674 | 2024-06-21T21:02:03.569Z | Checking sigpipe v0.1.3 |
1675 | 2024-06-21T21:02:03.588Z | Checking postcard v1.0.8 |
1676 | 2024-06-21T21:02:03.688Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1677 | 2024-06-21T21:02:03.738Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1678 | 2024-06-21T21:02:03.967Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1679 | 2024-06-21T21:02:03.996Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1680 | 2024-06-21T21:02:04.043Z | Checking pem v3.0.4 |
1681 | 2024-06-21T21:02:04.298Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1682 | 2024-06-21T21:02:04.320Z | Checking tungstenite v0.20.1 |
1683 | 2024-06-21T21:02:04.529Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1684 | 2024-06-21T21:02:04.749Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1685 | 2024-06-21T21:02:04.877Z | Compiling num-derive v0.4.2 |
1686 | 2024-06-21T21:02:05.128Z | Compiling mockall_derive v0.12.1 |
1687 | 2024-06-21T21:02:05.233Z | Compiling derive-where v1.2.7 |
1688 | 2024-06-21T21:02:06.050Z | Checking atty v0.2.14 |
1689 | 2024-06-21T21:02:06.074Z | Checking fragile v2.0.0 |
1690 | 2024-06-21T21:02:06.178Z | Checking downcast v0.11.0 |
1691 | 2024-06-21T21:02:06.348Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1692 | 2024-06-21T21:02:06.380Z | Checking tokio-tungstenite v0.20.1 |
1693 | 2024-06-21T21:02:06.860Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1694 | 2024-06-21T21:02:07.125Z | Checking tungstenite v0.21.0 |
1695 | 2024-06-21T21:02:07.128Z | Checking env_logger v0.9.3 |
1696 | 2024-06-21T21:02:07.409Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1697 | 2024-06-21T21:02:07.552Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1698 | 2024-06-21T21:02:07.572Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1699 | 2024-06-21T21:02:07.843Z | Compiling bitstruct_derive v0.1.0 |
1700 | 2024-06-21T21:02:07.865Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1701 | 2024-06-21T21:02:07.896Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1702 | 2024-06-21T21:02:08.013Z | Checking tokio-tungstenite v0.21.0 |
1703 | 2024-06-21T21:02:08.033Z | Checking ascii v1.1.0 |
1704 | 2024-06-21T21:02:08.448Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1705 | 2024-06-21T21:02:08.506Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-06-21T21:02:08.666Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-06-21T21:02:08.921Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-06-21T21:02:09.030Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-06-21T21:02:09.227Z | Checking erased-serde v0.3.31 |
1710 | 2024-06-21T21:02:09.247Z | Checking bitstruct v0.1.1 |
1711 | 2024-06-21T21:02:09.278Z | Checking serde_arrays v0.1.0 |
1712 | 2024-06-21T21:02:09.297Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1713 | 2024-06-21T21:02:09.336Z | Compiling heck v0.3.3 |
1714 | 2024-06-21T21:02:09.355Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1715 | 2024-06-21T21:02:09.424Z | Checking headers-core v0.2.0 |
1716 | 2024-06-21T21:02:09.574Z | Checking base64 v0.13.1 |
1717 | 2024-06-21T21:02:09.748Z | Compiling zone_cfg_derive v0.1.2 |
1718 | 2024-06-21T21:02:09.989Z | Checking ron v0.7.1 |
1719 | 2024-06-21T21:02:10.256Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1720 | 2024-06-21T21:02:10.972Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1721 | 2024-06-21T21:02:11.160Z | Checking headers v0.3.9 |
1722 | 2024-06-21T21:02:11.257Z | Checking portpicker v0.1.1 |
1723 | 2024-06-21T21:02:11.308Z | Checking zone v0.1.8 |
1724 | 2024-06-21T21:02:11.388Z | Checking rcgen v0.12.1 |
1725 | 2024-06-21T21:02:11.445Z | Checking atomicwrites v0.4.3 |
1726 | 2024-06-21T21:02:11.636Z | Checking subprocess v0.2.9 |
1727 | 2024-06-21T21:02:11.982Z | Compiling convert_case v0.4.0 |
1728 | 2024-06-21T21:02:12.106Z | Checking password-hash v0.5.0 |
1729 | 2024-06-21T21:02:12.204Z | Checking blake2 v0.10.6 |
1730 | 2024-06-21T21:02:12.290Z | Checking linked-hash-map v0.5.6 |
1731 | 2024-06-21T21:02:12.357Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1732 | 2024-06-21T21:02:12.519Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1733 | 2024-06-21T21:02:12.617Z | Checking lru-cache v0.1.2 |
1734 | 2024-06-21T21:02:12.666Z | Checking argon2 v0.5.3 |
1735 | 2024-06-21T21:02:12.815Z | Checking swrite v0.1.0 |
1736 | 2024-06-21T21:02:12.942Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1737 | 2024-06-21T21:02:13.024Z | Compiling derive_more v0.99.17 |
1738 | 2024-06-21T21:02:13.276Z | Compiling rayon-core v1.12.1 |
1739 | 2024-06-21T21:02:13.314Z | Checking resolv-conf v0.7.0 |
1740 | 2024-06-21T21:02:13.563Z | Checking half v2.4.1 |
1741 | 2024-06-21T21:02:13.651Z | Checking trust-dns-resolver v0.22.0 |
1742 | 2024-06-21T21:02:13.671Z | Checking mockall v0.12.1 |
1743 | 2024-06-21T21:02:13.908Z | Compiling semver v0.1.20 |
1744 | 2024-06-21T21:02:14.043Z | Checking ciborium-io v0.2.2 |
1745 | 2024-06-21T21:02:14.179Z | Checking ciborium-ll v0.2.2 |
1746 | 2024-06-21T21:02:14.476Z | Compiling rustc_version v0.1.7 |
1747 | 2024-06-21T21:02:14.541Z | Compiling cancel-safe-futures v0.1.5 |
1748 | 2024-06-21T21:02:14.568Z | Checking ciborium v0.2.2 |
1749 | 2024-06-21T21:02:14.606Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1750 | 2024-06-21T21:02:14.875Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1751 | 2024-06-21T21:02:15.006Z | Compiling newtype_derive v0.1.6 |
1752 | 2024-06-21T21:02:15.064Z | Compiling slog-dtrace v0.3.0 |
1753 | 2024-06-21T21:02:15.234Z | Checking signature v2.2.0 |
1754 | 2024-06-21T21:02:15.383Z | Checking libsw v3.3.1 |
1755 | 2024-06-21T21:02:15.436Z | Checking owo-colors v4.0.0 |
1756 | 2024-06-21T21:02:15.476Z | Checking steno v0.4.0 |
1757 | 2024-06-21T21:02:15.502Z | Checking linear-map v1.2.0 |
1758 | 2024-06-21T21:02:15.627Z | Checking num-rational v0.4.2 |
1759 | 2024-06-21T21:02:15.812Z | Checking num-complex v0.4.6 |
1760 | 2024-06-21T21:02:15.831Z | Checking nibble_vec v0.1.0 |
1761 | 2024-06-21T21:02:16.032Z | Checking endian-type v0.1.2 |
1762 | 2024-06-21T21:02:16.255Z | Checking radix_trie v0.2.1 |
1763 | 2024-06-21T21:02:16.298Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1764 | 2024-06-21T21:02:16.655Z | Checking fxhash v0.2.1 |
1765 | 2024-06-21T21:02:16.714Z | Checking num v0.4.3 |
1766 | 2024-06-21T21:02:16.830Z | Checking display-error-chain v0.2.0 |
1767 | 2024-06-21T21:02:16.843Z | Compiling home v0.5.9 |
1768 | 2024-06-21T21:02:16.974Z | Compiling radium v0.7.0 |
1769 | 2024-06-21T21:02:17.143Z | Compiling maybe-uninit v2.0.0 |
1770 | 2024-06-21T21:02:17.360Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1771 | 2024-06-21T21:02:17.504Z | Checking tap v1.0.1 |
1772 | 2024-06-21T21:02:17.678Z | Checking wyz v0.5.1 |
1773 | 2024-06-21T21:02:17.731Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1774 | 2024-06-21T21:02:17.788Z | Checking crc-catalog v2.4.0 |
1775 | 2024-06-21T21:02:17.933Z | Compiling num-bigint-dig v0.8.4 |
1776 | 2024-06-21T21:02:17.952Z | Checking funty v2.0.0 |
1777 | 2024-06-21T21:02:18.069Z | Compiling packed_struct v0.10.1 |
1778 | 2024-06-21T21:02:18.233Z | Checking crc v3.2.1 |
1779 | 2024-06-21T21:02:18.610Z | Compiling packed_struct_codegen v0.10.1 |
1780 | 2024-06-21T21:02:18.655Z | Compiling indexmap v1.9.3 |
1781 | 2024-06-21T21:02:18.918Z | Checking bitvec v1.0.1 |
1782 | 2024-06-21T21:02:18.938Z | Checking nodrop v0.1.14 |
1783 | 2024-06-21T21:02:19.055Z | Checking array-init v0.0.4 |
1784 | 2024-06-21T21:02:19.132Z | Checking smallvec v0.6.14 |
1785 | 2024-06-21T21:02:19.162Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1786 | 2024-06-21T21:02:19.447Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1787 | 2024-06-21T21:02:19.939Z | Checking pkcs1 v0.7.5 |
1788 | 2024-06-21T21:02:20.082Z | Compiling ring v0.16.20 |
1789 | 2024-06-21T21:02:20.333Z | Compiling blake3 v1.5.1 |
1790 | 2024-06-21T21:02:20.943Z | Checking bitfield v0.14.0 |
1791 | 2024-06-21T21:02:21.091Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1792 | 2024-06-21T21:02:21.209Z | Checking hashbrown v0.12.3 |
1793 | 2024-06-21T21:02:21.669Z | Checking rsa v0.9.6 |
1794 | 2024-06-21T21:02:21.707Z | Checking serde-hex v0.1.0 |
1795 | 2024-06-21T21:02:21.760Z | Checking bzip2 v0.4.4 |
1796 | 2024-06-21T21:02:22.057Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1797 | 2024-06-21T21:02:22.105Z | Checking env_logger v0.10.2 |
1798 | 2024-06-21T21:02:22.346Z | Checking x509-cert v0.2.5 |
1799 | 2024-06-21T21:02:22.521Z | Checking ron v0.8.1 |
1800 | 2024-06-21T21:02:22.687Z | Checking hashbrown v0.13.2 |
1801 | 2024-06-21T21:02:23.024Z | Checking crc-any v2.5.0 |
1802 | 2024-06-21T21:02:23.416Z | Checking zip v0.6.6 |
1803 | 2024-06-21T21:02:23.773Z | Checking object v0.30.4 |
1804 | 2024-06-21T21:02:23.827Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1805 | 2024-06-21T21:02:23.929Z | Checking path-slash v0.1.5 |
1806 | 2024-06-21T21:02:23.975Z | Compiling async-recursion v1.1.1 |
1807 | 2024-06-21T21:02:24.077Z | Checking gethostname v0.4.3 |
1808 | 2024-06-21T21:02:24.096Z | Compiling libefi-sys v0.1.0 |
1809 | 2024-06-21T21:02:24.145Z | Compiling parking_lot_core v0.8.6 |
1810 | 2024-06-21T21:02:24.219Z | Checking maplit v1.0.2 |
1811 | 2024-06-21T21:02:24.322Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1812 | 2024-06-21T21:02:24.753Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1813 | 2024-06-21T21:02:24.804Z | Compiling crossbeam-deque v0.8.5 |
1814 | 2024-06-21T21:02:25.002Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1815 | 2024-06-21T21:02:25.144Z | Checking keccak v0.1.5 |
1816 | 2024-06-21T21:02:25.453Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1817 | 2024-06-21T21:02:25.472Z | Checking sha3 v0.10.8 |
1818 | 2024-06-21T21:02:25.684Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1819 | 2024-06-21T21:02:26.009Z | Checking parking_lot v0.11.2 |
1820 | 2024-06-21T21:02:26.065Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1821 | 2024-06-21T21:02:26.068Z | Checking trust-dns-client v0.22.0 |
1822 | 2024-06-21T21:02:26.321Z | Checking toml v0.5.11 |
1823 | 2024-06-21T21:02:26.367Z | Checking secrecy v0.8.0 |
1824 | 2024-06-21T21:02:26.561Z | Compiling rayon v1.10.0 |
1825 | 2024-06-21T21:02:26.581Z | Checking sled v0.34.7 |
1826 | 2024-06-21T21:02:27.846Z | Checking trust-dns-server v0.22.1 |
1827 | 2024-06-21T21:02:27.923Z | Compiling memmap2 v0.9.4 |
1828 | 2024-06-21T21:02:28.399Z | Compiling untrusted v0.7.1 |
1829 | 2024-06-21T21:02:28.440Z | Compiling arrayvec v0.7.4 |
1830 | 2024-06-21T21:02:28.588Z | Compiling arrayref v0.3.7 |
1831 | 2024-06-21T21:02:28.694Z | Compiling constant_time_eq v0.3.0 |
1832 | 2024-06-21T21:02:28.876Z | Compiling buf-list v1.0.3 |
1833 | 2024-06-21T21:02:29.827Z | Compiling toolchain_find v0.4.0 |
1834 | 2024-06-21T21:02:30.465Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1835 | 2024-06-21T21:02:30.534Z | Compiling topological-sort v0.2.2 |
1836 | 2024-06-21T21:02:30.780Z | Checking glob v0.3.1 |
1837 | 2024-06-21T21:02:31.106Z | Compiling platforms v3.4.0 |
1838 | 2024-06-21T21:02:31.559Z | Compiling rustfmt-wrapper v0.2.1 |
1839 | 2024-06-21T21:02:31.754Z | Compiling omicron-zone-package v0.11.0 |
1840 | 2024-06-21T21:02:31.757Z | Compiling curve25519-dalek v4.1.2 |
1841 | 2024-06-21T21:02:32.194Z | Checking universal-hash v0.5.1 |
1842 | 2024-06-21T21:02:32.215Z | Checking opaque-debug v0.3.1 |
1843 | 2024-06-21T21:02:32.312Z | Compiling curve25519-dalek-derive v0.1.1 |
1844 | 2024-06-21T21:02:32.548Z | Checking aead v0.5.2 |
1845 | 2024-06-21T21:02:32.701Z | Compiling pin-project-internal v1.1.5 |
1846 | 2024-06-21T21:02:32.771Z | Compiling vte_generate_state_changes v0.1.1 |
1847 | 2024-06-21T21:02:32.845Z | Compiling unicase v2.7.0 |
1848 | 2024-06-21T21:02:33.321Z | Checking poly1305 v0.8.0 |
1849 | 2024-06-21T21:02:33.387Z | Checking vte v0.11.1 |
1850 | 2024-06-21T21:02:33.410Z | Checking chacha20 v0.9.1 |
1851 | 2024-06-21T21:02:33.737Z | Checking fd-lock v4.0.2 |
1852 | 2024-06-21T21:02:33.846Z | Compiling thiserror-impl-no-std v2.0.2 |
1853 | 2024-06-21T21:02:33.939Z | Checking nanorand v0.7.0 |
1854 | 2024-06-21T21:02:34.320Z | Compiling prettyplease v0.2.20 |
1855 | 2024-06-21T21:02:34.621Z | Checking flume v0.11.0 |
1856 | 2024-06-21T21:02:34.758Z | Checking strip-ansi-escapes v0.2.0 |
1857 | 2024-06-21T21:02:34.913Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1858 | 2024-06-21T21:02:35.133Z | Checking kstat-rs v0.2.3 |
1859 | 2024-06-21T21:02:35.208Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1860 | 2024-06-21T21:02:35.451Z | Checking nu-ansi-term v0.50.0 |
1861 | 2024-06-21T21:02:35.560Z | Checking chacha20poly1305 v0.10.1 |
1862 | 2024-06-21T21:02:35.859Z | Compiling crunchy v0.2.2 |
1863 | 2024-06-21T21:02:35.878Z | Checking reedline v0.31.0 |
1864 | 2024-06-21T21:02:35.896Z | Checking pin-project v1.1.5 |
1865 | 2024-06-21T21:02:36.019Z | Compiling clang-sys v1.7.0 |
1866 | 2024-06-21T21:02:36.127Z | Compiling mime_guess v2.0.4 |
1867 | 2024-06-21T21:02:36.369Z | Compiling tiny-keccak v2.0.2 |
1868 | 2024-06-21T21:02:36.757Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1869 | 2024-06-21T21:02:36.777Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1870 | 2024-06-21T21:02:37.005Z | Compiling memoffset v0.9.1 |
1871 | 2024-06-21T21:02:37.044Z | Checking bytecount v0.6.8 |
1872 | 2024-06-21T21:02:37.193Z | Compiling ref-cast v1.0.23 |
1873 | 2024-06-21T21:02:37.269Z | Checking thiserror-no-std v2.0.2 |
1874 | 2024-06-21T21:02:37.376Z | Checking vsss-rs v3.3.4 |
1875 | 2024-06-21T21:02:37.478Z | Checking papergrid v0.11.0 |
1876 | 2024-06-21T21:02:38.169Z | Compiling ascii-canvas v3.0.0 |
1877 | 2024-06-21T21:02:38.436Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1878 | 2024-06-21T21:02:38.583Z | Compiling tabled_derive v0.7.0 |
1879 | 2024-06-21T21:02:38.693Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1880 | 2024-06-21T21:02:38.715Z | Compiling ref-cast-impl v1.0.23 |
1881 | 2024-06-21T21:02:38.912Z | Compiling snafu-derive v0.8.2 |
1882 | 2024-06-21T21:02:38.953Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1883 | 2024-06-21T21:02:38.956Z | Compiling ena v0.14.3 |
1884 | 2024-06-21T21:02:38.989Z | Compiling libloading v0.8.3 |
1885 | 2024-06-21T21:02:39.369Z | Checking http-range v0.1.5 |
1886 | 2024-06-21T21:02:39.409Z | Compiling diff v0.1.13 |
1887 | 2024-06-21T21:02:39.541Z | Compiling regex-syntax v0.6.29 |
1888 | 2024-06-21T21:02:39.601Z | Compiling bindgen v0.69.4 |
1889 | 2024-06-21T21:02:40.044Z | Checking hyper-staticfile v0.9.5 |
1890 | 2024-06-21T21:02:40.571Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1891 | 2024-06-21T21:02:40.736Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1892 | 2024-06-21T21:02:41.010Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-06-21T21:02:41.059Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1894 | 2024-06-21T21:02:41.265Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1895 | 2024-06-21T21:02:42.590Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1896 | 2024-06-21T21:02:44.609Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1897 | 2024-06-21T21:02:45.189Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1898 | 2024-06-21T21:02:45.419Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1899 | 2024-06-21T21:02:45.604Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1900 | 2024-06-21T21:02:45.866Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1901 | 2024-06-21T21:02:46.120Z | Checking snafu v0.8.2 |
1902 | 2024-06-21T21:02:46.232Z | Compiling lalrpop v0.19.12 |
1903 | 2024-06-21T21:02:46.591Z | Checking tabled v0.15.0 |
1904 | 2024-06-21T21:02:47.553Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1905 | 2024-06-21T21:02:49.762Z | Compiling which v4.4.2 |
1906 | 2024-06-21T21:02:49.984Z | Checking globset v0.4.14 |
1907 | 2024-06-21T21:02:50.426Z | Checking olpc-cjson v0.1.3 |
1908 | 2024-06-21T21:02:50.491Z | Compiling cexpr v0.6.0 |
1909 | 2024-06-21T21:02:50.654Z | Checking serde_plain v1.0.2 |
1910 | 2024-06-21T21:02:50.918Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1911 | 2024-06-21T21:02:51.061Z | Compiling rustc-hash v1.1.0 |
1912 | 2024-06-21T21:02:51.132Z | Compiling salty v0.2.0 |
1913 | 2024-06-21T21:02:51.204Z | Compiling cfg_aliases v0.1.1 |
1914 | 2024-06-21T21:02:51.313Z | Checking typed-path v0.7.1 |
1915 | 2024-06-21T21:02:51.656Z | Checking signature v1.6.4 |
1916 | 2024-06-21T21:02:51.796Z | Compiling shlex v1.3.0 |
1917 | 2024-06-21T21:02:51.936Z | Compiling lazycell v1.3.0 |
1918 | 2024-06-21T21:02:52.243Z | Checking ed25519 v1.5.3 |
1919 | 2024-06-21T21:02:52.407Z | Compiling nix v0.28.0 |
1920 | 2024-06-21T21:02:53.220Z | Checking nix v0.27.1 |
1921 | 2024-06-21T21:02:53.282Z | Checking tough v0.17.1 |
1922 | 2024-06-21T21:02:53.468Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1923 | 2024-06-21T21:02:53.725Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1924 | 2024-06-21T21:02:54.000Z | Compiling derive_builder_core v0.20.0 |
1925 | 2024-06-21T21:02:54.549Z | Checking serde-big-array v0.5.1 |
1926 | 2024-06-21T21:02:54.782Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1927 | 2024-06-21T21:02:55.683Z | Compiling libxml v0.3.3 |
1928 | 2024-06-21T21:02:56.014Z | Checking parse-size v1.0.0 |
1929 | 2024-06-21T21:02:56.234Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1930 | 2024-06-21T21:02:56.482Z | Compiling derive_builder_macro v0.20.0 |
1931 | 2024-06-21T21:02:57.227Z | Checking signal-hook-tokio v0.3.1 |
1932 | 2024-06-21T21:02:57.405Z | Checking serde-big-array v0.4.1 |
1933 | 2024-06-21T21:02:57.423Z | Compiling strum_macros v0.24.3 |
1934 | 2024-06-21T21:02:57.564Z | Compiling cookie v0.18.1 |
1935 | 2024-06-21T21:02:57.847Z | Compiling indoc v1.0.9 |
1936 | 2024-06-21T21:02:58.118Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1937 | 2024-06-21T21:02:58.629Z | Checking derive_builder v0.20.0 |
1938 | 2024-06-21T21:02:58.912Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1939 | 2024-06-21T21:02:59.114Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1940 | 2024-06-21T21:02:59.494Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1941 | 2024-06-21T21:03:00.706Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1942 | 2024-06-21T21:03:01.293Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1943 | 2024-06-21T21:03:01.844Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1944 | 2024-06-21T21:03:02.168Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1945 | 2024-06-21T21:03:02.928Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1946 | 2024-06-21T21:03:03.755Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1947 | 2024-06-21T21:03:04.197Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1948 | 2024-06-21T21:03:04.401Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1949 | 2024-06-21T21:03:04.702Z | Compiling peg-macros v0.8.3 |
1950 | 2024-06-21T21:03:05.128Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1951 | 2024-06-21T21:03:06.663Z | Checking quick-xml v0.31.0 |
1952 | 2024-06-21T21:03:06.690Z | Compiling impl-trait-for-tuples v0.2.2 |
1953 | 2024-06-21T21:03:08.794Z | Compiling oso-derive v0.27.3 |
1954 | 2024-06-21T21:03:08.822Z | Compiling sqlparser_derive v0.2.2 |
1955 | 2024-06-21T21:03:09.896Z | Checking corncobs v0.1.3 |
1956 | 2024-06-21T21:03:10.097Z | Checking unicode_categories v0.1.1 |
1957 | 2024-06-21T21:03:10.115Z | Checking heck v0.4.1 |
1958 | 2024-06-21T21:03:10.316Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1959 | 2024-06-21T21:03:10.382Z | Checking sqlformat v0.2.3 |
1960 | 2024-06-21T21:03:10.706Z | Checking rustyline v14.0.0 |
1961 | 2024-06-21T21:03:12.247Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1962 | 2024-06-21T21:03:12.381Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1963 | 2024-06-21T21:03:12.571Z | Checking sqlparser v0.45.0 |
1964 | 2024-06-21T21:03:15.155Z | Checking peg v0.8.3 |
1965 | 2024-06-21T21:03:15.776Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1966 | 2024-06-21T21:03:16.278Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1967 | 2024-06-21T21:03:16.872Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1968 | 2024-06-21T21:03:17.213Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1969 | 2024-06-21T21:03:17.763Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1970 | 2024-06-21T21:03:18.370Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1971 | 2024-06-21T21:03:18.606Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1972 | 2024-06-21T21:03:19.102Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1973 | 2024-06-21T21:03:21.994Z | Checking bcs v0.1.6 |
1974 | 2024-06-21T21:03:22.124Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1975 | 2024-06-21T21:03:22.176Z | Checking highway v1.1.0 |
1976 | 2024-06-21T21:03:22.200Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1977 | 2024-06-21T21:03:22.481Z | Compiling const_format_proc_macros v0.2.32 |
1978 | 2024-06-21T21:03:22.500Z | Checking bb8 v0.8.3 |
1979 | 2024-06-21T21:03:22.580Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1980 | 2024-06-21T21:03:22.919Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1981 | 2024-06-21T21:03:22.968Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1982 | 2024-06-21T21:03:23.548Z | Checking assert_matches v1.5.0 |
1983 | 2024-06-21T21:03:23.653Z | Compiling portable-atomic v1.6.0 |
1984 | 2024-06-21T21:03:24.236Z | Checking rand_seeder v0.2.3 |
1985 | 2024-06-21T21:03:24.489Z | Checking number_prefix v0.4.0 |
1986 | 2024-06-21T21:03:24.675Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1987 | 2024-06-21T21:03:24.821Z | Checking const_format v0.2.32 |
1988 | 2024-06-21T21:03:24.911Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1989 | 2024-06-21T21:03:25.311Z | Checking castaway v0.2.2 |
1990 | 2024-06-21T21:03:25.486Z | Checking compact_str v0.7.1 |
1991 | 2024-06-21T21:03:25.811Z | Checking indicatif v0.17.8 |
1992 | 2024-06-21T21:03:26.235Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1993 | 2024-06-21T21:03:26.333Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1994 | 2024-06-21T21:03:26.401Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1995 | 2024-06-21T21:03:26.517Z | Checking lru v0.12.3 |
1996 | 2024-06-21T21:03:26.574Z | Compiling stability v0.2.0 |
1997 | 2024-06-21T21:03:26.611Z | Checking cassowary v0.3.0 |
1998 | 2024-06-21T21:03:26.806Z | Compiling indoc v2.0.5 |
1999 | 2024-06-21T21:03:27.111Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2000 | 2024-06-21T21:03:27.700Z | Checking unicode-linebreak v0.1.5 |
2001 | 2024-06-21T21:03:27.946Z | Checking ratatui v0.26.2 |
2002 | 2024-06-21T21:03:28.096Z | Checking smawk v0.3.2 |
2003 | 2024-06-21T21:03:28.320Z | Checking textwrap v0.16.1 |
2004 | 2024-06-21T21:03:28.710Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2005 | 2024-06-21T21:03:28.982Z | Checking is_ci v1.2.0 |
2006 | 2024-06-21T21:03:29.116Z | Checking supports-color v3.0.0 |
2007 | 2024-06-21T21:03:29.341Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2008 | 2024-06-21T21:03:29.471Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2009 | 2024-06-21T21:03:29.881Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2010 | 2024-06-21T21:03:30.372Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2011 | 2024-06-21T21:03:30.994Z | Checking fatfs v0.3.6 |
2012 | 2024-06-21T21:03:31.096Z | Checking shell-words v1.1.0 |
2013 | 2024-06-21T21:03:31.226Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2014 | 2024-06-21T21:03:31.268Z | Checking rtoolbox v0.0.2 |
2015 | 2024-06-21T21:03:31.470Z | Compiling getrandom v0.1.16 |
2016 | 2024-06-21T21:03:32.003Z | Checking rpassword v7.3.1 |
2017 | 2024-06-21T21:03:32.188Z | Checking tui-tree-widget v0.19.0 |
2018 | 2024-06-21T21:03:32.506Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2019 | 2024-06-21T21:03:32.528Z | Checking rfc6979 v0.4.0 |
2020 | 2024-06-21T21:03:32.848Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2021 | 2024-06-21T21:03:33.677Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2022 | 2024-06-21T21:03:34.110Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2023 | 2024-06-21T21:03:34.428Z | Checking ecdsa v0.16.9 |
2024 | 2024-06-21T21:03:35.150Z | Checking rand_core v0.5.1 |
2025 | 2024-06-21T21:03:35.218Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2026 | 2024-06-21T21:03:35.475Z | Checking primeorder v0.13.6 |
2027 | 2024-06-21T21:03:36.199Z | Checking option-ext v0.2.0 |
2028 | 2024-06-21T21:03:36.325Z | Checking md5 v0.7.0 |
2029 | 2024-06-21T21:03:36.621Z | Checking yansi v0.5.1 |
2030 | 2024-06-21T21:03:36.817Z | Checking dirs-sys v0.4.1 |
2031 | 2024-06-21T21:03:36.892Z | Checking pretty_assertions v1.4.0 |
2032 | 2024-06-21T21:03:37.014Z | Checking rand_chacha v0.2.2 |
2033 | 2024-06-21T21:03:37.093Z | Checking polyval v0.6.2 |
2034 | 2024-06-21T21:03:37.375Z | Checking ed25519 v2.2.3 |
2035 | 2024-06-21T21:03:37.378Z | Checking blowfish v0.9.1 |
2036 | 2024-06-21T21:03:37.614Z | Checking ctr v0.9.2 |
2037 | 2024-06-21T21:03:37.631Z | Checking aes v0.8.4 |
2038 | 2024-06-21T21:03:37.924Z | Checking password-hash v0.4.2 |
2039 | 2024-06-21T21:03:38.397Z | Checking cargo-platform v0.1.8 |
2040 | 2024-06-21T21:03:38.537Z | Checking pbkdf2 v0.12.2 |
2041 | 2024-06-21T21:03:38.690Z | Checking hex-literal v0.4.1 |
2042 | 2024-06-21T21:03:38.708Z | Checking plotters-backend v0.3.5 |
2043 | 2024-06-21T21:03:38.826Z | Checking bcrypt-pbkdf v0.10.0 |
2044 | 2024-06-21T21:03:39.052Z | Checking plotters-svg v0.3.5 |
2045 | 2024-06-21T21:03:39.085Z | Checking cargo_metadata v0.18.1 |
2046 | 2024-06-21T21:03:39.267Z | Checking pbkdf2 v0.11.0 |
2047 | 2024-06-21T21:03:39.582Z | Checking ed25519-dalek v2.1.1 |
2048 | 2024-06-21T21:03:39.937Z | Checking ghash v0.5.1 |
2049 | 2024-06-21T21:03:40.121Z | Checking rand v0.7.3 |
2050 | 2024-06-21T21:03:40.358Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2051 | 2024-06-21T21:03:40.795Z | Checking dirs v5.0.1 |
2052 | 2024-06-21T21:03:40.943Z | Checking p521 v0.13.3 |
2053 | 2024-06-21T21:03:41.498Z | Checking p256 v0.13.2 |
2054 | 2024-06-21T21:03:41.990Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2055 | 2024-06-21T21:03:42.456Z | Checking cbc v0.1.2 |
2056 | 2024-06-21T21:03:42.685Z | Checking russh-cryptovec v0.7.2 |
2057 | 2024-06-21T21:03:42.902Z | Compiling doc-comment v0.3.3 |
2058 | 2024-06-21T21:03:43.484Z | Checking cast v0.3.0 |
2059 | 2024-06-21T21:03:43.487Z | Compiling target-lexicon v0.12.14 |
2060 | 2024-06-21T21:03:43.837Z | Checking criterion-plot v0.5.0 |
2061 | 2024-06-21T21:03:44.537Z | Checking russh-keys v0.43.0 |
2062 | 2024-06-21T21:03:44.561Z | Checking aes-gcm v0.10.3 |
2063 | 2024-06-21T21:03:44.798Z | Checking plotters v0.3.5 |
2064 | 2024-06-21T21:03:45.325Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2065 | 2024-06-21T21:03:45.792Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2066 | 2024-06-21T21:03:46.493Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2067 | 2024-06-21T21:03:46.702Z | Checking http-body v1.0.0 |
2068 | 2024-06-21T21:03:46.921Z | Checking tinytemplate v1.2.1 |
2069 | 2024-06-21T21:03:47.342Z | Checking csv-core v0.1.11 |
2070 | 2024-06-21T21:03:47.485Z | Checking tower-layer v0.3.2 |
2071 | 2024-06-21T21:03:47.710Z | Compiling assert_cmd v2.0.14 |
2072 | 2024-06-21T21:03:47.755Z | Checking anes v0.1.6 |
2073 | 2024-06-21T21:03:48.114Z | Checking oorandom v11.1.3 |
2074 | 2024-06-21T21:03:48.154Z | Checking regex-automata v0.1.10 |
2075 | 2024-06-21T21:03:48.276Z | Compiling dhcproto-macros v0.1.0 |
2076 | 2024-06-21T21:03:48.397Z | Compiling guppy-workspace-hack v0.1.0 |
2077 | 2024-06-21T21:03:48.594Z | Checking bstr v0.2.17 |
2078 | 2024-06-21T21:03:48.702Z | Checking criterion v0.5.1 |
2079 | 2024-06-21T21:03:49.190Z | Checking dhcproto v0.11.0 |
2080 | 2024-06-21T21:03:49.458Z | Checking tower v0.4.13 |
2081 | 2024-06-21T21:03:50.267Z | Checking csv v1.3.0 |
2082 | 2024-06-21T21:03:50.713Z | Checking hyper v1.3.1 |
2083 | 2024-06-21T21:03:51.142Z | Checking russh v0.43.0 |
2084 | 2024-06-21T21:03:52.034Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2085 | 2024-06-21T21:03:52.132Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2086 | 2024-06-21T21:03:52.927Z | Compiling target-spec v3.1.0 |
2087 | 2024-06-21T21:03:53.060Z | Checking internet-checksum v0.2.1 |
2088 | 2024-06-21T21:03:54.101Z | Checking cfg-expr v0.15.8 |
2089 | 2024-06-21T21:03:55.346Z | Checking hyper-util v0.1.3 |
2090 | 2024-06-21T21:03:55.402Z | Checking httptest v0.15.5 |
2091 | 2024-06-21T21:03:55.585Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2092 | 2024-06-21T21:03:56.191Z | Checking rustls-native-certs v0.7.0 |
2093 | 2024-06-21T21:03:56.970Z | Checking hyper-rustls v0.26.0 |
2094 | 2024-06-21T21:03:57.698Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2095 | 2024-06-21T21:03:57.978Z | Checking pathdiff v0.2.1 |
2096 | 2024-06-21T21:03:58.153Z | Checking escape8259 v0.5.2 |
2097 | 2024-06-21T21:03:58.342Z | Checking threadpool v1.8.1 |
2098 | 2024-06-21T21:03:58.488Z | Checking nested v0.1.1 |
2099 | 2024-06-21T21:03:58.545Z | Checking libtest-mimic v0.7.3 |
2100 | 2024-06-21T21:03:58.706Z | Checking guppy v0.17.5 |
2101 | 2024-06-21T21:03:59.034Z | Checking similar-asserts v1.5.0 |
2102 | 2024-06-21T21:03:59.258Z | Checking fancy-regex v0.13.0 |
2103 | 2024-06-21T21:04:00.043Z | Compiling rstest_macros v0.19.0 |
2104 | 2024-06-21T21:04:00.472Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2105 | 2024-06-21T21:04:00.697Z | Checking datatest-stable v0.2.9 |
2106 | 2024-06-21T21:04:00.757Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2107 | 2024-06-21T21:04:00.979Z | Checking blake2b_simd v1.0.2 |
2108 | 2024-06-21T21:04:02.024Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2109 | 2024-06-21T21:04:02.110Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2110 | 2024-06-21T21:04:02.313Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2111 | 2024-06-21T21:04:02.617Z | Compiling relative-path v1.9.3 |
2112 | 2024-06-21T21:04:02.788Z | Compiling trybuild v1.0.96 |
2113 | 2024-06-21T21:04:03.406Z | Checking rust-argon2 v2.1.0 |
2114 | 2024-06-21T21:04:03.843Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2115 | 2024-06-21T21:04:05.064Z | Checking multimap v0.10.0 |
2116 | 2024-06-21T21:04:05.377Z | Checking futures-timer v3.0.3 |
2117 | 2024-06-21T21:04:07.178Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2118 | 2024-06-21T21:04:08.133Z | Checking partial-io v0.5.4 |
2119 | 2024-06-21T21:04:09.571Z | Checking cargo_toml v0.20.2 |
2120 | 2024-06-21T21:04:11.645Z | Checking approx v0.5.1 |
2121 | 2024-06-21T21:04:11.889Z | Checking uzers v0.11.3 |
2122 | 2024-06-21T21:04:12.254Z | Checking termios v0.3.3 |
2123 | 2024-06-21T21:04:12.492Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2124 | 2024-06-21T21:04:13.114Z | Checking rstest v0.19.0 |
2125 | 2024-06-21T21:04:14.730Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2126 | 2024-06-21T21:04:15.764Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2127 | 2024-06-21T21:04:21.915Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2128 | 2024-06-21T21:04:28.297Z | Compiling samael v0.0.15 |
2129 | 2024-06-21T21:04:28.486Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2130 | 2024-06-21T21:05:00.218Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2131 | 2024-06-21T21:05:01.361Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2132 | 2024-06-21T21:05:09.296Z | Compiling polar-core v0.27.3 |
2133 | 2024-06-21T21:05:19.827Z | Checking oso v0.27.3 |
2134 | 2024-06-21T21:05:51.908Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2135 | 2024-06-21T21:05:51.908Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2136 | 2024-06-21T21:05:51.911Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2137 | 2024-06-21T21:07:10.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 07s |
2138 | 2024-06-21T21:07:10.893Z | |
2139 | 2024-06-21T21:07:10.896Z | real 7:14.902702876 |
2140 | 2024-06-21T21:07:10.896Z | user 39:05.354984719 |
2141 | 2024-06-21T21:07:10.896Z | sys 6:44.341128535 |
2142 | 2024-06-21T21:07:10.896Z | trap 1.100162262 |
2143 | 2024-06-21T21:07:10.896Z | tflt 2.240676982 |
2144 | 2024-06-21T21:07:10.896Z | dflt 1.210459068 |
2145 | 2024-06-21T21:07:10.896Z | kflt 0.002822841 |
2146 | 2024-06-21T21:07:10.896Z | lock 1:55:52.234840890 |
2147 | 2024-06-21T21:07:10.896Z | slp 2:04:46.695016400 |
2148 | 2024-06-21T21:07:10.896Z | lat 1:49.621156905 |
2149 | 2024-06-21T21:07:10.896Z | stop 5:45.733411767 |
2150 | 2024-06-21T21:07:10.896Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2151 | 2024-06-21T21:07:10.896Z | + ptime -m cargo doc --workspace --no-deps |
2152 | 2024-06-21T21:07:11.967Z | warning: output filename collision. |
2153 | 2024-06-21T21:07:11.967Z | 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)`. |
2154 | 2024-06-21T21:07:11.968Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2155 | 2024-06-21T21:07:11.968Z | The targets should have unique names. |
2156 | 2024-06-21T21:07:11.968Z | This is a known bug where multiple crates with the same name use |
2157 | 2024-06-21T21:07:11.968Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2158 | 2024-06-21T21:07:12.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2159 | 2024-06-21T21:07:12.491Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2160 | 2024-06-21T21:07:12.513Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2161 | 2024-06-21T21:07:12.530Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2162 | 2024-06-21T21:07:12.546Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2163 | 2024-06-21T21:07:12.549Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2164 | 2024-06-21T21:07:12.704Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2165 | 2024-06-21T21:07:12.778Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2166 | 2024-06-21T21:07:12.778Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2167 | 2024-06-21T21:07:12.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2168 | 2024-06-21T21:07:12.828Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2169 | 2024-06-21T21:07:12.978Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2170 | 2024-06-21T21:07:13.102Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2171 | 2024-06-21T21:07:13.196Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2172 | 2024-06-21T21:07:13.465Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2173 | 2024-06-21T21:07:13.539Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2174 | 2024-06-21T21:07:14.030Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2175 | 2024-06-21T21:07:14.591Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2176 | 2024-06-21T21:07:14.881Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2177 | 2024-06-21T21:07:17.071Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2178 | 2024-06-21T21:07:17.377Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2179 | 2024-06-21T21:07:17.395Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2180 | 2024-06-21T21:07:17.683Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2181 | 2024-06-21T21:07:17.900Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2182 | 2024-06-21T21:07:17.973Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2183 | 2024-06-21T21:07:18.287Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2184 | 2024-06-21T21:07:18.481Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2185 | 2024-06-21T21:07:18.603Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2186 | 2024-06-21T21:07:18.781Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2187 | 2024-06-21T21:07:18.799Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2188 | 2024-06-21T21:07:18.914Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2189 | 2024-06-21T21:07:19.086Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2190 | 2024-06-21T21:07:19.136Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2191 | 2024-06-21T21:07:19.310Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2192 | 2024-06-21T21:07:19.365Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2193 | 2024-06-21T21:07:19.794Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2194 | 2024-06-21T21:07:22.296Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2195 | 2024-06-21T21:07:24.813Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2196 | 2024-06-21T21:07:25.089Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2197 | 2024-06-21T21:07:26.338Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2198 | 2024-06-21T21:07:26.783Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2199 | 2024-06-21T21:07:27.257Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2200 | 2024-06-21T21:07:27.518Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2201 | 2024-06-21T21:07:28.120Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2202 | 2024-06-21T21:07:28.165Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2203 | 2024-06-21T21:07:28.633Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2204 | 2024-06-21T21:07:28.789Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2205 | 2024-06-21T21:07:29.303Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2206 | 2024-06-21T21:07:29.397Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2207 | 2024-06-21T21:07:29.925Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2208 | 2024-06-21T21:07:30.111Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2209 | 2024-06-21T21:07:30.512Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2210 | 2024-06-21T21:07:31.361Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2211 | 2024-06-21T21:07:32.445Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2212 | 2024-06-21T21:07:33.069Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2213 | 2024-06-21T21:07:33.186Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2214 | 2024-06-21T21:07:33.724Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2215 | 2024-06-21T21:07:34.917Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2216 | 2024-06-21T21:07:35.084Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2217 | 2024-06-21T21:07:35.696Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2218 | 2024-06-21T21:07:36.018Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-06-21T21:07:38.292Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2220 | 2024-06-21T21:07:38.769Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2221 | 2024-06-21T21:07:40.252Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2222 | 2024-06-21T21:07:40.561Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2223 | 2024-06-21T21:07:41.041Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2224 | 2024-06-21T21:07:42.093Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2225 | 2024-06-21T21:07:42.461Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2226 | 2024-06-21T21:07:42.695Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2227 | 2024-06-21T21:07:43.463Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2228 | 2024-06-21T21:07:46.421Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2229 | 2024-06-21T21:07:46.895Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2230 | 2024-06-21T21:07:55.466Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2231 | 2024-06-21T21:07:55.626Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2232 | 2024-06-21T21:07:56.079Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2233 | 2024-06-21T21:07:56.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2234 | 2024-06-21T21:07:56.504Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2235 | 2024-06-21T21:07:56.548Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2236 | 2024-06-21T21:07:57.689Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2237 | 2024-06-21T21:07:58.546Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2238 | 2024-06-21T21:08:01.197Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2239 | 2024-06-21T21:08:02.335Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2240 | 2024-06-21T21:08:04.627Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2241 | 2024-06-21T21:08:19.061Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2242 | 2024-06-21T21:08:20.351Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2243 | 2024-06-21T21:08:36.057Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2244 | 2024-06-21T21:08:36.662Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2245 | 2024-06-21T21:08:39.781Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2246 | 2024-06-21T21:08:50.793Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2247 | 2024-06-21T21:08:51.404Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2248 | 2024-06-21T21:08:54.452Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2249 | 2024-06-21T21:09:00.159Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2250 | 2024-06-21T21:09:16.701Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2251 | 2024-06-21T21:09:20.067Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2252 | 2024-06-21T21:09:24.851Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2253 | 2024-06-21T21:09:27.281Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2254 | 2024-06-21T21:09:27.807Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2255 | 2024-06-21T21:09:29.644Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2256 | 2024-06-21T21:09:30.797Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2257 | 2024-06-21T21:09:33.647Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2258 | 2024-06-21T21:09:42.290Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2259 | 2024-06-21T21:10:05.675Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2260 | 2024-06-21T21:10:07.542Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2261 | 2024-06-21T21:10:18.865Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2262 | 2024-06-21T21:10:21.597Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2263 | 2024-06-21T21:10:27.204Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2264 | 2024-06-21T21:10:31.970Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2265 | 2024-06-21T21:10:40.866Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2266 | 2024-06-21T21:10:41.236Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2267 | 2024-06-21T21:10:43.380Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2268 | 2024-06-21T21:10:45.509Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2269 | 2024-06-21T21:10:51.329Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2270 | 2024-06-21T21:10:55.320Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2271 | 2024-06-21T21:10:56.425Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2272 | 2024-06-21T21:10:56.852Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2273 | 2024-06-21T21:10:57.372Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2274 | 2024-06-21T21:11:01.115Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2275 | 2024-06-21T21:11:03.034Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2276 | 2024-06-21T21:11:05.751Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2277 | 2024-06-21T21:11:05.796Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2278 | 2024-06-21T21:11:10.480Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2279 | 2024-06-21T21:11:13.119Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2280 | 2024-06-21T21:11:13.794Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2281 | 2024-06-21T21:11:15.348Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2282 | 2024-06-21T21:11:18.324Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2283 | 2024-06-21T21:11:20.561Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2284 | 2024-06-21T21:11:20.821Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2285 | 2024-06-21T21:11:25.399Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2286 | 2024-06-21T21:11:27.627Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2287 | 2024-06-21T21:11:29.437Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2288 | 2024-06-21T21:11:30.026Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2289 | 2024-06-21T21:11:33.249Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2290 | 2024-06-21T21:11:33.667Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2291 | 2024-06-21T21:11:34.491Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2292 | 2024-06-21T21:11:37.741Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2293 | 2024-06-21T21:11:39.044Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2294 | 2024-06-21T21:11:44.513Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2295 | 2024-06-21T21:11:46.098Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2296 | 2024-06-21T21:11:47.176Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2297 | 2024-06-21T21:11:48.126Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2298 | 2024-06-21T21:11:48.240Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2299 | 2024-06-21T21:11:50.076Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2300 | 2024-06-21T21:11:51.204Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2301 | 2024-06-21T21:11:53.038Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2302 | 2024-06-21T21:11:56.753Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2303 | 2024-06-21T21:11:56.810Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2304 | 2024-06-21T21:11:57.933Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2305 | 2024-06-21T21:11:58.737Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2306 | 2024-06-21T21:11:59.025Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2307 | 2024-06-21T21:11:59.507Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2308 | 2024-06-21T21:12:23.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 12s |
2309 | 2024-06-21T21:12:23.252Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 94 other files |
2310 | 2024-06-21T21:12:23.299Z | |
2311 | 2024-06-21T21:12:23.299Z | real 5:12.323555153 |
2312 | 2024-06-21T21:12:23.299Z | user 17:43.998436606 |
2313 | 2024-06-21T21:12:23.299Z | sys 20:55.421471270 |
2314 | 2024-06-21T21:12:23.299Z | trap 0.309303813 |
2315 | 2024-06-21T21:12:23.302Z | tflt 0.054675196 |
2316 | 2024-06-21T21:12:23.302Z | dflt 0.207448963 |
2317 | 2024-06-21T21:12:23.302Z | kflt 0.000056970 |
2318 | 2024-06-21T21:12:23.302Z | lock 47:14.902335389 |
2319 | 2024-06-21T21:12:23.302Z | slp 1:22:20.919830809 |
2320 | 2024-06-21T21:12:23.302Z | lat 56.141021025 |
2321 | 2024-06-21T21:12:23.302Z | stop 37.937218556 |
2322 | 2024-06-21T21:12:23.302Z | process exited: duration 913380 ms, exit code 0 |
|
2323 | 2024-06-21T21:12:23.308Z | found 0 output files |