|
|
|
1 | 2024-07-09T03:14:30.069Z | job assigned to worker 01J2AQQ3E9C8SQSX95DPCD4R2F (queued for 52 s) |
|
2 | 2024-07-09T03:14:38.640Z | starting task 0: "setup" |
3 | 2024-07-09T03:14:38.700Z | ++ uname -s |
4 | 2024-07-09T03:14:38.703Z | + kern=SunOS |
5 | 2024-07-09T03:14:38.703Z | + case "$kern" in |
6 | 2024-07-09T03:14:38.703Z | + groupadd -g 12345 build |
7 | 2024-07-09T03:14:38.706Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-09T03:14:40.718Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-09T03:14:40.846Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-09T03:14:40.868Z | + home_fs=zfs |
11 | 2024-07-09T03:14:40.868Z | + [[ zfs == autofs ]] |
12 | 2024-07-09T03:14:40.868Z | + mkdir -p /home/build |
13 | 2024-07-09T03:14:40.868Z | + chown build:build /home/build /work |
14 | 2024-07-09T03:14:42.856Z | + chmod 0700 /home/build /work |
15 | 2024-07-09T03:14:42.859Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2024-07-09T03:14:42.866Z | starting task 1: "rust-toolchain" |
17 | 2024-07-09T03:14:42.873Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-09T03:14:42.873Z | ' 1.78.0 |
19 | 2024-07-09T03:14:42.873Z | * toolchain channel = "1.78.0" |
20 | 2024-07-09T03:14:42.873Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-09T03:14:42.873Z | ' default |
22 | 2024-07-09T03:14:42.873Z | * toolchain profile = "default" |
23 | 2024-07-09T03:14:42.878Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-09T03:14:42.878Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-09T03:14:42.990Z | info: downloading installer |
26 | 2024-07-09T03:14:44.284Z | info: profile set to 'default' |
27 | 2024-07-09T03:14:44.284Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-09T03:14:44.288Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-09T03:14:44.423Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-09T03:14:44.423Z | info: downloading component 'cargo' |
31 | 2024-07-09T03:14:45.188Z | info: downloading component 'clippy' |
32 | 2024-07-09T03:14:45.468Z | info: downloading component 'rust-docs' |
33 | 2024-07-09T03:14:46.454Z | info: downloading component 'rust-std' |
34 | 2024-07-09T03:14:48.048Z | info: downloading component 'rustc' |
35 | 2024-07-09T03:14:51.909Z | info: downloading component 'rustfmt' |
36 | 2024-07-09T03:14:52.141Z | info: installing component 'cargo' |
37 | 2024-07-09T03:14:53.041Z | info: installing component 'clippy' |
38 | 2024-07-09T03:14:53.431Z | info: installing component 'rust-docs' |
39 | 2024-07-09T03:14:54.982Z | info: installing component 'rust-std' |
40 | 2024-07-09T03:14:56.923Z | info: installing component 'rustc' |
41 | 2024-07-09T03:15:01.487Z | info: installing component 'rustfmt' |
42 | 2024-07-09T03:15:01.848Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-09T03:15:01.848Z | |
44 | 2024-07-09T03:15:02.117Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-09T03:15:02.117Z | |
46 | 2024-07-09T03:15:02.121Z | |
47 | 2024-07-09T03:15:02.121Z | Rust is installed now. Great! |
48 | 2024-07-09T03:15:02.121Z | |
49 | 2024-07-09T03:15:02.121Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-09T03:15:02.121Z | environment variable. This has not been done automatically. |
51 | 2024-07-09T03:15:02.121Z | |
52 | 2024-07-09T03:15:02.121Z | To configure your current shell, you need to source |
53 | 2024-07-09T03:15:02.121Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-09T03:15:02.121Z | |
55 | 2024-07-09T03:15:02.121Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-09T03:15:02.121Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-09T03:15:02.121Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-09T03:15:02.194Z | + rustc --version |
59 | 2024-07-09T03:15:02.259Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-09T03:15:02.269Z | process exited: duration 19392 ms, exit code 0 |
|
61 | 2024-07-09T03:15:02.278Z | starting task 2: "authentication" |
62 | 2024-07-09T03:15:02.302Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-07-09T03:15:02.319Z | starting task 3: "clone repository" |
64 | 2024-07-09T03:15:02.323Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-09T03:15:02.329Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-09T03:15:02.500Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-09T03:15:08.790Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-09T03:15:08.795Z | + git fetch origin c662bad2696a4f0037c2301463f5d6d21860ebbe |
69 | 2024-07-09T03:15:09.064Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-09T03:15:09.064Z | * branch c662bad2696a4f0037c2301463f5d6d21860ebbe -> FETCH_HEAD |
71 | 2024-07-09T03:15:09.075Z | + [[ -n '' ]] |
72 | 2024-07-09T03:15:09.075Z | + git reset --hard c662bad2696a4f0037c2301463f5d6d21860ebbe |
73 | 2024-07-09T03:15:09.212Z | HEAD is now at c662bad26 Update Rust crate async-trait to 0.1.81 |
74 | 2024-07-09T03:15:09.215Z | process exited: duration 6895 ms, exit code 0 |
|
75 | 2024-07-09T03:15:09.224Z | starting task 4: "build" |
76 | 2024-07-09T03:15:09.227Z | + cargo --version |
77 | 2024-07-09T03:15:09.281Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-09T03:15:09.285Z | + rustc --version |
79 | 2024-07-09T03:15:09.339Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-09T03:15:09.344Z | + source ./env.sh |
81 | 2024-07-09T03:15:09.344Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-07-09T03:15:09.344Z | ++ set -o xtrace |
83 | 2024-07-09T03:15:09.348Z | ++++ dirname ./env.sh |
84 | 2024-07-09T03:15:09.348Z | +++ readlink -f . |
85 | 2024-07-09T03:15:09.371Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-07-09T03:15:09.374Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-07-09T03:15:09.374Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-07-09T03:15:09.374Z | ++ 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 |
89 | 2024-07-09T03:15:09.374Z | ++ 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 |
90 | 2024-07-09T03:15:09.374Z | ++ 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 |
91 | 2024-07-09T03:15:09.374Z | ++ 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 |
92 | 2024-07-09T03:15:09.374Z | ++ 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 |
93 | 2024-07-09T03:15:09.374Z | ++ 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 |
94 | 2024-07-09T03:15:09.374Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-07-09T03:15:09.374Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-07-09T03:15:09.374Z | + banner prerequisites |
97 | 2024-07-09T03:15:09.391Z | |
98 | 2024-07-09T03:15:09.391Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2024-07-09T03:15:09.391Z | # # # # # # # # # # # # # # # |
100 | 2024-07-09T03:15:09.391Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2024-07-09T03:15:09.391Z | ##### ##### # ##### # # # # # # # # # |
102 | 2024-07-09T03:15:09.391Z | # # # # # # # # # # # # # # # |
103 | 2024-07-09T03:15:09.391Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2024-07-09T03:15:09.391Z | |
105 | 2024-07-09T03:15:09.401Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
106 | 2024-07-09T03:15:16.146Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-07-09T03:15:18.168Z | Startup: Caching catalogs ... Done |
108 | 2024-07-09T03:15:20.848Z | Planning: Solver setup ... Done (2.195s) |
109 | 2024-07-09T03:15:20.896Z | Planning: Running solver ... Done (0.045s) |
110 | 2024-07-09T03:15:20.937Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2024-07-09T03:15:20.990Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2024-07-09T03:15:21.694Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2024-07-09T03:15:21.843Z | Planning: Package planning ... Done (0.148s) |
114 | 2024-07-09T03:15:21.892Z | Planning: Merging actions ... Done (0.050s) |
115 | 2024-07-09T03:15:22.685Z | Planning: Checking for conflicting actions ... Done (0.793s) |
116 | 2024-07-09T03:15:22.699Z | Planning: Consolidating action changes ... Done (0.011s) |
117 | 2024-07-09T03:15:26.704Z | Planning: Evaluating mediators ... Done (4.005s) |
118 | 2024-07-09T03:15:26.712Z | Planning: Planning completed in 8.48 seconds |
119 | 2024-07-09T03:15:27.121Z | Packages to install: 4 |
120 | 2024-07-09T03:15:27.121Z | Mediators to change: 2 |
121 | 2024-07-09T03:15:27.121Z | Services to change: 1 |
122 | 2024-07-09T03:15:27.169Z | Estimated space available: 155.77 GB |
123 | 2024-07-09T03:15:27.170Z | Estimated space to be consumed: 1.46 GB |
124 | 2024-07-09T03:15:27.170Z | Create boot environment: No |
125 | 2024-07-09T03:15:27.170Z | Create backup boot environment: No |
126 | 2024-07-09T03:15:27.170Z | Rebuild boot archive: No |
127 | 2024-07-09T03:15:27.170Z | |
128 | 2024-07-09T03:15:27.170Z | Changed mediators: |
129 | 2024-07-09T03:15:27.170Z | mediator clang: |
130 | 2024-07-09T03:15:27.170Z | version: None -> 15 (system default) |
131 | 2024-07-09T03:15:27.170Z | |
132 | 2024-07-09T03:15:27.170Z | mediator llvm: |
133 | 2024-07-09T03:15:27.170Z | version: 14 (system default) -> 15 (system default) |
134 | 2024-07-09T03:15:27.171Z | |
135 | 2024-07-09T03:15:27.171Z | Changed packages: |
136 | 2024-07-09T03:15:27.171Z | helios-dev |
137 | 2024-07-09T03:15:27.171Z | developer/build-essential |
138 | 2024-07-09T03:15:27.171Z | None -> 11-2.0 |
139 | 2024-07-09T03:15:27.171Z | library/libxmlsec1 |
140 | 2024-07-09T03:15:27.171Z | None -> 1.2.35-2.0 |
141 | 2024-07-09T03:15:27.171Z | ooce/developer/clang-15 |
142 | 2024-07-09T03:15:27.171Z | None -> 15.0.7-2.0 |
143 | 2024-07-09T03:15:27.171Z | ooce/developer/llvm-15 |
144 | 2024-07-09T03:15:27.171Z | None -> 15.0.7-2.0 |
145 | 2024-07-09T03:15:27.171Z | |
146 | 2024-07-09T03:15:27.172Z | Services: |
147 | 2024-07-09T03:15:27.172Z | restart_fmri: |
148 | 2024-07-09T03:15:27.172Z | svc:/system/update-man-index:default |
149 | 2024-07-09T03:15:27.237Z | |
150 | 2024-07-09T03:15:27.237Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2024-07-09T03:15:33.346Z | Download: 208/3290 items 1.3/212.6MB 0% complete (648k/s) |
152 | 2024-07-09T03:15:39.761Z | Download: 213/3290 items 1.3/212.6MB 0% complete (565k/s) |
153 | 2024-07-09T03:15:44.771Z | Download: 795/3290 items 18.3/212.6MB 8% complete (3.6M/s) |
154 | 2024-07-09T03:15:50.475Z | Download: 1195/3290 items 77.6/212.6MB 36% complete (7.6M/s) |
155 | 2024-07-09T03:15:56.431Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (6.7M/s) |
156 | 2024-07-09T03:16:01.577Z | Download: 2170/3290 items 118.4/212.6MB 55% complete (6.2M/s) |
157 | 2024-07-09T03:16:06.583Z | Download: 2516/3290 items 120.2/212.6MB 56% complete (3.7M/s) |
158 | 2024-07-09T03:16:11.584Z | Download: 2909/3290 items 121.1/212.6MB 56% complete (282k/s) |
159 | 2024-07-09T03:16:16.636Z | Download: 3239/3290 items 203.0/212.6MB 95% complete (8.2M/s) |
160 | 2024-07-09T03:16:29.451Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
161 | 2024-07-09T03:16:31.016Z | Download: Completed 212.60 MB in 63.79 seconds (3.3M/s) |
162 | 2024-07-09T03:16:31.236Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-07-09T03:16:36.334Z | Actions: 3594/3689 actions (Installing new actions) |
164 | 2024-07-09T03:16:36.536Z | Actions: Completed 3689 actions in 5.30 seconds. |
165 | 2024-07-09T03:16:36.789Z | Done (0.248s) |
166 | 2024-07-09T03:16:36.789Z | Done (0.000s) |
167 | 2024-07-09T03:16:37.122Z | Done (0.333s) |
168 | 2024-07-09T03:16:42.503Z | Done (5.223s) |
169 | 2024-07-09T03:16:42.683Z | Done (0.109s) |
170 | 2024-07-09T03:16:42.687Z | Done (0.000s) |
171 | 2024-07-09T03:16:42.903Z | Done (0.000s) |
172 | 2024-07-09T03:16:43.470Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-07-09T03:16:43.636Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-07-09T03:16:43.640Z | Planning: Consolidating action changes ... Done |
175 | 2024-07-09T03:16:43.912Z | Planning: Evaluating mediators ... Done |
176 | 2024-07-09T03:16:43.915Z | Planning: Planning completed in 0.44 seconds |
177 | 2024-07-09T03:16:43.944Z | Mediators to change: 2 |
178 | 2024-07-09T03:16:43.944Z | Create boot environment: No |
179 | 2024-07-09T03:16:43.944Z | Create backup boot environment: No |
180 | 2024-07-09T03:16:44.034Z | Done |
181 | 2024-07-09T03:16:44.034Z | Done |
182 | 2024-07-09T03:16:44.242Z | Done |
183 | 2024-07-09T03:16:47.853Z | Done |
184 | 2024-07-09T03:16:47.924Z | Done |
185 | 2024-07-09T03:16:47.926Z | Done |
186 | 2024-07-09T03:16:48.096Z | Done |
187 | 2024-07-09T03:16:48.720Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-07-09T03:16:48.723Z | Planning: Merging actions ... Done |
189 | 2024-07-09T03:16:48.915Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-07-09T03:16:48.918Z | Planning: Consolidating action changes ... Done |
191 | 2024-07-09T03:16:49.181Z | Planning: Evaluating mediators ... Done |
192 | 2024-07-09T03:16:49.235Z | Planning: Planning completed in 0.76 seconds |
193 | 2024-07-09T03:16:49.270Z | Packages to change: 1 |
194 | 2024-07-09T03:16:49.270Z | Mediators to change: 1 |
195 | 2024-07-09T03:16:49.273Z | Services to change: 1 |
196 | 2024-07-09T03:16:49.273Z | Create boot environment: No |
197 | 2024-07-09T03:16:49.273Z | Create backup boot environment: Yes |
198 | 2024-07-09T03:16:51.347Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-07-09T03:16:51.389Z | Actions: Completed 6 actions in 0.04 seconds. |
200 | 2024-07-09T03:16:51.391Z | Done |
201 | 2024-07-09T03:16:51.391Z | Done |
202 | 2024-07-09T03:16:51.458Z | Done |
203 | 2024-07-09T03:16:55.120Z | Done |
204 | 2024-07-09T03:16:55.212Z | Done |
205 | 2024-07-09T03:16:55.215Z | Done |
206 | 2024-07-09T03:16:55.385Z | Done |
207 | 2024-07-09T03:16:55.824Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-07-09T03:16:55.824Z | clang system 15 system |
209 | 2024-07-09T03:16:55.824Z | csh system system illumos |
210 | 2024-07-09T03:16:55.824Z | ctags system system illumos |
211 | 2024-07-09T03:16:55.824Z | gcc vendor 12 vendor |
212 | 2024-07-09T03:16:55.824Z | gcc system 10 system |
213 | 2024-07-09T03:16:55.824Z | gcc system 7 system |
214 | 2024-07-09T03:16:55.824Z | go system 1.20 system |
215 | 2024-07-09T03:16:55.824Z | go system 1.19 system |
216 | 2024-07-09T03:16:55.824Z | llvm system 15 system |
217 | 2024-07-09T03:16:55.824Z | llvm system 14 system |
218 | 2024-07-09T03:16:55.825Z | mariadb system 10.6 system |
219 | 2024-07-09T03:16:55.825Z | mta vendor vendor dma |
220 | 2024-07-09T03:16:55.825Z | openjdk system 17 system |
221 | 2024-07-09T03:16:55.825Z | openjdk system 11 system |
222 | 2024-07-09T03:16:55.825Z | openjdk system 1.8 system |
223 | 2024-07-09T03:16:55.825Z | openssl vendor 3 vendor |
224 | 2024-07-09T03:16:55.825Z | perl system 5.36 system |
225 | 2024-07-09T03:16:55.825Z | postgresql system 15 system |
226 | 2024-07-09T03:16:55.825Z | postgresql system 13 system |
227 | 2024-07-09T03:16:55.825Z | python vendor 3 vendor |
228 | 2024-07-09T03:16:55.825Z | python system 2 system |
229 | 2024-07-09T03:16:55.825Z | python3 system 3.11 system |
230 | 2024-07-09T03:16:55.825Z | ruby system 3.0 system |
231 | 2024-07-09T03:16:55.825Z | words vendor vendor american-english |
232 | 2024-07-09T03:16:55.825Z | words system system australian-english |
233 | 2024-07-09T03:16:55.825Z | words system system british-english |
234 | 2024-07-09T03:16:55.825Z | words system system canadian-english |
235 | 2024-07-09T03:16:55.825Z | words system system french |
236 | 2024-07-09T03:16:55.825Z | words system system italian |
237 | 2024-07-09T03:16:55.825Z | words system system ngerman |
238 | 2024-07-09T03:16:55.825Z | words system system ogerman |
239 | 2024-07-09T03:16:55.825Z | words system system spanish |
240 | 2024-07-09T03:16:56.155Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-07-09T03:16:56.155Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-07-09T03:16:57.686Z | FMRI IFO |
243 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-07-09T03:16:57.686Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-07-09T03:16:57.687Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-07-09T03:16:57.687Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-07-09T03:16:58.199Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-07-09T03:16:58.472Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-07-09T03:16:58.740Z | Updating crates.io index |
258 | 2024-07-09T03:16:58.798Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-07-09T03:16:59.653Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-07-09T03:17:00.378Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-07-09T03:17:00.625Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-07-09T03:17:02.484Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-07-09T03:17:03.000Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-07-09T03:17:03.230Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-07-09T03:17:04.626Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-07-09T03:17:06.691Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-07-09T03:17:07.717Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-07-09T03:17:08.506Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-07-09T03:17:09.078Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-07-09T03:17:09.328Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
271 | 2024-07-09T03:17:09.607Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-07-09T03:17:09.835Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-07-09T03:17:10.113Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-07-09T03:17:10.364Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-07-09T03:17:10.580Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-07-09T03:17:10.786Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-07-09T03:17:11.117Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-07-09T03:17:11.478Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-07-09T03:17:11.904Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-07-09T03:17:12.118Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-07-09T03:17:12.714Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-07-09T03:17:12.959Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
283 | 2024-07-09T03:17:13.229Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-07-09T03:17:13.663Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-07-09T03:17:15.579Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-07-09T03:17:15.969Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-07-09T03:17:16.222Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-07-09T03:17:16.576Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-07-09T03:17:17.703Z | Downloading crates ... |
290 | 2024-07-09T03:17:17.809Z | Downloaded foreign-types-shared v0.1.1 |
291 | 2024-07-09T03:17:17.819Z | Downloaded anstyle-query v1.0.3 |
292 | 2024-07-09T03:17:17.822Z | Downloaded adler v1.0.2 |
293 | 2024-07-09T03:17:17.831Z | Downloaded pin-utils v0.1.0 |
294 | 2024-07-09T03:17:17.836Z | Downloaded num-conv v0.1.0 |
295 | 2024-07-09T03:17:17.839Z | Downloaded openssl-macros v0.1.1 |
296 | 2024-07-09T03:17:17.839Z | Downloaded is-terminal v0.4.12 |
297 | 2024-07-09T03:17:17.842Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-07-09T03:17:17.842Z | Downloaded proc-macro-error-attr v1.0.4 |
299 | 2024-07-09T03:17:17.848Z | Downloaded plain v0.2.3 |
300 | 2024-07-09T03:17:17.848Z | Downloaded num_threads v0.1.7 |
301 | 2024-07-09T03:17:17.848Z | Downloaded errno v0.3.9 |
302 | 2024-07-09T03:17:17.851Z | Downloaded quote v1.0.36 |
303 | 2024-07-09T03:17:17.851Z | Downloaded swrite v0.1.0 |
304 | 2024-07-09T03:17:17.851Z | Downloaded sync_wrapper v0.1.2 |
305 | 2024-07-09T03:17:17.855Z | Downloaded anstyle-parse v0.2.4 |
306 | 2024-07-09T03:17:17.856Z | Downloaded anstyle v1.0.7 |
307 | 2024-07-09T03:17:17.859Z | Downloaded tower-service v0.3.2 |
308 | 2024-07-09T03:17:17.859Z | Downloaded futures-macro v0.3.30 |
309 | 2024-07-09T03:17:17.859Z | Downloaded crypto-common v0.1.6 |
310 | 2024-07-09T03:17:17.863Z | Downloaded clap_lex v0.7.0 |
311 | 2024-07-09T03:17:17.863Z | Downloaded block-buffer v0.10.4 |
312 | 2024-07-09T03:17:17.863Z | Downloaded cfg-if v1.0.0 |
313 | 2024-07-09T03:17:17.866Z | Downloaded heck v0.5.0 |
314 | 2024-07-09T03:17:17.866Z | Downloaded byteorder v1.5.0 |
315 | 2024-07-09T03:17:17.869Z | Downloaded pkg-config v0.3.30 |
316 | 2024-07-09T03:17:17.869Z | Downloaded memmap v0.7.0 |
317 | 2024-07-09T03:17:17.872Z | Downloaded autocfg v1.3.0 |
318 | 2024-07-09T03:17:17.872Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-07-09T03:17:17.875Z | Downloaded macaddr v1.0.1 |
320 | 2024-07-09T03:17:17.875Z | Downloaded futures-executor v0.3.30 |
321 | 2024-07-09T03:17:17.878Z | Downloaded dirs-sys-next v0.1.2 |
322 | 2024-07-09T03:17:17.878Z | Downloaded itoa v1.0.11 |
323 | 2024-07-09T03:17:17.880Z | Downloaded want v0.3.1 |
324 | 2024-07-09T03:17:17.881Z | Downloaded usdt-macro v0.5.0 |
325 | 2024-07-09T03:17:17.883Z | Downloaded pest_generator v2.7.10 |
326 | 2024-07-09T03:17:17.883Z | Downloaded terminal_size v0.3.0 |
327 | 2024-07-09T03:17:17.886Z | Downloaded strum v0.26.2 |
328 | 2024-07-09T03:17:17.886Z | Downloaded equivalent v1.0.1 |
329 | 2024-07-09T03:17:17.886Z | Downloaded time-core v0.1.2 |
330 | 2024-07-09T03:17:17.889Z | Downloaded mime v0.3.17 |
331 | 2024-07-09T03:17:17.889Z | Downloaded usdt-impl v0.5.0 |
332 | 2024-07-09T03:17:17.891Z | Downloaded slog-json v2.6.1 |
333 | 2024-07-09T03:17:17.891Z | Downloaded utf8parse v0.2.1 |
334 | 2024-07-09T03:17:17.894Z | Downloaded strsim v0.11.1 |
335 | 2024-07-09T03:17:17.894Z | Downloaded httpdate v1.0.3 |
336 | 2024-07-09T03:17:17.897Z | Downloaded foreign-types v0.3.2 |
337 | 2024-07-09T03:17:17.897Z | Downloaded tokio-native-tls v0.3.1 |
338 | 2024-07-09T03:17:17.900Z | Downloaded thread-id v4.2.1 |
339 | 2024-07-09T03:17:17.900Z | Downloaded rustls-pemfile v1.0.4 |
340 | 2024-07-09T03:17:17.905Z | Downloaded match_cfg v0.1.0 |
341 | 2024-07-09T03:17:17.905Z | Downloaded openssl-probe v0.1.5 |
342 | 2024-07-09T03:17:17.913Z | Downloaded is_terminal_polyfill v1.70.0 |
343 | 2024-07-09T03:17:17.913Z | Downloaded signal-hook-registry v1.4.2 |
344 | 2024-07-09T03:17:17.913Z | Downloaded dtrace-parser v0.2.0 |
345 | 2024-07-09T03:17:17.913Z | Downloaded pin-project-lite v0.2.14 |
346 | 2024-07-09T03:17:17.916Z | Downloaded serde_urlencoded v0.7.1 |
347 | 2024-07-09T03:17:17.916Z | Downloaded fs-err v2.11.0 |
348 | 2024-07-09T03:17:17.916Z | Downloaded httparse v1.8.0 |
349 | 2024-07-09T03:17:17.919Z | Downloaded usdt v0.5.0 |
350 | 2024-07-09T03:17:17.919Z | Downloaded lock_api v0.4.12 |
351 | 2024-07-09T03:17:17.922Z | Downloaded tokio-macros v2.3.0 |
352 | 2024-07-09T03:17:17.922Z | Downloaded toml_datetime v0.6.6 |
353 | 2024-07-09T03:17:17.924Z | Downloaded parking_lot_core v0.9.10 |
354 | 2024-07-09T03:17:17.927Z | Downloaded thread_local v1.1.8 |
355 | 2024-07-09T03:17:17.927Z | Downloaded tabled_derive v0.7.0 |
356 | 2024-07-09T03:17:17.930Z | Downloaded rustversion v1.0.17 |
357 | 2024-07-09T03:17:17.932Z | Downloaded ipnet v2.9.0 |
358 | 2024-07-09T03:17:17.932Z | Downloaded thiserror v1.0.60 |
359 | 2024-07-09T03:17:17.937Z | Downloaded cargo_metadata v0.18.1 |
360 | 2024-07-09T03:17:17.940Z | Downloaded smallvec v1.13.2 |
361 | 2024-07-09T03:17:17.942Z | Downloaded strum_macros v0.26.4 |
362 | 2024-07-09T03:17:17.945Z | Downloaded time-macros v0.2.18 |
363 | 2024-07-09T03:17:17.948Z | Downloaded anyhow v1.0.86 |
364 | 2024-07-09T03:17:17.950Z | Downloaded percent-encoding v2.3.1 |
365 | 2024-07-09T03:17:17.953Z | Downloaded xattr v1.3.1 |
366 | 2024-07-09T03:17:17.953Z | Downloaded slab v0.4.9 |
367 | 2024-07-09T03:17:17.959Z | Downloaded num_cpus v1.16.0 |
368 | 2024-07-09T03:17:17.961Z | Downloaded slog-async v2.8.0 |
369 | 2024-07-09T03:17:17.961Z | Downloaded version_check v0.9.4 |
370 | 2024-07-09T03:17:17.961Z | Downloaded thiserror-impl v1.0.60 |
371 | 2024-07-09T03:17:17.961Z | Downloaded futures-sink v0.3.30 |
372 | 2024-07-09T03:17:17.966Z | Downloaded term v0.7.0 |
373 | 2024-07-09T03:17:17.969Z | Downloaded sha2 v0.10.8 |
374 | 2024-07-09T03:17:17.969Z | Downloaded serde_derive v1.0.203 |
375 | 2024-07-09T03:17:17.971Z | Downloaded papergrid v0.11.0 |
376 | 2024-07-09T03:17:17.976Z | Downloaded slog v2.7.0 |
377 | 2024-07-09T03:17:17.978Z | Downloaded unicode-ident v1.0.12 |
378 | 2024-07-09T03:17:17.981Z | Downloaded typenum v1.17.0 |
379 | 2024-07-09T03:17:17.984Z | Downloaded ryu v1.0.18 |
380 | 2024-07-09T03:17:17.987Z | Downloaded once_cell v1.19.0 |
381 | 2024-07-09T03:17:17.991Z | Downloaded zerocopy-derive v0.7.34 |
382 | 2024-07-09T03:17:17.996Z | Downloaded tinyvec v1.6.0 |
383 | 2024-07-09T03:17:17.999Z | Downloaded bytes v1.6.0 |
384 | 2024-07-09T03:17:18.002Z | Downloaded unicode-bidi v0.3.15 |
385 | 2024-07-09T03:17:18.004Z | Downloaded futures v0.3.30 |
386 | 2024-07-09T03:17:18.009Z | Downloaded tracing-core v0.1.32 |
387 | 2024-07-09T03:17:18.012Z | Downloaded socket2 v0.5.7 |
388 | 2024-07-09T03:17:18.015Z | Downloaded parking_lot v0.12.2 |
389 | 2024-07-09T03:17:18.018Z | Downloaded log v0.4.21 |
390 | 2024-07-09T03:17:18.023Z | Downloaded flate2 v1.0.30 |
391 | 2024-07-09T03:17:18.030Z | Downloaded crossbeam-utils v0.8.19 |
392 | 2024-07-09T03:17:18.032Z | Downloaded ucd-trie v0.1.6 |
393 | 2024-07-09T03:17:18.032Z | Downloaded pest_meta v2.7.10 |
394 | 2024-07-09T03:17:18.033Z | Downloaded miniz_oxide v0.7.2 |
395 | 2024-07-09T03:17:18.036Z | Downloaded crossbeam-channel v0.5.12 |
396 | 2024-07-09T03:17:18.039Z | Downloaded http v0.2.12 |
397 | 2024-07-09T03:17:18.042Z | Downloaded cc v1.0.97 |
398 | 2024-07-09T03:17:18.045Z | Downloaded tracing v0.1.40 |
399 | 2024-07-09T03:17:18.050Z | Downloaded mio v0.8.11 |
400 | 2024-07-09T03:17:18.056Z | Downloaded url v2.5.0 |
401 | 2024-07-09T03:17:18.060Z | Downloaded pest v2.7.10 |
402 | 2024-07-09T03:17:18.064Z | Downloaded time v0.3.36 |
403 | 2024-07-09T03:17:18.075Z | Downloaded memchr v2.7.2 |
404 | 2024-07-09T03:17:18.078Z | Downloaded hashbrown v0.14.5 |
405 | 2024-07-09T03:17:18.083Z | Downloaded unicode-normalization v0.1.23 |
406 | 2024-07-09T03:17:18.087Z | Downloaded tokio-util v0.7.11 |
407 | 2024-07-09T03:17:18.095Z | Downloaded goblin v0.8.2 |
408 | 2024-07-09T03:17:18.102Z | Downloaded winnow v0.6.8 |
409 | 2024-07-09T03:17:18.110Z | Downloaded reqwest v0.11.27 |
410 | 2024-07-09T03:17:18.118Z | Downloaded hyper v0.14.28 |
411 | 2024-07-09T03:17:18.127Z | Downloaded tabled v0.15.0 |
412 | 2024-07-09T03:17:18.144Z | Downloaded vcpkg v0.2.15 |
413 | 2024-07-09T03:17:18.183Z | Downloaded syn v2.0.68 |
414 | 2024-07-09T03:17:18.195Z | Downloaded rustix v0.38.34 |
415 | 2024-07-09T03:17:18.217Z | Downloaded syn v1.0.109 |
416 | 2024-07-09T03:17:18.229Z | Downloaded unicode-width v0.1.13 |
417 | 2024-07-09T03:17:18.234Z | Downloaded tokio v1.38.0 |
418 | 2024-07-09T03:17:18.270Z | Downloaded libc v0.2.155 |
419 | 2024-07-09T03:17:18.296Z | Downloaded openssl v0.10.64 |
420 | 2024-07-09T03:17:18.305Z | Downloaded idna v0.5.0 |
421 | 2024-07-09T03:17:18.311Z | Downloaded encoding_rs v0.8.34 |
422 | 2024-07-09T03:17:18.330Z | Downloaded h2 v0.3.26 |
423 | 2024-07-09T03:17:18.336Z | Downloaded futures-util v0.3.30 |
424 | 2024-07-09T03:17:18.347Z | Downloaded serde_json v1.0.120 |
425 | 2024-07-09T03:17:18.353Z | Downloaded clap_builder v4.5.2 |
426 | 2024-07-09T03:17:18.359Z | Downloaded toml_edit v0.22.14 |
427 | 2024-07-09T03:17:18.380Z | Downloaded serde v1.0.203 |
428 | 2024-07-09T03:17:18.385Z | Downloaded indexmap v2.2.6 |
429 | 2024-07-09T03:17:18.387Z | Downloaded base64 v0.21.7 |
430 | 2024-07-09T03:17:18.390Z | Downloaded tar v0.4.40 |
431 | 2024-07-09T03:17:18.393Z | Downloaded openssl-sys v0.9.102 |
432 | 2024-07-09T03:17:18.396Z | Downloaded slog-term v2.9.1 |
433 | 2024-07-09T03:17:18.401Z | Downloaded clap v4.5.4 |
434 | 2024-07-09T03:17:18.408Z | Downloaded pest_derive v2.7.10 |
435 | 2024-07-09T03:17:18.411Z | Downloaded toml v0.8.14 |
436 | 2024-07-09T03:17:18.413Z | Downloaded scroll v0.12.0 |
437 | 2024-07-09T03:17:18.413Z | Downloaded native-tls v0.2.11 |
438 | 2024-07-09T03:17:18.416Z | Downloaded hyper-tls v0.5.0 |
439 | 2024-07-09T03:17:18.416Z | Downloaded form_urlencoded v1.2.1 |
440 | 2024-07-09T03:17:18.419Z | Downloaded clap_derive v4.5.4 |
441 | 2024-07-09T03:17:18.419Z | Downloaded camino v1.1.7 |
442 | 2024-07-09T03:17:18.421Z | Downloaded crc32fast v1.4.0 |
443 | 2024-07-09T03:17:18.421Z | Downloaded proc-macro-error v1.0.4 |
444 | 2024-07-09T03:17:18.424Z | Downloaded fnv v1.0.7 |
445 | 2024-07-09T03:17:18.427Z | Downloaded filetime v0.2.23 |
446 | 2024-07-09T03:17:18.427Z | Downloaded dirs-next v2.0.0 |
447 | 2024-07-09T03:17:18.429Z | Downloaded semver v1.0.23 |
448 | 2024-07-09T03:17:18.430Z | Downloaded http-body v0.4.6 |
449 | 2024-07-09T03:17:18.432Z | Downloaded hostname v0.3.1 |
450 | 2024-07-09T03:17:18.432Z | Downloaded heck v0.4.1 |
451 | 2024-07-09T03:17:18.435Z | Downloaded generic-array v0.14.7 |
452 | 2024-07-09T03:17:18.435Z | Downloaded futures-task v0.3.30 |
453 | 2024-07-09T03:17:18.439Z | Downloaded futures-io v0.3.30 |
454 | 2024-07-09T03:17:18.439Z | Downloaded futures-core v0.3.30 |
455 | 2024-07-09T03:17:18.439Z | Downloaded dof v0.3.0 |
456 | 2024-07-09T03:17:18.439Z | Downloaded digest v0.10.7 |
457 | 2024-07-09T03:17:18.442Z | Downloaded deranged v0.3.11 |
458 | 2024-07-09T03:17:18.443Z | Downloaded colorchoice v1.0.1 |
459 | 2024-07-09T03:17:18.443Z | Downloaded slog-bunyan v2.5.0 |
460 | 2024-07-09T03:17:18.443Z | Downloaded scopeguard v1.2.0 |
461 | 2024-07-09T03:17:18.446Z | Downloaded futures-channel v0.3.30 |
462 | 2024-07-09T03:17:18.446Z | Downloaded serde_tokenstream v0.2.1 |
463 | 2024-07-09T03:17:18.449Z | Downloaded cargo_toml v0.20.3 |
464 | 2024-07-09T03:17:18.452Z | Downloaded serde_spanned v0.6.6 |
465 | 2024-07-09T03:17:18.453Z | Downloaded anstream v0.6.14 |
466 | 2024-07-09T03:17:18.456Z | Downloaded try-lock v0.2.5 |
467 | 2024-07-09T03:17:18.456Z | Downloaded tinyvec_macros v0.1.1 |
468 | 2024-07-09T03:17:18.456Z | Downloaded take_mut v0.2.2 |
469 | 2024-07-09T03:17:18.456Z | Downloaded scroll_derive v0.12.0 |
470 | 2024-07-09T03:17:18.456Z | Downloaded proc-macro2 v1.0.86 |
471 | 2024-07-09T03:17:18.459Z | Downloaded cargo-platform v0.1.8 |
472 | 2024-07-09T03:17:18.459Z | Downloaded cpufeatures v0.2.12 |
473 | 2024-07-09T03:17:18.462Z | Downloaded bytecount v0.6.8 |
474 | 2024-07-09T03:17:18.462Z | Downloaded bitflags v2.5.0 |
475 | 2024-07-09T03:17:18.465Z | Downloaded powerfmt v0.2.0 |
476 | 2024-07-09T03:17:19.302Z | Downloaded zerocopy v0.7.34 |
477 | 2024-07-09T03:17:19.632Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-07-09T03:17:19.632Z | Compiling unicode-ident v1.0.12 |
479 | 2024-07-09T03:17:19.647Z | Compiling libc v0.2.155 |
480 | 2024-07-09T03:17:19.647Z | Compiling version_check v0.9.4 |
481 | 2024-07-09T03:17:19.647Z | Compiling cfg-if v1.0.0 |
482 | 2024-07-09T03:17:19.647Z | Compiling itoa v1.0.11 |
483 | 2024-07-09T03:17:19.647Z | Compiling once_cell v1.19.0 |
484 | 2024-07-09T03:17:19.656Z | Compiling serde v1.0.203 |
485 | 2024-07-09T03:17:19.821Z | Compiling autocfg v1.3.0 |
486 | 2024-07-09T03:17:19.859Z | Compiling memchr v2.7.2 |
487 | 2024-07-09T03:17:19.971Z | Compiling thiserror v1.0.60 |
488 | 2024-07-09T03:17:20.148Z | Compiling ryu v1.0.18 |
489 | 2024-07-09T03:17:20.431Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-07-09T03:17:20.477Z | Compiling bitflags v2.5.0 |
491 | 2024-07-09T03:17:20.536Z | Compiling ucd-trie v0.1.6 |
492 | 2024-07-09T03:17:20.710Z | Compiling lock_api v0.4.12 |
493 | 2024-07-09T03:17:20.870Z | Compiling pkg-config v0.3.30 |
494 | 2024-07-09T03:17:21.094Z | Compiling cc v1.0.97 |
495 | 2024-07-09T03:17:21.328Z | Compiling parking_lot_core v0.9.10 |
496 | 2024-07-09T03:17:21.536Z | Compiling vcpkg v0.2.15 |
497 | 2024-07-09T03:17:21.693Z | Compiling slab v0.4.9 |
498 | 2024-07-09T03:17:21.749Z | Compiling futures-core v0.3.30 |
499 | 2024-07-09T03:17:21.812Z | Compiling bytes v1.6.0 |
500 | 2024-07-09T03:17:21.978Z | Compiling scopeguard v1.2.0 |
501 | 2024-07-09T03:17:22.011Z | Compiling futures-sink v0.3.30 |
502 | 2024-07-09T03:17:22.108Z | Compiling smallvec v1.13.2 |
503 | 2024-07-09T03:17:22.535Z | Compiling quote v1.0.36 |
504 | 2024-07-09T03:17:22.815Z | Compiling log v0.4.21 |
505 | 2024-07-09T03:17:23.105Z | Compiling syn v2.0.68 |
506 | 2024-07-09T03:17:23.126Z | Compiling hashbrown v0.14.5 |
507 | 2024-07-09T03:17:23.206Z | Compiling equivalent v1.0.1 |
508 | 2024-07-09T03:17:23.278Z | Compiling fnv v1.0.7 |
509 | 2024-07-09T03:17:23.320Z | Compiling serde_json v1.0.120 |
510 | 2024-07-09T03:17:23.414Z | Compiling byteorder v1.5.0 |
511 | 2024-07-09T03:17:23.445Z | Compiling parking_lot v0.12.2 |
512 | 2024-07-09T03:17:23.666Z | Compiling mio v0.8.11 |
513 | 2024-07-09T03:17:23.775Z | Compiling num_cpus v1.16.0 |
514 | 2024-07-09T03:17:23.855Z | Compiling socket2 v0.5.7 |
515 | 2024-07-09T03:17:23.879Z | Compiling signal-hook-registry v1.4.2 |
516 | 2024-07-09T03:17:23.921Z | Compiling futures-channel v0.3.30 |
517 | 2024-07-09T03:17:24.438Z | Compiling indexmap v2.2.6 |
518 | 2024-07-09T03:17:24.454Z | Compiling rustix v0.38.34 |
519 | 2024-07-09T03:17:24.457Z | Compiling openssl-sys v0.9.102 |
520 | 2024-07-09T03:17:24.717Z | Compiling futures-task v0.3.30 |
521 | 2024-07-09T03:17:24.787Z | Compiling typenum v1.17.0 |
522 | 2024-07-09T03:17:24.869Z | Compiling pin-utils v0.1.0 |
523 | 2024-07-09T03:17:24.998Z | Compiling futures-io v0.3.30 |
524 | 2024-07-09T03:17:25.081Z | Compiling errno v0.3.9 |
525 | 2024-07-09T03:17:25.319Z | Compiling generic-array v0.14.7 |
526 | 2024-07-09T03:17:25.342Z | Compiling openssl v0.10.64 |
527 | 2024-07-09T03:17:25.345Z | Compiling slog v2.7.0 |
528 | 2024-07-09T03:17:25.616Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-07-09T03:17:25.721Z | Compiling foreign-types v0.3.2 |
530 | 2024-07-09T03:17:25.769Z | Compiling http v0.2.12 |
531 | 2024-07-09T03:17:25.811Z | Compiling proc-macro-error-attr v1.0.4 |
532 | 2024-07-09T03:17:25.916Z | Compiling usdt-impl v0.5.0 |
533 | 2024-07-09T03:17:26.031Z | Compiling tracing-core v0.1.32 |
534 | 2024-07-09T03:17:26.204Z | Compiling syn v1.0.109 |
535 | 2024-07-09T03:17:26.538Z | Compiling native-tls v0.2.11 |
536 | 2024-07-09T03:17:26.783Z | Compiling tinyvec_macros v0.1.1 |
537 | 2024-07-09T03:17:26.808Z | Compiling httparse v1.8.0 |
538 | 2024-07-09T03:17:26.884Z | Compiling num-conv v0.1.0 |
539 | 2024-07-09T03:17:27.161Z | Compiling time-core v0.1.2 |
540 | 2024-07-09T03:17:27.249Z | Compiling powerfmt v0.2.0 |
541 | 2024-07-09T03:17:27.355Z | Compiling time-macros v0.2.18 |
542 | 2024-07-09T03:17:27.461Z | Compiling tinyvec v1.6.0 |
543 | 2024-07-09T03:17:27.620Z | Compiling deranged v0.3.11 |
544 | 2024-07-09T03:17:28.374Z | Compiling tracing v0.1.40 |
545 | 2024-07-09T03:17:28.423Z | Compiling thread-id v4.2.1 |
546 | 2024-07-09T03:17:28.694Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-07-09T03:17:28.831Z | Compiling percent-encoding v2.3.1 |
548 | 2024-07-09T03:17:28.857Z | Compiling num_threads v0.1.7 |
549 | 2024-07-09T03:17:28.992Z | Compiling utf8parse v0.2.1 |
550 | 2024-07-09T03:17:29.016Z | Compiling openssl-probe v0.1.5 |
551 | 2024-07-09T03:17:29.162Z | Compiling rustversion v1.0.17 |
552 | 2024-07-09T03:17:29.193Z | Compiling crossbeam-utils v0.8.19 |
553 | 2024-07-09T03:17:29.362Z | Compiling try-lock v0.2.5 |
554 | 2024-07-09T03:17:29.492Z | Compiling heck v0.5.0 |
555 | 2024-07-09T03:17:29.516Z | Compiling plain v0.2.3 |
556 | 2024-07-09T03:17:29.546Z | Compiling want v0.3.1 |
557 | 2024-07-09T03:17:29.680Z | Compiling anstyle-parse v0.2.4 |
558 | 2024-07-09T03:17:29.701Z | Compiling form_urlencoded v1.2.1 |
559 | 2024-07-09T03:17:29.852Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-07-09T03:17:29.996Z | Compiling http-body v0.4.6 |
561 | 2024-07-09T03:17:30.041Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-07-09T03:17:30.672Z | Compiling crc32fast v1.4.0 |
563 | 2024-07-09T03:17:30.749Z | Compiling anstyle v1.0.7 |
564 | 2024-07-09T03:17:30.814Z | Compiling unicode-bidi v0.3.15 |
565 | 2024-07-09T03:17:30.843Z | Compiling time v0.3.36 |
566 | 2024-07-09T03:17:30.863Z | Compiling winnow v0.6.8 |
567 | 2024-07-09T03:17:30.988Z | Compiling pretty-hex v0.4.1 |
568 | 2024-07-09T03:17:31.154Z | Compiling colorchoice v1.0.1 |
569 | 2024-07-09T03:17:31.187Z | Compiling semver v1.0.23 |
570 | 2024-07-09T03:17:31.223Z | Compiling tower-service v0.3.2 |
571 | 2024-07-09T03:17:31.323Z | Compiling is_terminal_polyfill v1.70.0 |
572 | 2024-07-09T03:17:31.354Z | Compiling camino v1.1.7 |
573 | 2024-07-09T03:17:31.460Z | Compiling anstyle-query v1.0.3 |
574 | 2024-07-09T03:17:31.617Z | Compiling httpdate v1.0.3 |
575 | 2024-07-09T03:17:31.790Z | Compiling anstream v0.6.14 |
576 | 2024-07-09T03:17:32.069Z | Compiling idna v0.5.0 |
577 | 2024-07-09T03:17:32.346Z | Compiling dirs-next v2.0.0 |
578 | 2024-07-09T03:17:32.557Z | Compiling block-buffer v0.10.4 |
579 | 2024-07-09T03:17:33.542Z | Compiling crypto-common v0.1.6 |
580 | 2024-07-09T03:17:33.697Z | Compiling terminal_size v0.3.0 |
581 | 2024-07-09T03:17:33.849Z | Compiling fs-err v2.11.0 |
582 | 2024-07-09T03:17:33.872Z | Compiling thread_local v1.1.8 |
583 | 2024-07-09T03:17:33.893Z | Compiling base64 v0.21.7 |
584 | 2024-07-09T03:17:33.975Z | Compiling heck v0.4.1 |
585 | 2024-07-09T03:17:34.100Z | Compiling adler v1.0.2 |
586 | 2024-07-09T03:17:34.338Z | Compiling clap_lex v0.7.0 |
587 | 2024-07-09T03:17:34.441Z | Compiling slog-async v2.8.0 |
588 | 2024-07-09T03:17:34.466Z | Compiling anyhow v1.0.86 |
589 | 2024-07-09T03:17:34.592Z | Compiling bytecount v0.6.8 |
590 | 2024-07-09T03:17:34.674Z | Compiling strsim v0.11.1 |
591 | 2024-07-09T03:17:34.766Z | Compiling unicode-width v0.1.13 |
592 | 2024-07-09T03:17:34.833Z | Compiling match_cfg v0.1.0 |
593 | 2024-07-09T03:17:34.880Z | Compiling rustls-pemfile v1.0.4 |
594 | 2024-07-09T03:17:34.905Z | Compiling hostname v0.3.1 |
595 | 2024-07-09T03:17:34.991Z | Compiling clap_builder v4.5.2 |
596 | 2024-07-09T03:17:35.015Z | Compiling papergrid v0.11.0 |
597 | 2024-07-09T03:17:35.640Z | Compiling miniz_oxide v0.7.2 |
598 | 2024-07-09T03:17:35.644Z | Compiling digest v0.10.7 |
599 | 2024-07-09T03:17:35.644Z | Compiling crossbeam-channel v0.5.12 |
600 | 2024-07-09T03:17:35.677Z | Compiling url v2.5.0 |
601 | 2024-07-09T03:17:35.786Z | Compiling term v0.7.0 |
602 | 2024-07-09T03:17:36.285Z | Compiling serde_derive v1.0.203 |
603 | 2024-07-09T03:17:36.570Z | Compiling thiserror-impl v1.0.60 |
604 | 2024-07-09T03:17:36.790Z | Compiling zerocopy-derive v0.7.34 |
605 | 2024-07-09T03:17:36.812Z | Compiling tokio-macros v2.3.0 |
606 | 2024-07-09T03:17:37.409Z | Compiling futures-macro v0.3.30 |
607 | 2024-07-09T03:17:37.634Z | Compiling openssl-macros v0.1.1 |
608 | 2024-07-09T03:17:38.389Z | Compiling scroll_derive v0.12.0 |
609 | 2024-07-09T03:17:38.575Z | Compiling tokio v1.38.0 |
610 | 2024-07-09T03:17:39.175Z | Compiling zerocopy v0.7.34 |
611 | 2024-07-09T03:17:39.540Z | Compiling futures-util v0.3.30 |
612 | 2024-07-09T03:17:40.508Z | Compiling scroll v0.12.0 |
613 | 2024-07-09T03:17:40.530Z | Compiling pest v2.7.10 |
614 | 2024-07-09T03:17:40.590Z | Compiling goblin v0.8.2 |
615 | 2024-07-09T03:17:40.834Z | Compiling tabled_derive v0.7.0 |
616 | 2024-07-09T03:17:43.190Z | Compiling pest_meta v2.7.10 |
617 | 2024-07-09T03:17:43.436Z | Compiling strum_macros v0.26.4 |
618 | 2024-07-09T03:17:45.715Z | Compiling pest_generator v2.7.10 |
619 | 2024-07-09T03:17:47.848Z | Compiling tokio-util v0.7.11 |
620 | 2024-07-09T03:17:48.575Z | Compiling pest_derive v2.7.10 |
621 | 2024-07-09T03:17:48.665Z | Compiling tokio-native-tls v0.3.1 |
622 | 2024-07-09T03:17:48.956Z | Compiling h2 v0.3.26 |
623 | 2024-07-09T03:17:49.045Z | Compiling futures-executor v0.3.30 |
624 | 2024-07-09T03:17:49.201Z | Compiling clap_derive v4.5.4 |
625 | 2024-07-09T03:17:49.401Z | Compiling dtrace-parser v0.2.0 |
626 | 2024-07-09T03:17:49.973Z | Compiling xattr v1.3.1 |
627 | 2024-07-09T03:17:50.255Z | Compiling is-terminal v0.4.12 |
628 | 2024-07-09T03:17:50.431Z | Compiling filetime v0.2.23 |
629 | 2024-07-09T03:17:50.787Z | Compiling memmap v0.7.0 |
630 | 2024-07-09T03:17:51.374Z | Compiling serde_tokenstream v0.2.1 |
631 | 2024-07-09T03:17:51.398Z | Compiling toml_datetime v0.6.6 |
632 | 2024-07-09T03:17:51.634Z | Compiling serde_spanned v0.6.6 |
633 | 2024-07-09T03:17:51.863Z | Compiling toml_edit v0.22.14 |
634 | 2024-07-09T03:17:51.915Z | Compiling cargo-platform v0.1.8 |
635 | 2024-07-09T03:17:52.533Z | Compiling serde_urlencoded v0.7.1 |
636 | 2024-07-09T03:17:53.073Z | Compiling dof v0.3.0 |
637 | 2024-07-09T03:17:53.971Z | Compiling hyper v0.14.28 |
638 | 2024-07-09T03:17:54.137Z | Compiling slog-json v2.6.1 |
639 | 2024-07-09T03:17:54.159Z | Compiling encoding_rs v0.8.34 |
640 | 2024-07-09T03:17:54.365Z | Compiling mime v0.3.17 |
641 | 2024-07-09T03:17:54.516Z | Compiling take_mut v0.2.2 |
642 | 2024-07-09T03:17:54.685Z | Compiling ipnet v2.9.0 |
643 | 2024-07-09T03:17:54.983Z | Compiling toml v0.8.14 |
644 | 2024-07-09T03:17:55.490Z | Compiling usdt-attr-macro v0.5.0 |
645 | 2024-07-09T03:17:56.010Z | Compiling usdt-macro v0.5.0 |
646 | 2024-07-09T03:17:56.434Z | Compiling cpufeatures v0.2.12 |
647 | 2024-07-09T03:17:56.544Z | Compiling sync_wrapper v0.1.2 |
648 | 2024-07-09T03:17:56.685Z | Compiling sha2 v0.10.8 |
649 | 2024-07-09T03:17:56.856Z | Compiling cargo_toml v0.20.3 |
650 | 2024-07-09T03:17:57.331Z | Compiling usdt v0.5.0 |
651 | 2024-07-09T03:17:57.836Z | Compiling hyper-tls v0.5.0 |
652 | 2024-07-09T03:17:57.916Z | Compiling slog-bunyan v2.5.0 |
653 | 2024-07-09T03:17:58.126Z | Compiling reqwest v0.11.27 |
654 | 2024-07-09T03:17:58.178Z | Compiling clap v4.5.4 |
655 | 2024-07-09T03:17:58.236Z | Compiling cargo_metadata v0.18.1 |
656 | 2024-07-09T03:17:58.303Z | Compiling macaddr v1.0.1 |
657 | 2024-07-09T03:17:58.774Z | Compiling tar v0.4.40 |
658 | 2024-07-09T03:17:58.811Z | Compiling slog-term v2.9.1 |
659 | 2024-07-09T03:18:00.087Z | Compiling flate2 v1.0.30 |
660 | 2024-07-09T03:18:00.112Z | Compiling futures v0.3.30 |
661 | 2024-07-09T03:18:00.240Z | Compiling strum v0.26.2 |
662 | 2024-07-09T03:18:00.379Z | Compiling tabled v0.15.0 |
663 | 2024-07-09T03:18:00.988Z | Compiling swrite v0.1.0 |
664 | 2024-07-09T03:18:05.125Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
665 | 2024-07-09T03:18:13.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
666 | 2024-07-09T03:18:13.395Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
667 | 2024-07-09T03:18:13.479Z | Jul 09 03:18:12.503 INFO Starting download, target: Clickhouse |
668 | 2024-07-09T03:18:13.479Z | Jul 09 03:18:12.503 INFO Starting download, target: Cockroach |
669 | 2024-07-09T03:18:13.480Z | Jul 09 03:18:12.503 INFO Starting download, target: Console |
670 | 2024-07-09T03:18:13.485Z | Jul 09 03:18:12.503 INFO Starting download, target: DendriteOpenapi |
671 | 2024-07-09T03:18:13.485Z | Jul 09 03:18:12.503 INFO Starting download, target: DendriteStub |
672 | 2024-07-09T03:18:13.485Z | Jul 09 03:18:12.503 INFO Starting download, target: MaghemiteMgd |
673 | 2024-07-09T03:18:13.485Z | Jul 09 03:18:12.503 INFO Starting download, target: TransceiverControl |
674 | 2024-07-09T03:18:13.485Z | Jul 09 03:18:12.504 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
675 | 2024-07-09T03:18:13.485Z | Jul 09 03:18:12.504 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
676 | 2024-07-09T03:18:13.486Z | Jul 09 03:18:12.504 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
677 | 2024-07-09T03:18:13.486Z | Jul 09 03:18:12.504 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
678 | 2024-07-09T03:18:13.486Z | Jul 09 03:18:12.504 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
679 | 2024-07-09T03:18:13.486Z | Jul 09 03:18:12.504 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
680 | 2024-07-09T03:18:13.486Z | Jul 09 03:18:12.504 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-07-09T03:18:14.133Z | Jul 09 03:18:13.112 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
682 | 2024-07-09T03:18:14.149Z | Jul 09 03:18:13.155 INFO Download complete, target: DendriteOpenapi |
683 | 2024-07-09T03:18:14.331Z | Jul 09 03:18:13.355 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
684 | 2024-07-09T03:18:14.428Z | Jul 09 03:18:13.478 INFO Download complete, target: Console |
685 | 2024-07-09T03:18:15.366Z | Jul 09 03:18:14.022 INFO Download complete, target: TransceiverControl |
686 | 2024-07-09T03:18:15.415Z | Jul 09 03:18:14.381 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
687 | 2024-07-09T03:18:15.945Z | Jul 09 03:18:14.974 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
688 | 2024-07-09T03:18:15.990Z | Jul 09 03:18:15.020 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
689 | 2024-07-09T03:18:18.961Z | Jul 09 03:18:18.019 INFO Download complete, target: DendriteStub |
690 | 2024-07-09T03:18:19.245Z | Jul 09 03:18:18.303 INFO Download complete, target: MaghemiteMgd |
691 | 2024-07-09T03:18:20.084Z | Jul 09 03:18:19.135 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
692 | 2024-07-09T03:18:20.085Z | Jul 09 03:18:19.135 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
693 | 2024-07-09T03:18:28.601Z | Jul 09 03:18:27.657 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
694 | 2024-07-09T03:18:28.951Z | Jul 09 03:18:28.008 INFO Checking that binary works, target: Cockroach |
695 | 2024-07-09T03:18:29.207Z | Jul 09 03:18:28.263 INFO Download complete, target: Cockroach |
696 | 2024-07-09T03:18:30.468Z | Jul 09 03:18:29.525 INFO Checking that binary works, target: Clickhouse |
697 | 2024-07-09T03:18:30.800Z | Jul 09 03:18:29.856 INFO Download complete, target: Clickhouse |
698 | 2024-07-09T03:18:31.022Z | All builder prerequisites installed successfully, and PATH looks valid |
699 | 2024-07-09T03:18:31.025Z | |
700 | 2024-07-09T03:18:31.025Z | real 3:21.589965289 |
701 | 2024-07-09T03:18:31.025Z | user 5:52.227849202 |
702 | 2024-07-09T03:18:31.025Z | sys 1:20.012651146 |
703 | 2024-07-09T03:18:31.025Z | trap 0.206155598 |
704 | 2024-07-09T03:18:31.025Z | tflt 2.292787038 |
705 | 2024-07-09T03:18:31.025Z | dflt 4.134539671 |
706 | 2024-07-09T03:18:31.025Z | kflt 0.099487267 |
707 | 2024-07-09T03:18:31.025Z | lock 13:01.034738128 |
708 | 2024-07-09T03:18:31.025Z | slp 18:50.817725626 |
709 | 2024-07-09T03:18:31.025Z | lat 20.421466378 |
710 | 2024-07-09T03:18:31.025Z | stop 1:06.210133195 |
711 | 2024-07-09T03:18:31.025Z | + banner clippy |
712 | 2024-07-09T03:18:31.028Z | |
713 | 2024-07-09T03:18:31.028Z | #### # # ##### ##### # # |
714 | 2024-07-09T03:18:31.028Z | # # # # # # # # # # |
715 | 2024-07-09T03:18:31.028Z | # # # # # # # # |
716 | 2024-07-09T03:18:31.028Z | # # # ##### ##### # |
717 | 2024-07-09T03:18:31.028Z | # # # # # # # |
718 | 2024-07-09T03:18:31.028Z | #### ###### # # # # |
719 | 2024-07-09T03:18:31.028Z | |
720 | 2024-07-09T03:18:31.028Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-07-09T03:18:31.028Z | + CARGO_INCREMENTAL=0 |
722 | 2024-07-09T03:18:31.028Z | + ptime -m cargo xtask clippy |
723 | 2024-07-09T03:18:31.588Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
724 | 2024-07-09T03:18:38.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s |
725 | 2024-07-09T03:18:39.047Z | Running `target/debug/xtask clippy` |
726 | 2024-07-09T03:18:39.072Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
727 | 2024-07-09T03:18:39.701Z | Downloading crates ... |
728 | 2024-07-09T03:18:39.885Z | Downloaded async-stream-impl v0.3.5 |
729 | 2024-07-09T03:18:39.888Z | Downloaded atomicwrites v0.4.3 |
730 | 2024-07-09T03:18:39.892Z | Downloaded bitflags v1.3.2 |
731 | 2024-07-09T03:18:39.898Z | Downloaded backoff v0.4.0 |
732 | 2024-07-09T03:18:39.906Z | Downloaded cfg_aliases v0.1.1 |
733 | 2024-07-09T03:18:39.908Z | Downloaded atomic-waker v1.1.2 |
734 | 2024-07-09T03:18:39.911Z | Downloaded approx v0.5.1 |
735 | 2024-07-09T03:18:39.914Z | Downloaded ahash v0.8.11 |
736 | 2024-07-09T03:18:39.917Z | Downloaded bitfield v0.14.0 |
737 | 2024-07-09T03:18:39.917Z | Downloaded crucible-workspace-hack v0.1.0 |
738 | 2024-07-09T03:18:39.920Z | Downloaded impl-trait-for-tuples v0.2.2 |
739 | 2024-07-09T03:18:39.922Z | Downloaded iana-time-zone v0.1.60 |
740 | 2024-07-09T03:18:39.927Z | Downloaded constant_time_eq v0.3.0 |
741 | 2024-07-09T03:18:39.927Z | Downloaded ciborium-ll v0.2.2 |
742 | 2024-07-09T03:18:39.929Z | Downloaded cast v0.3.0 |
743 | 2024-07-09T03:18:39.929Z | Downloaded cassowary v0.3.0 |
744 | 2024-07-09T03:18:39.932Z | Downloaded nested v0.1.1 |
745 | 2024-07-09T03:18:39.932Z | Downloaded cexpr v0.6.0 |
746 | 2024-07-09T03:18:39.935Z | Downloaded assert_cmd v2.0.14 |
747 | 2024-07-09T03:18:39.938Z | Downloaded ident_case v1.0.1 |
748 | 2024-07-09T03:18:39.938Z | Downloaded bitstruct_derive v0.1.0 |
749 | 2024-07-09T03:18:39.938Z | Downloaded normalize-line-endings v0.3.0 |
750 | 2024-07-09T03:18:39.940Z | Downloaded newtype_derive v0.1.6 |
751 | 2024-07-09T03:18:39.940Z | Downloaded bcs v0.1.6 |
752 | 2024-07-09T03:18:39.943Z | Downloaded argon2 v0.5.3 |
753 | 2024-07-09T03:18:39.946Z | Downloaded newline-converter v0.3.0 |
754 | 2024-07-09T03:18:39.946Z | Downloaded path-slash v0.1.5 |
755 | 2024-07-09T03:18:39.949Z | Downloaded is_ci v1.2.0 |
756 | 2024-07-09T03:18:39.949Z | Downloaded instant v0.1.12 |
757 | 2024-07-09T03:18:39.952Z | Downloaded base64 v0.22.1 |
758 | 2024-07-09T03:18:39.954Z | Downloaded internet-checksum v0.2.1 |
759 | 2024-07-09T03:18:39.957Z | Downloaded num_enum_derive v0.5.11 |
760 | 2024-07-09T03:18:39.957Z | Downloaded linear-map v1.2.0 |
761 | 2024-07-09T03:18:39.960Z | Downloaded inout v0.1.3 |
762 | 2024-07-09T03:18:39.960Z | Downloaded nanorand v0.7.0 |
763 | 2024-07-09T03:18:39.962Z | Downloaded lru v0.12.3 |
764 | 2024-07-09T03:18:39.965Z | Downloaded num v0.4.3 |
765 | 2024-07-09T03:18:39.965Z | Downloaded nodrop v0.1.14 |
766 | 2024-07-09T03:18:39.965Z | Downloaded bitstruct v0.1.1 |
767 | 2024-07-09T03:18:39.968Z | Downloaded packed_struct_codegen v0.10.1 |
768 | 2024-07-09T03:18:39.971Z | Downloaded keccak v0.1.5 |
769 | 2024-07-09T03:18:39.971Z | Downloaded atty v0.2.14 |
770 | 2024-07-09T03:18:39.974Z | Downloaded maybe-uninit v2.0.0 |
771 | 2024-07-09T03:18:39.974Z | Downloaded ciborium-io v0.2.2 |
772 | 2024-07-09T03:18:39.974Z | Downloaded lru-cache v0.1.2 |
773 | 2024-07-09T03:18:39.977Z | Downloaded libefi-sys v0.1.0 |
774 | 2024-07-09T03:18:39.977Z | Downloaded password-hash v0.5.0 |
775 | 2024-07-09T03:18:39.980Z | Downloaded parse-display-derive v0.9.1 |
776 | 2024-07-09T03:18:39.982Z | Downloaded maplit v1.0.2 |
777 | 2024-07-09T03:18:39.982Z | Downloaded ipnetwork v0.20.0 |
778 | 2024-07-09T03:18:39.985Z | Downloaded crc-any v2.5.0 |
779 | 2024-07-09T03:18:39.988Z | Downloaded kstat-rs v0.2.4 |
780 | 2024-07-09T03:18:39.988Z | Downloaded bzip2 v0.4.4 |
781 | 2024-07-09T03:18:39.990Z | Downloaded opaque-debug v0.3.1 |
782 | 2024-07-09T03:18:39.991Z | Downloaded array-init v0.0.4 |
783 | 2024-07-09T03:18:39.993Z | Downloaded crunchy v0.2.2 |
784 | 2024-07-09T03:18:39.993Z | Downloaded md5 v0.7.0 |
785 | 2024-07-09T03:18:39.993Z | Downloaded mockall v0.12.1 |
786 | 2024-07-09T03:18:39.996Z | Downloaded blake2 v0.10.6 |
787 | 2024-07-09T03:18:39.999Z | Downloaded pathdiff v0.2.1 |
788 | 2024-07-09T03:18:39.999Z | Downloaded signature v1.6.4 |
789 | 2024-07-09T03:18:40.003Z | Downloaded libtest-mimic v0.7.3 |
790 | 2024-07-09T03:18:40.003Z | Downloaded multer v3.1.0 |
791 | 2024-07-09T03:18:40.006Z | Downloaded mime_guess v2.0.4 |
792 | 2024-07-09T03:18:40.011Z | Downloaded pbkdf2 v0.11.0 |
793 | 2024-07-09T03:18:40.014Z | Downloaded parking_lot_core v0.8.6 |
794 | 2024-07-09T03:18:40.014Z | Downloaded parse-size v1.0.0 |
795 | 2024-07-09T03:18:40.014Z | Downloaded slog-dtrace v0.3.0 |
796 | 2024-07-09T03:18:40.019Z | Downloaded number_prefix v0.4.0 |
797 | 2024-07-09T03:18:40.019Z | Downloaded crc-catalog v2.4.0 |
798 | 2024-07-09T03:18:40.019Z | Downloaded castaway v0.2.2 |
799 | 2024-07-09T03:18:40.022Z | Downloaded oso-derive v0.27.3 |
800 | 2024-07-09T03:18:40.022Z | Downloaded matches v0.1.10 |
801 | 2024-07-09T03:18:40.022Z | Downloaded block-padding v0.3.3 |
802 | 2024-07-09T03:18:40.022Z | Downloaded bitfield-struct v0.6.1 |
803 | 2024-07-09T03:18:40.024Z | Downloaded indoc v1.0.9 |
804 | 2024-07-09T03:18:40.027Z | Downloaded partial-io v0.5.4 |
805 | 2024-07-09T03:18:40.030Z | Downloaded base64ct v1.6.0 |
806 | 2024-07-09T03:18:40.033Z | Downloaded strum_macros v0.25.3 |
807 | 2024-07-09T03:18:40.033Z | Downloaded dhcproto-macros v0.1.0 |
808 | 2024-07-09T03:18:40.035Z | Downloaded tower-layer v0.3.2 |
809 | 2024-07-09T03:18:40.035Z | Downloaded bit-vec v0.6.3 |
810 | 2024-07-09T03:18:40.038Z | Downloaded foreign-types-shared v0.3.1 |
811 | 2024-07-09T03:18:40.038Z | Downloaded arrayvec v0.7.4 |
812 | 2024-07-09T03:18:40.041Z | Downloaded oso v0.27.3 |
813 | 2024-07-09T03:18:40.044Z | Downloaded oorandom v11.1.3 |
814 | 2024-07-09T03:18:40.046Z | Downloaded subtle v2.5.0 |
815 | 2024-07-09T03:18:40.046Z | Downloaded nibble_vec v0.1.0 |
816 | 2024-07-09T03:18:40.049Z | Downloaded crc v3.2.1 |
817 | 2024-07-09T03:18:40.054Z | Downloaded omicron-zone-package v0.11.0 |
818 | 2024-07-09T03:18:40.056Z | Downloaded serde_arrays v0.1.0 |
819 | 2024-07-09T03:18:40.056Z | Downloaded doc-comment v0.3.3 |
820 | 2024-07-09T03:18:40.056Z | Downloaded indicatif v0.17.8 |
821 | 2024-07-09T03:18:40.060Z | Downloaded chacha20 v0.9.1 |
822 | 2024-07-09T03:18:40.065Z | Downloaded memoffset v0.9.1 |
823 | 2024-07-09T03:18:40.065Z | Downloaded parse-display v0.9.1 |
824 | 2024-07-09T03:18:40.071Z | Downloaded olpc-cjson v0.1.3 |
825 | 2024-07-09T03:18:40.071Z | Downloaded plotters-svg v0.3.5 |
826 | 2024-07-09T03:18:40.071Z | Downloaded unicode-linebreak v0.1.5 |
827 | 2024-07-09T03:18:40.071Z | Downloaded ciborium v0.2.2 |
828 | 2024-07-09T03:18:40.080Z | Downloaded shell-words v1.1.0 |
829 | 2024-07-09T03:18:40.080Z | Downloaded pbkdf2 v0.12.2 |
830 | 2024-07-09T03:18:40.080Z | Downloaded num-iter v0.1.45 |
831 | 2024-07-09T03:18:40.080Z | Downloaded paste v1.0.15 |
832 | 2024-07-09T03:18:40.085Z | Downloaded const_format v0.2.32 |
833 | 2024-07-09T03:18:40.085Z | Downloaded tabwriter v1.4.0 |
834 | 2024-07-09T03:18:40.091Z | Downloaded either v1.12.0 |
835 | 2024-07-09T03:18:40.092Z | Downloaded spin v0.5.2 |
836 | 2024-07-09T03:18:40.092Z | Downloaded structmeta v0.2.0 |
837 | 2024-07-09T03:18:40.092Z | Downloaded parking_lot v0.11.2 |
838 | 2024-07-09T03:18:40.096Z | Downloaded hash32 v0.2.1 |
839 | 2024-07-09T03:18:40.096Z | Downloaded fragile v2.0.0 |
840 | 2024-07-09T03:18:40.096Z | Downloaded yansi v0.5.1 |
841 | 2024-07-09T03:18:40.100Z | Downloaded tokio-rustls v0.24.1 |
842 | 2024-07-09T03:18:40.100Z | Downloaded num-complex v0.4.6 |
843 | 2024-07-09T03:18:40.105Z | Downloaded addr2line v0.21.0 |
844 | 2024-07-09T03:18:40.105Z | Downloaded owo-colors v4.0.0 |
845 | 2024-07-09T03:18:40.111Z | Downloaded vte_generate_state_changes v0.1.1 |
846 | 2024-07-09T03:18:40.111Z | Downloaded float-ord v0.3.2 |
847 | 2024-07-09T03:18:40.114Z | Downloaded hash32 v0.3.1 |
848 | 2024-07-09T03:18:40.114Z | Downloaded rand_chacha v0.3.1 |
849 | 2024-07-09T03:18:40.114Z | Downloaded humantime v2.1.0 |
850 | 2024-07-09T03:18:40.117Z | Downloaded plotters-backend v0.3.5 |
851 | 2024-07-09T03:18:40.117Z | Downloaded yasna v0.5.2 |
852 | 2024-07-09T03:18:40.120Z | Downloaded derive_builder_macro v0.20.0 |
853 | 2024-07-09T03:18:40.120Z | Downloaded chacha20poly1305 v0.10.1 |
854 | 2024-07-09T03:18:40.124Z | Downloaded arc-swap v1.7.1 |
855 | 2024-07-09T03:18:40.128Z | Downloaded psl-types v2.0.11 |
856 | 2024-07-09T03:18:40.131Z | Downloaded serde_path_to_error v0.1.16 |
857 | 2024-07-09T03:18:40.131Z | Downloaded rtoolbox v0.0.2 |
858 | 2024-07-09T03:18:40.134Z | Downloaded p256 v0.13.2 |
859 | 2024-07-09T03:18:40.137Z | Downloaded indexmap v1.9.3 |
860 | 2024-07-09T03:18:40.140Z | Downloaded smallvec v0.6.14 |
861 | 2024-07-09T03:18:40.145Z | Downloaded sha1 v0.10.6 |
862 | 2024-07-09T03:18:40.148Z | Downloaded crossbeam-epoch v0.9.18 |
863 | 2024-07-09T03:18:40.148Z | Downloaded defmt-macros v0.3.9 |
864 | 2024-07-09T03:18:40.153Z | Downloaded cookie v0.18.1 |
865 | 2024-07-09T03:18:40.158Z | Downloaded termtree v0.4.1 |
866 | 2024-07-09T03:18:40.158Z | Downloaded ed25519 v1.5.3 |
867 | 2024-07-09T03:18:40.162Z | Downloaded rstest v0.19.0 |
868 | 2024-07-09T03:18:40.173Z | Downloaded wait-timeout v0.2.0 |
869 | 2024-07-09T03:18:40.179Z | Downloaded pretty-hex v0.2.1 |
870 | 2024-07-09T03:18:40.182Z | Downloaded precomputed-hash v0.1.1 |
871 | 2024-07-09T03:18:40.182Z | Downloaded escape8259 v0.5.2 |
872 | 2024-07-09T03:18:40.182Z | Downloaded hex-literal v0.4.1 |
873 | 2024-07-09T03:18:40.182Z | Downloaded hex v0.4.3 |
874 | 2024-07-09T03:18:40.182Z | Downloaded fxhash v0.2.1 |
875 | 2024-07-09T03:18:40.186Z | Downloaded ed25519 v2.2.3 |
876 | 2024-07-09T03:18:40.186Z | Downloaded termios v0.3.3 |
877 | 2024-07-09T03:18:40.190Z | Downloaded downcast v0.11.0 |
878 | 2024-07-09T03:18:40.190Z | Downloaded zone_cfg_derive v0.1.2 |
879 | 2024-07-09T03:18:40.190Z | Downloaded rustc_version v0.1.7 |
880 | 2024-07-09T03:18:40.194Z | Downloaded rustc-hash v1.1.0 |
881 | 2024-07-09T03:18:40.194Z | Downloaded tinytemplate v1.2.1 |
882 | 2024-07-09T03:18:40.197Z | Downloaded subprocess v0.2.9 |
883 | 2024-07-09T03:18:40.197Z | Downloaded getopts v0.2.21 |
884 | 2024-07-09T03:18:40.202Z | Downloaded data-encoding v2.6.0 |
885 | 2024-07-09T03:18:40.203Z | Downloaded half v2.4.1 |
886 | 2024-07-09T03:18:40.206Z | Downloaded dhcproto v0.11.0 |
887 | 2024-07-09T03:18:40.210Z | Downloaded waitgroup v0.1.2 |
888 | 2024-07-09T03:18:40.210Z | Downloaded peg-runtime v0.8.3 |
889 | 2024-07-09T03:18:40.210Z | Downloaded sec1 v0.7.3 |
890 | 2024-07-09T03:18:40.228Z | Downloaded wyz v0.5.1 |
891 | 2024-07-09T03:18:40.228Z | Downloaded hubpack v0.1.2 |
892 | 2024-07-09T03:18:40.228Z | Downloaded gethostname v0.4.3 |
893 | 2024-07-09T03:18:40.228Z | Downloaded fatfs v0.3.6 |
894 | 2024-07-09T03:18:40.228Z | Downloaded target-spec v3.1.0 |
895 | 2024-07-09T03:18:40.228Z | Downloaded tap v1.0.1 |
896 | 2024-07-09T03:18:40.228Z | Downloaded strum_macros v0.24.3 |
897 | 2024-07-09T03:18:40.232Z | Downloaded glob v0.3.1 |
898 | 2024-07-09T03:18:40.232Z | Downloaded fixedbitset v0.4.2 |
899 | 2024-07-09T03:18:40.232Z | Downloaded crossterm v0.27.0 |
900 | 2024-07-09T03:18:40.235Z | Downloaded globset v0.4.14 |
901 | 2024-07-09T03:18:40.239Z | Downloaded russh-cryptovec v0.7.2 |
902 | 2024-07-09T03:18:40.242Z | Downloaded slog-scope v4.4.0 |
903 | 2024-07-09T03:18:40.242Z | Downloaded slog-envlogger v2.2.0 |
904 | 2024-07-09T03:18:40.246Z | Downloaded poly1305 v0.8.0 |
905 | 2024-07-09T03:18:40.250Z | Downloaded tokio-rustls v0.25.0 |
906 | 2024-07-09T03:18:40.250Z | Downloaded phf_shared v0.10.0 |
907 | 2024-07-09T03:18:40.253Z | Downloaded similar-asserts v1.5.0 |
908 | 2024-07-09T03:18:40.253Z | Downloaded serde_plain v1.0.2 |
909 | 2024-07-09T03:18:40.258Z | Downloaded resolv-conf v0.7.0 |
910 | 2024-07-09T03:18:40.258Z | Downloaded guppy-workspace-hack v0.1.0 |
911 | 2024-07-09T03:18:40.261Z | Downloaded spki v0.7.3 |
912 | 2024-07-09T03:18:40.261Z | Downloaded target-lexicon v0.12.14 |
913 | 2024-07-09T03:18:40.264Z | Downloaded serde_repr v0.1.19 |
914 | 2024-07-09T03:18:40.267Z | Downloaded pem v3.0.4 |
915 | 2024-07-09T03:18:40.267Z | Downloaded flagset v0.4.5 |
916 | 2024-07-09T03:18:40.271Z | Downloaded thiserror-impl-no-std v2.0.2 |
917 | 2024-07-09T03:18:40.271Z | Downloaded tempfile v3.10.1 |
918 | 2024-07-09T03:18:40.274Z | Downloaded rusty-fork v0.3.0 |
919 | 2024-07-09T03:18:40.278Z | Downloaded toolchain_find v0.4.0 |
920 | 2024-07-09T03:18:40.278Z | Downloaded rstest_macros v0.19.0 |
921 | 2024-07-09T03:18:40.281Z | Downloaded httptest v0.15.5 |
922 | 2024-07-09T03:18:40.284Z | Downloaded headers-core v0.2.0 |
923 | 2024-07-09T03:18:40.284Z | Downloaded untrusted v0.7.1 |
924 | 2024-07-09T03:18:40.287Z | Downloaded serde-big-array v0.5.1 |
925 | 2024-07-09T03:18:40.287Z | Downloaded serde-big-array v0.4.1 |
926 | 2024-07-09T03:18:40.291Z | Downloaded http-range v0.1.5 |
927 | 2024-07-09T03:18:40.291Z | Downloaded sqlformat v0.2.3 |
928 | 2024-07-09T03:18:40.299Z | Downloaded http-body v1.0.0 |
929 | 2024-07-09T03:18:40.299Z | Downloaded backtrace v0.3.71 |
930 | 2024-07-09T03:18:40.304Z | Downloaded rustc-demangle v0.1.24 |
931 | 2024-07-09T03:18:40.307Z | Downloaded static_assertions v1.1.0 |
932 | 2024-07-09T03:18:40.307Z | Downloaded tiny-keccak v2.0.2 |
933 | 2024-07-09T03:18:40.311Z | Downloaded schemars_derive v0.8.21 |
934 | 2024-07-09T03:18:40.311Z | Downloaded portpicker v0.1.1 |
935 | 2024-07-09T03:18:40.311Z | Downloaded hubpack_derive v0.1.1 |
936 | 2024-07-09T03:18:40.372Z | Downloaded rust-argon2 v2.1.0 |
937 | 2024-07-09T03:18:40.372Z | Downloaded test-strategy v0.3.1 |
938 | 2024-07-09T03:18:40.372Z | Downloaded quick-error v1.2.3 |
939 | 2024-07-09T03:18:40.372Z | Downloaded datatest-stable v0.2.9 |
940 | 2024-07-09T03:18:40.372Z | Downloaded diff v0.1.13 |
941 | 2024-07-09T03:18:40.372Z | Downloaded display-error-chain v0.2.0 |
942 | 2024-07-09T03:18:40.372Z | Downloaded vsss-rs v3.3.4 |
943 | 2024-07-09T03:18:40.372Z | Downloaded dirs-sys v0.4.1 |
944 | 2024-07-09T03:18:40.372Z | Downloaded stability v0.2.0 |
945 | 2024-07-09T03:18:40.373Z | Downloaded semver v0.1.20 |
946 | 2024-07-09T03:18:40.373Z | Downloaded unicode_categories v0.1.1 |
947 | 2024-07-09T03:18:40.373Z | Downloaded endian-type v0.1.2 |
948 | 2024-07-09T03:18:40.373Z | Downloaded russh-keys v0.43.0 |
949 | 2024-07-09T03:18:40.373Z | Downloaded getrandom v0.2.14 |
950 | 2024-07-09T03:18:40.384Z | Downloaded num-bigint-dig v0.8.4 |
951 | 2024-07-09T03:18:40.384Z | Downloaded darling_core v0.20.9 |
952 | 2024-07-09T03:18:40.384Z | Downloaded topological-sort v0.2.2 |
953 | 2024-07-09T03:18:40.385Z | Downloaded ref-cast-impl v1.0.23 |
954 | 2024-07-09T03:18:40.385Z | Downloaded phf v0.11.2 |
955 | 2024-07-09T03:18:40.385Z | Downloaded hyper-staticfile v0.9.5 |
956 | 2024-07-09T03:18:40.385Z | Downloaded walkdir v2.5.0 |
957 | 2024-07-09T03:18:40.385Z | Downloaded aes v0.8.4 |
958 | 2024-07-09T03:18:40.385Z | Downloaded which v4.4.2 |
959 | 2024-07-09T03:18:40.385Z | Downloaded textwrap v0.16.1 |
960 | 2024-07-09T03:18:40.385Z | Downloaded serde_derive_internals v0.29.1 |
961 | 2024-07-09T03:18:40.385Z | Downloaded zeroize_derive v1.4.2 |
962 | 2024-07-09T03:18:40.385Z | Downloaded strip-ansi-escapes v0.2.0 |
963 | 2024-07-09T03:18:40.396Z | Downloaded phf_shared v0.11.2 |
964 | 2024-07-09T03:18:40.396Z | Downloaded rand_core v0.6.4 |
965 | 2024-07-09T03:18:40.396Z | Downloaded rand_core v0.5.1 |
966 | 2024-07-09T03:18:40.396Z | Downloaded publicsuffix v2.2.3 |
967 | 2024-07-09T03:18:40.396Z | Downloaded structmeta-derive v0.2.0 |
968 | 2024-07-09T03:18:40.396Z | Downloaded sqlparser_derive v0.2.2 |
969 | 2024-07-09T03:18:40.396Z | Downloaded stringprep v0.1.4 |
970 | 2024-07-09T03:18:40.403Z | Downloaded funty v2.0.0 |
971 | 2024-07-09T03:18:40.403Z | Downloaded derive_more v0.99.18 |
972 | 2024-07-09T03:18:40.403Z | Downloaded rand v0.8.5 |
973 | 2024-07-09T03:18:40.404Z | Downloaded rpassword v7.3.1 |
974 | 2024-07-09T03:18:40.447Z | Downloaded derive_builder_core v0.20.0 |
975 | 2024-07-09T03:18:40.447Z | Downloaded embedded-io v0.4.0 |
976 | 2024-07-09T03:18:40.447Z | Downloaded tungstenite v0.20.1 |
977 | 2024-07-09T03:18:40.448Z | Downloaded stable_deref_trait v1.2.0 |
978 | 2024-07-09T03:18:40.448Z | Downloaded tracing-attributes v0.1.27 |
979 | 2024-07-09T03:18:40.448Z | Downloaded primeorder v0.13.6 |
980 | 2024-07-09T03:18:40.448Z | Downloaded foreign-types v0.5.0 |
981 | 2024-07-09T03:18:40.448Z | Downloaded peg v0.8.3 |
982 | 2024-07-09T03:18:40.448Z | Downloaded dirs v5.0.1 |
983 | 2024-07-09T03:18:40.448Z | Downloaded diesel_table_macro_syntax v0.1.0 |
984 | 2024-07-09T03:18:40.448Z | Downloaded signal-hook-tokio v0.3.1 |
985 | 2024-07-09T03:18:40.449Z | Downloaded blake3 v1.5.1 |
986 | 2024-07-09T03:18:40.461Z | Downloaded threadpool v1.8.1 |
987 | 2024-07-09T03:18:40.462Z | Downloaded rand_seeder v0.2.3 |
988 | 2024-07-09T03:18:40.462Z | Downloaded radium v0.7.0 |
989 | 2024-07-09T03:18:40.462Z | Downloaded serde_yaml v0.9.34+deprecated |
990 | 2024-07-09T03:18:40.462Z | Downloaded enum-as-inner v0.5.1 |
991 | 2024-07-09T03:18:40.462Z | Downloaded schemars v0.8.21 |
992 | 2024-07-09T03:18:40.506Z | Downloaded shlex v1.3.0 |
993 | 2024-07-09T03:18:40.506Z | Downloaded ref-cast v1.0.23 |
994 | 2024-07-09T03:18:40.506Z | Downloaded signature v2.2.0 |
995 | 2024-07-09T03:18:40.506Z | Downloaded rcgen v0.12.1 |
996 | 2024-07-09T03:18:40.506Z | Downloaded r2d2 v0.8.10 |
997 | 2024-07-09T03:18:40.507Z | Downloaded postgres-protocol v0.6.6 |
998 | 2024-07-09T03:18:40.507Z | Downloaded rustfmt-wrapper v0.2.1 |
999 | 2024-07-09T03:18:40.507Z | Downloaded p521 v0.13.3 |
1000 | 2024-07-09T03:18:40.521Z | Downloaded zerocopy v0.6.6 |
1001 | 2024-07-09T03:18:40.521Z | Downloaded rand_xorshift v0.3.0 |
1002 | 2024-07-09T03:18:40.521Z | Downloaded foreign-types-macros v0.2.3 |
1003 | 2024-07-09T03:18:40.521Z | Downloaded pin-project v1.1.5 |
1004 | 2024-07-09T03:18:40.521Z | Downloaded ron v0.7.1 |
1005 | 2024-07-09T03:18:40.521Z | Downloaded scheduled-thread-pool v0.2.7 |
1006 | 2024-07-09T03:18:40.522Z | Downloaded float-cmp v0.9.0 |
1007 | 2024-07-09T03:18:40.522Z | Downloaded erased-serde v0.3.31 |
1008 | 2024-07-09T03:18:40.522Z | Downloaded serde_with_macros v3.8.1 |
1009 | 2024-07-09T03:18:40.522Z | Downloaded der_derive v0.7.2 |
1010 | 2024-07-09T03:18:40.522Z | Downloaded highway v1.1.0 |
1011 | 2024-07-09T03:18:40.522Z | Downloaded rand_chacha v0.2.2 |
1012 | 2024-07-09T03:18:40.522Z | Downloaded uuid v1.9.1 |
1013 | 2024-07-09T03:18:40.535Z | Downloaded postcard v1.0.8 |
1014 | 2024-07-09T03:18:40.535Z | Downloaded similar v2.5.0 |
1015 | 2024-07-09T03:18:40.536Z | Downloaded rustls-native-certs v0.7.0 |
1016 | 2024-07-09T03:18:40.536Z | Downloaded rustyline v14.0.0 |
1017 | 2024-07-09T03:18:40.545Z | Downloaded rand v0.7.3 |
1018 | 2024-07-09T03:18:40.545Z | Downloaded trybuild v1.0.96 |
1019 | 2024-07-09T03:18:40.545Z | Downloaded headers v0.3.9 |
1020 | 2024-07-09T03:18:40.554Z | Downloaded aho-corasick v1.1.3 |
1021 | 2024-07-09T03:18:40.554Z | Downloaded env_logger v0.10.2 |
1022 | 2024-07-09T03:18:40.574Z | Downloaded ron v0.8.1 |
1023 | 2024-07-09T03:18:40.590Z | Downloaded x509-cert v0.2.5 |
1024 | 2024-07-09T03:18:40.590Z | Downloaded hmac v0.12.1 |
1025 | 2024-07-09T03:18:40.590Z | Downloaded flume v0.11.0 |
1026 | 2024-07-09T03:18:40.592Z | Downloaded trust-dns-resolver v0.22.0 |
1027 | 2024-07-09T03:18:40.592Z | Downloaded trust-dns-client v0.22.0 |
1028 | 2024-07-09T03:18:40.602Z | Downloaded rustls-pemfile v2.1.2 |
1029 | 2024-07-09T03:18:40.602Z | Downloaded expectorate v1.1.0 |
1030 | 2024-07-09T03:18:40.602Z | Downloaded tungstenite v0.21.0 |
1031 | 2024-07-09T03:18:40.602Z | Downloaded http v1.1.0 |
1032 | 2024-07-09T03:18:40.602Z | Downloaded bindgen v0.69.4 |
1033 | 2024-07-09T03:18:40.613Z | Downloaded rand_distr v0.4.3 |
1034 | 2024-07-09T03:18:40.620Z | Downloaded postgres-types v0.2.6 |
1035 | 2024-07-09T03:18:40.621Z | Downloaded libxml v0.3.3 |
1036 | 2024-07-09T03:18:40.626Z | Downloaded hyper v1.3.1 |
1037 | 2024-07-09T03:18:40.665Z | Downloaded der v0.7.9 |
1038 | 2024-07-09T03:18:40.666Z | Downloaded curve25519-dalek v4.1.3 |
1039 | 2024-07-09T03:18:40.666Z | Downloaded typed-path v0.7.1 |
1040 | 2024-07-09T03:18:40.679Z | Downloaded plotters v0.3.5 |
1041 | 2024-07-09T03:18:40.679Z | Downloaded reedline v0.31.0 |
1042 | 2024-07-09T03:18:40.679Z | Downloaded tough v0.17.1 |
1043 | 2024-07-09T03:18:40.683Z | Downloaded guppy v0.17.5 |
1044 | 2024-07-09T03:18:40.683Z | Downloaded gimli v0.28.1 |
1045 | 2024-07-09T03:18:40.691Z | Downloaded portable-atomic v1.6.0 |
1046 | 2024-07-09T03:18:40.698Z | Downloaded lalrpop v0.19.12 |
1047 | 2024-07-09T03:18:40.716Z | Downloaded rustls-webpki v0.102.4 |
1048 | 2024-07-09T03:18:40.734Z | Downloaded polar-core v0.27.3 |
1049 | 2024-07-09T03:18:40.748Z | Downloaded rayon v1.10.0 |
1050 | 2024-07-09T03:18:40.758Z | Downloaded idna v0.3.0 |
1051 | 2024-07-09T03:18:40.782Z | Downloaded sqlparser v0.45.0 |
1052 | 2024-07-09T03:18:40.782Z | Downloaded radix_trie v0.2.1 |
1053 | 2024-07-09T03:18:40.798Z | Downloaded proptest v1.4.0 |
1054 | 2024-07-09T03:18:40.798Z | Downloaded rustls-webpki v0.101.7 |
1055 | 2024-07-09T03:18:40.812Z | Downloaded quick-xml v0.31.0 |
1056 | 2024-07-09T03:18:40.812Z | Downloaded regex-syntax v0.8.3 |
1057 | 2024-07-09T03:18:40.827Z | Downloaded object v0.32.2 |
1058 | 2024-07-09T03:18:40.828Z | Downloaded rustls v0.22.4 |
1059 | 2024-07-09T03:18:40.852Z | Downloaded smoltcp v0.9.1 |
1060 | 2024-07-09T03:18:40.860Z | Downloaded webpki-roots v0.25.4 |
1061 | 2024-07-09T03:18:40.860Z | Downloaded trust-dns-proto v0.22.0 |
1062 | 2024-07-09T03:18:40.873Z | Downloaded smoltcp v0.11.0 |
1063 | 2024-07-09T03:18:40.889Z | Downloaded regress v0.9.1 |
1064 | 2024-07-09T03:18:40.895Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1065 | 2024-07-09T03:18:40.896Z | Downloaded zerocopy-derive v0.6.6 |
1066 | 2024-07-09T03:18:40.914Z | Downloaded openapiv3 v2.0.0 |
1067 | 2024-07-09T03:18:40.921Z | Downloaded regex-automata v0.4.6 |
1068 | 2024-07-09T03:18:40.938Z | Downloaded finl_unicode v1.2.0 |
1069 | 2024-07-09T03:18:40.951Z | Downloaded petgraph v0.6.5 |
1070 | 2024-07-09T03:18:40.972Z | Downloaded sha3 v0.10.8 |
1071 | 2024-07-09T03:18:40.982Z | Downloaded csv v1.3.0 |
1072 | 2024-07-09T03:18:40.989Z | Downloaded ratatui v0.27.0 |
1073 | 2024-07-09T03:18:41.005Z | Downloaded sled v0.34.7 |
1074 | 2024-07-09T03:18:41.014Z | Downloaded nix v0.28.0 |
1075 | 2024-07-09T03:18:41.031Z | Downloaded regex-syntax v0.6.29 |
1076 | 2024-07-09T03:18:41.037Z | Downloaded diesel v2.1.6 |
1077 | 2024-07-09T03:18:41.051Z | Downloaded rustls v0.21.12 |
1078 | 2024-07-09T03:18:41.062Z | Downloaded regex v1.10.5 |
1079 | 2024-07-09T03:18:41.081Z | Downloaded idna v0.2.3 |
1080 | 2024-07-09T03:18:41.088Z | Downloaded nix v0.27.1 |
1081 | 2024-07-09T03:18:41.092Z | Downloaded bstr v1.9.1 |
1082 | 2024-07-09T03:18:41.100Z | Downloaded hkdf v0.12.4 |
1083 | 2024-07-09T03:18:41.103Z | Downloaded object v0.30.4 |
1084 | 2024-07-09T03:18:41.110Z | Downloaded bstr v0.2.17 |
1085 | 2024-07-09T03:18:41.119Z | Downloaded winnow v0.5.40 |
1086 | 2024-07-09T03:18:41.127Z | Downloaded tower v0.4.13 |
1087 | 2024-07-09T03:18:41.136Z | Downloaded chrono v0.4.38 |
1088 | 2024-07-09T03:18:41.143Z | Downloaded bitvec v1.0.1 |
1089 | 2024-07-09T03:18:41.157Z | Downloaded prettyplease v0.2.20 |
1090 | 2024-07-09T03:18:41.160Z | Downloaded itertools v0.13.0 |
1091 | 2024-07-09T03:18:41.167Z | Downloaded hyper-util v0.1.3 |
1092 | 2024-07-09T03:18:41.171Z | Downloaded itertools v0.10.5 |
1093 | 2024-07-09T03:18:41.176Z | Downloaded heapless v0.8.0 |
1094 | 2024-07-09T03:18:41.180Z | Downloaded heapless v0.7.17 |
1095 | 2024-07-09T03:18:41.184Z | Downloaded derive-where v1.2.7 |
1096 | 2024-07-09T03:18:41.187Z | Downloaded rustls-pki-types v1.7.0 |
1097 | 2024-07-09T03:18:41.191Z | Downloaded toml_edit v0.19.15 |
1098 | 2024-07-09T03:18:41.207Z | Downloaded russh v0.43.0 |
1099 | 2024-07-09T03:18:41.210Z | Downloaded regex-automata v0.1.10 |
1100 | 2024-07-09T03:18:41.217Z | Downloaded nom v7.1.3 |
1101 | 2024-07-09T03:18:41.220Z | Downloaded derive_builder v0.20.0 |
1102 | 2024-07-09T03:18:41.224Z | Downloaded zip v0.6.6 |
1103 | 2024-07-09T03:18:41.228Z | Downloaded diesel_derives v2.1.4 |
1104 | 2024-07-09T03:18:41.232Z | Downloaded serde_with v3.8.1 |
1105 | 2024-07-09T03:18:41.240Z | Downloaded env_logger v0.9.3 |
1106 | 2024-07-09T03:18:41.244Z | Downloaded ena v0.14.3 |
1107 | 2024-07-09T03:18:41.247Z | Downloaded signal-hook v0.3.17 |
1108 | 2024-07-09T03:18:41.250Z | Downloaded toml v0.5.11 |
1109 | 2024-07-09T03:18:41.253Z | Downloaded rayon-core v1.12.1 |
1110 | 2024-07-09T03:18:41.256Z | Downloaded hashbrown v0.12.3 |
1111 | 2024-07-09T03:18:41.260Z | Downloaded heck v0.3.3 |
1112 | 2024-07-09T03:18:41.263Z | Downloaded difflib v0.4.0 |
1113 | 2024-07-09T03:18:41.263Z | Downloaded structmeta-derive v0.3.0 |
1114 | 2024-07-09T03:18:41.268Z | Downloaded aes-gcm v0.10.3 |
1115 | 2024-07-09T03:18:41.271Z | Downloaded defmt v0.3.8 |
1116 | 2024-07-09T03:18:41.271Z | Downloaded whoami v1.5.1 |
1117 | 2024-07-09T03:18:41.273Z | Downloaded unsafe-libyaml v0.2.11 |
1118 | 2024-07-09T03:18:41.276Z | Downloaded hashbrown v0.13.2 |
1119 | 2024-07-09T03:18:41.280Z | Downloaded ff v0.13.0 |
1120 | 2024-07-09T03:18:41.283Z | Downloaded uzers v0.11.3 |
1121 | 2024-07-09T03:18:41.283Z | Downloaded toml v0.7.8 |
1122 | 2024-07-09T03:18:41.286Z | Downloaded ppv-lite86 v0.2.17 |
1123 | 2024-07-09T03:18:41.291Z | Downloaded snafu v0.8.2 |
1124 | 2024-07-09T03:18:41.294Z | Downloaded rustc_version v0.4.0 |
1125 | 2024-07-09T03:18:41.296Z | Downloaded salty v0.2.0 |
1126 | 2024-07-09T03:18:41.301Z | Downloaded num-bigint v0.4.5 |
1127 | 2024-07-09T03:18:41.305Z | Downloaded signal-hook-mio v0.2.3 |
1128 | 2024-07-09T03:18:41.308Z | Downloaded minimal-lexical v0.2.1 |
1129 | 2024-07-09T03:18:41.310Z | Downloaded tokio-tungstenite v0.21.0 |
1130 | 2024-07-09T03:18:41.313Z | Downloaded sct v0.7.1 |
1131 | 2024-07-09T03:18:41.316Z | Downloaded socket2 v0.4.10 |
1132 | 2024-07-09T03:18:41.318Z | Downloaded unicode-segmentation v1.11.0 |
1133 | 2024-07-09T03:18:41.322Z | Downloaded getrandom v0.1.16 |
1134 | 2024-07-09T03:18:41.326Z | Downloaded libm v0.2.8 |
1135 | 2024-07-09T03:18:41.333Z | Downloaded utf-8 v0.7.6 |
1136 | 2024-07-09T03:18:41.337Z | Downloaded untrusted v0.9.0 |
1137 | 2024-07-09T03:18:41.337Z | Downloaded serde-hex v0.1.0 |
1138 | 2024-07-09T03:18:41.337Z | Downloaded snafu-derive v0.8.2 |
1139 | 2024-07-09T03:18:41.337Z | Downloaded peg-macros v0.8.3 |
1140 | 2024-07-09T03:18:41.363Z | Downloaded samael v0.0.15 |
1141 | 2024-07-09T03:18:41.366Z | Downloaded rsa v0.9.6 |
1142 | 2024-07-09T03:18:41.366Z | Downloaded tokio-tungstenite v0.20.1 |
1143 | 2024-07-09T03:18:41.366Z | Downloaded pretty_assertions v1.4.0 |
1144 | 2024-07-09T03:18:41.366Z | Downloaded fancy-regex v0.13.0 |
1145 | 2024-07-09T03:18:41.367Z | Downloaded group v0.13.0 |
1146 | 2024-07-09T03:18:41.367Z | Downloaded fallible-iterator v0.2.0 |
1147 | 2024-07-09T03:18:41.367Z | Downloaded tui-tree-widget v0.21.0 |
1148 | 2024-07-09T03:18:41.367Z | Downloaded ed25519-dalek v2.1.1 |
1149 | 2024-07-09T03:18:41.367Z | Downloaded steno v0.4.1 |
1150 | 2024-07-09T03:18:41.367Z | Downloaded proc-macro-crate v1.3.1 |
1151 | 2024-07-09T03:18:41.367Z | Downloaded relative-path v1.9.3 |
1152 | 2024-07-09T03:18:41.372Z | Downloaded hostname v0.4.0 |
1153 | 2024-07-09T03:18:41.372Z | Downloaded ring v0.17.8 |
1154 | 2024-07-09T03:18:41.435Z | Downloaded polyval v0.6.2 |
1155 | 2024-07-09T03:18:41.442Z | Downloaded tokio-postgres v0.7.10 |
1156 | 2024-07-09T03:18:41.446Z | Downloaded elliptic-curve v0.13.8 |
1157 | 2024-07-09T03:18:41.446Z | Downloaded dyn-clone v1.0.17 |
1158 | 2024-07-09T03:18:41.451Z | Downloaded debug-ignore v1.0.5 |
1159 | 2024-07-09T03:18:41.451Z | Downloaded zone v0.1.8 |
1160 | 2024-07-09T03:18:41.451Z | Downloaded thiserror-no-std v2.0.2 |
1161 | 2024-07-09T03:18:41.457Z | Downloaded ecdsa v0.16.9 |
1162 | 2024-07-09T03:18:41.457Z | Downloaded vte v0.11.1 |
1163 | 2024-07-09T03:18:41.465Z | Downloaded tokio-stream v0.1.15 |
1164 | 2024-07-09T03:18:41.465Z | Downloaded tls_codec_derive v0.4.1 |
1165 | 2024-07-09T03:18:41.468Z | Downloaded trust-dns-server v0.22.1 |
1166 | 2024-07-09T03:18:41.468Z | Downloaded pin-project-internal v1.1.5 |
1167 | 2024-07-09T03:18:41.468Z | Downloaded ring v0.16.20 |
1168 | 2024-07-09T03:18:41.547Z | Downloaded rfc6979 v0.4.0 |
1169 | 2024-07-09T03:18:41.550Z | Downloaded predicates-tree v1.0.9 |
1170 | 2024-07-09T03:18:41.550Z | Downloaded predicates-core v1.0.6 |
1171 | 2024-07-09T03:18:41.550Z | Downloaded predicates v3.1.0 |
1172 | 2024-07-09T03:18:41.550Z | Downloaded home v0.5.9 |
1173 | 2024-07-09T03:18:41.550Z | Downloaded ghash v0.5.1 |
1174 | 2024-07-09T03:18:41.558Z | Downloaded same-file v1.0.6 |
1175 | 2024-07-09T03:18:41.558Z | Downloaded pkcs1 v0.7.5 |
1176 | 2024-07-09T03:18:41.558Z | Downloaded pem-rfc7468 v0.7.0 |
1177 | 2024-07-09T03:18:41.561Z | Downloaded smf v0.2.3 |
1178 | 2024-07-09T03:18:41.561Z | Downloaded smawk v0.3.2 |
1179 | 2024-07-09T03:18:41.561Z | Downloaded compact_str v0.7.1 |
1180 | 2024-07-09T03:18:41.561Z | Downloaded base64 v0.13.1 |
1181 | 2024-07-09T03:18:41.566Z | Downloaded futures-timer v3.0.3 |
1182 | 2024-07-09T03:18:41.566Z | Downloaded fd-lock v4.0.2 |
1183 | 2024-07-09T03:18:41.569Z | Downloaded zeroize v1.7.0 |
1184 | 2024-07-09T03:18:41.569Z | Downloaded universal-hash v0.5.1 |
1185 | 2024-07-09T03:18:41.569Z | Downloaded unarray v0.1.4 |
1186 | 2024-07-09T03:18:41.569Z | Downloaded tls_codec v0.4.1 |
1187 | 2024-07-09T03:18:41.574Z | Downloaded hyper-rustls v0.24.2 |
1188 | 2024-07-09T03:18:41.574Z | Downloaded termcolor v1.4.1 |
1189 | 2024-07-09T03:18:41.578Z | Downloaded structmeta v0.3.0 |
1190 | 2024-07-09T03:18:41.578Z | Downloaded slog-stdlog v4.1.1 |
1191 | 2024-07-09T03:18:41.578Z | Downloaded pkcs8 v0.10.2 |
1192 | 2024-07-09T03:18:41.585Z | Downloaded hyper-rustls v0.26.0 |
1193 | 2024-07-09T03:18:41.585Z | Downloaded criterion v0.5.1 |
1194 | 2024-07-09T03:18:41.589Z | Downloaded mockall_derive v0.12.1 |
1195 | 2024-07-09T03:18:41.590Z | Downloaded sigpipe v0.1.3 |
1196 | 2024-07-09T03:18:41.590Z | Downloaded fastrand v2.1.0 |
1197 | 2024-07-09T03:18:41.594Z | Downloaded password-hash v0.4.2 |
1198 | 2024-07-09T03:18:41.594Z | Downloaded nu-ansi-term v0.50.0 |
1199 | 2024-07-09T03:18:41.600Z | Downloaded blake2b_simd v1.0.2 |
1200 | 2024-07-09T03:18:41.600Z | Downloaded darling v0.20.9 |
1201 | 2024-07-09T03:18:41.604Z | Downloaded num-rational v0.4.2 |
1202 | 2024-07-09T03:18:41.604Z | Downloaded cfg-expr v0.15.8 |
1203 | 2024-07-09T03:18:41.604Z | Downloaded defmt-parser v0.3.4 |
1204 | 2024-07-09T03:18:41.604Z | Downloaded packed_struct v0.10.1 |
1205 | 2024-07-09T03:18:41.608Z | Downloaded crypto-bigint v0.5.5 |
1206 | 2024-07-09T03:18:41.615Z | Downloaded const-oid v0.9.6 |
1207 | 2024-07-09T03:18:41.619Z | Downloaded blowfish v0.9.1 |
1208 | 2024-07-09T03:18:41.619Z | Downloaded unicode-truncate v1.0.0 |
1209 | 2024-07-09T03:18:41.619Z | Downloaded unicase v2.7.0 |
1210 | 2024-07-09T03:18:41.619Z | Downloaded unicode-xid v0.2.4 |
1211 | 2024-07-09T03:18:41.619Z | Downloaded supports-color v3.0.0 |
1212 | 2024-07-09T03:18:41.619Z | Downloaded string_cache v0.8.7 |
1213 | 2024-07-09T03:18:41.629Z | Downloaded ctr v0.9.2 |
1214 | 2024-07-09T03:18:41.629Z | Downloaded managed v0.8.0 |
1215 | 2024-07-09T03:18:41.629Z | Downloaded lazy_static v1.5.0 |
1216 | 2024-07-09T03:18:41.645Z | Downloaded spin v0.9.8 |
1217 | 2024-07-09T03:18:41.645Z | Downloaded siphasher v0.3.11 |
1218 | 2024-07-09T03:18:41.645Z | Downloaded cancel-safe-futures v0.1.5 |
1219 | 2024-07-09T03:18:41.645Z | Downloaded newtype-uuid v1.1.0 |
1220 | 2024-07-09T03:18:41.645Z | Downloaded num-derive v0.4.2 |
1221 | 2024-07-09T03:18:41.645Z | Downloaded libloading v0.8.3 |
1222 | 2024-07-09T03:18:41.649Z | Downloaded secrecy v0.8.0 |
1223 | 2024-07-09T03:18:41.649Z | Downloaded num_enum v0.5.11 |
1224 | 2024-07-09T03:18:41.649Z | Downloaded itertools v0.12.1 |
1225 | 2024-07-09T03:18:41.649Z | Downloaded cookie_store v0.20.0 |
1226 | 2024-07-09T03:18:41.649Z | Downloaded const_format_proc_macros v0.2.32 |
1227 | 2024-07-09T03:18:41.649Z | Downloaded camino-tempfile v1.1.1 |
1228 | 2024-07-09T03:18:41.662Z | Downloaded async-trait v0.1.81 |
1229 | 2024-07-09T03:18:41.672Z | Downloaded libsw v3.3.1 |
1230 | 2024-07-09T03:18:41.672Z | Downloaded lalrpop-util v0.19.12 |
1231 | 2024-07-09T03:18:41.672Z | Downloaded linked-hash-map v0.5.6 |
1232 | 2024-07-09T03:18:41.672Z | Downloaded convert_case v0.4.0 |
1233 | 2024-07-09T03:18:41.672Z | Downloaded cbc v0.1.2 |
1234 | 2024-07-09T03:18:41.672Z | Downloaded num-traits v0.2.19 |
1235 | 2024-07-09T03:18:41.672Z | Downloaded cipher v0.4.4 |
1236 | 2024-07-09T03:18:41.672Z | Downloaded multimap v0.10.0 |
1237 | 2024-07-09T03:18:41.672Z | Downloaded bcrypt-pbkdf v0.10.0 |
1238 | 2024-07-09T03:18:41.672Z | Downloaded async-recursion v1.1.1 |
1239 | 2024-07-09T03:18:41.679Z | Downloaded ascii-canvas v3.0.0 |
1240 | 2024-07-09T03:18:41.679Z | Downloaded anes v0.1.6 |
1241 | 2024-07-09T03:18:41.679Z | Downloaded darling_macro v0.20.9 |
1242 | 2024-07-09T03:18:41.679Z | Downloaded md-5 v0.10.6 |
1243 | 2024-07-09T03:18:41.679Z | Downloaded lazycell v1.3.0 |
1244 | 2024-07-09T03:18:41.679Z | Downloaded allocator-api2 v0.2.18 |
1245 | 2024-07-09T03:18:41.679Z | Downloaded option-ext v0.2.0 |
1246 | 2024-07-09T03:18:41.679Z | Downloaded num-integer v0.1.46 |
1247 | 2024-07-09T03:18:41.687Z | Downloaded new_debug_unreachable v1.0.6 |
1248 | 2024-07-09T03:18:41.687Z | Downloaded cobs v0.2.3 |
1249 | 2024-07-09T03:18:41.687Z | Downloaded memmap2 v0.9.4 |
1250 | 2024-07-09T03:18:41.687Z | Downloaded cstr-argument v0.1.2 |
1251 | 2024-07-09T03:18:41.687Z | Downloaded criterion-plot v0.5.0 |
1252 | 2024-07-09T03:18:41.687Z | Downloaded assert_matches v1.5.0 |
1253 | 2024-07-09T03:18:41.694Z | Downloaded csv-core v0.1.11 |
1254 | 2024-07-09T03:18:41.694Z | Downloaded colored v2.1.0 |
1255 | 2024-07-09T03:18:41.695Z | Downloaded clang-sys v1.7.0 |
1256 | 2024-07-09T03:18:41.695Z | Downloaded cookie v0.17.0 |
1257 | 2024-07-09T03:18:41.695Z | Downloaded console v0.15.8 |
1258 | 2024-07-09T03:18:41.699Z | Downloaded curve25519-dalek-derive v0.1.1 |
1259 | 2024-07-09T03:18:41.699Z | Downloaded crossbeam-deque v0.8.5 |
1260 | 2024-07-09T03:18:41.699Z | Downloaded corncobs v0.1.3 |
1261 | 2024-07-09T03:18:41.700Z | Downloaded buf-list v1.0.3 |
1262 | 2024-07-09T03:18:41.700Z | Downloaded async-stream v0.3.5 |
1263 | 2024-07-09T03:18:41.704Z | Downloaded bit-set v0.5.3 |
1264 | 2024-07-09T03:18:41.704Z | Downloaded bb8 v0.8.5 |
1265 | 2024-07-09T03:18:41.704Z | Downloaded base16ct v0.2.0 |
1266 | 2024-07-09T03:18:41.704Z | Downloaded aead v0.5.2 |
1267 | 2024-07-09T03:18:41.704Z | Downloaded ascii v1.1.0 |
1268 | 2024-07-09T03:18:41.708Z | Downloaded arrayref v0.3.7 |
1269 | 2024-07-09T03:18:42.333Z | Compiling serde v1.0.203 |
1270 | 2024-07-09T03:18:42.336Z | Checking cfg-if v1.0.0 |
1271 | 2024-07-09T03:18:42.402Z | Compiling libm v0.2.8 |
1272 | 2024-07-09T03:18:42.402Z | Compiling num-traits v0.2.19 |
1273 | 2024-07-09T03:18:42.429Z | Checking libc v0.2.155 |
1274 | 2024-07-09T03:18:42.450Z | Compiling syn v2.0.68 |
1275 | 2024-07-09T03:18:42.466Z | Compiling ahash v0.8.11 |
1276 | 2024-07-09T03:18:42.466Z | Compiling getrandom v0.2.14 |
1277 | 2024-07-09T03:18:42.471Z | Compiling serde_json v1.0.120 |
1278 | 2024-07-09T03:18:42.732Z | Compiling generic-array v0.14.7 |
1279 | 2024-07-09T03:18:42.809Z | Compiling log v0.4.21 |
1280 | 2024-07-09T03:18:42.833Z | Checking scopeguard v1.2.0 |
1281 | 2024-07-09T03:18:42.898Z | Checking memchr v2.7.2 |
1282 | 2024-07-09T03:18:42.954Z | Compiling syn v1.0.109 |
1283 | 2024-07-09T03:18:42.984Z | Checking lock_api v0.4.12 |
1284 | 2024-07-09T03:18:43.089Z | Checking itoa v1.0.11 |
1285 | 2024-07-09T03:18:43.146Z | Checking byteorder v1.5.0 |
1286 | 2024-07-09T03:18:43.201Z | Compiling allocator-api2 v0.2.18 |
1287 | 2024-07-09T03:18:43.425Z | Checking smallvec v1.13.2 |
1288 | 2024-07-09T03:18:43.534Z | Compiling schemars v0.8.21 |
1289 | 2024-07-09T03:18:43.745Z | Compiling ring v0.17.8 |
1290 | 2024-07-09T03:18:43.763Z | Checking rand_core v0.6.4 |
1291 | 2024-07-09T03:18:43.786Z | Compiling time-macros v0.2.18 |
1292 | 2024-07-09T03:18:43.968Z | Checking once_cell v1.19.0 |
1293 | 2024-07-09T03:18:44.061Z | Compiling slog v2.7.0 |
1294 | 2024-07-09T03:18:44.123Z | Checking parking_lot_core v0.9.10 |
1295 | 2024-07-09T03:18:44.295Z | Compiling aho-corasick v1.1.3 |
1296 | 2024-07-09T03:18:44.466Z | Checking parking_lot v0.12.2 |
1297 | 2024-07-09T03:18:44.642Z | Compiling regex-syntax v0.8.3 |
1298 | 2024-07-09T03:18:44.827Z | Checking pin-project-lite v0.2.14 |
1299 | 2024-07-09T03:18:47.123Z | Checking signal-hook-registry v1.4.2 |
1300 | 2024-07-09T03:18:47.345Z | Compiling crossbeam-utils v0.8.19 |
1301 | 2024-07-09T03:18:47.403Z | Checking mio v0.8.11 |
1302 | 2024-07-09T03:18:47.938Z | Compiling iana-time-zone v0.1.60 |
1303 | 2024-07-09T03:18:47.978Z | Compiling regex-automata v0.4.6 |
1304 | 2024-07-09T03:18:48.395Z | Checking num_cpus v1.16.0 |
1305 | 2024-07-09T03:18:48.513Z | Checking spin v0.9.8 |
1306 | 2024-07-09T03:18:48.856Z | Compiling rustls v0.21.12 |
1307 | 2024-07-09T03:18:49.511Z | Checking typenum v1.17.0 |
1308 | 2024-07-09T03:18:49.793Z | Compiling serde_derive_internals v0.29.1 |
1309 | 2024-07-09T03:18:50.080Z | Compiling cookie v0.17.0 |
1310 | 2024-07-09T03:18:50.247Z | Compiling dyn-clone v1.0.17 |
1311 | 2024-07-09T03:18:50.359Z | Checking futures-core v0.3.30 |
1312 | 2024-07-09T03:18:50.538Z | Checking socket2 v0.5.7 |
1313 | 2024-07-09T03:18:50.560Z | Compiling backtrace v0.3.71 |
1314 | 2024-07-09T03:18:50.836Z | Checking ryu v1.0.18 |
1315 | 2024-07-09T03:18:51.006Z | Checking subtle v2.5.0 |
1316 | 2024-07-09T03:18:51.062Z | Compiling anyhow v1.0.86 |
1317 | 2024-07-09T03:18:51.272Z | Compiling unicode-normalization v0.1.23 |
1318 | 2024-07-09T03:18:51.738Z | Compiling unicode-bidi v0.3.15 |
1319 | 2024-07-09T03:18:51.808Z | Checking futures-sink v0.3.30 |
1320 | 2024-07-09T03:18:51.960Z | Compiling untrusted v0.9.0 |
1321 | 2024-07-09T03:18:52.315Z | Compiling either v1.12.0 |
1322 | 2024-07-09T03:18:52.484Z | Checking futures-channel v0.3.30 |
1323 | 2024-07-09T03:18:52.655Z | Checking slab v0.4.9 |
1324 | 2024-07-09T03:18:52.716Z | Checking futures-task v0.3.30 |
1325 | 2024-07-09T03:18:52.836Z | Checking futures-io v0.3.30 |
1326 | 2024-07-09T03:18:52.914Z | Compiling const-oid v0.9.6 |
1327 | 2024-07-09T03:18:52.951Z | Checking pin-utils v0.1.0 |
1328 | 2024-07-09T03:18:53.026Z | Compiling winnow v0.5.40 |
1329 | 2024-07-09T03:18:53.048Z | Compiling time v0.3.36 |
1330 | 2024-07-09T03:18:53.246Z | Compiling regex v1.10.5 |
1331 | 2024-07-09T03:18:56.210Z | Compiling signal-hook v0.3.17 |
1332 | 2024-07-09T03:18:56.276Z | Compiling rustls-webpki v0.101.7 |
1333 | 2024-07-09T03:18:56.428Z | Compiling sct v0.7.1 |
1334 | 2024-07-09T03:18:56.492Z | Compiling idna v0.5.0 |
1335 | 2024-07-09T03:18:56.976Z | Compiling siphasher v0.3.11 |
1336 | 2024-07-09T03:18:57.283Z | Compiling serde_derive v1.0.203 |
1337 | 2024-07-09T03:18:57.361Z | Compiling zerocopy-derive v0.7.34 |
1338 | 2024-07-09T03:18:57.551Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-07-09T03:18:58.115Z | Compiling tokio-macros v2.3.0 |
1340 | 2024-07-09T03:18:58.265Z | Compiling thiserror-impl v1.0.60 |
1341 | 2024-07-09T03:18:58.268Z | Compiling futures-macro v0.3.30 |
1342 | 2024-07-09T03:18:58.553Z | Compiling tracing-attributes v0.1.27 |
1343 | 2024-07-09T03:18:59.281Z | Compiling schemars_derive v0.8.21 |
1344 | 2024-07-09T03:18:59.710Z | Compiling zerocopy v0.7.34 |
1345 | 2024-07-09T03:18:59.947Z | Checking zeroize v1.7.0 |
1346 | 2024-07-09T03:19:00.219Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-07-09T03:19:00.537Z | Compiling async-trait v0.1.81 |
1348 | 2024-07-09T03:19:01.762Z | Compiling thiserror v1.0.60 |
1349 | 2024-07-09T03:19:01.906Z | Compiling hashbrown v0.14.5 |
1350 | 2024-07-09T03:19:01.979Z | Compiling scroll_derive v0.12.0 |
1351 | 2024-07-09T03:19:02.014Z | Compiling pest v2.7.10 |
1352 | 2024-07-09T03:19:02.304Z | Compiling der_derive v0.7.2 |
1353 | 2024-07-09T03:19:02.674Z | Checking crypto-common v0.1.6 |
1354 | 2024-07-09T03:19:03.265Z | Compiling futures-util v0.3.30 |
1355 | 2024-07-09T03:19:03.553Z | Compiling scroll v0.12.0 |
1356 | 2024-07-09T03:19:04.145Z | Compiling goblin v0.8.2 |
1357 | 2024-07-09T03:19:04.187Z | Compiling tracing v0.1.40 |
1358 | 2024-07-09T03:19:04.382Z | Compiling clap_derive v4.5.4 |
1359 | 2024-07-09T03:19:04.712Z | Compiling pest_meta v2.7.10 |
1360 | 2024-07-09T03:19:05.008Z | Compiling block-buffer v0.10.4 |
1361 | 2024-07-09T03:19:05.284Z | Compiling digest v0.10.7 |
1362 | 2024-07-09T03:19:05.728Z | Compiling zerocopy-derive v0.6.6 |
1363 | 2024-07-09T03:19:05.774Z | Compiling url v2.5.0 |
1364 | 2024-07-09T03:19:08.056Z | Compiling pest_generator v2.7.10 |
1365 | 2024-07-09T03:19:09.657Z | Compiling idna v0.3.0 |
1366 | 2024-07-09T03:19:09.717Z | Compiling psl-types v2.0.11 |
1367 | 2024-07-09T03:19:09.917Z | Compiling ppv-lite86 v0.2.17 |
1368 | 2024-07-09T03:19:10.273Z | Compiling pest_derive v2.7.10 |
1369 | 2024-07-09T03:19:10.660Z | Compiling rand_chacha v0.3.1 |
1370 | 2024-07-09T03:19:11.062Z | Compiling dtrace-parser v0.2.0 |
1371 | 2024-07-09T03:19:11.230Z | Checking bytes v1.6.0 |
1372 | 2024-07-09T03:19:11.325Z | Checking bitflags v2.5.0 |
1373 | 2024-07-09T03:19:11.998Z | Compiling publicsuffix v2.2.3 |
1374 | 2024-07-09T03:19:12.045Z | Checking tokio v1.38.0 |
1375 | 2024-07-09T03:19:13.000Z | Compiling rand v0.8.5 |
1376 | 2024-07-09T03:19:13.352Z | Compiling crossbeam-epoch v0.9.18 |
1377 | 2024-07-09T03:19:13.381Z | Compiling webpki-roots v0.25.4 |
1378 | 2024-07-09T03:19:13.892Z | Compiling indexmap v2.2.6 |
1379 | 2024-07-09T03:19:14.185Z | Compiling semver v1.0.23 |
1380 | 2024-07-09T03:19:14.962Z | Compiling serde_tokenstream v0.2.1 |
1381 | 2024-07-09T03:19:14.990Z | Compiling uuid v1.9.1 |
1382 | 2024-07-09T03:19:15.088Z | Compiling chrono v0.4.38 |
1383 | 2024-07-09T03:19:15.339Z | Compiling http v0.2.12 |
1384 | 2024-07-09T03:19:15.539Z | Compiling rustc_version v0.4.0 |
1385 | 2024-07-09T03:19:16.303Z | Compiling serde_spanned v0.6.6 |
1386 | 2024-07-09T03:19:16.515Z | Compiling toml_datetime v0.6.6 |
1387 | 2024-07-09T03:19:16.534Z | Compiling dof v0.3.0 |
1388 | 2024-07-09T03:19:16.782Z | Compiling openapiv3 v2.0.0 |
1389 | 2024-07-09T03:19:17.014Z | Compiling rustix v0.38.34 |
1390 | 2024-07-09T03:19:17.948Z | Compiling usdt-impl v0.5.0 |
1391 | 2024-07-09T03:19:18.894Z | Compiling toml_edit v0.19.15 |
1392 | 2024-07-09T03:19:18.936Z | Compiling http-body v0.4.6 |
1393 | 2024-07-09T03:19:19.204Z | Compiling openssl v0.10.64 |
1394 | 2024-07-09T03:19:19.401Z | Compiling heapless v0.7.17 |
1395 | 2024-07-09T03:19:19.680Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-07-09T03:19:19.850Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2024-07-09T03:19:19.993Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-07-09T03:19:20.605Z | Compiling cookie_store v0.20.0 |
1399 | 2024-07-09T03:19:21.155Z | Compiling unicode-xid v0.2.4 |
1400 | 2024-07-09T03:19:21.331Z | Compiling bit-vec v0.6.3 |
1401 | 2024-07-09T03:19:21.353Z | Compiling gimli v0.28.1 |
1402 | 2024-07-09T03:19:21.523Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1403 | 2024-07-09T03:19:21.789Z | Compiling enum-as-inner v0.5.1 |
1404 | 2024-07-09T03:19:22.135Z | Compiling phf_shared v0.10.0 |
1405 | 2024-07-09T03:19:22.216Z | Compiling lazy_static v1.5.0 |
1406 | 2024-07-09T03:19:22.344Z | Compiling object v0.32.2 |
1407 | 2024-07-09T03:19:22.498Z | Compiling rustc-demangle v0.1.24 |
1408 | 2024-07-09T03:19:22.607Z | Compiling fixedbitset v0.4.2 |
1409 | 2024-07-09T03:19:22.838Z | Compiling base64ct v1.6.0 |
1410 | 2024-07-09T03:19:23.084Z | Compiling precomputed-hash v0.1.1 |
1411 | 2024-07-09T03:19:23.201Z | Compiling smoltcp v0.9.1 |
1412 | 2024-07-09T03:19:23.447Z | Compiling tokio-util v0.7.11 |
1413 | 2024-07-09T03:19:23.479Z | Compiling tokio-rustls v0.24.1 |
1414 | 2024-07-09T03:19:23.957Z | Compiling minimal-lexical v0.2.1 |
1415 | 2024-07-09T03:19:23.979Z | Compiling new_debug_unreachable v1.0.6 |
1416 | 2024-07-09T03:19:24.082Z | Compiling string_cache v0.8.7 |
1417 | 2024-07-09T03:19:24.469Z | Compiling h2 v0.3.26 |
1418 | 2024-07-09T03:19:24.581Z | Compiling nom v7.1.3 |
1419 | 2024-07-09T03:19:24.924Z | Compiling pem-rfc7468 v0.7.0 |
1420 | 2024-07-09T03:19:25.693Z | Compiling native-tls v0.2.11 |
1421 | 2024-07-09T03:19:26.267Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2024-07-09T03:19:26.341Z | Compiling addr2line v0.21.0 |
1423 | 2024-07-09T03:19:26.546Z | Compiling petgraph v0.6.5 |
1424 | 2024-07-09T03:19:27.022Z | Compiling toml_edit v0.22.14 |
1425 | 2024-07-09T03:19:27.224Z | Compiling bit-set v0.5.3 |
1426 | 2024-07-09T03:19:27.505Z | Compiling futures-executor v0.3.30 |
1427 | 2024-07-09T03:19:28.126Z | Compiling hmac v0.12.1 |
1428 | 2024-07-09T03:19:28.153Z | Compiling hubpack_derive v0.1.1 |
1429 | 2024-07-09T03:19:28.345Z | Compiling itertools v0.10.5 |
1430 | 2024-07-09T03:19:28.380Z | Compiling diesel_table_macro_syntax v0.1.0 |
1431 | 2024-07-09T03:19:28.801Z | Compiling num-integer v0.1.46 |
1432 | 2024-07-09T03:19:29.633Z | Compiling fs-err v2.11.0 |
1433 | 2024-07-09T03:19:29.866Z | Compiling unicode-segmentation v1.11.0 |
1434 | 2024-07-09T03:19:29.913Z | Checking fnv v1.0.7 |
1435 | 2024-07-09T03:19:30.041Z | Compiling flagset v0.4.5 |
1436 | 2024-07-09T03:19:30.255Z | Compiling lalrpop-util v0.19.12 |
1437 | 2024-07-09T03:19:30.507Z | Compiling der v0.7.9 |
1438 | 2024-07-09T03:19:30.745Z | Compiling diesel_derives v2.1.4 |
1439 | 2024-07-09T03:19:30.913Z | Compiling futures v0.3.30 |
1440 | 2024-07-09T03:19:31.034Z | Compiling hex v0.4.3 |
1441 | 2024-07-09T03:19:31.064Z | Compiling hyper v0.14.28 |
1442 | 2024-07-09T03:19:31.640Z | Compiling itertools v0.12.1 |
1443 | 2024-07-09T03:19:31.810Z | Compiling finl_unicode v1.2.0 |
1444 | 2024-07-09T03:19:32.385Z | Compiling stringprep v0.1.4 |
1445 | 2024-07-09T03:19:32.738Z | Compiling spki v0.7.3 |
1446 | 2024-07-09T03:19:33.641Z | Compiling sha2 v0.10.8 |
1447 | 2024-07-09T03:19:34.037Z | Compiling toml v0.7.8 |
1448 | 2024-07-09T03:19:34.744Z | Compiling md-5 v0.10.6 |
1449 | 2024-07-09T03:19:35.023Z | Compiling strum_macros v0.25.3 |
1450 | 2024-07-09T03:19:35.165Z | Compiling serde_repr v0.1.19 |
1451 | 2024-07-09T03:19:35.195Z | Compiling hash32 v0.2.1 |
1452 | 2024-07-09T03:19:35.586Z | Checking tinyvec_macros v0.1.1 |
1453 | 2024-07-09T03:19:35.679Z | Compiling fallible-iterator v0.2.0 |
1454 | 2024-07-09T03:19:35.742Z | Compiling stable_deref_trait v1.2.0 |
1455 | 2024-07-09T03:19:35.778Z | Checking tinyvec v1.6.0 |
1456 | 2024-07-09T03:19:36.334Z | Compiling postgres-protocol v0.6.6 |
1457 | 2024-07-09T03:19:36.356Z | Compiling pkcs8 v0.10.2 |
1458 | 2024-07-09T03:19:36.899Z | Compiling ipnetwork v0.20.0 |
1459 | 2024-07-09T03:19:37.066Z | Compiling terminal_size v0.3.0 |
1460 | 2024-07-09T03:19:37.096Z | Compiling block-padding v0.3.3 |
1461 | 2024-07-09T03:19:37.177Z | Compiling phf_shared v0.11.2 |
1462 | 2024-07-09T03:19:37.324Z | Compiling ff v0.13.0 |
1463 | 2024-07-09T03:19:37.550Z | Compiling scheduled-thread-pool v0.2.7 |
1464 | 2024-07-09T03:19:37.573Z | Checking equivalent v1.0.1 |
1465 | 2024-07-09T03:19:37.679Z | Compiling base16ct v0.2.0 |
1466 | 2024-07-09T03:19:37.727Z | Compiling matches v0.1.10 |
1467 | 2024-07-09T03:19:37.850Z | Compiling peg-runtime v0.8.3 |
1468 | 2024-07-09T03:19:38.015Z | Compiling hyper-tls v0.5.0 |
1469 | 2024-07-09T03:19:38.179Z | Compiling hyper-rustls v0.24.2 |
1470 | 2024-07-09T03:19:38.240Z | Compiling managed v0.8.0 |
1471 | 2024-07-09T03:19:38.373Z | Compiling bitflags v1.3.2 |
1472 | 2024-07-09T03:19:38.481Z | Compiling reqwest v0.11.27 |
1473 | 2024-07-09T03:19:38.510Z | Compiling clap_builder v4.5.2 |
1474 | 2024-07-09T03:19:38.535Z | Compiling sec1 v0.7.3 |
1475 | 2024-07-09T03:19:38.563Z | Compiling idna v0.2.3 |
1476 | 2024-07-09T03:19:39.110Z | Compiling r2d2 v0.8.10 |
1477 | 2024-07-09T03:19:39.482Z | Compiling signal-hook-mio v0.2.3 |
1478 | 2024-07-09T03:19:39.647Z | Compiling usdt v0.5.0 |
1479 | 2024-07-09T03:19:40.176Z | Compiling group v0.13.0 |
1480 | 2024-07-09T03:19:40.211Z | Compiling phf v0.11.2 |
1481 | 2024-07-09T03:19:40.504Z | Compiling inout v0.1.3 |
1482 | 2024-07-09T03:19:40.507Z | Compiling postgres-types v0.2.6 |
1483 | 2024-07-09T03:19:40.558Z | Compiling num-bigint v0.4.5 |
1484 | 2024-07-09T03:19:40.807Z | Compiling num-iter v0.1.45 |
1485 | 2024-07-09T03:19:40.886Z | Compiling hubpack v0.1.2 |
1486 | 2024-07-09T03:19:40.992Z | Compiling hkdf v0.12.4 |
1487 | 2024-07-09T03:19:41.345Z | Compiling zerocopy v0.6.6 |
1488 | 2024-07-09T03:19:41.511Z | Compiling crypto-bigint v0.5.5 |
1489 | 2024-07-09T03:19:41.916Z | Compiling float-cmp v0.9.0 |
1490 | 2024-07-09T03:19:42.084Z | Compiling static_assertions v1.1.0 |
1491 | 2024-07-09T03:19:42.147Z | Compiling data-encoding v2.6.0 |
1492 | 2024-07-09T03:19:42.188Z | Compiling whoami v1.5.1 |
1493 | 2024-07-09T03:19:42.232Z | Compiling predicates-core v1.0.6 |
1494 | 2024-07-09T03:19:42.612Z | Compiling difflib v0.4.0 |
1495 | 2024-07-09T03:19:42.817Z | Checking cpufeatures v0.2.12 |
1496 | 2024-07-09T03:19:42.915Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2024-07-09T03:19:43.041Z | Compiling predicates v3.1.0 |
1498 | 2024-07-09T03:19:44.317Z | Compiling yasna v0.5.2 |
1499 | 2024-07-09T03:19:44.373Z | Compiling diesel v2.1.6 |
1500 | 2024-07-09T03:19:44.688Z | Compiling elliptic-curve v0.13.8 |
1501 | 2024-07-09T03:19:44.789Z | Compiling trust-dns-proto v0.22.0 |
1502 | 2024-07-09T03:19:45.523Z | Compiling tokio-postgres v0.7.10 |
1503 | 2024-07-09T03:19:46.277Z | Compiling clap v4.5.4 |
1504 | 2024-07-09T03:19:46.409Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1505 | 2024-07-09T03:19:47.610Z | Compiling cipher v0.4.4 |
1506 | 2024-07-09T03:19:48.179Z | Compiling crossterm v0.27.0 |
1507 | 2024-07-09T03:19:50.182Z | Compiling similar v2.5.0 |
1508 | 2024-07-09T03:19:50.873Z | Compiling tokio-stream v0.1.15 |
1509 | 2024-07-09T03:19:51.293Z | Compiling console v0.15.8 |
1510 | 2024-07-09T03:19:51.844Z | Compiling bstr v1.9.1 |
1511 | 2024-07-09T03:19:52.858Z | Checking tracing-core v0.1.32 |
1512 | 2024-07-09T03:19:52.943Z | Checking percent-encoding v2.3.1 |
1513 | 2024-07-09T03:19:53.671Z | Checking form_urlencoded v1.2.1 |
1514 | 2024-07-09T03:19:53.698Z | Checking powerfmt v0.2.0 |
1515 | 2024-07-09T03:19:53.866Z | Checking num-conv v0.1.0 |
1516 | 2024-07-09T03:19:53.974Z | Checking deranged v0.3.11 |
1517 | 2024-07-09T03:19:53.999Z | Checking num_threads v0.1.7 |
1518 | 2024-07-09T03:19:54.115Z | Checking time-core v0.1.2 |
1519 | 2024-07-09T03:19:54.134Z | Checking unicode-ident v1.0.12 |
1520 | 2024-07-09T03:19:54.273Z | Checking httparse v1.8.0 |
1521 | 2024-07-09T03:19:54.294Z | Checking unicode-width v0.1.13 |
1522 | 2024-07-09T03:19:54.667Z | Checking errno v0.3.9 |
1523 | 2024-07-09T03:19:54.798Z | Checking proc-macro2 v1.0.86 |
1524 | 2024-07-09T03:19:55.490Z | Checking quote v1.0.36 |
1525 | 2024-07-09T03:19:55.817Z | Checking adler v1.0.2 |
1526 | 2024-07-09T03:19:55.944Z | Checking try-lock v0.2.5 |
1527 | 2024-07-09T03:19:55.966Z | Checking miniz_oxide v0.7.2 |
1528 | 2024-07-09T03:19:56.083Z | Checking base64 v0.21.7 |
1529 | 2024-07-09T03:19:56.529Z | Checking want v0.3.1 |
1530 | 2024-07-09T03:19:56.873Z | Checking tower-service v0.3.2 |
1531 | 2024-07-09T03:19:57.250Z | Checking httpdate v1.0.3 |
1532 | 2024-07-09T03:19:57.599Z | Checking openssl-probe v0.1.5 |
1533 | 2024-07-09T03:19:57.621Z | Checking foreign-types-shared v0.1.1 |
1534 | 2024-07-09T03:19:57.725Z | Checking foreign-types v0.3.2 |
1535 | 2024-07-09T03:19:57.746Z | Checking openssl-sys v0.9.102 |
1536 | 2024-07-09T03:19:57.814Z | Checking mime v0.3.17 |
1537 | 2024-07-09T03:19:57.885Z | Checking ipnet v2.9.0 |
1538 | 2024-07-09T03:19:58.749Z | Checking utf8parse v0.2.1 |
1539 | 2024-07-09T03:20:02.976Z | Checking encoding_rs v0.8.34 |
1540 | 2024-07-09T03:20:03.390Z | Checking anstyle v1.0.7 |
1541 | 2024-07-09T03:20:04.824Z | Checking rustls-pemfile v1.0.4 |
1542 | 2024-07-09T03:20:05.042Z | Checking plain v0.2.3 |
1543 | 2024-07-09T03:20:05.186Z | Checking sync_wrapper v0.1.2 |
1544 | 2024-07-09T03:20:05.204Z | Checking ucd-trie v0.1.6 |
1545 | 2024-07-09T03:20:05.252Z | Checking anstyle-parse v0.2.4 |
1546 | 2024-07-09T03:20:05.324Z | Checking anstyle-query v1.0.3 |
1547 | 2024-07-09T03:20:05.442Z | Checking colorchoice v1.0.1 |
1548 | 2024-07-09T03:20:05.489Z | Checking pretty-hex v0.4.1 |
1549 | 2024-07-09T03:20:05.516Z | Checking is_terminal_polyfill v1.70.0 |
1550 | 2024-07-09T03:20:05.626Z | Checking anstream v0.6.14 |
1551 | 2024-07-09T03:20:05.658Z | Checking thread-id v4.2.1 |
1552 | 2024-07-09T03:20:05.714Z | Checking clap_lex v0.7.0 |
1553 | 2024-07-09T03:20:05.765Z | Checking strsim v0.11.1 |
1554 | 2024-07-09T03:20:06.066Z | Checking memmap v0.7.0 |
1555 | 2024-07-09T03:20:06.253Z | Checking crc32fast v1.4.0 |
1556 | 2024-07-09T03:20:07.519Z | Checking flate2 v1.0.30 |
1557 | 2024-07-09T03:20:09.123Z | Checking winnow v0.6.8 |
1558 | 2024-07-09T03:20:16.873Z | Compiling regress v0.9.1 |
1559 | 2024-07-09T03:20:17.146Z | Compiling getopts v0.2.21 |
1560 | 2024-07-09T03:20:18.137Z | Compiling unsafe-libyaml v0.2.11 |
1561 | 2024-07-09T03:20:18.158Z | Checking heck v0.5.0 |
1562 | 2024-07-09T03:20:19.274Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1563 | 2024-07-09T03:20:19.597Z | Compiling serde_yaml v0.9.34+deprecated |
1564 | 2024-07-09T03:20:20.016Z | Compiling paste v1.0.15 |
1565 | 2024-07-09T03:20:20.091Z | Checking camino v1.1.7 |
1566 | 2024-07-09T03:20:20.522Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1567 | 2024-07-09T03:20:20.662Z | Checking is-terminal v0.4.12 |
1568 | 2024-07-09T03:20:21.425Z | Compiling strum_macros v0.26.4 |
1569 | 2024-07-09T03:20:22.013Z | Checking base64 v0.22.1 |
1570 | 2024-07-09T03:20:22.044Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1571 | 2024-07-09T03:20:22.084Z | Compiling ident_case v1.0.1 |
1572 | 2024-07-09T03:20:22.273Z | Compiling darling_core v0.20.9 |
1573 | 2024-07-09T03:20:22.456Z | Checking sha1 v0.10.6 |
1574 | 2024-07-09T03:20:22.477Z | Compiling rustls v0.22.4 |
1575 | 2024-07-09T03:20:22.744Z | Checking http v1.1.0 |
1576 | 2024-07-09T03:20:22.768Z | Checking match_cfg v0.1.0 |
1577 | 2024-07-09T03:20:22.864Z | Checking hostname v0.3.1 |
1578 | 2024-07-09T03:20:23.001Z | Checking dirs-sys-next v0.1.2 |
1579 | 2024-07-09T03:20:23.174Z | Compiling multer v3.1.0 |
1580 | 2024-07-09T03:20:23.535Z | Checking dirs-next v2.0.0 |
1581 | 2024-07-09T03:20:23.680Z | Checking crossbeam-channel v0.5.12 |
1582 | 2024-07-09T03:20:23.894Z | Compiling async-stream-impl v0.3.5 |
1583 | 2024-07-09T03:20:24.058Z | Checking thread_local v1.1.8 |
1584 | 2024-07-09T03:20:24.223Z | Checking rustls-pki-types v1.7.0 |
1585 | 2024-07-09T03:20:24.336Z | Checking term v0.7.0 |
1586 | 2024-07-09T03:20:24.438Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1587 | 2024-07-09T03:20:24.646Z | Checking take_mut v0.2.2 |
1588 | 2024-07-09T03:20:24.775Z | Checking slog-term v2.9.1 |
1589 | 2024-07-09T03:20:24.796Z | Checking toml v0.8.14 |
1590 | 2024-07-09T03:20:24.800Z | Checking slog-async v2.8.0 |
1591 | 2024-07-09T03:20:25.088Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1592 | 2024-07-09T03:20:25.255Z | Checking rustls-webpki v0.102.4 |
1593 | 2024-07-09T03:20:25.299Z | Checking slog-json v2.6.1 |
1594 | 2024-07-09T03:20:25.553Z | Checking instant v0.1.12 |
1595 | 2024-07-09T03:20:25.574Z | Checking slog-bunyan v2.5.0 |
1596 | 2024-07-09T03:20:25.671Z | Checking rustls-pemfile v2.1.2 |
1597 | 2024-07-09T03:20:25.735Z | Checking debug-ignore v1.0.5 |
1598 | 2024-07-09T03:20:25.874Z | Checking fastrand v2.1.0 |
1599 | 2024-07-09T03:20:25.906Z | Checking quick-error v1.2.3 |
1600 | 2024-07-09T03:20:26.045Z | Checking atomic-waker v1.1.2 |
1601 | 2024-07-09T03:20:26.181Z | Checking waitgroup v0.1.2 |
1602 | 2024-07-09T03:20:26.202Z | Checking tempfile v3.10.1 |
1603 | 2024-07-09T03:20:26.322Z | Checking async-stream v0.3.5 |
1604 | 2024-07-09T03:20:26.556Z | Checking serde_path_to_error v0.1.16 |
1605 | 2024-07-09T03:20:26.906Z | Compiling structmeta-derive v0.3.0 |
1606 | 2024-07-09T03:20:26.991Z | Checking strum v0.26.2 |
1607 | 2024-07-09T03:20:27.155Z | Checking hostname v0.4.0 |
1608 | 2024-07-09T03:20:27.196Z | Checking newtype-uuid v1.1.0 |
1609 | 2024-07-09T03:20:27.296Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1610 | 2024-07-09T03:20:27.447Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1611 | 2024-07-09T03:20:28.063Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1612 | 2024-07-09T03:20:28.243Z | Checking macaddr v1.0.1 |
1613 | 2024-07-09T03:20:28.342Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1614 | 2024-07-09T03:20:28.486Z | Checking backoff v0.4.0 |
1615 | 2024-07-09T03:20:28.578Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1616 | 2024-07-09T03:20:28.790Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1617 | 2024-07-09T03:20:28.983Z | Checking wait-timeout v0.2.0 |
1618 | 2024-07-09T03:20:28.987Z | Compiling structmeta-derive v0.2.0 |
1619 | 2024-07-09T03:20:29.177Z | Checking rusty-fork v0.3.0 |
1620 | 2024-07-09T03:20:29.242Z | Checking rand_xorshift v0.3.0 |
1621 | 2024-07-09T03:20:29.422Z | Checking unarray v0.1.4 |
1622 | 2024-07-09T03:20:29.466Z | Compiling proc-macro-error v1.0.4 |
1623 | 2024-07-09T03:20:29.576Z | Checking proptest v1.4.0 |
1624 | 2024-07-09T03:20:29.647Z | Checking tokio-rustls v0.25.0 |
1625 | 2024-07-09T03:20:29.807Z | Compiling darling_macro v0.20.9 |
1626 | 2024-07-09T03:20:30.044Z | Compiling structmeta v0.3.0 |
1627 | 2024-07-09T03:20:30.173Z | Checking camino-tempfile v1.1.1 |
1628 | 2024-07-09T03:20:30.445Z | Compiling proc-macro-crate v1.3.1 |
1629 | 2024-07-09T03:20:30.488Z | Compiling parse-display-derive v0.9.1 |
1630 | 2024-07-09T03:20:30.818Z | Compiling darling v0.20.9 |
1631 | 2024-07-09T03:20:30.946Z | Compiling serde_with_macros v3.8.1 |
1632 | 2024-07-09T03:20:31.584Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1633 | 2024-07-09T03:20:31.964Z | Compiling num_enum_derive v0.5.11 |
1634 | 2024-07-09T03:20:32.119Z | Compiling structmeta v0.2.0 |
1635 | 2024-07-09T03:20:32.563Z | Compiling test-strategy v0.3.1 |
1636 | 2024-07-09T03:20:33.877Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1637 | 2024-07-09T03:20:34.158Z | Compiling foreign-types-macros v0.2.3 |
1638 | 2024-07-09T03:20:34.180Z | Checking foreign-types-shared v0.3.1 |
1639 | 2024-07-09T03:20:34.201Z | Checking serde_with v3.8.1 |
1640 | 2024-07-09T03:20:34.293Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1641 | 2024-07-09T03:20:34.771Z | Checking num_enum v0.5.11 |
1642 | 2024-07-09T03:20:34.891Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-07-09T03:20:34.929Z | Checking cstr-argument v0.1.2 |
1644 | 2024-07-09T03:20:35.093Z | Checking pretty-hex v0.2.1 |
1645 | 2024-07-09T03:20:35.265Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2024-07-09T03:20:35.410Z | Checking foreign-types v0.5.0 |
1647 | 2024-07-09T03:20:35.448Z | Checking parse-display v0.9.1 |
1648 | 2024-07-09T03:20:35.510Z | Checking tabwriter v1.4.0 |
1649 | 2024-07-09T03:20:35.529Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1650 | 2024-07-09T03:20:35.677Z | Checking colored v2.1.0 |
1651 | 2024-07-09T03:20:35.745Z | Checking socket2 v0.4.10 |
1652 | 2024-07-09T03:20:35.808Z | Checking smf v0.2.3 |
1653 | 2024-07-09T03:20:35.860Z | Checking humantime v2.1.0 |
1654 | 2024-07-09T03:20:35.975Z | Checking termcolor v1.4.1 |
1655 | 2024-07-09T03:20:36.177Z | Checking arc-swap v1.7.1 |
1656 | 2024-07-09T03:20:36.223Z | Checking newline-converter v0.3.0 |
1657 | 2024-07-09T03:20:36.227Z | Checking xattr v1.3.1 |
1658 | 2024-07-09T03:20:36.369Z | Checking filetime v0.2.23 |
1659 | 2024-07-09T03:20:36.373Z | Checking same-file v1.0.6 |
1660 | 2024-07-09T03:20:36.436Z | Checking expectorate v1.1.0 |
1661 | 2024-07-09T03:20:36.549Z | Checking walkdir v2.5.0 |
1662 | 2024-07-09T03:20:36.580Z | Checking tar v0.4.40 |
1663 | 2024-07-09T03:20:36.583Z | Checking slog-scope v4.4.0 |
1664 | 2024-07-09T03:20:36.583Z | Checking utf-8 v0.7.6 |
1665 | 2024-07-09T03:20:36.652Z | Checking termtree v0.4.1 |
1666 | 2024-07-09T03:20:36.786Z | Checking slog-stdlog v4.1.1 |
1667 | 2024-07-09T03:20:36.805Z | Compiling heapless v0.8.0 |
1668 | 2024-07-09T03:20:36.823Z | Checking hash32 v0.3.1 |
1669 | 2024-07-09T03:20:36.852Z | Checking predicates-tree v1.0.9 |
1670 | 2024-07-09T03:20:36.940Z | Checking slog-envlogger v2.2.0 |
1671 | 2024-07-09T03:20:36.999Z | Compiling smoltcp v0.11.0 |
1672 | 2024-07-09T03:20:37.016Z | Compiling crucible-workspace-hack v0.1.0 |
1673 | 2024-07-09T03:20:37.142Z | Checking cobs v0.2.3 |
1674 | 2024-07-09T03:20:37.267Z | Checking embedded-io v0.4.0 |
1675 | 2024-07-09T03:20:37.328Z | Checking sigpipe v0.1.3 |
1676 | 2024-07-09T03:20:37.363Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1677 | 2024-07-09T03:20:37.429Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1678 | 2024-07-09T03:20:37.465Z | Checking postcard v1.0.8 |
1679 | 2024-07-09T03:20:37.573Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1680 | 2024-07-09T03:20:37.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1681 | 2024-07-09T03:20:37.696Z | Checking pem v3.0.4 |
1682 | 2024-07-09T03:20:37.745Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1683 | 2024-07-09T03:20:37.947Z | Checking tungstenite v0.20.1 |
1684 | 2024-07-09T03:20:37.968Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1685 | 2024-07-09T03:20:38.165Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1686 | 2024-07-09T03:20:38.473Z | Compiling derive-where v1.2.7 |
1687 | 2024-07-09T03:20:38.526Z | Compiling num-derive v0.4.2 |
1688 | 2024-07-09T03:20:38.801Z | Compiling mockall_derive v0.12.1 |
1689 | 2024-07-09T03:20:39.568Z | Checking atty v0.2.14 |
1690 | 2024-07-09T03:20:39.662Z | Checking fragile v2.0.0 |
1691 | 2024-07-09T03:20:39.692Z | Checking downcast v0.11.0 |
1692 | 2024-07-09T03:20:39.899Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1693 | 2024-07-09T03:20:39.921Z | Checking tokio-tungstenite v0.20.1 |
1694 | 2024-07-09T03:20:40.397Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1695 | 2024-07-09T03:20:40.624Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1696 | 2024-07-09T03:20:40.644Z | Checking tungstenite v0.21.0 |
1697 | 2024-07-09T03:20:40.647Z | Checking env_logger v0.9.3 |
1698 | 2024-07-09T03:20:41.084Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1699 | 2024-07-09T03:20:41.435Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1700 | 2024-07-09T03:20:41.462Z | Checking tokio-tungstenite v0.21.0 |
1701 | 2024-07-09T03:20:41.501Z | Compiling bitstruct_derive v0.1.0 |
1702 | 2024-07-09T03:20:41.543Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1703 | 2024-07-09T03:20:41.783Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1704 | 2024-07-09T03:20:41.908Z | Checking ascii v1.1.0 |
1705 | 2024-07-09T03:20:41.911Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-09T03:20:42.090Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-09T03:20:42.212Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-09T03:20:42.267Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1709 | 2024-07-09T03:20:42.326Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-07-09T03:20:42.491Z | Checking erased-serde v0.3.31 |
1711 | 2024-07-09T03:20:42.588Z | Checking serde_arrays v0.1.0 |
1712 | 2024-07-09T03:20:42.741Z | Compiling heck v0.3.3 |
1713 | 2024-07-09T03:20:42.826Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1714 | 2024-07-09T03:20:42.866Z | Checking bitstruct v0.1.1 |
1715 | 2024-07-09T03:20:42.975Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1716 | 2024-07-09T03:20:43.105Z | Checking headers-core v0.2.0 |
1717 | 2024-07-09T03:20:43.157Z | Compiling zone_cfg_derive v0.1.2 |
1718 | 2024-07-09T03:20:43.261Z | Checking base64 v0.13.1 |
1719 | 2024-07-09T03:20:43.529Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1720 | 2024-07-09T03:20:43.659Z | Checking ron v0.7.1 |
1721 | 2024-07-09T03:20:44.596Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1722 | 2024-07-09T03:20:44.684Z | Checking zone v0.1.8 |
1723 | 2024-07-09T03:20:44.867Z | Checking headers v0.3.9 |
1724 | 2024-07-09T03:20:44.882Z | Checking portpicker v0.1.1 |
1725 | 2024-07-09T03:20:45.021Z | Checking rcgen v0.12.1 |
1726 | 2024-07-09T03:20:45.044Z | Checking atomicwrites v0.4.3 |
1727 | 2024-07-09T03:20:45.200Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1728 | 2024-07-09T03:20:45.264Z | Checking subprocess v0.2.9 |
1729 | 2024-07-09T03:20:45.330Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-07-09T03:20:45.640Z | Compiling convert_case v0.4.0 |
1731 | 2024-07-09T03:20:45.820Z | Checking password-hash v0.5.0 |
1732 | 2024-07-09T03:20:45.901Z | Checking blake2 v0.10.6 |
1733 | 2024-07-09T03:20:46.252Z | Checking linked-hash-map v0.5.6 |
1734 | 2024-07-09T03:20:46.353Z | Checking argon2 v0.5.3 |
1735 | 2024-07-09T03:20:46.586Z | Checking lru-cache v0.1.2 |
1736 | 2024-07-09T03:20:46.655Z | Compiling derive_more v0.99.18 |
1737 | 2024-07-09T03:20:46.769Z | Compiling prettyplease v0.2.20 |
1738 | 2024-07-09T03:20:47.044Z | Checking swrite v0.1.0 |
1739 | 2024-07-09T03:20:47.093Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1740 | 2024-07-09T03:20:47.112Z | Checking mockall v0.12.1 |
1741 | 2024-07-09T03:20:47.436Z | Compiling rayon-core v1.12.1 |
1742 | 2024-07-09T03:20:47.599Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1743 | 2024-07-09T03:20:47.644Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1744 | 2024-07-09T03:20:47.724Z | Checking resolv-conf v0.7.0 |
1745 | 2024-07-09T03:20:47.901Z | Checking half v2.4.1 |
1746 | 2024-07-09T03:20:47.977Z | Checking ciborium-io v0.2.2 |
1747 | 2024-07-09T03:20:48.066Z | Checking trust-dns-resolver v0.22.0 |
1748 | 2024-07-09T03:20:48.102Z | Compiling semver v0.1.20 |
1749 | 2024-07-09T03:20:48.158Z | Compiling cancel-safe-futures v0.1.5 |
1750 | 2024-07-09T03:20:48.362Z | Checking ciborium-ll v0.2.2 |
1751 | 2024-07-09T03:20:48.503Z | Compiling rustc_version v0.1.7 |
1752 | 2024-07-09T03:20:48.674Z | Checking ciborium v0.2.2 |
1753 | 2024-07-09T03:20:49.053Z | Compiling newtype_derive v0.1.6 |
1754 | 2024-07-09T03:20:49.332Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1755 | 2024-07-09T03:20:50.118Z | Checking num-rational v0.4.2 |
1756 | 2024-07-09T03:20:50.214Z | Checking num-complex v0.4.6 |
1757 | 2024-07-09T03:20:50.501Z | Compiling slog-dtrace v0.3.0 |
1758 | 2024-07-09T03:20:50.849Z | Checking signature v2.2.0 |
1759 | 2024-07-09T03:20:50.866Z | Checking float-ord v0.3.2 |
1760 | 2024-07-09T03:20:51.008Z | Checking steno v0.4.1 |
1761 | 2024-07-09T03:20:51.078Z | Checking num v0.4.3 |
1762 | 2024-07-09T03:20:52.460Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1763 | 2024-07-09T03:20:52.763Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-07-09T03:20:53.906Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1765 | 2024-07-09T03:20:54.487Z | Checking libsw v3.3.1 |
1766 | 2024-07-09T03:20:54.766Z | Checking owo-colors v4.0.0 |
1767 | 2024-07-09T03:20:54.860Z | Checking linear-map v1.2.0 |
1768 | 2024-07-09T03:20:56.484Z | Checking nibble_vec v0.1.0 |
1769 | 2024-07-09T03:20:56.583Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1770 | 2024-07-09T03:20:56.680Z | Checking endian-type v0.1.2 |
1771 | 2024-07-09T03:20:56.893Z | Checking radix_trie v0.2.1 |
1772 | 2024-07-09T03:20:57.269Z | Checking fxhash v0.2.1 |
1773 | 2024-07-09T03:20:57.293Z | Checking display-error-chain v0.2.0 |
1774 | 2024-07-09T03:20:57.322Z | Compiling home v0.5.9 |
1775 | 2024-07-09T03:20:57.438Z | Compiling radium v0.7.0 |
1776 | 2024-07-09T03:20:57.457Z | Compiling maybe-uninit v2.0.0 |
1777 | 2024-07-09T03:20:57.607Z | Checking tap v1.0.1 |
1778 | 2024-07-09T03:20:57.776Z | Checking wyz v0.5.1 |
1779 | 2024-07-09T03:20:58.039Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1780 | 2024-07-09T03:20:58.148Z | Checking funty v2.0.0 |
1781 | 2024-07-09T03:20:58.274Z | Checking crc-catalog v2.4.0 |
1782 | 2024-07-09T03:20:58.415Z | Compiling packed_struct v0.10.1 |
1783 | 2024-07-09T03:20:58.468Z | Compiling num-bigint-dig v0.8.4 |
1784 | 2024-07-09T03:20:58.858Z | Checking crc v3.2.1 |
1785 | 2024-07-09T03:20:59.182Z | Checking bitvec v1.0.1 |
1786 | 2024-07-09T03:20:59.438Z | Compiling packed_struct_codegen v0.10.1 |
1787 | 2024-07-09T03:20:59.458Z | Compiling indexmap v1.9.3 |
1788 | 2024-07-09T03:20:59.543Z | Checking nodrop v0.1.14 |
1789 | 2024-07-09T03:20:59.663Z | Checking array-init v0.0.4 |
1790 | 2024-07-09T03:20:59.890Z | Checking smallvec v0.6.14 |
1791 | 2024-07-09T03:21:00.630Z | Checking pkcs1 v0.7.5 |
1792 | 2024-07-09T03:21:01.023Z | Compiling blake3 v1.5.1 |
1793 | 2024-07-09T03:21:01.177Z | Compiling ring v0.16.20 |
1794 | 2024-07-09T03:21:01.596Z | Checking bitfield v0.14.0 |
1795 | 2024-07-09T03:21:01.885Z | Checking hashbrown v0.12.3 |
1796 | 2024-07-09T03:21:02.330Z | Checking serde-hex v0.1.0 |
1797 | 2024-07-09T03:21:02.393Z | Checking rsa v0.9.6 |
1798 | 2024-07-09T03:21:02.433Z | Checking bzip2 v0.4.4 |
1799 | 2024-07-09T03:21:02.721Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1800 | 2024-07-09T03:21:02.956Z | Checking env_logger v0.10.2 |
1801 | 2024-07-09T03:21:03.386Z | Checking x509-cert v0.2.5 |
1802 | 2024-07-09T03:21:03.389Z | Checking ron v0.8.1 |
1803 | 2024-07-09T03:21:03.565Z | Checking hashbrown v0.13.2 |
1804 | 2024-07-09T03:21:04.651Z | Checking crc-any v2.5.0 |
1805 | 2024-07-09T03:21:04.715Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1806 | 2024-07-09T03:21:04.893Z | Checking object v0.30.4 |
1807 | 2024-07-09T03:21:04.967Z | Checking zip v0.6.6 |
1808 | 2024-07-09T03:21:04.994Z | Checking path-slash v0.1.5 |
1809 | 2024-07-09T03:21:05.013Z | Compiling async-recursion v1.1.1 |
1810 | 2024-07-09T03:21:05.132Z | Checking gethostname v0.4.3 |
1811 | 2024-07-09T03:21:05.276Z | Compiling libefi-sys v0.1.0 |
1812 | 2024-07-09T03:21:05.295Z | Compiling parking_lot_core v0.8.6 |
1813 | 2024-07-09T03:21:05.536Z | Checking maplit v1.0.2 |
1814 | 2024-07-09T03:21:05.647Z | Compiling bitfield-struct v0.6.1 |
1815 | 2024-07-09T03:21:05.688Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1816 | 2024-07-09T03:21:05.706Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1817 | 2024-07-09T03:21:06.170Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1818 | 2024-07-09T03:21:06.367Z | Compiling crossbeam-deque v0.8.5 |
1819 | 2024-07-09T03:21:06.450Z | Checking keccak v0.1.5 |
1820 | 2024-07-09T03:21:06.456Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1821 | 2024-07-09T03:21:06.758Z | Checking sha3 v0.10.8 |
1822 | 2024-07-09T03:21:07.085Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-07-09T03:21:07.180Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-07-09T03:21:07.634Z | Checking parking_lot v0.11.2 |
1825 | 2024-07-09T03:21:07.654Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-07-09T03:21:07.695Z | Checking trust-dns-client v0.22.0 |
1827 | 2024-07-09T03:21:07.988Z | Checking toml v0.5.11 |
1828 | 2024-07-09T03:21:08.035Z | Checking secrecy v0.8.0 |
1829 | 2024-07-09T03:21:08.126Z | Checking sled v0.34.7 |
1830 | 2024-07-09T03:21:08.250Z | Compiling rayon v1.10.0 |
1831 | 2024-07-09T03:21:08.857Z | Compiling memmap2 v0.9.4 |
1832 | 2024-07-09T03:21:08.959Z | Compiling untrusted v0.7.1 |
1833 | 2024-07-09T03:21:09.160Z | Compiling constant_time_eq v0.3.0 |
1834 | 2024-07-09T03:21:09.340Z | Compiling arrayref v0.3.7 |
1835 | 2024-07-09T03:21:09.357Z | Compiling arrayvec v0.7.4 |
1836 | 2024-07-09T03:21:09.440Z | Compiling spin v0.5.2 |
1837 | 2024-07-09T03:21:09.461Z | Checking trust-dns-server v0.22.1 |
1838 | 2024-07-09T03:21:09.682Z | Compiling buf-list v1.0.3 |
1839 | 2024-07-09T03:21:11.123Z | Compiling toolchain_find v0.4.0 |
1840 | 2024-07-09T03:21:11.468Z | Compiling topological-sort v0.2.2 |
1841 | 2024-07-09T03:21:11.684Z | Compiling rustfmt-wrapper v0.2.1 |
1842 | 2024-07-09T03:21:11.952Z | Checking glob v0.3.1 |
1843 | 2024-07-09T03:21:12.129Z | Compiling curve25519-dalek v4.1.3 |
1844 | 2024-07-09T03:21:12.245Z | Checking universal-hash v0.5.1 |
1845 | 2024-07-09T03:21:12.280Z | Checking opaque-debug v0.3.1 |
1846 | 2024-07-09T03:21:12.374Z | Compiling curve25519-dalek-derive v0.1.1 |
1847 | 2024-07-09T03:21:12.496Z | Checking aead v0.5.2 |
1848 | 2024-07-09T03:21:12.829Z | Compiling pin-project-internal v1.1.5 |
1849 | 2024-07-09T03:21:13.158Z | Compiling vte_generate_state_changes v0.1.1 |
1850 | 2024-07-09T03:21:13.300Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1851 | 2024-07-09T03:21:13.515Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1852 | 2024-07-09T03:21:13.537Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1853 | 2024-07-09T03:21:13.622Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1854 | 2024-07-09T03:21:13.813Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1855 | 2024-07-09T03:21:14.420Z | Compiling omicron-zone-package v0.11.0 |
1856 | 2024-07-09T03:21:14.881Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1857 | 2024-07-09T03:21:16.099Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1858 | 2024-07-09T03:21:16.709Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1859 | 2024-07-09T03:21:17.208Z | Compiling unicase v2.7.0 |
1860 | 2024-07-09T03:21:17.591Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1861 | 2024-07-09T03:21:17.686Z | Checking pin-project v1.1.5 |
1862 | 2024-07-09T03:21:17.809Z | Checking vte v0.11.1 |
1863 | 2024-07-09T03:21:18.190Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1864 | 2024-07-09T03:21:18.693Z | Checking poly1305 v0.8.0 |
1865 | 2024-07-09T03:21:19.157Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1866 | 2024-07-09T03:21:19.197Z | Checking chacha20 v0.9.1 |
1867 | 2024-07-09T03:21:19.554Z | Checking fd-lock v4.0.2 |
1868 | 2024-07-09T03:21:19.696Z | Compiling thiserror-impl-no-std v2.0.2 |
1869 | 2024-07-09T03:21:19.739Z | Checking nanorand v0.7.0 |
1870 | 2024-07-09T03:21:19.797Z | Checking strip-ansi-escapes v0.2.0 |
1871 | 2024-07-09T03:21:19.953Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1872 | 2024-07-09T03:21:20.112Z | Checking flume v0.11.0 |
1873 | 2024-07-09T03:21:20.245Z | Checking kstat-rs v0.2.4 |
1874 | 2024-07-09T03:21:20.486Z | Checking nu-ansi-term v0.50.0 |
1875 | 2024-07-09T03:21:20.584Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1876 | 2024-07-09T03:21:20.631Z | Checking chacha20poly1305 v0.10.1 |
1877 | 2024-07-09T03:21:20.692Z | Checking reedline v0.31.0 |
1878 | 2024-07-09T03:21:20.887Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1879 | 2024-07-09T03:21:21.037Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1880 | 2024-07-09T03:21:21.214Z | Compiling crunchy v0.2.2 |
1881 | 2024-07-09T03:21:21.756Z | Compiling mime_guess v2.0.4 |
1882 | 2024-07-09T03:21:21.759Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1883 | 2024-07-09T03:21:21.925Z | Compiling clang-sys v1.7.0 |
1884 | 2024-07-09T03:21:22.640Z | Compiling tiny-keccak v2.0.2 |
1885 | 2024-07-09T03:21:23.014Z | Checking thiserror-no-std v2.0.2 |
1886 | 2024-07-09T03:21:23.137Z | Checking vsss-rs v3.3.4 |
1887 | 2024-07-09T03:21:23.160Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1888 | 2024-07-09T03:21:23.356Z | Compiling memoffset v0.9.1 |
1889 | 2024-07-09T03:21:23.382Z | Checking bytecount v0.6.8 |
1890 | 2024-07-09T03:21:23.402Z | Compiling ref-cast v1.0.23 |
1891 | 2024-07-09T03:21:23.525Z | Checking papergrid v0.11.0 |
1892 | 2024-07-09T03:21:24.478Z | Compiling ascii-canvas v3.0.0 |
1893 | 2024-07-09T03:21:24.721Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1894 | 2024-07-09T03:21:24.999Z | Compiling tabled_derive v0.7.0 |
1895 | 2024-07-09T03:21:25.045Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1896 | 2024-07-09T03:21:25.298Z | Compiling ref-cast-impl v1.0.23 |
1897 | 2024-07-09T03:21:25.315Z | Compiling snafu-derive v0.8.2 |
1898 | 2024-07-09T03:21:26.149Z | Compiling ena v0.14.3 |
1899 | 2024-07-09T03:21:26.513Z | Compiling libloading v0.8.3 |
1900 | 2024-07-09T03:21:26.564Z | Compiling regex-syntax v0.6.29 |
1901 | 2024-07-09T03:21:26.589Z | Checking http-range v0.1.5 |
1902 | 2024-07-09T03:21:26.775Z | Compiling bindgen v0.69.4 |
1903 | 2024-07-09T03:21:26.931Z | Compiling diff v0.1.13 |
1904 | 2024-07-09T03:21:27.500Z | Checking hyper-staticfile v0.9.5 |
1905 | 2024-07-09T03:21:27.658Z | Checking tabled v0.15.0 |
1906 | 2024-07-09T03:21:28.773Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1907 | 2024-07-09T03:21:30.572Z | Compiling lalrpop v0.19.12 |
1908 | 2024-07-09T03:21:31.280Z | Checking snafu v0.8.2 |
1909 | 2024-07-09T03:21:31.722Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1910 | 2024-07-09T03:21:31.768Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1911 | 2024-07-09T03:21:32.553Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1912 | 2024-07-09T03:21:32.880Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1913 | 2024-07-09T03:21:34.796Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1914 | 2024-07-09T03:21:36.734Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1915 | 2024-07-09T03:21:38.552Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1916 | 2024-07-09T03:21:39.366Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1917 | 2024-07-09T03:21:40.705Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1918 | 2024-07-09T03:21:41.004Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1919 | 2024-07-09T03:21:41.107Z | Compiling which v4.4.2 |
1920 | 2024-07-09T03:21:41.727Z | Checking globset v0.4.14 |
1921 | 2024-07-09T03:21:42.028Z | Checking olpc-cjson v0.1.3 |
1922 | 2024-07-09T03:21:42.206Z | Compiling cexpr v0.6.0 |
1923 | 2024-07-09T03:21:42.249Z | Checking serde_plain v1.0.2 |
1924 | 2024-07-09T03:21:42.482Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1925 | 2024-07-09T03:21:42.767Z | Checking signature v1.6.4 |
1926 | 2024-07-09T03:21:42.910Z | Compiling shlex v1.3.0 |
1927 | 2024-07-09T03:21:43.362Z | Checking typed-path v0.7.1 |
1928 | 2024-07-09T03:21:44.099Z | Compiling salty v0.2.0 |
1929 | 2024-07-09T03:21:44.617Z | Compiling rustc-hash v1.1.0 |
1930 | 2024-07-09T03:21:44.778Z | Compiling lazycell v1.3.0 |
1931 | 2024-07-09T03:21:44.946Z | Compiling cfg_aliases v0.1.1 |
1932 | 2024-07-09T03:21:45.056Z | Compiling nix v0.28.0 |
1933 | 2024-07-09T03:21:45.196Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1934 | 2024-07-09T03:21:45.223Z | Checking tough v0.17.1 |
1935 | 2024-07-09T03:21:45.902Z | Checking ed25519 v1.5.3 |
1936 | 2024-07-09T03:21:46.150Z | Checking nix v0.27.1 |
1937 | 2024-07-09T03:21:47.686Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1938 | 2024-07-09T03:21:49.119Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1939 | 2024-07-09T03:21:49.922Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1940 | 2024-07-09T03:21:50.009Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1941 | 2024-07-09T03:21:51.451Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1942 | 2024-07-09T03:21:51.637Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1943 | 2024-07-09T03:21:51.824Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1944 | 2024-07-09T03:21:52.315Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1945 | 2024-07-09T03:21:52.537Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1946 | 2024-07-09T03:21:52.560Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1947 | 2024-07-09T03:21:52.817Z | Compiling derive_builder_core v0.20.0 |
1948 | 2024-07-09T03:21:53.012Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1949 | 2024-07-09T03:21:54.894Z | Checking serde-big-array v0.5.1 |
1950 | 2024-07-09T03:21:54.939Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1951 | 2024-07-09T03:21:55.121Z | Compiling libxml v0.3.3 |
1952 | 2024-07-09T03:21:55.372Z | Checking parse-size v1.0.0 |
1953 | 2024-07-09T03:21:55.412Z | Compiling derive_builder_macro v0.20.0 |
1954 | 2024-07-09T03:21:55.698Z | Checking signal-hook-tokio v0.3.1 |
1955 | 2024-07-09T03:21:55.827Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1956 | 2024-07-09T03:21:55.879Z | Checking serde-big-array v0.4.1 |
1957 | 2024-07-09T03:21:56.053Z | Compiling strum_macros v0.24.3 |
1958 | 2024-07-09T03:21:56.133Z | Compiling cookie v0.18.1 |
1959 | 2024-07-09T03:21:56.192Z | Compiling indoc v1.0.9 |
1960 | 2024-07-09T03:21:56.272Z | Checking derive_builder v0.20.0 |
1961 | 2024-07-09T03:21:56.433Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1962 | 2024-07-09T03:21:57.253Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1963 | 2024-07-09T03:21:57.668Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1964 | 2024-07-09T03:21:59.001Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1965 | 2024-07-09T03:21:59.278Z | Compiling peg-macros v0.8.3 |
1966 | 2024-07-09T03:21:59.367Z | Checking quick-xml v0.31.0 |
1967 | 2024-07-09T03:21:59.757Z | Compiling oso-derive v0.27.3 |
1968 | 2024-07-09T03:22:00.177Z | Compiling impl-trait-for-tuples v0.2.2 |
1969 | 2024-07-09T03:22:00.891Z | Compiling sqlparser_derive v0.2.2 |
1970 | 2024-07-09T03:22:01.478Z | Checking corncobs v0.1.3 |
1971 | 2024-07-09T03:22:01.816Z | Checking unicode_categories v0.1.1 |
1972 | 2024-07-09T03:22:01.979Z | Checking heck v0.4.1 |
1973 | 2024-07-09T03:22:02.122Z | Checking sqlformat v0.2.3 |
1974 | 2024-07-09T03:22:02.190Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1975 | 2024-07-09T03:22:02.587Z | Checking sqlparser v0.45.0 |
1976 | 2024-07-09T03:22:03.187Z | Checking peg v0.8.3 |
1977 | 2024-07-09T03:22:03.300Z | Checking rustyline v14.0.0 |
1978 | 2024-07-09T03:22:04.929Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1979 | 2024-07-09T03:22:05.541Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1980 | 2024-07-09T03:22:05.682Z | Checking bcs v0.1.6 |
1981 | 2024-07-09T03:22:06.139Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1982 | 2024-07-09T03:22:06.160Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1983 | 2024-07-09T03:22:06.753Z | Checking highway v1.1.0 |
1984 | 2024-07-09T03:22:07.269Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1985 | 2024-07-09T03:22:07.421Z | Compiling const_format_proc_macros v0.2.32 |
1986 | 2024-07-09T03:22:07.714Z | Checking bb8 v0.8.5 |
1987 | 2024-07-09T03:22:08.051Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1988 | 2024-07-09T03:22:09.058Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1989 | 2024-07-09T03:22:09.712Z | Checking const_format v0.2.32 |
1990 | 2024-07-09T03:22:10.232Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1991 | 2024-07-09T03:22:11.544Z | Checking assert_matches v1.5.0 |
1992 | 2024-07-09T03:22:11.651Z | Compiling portable-atomic v1.6.0 |
1993 | 2024-07-09T03:22:11.848Z | Checking rand_seeder v0.2.3 |
1994 | 2024-07-09T03:22:11.895Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1995 | 2024-07-09T03:22:12.074Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1996 | 2024-07-09T03:22:12.098Z | Checking number_prefix v0.4.0 |
1997 | 2024-07-09T03:22:12.289Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1998 | 2024-07-09T03:22:12.788Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1999 | 2024-07-09T03:22:13.011Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2000 | 2024-07-09T03:22:13.031Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2001 | 2024-07-09T03:22:13.776Z | Checking indicatif v0.17.8 |
2002 | 2024-07-09T03:22:14.135Z | Checking castaway v0.2.2 |
2003 | 2024-07-09T03:22:14.297Z | Checking compact_str v0.7.1 |
2004 | 2024-07-09T03:22:14.398Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2005 | 2024-07-09T03:22:14.558Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2006 | 2024-07-09T03:22:14.671Z | Checking unicode-truncate v1.0.0 |
2007 | 2024-07-09T03:22:14.834Z | Checking itertools v0.13.0 |
2008 | 2024-07-09T03:22:14.890Z | Checking lru v0.12.3 |
2009 | 2024-07-09T03:22:15.003Z | Compiling stability v0.2.0 |
2010 | 2024-07-09T03:22:15.169Z | Checking cassowary v0.3.0 |
2011 | 2024-07-09T03:22:15.633Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2012 | 2024-07-09T03:22:15.949Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2013 | 2024-07-09T03:22:17.370Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2014 | 2024-07-09T03:22:17.486Z | Checking ratatui v0.27.0 |
2015 | 2024-07-09T03:22:18.501Z | Checking smawk v0.3.2 |
2016 | 2024-07-09T03:22:18.714Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2017 | 2024-07-09T03:22:18.717Z | Checking unicode-linebreak v0.1.5 |
2018 | 2024-07-09T03:22:18.755Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2019 | 2024-07-09T03:22:19.036Z | Checking is_ci v1.2.0 |
2020 | 2024-07-09T03:22:19.161Z | Checking textwrap v0.16.1 |
2021 | 2024-07-09T03:22:19.179Z | Checking supports-color v3.0.0 |
2022 | 2024-07-09T03:22:19.395Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2023 | 2024-07-09T03:22:19.544Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2024 | 2024-07-09T03:22:19.907Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2024-07-09T03:22:20.487Z | Checking fatfs v0.3.6 |
2026 | 2024-07-09T03:22:21.257Z | Checking shell-words v1.1.0 |
2027 | 2024-07-09T03:22:21.442Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2028 | 2024-07-09T03:22:21.506Z | Checking cargo-platform v0.1.8 |
2029 | 2024-07-09T03:22:21.802Z | Checking rtoolbox v0.0.2 |
2030 | 2024-07-09T03:22:21.993Z | Compiling getrandom v0.1.16 |
2031 | 2024-07-09T03:22:22.801Z | Checking rpassword v7.3.1 |
2032 | 2024-07-09T03:22:22.965Z | Checking cargo_metadata v0.18.1 |
2033 | 2024-07-09T03:22:23.728Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2034 | 2024-07-09T03:22:25.114Z | Checking tui-tree-widget v0.21.0 |
2035 | 2024-07-09T03:22:25.352Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2036 | 2024-07-09T03:22:26.333Z | Checking rfc6979 v0.4.0 |
2037 | 2024-07-09T03:22:26.810Z | Checking ecdsa v0.16.9 |
2038 | 2024-07-09T03:22:26.882Z | Checking rand_core v0.5.1 |
2039 | 2024-07-09T03:22:27.171Z | Checking primeorder v0.13.6 |
2040 | 2024-07-09T03:22:27.654Z | Checking option-ext v0.2.0 |
2041 | 2024-07-09T03:22:27.745Z | Checking yansi v0.5.1 |
2042 | 2024-07-09T03:22:27.776Z | Checking dirs-sys v0.4.1 |
2043 | 2024-07-09T03:22:27.955Z | Checking rand_chacha v0.2.2 |
2044 | 2024-07-09T03:22:28.045Z | Checking pretty_assertions v1.4.0 |
2045 | 2024-07-09T03:22:28.251Z | Checking polyval v0.6.2 |
2046 | 2024-07-09T03:22:28.275Z | Checking ed25519 v2.2.3 |
2047 | 2024-07-09T03:22:28.499Z | Checking ctr v0.9.2 |
2048 | 2024-07-09T03:22:28.541Z | Checking blowfish v0.9.1 |
2049 | 2024-07-09T03:22:28.784Z | Checking aes v0.8.4 |
2050 | 2024-07-09T03:22:28.806Z | Checking password-hash v0.4.2 |
2051 | 2024-07-09T03:22:29.268Z | Checking pbkdf2 v0.12.2 |
2052 | 2024-07-09T03:22:29.438Z | Checking hex-literal v0.4.1 |
2053 | 2024-07-09T03:22:29.577Z | Checking plotters-backend v0.3.5 |
2054 | 2024-07-09T03:22:29.619Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2055 | 2024-07-09T03:22:29.742Z | Checking bcrypt-pbkdf v0.10.0 |
2056 | 2024-07-09T03:22:29.984Z | Checking plotters-svg v0.3.5 |
2057 | 2024-07-09T03:22:30.003Z | Checking pbkdf2 v0.11.0 |
2058 | 2024-07-09T03:22:30.206Z | Checking ghash v0.5.1 |
2059 | 2024-07-09T03:22:30.301Z | Checking ed25519-dalek v2.1.1 |
2060 | 2024-07-09T03:22:30.375Z | Checking rand v0.7.3 |
2061 | 2024-07-09T03:22:30.653Z | Checking dirs v5.0.1 |
2062 | 2024-07-09T03:22:30.805Z | Checking p256 v0.13.2 |
2063 | 2024-07-09T03:22:31.282Z | Checking p521 v0.13.3 |
2064 | 2024-07-09T03:22:31.775Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2065 | 2024-07-09T03:22:32.755Z | Checking cbc v0.1.2 |
2066 | 2024-07-09T03:22:32.971Z | Checking russh-cryptovec v0.7.2 |
2067 | 2024-07-09T03:22:33.176Z | Checking md5 v0.7.0 |
2068 | 2024-07-09T03:22:33.328Z | Compiling target-lexicon v0.12.14 |
2069 | 2024-07-09T03:22:33.450Z | Compiling doc-comment v0.3.3 |
2070 | 2024-07-09T03:22:34.053Z | Checking cast v0.3.0 |
2071 | 2024-07-09T03:22:34.402Z | Checking criterion-plot v0.5.0 |
2072 | 2024-07-09T03:22:34.523Z | Checking russh-keys v0.43.0 |
2073 | 2024-07-09T03:22:34.888Z | Checking aes-gcm v0.10.3 |
2074 | 2024-07-09T03:22:35.126Z | Checking plotters v0.3.5 |
2075 | 2024-07-09T03:22:35.680Z | Checking http-body v1.0.0 |
2076 | 2024-07-09T03:22:35.899Z | Checking tinytemplate v1.2.1 |
2077 | 2024-07-09T03:22:36.293Z | Checking csv-core v0.1.11 |
2078 | 2024-07-09T03:22:36.627Z | Compiling guppy-workspace-hack v0.1.0 |
2079 | 2024-07-09T03:22:36.645Z | Checking oorandom v11.1.3 |
2080 | 2024-07-09T03:22:36.798Z | Checking tower-layer v0.3.2 |
2081 | 2024-07-09T03:22:36.845Z | Checking regex-automata v0.1.10 |
2082 | 2024-07-09T03:22:36.897Z | Checking anes v0.1.6 |
2083 | 2024-07-09T03:22:37.057Z | Compiling assert_cmd v2.0.14 |
2084 | 2024-07-09T03:22:37.261Z | Compiling dhcproto-macros v0.1.0 |
2085 | 2024-07-09T03:22:37.281Z | Checking bstr v0.2.17 |
2086 | 2024-07-09T03:22:37.489Z | Checking criterion v0.5.1 |
2087 | 2024-07-09T03:22:38.201Z | Checking tower v0.4.13 |
2088 | 2024-07-09T03:22:38.285Z | Checking dhcproto v0.11.0 |
2089 | 2024-07-09T03:22:39.049Z | Checking csv v1.3.0 |
2090 | 2024-07-09T03:22:39.792Z | Checking hyper v1.3.1 |
2091 | 2024-07-09T03:22:39.912Z | Checking russh v0.43.0 |
2092 | 2024-07-09T03:22:41.028Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2093 | 2024-07-09T03:22:41.107Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2094 | 2024-07-09T03:22:41.986Z | Compiling target-spec v3.1.0 |
2095 | 2024-07-09T03:22:42.178Z | Checking internet-checksum v0.2.1 |
2096 | 2024-07-09T03:22:43.155Z | Checking cfg-expr v0.15.8 |
2097 | 2024-07-09T03:22:43.823Z | Checking hyper-util v0.1.3 |
2098 | 2024-07-09T03:22:44.271Z | Checking httptest v0.15.5 |
2099 | 2024-07-09T03:22:44.520Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2100 | 2024-07-09T03:22:45.061Z | Checking rustls-native-certs v0.7.0 |
2101 | 2024-07-09T03:22:45.355Z | Checking hyper-rustls v0.26.0 |
2102 | 2024-07-09T03:22:46.101Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2103 | 2024-07-09T03:22:46.361Z | Checking pathdiff v0.2.1 |
2104 | 2024-07-09T03:22:46.526Z | Checking threadpool v1.8.1 |
2105 | 2024-07-09T03:22:46.731Z | Checking escape8259 v0.5.2 |
2106 | 2024-07-09T03:22:46.928Z | Checking nested v0.1.1 |
2107 | 2024-07-09T03:22:47.154Z | Checking guppy v0.17.5 |
2108 | 2024-07-09T03:22:47.201Z | Checking libtest-mimic v0.7.3 |
2109 | 2024-07-09T03:22:47.728Z | Checking similar-asserts v1.5.0 |
2110 | 2024-07-09T03:22:47.967Z | Checking fancy-regex v0.13.0 |
2111 | 2024-07-09T03:22:48.703Z | Compiling rstest_macros v0.19.0 |
2112 | 2024-07-09T03:22:49.225Z | Checking datatest-stable v0.2.9 |
2113 | 2024-07-09T03:22:49.351Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2114 | 2024-07-09T03:22:49.398Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2115 | 2024-07-09T03:22:49.519Z | Checking blake2b_simd v1.0.2 |
2116 | 2024-07-09T03:22:50.563Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2117 | 2024-07-09T03:22:50.725Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2118 | 2024-07-09T03:22:50.847Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2119 | 2024-07-09T03:22:51.133Z | Compiling trybuild v1.0.96 |
2120 | 2024-07-09T03:22:52.372Z | Compiling relative-path v1.9.3 |
2121 | 2024-07-09T03:22:52.377Z | Checking rust-argon2 v2.1.0 |
2122 | 2024-07-09T03:22:52.389Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2123 | 2024-07-09T03:22:54.967Z | Checking multimap v0.10.0 |
2124 | 2024-07-09T03:22:55.267Z | Checking futures-timer v3.0.3 |
2125 | 2024-07-09T03:22:57.038Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2024-07-09T03:22:57.978Z | Checking partial-io v0.5.4 |
2127 | 2024-07-09T03:22:58.352Z | Checking cargo_toml v0.20.3 |
2128 | 2024-07-09T03:23:00.451Z | Checking rand_distr v0.4.3 |
2129 | 2024-07-09T03:23:01.202Z | Checking approx v0.5.1 |
2130 | 2024-07-09T03:23:01.437Z | Checking termios v0.3.3 |
2131 | 2024-07-09T03:23:01.608Z | Checking uzers v0.11.3 |
2132 | 2024-07-09T03:23:01.671Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2133 | 2024-07-09T03:23:01.856Z | Checking rstest v0.19.0 |
2134 | 2024-07-09T03:23:01.965Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2135 | 2024-07-09T03:23:06.049Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2136 | 2024-07-09T03:23:06.733Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2137 | 2024-07-09T03:23:16.771Z | Compiling samael v0.0.15 |
2138 | 2024-07-09T03:23:18.314Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2139 | 2024-07-09T03:23:45.571Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2140 | 2024-07-09T03:23:47.440Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2141 | 2024-07-09T03:23:50.239Z | Compiling polar-core v0.27.3 |
2142 | 2024-07-09T03:24:01.749Z | Checking oso v0.27.3 |
2143 | 2024-07-09T03:24:34.712Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2144 | 2024-07-09T03:24:34.715Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2145 | 2024-07-09T03:24:34.715Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2146 | 2024-07-09T03:25:50.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 11s |
2147 | 2024-07-09T03:25:50.797Z | |
2148 | 2024-07-09T03:25:50.800Z | real 7:19.720887990 |
2149 | 2024-07-09T03:25:50.800Z | user 40:12.646253011 |
2150 | 2024-07-09T03:25:50.800Z | sys 6:58.557766633 |
2151 | 2024-07-09T03:25:50.800Z | trap 1.100096229 |
2152 | 2024-07-09T03:25:50.800Z | tflt 1.716646608 |
2153 | 2024-07-09T03:25:50.801Z | dflt 1.293702236 |
2154 | 2024-07-09T03:25:50.801Z | kflt 0.003854858 |
2155 | 2024-07-09T03:25:50.801Z | lock 1:58:01.795296728 |
2156 | 2024-07-09T03:25:50.801Z | slp 2:08:02.191787687 |
2157 | 2024-07-09T03:25:50.801Z | lat 1:54.988704859 |
2158 | 2024-07-09T03:25:50.801Z | stop 6:11.013434476 |
2159 | 2024-07-09T03:25:50.801Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2160 | 2024-07-09T03:25:50.801Z | + ptime -m cargo doc --workspace --no-deps |
2161 | 2024-07-09T03:25:51.834Z | warning: output filename collision. |
2162 | 2024-07-09T03:25:51.834Z | 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)`. |
2163 | 2024-07-09T03:25:51.834Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2164 | 2024-07-09T03:25:51.834Z | The targets should have unique names. |
2165 | 2024-07-09T03:25:51.834Z | This is a known bug where multiple crates with the same name use |
2166 | 2024-07-09T03:25:51.834Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2167 | 2024-07-09T03:25:52.337Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2024-07-09T03:25:52.391Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-07-09T03:25:52.430Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2170 | 2024-07-09T03:25:52.448Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2171 | 2024-07-09T03:25:52.467Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2172 | 2024-07-09T03:25:52.469Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-07-09T03:25:52.597Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2174 | 2024-07-09T03:25:52.696Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2175 | 2024-07-09T03:25:52.713Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2176 | 2024-07-09T03:25:52.731Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2024-07-09T03:25:52.734Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2178 | 2024-07-09T03:25:52.956Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2179 | 2024-07-09T03:25:52.998Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2180 | 2024-07-09T03:25:53.257Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-07-09T03:25:53.437Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-07-09T03:25:54.401Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2183 | 2024-07-09T03:25:57.188Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2184 | 2024-07-09T03:25:57.337Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2185 | 2024-07-09T03:25:57.401Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-07-09T03:25:57.618Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2187 | 2024-07-09T03:25:57.750Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2188 | 2024-07-09T03:25:57.895Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2189 | 2024-07-09T03:25:58.041Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2190 | 2024-07-09T03:25:58.337Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2191 | 2024-07-09T03:25:58.804Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2024-07-09T03:25:59.122Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-07-09T03:25:59.316Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-07-09T03:25:59.589Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2195 | 2024-07-09T03:25:59.630Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2196 | 2024-07-09T03:25:59.805Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2197 | 2024-07-09T03:25:59.879Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2198 | 2024-07-09T03:26:00.151Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2199 | 2024-07-09T03:26:00.461Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2200 | 2024-07-09T03:26:00.728Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2201 | 2024-07-09T03:26:01.017Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2202 | 2024-07-09T03:26:02.193Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2203 | 2024-07-09T03:26:04.897Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-07-09T03:26:06.338Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2205 | 2024-07-09T03:26:06.636Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2206 | 2024-07-09T03:26:07.432Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2024-07-09T03:26:08.176Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2208 | 2024-07-09T03:26:08.586Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2209 | 2024-07-09T03:26:09.086Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2210 | 2024-07-09T03:26:09.631Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2211 | 2024-07-09T03:26:09.858Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2212 | 2024-07-09T03:26:10.019Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2213 | 2024-07-09T03:26:10.615Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2214 | 2024-07-09T03:26:11.236Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2215 | 2024-07-09T03:26:11.332Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2216 | 2024-07-09T03:26:11.934Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2217 | 2024-07-09T03:26:12.033Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2218 | 2024-07-09T03:26:13.272Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2219 | 2024-07-09T03:26:13.375Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2220 | 2024-07-09T03:26:14.556Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2221 | 2024-07-09T03:26:15.251Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2222 | 2024-07-09T03:26:15.698Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-07-09T03:26:15.865Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2224 | 2024-07-09T03:26:16.311Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2225 | 2024-07-09T03:26:16.482Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2226 | 2024-07-09T03:26:17.093Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2227 | 2024-07-09T03:26:19.063Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2228 | 2024-07-09T03:26:19.510Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2229 | 2024-07-09T03:26:21.233Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2230 | 2024-07-09T03:26:21.853Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-07-09T03:26:23.339Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2232 | 2024-07-09T03:26:23.404Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-07-09T03:26:23.915Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-07-09T03:26:24.075Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-07-09T03:26:24.383Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2236 | 2024-07-09T03:26:25.671Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2237 | 2024-07-09T03:26:26.603Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2238 | 2024-07-09T03:26:29.033Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2239 | 2024-07-09T03:26:29.874Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2240 | 2024-07-09T03:26:30.359Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2241 | 2024-07-09T03:26:31.545Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-07-09T03:26:32.603Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2243 | 2024-07-09T03:26:33.297Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2244 | 2024-07-09T03:26:34.761Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2245 | 2024-07-09T03:26:35.691Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2024-07-09T03:26:35.763Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2247 | 2024-07-09T03:26:36.389Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2024-07-09T03:26:37.678Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2249 | 2024-07-09T03:26:58.110Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2250 | 2024-07-09T03:26:58.141Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2251 | 2024-07-09T03:27:10.824Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2252 | 2024-07-09T03:27:12.181Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2253 | 2024-07-09T03:27:14.859Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2254 | 2024-07-09T03:27:21.832Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2255 | 2024-07-09T03:27:31.351Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2256 | 2024-07-09T03:27:32.522Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2257 | 2024-07-09T03:27:37.760Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2258 | 2024-07-09T03:27:38.253Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2259 | 2024-07-09T03:27:58.320Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2260 | 2024-07-09T03:28:00.762Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2261 | 2024-07-09T03:28:00.965Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2262 | 2024-07-09T03:28:04.855Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2263 | 2024-07-09T03:28:07.267Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2264 | 2024-07-09T03:28:08.113Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2265 | 2024-07-09T03:28:08.541Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2266 | 2024-07-09T03:28:15.447Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2267 | 2024-07-09T03:28:15.909Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2268 | 2024-07-09T03:28:34.437Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2269 | 2024-07-09T03:28:36.324Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2270 | 2024-07-09T03:28:40.556Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2271 | 2024-07-09T03:28:43.250Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2272 | 2024-07-09T03:29:00.820Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2273 | 2024-07-09T03:29:01.845Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2274 | 2024-07-09T03:29:04.915Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2275 | 2024-07-09T03:29:19.847Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2276 | 2024-07-09T03:29:22.670Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2277 | 2024-07-09T03:29:23.300Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2278 | 2024-07-09T03:29:26.374Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2279 | 2024-07-09T03:29:26.909Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2280 | 2024-07-09T03:29:27.546Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2281 | 2024-07-09T03:29:41.490Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2282 | 2024-07-09T03:29:41.612Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2283 | 2024-07-09T03:29:42.083Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2284 | 2024-07-09T03:29:45.199Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2285 | 2024-07-09T03:29:46.464Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2286 | 2024-07-09T03:29:47.363Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2287 | 2024-07-09T03:29:50.531Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2288 | 2024-07-09T03:29:50.779Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2289 | 2024-07-09T03:29:53.379Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2290 | 2024-07-09T03:29:54.612Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2291 | 2024-07-09T03:29:57.035Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2292 | 2024-07-09T03:30:01.507Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2293 | 2024-07-09T03:30:01.736Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-07-09T03:30:01.736Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2295 | 2024-07-09T03:30:05.936Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2296 | 2024-07-09T03:30:06.352Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2297 | 2024-07-09T03:30:11.957Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2298 | 2024-07-09T03:30:11.960Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2299 | 2024-07-09T03:30:15.091Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2300 | 2024-07-09T03:30:15.952Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2301 | 2024-07-09T03:30:16.659Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2302 | 2024-07-09T03:30:17.251Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2303 | 2024-07-09T03:30:19.355Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2304 | 2024-07-09T03:30:19.778Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2305 | 2024-07-09T03:30:26.719Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-07-09T03:30:29.299Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2307 | 2024-07-09T03:30:29.698Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2308 | 2024-07-09T03:30:32.842Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2309 | 2024-07-09T03:30:33.324Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2310 | 2024-07-09T03:30:34.599Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2311 | 2024-07-09T03:30:34.904Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2312 | 2024-07-09T03:30:35.260Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2313 | 2024-07-09T03:30:38.495Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2314 | 2024-07-09T03:30:39.729Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2315 | 2024-07-09T03:30:43.261Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2316 | 2024-07-09T03:30:44.167Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2317 | 2024-07-09T03:30:44.216Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2318 | 2024-07-09T03:30:45.526Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2319 | 2024-07-09T03:30:45.911Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2320 | 2024-07-09T03:30:47.173Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2321 | 2024-07-09T03:31:10.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 19s |
2322 | 2024-07-09T03:31:10.778Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2323 | 2024-07-09T03:31:10.823Z | |
2324 | 2024-07-09T03:31:10.828Z | real 5:19.957889973 |
2325 | 2024-07-09T03:31:10.828Z | user 18:17.459598052 |
2326 | 2024-07-09T03:31:10.828Z | sys 21:18.314619568 |
2327 | 2024-07-09T03:31:10.828Z | trap 0.322087769 |
2328 | 2024-07-09T03:31:10.828Z | tflt 0.059179721 |
2329 | 2024-07-09T03:31:10.828Z | dflt 0.199058826 |
2330 | 2024-07-09T03:31:10.828Z | kflt 0.000011917 |
2331 | 2024-07-09T03:31:10.828Z | lock 53:12.534421214 |
2332 | 2024-07-09T03:31:10.828Z | slp 1:24:47.580352855 |
2333 | 2024-07-09T03:31:10.828Z | lat 55.655824703 |
2334 | 2024-07-09T03:31:10.828Z | stop 40.496664729 |
2335 | 2024-07-09T03:31:10.828Z | process exited: duration 961499 ms, exit code 0 |
|
2336 | 2024-07-09T03:31:10.835Z | found 0 output files |