|
|
|
1 | 2024-09-04T23:59:27.609Z | job assigned to worker 01J6ZQM474BR11227345VPTTT0 (queued for 34 s) |
|
2 | 2024-09-04T23:59:27.816Z | starting task 0: "setup" |
3 | 2024-09-04T23:59:27.841Z | ++ uname -s |
4 | 2024-09-04T23:59:27.841Z | + kern=SunOS |
5 | 2024-09-04T23:59:27.841Z | + case "$kern" in |
6 | 2024-09-04T23:59:27.841Z | + groupadd -g 12345 build |
7 | 2024-09-04T23:59:27.841Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-04T23:59:29.850Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-04T23:59:29.893Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-04T23:59:29.925Z | + home_fs=zfs |
11 | 2024-09-04T23:59:29.925Z | + [[ zfs == autofs ]] |
12 | 2024-09-04T23:59:29.926Z | + mkdir -p /home/build |
13 | 2024-09-04T23:59:29.926Z | + chown build:build /home/build /work |
14 | 2024-09-04T23:59:31.895Z | + chmod 0700 /home/build /work |
15 | 2024-09-04T23:59:31.920Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-09-04T23:59:31.969Z | starting task 1: "rust-toolchain" |
17 | 2024-09-04T23:59:31.993Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-04T23:59:31.993Z | ' 1.80.1 |
19 | 2024-09-04T23:59:31.993Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-04T23:59:31.993Z | ' default |
21 | 2024-09-04T23:59:31.993Z | * toolchain channel = "1.80.1" |
22 | 2024-09-04T23:59:31.993Z | * toolchain profile = "default" |
23 | 2024-09-04T23:59:31.993Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-04T23:59:31.993Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-04T23:59:32.126Z | info: downloading installer |
26 | 2024-09-04T23:59:32.695Z | info: profile set to 'default' |
27 | 2024-09-04T23:59:32.695Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-04T23:59:32.719Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-04T23:59:32.813Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-04T23:59:32.814Z | info: downloading component 'cargo' |
31 | 2024-09-04T23:59:32.950Z | info: downloading component 'clippy' |
32 | 2024-09-04T23:59:33.000Z | info: downloading component 'rust-docs' |
33 | 2024-09-04T23:59:33.175Z | info: downloading component 'rust-std' |
34 | 2024-09-04T23:59:33.402Z | info: downloading component 'rustc' |
35 | 2024-09-04T23:59:34.070Z | info: downloading component 'rustfmt' |
36 | 2024-09-04T23:59:34.110Z | info: installing component 'cargo' |
37 | 2024-09-04T23:59:35.265Z | info: installing component 'clippy' |
38 | 2024-09-04T23:59:35.751Z | info: installing component 'rust-docs' |
39 | 2024-09-04T23:59:38.492Z | info: installing component 'rust-std' |
40 | 2024-09-04T23:59:40.535Z | info: installing component 'rustc' |
41 | 2024-09-04T23:59:45.809Z | info: installing component 'rustfmt' |
42 | 2024-09-04T23:59:46.195Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-04T23:59:46.195Z | |
44 | 2024-09-04T23:59:46.289Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-04T23:59:46.289Z | |
46 | 2024-09-04T23:59:46.289Z | |
47 | 2024-09-04T23:59:46.289Z | Rust is installed now. Great! |
48 | 2024-09-04T23:59:46.289Z | |
49 | 2024-09-04T23:59:46.289Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-04T23:59:46.289Z | environment variable. This has not been done automatically. |
51 | 2024-09-04T23:59:46.289Z | |
52 | 2024-09-04T23:59:46.289Z | To configure your current shell, you need to source |
53 | 2024-09-04T23:59:46.289Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-04T23:59:46.289Z | |
55 | 2024-09-04T23:59:46.289Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-04T23:59:46.289Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-04T23:59:46.289Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-04T23:59:46.358Z | + rustc --version |
59 | 2024-09-04T23:59:46.444Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-04T23:59:46.468Z | process exited: duration 14481 ms, exit code 0 |
|
61 | 2024-09-04T23:59:46.516Z | starting task 2: "authentication" |
62 | 2024-09-04T23:59:46.566Z | process exited: duration 50 ms, exit code 0 |
|
63 | 2024-09-04T23:59:46.615Z | starting task 3: "clone repository" |
64 | 2024-09-04T23:59:46.639Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-04T23:59:46.639Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-04T23:59:46.665Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-04T23:59:51.937Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-04T23:59:51.937Z | + git fetch origin 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 |
69 | 2024-09-04T23:59:52.744Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-04T23:59:52.744Z | * branch 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 -> FETCH_HEAD |
71 | 2024-09-04T23:59:52.768Z | + [[ -n '' ]] |
72 | 2024-09-04T23:59:52.768Z | + git reset --hard 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 |
73 | 2024-09-04T23:59:52.946Z | HEAD is now at 48f8cf9ea clean up |
74 | 2024-09-04T23:59:52.971Z | process exited: duration 6336 ms, exit code 0 |
|
75 | 2024-09-04T23:59:53.022Z | starting task 4: "build" |
76 | 2024-09-04T23:59:53.045Z | + cargo --version |
77 | 2024-09-04T23:59:53.099Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-09-04T23:59:53.124Z | + rustc --version |
79 | 2024-09-04T23:59:53.181Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-09-04T23:59:53.205Z | + source ./env.sh |
81 | 2024-09-04T23:59:53.205Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-09-04T23:59:53.205Z | ++ set -o xtrace |
83 | 2024-09-04T23:59:53.205Z | ++++ dirname ./env.sh |
84 | 2024-09-04T23:59:53.206Z | +++ readlink -f . |
85 | 2024-09-04T23:59:53.206Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-09-04T23:59:53.206Z | ++ 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-09-04T23:59:53.206Z | ++ 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-09-04T23:59:53.206Z | ++ 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-09-04T23:59:53.206Z | ++ 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-09-04T23:59:53.206Z | ++ 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-09-04T23:59:53.206Z | ++ 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-09-04T23:59:53.206Z | ++ 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-09-04T23:59:53.206Z | ++ 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-09-04T23:59:53.206Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-09-04T23:59:53.206Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-09-04T23:59:53.206Z | + banner prerequisites |
97 | 2024-09-04T23:59:53.206Z | |
98 | 2024-09-04T23:59:53.206Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2024-09-04T23:59:53.206Z | # # # # # # # # # # # # # # # |
100 | 2024-09-04T23:59:53.206Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2024-09-04T23:59:53.206Z | ##### ##### # ##### # # # # # # # # # |
102 | 2024-09-04T23:59:53.206Z | # # # # # # # # # # # # # # # |
103 | 2024-09-04T23:59:53.206Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2024-09-04T23:59:53.206Z | |
105 | 2024-09-04T23:59:53.206Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
106 | 2024-09-04T23:59:58.759Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-09-05T00:00:01.592Z | Startup: Caching catalogs ... Done |
108 | 2024-09-05T00:00:04.168Z | Planning: Solver setup ... Done (1.813s) |
109 | 2024-09-05T00:00:04.199Z | Planning: Running solver ... Done (0.032s) |
110 | 2024-09-05T00:00:04.238Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2024-09-05T00:00:04.328Z | Planning: Fetching manifests: 0/5 0% complete |
112 | 2024-09-05T00:00:05.888Z | Planning: Fetching manifests: 5/5 100% complete |
113 | 2024-09-05T00:00:06.030Z | Planning: Package planning ... Done (0.142s) |
114 | 2024-09-05T00:00:06.101Z | Planning: Merging actions ... Done (0.070s) |
115 | 2024-09-05T00:00:06.411Z | Planning: Checking for conflicting actions ... Done (0.310s) |
116 | 2024-09-05T00:00:07.578Z | Planning: Consolidating action changes ... Done (1.167s) |
117 | 2024-09-05T00:00:08.018Z | Planning: Evaluating mediators ... Done (0.439s) |
118 | 2024-09-05T00:00:08.119Z | Planning: Planning completed in 6.44 seconds |
119 | 2024-09-05T00:00:08.144Z | Packages to install: 4 |
120 | 2024-09-05T00:00:08.144Z | Packages to update: 1 |
121 | 2024-09-05T00:00:08.144Z | Mediators to change: 2 |
122 | 2024-09-05T00:00:08.144Z | Services to change: 1 |
123 | 2024-09-05T00:00:08.144Z | Estimated space available: 148.82 GB |
124 | 2024-09-05T00:00:08.144Z | Estimated space to be consumed: 1.53 GB |
125 | 2024-09-05T00:00:08.144Z | Create boot environment: No |
126 | 2024-09-05T00:00:08.144Z | Create backup boot environment: Yes |
127 | 2024-09-05T00:00:08.144Z | Rebuild boot archive: No |
128 | 2024-09-05T00:00:08.144Z | |
129 | 2024-09-05T00:00:08.144Z | Changed mediators: |
130 | 2024-09-05T00:00:08.144Z | mediator clang: |
131 | 2024-09-05T00:00:08.144Z | version: None -> 15 (system default) |
132 | 2024-09-05T00:00:08.144Z | |
133 | 2024-09-05T00:00:08.144Z | mediator llvm: |
134 | 2024-09-05T00:00:08.144Z | version: 14 (system default) -> 15 (system default) |
135 | 2024-09-05T00:00:08.144Z | |
136 | 2024-09-05T00:00:08.144Z | Changed packages: |
137 | 2024-09-05T00:00:08.144Z | helios-dev |
138 | 2024-09-05T00:00:08.144Z | developer/build-essential |
139 | 2024-09-05T00:00:08.144Z | None -> 11-2.0 |
140 | 2024-09-05T00:00:08.144Z | library/libxmlsec1 |
141 | 2024-09-05T00:00:08.144Z | None -> 1.2.35-2.0 |
142 | 2024-09-05T00:00:08.144Z | ooce/developer/clang-15 |
143 | 2024-09-05T00:00:08.144Z | None -> 15.0.7-2.0 |
144 | 2024-09-05T00:00:08.144Z | ooce/developer/llvm-15 |
145 | 2024-09-05T00:00:08.144Z | None -> 15.0.7-2.0 |
146 | 2024-09-05T00:00:08.145Z | package/pkg |
147 | 2024-09-05T00:00:08.145Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
148 | 2024-09-05T00:00:08.145Z | |
149 | 2024-09-05T00:00:08.145Z | Services: |
150 | 2024-09-05T00:00:08.145Z | restart_fmri: |
151 | 2024-09-05T00:00:08.145Z | svc:/system/update-man-index:default |
152 | 2024-09-05T00:00:08.145Z | |
153 | 2024-09-05T00:00:08.145Z | Editable files to change: |
154 | 2024-09-05T00:00:08.145Z | Update: |
155 | 2024-09-05T00:00:08.145Z | usr/share/lib/pkg/web/config.shtml |
156 | 2024-09-05T00:00:08.216Z | |
157 | 2024-09-05T00:00:08.216Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
158 | 2024-09-05T00:00:13.217Z | Download: 933/4281 items 19.0/220.6MB 8% complete (3.9M/s) |
159 | 2024-09-05T00:00:18.231Z | Download: 1198/4281 items 68.4/220.6MB 30% complete (7.1M/s) |
160 | 2024-09-05T00:00:23.231Z | Download: 1260/4281 items 92.7/220.6MB 42% complete (7.3M/s) |
161 | 2024-09-05T00:00:28.241Z | Download: 2560/4281 items 120.4/220.6MB 54% complete (5.2M/s) |
162 | 2024-09-05T00:00:33.255Z | Download: 3248/4281 items 176.3/220.6MB 79% complete (9.2M/s) |
163 | 2024-09-05T00:00:38.255Z | Download: 3248/4281 items 190.9/220.6MB 86% complete (7.0M/s) |
164 | 2024-09-05T00:00:43.254Z | Download: 4234/4281 items 220.6/220.6MB 99% complete (4.4M/s) |
165 | 2024-09-05T00:00:43.377Z | Download: Completed 220.60 MB in 35.17 seconds (6.3M/s) |
166 | 2024-09-05T00:00:44.882Z | Actions: 1/5063 actions (Removing old actions) |
167 | 2024-09-05T00:00:44.906Z | Actions: 194/5063 actions (Installing new actions) |
168 | 2024-09-05T00:00:50.420Z | Actions: 3692/5063 actions (Installing new actions) |
169 | 2024-09-05T00:00:50.743Z | Actions: 4226/5063 actions (Updating modified actions) |
170 | 2024-09-05T00:00:51.098Z | Actions: Completed 5063 actions in 6.22 seconds. |
171 | 2024-09-05T00:00:51.489Z | Done (0.383s) |
172 | 2024-09-05T00:00:51.513Z | Done (0.000s) |
173 | 2024-09-05T00:00:51.941Z | Done (0.451s) |
174 | 2024-09-05T00:00:57.249Z | Done (5.157s) |
175 | 2024-09-05T00:00:57.349Z | Done (0.019s) |
176 | 2024-09-05T00:00:57.374Z | Done (0.000s) |
177 | 2024-09-05T00:00:57.515Z | Done (0.000s) |
178 | 2024-09-05T00:00:58.163Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-09-05T00:00:58.361Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-09-05T00:00:58.385Z | Planning: Consolidating action changes ... Done |
181 | 2024-09-05T00:00:58.701Z | Planning: Evaluating mediators ... Done |
182 | 2024-09-05T00:00:58.725Z | Planning: Planning completed in 0.54 seconds |
183 | 2024-09-05T00:00:58.769Z | Mediators to change: 2 |
184 | 2024-09-05T00:00:58.769Z | Create boot environment: No |
185 | 2024-09-05T00:00:58.769Z | Create backup boot environment: No |
186 | 2024-09-05T00:00:58.841Z | Done |
187 | 2024-09-05T00:00:58.841Z | Done |
188 | 2024-09-05T00:00:59.128Z | Done |
189 | 2024-09-05T00:01:03.556Z | Done |
190 | 2024-09-05T00:01:03.672Z | Done |
191 | 2024-09-05T00:01:03.672Z | Done |
192 | 2024-09-05T00:01:03.762Z | Done |
193 | 2024-09-05T00:01:04.526Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-09-05T00:01:04.550Z | Planning: Merging actions ... Done |
195 | 2024-09-05T00:01:04.771Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-09-05T00:01:04.795Z | Planning: Consolidating action changes ... Done |
197 | 2024-09-05T00:01:05.124Z | Planning: Evaluating mediators ... Done |
198 | 2024-09-05T00:01:05.194Z | Planning: Planning completed in 0.97 seconds |
199 | 2024-09-05T00:01:05.241Z | Packages to change: 1 |
200 | 2024-09-05T00:01:05.241Z | Mediators to change: 1 |
201 | 2024-09-05T00:01:05.241Z | Services to change: 1 |
202 | 2024-09-05T00:01:05.241Z | Create boot environment: No |
203 | 2024-09-05T00:01:05.241Z | Create backup boot environment: Yes |
204 | 2024-09-05T00:01:05.789Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-09-05T00:01:05.813Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2024-09-05T00:01:05.813Z | Done |
207 | 2024-09-05T00:01:05.813Z | Done |
208 | 2024-09-05T00:01:05.882Z | Done |
209 | 2024-09-05T00:01:10.464Z | Done |
210 | 2024-09-05T00:01:10.561Z | Done |
211 | 2024-09-05T00:01:10.561Z | Done |
212 | 2024-09-05T00:01:10.651Z | Done |
213 | 2024-09-05T00:01:11.177Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-09-05T00:01:11.177Z | clang system 15 system |
215 | 2024-09-05T00:01:11.178Z | csh system system illumos |
216 | 2024-09-05T00:01:11.178Z | ctags system system illumos |
217 | 2024-09-05T00:01:11.178Z | gcc vendor 12 vendor |
218 | 2024-09-05T00:01:11.178Z | gcc system 10 system |
219 | 2024-09-05T00:01:11.178Z | gcc system 7 system |
220 | 2024-09-05T00:01:11.178Z | go system 1.20 system |
221 | 2024-09-05T00:01:11.178Z | go system 1.19 system |
222 | 2024-09-05T00:01:11.178Z | llvm system 15 system |
223 | 2024-09-05T00:01:11.178Z | llvm system 14 system |
224 | 2024-09-05T00:01:11.178Z | mariadb system 10.6 system |
225 | 2024-09-05T00:01:11.178Z | mta vendor vendor dma |
226 | 2024-09-05T00:01:11.178Z | openjdk system 17 system |
227 | 2024-09-05T00:01:11.178Z | openjdk system 11 system |
228 | 2024-09-05T00:01:11.178Z | openjdk system 1.8 system |
229 | 2024-09-05T00:01:11.178Z | openssl vendor 3 vendor |
230 | 2024-09-05T00:01:11.178Z | perl system 5.36 system |
231 | 2024-09-05T00:01:11.178Z | postgresql system 15 system |
232 | 2024-09-05T00:01:11.178Z | postgresql system 13 system |
233 | 2024-09-05T00:01:11.178Z | python vendor 3 vendor |
234 | 2024-09-05T00:01:11.178Z | python system 2 system |
235 | 2024-09-05T00:01:11.178Z | python3 system 3.11 system |
236 | 2024-09-05T00:01:11.178Z | ruby system 3.0 system |
237 | 2024-09-05T00:01:11.178Z | words vendor vendor american-english |
238 | 2024-09-05T00:01:11.178Z | words system system australian-english |
239 | 2024-09-05T00:01:11.178Z | words system system british-english |
240 | 2024-09-05T00:01:11.178Z | words system system canadian-english |
241 | 2024-09-05T00:01:11.178Z | words system system french |
242 | 2024-09-05T00:01:11.178Z | words system system italian |
243 | 2024-09-05T00:01:11.178Z | words system system ngerman |
244 | 2024-09-05T00:01:11.178Z | words system system ogerman |
245 | 2024-09-05T00:01:11.178Z | words system system spanish |
246 | 2024-09-05T00:01:11.583Z | PUBLISHER TYPE STATUS P LOCATION |
247 | 2024-09-05T00:01:11.583Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
248 | 2024-09-05T00:01:13.774Z | FMRI IFO |
249 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
253 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
254 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
256 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
257 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
258 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
259 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
260 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-09-05T00:01:13.774Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2024-09-05T00:01:14.489Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2024-09-05T00:01:14.835Z | Updating git repository `https://github.com/oxidecomputer/zone` |
264 | 2024-09-05T00:01:15.221Z | Updating crates.io index |
265 | 2024-09-05T00:01:15.275Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
266 | 2024-09-05T00:01:16.118Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
267 | 2024-09-05T00:01:16.986Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
268 | 2024-09-05T00:01:17.350Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
269 | 2024-09-05T00:01:19.074Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-09-05T00:01:19.403Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-09-05T00:01:19.737Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-09-05T00:01:20.879Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-09-05T00:01:22.916Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-09-05T00:01:24.120Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-09-05T00:01:25.000Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
276 | 2024-09-05T00:01:25.386Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
277 | 2024-09-05T00:01:26.120Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
278 | 2024-09-05T00:01:26.567Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
279 | 2024-09-05T00:01:27.035Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
280 | 2024-09-05T00:01:27.438Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
281 | 2024-09-05T00:01:27.772Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
282 | 2024-09-05T00:01:28.109Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
283 | 2024-09-05T00:01:28.468Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-09-05T00:01:28.874Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-09-05T00:01:29.422Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-09-05T00:01:29.966Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-09-05T00:01:30.323Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-09-05T00:01:30.890Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-09-05T00:01:31.329Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2024-09-05T00:01:31.848Z | Updating git repository `https://github.com/oxidecomputer/typify` |
291 | 2024-09-05T00:01:34.293Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2024-09-05T00:01:34.622Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2024-09-05T00:01:35.016Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2024-09-05T00:01:35.488Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
295 | 2024-09-05T00:01:36.998Z | Downloading crates ... |
296 | 2024-09-05T00:01:37.053Z | Downloaded equivalent v1.0.1 |
297 | 2024-09-05T00:01:37.080Z | Downloaded swrite v0.1.0 |
298 | 2024-09-05T00:01:37.105Z | Downloaded version_check v0.9.5 |
299 | 2024-09-05T00:01:37.105Z | Downloaded smawk v0.3.2 |
300 | 2024-09-05T00:01:37.105Z | Downloaded zerocopy v0.7.34 |
301 | 2024-09-05T00:01:37.129Z | Downloaded macaddr v1.0.1 |
302 | 2024-09-05T00:01:37.129Z | Downloaded utf8parse v0.2.1 |
303 | 2024-09-05T00:01:37.129Z | Downloaded zerocopy-derive v0.7.34 |
304 | 2024-09-05T00:01:37.129Z | Downloaded winnow v0.6.18 |
305 | 2024-09-05T00:01:37.153Z | Downloaded hashbrown v0.14.5 |
306 | 2024-09-05T00:01:37.153Z | Downloaded tabled v0.15.0 |
307 | 2024-09-05T00:01:37.177Z | Downloaded unicode-width v0.1.13 |
308 | 2024-09-05T00:01:37.177Z | Downloaded libc v0.2.158 |
309 | 2024-09-05T00:01:37.201Z | Downloaded syn v1.0.109 |
310 | 2024-09-05T00:01:37.225Z | Downloaded rustix v0.38.34 |
311 | 2024-09-05T00:01:37.249Z | Downloaded clap_builder v4.5.15 |
312 | 2024-09-05T00:01:37.249Z | Downloaded toml v0.8.19 |
313 | 2024-09-05T00:01:37.249Z | Downloaded textwrap v0.16.1 |
314 | 2024-09-05T00:01:37.249Z | Downloaded syn v2.0.74 |
315 | 2024-09-05T00:01:37.273Z | Downloaded semver v1.0.23 |
316 | 2024-09-05T00:01:37.273Z | Downloaded proc-macro2 v1.0.86 |
317 | 2024-09-05T00:01:37.273Z | Downloaded usdt-impl v0.5.0 |
318 | 2024-09-05T00:01:37.273Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-09-05T00:01:37.273Z | Downloaded unicode-ident v1.0.12 |
320 | 2024-09-05T00:01:37.273Z | Downloaded typenum v1.17.0 |
321 | 2024-09-05T00:01:37.273Z | Downloaded toml_datetime v0.6.8 |
322 | 2024-09-05T00:01:37.297Z | Downloaded thiserror-impl v1.0.63 |
323 | 2024-09-05T00:01:37.297Z | Downloaded tempfile v3.10.1 |
324 | 2024-09-05T00:01:37.297Z | Downloaded strsim v0.11.1 |
325 | 2024-09-05T00:01:37.297Z | Downloaded sha2 v0.10.8 |
326 | 2024-09-05T00:01:37.297Z | Downloaded serde_spanned v0.6.7 |
327 | 2024-09-05T00:01:37.297Z | Downloaded serde_derive v1.0.208 |
328 | 2024-09-05T00:01:37.297Z | Downloaded scroll v0.12.0 |
329 | 2024-09-05T00:01:37.297Z | Downloaded pest_meta v2.7.10 |
330 | 2024-09-05T00:01:37.297Z | Downloaded papergrid v0.11.0 |
331 | 2024-09-05T00:01:37.297Z | Downloaded memmap v0.7.0 |
332 | 2024-09-05T00:01:37.297Z | Downloaded goblin v0.8.2 |
333 | 2024-09-05T00:01:37.322Z | Downloaded is_terminal_polyfill v1.70.0 |
334 | 2024-09-05T00:01:37.322Z | Downloaded heck v0.5.0 |
335 | 2024-09-05T00:01:37.322Z | Downloaded fnv v1.0.7 |
336 | 2024-09-05T00:01:37.322Z | Downloaded errno v0.3.9 |
337 | 2024-09-05T00:01:37.322Z | Downloaded dtrace-parser v0.2.0 |
338 | 2024-09-05T00:01:37.322Z | Downloaded digest v0.10.7 |
339 | 2024-09-05T00:01:37.322Z | Downloaded cpufeatures v0.2.12 |
340 | 2024-09-05T00:01:37.322Z | Downloaded clap_lex v0.7.0 |
341 | 2024-09-05T00:01:37.322Z | Downloaded cfg-if v1.0.0 |
342 | 2024-09-05T00:01:37.322Z | Downloaded toml_edit v0.22.20 |
343 | 2024-09-05T00:01:37.346Z | Downloaded serde_json v1.0.125 |
344 | 2024-09-05T00:01:37.371Z | Downloaded serde v1.0.208 |
345 | 2024-09-05T00:01:37.371Z | Downloaded proc-macro-error-attr v1.0.4 |
346 | 2024-09-05T00:01:37.371Z | Downloaded pretty-hex v0.4.1 |
347 | 2024-09-05T00:01:37.371Z | Downloaded pest_derive v2.7.10 |
348 | 2024-09-05T00:01:37.371Z | Downloaded pest v2.7.10 |
349 | 2024-09-05T00:01:37.371Z | Downloaded memchr v2.7.2 |
350 | 2024-09-05T00:01:37.371Z | Downloaded indexmap v2.4.0 |
351 | 2024-09-05T00:01:37.395Z | Downloaded generic-array v0.14.7 |
352 | 2024-09-05T00:01:37.395Z | Downloaded ryu v1.0.18 |
353 | 2024-09-05T00:01:37.395Z | Downloaded plain v0.2.3 |
354 | 2024-09-05T00:01:37.395Z | Downloaded pest_generator v2.7.10 |
355 | 2024-09-05T00:01:37.395Z | Downloaded usdt-macro v0.5.0 |
356 | 2024-09-05T00:01:37.395Z | Downloaded usdt v0.5.0 |
357 | 2024-09-05T00:01:37.395Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-09-05T00:01:37.395Z | Downloaded ucd-trie v0.1.6 |
359 | 2024-09-05T00:01:37.395Z | Downloaded thread-id v4.2.1 |
360 | 2024-09-05T00:01:37.395Z | Downloaded thiserror v1.0.63 |
361 | 2024-09-05T00:01:37.395Z | Downloaded terminal_size v0.3.0 |
362 | 2024-09-05T00:01:37.420Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-09-05T00:01:37.420Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2024-09-05T00:01:37.420Z | Downloaded scroll_derive v0.12.0 |
365 | 2024-09-05T00:01:37.420Z | Downloaded quote v1.0.36 |
366 | 2024-09-05T00:01:37.420Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-09-05T00:01:37.420Z | Downloaded once_cell v1.19.0 |
368 | 2024-09-05T00:01:37.420Z | Downloaded log v0.4.21 |
369 | 2024-09-05T00:01:37.420Z | Downloaded itoa v1.0.11 |
370 | 2024-09-05T00:01:37.420Z | Downloaded heck v0.4.1 |
371 | 2024-09-05T00:01:37.420Z | Downloaded fastrand v2.1.0 |
372 | 2024-09-05T00:01:37.420Z | Downloaded dof v0.3.0 |
373 | 2024-09-05T00:01:37.420Z | Downloaded crypto-common v0.1.6 |
374 | 2024-09-05T00:01:37.420Z | Downloaded clap_derive v4.5.13 |
375 | 2024-09-05T00:01:37.420Z | Downloaded clap v4.5.16 |
376 | 2024-09-05T00:01:37.444Z | Downloaded cargo_toml v0.20.4 |
377 | 2024-09-05T00:01:37.444Z | Downloaded cargo_metadata v0.18.1 |
378 | 2024-09-05T00:01:37.444Z | Downloaded cargo-platform v0.1.8 |
379 | 2024-09-05T00:01:37.444Z | Downloaded camino-tempfile v1.1.1 |
380 | 2024-09-05T00:01:37.444Z | Downloaded camino v1.1.9 |
381 | 2024-09-05T00:01:37.444Z | Downloaded byteorder v1.5.0 |
382 | 2024-09-05T00:01:37.444Z | Downloaded bitflags v2.6.0 |
383 | 2024-09-05T00:01:37.468Z | Downloaded autocfg v1.3.0 |
384 | 2024-09-05T00:01:37.468Z | Downloaded anyhow v1.0.86 |
385 | 2024-09-05T00:01:37.468Z | Downloaded anstyle-query v1.0.3 |
386 | 2024-09-05T00:01:37.468Z | Downloaded anstyle v1.0.8 |
387 | 2024-09-05T00:01:37.469Z | Downloaded anstream v0.6.14 |
388 | 2024-09-05T00:01:37.469Z | Downloaded fs-err v2.11.0 |
389 | 2024-09-05T00:01:37.469Z | Downloaded colorchoice v1.0.1 |
390 | 2024-09-05T00:01:37.469Z | Downloaded bytecount v0.6.8 |
391 | 2024-09-05T00:01:37.469Z | Downloaded block-buffer v0.10.4 |
392 | 2024-09-05T00:01:37.469Z | Downloaded anstyle-parse v0.2.4 |
393 | 2024-09-05T00:01:37.602Z | Compiling proc-macro2 v1.0.86 |
394 | 2024-09-05T00:01:37.602Z | Compiling unicode-ident v1.0.12 |
395 | 2024-09-05T00:01:37.626Z | Compiling version_check v0.9.5 |
396 | 2024-09-05T00:01:37.626Z | Compiling serde v1.0.208 |
397 | 2024-09-05T00:01:37.626Z | Compiling memchr v2.7.2 |
398 | 2024-09-05T00:01:37.626Z | Compiling thiserror v1.0.63 |
399 | 2024-09-05T00:01:37.626Z | Compiling libc v0.2.158 |
400 | 2024-09-05T00:01:37.650Z | Compiling ryu v1.0.18 |
401 | 2024-09-05T00:01:37.926Z | Compiling itoa v1.0.11 |
402 | 2024-09-05T00:01:38.110Z | Compiling ucd-trie v0.1.6 |
403 | 2024-09-05T00:01:38.442Z | Compiling once_cell v1.19.0 |
404 | 2024-09-05T00:01:38.501Z | Compiling byteorder v1.5.0 |
405 | 2024-09-05T00:01:38.536Z | Compiling serde_json v1.0.125 |
406 | 2024-09-05T00:01:38.719Z | Compiling rustix v0.38.34 |
407 | 2024-09-05T00:01:38.895Z | Compiling bitflags v2.6.0 |
408 | 2024-09-05T00:01:38.951Z | Compiling usdt-impl v0.5.0 |
409 | 2024-09-05T00:01:39.204Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-09-05T00:01:39.284Z | Compiling quote v1.0.36 |
411 | 2024-09-05T00:01:39.308Z | Compiling syn v1.0.109 |
412 | 2024-09-05T00:01:39.522Z | Compiling proc-macro-error v1.0.4 |
413 | 2024-09-05T00:01:39.553Z | Compiling hashbrown v0.14.5 |
414 | 2024-09-05T00:01:39.577Z | Compiling camino v1.1.9 |
415 | 2024-09-05T00:01:39.796Z | Compiling syn v2.0.74 |
416 | 2024-09-05T00:01:39.891Z | Compiling errno v0.3.9 |
417 | 2024-09-05T00:01:39.998Z | Compiling equivalent v1.0.1 |
418 | 2024-09-05T00:01:40.022Z | Compiling log v0.4.21 |
419 | 2024-09-05T00:01:40.146Z | Compiling utf8parse v0.2.1 |
420 | 2024-09-05T00:01:40.177Z | Compiling thread-id v4.2.1 |
421 | 2024-09-05T00:01:40.207Z | Compiling plain v0.2.3 |
422 | 2024-09-05T00:01:40.310Z | Compiling anstyle-parse v0.2.4 |
423 | 2024-09-05T00:01:40.592Z | Compiling semver v1.0.23 |
424 | 2024-09-05T00:01:40.750Z | Compiling indexmap v2.4.0 |
425 | 2024-09-05T00:01:40.843Z | Compiling winnow v0.6.18 |
426 | 2024-09-05T00:01:40.871Z | Compiling is_terminal_polyfill v1.70.0 |
427 | 2024-09-05T00:01:41.001Z | Compiling unicode-width v0.1.13 |
428 | 2024-09-05T00:01:41.244Z | Compiling pretty-hex v0.4.1 |
429 | 2024-09-05T00:01:41.272Z | Compiling anstyle-query v1.0.3 |
430 | 2024-09-05T00:01:41.304Z | Compiling anstyle v1.0.8 |
431 | 2024-09-05T00:01:41.419Z | Compiling colorchoice v1.0.1 |
432 | 2024-09-05T00:01:41.451Z | Compiling autocfg v1.3.0 |
433 | 2024-09-05T00:01:41.639Z | Compiling anstream v0.6.14 |
434 | 2024-09-05T00:01:42.018Z | Compiling cfg-if v1.0.0 |
435 | 2024-09-05T00:01:42.080Z | Compiling anyhow v1.0.86 |
436 | 2024-09-05T00:01:42.128Z | Compiling strsim v0.11.1 |
437 | 2024-09-05T00:01:42.297Z | Compiling fs-err v2.11.0 |
438 | 2024-09-05T00:01:42.413Z | Compiling terminal_size v0.3.0 |
439 | 2024-09-05T00:01:42.618Z | Compiling heck v0.5.0 |
440 | 2024-09-05T00:01:42.691Z | Compiling fastrand v2.1.0 |
441 | 2024-09-05T00:01:42.715Z | Compiling clap_lex v0.7.0 |
442 | 2024-09-05T00:01:42.964Z | Compiling heck v0.4.1 |
443 | 2024-09-05T00:01:43.091Z | Compiling bytecount v0.6.8 |
444 | 2024-09-05T00:01:43.258Z | Compiling fnv v1.0.7 |
445 | 2024-09-05T00:01:43.283Z | Compiling tempfile v3.10.1 |
446 | 2024-09-05T00:01:43.332Z | Compiling clap_builder v4.5.15 |
447 | 2024-09-05T00:01:43.415Z | Compiling papergrid v0.11.0 |
448 | 2024-09-05T00:01:43.840Z | Compiling memmap v0.7.0 |
449 | 2024-09-05T00:01:43.873Z | Compiling unicode-linebreak v0.1.5 |
450 | 2024-09-05T00:01:44.147Z | Compiling smawk v0.3.2 |
451 | 2024-09-05T00:01:44.341Z | Compiling textwrap v0.16.1 |
452 | 2024-09-05T00:01:44.369Z | Compiling swrite v0.1.0 |
453 | 2024-09-05T00:01:45.730Z | Compiling tabled_derive v0.7.0 |
454 | 2024-09-05T00:01:47.321Z | Compiling tabled v0.15.0 |
455 | 2024-09-05T00:01:48.255Z | Compiling serde_derive v1.0.208 |
456 | 2024-09-05T00:01:48.255Z | Compiling thiserror-impl v1.0.63 |
457 | 2024-09-05T00:01:48.279Z | Compiling zerocopy-derive v0.7.34 |
458 | 2024-09-05T00:01:48.305Z | Compiling scroll_derive v0.12.0 |
459 | 2024-09-05T00:01:48.499Z | Compiling clap_derive v4.5.13 |
460 | 2024-09-05T00:01:49.530Z | Compiling scroll v0.12.0 |
461 | 2024-09-05T00:01:49.954Z | Compiling goblin v0.8.2 |
462 | 2024-09-05T00:01:50.105Z | Compiling zerocopy v0.7.34 |
463 | 2024-09-05T00:01:50.580Z | Compiling pest v2.7.10 |
464 | 2024-09-05T00:01:51.645Z | Compiling clap v4.5.16 |
465 | 2024-09-05T00:01:52.610Z | Compiling pest_meta v2.7.10 |
466 | 2024-09-05T00:01:53.589Z | Compiling pest_generator v2.7.10 |
467 | 2024-09-05T00:01:55.308Z | Compiling pest_derive v2.7.10 |
468 | 2024-09-05T00:01:55.998Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-09-05T00:01:58.034Z | Compiling serde_tokenstream v0.2.2 |
470 | 2024-09-05T00:01:58.059Z | Compiling serde_spanned v0.6.7 |
471 | 2024-09-05T00:01:58.059Z | Compiling toml_datetime v0.6.8 |
472 | 2024-09-05T00:01:58.444Z | Compiling toml_edit v0.22.20 |
473 | 2024-09-05T00:01:58.472Z | Compiling cargo-platform v0.1.8 |
474 | 2024-09-05T00:01:58.655Z | Compiling macaddr v1.0.1 |
475 | 2024-09-05T00:01:58.705Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-09-05T00:01:59.573Z | Compiling dof v0.3.0 |
477 | 2024-09-05T00:01:59.641Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-09-05T00:02:01.191Z | Compiling toml v0.8.19 |
479 | 2024-09-05T00:02:01.254Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-09-05T00:02:01.254Z | Compiling usdt-macro v0.5.0 |
481 | 2024-09-05T00:02:01.938Z | Compiling cargo_toml v0.20.4 |
482 | 2024-09-05T00:02:02.505Z | Compiling usdt v0.5.0 |
483 | 2024-09-05T00:02:06.540Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-09-05T00:02:11.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.68s |
485 | 2024-09-05T00:02:12.091Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-09-05T00:02:12.905Z | Downloading crates ... |
487 | 2024-09-05T00:02:13.036Z | Downloaded atty v0.2.14 |
488 | 2024-09-05T00:02:13.061Z | Downloaded async-stream-impl v0.3.5 |
489 | 2024-09-05T00:02:13.061Z | Downloaded curve25519-dalek-derive v0.1.1 |
490 | 2024-09-05T00:02:13.061Z | Downloaded console v0.15.8 |
491 | 2024-09-05T00:02:13.085Z | Downloaded cookie_store v0.20.0 |
492 | 2024-09-05T00:02:13.085Z | Downloaded hubpack_derive v0.1.1 |
493 | 2024-09-05T00:02:13.085Z | Downloaded newline-converter v0.3.0 |
494 | 2024-09-05T00:02:13.110Z | Downloaded num_threads v0.1.7 |
495 | 2024-09-05T00:02:13.110Z | Downloaded num-iter v0.1.45 |
496 | 2024-09-05T00:02:13.137Z | Downloaded tinyvec_macros v0.1.1 |
497 | 2024-09-05T00:02:13.137Z | Downloaded foreign-types v0.3.2 |
498 | 2024-09-05T00:02:13.137Z | Downloaded foreign-types-shared v0.3.1 |
499 | 2024-09-05T00:02:13.162Z | Downloaded pretty-hex v0.2.1 |
500 | 2024-09-05T00:02:13.162Z | Downloaded sqlparser_derive v0.2.2 |
501 | 2024-09-05T00:02:13.162Z | Downloaded stable_deref_trait v1.2.0 |
502 | 2024-09-05T00:02:13.162Z | Downloaded headers-core v0.2.0 |
503 | 2024-09-05T00:02:13.187Z | Downloaded glob v0.3.1 |
504 | 2024-09-05T00:02:13.212Z | Downloaded option-ext v0.2.0 |
505 | 2024-09-05T00:02:13.239Z | Downloaded termtree v0.4.1 |
506 | 2024-09-05T00:02:13.264Z | Downloaded termios v0.3.3 |
507 | 2024-09-05T00:02:13.264Z | Downloaded test-strategy v0.3.1 |
508 | 2024-09-05T00:02:13.289Z | Downloaded want v0.3.1 |
509 | 2024-09-05T00:02:13.289Z | Downloaded zone_cfg_derive v0.1.2 |
510 | 2024-09-05T00:02:13.289Z | Downloaded parse-size v1.0.0 |
511 | 2024-09-05T00:02:13.289Z | Downloaded portpicker v0.1.1 |
512 | 2024-09-05T00:02:13.289Z | Downloaded phf_shared v0.10.0 |
513 | 2024-09-05T00:02:13.314Z | Downloaded pkg-config v0.3.30 |
514 | 2024-09-05T00:02:13.314Z | Downloaded rand_xorshift v0.3.0 |
515 | 2024-09-05T00:02:13.314Z | Downloaded rand_seeder v0.3.0 |
516 | 2024-09-05T00:02:13.314Z | Downloaded pkcs8 v0.10.2 |
517 | 2024-09-05T00:02:13.314Z | Downloaded shlex v1.3.0 |
518 | 2024-09-05T00:02:13.315Z | Downloaded rayon-core v1.12.1 |
519 | 2024-09-05T00:02:13.340Z | Downloaded password-hash v0.4.2 |
520 | 2024-09-05T00:02:13.340Z | Downloaded pin-project-lite v0.2.14 |
521 | 2024-09-05T00:02:13.340Z | Downloaded signal-hook v0.3.17 |
522 | 2024-09-05T00:02:13.364Z | Downloaded pin-project v1.1.5 |
523 | 2024-09-05T00:02:13.389Z | Downloaded postgres-protocol v0.6.7 |
524 | 2024-09-05T00:02:13.389Z | Downloaded parse-display-derive v0.10.0 |
525 | 2024-09-05T00:02:13.389Z | Downloaded p384 v0.13.0 |
526 | 2024-09-05T00:02:13.413Z | Downloaded ratatui v0.28.0 |
527 | 2024-09-05T00:02:13.437Z | Downloaded finl_unicode v1.2.0 |
528 | 2024-09-05T00:02:13.461Z | Downloaded csv v1.3.0 |
529 | 2024-09-05T00:02:13.486Z | Downloaded petgraph v0.6.5 |
530 | 2024-09-05T00:02:13.510Z | Downloaded encoding_rs v0.8.34 |
531 | 2024-09-05T00:02:13.537Z | Downloaded tokio v1.39.3 |
532 | 2024-09-05T00:02:13.588Z | Downloaded sha3 v0.10.8 |
533 | 2024-09-05T00:02:13.613Z | Downloaded p521 v0.13.3 |
534 | 2024-09-05T00:02:13.613Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
535 | 2024-09-05T00:02:13.688Z | Downloaded hickory-proto v0.24.1 |
536 | 2024-09-05T00:02:13.712Z | Downloaded zerocopy-derive v0.6.6 |
537 | 2024-09-05T00:02:13.737Z | Downloaded regex-automata v0.4.6 |
538 | 2024-09-05T00:02:13.760Z | Downloaded sled v0.34.7 |
539 | 2024-09-05T00:02:13.784Z | Downloaded polar-core v0.27.3 |
540 | 2024-09-05T00:02:13.784Z | Downloaded http v0.2.12 |
541 | 2024-09-05T00:02:13.808Z | Downloaded hkdf v0.12.4 |
542 | 2024-09-05T00:02:13.809Z | Downloaded unicode-normalization v0.1.23 |
543 | 2024-09-05T00:02:13.809Z | Downloaded time v0.3.36 |
544 | 2024-09-05T00:02:13.832Z | Downloaded openssl v0.10.66 |
545 | 2024-09-05T00:02:13.832Z | Downloaded ring v0.17.8 |
546 | 2024-09-05T00:02:13.918Z | Downloaded libz-sys v1.1.16 |
547 | 2024-09-05T00:02:14.006Z | Downloaded openapiv3 v2.0.0 |
548 | 2024-09-05T00:02:14.030Z | Downloaded radix_trie v0.2.1 |
549 | 2024-09-05T00:02:14.030Z | Downloaded gimli v0.28.1 |
550 | 2024-09-05T00:02:14.054Z | Downloaded nix v0.28.0 |
551 | 2024-09-05T00:02:14.078Z | Downloaded ring v0.16.20 |
552 | 2024-09-05T00:02:14.158Z | Downloaded idna v0.3.0 |
553 | 2024-09-05T00:02:14.182Z | Downloaded libsqlite3-sys v0.28.0 |
554 | 2024-09-05T00:02:14.261Z | Downloaded idna v0.2.3 |
555 | 2024-09-05T00:02:14.285Z | Downloaded p256 v0.13.2 |
556 | 2024-09-05T00:02:14.285Z | Downloaded webpki-roots v0.25.4 |
557 | 2024-09-05T00:02:14.285Z | Downloaded vcpkg v0.2.15 |
558 | 2024-09-05T00:02:14.328Z | Downloaded object v0.32.2 |
559 | 2024-09-05T00:02:14.352Z | Downloaded object v0.30.4 |
560 | 2024-09-05T00:02:14.376Z | Downloaded diesel v2.2.3 |
561 | 2024-09-05T00:02:14.400Z | Downloaded nix v0.27.1 |
562 | 2024-09-05T00:02:14.424Z | Downloaded idna v0.4.0 |
563 | 2024-09-05T00:02:14.424Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
564 | 2024-09-05T00:02:14.448Z | Downloaded rayon v1.10.0 |
565 | 2024-09-05T00:02:14.448Z | Downloaded portable-atomic v1.6.0 |
566 | 2024-09-05T00:02:14.448Z | Downloaded winnow v0.5.40 |
567 | 2024-09-05T00:02:14.472Z | Downloaded unicode_categories v0.1.1 |
568 | 2024-09-05T00:02:14.472Z | Downloaded regex-syntax v0.8.4 |
569 | 2024-09-05T00:02:14.472Z | Downloaded proptest v1.5.0 |
570 | 2024-09-05T00:02:14.495Z | Downloaded lalrpop v0.19.12 |
571 | 2024-09-05T00:02:14.520Z | Downloaded idna v0.5.0 |
572 | 2024-09-05T00:02:14.520Z | Downloaded pem-rfc7468 v0.7.0 |
573 | 2024-09-05T00:02:14.520Z | Downloaded parking_lot_core v0.8.6 |
574 | 2024-09-05T00:02:14.520Z | Downloaded parking_lot v0.12.2 |
575 | 2024-09-05T00:02:14.520Z | Downloaded parking_lot v0.11.2 |
576 | 2024-09-05T00:02:14.520Z | Downloaded hmac v0.12.1 |
577 | 2024-09-05T00:02:14.520Z | Downloaded unicode-segmentation v1.11.0 |
578 | 2024-09-05T00:02:14.544Z | Downloaded regex v1.10.6 |
579 | 2024-09-05T00:02:14.544Z | Downloaded regress v0.9.1 |
580 | 2024-09-05T00:02:14.597Z | Downloaded quick-xml v0.31.0 |
581 | 2024-09-05T00:02:14.597Z | Downloaded parking_lot_core v0.9.10 |
582 | 2024-09-05T00:02:14.597Z | Downloaded tokio-postgres v0.7.11 |
583 | 2024-09-05T00:02:14.597Z | Downloaded regex-syntax v0.6.29 |
584 | 2024-09-05T00:02:14.621Z | Downloaded postcard v1.0.8 |
585 | 2024-09-05T00:02:14.621Z | Downloaded ed25519-dalek v2.1.1 |
586 | 2024-09-05T00:02:14.621Z | Downloaded vergen v8.3.2 |
587 | 2024-09-05T00:02:14.621Z | Downloaded rand_chacha v0.3.1 |
588 | 2024-09-05T00:02:14.621Z | Downloaded poly1305 v0.8.0 |
589 | 2024-09-05T00:02:14.621Z | Downloaded pin-project-internal v1.1.5 |
590 | 2024-09-05T00:02:14.621Z | Downloaded parse-display v0.10.0 |
591 | 2024-09-05T00:02:14.621Z | Downloaded elliptic-curve v0.13.8 |
592 | 2024-09-05T00:02:14.622Z | Downloaded futures-util v0.3.30 |
593 | 2024-09-05T00:02:14.622Z | Downloaded pkcs5 v0.7.1 |
594 | 2024-09-05T00:02:14.622Z | Downloaded hostname v0.3.1 |
595 | 2024-09-05T00:02:14.622Z | Downloaded vte v0.11.1 |
596 | 2024-09-05T00:02:14.622Z | Downloaded url v2.5.2 |
597 | 2024-09-05T00:02:14.646Z | Downloaded unsafe-libyaml v0.2.11 |
598 | 2024-09-05T00:02:14.646Z | Downloaded unicode-bidi v0.3.15 |
599 | 2024-09-05T00:02:14.646Z | Downloaded pkcs1 v0.7.5 |
600 | 2024-09-05T00:02:14.646Z | Downloaded phf v0.11.2 |
601 | 2024-09-05T00:02:14.646Z | Downloaded percent-encoding v2.3.1 |
602 | 2024-09-05T00:02:14.646Z | Downloaded packed_struct_codegen v0.10.1 |
603 | 2024-09-05T00:02:14.646Z | Downloaded env_logger v0.10.2 |
604 | 2024-09-05T00:02:14.646Z | Downloaded rand_core v0.6.4 |
605 | 2024-09-05T00:02:14.646Z | Downloaded polyval v0.6.2 |
606 | 2024-09-05T00:02:14.646Z | Downloaded phf_shared v0.11.2 |
607 | 2024-09-05T00:02:14.670Z | Downloaded packed_struct v0.10.1 |
608 | 2024-09-05T00:02:14.670Z | Downloaded hostname v0.4.0 |
609 | 2024-09-05T00:02:14.670Z | Downloaded home v0.5.9 |
610 | 2024-09-05T00:02:14.670Z | Downloaded highway v1.2.0 |
611 | 2024-09-05T00:02:14.670Z | Downloaded ena v0.14.3 |
612 | 2024-09-05T00:02:14.670Z | Downloaded whoami v1.5.1 |
613 | 2024-09-05T00:02:14.670Z | Downloaded walkdir v2.5.0 |
614 | 2024-09-05T00:02:14.670Z | Downloaded pin-utils v0.1.0 |
615 | 2024-09-05T00:02:14.670Z | Downloaded hickory-client v0.24.1 |
616 | 2024-09-05T00:02:14.670Z | Downloaded hex-literal v0.4.1 |
617 | 2024-09-05T00:02:14.670Z | Downloaded display-error-chain v0.2.1 |
618 | 2024-09-05T00:02:14.670Z | Downloaded uuid v1.10.0 |
619 | 2024-09-05T00:02:14.694Z | Downloaded tokio-tungstenite v0.20.1 |
620 | 2024-09-05T00:02:14.694Z | Downloaded either v1.13.0 |
621 | 2024-09-05T00:02:14.694Z | Downloaded dirs-sys v0.4.1 |
622 | 2024-09-05T00:02:14.695Z | Downloaded dirs-next v2.0.0 |
623 | 2024-09-05T00:02:14.695Z | Downloaded debug-ignore v1.0.5 |
624 | 2024-09-05T00:02:14.695Z | Downloaded rustyline v14.0.0 |
625 | 2024-09-05T00:02:14.695Z | Downloaded enum-as-inner v0.6.0 |
626 | 2024-09-05T00:02:14.695Z | Downloaded enum-as-inner v0.5.1 |
627 | 2024-09-05T00:02:14.695Z | Downloaded wait-timeout v0.2.0 |
628 | 2024-09-05T00:02:14.695Z | Downloaded git2 v0.19.0 |
629 | 2024-09-05T00:02:14.719Z | Downloaded number_prefix v0.4.0 |
630 | 2024-09-05T00:02:14.719Z | Downloaded hex v0.4.3 |
631 | 2024-09-05T00:02:14.719Z | Downloaded env_logger v0.9.3 |
632 | 2024-09-05T00:02:14.719Z | Downloaded endian-type v0.1.2 |
633 | 2024-09-05T00:02:14.719Z | Downloaded embedded-io v0.4.0 |
634 | 2024-09-05T00:02:14.719Z | Downloaded dirs-sys-next v0.1.2 |
635 | 2024-09-05T00:02:14.719Z | Downloaded dirs v5.0.1 |
636 | 2024-09-05T00:02:14.719Z | Downloaded data-encoding v2.6.0 |
637 | 2024-09-05T00:02:14.719Z | Downloaded vsss-rs v3.3.4 |
638 | 2024-09-05T00:02:14.719Z | Downloaded untrusted v0.9.0 |
639 | 2024-09-05T00:02:14.743Z | Downloaded untrusted v0.7.1 |
640 | 2024-09-05T00:02:14.743Z | Downloaded trust-dns-proto v0.22.0 |
641 | 2024-09-05T00:02:14.743Z | Downloaded smoltcp v0.11.0 |
642 | 2024-09-05T00:02:14.767Z | Downloaded rustls v0.22.4 |
643 | 2024-09-05T00:02:14.791Z | Downloaded which v4.4.2 |
644 | 2024-09-05T00:02:14.791Z | Downloaded waitgroup v0.1.2 |
645 | 2024-09-05T00:02:14.791Z | Downloaded uzers v0.11.3 |
646 | 2024-09-05T00:02:14.791Z | Downloaded utf-8 v0.7.6 |
647 | 2024-09-05T00:02:14.791Z | Downloaded universal-hash v0.5.1 |
648 | 2024-09-05T00:02:14.791Z | Downloaded unicode-xid v0.2.4 |
649 | 2024-09-05T00:02:14.791Z | Downloaded unicode-truncate v1.0.0 |
650 | 2024-09-05T00:02:14.791Z | Downloaded unicase v2.7.0 |
651 | 2024-09-05T00:02:14.791Z | Downloaded tokio-stream v0.1.15 |
652 | 2024-09-05T00:02:14.791Z | Downloaded tokio-rustls v0.25.0 |
653 | 2024-09-05T00:02:14.792Z | Downloaded tokio-rustls v0.24.1 |
654 | 2024-09-05T00:02:14.815Z | Downloaded tokio-native-tls v0.3.1 |
655 | 2024-09-05T00:02:14.815Z | Downloaded tls_codec v0.4.1 |
656 | 2024-09-05T00:02:14.815Z | Downloaded time-macros v0.2.18 |
657 | 2024-09-05T00:02:14.815Z | Downloaded thiserror-no-std v2.0.2 |
658 | 2024-09-05T00:02:14.815Z | Downloaded reedline v0.33.0 |
659 | 2024-09-05T00:02:14.815Z | Downloaded rustls-webpki v0.102.4 |
660 | 2024-09-05T00:02:14.839Z | Downloaded dropshot v0.10.1 |
661 | 2024-09-05T00:02:14.863Z | Downloaded vte_generate_state_changes v0.1.1 |
662 | 2024-09-05T00:02:14.863Z | Downloaded tokio-macros v2.4.0 |
663 | 2024-09-05T00:02:14.863Z | Downloaded tls_codec_derive v0.4.1 |
664 | 2024-09-05T00:02:14.863Z | Downloaded time-core v0.1.2 |
665 | 2024-09-05T00:02:14.863Z | Downloaded thread_local v1.1.8 |
666 | 2024-09-05T00:02:14.863Z | Downloaded thiserror-impl-no-std v2.0.2 |
667 | 2024-09-05T00:02:14.863Z | Downloaded openssl-sys v0.9.103 |
668 | 2024-09-05T00:02:14.863Z | Downloaded serde_with v3.9.0 |
669 | 2024-09-05T00:02:14.887Z | Downloaded rustls-webpki v0.101.7 |
670 | 2024-09-05T00:02:14.911Z | Downloaded reqwest v0.11.27 |
671 | 2024-09-05T00:02:14.911Z | Downloaded hashbrown v0.13.2 |
672 | 2024-09-05T00:02:14.911Z | Downloaded h2 v0.3.26 |
673 | 2024-09-05T00:02:14.935Z | Downloaded rustls v0.21.12 |
674 | 2024-09-05T00:02:14.935Z | Downloaded itertools v0.13.0 |
675 | 2024-09-05T00:02:14.959Z | Downloaded curve25519-dalek v4.1.3 |
676 | 2024-09-05T00:02:14.959Z | Downloaded bstr v1.9.1 |
677 | 2024-09-05T00:02:14.984Z | Downloaded term v0.7.0 |
678 | 2024-09-05T00:02:14.984Z | Downloaded tar v0.4.41 |
679 | 2024-09-05T00:02:14.984Z | Downloaded signal-hook-mio v0.2.4 |
680 | 2024-09-05T00:02:14.984Z | Downloaded oso v0.27.3 |
681 | 2024-09-05T00:02:14.984Z | Downloaded zip v0.6.6 |
682 | 2024-09-05T00:02:14.984Z | Downloaded x509-cert v0.2.5 |
683 | 2024-09-05T00:02:15.008Z | Downloaded serde_yaml v0.9.34+deprecated |
684 | 2024-09-05T00:02:15.009Z | Downloaded schemars v0.8.21 |
685 | 2024-09-05T00:02:15.009Z | Downloaded samael v0.0.15 |
686 | 2024-09-05T00:02:15.032Z | Downloaded hashbrown v0.12.3 |
687 | 2024-09-05T00:02:15.032Z | Downloaded steno v0.4.1 |
688 | 2024-09-05T00:02:15.032Z | Downloaded sqlparser v0.45.0 |
689 | 2024-09-05T00:02:15.032Z | Downloaded rand v0.8.5 |
690 | 2024-09-05T00:02:15.057Z | Downloaded publicsuffix v2.2.3 |
691 | 2024-09-05T00:02:15.057Z | Downloaded smoltcp v0.9.1 |
692 | 2024-09-05T00:02:15.057Z | Downloaded num-bigint-dig v0.8.4 |
693 | 2024-09-05T00:02:15.057Z | Downloaded hyper v0.14.30 |
694 | 2024-09-05T00:02:15.082Z | Downloaded termcolor v1.4.1 |
695 | 2024-09-05T00:02:15.082Z | Downloaded tap v1.0.1 |
696 | 2024-09-05T00:02:15.082Z | Downloaded tabwriter v1.4.0 |
697 | 2024-09-05T00:02:15.082Z | Downloaded supports-color v3.0.0 |
698 | 2024-09-05T00:02:15.082Z | Downloaded subtle v2.5.0 |
699 | 2024-09-05T00:02:15.082Z | Downloaded signal-hook-registry v1.4.2 |
700 | 2024-09-05T00:02:15.082Z | Downloaded opaque-debug v0.3.1 |
701 | 2024-09-05T00:02:15.082Z | Downloaded omicron-zone-package v0.11.0 |
702 | 2024-09-05T00:02:15.082Z | Downloaded olpc-cjson v0.1.3 |
703 | 2024-09-05T00:02:15.082Z | Downloaded zone v0.1.8 |
704 | 2024-09-05T00:02:15.082Z | Downloaded zeroize v1.7.0 |
705 | 2024-09-05T00:02:15.106Z | Downloaded shell-words v1.1.0 |
706 | 2024-09-05T00:02:15.106Z | Downloaded sha1 v0.10.6 |
707 | 2024-09-05T00:02:15.106Z | Downloaded serde_with_macros v3.9.0 |
708 | 2024-09-05T00:02:15.106Z | Downloaded ref-cast v1.0.23 |
709 | 2024-09-05T00:02:15.106Z | Downloaded rcgen v0.12.1 |
710 | 2024-09-05T00:02:15.106Z | Downloaded der v0.7.9 |
711 | 2024-09-05T00:02:15.107Z | Downloaded scrypt v0.11.0 |
712 | 2024-09-05T00:02:15.107Z | Downloaded schemars_derive v0.8.21 |
713 | 2024-09-05T00:02:15.107Z | Downloaded rsa v0.9.6 |
714 | 2024-09-05T00:02:15.131Z | Downloaded ron v0.8.1 |
715 | 2024-09-05T00:02:15.131Z | Downloaded heapless v0.8.0 |
716 | 2024-09-05T00:02:15.131Z | Downloaded heapless v0.7.17 |
717 | 2024-09-05T00:02:15.131Z | Downloaded headers v0.3.9 |
718 | 2024-09-05T00:02:15.131Z | Downloaded hashlink v0.9.1 |
719 | 2024-09-05T00:02:15.155Z | Downloaded ssh-key v0.6.6 |
720 | 2024-09-05T00:02:15.155Z | Downloaded quick-error v1.2.3 |
721 | 2024-09-05T00:02:15.155Z | Downloaded prettyplease v0.2.20 |
722 | 2024-09-05T00:02:15.155Z | Downloaded libxml v0.3.3 |
723 | 2024-09-05T00:02:15.155Z | Downloaded libm v0.2.8 |
724 | 2024-09-05T00:02:15.182Z | Downloaded itertools v0.12.1 |
725 | 2024-09-05T00:02:15.182Z | Downloaded itertools v0.10.5 |
726 | 2024-09-05T00:02:15.182Z | Downloaded chrono v0.4.38 |
727 | 2024-09-05T00:02:15.206Z | Downloaded take_mut v0.2.2 |
728 | 2024-09-05T00:02:15.206Z | Downloaded sync_wrapper v0.1.2 |
729 | 2024-09-05T00:02:15.206Z | Downloaded signal-hook-tokio v0.3.1 |
730 | 2024-09-05T00:02:15.206Z | Downloaded owo-colors v4.0.0 |
731 | 2024-09-05T00:02:15.206Z | Downloaded oso-derive v0.27.3 |
732 | 2024-09-05T00:02:15.206Z | Downloaded openssl-probe v0.1.5 |
733 | 2024-09-05T00:02:15.206Z | Downloaded openssl-macros v0.1.1 |
734 | 2024-09-05T00:02:15.206Z | Downloaded zeroize_derive v1.4.2 |
735 | 2024-09-05T00:02:15.206Z | Downloaded zerocopy v0.6.6 |
736 | 2024-09-05T00:02:15.206Z | Downloaded yasna v0.5.2 |
737 | 2024-09-05T00:02:15.206Z | Downloaded xattr v1.3.1 |
738 | 2024-09-05T00:02:15.206Z | Downloaded wyz v0.5.1 |
739 | 2024-09-05T00:02:15.232Z | Downloaded serde_urlencoded v0.7.1 |
740 | 2024-09-05T00:02:15.232Z | Downloaded serde_repr v0.1.19 |
741 | 2024-09-05T00:02:15.232Z | Downloaded serde_plain v1.0.2 |
742 | 2024-09-05T00:02:15.232Z | Downloaded serde_path_to_error v0.1.16 |
743 | 2024-09-05T00:02:15.232Z | Downloaded serde_derive_internals v0.29.1 |
744 | 2024-09-05T00:02:15.232Z | Downloaded serde_arrays v0.1.0 |
745 | 2024-09-05T00:02:15.232Z | Downloaded serde-hex v0.1.0 |
746 | 2024-09-05T00:02:15.232Z | Downloaded serde-big-array v0.5.1 |
747 | 2024-09-05T00:02:15.232Z | Downloaded ref-cast-impl v1.0.23 |
748 | 2024-09-05T00:02:15.232Z | Downloaded pem v3.0.4 |
749 | 2024-09-05T00:02:15.232Z | Downloaded peg-macros v0.8.4 |
750 | 2024-09-05T00:02:15.232Z | Downloaded peg v0.8.4 |
751 | 2024-09-05T00:02:15.232Z | Downloaded pbkdf2 v0.12.2 |
752 | 2024-09-05T00:02:15.256Z | Downloaded pbkdf2 v0.11.0 |
753 | 2024-09-05T00:02:15.256Z | Downloaded path-slash v0.1.5 |
754 | 2024-09-05T00:02:15.256Z | Downloaded paste v1.0.15 |
755 | 2024-09-05T00:02:15.256Z | Downloaded password-hash v0.5.0 |
756 | 2024-09-05T00:02:15.256Z | Downloaded difflib v0.4.0 |
757 | 2024-09-05T00:02:15.256Z | Downloaded diff v0.1.13 |
758 | 2024-09-05T00:02:15.256Z | Downloaded diesel_table_macro_syntax v0.2.0 |
759 | 2024-09-05T00:02:15.256Z | Downloaded diesel_derives v2.2.2 |
760 | 2024-09-05T00:02:15.257Z | Downloaded dhcproto-macros v0.1.0 |
761 | 2024-09-05T00:02:15.257Z | Downloaded dhcproto v0.12.0 |
762 | 2024-09-05T00:02:15.281Z | Downloaded derive_more v0.99.18 |
763 | 2024-09-05T00:02:15.281Z | Downloaded derive_builder_macro v0.20.0 |
764 | 2024-09-05T00:02:15.281Z | Downloaded derive_builder_core v0.20.0 |
765 | 2024-09-05T00:02:15.281Z | Downloaded derive_builder v0.20.0 |
766 | 2024-09-05T00:02:15.281Z | Downloaded derive-where v1.2.7 |
767 | 2024-09-05T00:02:15.281Z | Downloaded deranged v0.3.11 |
768 | 2024-09-05T00:02:15.281Z | Downloaded der_derive v0.7.2 |
769 | 2024-09-05T00:02:15.281Z | Downloaded rustversion v1.0.17 |
770 | 2024-09-05T00:02:15.305Z | Downloaded rfc6979 v0.4.0 |
771 | 2024-09-05T00:02:15.305Z | Downloaded resolv-conf v0.7.0 |
772 | 2024-09-05T00:02:15.305Z | Downloaded heck v0.3.3 |
773 | 2024-09-05T00:02:15.305Z | Downloaded hash32 v0.2.1 |
774 | 2024-09-05T00:02:15.305Z | Downloaded half v2.4.1 |
775 | 2024-09-05T00:02:15.305Z | Downloaded globset v0.4.14 |
776 | 2024-09-05T00:02:15.305Z | Downloaded fatfs v0.3.6 |
777 | 2024-09-05T00:02:15.305Z | Downloaded expectorate v1.1.0 |
778 | 2024-09-05T00:02:15.305Z | Downloaded subprocess v0.2.9 |
779 | 2024-09-05T00:02:15.305Z | Downloaded strum_macros v0.26.4 |
780 | 2024-09-05T00:02:15.305Z | Downloaded strum_macros v0.25.3 |
781 | 2024-09-05T00:02:15.330Z | Downloaded strum_macros v0.24.3 |
782 | 2024-09-05T00:02:15.330Z | Downloaded structmeta-derive v0.3.0 |
783 | 2024-09-05T00:02:15.330Z | Downloaded structmeta v0.3.0 |
784 | 2024-09-05T00:02:15.330Z | Downloaded structmeta v0.2.0 |
785 | 2024-09-05T00:02:15.330Z | Downloaded strip-ansi-escapes v0.2.0 |
786 | 2024-09-05T00:02:15.330Z | Downloaded stringprep v0.1.4 |
787 | 2024-09-05T00:02:15.330Z | Downloaded string_cache v0.8.7 |
788 | 2024-09-05T00:02:15.330Z | Downloaded getrandom v0.2.14 |
789 | 2024-09-05T00:02:15.330Z | Downloaded futures v0.3.30 |
790 | 2024-09-05T00:02:15.330Z | Downloaded typed-path v0.7.1 |
791 | 2024-09-05T00:02:15.354Z | Downloaded tokio-util v0.7.11 |
792 | 2024-09-05T00:02:15.354Z | Downloaded nom v7.1.3 |
793 | 2024-09-05T00:02:15.354Z | Downloaded mio v1.0.2 |
794 | 2024-09-05T00:02:15.378Z | Downloaded mio v0.8.11 |
795 | 2024-09-05T00:02:15.378Z | Downloaded miniz_oxide v0.7.2 |
796 | 2024-09-05T00:02:15.378Z | Downloaded minimal-lexical v0.2.1 |
797 | 2024-09-05T00:02:15.378Z | Downloaded http v1.1.0 |
798 | 2024-09-05T00:02:15.378Z | Downloaded bitvec v1.0.1 |
799 | 2024-09-05T00:02:15.402Z | Downloaded bindgen v0.69.4 |
800 | 2024-09-05T00:02:15.402Z | Downloaded peg-runtime v0.8.3 |
801 | 2024-09-05T00:02:15.426Z | Downloaded defmt-parser v0.3.4 |
802 | 2024-09-05T00:02:15.426Z | Downloaded defmt-macros v0.3.9 |
803 | 2024-09-05T00:02:15.426Z | Downloaded defmt v0.3.8 |
804 | 2024-09-05T00:02:15.426Z | Downloaded semver v0.1.20 |
805 | 2024-09-05T00:02:15.426Z | Downloaded secrecy v0.8.0 |
806 | 2024-09-05T00:02:15.427Z | Downloaded sec1 v0.7.3 |
807 | 2024-09-05T00:02:15.427Z | Downloaded sct v0.7.1 |
808 | 2024-09-05T00:02:15.427Z | Downloaded scopeguard v1.2.0 |
809 | 2024-09-05T00:02:15.427Z | Downloaded scheduled-thread-pool v0.2.7 |
810 | 2024-09-05T00:02:15.427Z | Downloaded same-file v1.0.6 |
811 | 2024-09-05T00:02:15.427Z | Downloaded salsa20 v0.10.2 |
812 | 2024-09-05T00:02:15.427Z | Downloaded rusty-fork v0.3.0 |
813 | 2024-09-05T00:02:15.451Z | Downloaded rpassword v7.3.1 |
814 | 2024-09-05T00:02:15.451Z | Downloaded ron v0.7.1 |
815 | 2024-09-05T00:02:15.451Z | Downloaded hash32 v0.3.1 |
816 | 2024-09-05T00:02:15.451Z | Downloaded group v0.13.0 |
817 | 2024-09-05T00:02:15.451Z | Downloaded filetime v0.2.24 |
818 | 2024-09-05T00:02:15.451Z | Downloaded ff v0.13.0 |
819 | 2024-09-05T00:02:15.451Z | Downloaded erased-serde v0.3.31 |
820 | 2024-09-05T00:02:15.451Z | Downloaded spin v0.9.8 |
821 | 2024-09-05T00:02:15.451Z | Downloaded socket2 v0.5.7 |
822 | 2024-09-05T00:02:15.451Z | Downloaded slog v2.7.0 |
823 | 2024-09-05T00:02:15.476Z | Downloaded radium v0.7.0 |
824 | 2024-09-05T00:02:15.476Z | Downloaded r2d2 v0.8.10 |
825 | 2024-09-05T00:02:15.476Z | Downloaded proc-macro-crate v1.3.1 |
826 | 2024-09-05T00:02:15.476Z | Downloaded primeorder v0.13.6 |
827 | 2024-09-05T00:02:15.476Z | Downloaded ghash v0.5.1 |
828 | 2024-09-05T00:02:15.476Z | Downloaded getopts v0.2.21 |
829 | 2024-09-05T00:02:15.476Z | Downloaded futures-task v0.3.30 |
830 | 2024-09-05T00:02:15.476Z | Downloaded futures-macro v0.3.30 |
831 | 2024-09-05T00:02:15.476Z | Downloaded futures-channel v0.3.30 |
832 | 2024-09-05T00:02:15.476Z | Downloaded funty v2.0.0 |
833 | 2024-09-05T00:02:15.476Z | Downloaded flate2 v1.0.31 |
834 | 2024-09-05T00:02:15.476Z | Downloaded tough v0.17.1 |
835 | 2024-09-05T00:02:15.500Z | Downloaded rusqlite v0.31.0 |
836 | 2024-09-05T00:02:15.500Z | Downloaded num-bigint v0.4.5 |
837 | 2024-09-05T00:02:15.500Z | Downloaded fallible-streaming-iterator v0.1.9 |
838 | 2024-09-05T00:02:15.500Z | Downloaded fallible-iterator v0.3.0 |
839 | 2024-09-05T00:02:15.500Z | Downloaded fallible-iterator v0.2.0 |
840 | 2024-09-05T00:02:15.524Z | Downloaded structmeta-derive v0.2.0 |
841 | 2024-09-05T00:02:15.524Z | Downloaded static_assertions v1.1.0 |
842 | 2024-09-05T00:02:15.524Z | Downloaded similar v2.6.0 |
843 | 2024-09-05T00:02:15.524Z | Downloaded gethostname v0.5.0 |
844 | 2024-09-05T00:02:15.524Z | Downloaded futures-sink v0.3.30 |
845 | 2024-09-05T00:02:15.524Z | Downloaded futures-io v0.3.30 |
846 | 2024-09-05T00:02:15.524Z | Downloaded futures-executor v0.3.30 |
847 | 2024-09-05T00:02:15.524Z | Downloaded futures-core v0.3.30 |
848 | 2024-09-05T00:02:15.524Z | Downloaded ecdsa v0.16.9 |
849 | 2024-09-05T00:02:15.524Z | Downloaded indexmap v1.9.3 |
850 | 2024-09-05T00:02:15.524Z | Downloaded fixedbitset v0.4.2 |
851 | 2024-09-05T00:02:15.524Z | Downloaded fd-lock v4.0.2 |
852 | 2024-09-05T00:02:15.549Z | Downloaded strum v0.26.3 |
853 | 2024-09-05T00:02:15.549Z | Downloaded spin v0.5.2 |
854 | 2024-09-05T00:02:15.549Z | Downloaded fragile v2.0.0 |
855 | 2024-09-05T00:02:15.549Z | Downloaded tracing v0.1.40 |
856 | 2024-09-05T00:02:15.549Z | Downloaded toml_edit v0.19.15 |
857 | 2024-09-05T00:02:15.573Z | Downloaded russh v0.44.1 |
858 | 2024-09-05T00:02:15.573Z | Downloaded crossterm v0.27.0 |
859 | 2024-09-05T00:02:15.597Z | Downloaded ssh-encoding v0.2.0 |
860 | 2024-09-05T00:02:15.597Z | Downloaded ssh-cipher v0.2.0 |
861 | 2024-09-05T00:02:15.597Z | Downloaded sqlformat v0.2.4 |
862 | 2024-09-05T00:02:15.597Z | Downloaded spki v0.7.3 |
863 | 2024-09-05T00:02:15.597Z | Downloaded slog-bunyan v2.5.0 |
864 | 2024-09-05T00:02:15.597Z | Downloaded slog-async v2.8.0 |
865 | 2024-09-05T00:02:15.597Z | Downloaded slab v0.4.9 |
866 | 2024-09-05T00:02:15.631Z | Downloaded sigpipe v0.1.3 |
867 | 2024-09-05T00:02:15.631Z | Downloaded signature v2.2.0 |
868 | 2024-09-05T00:02:15.631Z | Downloaded predicates v3.1.2 |
869 | 2024-09-05T00:02:15.656Z | Downloaded ppv-lite86 v0.2.17 |
870 | 2024-09-05T00:02:15.656Z | Downloaded postgres-types v0.2.7 |
871 | 2024-09-05T00:02:15.656Z | Downloaded fxhash v0.2.1 |
872 | 2024-09-05T00:02:15.656Z | Downloaded ed25519 v2.2.3 |
873 | 2024-09-05T00:02:15.656Z | Downloaded dyn-clone v1.0.17 |
874 | 2024-09-05T00:02:15.681Z | Downloaded tungstenite v0.21.0 |
875 | 2024-09-05T00:02:15.681Z | Downloaded tungstenite v0.20.1 |
876 | 2024-09-05T00:02:15.681Z | Downloaded tracing-core v0.1.32 |
877 | 2024-09-05T00:02:15.681Z | Downloaded mockall_derive v0.13.0 |
878 | 2024-09-05T00:02:15.681Z | Downloaded siphasher v0.3.11 |
879 | 2024-09-05T00:02:15.681Z | Downloaded psl-types v2.0.11 |
880 | 2024-09-05T00:02:15.681Z | Downloaded precomputed-hash v0.1.1 |
881 | 2024-09-05T00:02:15.681Z | Downloaded flume v0.11.0 |
882 | 2024-09-05T00:02:15.705Z | Downloaded tungstenite v0.23.0 |
883 | 2024-09-05T00:02:15.706Z | Downloaded toml v0.7.8 |
884 | 2024-09-05T00:02:15.706Z | Downloaded num-traits v0.2.19 |
885 | 2024-09-05T00:02:15.706Z | Downloaded blake3 v1.5.1 |
886 | 2024-09-05T00:02:15.730Z | Downloaded predicates-tree v1.0.9 |
887 | 2024-09-05T00:02:15.730Z | Downloaded predicates-core v1.0.6 |
888 | 2024-09-05T00:02:15.730Z | Downloaded powerfmt v0.2.0 |
889 | 2024-09-05T00:02:15.730Z | Downloaded form_urlencoded v1.2.1 |
890 | 2024-09-05T00:02:15.730Z | Downloaded foreign-types v0.5.0 |
891 | 2024-09-05T00:02:15.730Z | Downloaded float-ord v0.3.2 |
892 | 2024-09-05T00:02:15.730Z | Downloaded float-cmp v0.9.0 |
893 | 2024-09-05T00:02:15.730Z | Downloaded flagset v0.4.5 |
894 | 2024-09-05T00:02:15.755Z | Downloaded dropshot_endpoint v0.10.1 |
895 | 2024-09-05T00:02:15.755Z | Downloaded tui-tree-widget v0.22.0 |
896 | 2024-09-05T00:02:15.755Z | Downloaded tinyvec v1.6.0 |
897 | 2024-09-05T00:02:15.755Z | Downloaded socket2 v0.4.10 |
898 | 2024-09-05T00:02:15.755Z | Downloaded snafu v0.8.2 |
899 | 2024-09-05T00:02:15.755Z | Downloaded libloading v0.8.3 |
900 | 2024-09-05T00:02:15.755Z | Downloaded indicatif v0.17.8 |
901 | 2024-09-05T00:02:15.779Z | Downloaded hickory-resolver v0.24.1 |
902 | 2024-09-05T00:02:15.779Z | Downloaded compact_str v0.8.0 |
903 | 2024-09-05T00:02:15.779Z | Downloaded foreign-types-shared v0.1.1 |
904 | 2024-09-05T00:02:15.779Z | Downloaded foreign-types-macros v0.2.3 |
905 | 2024-09-05T00:02:15.779Z | Downloaded dsl_auto_type v0.1.2 |
906 | 2024-09-05T00:02:15.779Z | Downloaded unarray v0.1.4 |
907 | 2024-09-05T00:02:15.779Z | Downloaded twox-hash v1.6.3 |
908 | 2024-09-05T00:02:15.779Z | Downloaded try-lock v0.2.5 |
909 | 2024-09-05T00:02:15.779Z | Downloaded tracing-attributes v0.1.27 |
910 | 2024-09-05T00:02:15.804Z | Downloaded tower-service v0.3.2 |
911 | 2024-09-05T00:02:15.804Z | Downloaded topological-sort v0.2.2 |
912 | 2024-09-05T00:02:15.804Z | Downloaded toolchain_find v0.4.0 |
913 | 2024-09-05T00:02:15.804Z | Downloaded tokio-tungstenite v0.23.1 |
914 | 2024-09-05T00:02:15.804Z | Downloaded tokio-tungstenite v0.21.0 |
915 | 2024-09-05T00:02:15.804Z | Downloaded tiny-keccak v2.0.2 |
916 | 2024-09-05T00:02:15.804Z | Downloaded snafu-derive v0.8.2 |
917 | 2024-09-05T00:02:15.804Z | Downloaded rustls-pemfile v2.1.3 |
918 | 2024-09-05T00:02:15.828Z | Downloaded num_enum v0.5.11 |
919 | 2024-09-05T00:02:15.828Z | Downloaded num-rational v0.4.2 |
920 | 2024-09-05T00:02:15.828Z | Downloaded num v0.4.3 |
921 | 2024-09-05T00:02:15.852Z | Downloaded nu-ansi-term v0.50.0 |
922 | 2024-09-05T00:02:15.852Z | Downloaded nibble_vec v0.1.0 |
923 | 2024-09-05T00:02:15.852Z | Downloaded newtype-uuid v1.1.0 |
924 | 2024-09-05T00:02:15.852Z | Downloaded multimap v0.10.0 |
925 | 2024-09-05T00:02:15.852Z | Downloaded mime_guess v2.0.4 |
926 | 2024-09-05T00:02:15.852Z | Downloaded memoffset v0.9.1 |
927 | 2024-09-05T00:02:15.852Z | Downloaded memmap2 v0.9.4 |
928 | 2024-09-05T00:02:15.852Z | Downloaded lock_api v0.4.12 |
929 | 2024-09-05T00:02:15.852Z | Downloaded crossterm v0.28.1 |
930 | 2024-09-05T00:02:15.877Z | Downloaded crossbeam-channel v0.5.12 |
931 | 2024-09-05T00:02:15.877Z | Downloaded downcast v0.11.0 |
932 | 2024-09-05T00:02:15.877Z | Downloaded smf v0.2.3 |
933 | 2024-09-05T00:02:15.877Z | Downloaded smallvec v1.13.2 |
934 | 2024-09-05T00:02:15.877Z | Downloaded smallvec v0.6.14 |
935 | 2024-09-05T00:02:15.903Z | Downloaded slog-term v2.9.1 |
936 | 2024-09-05T00:02:15.903Z | Downloaded slog-stdlog v4.1.1 |
937 | 2024-09-05T00:02:15.903Z | Downloaded slog-scope v4.4.0 |
938 | 2024-09-05T00:02:15.903Z | Downloaded rustls-pemfile v1.0.4 |
939 | 2024-09-05T00:02:15.903Z | Downloaded rustc-hash v1.1.0 |
940 | 2024-09-05T00:02:15.903Z | Downloaded rustc-demangle v0.1.24 |
941 | 2024-09-05T00:02:15.903Z | Downloaded russh-keys v0.44.0 |
942 | 2024-09-05T00:02:15.927Z | Downloaded num-integer v0.1.46 |
943 | 2024-09-05T00:02:15.927Z | Downloaded num-complex v0.4.6 |
944 | 2024-09-05T00:02:15.927Z | Downloaded native-tls v0.2.11 |
945 | 2024-09-05T00:02:15.927Z | Downloaded multer v3.1.0 |
946 | 2024-09-05T00:02:15.927Z | Downloaded managed v0.8.0 |
947 | 2024-09-05T00:02:15.927Z | Downloaded lru-cache v0.1.2 |
948 | 2024-09-05T00:02:15.927Z | Downloaded linear-map v1.2.0 |
949 | 2024-09-05T00:02:15.927Z | Downloaded lazy_static v1.5.0 |
950 | 2024-09-05T00:02:15.927Z | Downloaded keccak v0.1.5 |
951 | 2024-09-05T00:02:15.927Z | Downloaded jobserver v0.1.32 |
952 | 2024-09-05T00:02:15.952Z | Downloaded httparse v1.8.0 |
953 | 2024-09-05T00:02:15.952Z | Downloaded hickory-server v0.24.1 |
954 | 2024-09-05T00:02:15.952Z | Downloaded base64 v0.21.7 |
955 | 2024-09-05T00:02:15.952Z | Downloaded aho-corasick v1.1.3 |
956 | 2024-09-05T00:02:15.976Z | Downloaded aes-gcm v0.10.3 |
957 | 2024-09-05T00:02:15.976Z | Downloaded slog-json v2.6.1 |
958 | 2024-09-05T00:02:15.976Z | Downloaded slog-envlogger v2.2.0 |
959 | 2024-09-05T00:02:15.976Z | Downloaded slog-dtrace v0.3.0 |
960 | 2024-09-05T00:02:15.976Z | Downloaded rustls-pki-types v1.7.0 |
961 | 2024-09-05T00:02:15.976Z | Downloaded rustfmt-wrapper v0.2.1 |
962 | 2024-09-05T00:02:16.000Z | Downloaded rustc_version v0.4.0 |
963 | 2024-09-05T00:02:16.000Z | Downloaded rustc_version v0.1.7 |
964 | 2024-09-05T00:02:16.000Z | Downloaded russh-cryptovec v0.7.2 |
965 | 2024-09-05T00:02:16.000Z | Downloaded rtoolbox v0.0.2 |
966 | 2024-09-05T00:02:16.000Z | Downloaded num-conv v0.1.0 |
967 | 2024-09-05T00:02:16.000Z | Downloaded normalize-line-endings v0.3.0 |
968 | 2024-09-05T00:02:16.000Z | Downloaded nodrop v0.1.14 |
969 | 2024-09-05T00:02:16.001Z | Downloaded new_debug_unreachable v1.0.6 |
970 | 2024-09-05T00:02:16.001Z | Downloaded md-5 v0.10.6 |
971 | 2024-09-05T00:02:16.001Z | Downloaded maybe-uninit v2.0.0 |
972 | 2024-09-05T00:02:16.001Z | Downloaded libefi-sys v0.1.0 |
973 | 2024-09-05T00:02:16.001Z | Downloaded ipnetwork v0.20.0 |
974 | 2024-09-05T00:02:16.001Z | Downloaded ipnet v2.9.0 |
975 | 2024-09-05T00:02:16.025Z | Downloaded internet-checksum v0.2.1 |
976 | 2024-09-05T00:02:16.025Z | Downloaded instability v0.3.2 |
977 | 2024-09-05T00:02:16.025Z | Downloaded indoc v1.0.9 |
978 | 2024-09-05T00:02:16.025Z | Downloaded impl-trait-for-tuples v0.2.2 |
979 | 2024-09-05T00:02:16.025Z | Downloaded darling v0.20.9 |
980 | 2024-09-05T00:02:16.025Z | Downloaded csv-core v0.1.11 |
981 | 2024-09-05T00:02:16.025Z | Downloaded crossbeam-epoch v0.9.18 |
982 | 2024-09-05T00:02:16.025Z | Downloaded cookie v0.18.1 |
983 | 2024-09-05T00:02:16.049Z | Downloaded convert_case v0.4.0 |
984 | 2024-09-05T00:02:16.049Z | Downloaded const_format_proc_macros v0.2.32 |
985 | 2024-09-05T00:02:16.049Z | Downloaded const-oid v0.9.6 |
986 | 2024-09-05T00:02:16.049Z | Downloaded cobs v0.2.3 |
987 | 2024-09-05T00:02:16.049Z | Downloaded cexpr v0.6.0 |
988 | 2024-09-05T00:02:16.049Z | Downloaded bzip2 v0.4.4 |
989 | 2024-09-05T00:02:16.049Z | Downloaded aes v0.8.4 |
990 | 2024-09-05T00:02:16.049Z | Downloaded num-derive v0.4.2 |
991 | 2024-09-05T00:02:16.050Z | Downloaded nanorand v0.7.0 |
992 | 2024-09-05T00:02:16.050Z | Downloaded mime v0.3.17 |
993 | 2024-09-05T00:02:16.050Z | Downloaded md5 v0.7.0 |
994 | 2024-09-05T00:02:16.074Z | Downloaded lru v0.12.3 |
995 | 2024-09-05T00:02:16.074Z | Downloaded linked-hash-map v0.5.6 |
996 | 2024-09-05T00:02:16.074Z | Downloaded libsw v3.3.1 |
997 | 2024-09-05T00:02:16.074Z | Downloaded kstat-rs v0.2.4 |
998 | 2024-09-05T00:02:16.074Z | Downloaded is_ci v1.2.0 |
999 | 2024-09-05T00:02:16.074Z | Downloaded httpdate v1.0.3 |
1000 | 2024-09-05T00:02:16.074Z | Downloaded http-body v0.4.6 |
1001 | 2024-09-05T00:02:16.074Z | Downloaded crc v3.2.1 |
1002 | 2024-09-05T00:02:16.074Z | Downloaded const_format v0.2.32 |
1003 | 2024-09-05T00:02:16.074Z | Downloaded ciborium-io v0.2.2 |
1004 | 2024-09-05T00:02:16.074Z | Downloaded chacha20 v0.9.1 |
1005 | 2024-09-05T00:02:16.074Z | Downloaded cancel-safe-futures v0.1.5 |
1006 | 2024-09-05T00:02:16.098Z | Downloaded buf-list v1.0.3 |
1007 | 2024-09-05T00:02:16.098Z | Downloaded blowfish v0.9.1 |
1008 | 2024-09-05T00:02:16.098Z | Downloaded base64 v0.22.1 |
1009 | 2024-09-05T00:02:16.098Z | Downloaded num_enum_derive v0.5.11 |
1010 | 2024-09-05T00:02:16.098Z | Downloaded newtype_derive v0.1.6 |
1011 | 2024-09-05T00:02:16.098Z | Downloaded mockall v0.13.0 |
1012 | 2024-09-05T00:02:16.098Z | Downloaded match_cfg v0.1.0 |
1013 | 2024-09-05T00:02:16.098Z | Downloaded maplit v1.0.2 |
1014 | 2024-09-05T00:02:16.099Z | Downloaded lazycell v1.3.0 |
1015 | 2024-09-05T00:02:16.099Z | Downloaded lalrpop-util v0.19.12 |
1016 | 2024-09-05T00:02:16.099Z | Downloaded is-terminal v0.4.12 |
1017 | 2024-09-05T00:02:16.099Z | Downloaded inout v0.1.3 |
1018 | 2024-09-05T00:02:16.099Z | Downloaded indent_write v2.2.0 |
1019 | 2024-09-05T00:02:16.099Z | Downloaded iana-time-zone v0.1.60 |
1020 | 2024-09-05T00:02:16.123Z | Downloaded hyper-tls v0.5.0 |
1021 | 2024-09-05T00:02:16.123Z | Downloaded hyper-staticfile v0.9.5 |
1022 | 2024-09-05T00:02:16.123Z | Downloaded hyper-rustls v0.24.2 |
1023 | 2024-09-05T00:02:16.123Z | Downloaded humantime v2.1.0 |
1024 | 2024-09-05T00:02:16.123Z | Downloaded hubpack v0.1.2 |
1025 | 2024-09-05T00:02:16.123Z | Downloaded cstr-argument v0.1.2 |
1026 | 2024-09-05T00:02:16.123Z | Downloaded crypto-bigint v0.5.5 |
1027 | 2024-09-05T00:02:16.123Z | Downloaded crunchy v0.2.2 |
1028 | 2024-09-05T00:02:16.123Z | Downloaded crucible-workspace-hack v0.1.0 |
1029 | 2024-09-05T00:02:16.123Z | Downloaded crc-catalog v2.4.0 |
1030 | 2024-09-05T00:02:16.123Z | Downloaded cipher v0.4.4 |
1031 | 2024-09-05T00:02:16.123Z | Downloaded cbc v0.1.2 |
1032 | 2024-09-05T00:02:16.148Z | Downloaded bytes v1.7.1 |
1033 | 2024-09-05T00:02:16.148Z | Downloaded base64ct v1.6.0 |
1034 | 2024-09-05T00:02:16.148Z | Downloaded backtrace v0.3.71 |
1035 | 2024-09-05T00:02:16.148Z | Downloaded backoff v0.4.0 |
1036 | 2024-09-05T00:02:16.148Z | Downloaded matches v0.1.10 |
1037 | 2024-09-05T00:02:16.148Z | Downloaded instant v0.1.12 |
1038 | 2024-09-05T00:02:16.148Z | Downloaded ident_case v1.0.1 |
1039 | 2024-09-05T00:02:16.148Z | Downloaded darling_core v0.20.9 |
1040 | 2024-09-05T00:02:16.172Z | Downloaded bcrypt-pbkdf v0.10.0 |
1041 | 2024-09-05T00:02:16.172Z | Downloaded arc-swap v1.7.1 |
1042 | 2024-09-05T00:02:16.172Z | Downloaded http-range v0.1.5 |
1043 | 2024-09-05T00:02:16.172Z | Downloaded darling_macro v0.20.9 |
1044 | 2024-09-05T00:02:16.172Z | Downloaded crossbeam-utils v0.8.19 |
1045 | 2024-09-05T00:02:16.172Z | Downloaded crc32fast v1.4.0 |
1046 | 2024-09-05T00:02:16.172Z | Downloaded crc-any v2.5.0 |
1047 | 2024-09-05T00:02:16.172Z | Downloaded cookie v0.17.0 |
1048 | 2024-09-05T00:02:16.172Z | Downloaded clang-sys v1.7.0 |
1049 | 2024-09-05T00:02:16.172Z | Downloaded ciborium v0.2.2 |
1050 | 2024-09-05T00:02:16.196Z | Downloaded chacha20poly1305 v0.10.1 |
1051 | 2024-09-05T00:02:16.196Z | Downloaded cc v1.0.97 |
1052 | 2024-09-05T00:02:16.196Z | Downloaded blake2 v0.10.6 |
1053 | 2024-09-05T00:02:16.196Z | Downloaded bitstruct v0.1.1 |
1054 | 2024-09-05T00:02:16.196Z | Downloaded bitfield-struct v0.6.1 |
1055 | 2024-09-05T00:02:16.196Z | Downloaded bit-vec v0.6.3 |
1056 | 2024-09-05T00:02:16.196Z | Downloaded base64 v0.13.1 |
1057 | 2024-09-05T00:02:16.196Z | Downloaded base16ct v0.2.0 |
1058 | 2024-09-05T00:02:16.197Z | Downloaded arrayvec v0.7.4 |
1059 | 2024-09-05T00:02:16.197Z | Downloaded argon2 v0.5.3 |
1060 | 2024-09-05T00:02:16.197Z | Downloaded allocator-api2 v0.2.18 |
1061 | 2024-09-05T00:02:16.221Z | Downloaded ahash v0.8.11 |
1062 | 2024-09-05T00:02:16.221Z | Downloaded bcs v0.1.6 |
1063 | 2024-09-05T00:02:16.221Z | Downloaded addr2line v0.21.0 |
1064 | 2024-09-05T00:02:16.221Z | Downloaded cfg_aliases v0.1.1 |
1065 | 2024-09-05T00:02:16.221Z | Downloaded castaway v0.2.3 |
1066 | 2024-09-05T00:02:16.221Z | Downloaded cassowary v0.3.0 |
1067 | 2024-09-05T00:02:16.221Z | Downloaded bitflags v1.3.2 |
1068 | 2024-09-05T00:02:16.221Z | Downloaded async-trait v0.1.81 |
1069 | 2024-09-05T00:02:16.221Z | Downloaded async-recursion v1.1.1 |
1070 | 2024-09-05T00:02:16.245Z | Downloaded async-bb8-diesel v0.2.1 |
1071 | 2024-09-05T00:02:16.245Z | Downloaded assert_matches v1.5.0 |
1072 | 2024-09-05T00:02:16.245Z | Downloaded ascii-canvas v3.0.0 |
1073 | 2024-09-05T00:02:16.245Z | Downloaded ascii v1.1.0 |
1074 | 2024-09-05T00:02:16.245Z | Downloaded arrayref v0.3.7 |
1075 | 2024-09-05T00:02:16.245Z | Downloaded array-init v0.0.4 |
1076 | 2024-09-05T00:02:16.245Z | Downloaded adler v1.0.2 |
1077 | 2024-09-05T00:02:16.245Z | Downloaded ctr v0.9.2 |
1078 | 2024-09-05T00:02:16.245Z | Downloaded crossbeam-deque v0.8.5 |
1079 | 2024-09-05T00:02:16.245Z | Downloaded constant_time_eq v0.3.0 |
1080 | 2024-09-05T00:02:16.245Z | Downloaded colored v2.1.0 |
1081 | 2024-09-05T00:02:16.245Z | Downloaded ciborium-ll v0.2.2 |
1082 | 2024-09-05T00:02:16.245Z | Downloaded block-padding v0.3.3 |
1083 | 2024-09-05T00:02:16.270Z | Downloaded bitstruct_derive v0.1.0 |
1084 | 2024-09-05T00:02:16.270Z | Downloaded bitfield v0.14.0 |
1085 | 2024-09-05T00:02:16.270Z | Downloaded bit-set v0.5.3 |
1086 | 2024-09-05T00:02:16.270Z | Downloaded bb8 v0.8.5 |
1087 | 2024-09-05T00:02:16.270Z | Downloaded atomicwrites v0.4.3 |
1088 | 2024-09-05T00:02:16.270Z | Downloaded atomic-waker v1.1.2 |
1089 | 2024-09-05T00:02:16.270Z | Downloaded async-stream v0.3.5 |
1090 | 2024-09-05T00:02:16.270Z | Downloaded aead v0.5.2 |
1091 | 2024-09-05T00:02:16.367Z | Compiling serde v1.0.208 |
1092 | 2024-09-05T00:02:16.391Z | Compiling typenum v1.17.0 |
1093 | 2024-09-05T00:02:16.391Z | Compiling lock_api v0.4.12 |
1094 | 2024-09-05T00:02:16.391Z | Compiling generic-array v0.14.7 |
1095 | 2024-09-05T00:02:16.392Z | Compiling scopeguard v1.2.0 |
1096 | 2024-09-05T00:02:16.392Z | Compiling log v0.4.21 |
1097 | 2024-09-05T00:02:16.424Z | Compiling syn v2.0.74 |
1098 | 2024-09-05T00:02:16.448Z | Compiling getrandom v0.2.14 |
1099 | 2024-09-05T00:02:16.600Z | Compiling jobserver v0.1.32 |
1100 | 2024-09-05T00:02:16.741Z | Compiling rand_core v0.6.4 |
1101 | 2024-09-05T00:02:16.954Z | Compiling cc v1.0.97 |
1102 | 2024-09-05T00:02:16.986Z | Compiling subtle v2.5.0 |
1103 | 2024-09-05T00:02:17.226Z | Compiling const-oid v0.9.6 |
1104 | 2024-09-05T00:02:17.358Z | Compiling smallvec v1.13.2 |
1105 | 2024-09-05T00:02:17.386Z | Compiling pin-project-lite v0.2.14 |
1106 | 2024-09-05T00:02:17.494Z | Compiling parking_lot_core v0.9.10 |
1107 | 2024-09-05T00:02:17.521Z | Compiling signal-hook-registry v1.4.2 |
1108 | 2024-09-05T00:02:17.724Z | Compiling spin v0.9.8 |
1109 | 2024-09-05T00:02:18.088Z | Compiling mio v1.0.2 |
1110 | 2024-09-05T00:02:18.271Z | Compiling ahash v0.8.11 |
1111 | 2024-09-05T00:02:18.539Z | Compiling parking_lot v0.12.2 |
1112 | 2024-09-05T00:02:18.613Z | Compiling tinyvec_macros v0.1.1 |
1113 | 2024-09-05T00:02:18.721Z | Compiling tinyvec v1.6.0 |
1114 | 2024-09-05T00:02:18.767Z | Compiling socket2 v0.5.7 |
1115 | 2024-09-05T00:02:18.826Z | Compiling libm v0.2.8 |
1116 | 2024-09-05T00:02:19.181Z | Compiling futures-core v0.3.30 |
1117 | 2024-09-05T00:02:19.239Z | Compiling serde_json v1.0.125 |
1118 | 2024-09-05T00:02:19.423Z | Compiling futures-sink v0.3.30 |
1119 | 2024-09-05T00:02:19.498Z | Compiling cpufeatures v0.2.12 |
1120 | 2024-09-05T00:02:19.595Z | Compiling num-traits v0.2.19 |
1121 | 2024-09-05T00:02:19.619Z | Compiling slab v0.4.9 |
1122 | 2024-09-05T00:02:19.643Z | Compiling unicode-bidi v0.3.15 |
1123 | 2024-09-05T00:02:19.730Z | Compiling allocator-api2 v0.2.18 |
1124 | 2024-09-05T00:02:20.049Z | Compiling unicode-normalization v0.1.23 |
1125 | 2024-09-05T00:02:20.376Z | Compiling futures-channel v0.3.30 |
1126 | 2024-09-05T00:02:20.459Z | Compiling futures-io v0.3.30 |
1127 | 2024-09-05T00:02:20.849Z | Compiling vcpkg v0.2.15 |
1128 | 2024-09-05T00:02:20.873Z | Compiling pkg-config v0.3.30 |
1129 | 2024-09-05T00:02:20.898Z | Compiling futures-task v0.3.30 |
1130 | 2024-09-05T00:02:21.148Z | Compiling pin-utils v0.1.0 |
1131 | 2024-09-05T00:02:21.186Z | Compiling ring v0.17.8 |
1132 | 2024-09-05T00:02:21.248Z | Compiling base64ct v1.6.0 |
1133 | 2024-09-05T00:02:21.430Z | Compiling flagset v0.4.5 |
1134 | 2024-09-05T00:02:21.628Z | Compiling percent-encoding v2.3.1 |
1135 | 2024-09-05T00:02:21.781Z | Compiling pem-rfc7468 v0.7.0 |
1136 | 2024-09-05T00:02:22.027Z | Compiling ppv-lite86 v0.2.17 |
1137 | 2024-09-05T00:02:22.307Z | Compiling tracing-core v0.1.32 |
1138 | 2024-09-05T00:02:22.544Z | Compiling rustix v0.38.34 |
1139 | 2024-09-05T00:02:22.735Z | Compiling rand_chacha v0.3.1 |
1140 | 2024-09-05T00:02:22.887Z | Compiling untrusted v0.9.0 |
1141 | 2024-09-05T00:02:22.911Z | Compiling openssl-sys v0.9.103 |
1142 | 2024-09-05T00:02:23.059Z | Compiling powerfmt v0.2.0 |
1143 | 2024-09-05T00:02:23.365Z | Compiling rand v0.8.5 |
1144 | 2024-09-05T00:02:23.439Z | Compiling rustversion v1.0.17 |
1145 | 2024-09-05T00:02:23.564Z | Compiling openssl v0.10.66 |
1146 | 2024-09-05T00:02:24.049Z | Compiling foreign-types-shared v0.1.1 |
1147 | 2024-09-05T00:02:24.072Z | Compiling num-conv v0.1.0 |
1148 | 2024-09-05T00:02:24.185Z | Compiling httparse v1.8.0 |
1149 | 2024-09-05T00:02:24.226Z | Compiling time-core v0.1.2 |
1150 | 2024-09-05T00:02:24.434Z | Compiling time-macros v0.2.18 |
1151 | 2024-09-05T00:02:24.465Z | Compiling foreign-types v0.3.2 |
1152 | 2024-09-05T00:02:24.699Z | Compiling deranged v0.3.11 |
1153 | 2024-09-05T00:02:24.786Z | Compiling form_urlencoded v1.2.1 |
1154 | 2024-09-05T00:02:25.127Z | Compiling aho-corasick v1.1.3 |
1155 | 2024-09-05T00:02:25.308Z | Compiling siphasher v0.3.11 |
1156 | 2024-09-05T00:02:25.704Z | Compiling crossbeam-utils v0.8.19 |
1157 | 2024-09-05T00:02:25.949Z | Compiling native-tls v0.2.11 |
1158 | 2024-09-05T00:02:26.278Z | Compiling try-lock v0.2.5 |
1159 | 2024-09-05T00:02:26.316Z | Compiling regex-syntax v0.8.4 |
1160 | 2024-09-05T00:02:26.415Z | Compiling rustls v0.21.12 |
1161 | 2024-09-05T00:02:26.479Z | Compiling num_threads v0.1.7 |
1162 | 2024-09-05T00:02:26.608Z | Compiling syn v1.0.109 |
1163 | 2024-09-05T00:02:26.715Z | Compiling want v0.3.1 |
1164 | 2024-09-05T00:02:27.345Z | Compiling time v0.3.36 |
1165 | 2024-09-05T00:02:27.689Z | Compiling idna v0.5.0 |
1166 | 2024-09-05T00:02:28.618Z | Compiling cookie v0.17.0 |
1167 | 2024-09-05T00:02:28.918Z | Compiling httpdate v1.0.3 |
1168 | 2024-09-05T00:02:29.146Z | Compiling finl_unicode v1.2.0 |
1169 | 2024-09-05T00:02:29.364Z | Compiling regex-automata v0.4.6 |
1170 | 2024-09-05T00:02:29.388Z | Compiling slog v2.7.0 |
1171 | 2024-09-05T00:02:29.499Z | Compiling serde_derive v1.0.208 |
1172 | 2024-09-05T00:02:29.677Z | Compiling zeroize_derive v1.4.2 |
1173 | 2024-09-05T00:02:29.845Z | Compiling zerocopy-derive v0.7.34 |
1174 | 2024-09-05T00:02:30.004Z | Compiling tokio-macros v2.4.0 |
1175 | 2024-09-05T00:02:31.041Z | Compiling zeroize v1.7.0 |
1176 | 2024-09-05T00:02:31.113Z | Compiling thiserror-impl v1.0.63 |
1177 | 2024-09-05T00:02:31.497Z | Compiling futures-macro v0.3.30 |
1178 | 2024-09-05T00:02:31.798Z | Compiling zerocopy v0.7.34 |
1179 | 2024-09-05T00:02:31.990Z | Compiling der_derive v0.7.2 |
1180 | 2024-09-05T00:02:32.215Z | Compiling tracing-attributes v0.1.27 |
1181 | 2024-09-05T00:02:32.632Z | Compiling crypto-common v0.1.6 |
1182 | 2024-09-05T00:02:32.892Z | Compiling block-buffer v0.10.4 |
1183 | 2024-09-05T00:02:33.153Z | Compiling digest v0.10.7 |
1184 | 2024-09-05T00:02:33.207Z | Compiling block-padding v0.3.3 |
1185 | 2024-09-05T00:02:33.464Z | Compiling inout v0.1.3 |
1186 | 2024-09-05T00:02:33.606Z | Compiling hmac v0.12.1 |
1187 | 2024-09-05T00:02:33.744Z | Compiling cipher v0.4.4 |
1188 | 2024-09-05T00:02:33.860Z | Compiling hashbrown v0.14.5 |
1189 | 2024-09-05T00:02:33.860Z | Compiling sha2 v0.10.8 |
1190 | 2024-09-05T00:02:34.054Z | Compiling thiserror v1.0.63 |
1191 | 2024-09-05T00:02:34.190Z | Compiling futures-util v0.3.30 |
1192 | 2024-09-05T00:02:34.251Z | Compiling pest v2.7.10 |
1193 | 2024-09-05T00:02:34.275Z | Compiling der v0.7.9 |
1194 | 2024-09-05T00:02:35.097Z | Compiling salsa20 v0.10.2 |
1195 | 2024-09-05T00:02:35.310Z | Compiling pbkdf2 v0.12.2 |
1196 | 2024-09-05T00:02:35.465Z | Compiling scroll_derive v0.12.0 |
1197 | 2024-09-05T00:02:35.595Z | Compiling tracing v0.1.40 |
1198 | 2024-09-05T00:02:36.095Z | Compiling scrypt v0.11.0 |
1199 | 2024-09-05T00:02:36.598Z | Compiling pest_meta v2.7.10 |
1200 | 2024-09-05T00:02:36.740Z | Compiling spki v0.7.3 |
1201 | 2024-09-05T00:02:36.807Z | Compiling scroll v0.12.0 |
1202 | 2024-09-05T00:02:36.964Z | Compiling cbc v0.1.2 |
1203 | 2024-09-05T00:02:37.081Z | Compiling aes v0.8.4 |
1204 | 2024-09-05T00:02:37.177Z | Compiling openssl-macros v0.1.1 |
1205 | 2024-09-05T00:02:37.270Z | Compiling goblin v0.8.2 |
1206 | 2024-09-05T00:02:37.323Z | Compiling rustls-webpki v0.101.7 |
1207 | 2024-09-05T00:02:37.814Z | Compiling pest_generator v2.7.10 |
1208 | 2024-09-05T00:02:39.061Z | Compiling pkcs5 v0.7.1 |
1209 | 2024-09-05T00:02:39.365Z | Compiling sct v0.7.1 |
1210 | 2024-09-05T00:02:39.597Z | Compiling pkcs8 v0.10.2 |
1211 | 2024-09-05T00:02:39.621Z | Compiling adler v1.0.2 |
1212 | 2024-09-05T00:02:39.665Z | Compiling openssl-probe v0.1.5 |
1213 | 2024-09-05T00:02:39.816Z | Compiling iana-time-zone v0.1.60 |
1214 | 2024-09-05T00:02:39.992Z | Compiling tower-service v0.3.2 |
1215 | 2024-09-05T00:02:40.114Z | Compiling miniz_oxide v0.7.2 |
1216 | 2024-09-05T00:02:40.230Z | Compiling md-5 v0.10.6 |
1217 | 2024-09-05T00:02:40.322Z | Compiling stringprep v0.1.4 |
1218 | 2024-09-05T00:02:40.542Z | Compiling url v2.5.2 |
1219 | 2024-09-05T00:02:41.186Z | Compiling pest_derive v2.7.10 |
1220 | 2024-09-05T00:02:41.533Z | Compiling num-integer v0.1.46 |
1221 | 2024-09-05T00:02:41.910Z | Compiling bytes v1.7.1 |
1222 | 2024-09-05T00:02:42.206Z | Compiling bitflags v2.6.0 |
1223 | 2024-09-05T00:02:42.322Z | Compiling indexmap v2.4.0 |
1224 | 2024-09-05T00:02:42.564Z | Compiling semver v1.0.23 |
1225 | 2024-09-05T00:02:43.055Z | Compiling tokio v1.39.3 |
1226 | 2024-09-05T00:02:43.250Z | Compiling http v0.2.12 |
1227 | 2024-09-05T00:02:43.598Z | Compiling rustc_version v0.4.0 |
1228 | 2024-09-05T00:02:44.372Z | Compiling heapless v0.7.17 |
1229 | 2024-09-05T00:02:44.799Z | Compiling http-body v0.4.6 |
1230 | 2024-09-05T00:02:45.046Z | Compiling dof v0.3.0 |
1231 | 2024-09-05T00:02:45.378Z | Compiling dtrace-parser v0.2.0 |
1232 | 2024-09-05T00:02:45.593Z | Compiling uuid v1.10.0 |
1233 | 2024-09-05T00:02:46.742Z | Compiling usdt-impl v0.5.0 |
1234 | 2024-09-05T00:02:47.031Z | Compiling chrono v0.4.38 |
1235 | 2024-09-05T00:02:47.119Z | Compiling serde_spanned v0.6.7 |
1236 | 2024-09-05T00:02:47.351Z | Compiling serde_tokenstream v0.2.2 |
1237 | 2024-09-05T00:02:47.440Z | Compiling toml_datetime v0.6.8 |
1238 | 2024-09-05T00:02:47.936Z | Compiling idna v0.3.0 |
1239 | 2024-09-05T00:02:47.960Z | Compiling backtrace v0.3.71 |
1240 | 2024-09-05T00:02:48.199Z | Compiling lazy_static v1.5.0 |
1241 | 2024-09-05T00:02:48.315Z | Compiling hash32 v0.2.1 |
1242 | 2024-09-05T00:02:48.339Z | Compiling crc32fast v1.4.0 |
1243 | 2024-09-05T00:02:48.391Z | Compiling base64 v0.22.1 |
1244 | 2024-09-05T00:02:48.663Z | Compiling psl-types v2.0.11 |
1245 | 2024-09-05T00:02:48.833Z | Compiling stable_deref_trait v1.2.0 |
1246 | 2024-09-05T00:02:48.866Z | Compiling gimli v0.28.1 |
1247 | 2024-09-05T00:02:48.938Z | Compiling fallible-iterator v0.2.0 |
1248 | 2024-09-05T00:02:49.134Z | Compiling cfg_aliases v0.1.1 |
1249 | 2024-09-05T00:02:49.237Z | Compiling num-bigint-dig v0.8.4 |
1250 | 2024-09-05T00:02:49.364Z | Compiling smoltcp v0.9.1 |
1251 | 2024-09-05T00:02:49.536Z | Compiling signal-hook v0.3.17 |
1252 | 2024-09-05T00:02:49.607Z | Compiling postgres-protocol v0.6.7 |
1253 | 2024-09-05T00:02:49.812Z | Compiling nix v0.28.0 |
1254 | 2024-09-05T00:02:50.534Z | Compiling publicsuffix v2.2.3 |
1255 | 2024-09-05T00:02:50.828Z | Compiling tokio-util v0.7.11 |
1256 | 2024-09-05T00:02:50.885Z | Compiling tokio-native-tls v0.3.1 |
1257 | 2024-09-05T00:02:51.076Z | Compiling tokio-rustls v0.24.1 |
1258 | 2024-09-05T00:02:51.165Z | Compiling terminal_size v0.3.0 |
1259 | 2024-09-05T00:02:51.195Z | Compiling num-iter v0.1.45 |
1260 | 2024-09-05T00:02:51.446Z | Compiling zerocopy-derive v0.6.6 |
1261 | 2024-09-05T00:02:52.046Z | Compiling h2 v0.3.26 |
1262 | 2024-09-05T00:02:52.124Z | Compiling async-trait v0.1.81 |
1263 | 2024-09-05T00:02:52.369Z | Compiling phf_shared v0.11.2 |
1264 | 2024-09-05T00:02:52.725Z | Compiling addr2line v0.21.0 |
1265 | 2024-09-05T00:02:52.962Z | Compiling serde_derive_internals v0.29.1 |
1266 | 2024-09-05T00:02:53.179Z | Compiling ff v0.13.0 |
1267 | 2024-09-05T00:02:53.327Z | Compiling object v0.32.2 |
1268 | 2024-09-05T00:02:53.351Z | Compiling fs-err v2.11.0 |
1269 | 2024-09-05T00:02:53.385Z | Compiling ipnet v2.9.0 |
1270 | 2024-09-05T00:02:53.612Z | Compiling base64 v0.21.7 |
1271 | 2024-09-05T00:02:53.640Z | Compiling hubpack_derive v0.1.1 |
1272 | 2024-09-05T00:02:54.343Z | Compiling anyhow v1.0.86 |
1273 | 2024-09-05T00:02:54.519Z | Compiling schemars v0.8.21 |
1274 | 2024-09-05T00:02:54.543Z | Compiling rustc-demangle v0.1.24 |
1275 | 2024-09-05T00:02:54.584Z | Compiling either v1.13.0 |
1276 | 2024-09-05T00:02:54.854Z | Compiling bitflags v1.3.2 |
1277 | 2024-09-05T00:02:54.909Z | Compiling winnow v0.5.40 |
1278 | 2024-09-05T00:02:54.945Z | Compiling base16ct v0.2.0 |
1279 | 2024-09-05T00:02:54.969Z | Compiling managed v0.8.0 |
1280 | 2024-09-05T00:02:55.254Z | Compiling sec1 v0.7.3 |
1281 | 2024-09-05T00:02:55.471Z | Compiling schemars_derive v0.8.21 |
1282 | 2024-09-05T00:02:55.718Z | Compiling clap_builder v4.5.15 |
1283 | 2024-09-05T00:02:55.826Z | Compiling hubpack v0.1.2 |
1284 | 2024-09-05T00:02:56.258Z | Compiling rustls-pemfile v1.0.4 |
1285 | 2024-09-05T00:02:56.791Z | Compiling group v0.13.0 |
1286 | 2024-09-05T00:02:56.904Z | Compiling zerocopy v0.6.6 |
1287 | 2024-09-05T00:02:57.102Z | Compiling phf v0.11.2 |
1288 | 2024-09-05T00:02:57.279Z | Compiling cookie_store v0.20.0 |
1289 | 2024-09-05T00:02:57.973Z | Compiling toml_edit v0.19.15 |
1290 | 2024-09-05T00:02:58.265Z | Compiling hyper v0.14.30 |
1291 | 2024-09-05T00:02:58.408Z | Compiling postgres-types v0.2.7 |
1292 | 2024-09-05T00:02:59.766Z | Compiling usdt-attr-macro v0.5.0 |
1293 | 2024-09-05T00:02:59.791Z | Compiling usdt-macro v0.5.0 |
1294 | 2024-09-05T00:03:01.063Z | Compiling serde_urlencoded v0.7.1 |
1295 | 2024-09-05T00:03:01.154Z | Compiling pkcs1 v0.7.5 |
1296 | 2024-09-05T00:03:01.302Z | Compiling enum-as-inner v0.6.0 |
1297 | 2024-09-05T00:03:01.524Z | Compiling strum_macros v0.25.3 |
1298 | 2024-09-05T00:03:02.017Z | Compiling futures-executor v0.3.30 |
1299 | 2024-09-05T00:03:02.189Z | Compiling regex v1.10.6 |
1300 | 2024-09-05T00:03:02.525Z | Compiling bstr v1.9.1 |
1301 | 2024-09-05T00:03:02.642Z | Compiling hkdf v0.12.4 |
1302 | 2024-09-05T00:03:02.883Z | Compiling signature v2.2.0 |
1303 | 2024-09-05T00:03:03.143Z | Compiling crypto-bigint v0.5.5 |
1304 | 2024-09-05T00:03:03.184Z | Compiling serde_repr v0.1.19 |
1305 | 2024-09-05T00:03:03.872Z | Compiling clap_derive v4.5.13 |
1306 | 2024-09-05T00:03:04.056Z | Compiling phf_shared v0.10.0 |
1307 | 2024-09-05T00:03:04.223Z | Compiling float-cmp v0.9.0 |
1308 | 2024-09-05T00:03:04.407Z | Compiling hyper-tls v0.5.0 |
1309 | 2024-09-05T00:03:04.431Z | Compiling hyper-rustls v0.24.2 |
1310 | 2024-09-05T00:03:04.739Z | Compiling idna v0.4.0 |
1311 | 2024-09-05T00:03:04.775Z | Compiling mio v0.8.11 |
1312 | 2024-09-05T00:03:04.991Z | Compiling encoding_rs v0.8.34 |
1313 | 2024-09-05T00:03:05.016Z | Compiling data-encoding v2.6.0 |
1314 | 2024-09-05T00:03:05.926Z | Compiling webpki-roots v0.25.4 |
1315 | 2024-09-05T00:03:06.064Z | Compiling new_debug_unreachable v1.0.6 |
1316 | 2024-09-05T00:03:06.088Z | Compiling fixedbitset v0.4.2 |
1317 | 2024-09-05T00:03:06.153Z | Compiling whoami v1.5.1 |
1318 | 2024-09-05T00:03:06.484Z | Compiling dyn-clone v1.0.17 |
1319 | 2024-09-05T00:03:06.674Z | Compiling predicates-core v1.0.6 |
1320 | 2024-09-05T00:03:06.707Z | Compiling normalize-line-endings v0.3.0 |
1321 | 2024-09-05T00:03:06.826Z | Compiling unicode-segmentation v1.11.0 |
1322 | 2024-09-05T00:03:06.960Z | Compiling mime v0.3.17 |
1323 | 2024-09-05T00:03:06.985Z | Compiling bit-vec v0.6.3 |
1324 | 2024-09-05T00:03:07.017Z | Compiling difflib v0.4.0 |
1325 | 2024-09-05T00:03:07.398Z | Compiling sync_wrapper v0.1.2 |
1326 | 2024-09-05T00:03:07.498Z | Compiling precomputed-hash v0.1.1 |
1327 | 2024-09-05T00:03:07.522Z | Compiling static_assertions v1.1.0 |
1328 | 2024-09-05T00:03:07.546Z | Compiling minimal-lexical v0.2.1 |
1329 | 2024-09-05T00:03:07.611Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1330 | 2024-09-05T00:03:07.635Z | Compiling string_cache v0.8.7 |
1331 | 2024-09-05T00:03:07.956Z | Compiling clap v4.5.16 |
1332 | 2024-09-05T00:03:08.009Z | Compiling nom v7.1.3 |
1333 | 2024-09-05T00:03:08.034Z | Compiling reqwest v0.11.27 |
1334 | 2024-09-05T00:03:08.074Z | Compiling predicates v3.1.2 |
1335 | 2024-09-05T00:03:08.098Z | Compiling similar v2.6.0 |
1336 | 2024-09-05T00:03:08.371Z | Compiling bit-set v0.5.3 |
1337 | 2024-09-05T00:03:08.584Z | Compiling toml_edit v0.22.20 |
1338 | 2024-09-05T00:03:09.495Z | Compiling tokio-postgres v0.7.11 |
1339 | 2024-09-05T00:03:09.568Z | Compiling petgraph v0.6.5 |
1340 | 2024-09-05T00:03:10.117Z | Compiling console v0.15.8 |
1341 | 2024-09-05T00:03:11.104Z | Compiling elliptic-curve v0.13.8 |
1342 | 2024-09-05T00:03:11.406Z | Compiling hickory-proto v0.24.1 |
1343 | 2024-09-05T00:03:11.802Z | Compiling signal-hook-mio v0.2.4 |
1344 | 2024-09-05T00:03:11.847Z | Compiling usdt v0.5.0 |
1345 | 2024-09-05T00:03:11.974Z | Compiling rsa v0.9.6 |
1346 | 2024-09-05T00:03:12.317Z | Compiling futures v0.3.30 |
1347 | 2024-09-05T00:03:12.432Z | Compiling toml v0.7.8 |
1348 | 2024-09-05T00:03:13.000Z | Compiling flate2 v1.0.31 |
1349 | 2024-09-05T00:03:13.934Z | Compiling itertools v0.12.1 |
1350 | 2024-09-05T00:03:14.221Z | Compiling itertools v0.10.5 |
1351 | 2024-09-05T00:03:14.610Z | Compiling tokio-stream v0.1.15 |
1352 | 2024-09-05T00:03:15.433Z | Compiling openapiv3 v2.0.0 |
1353 | 2024-09-05T00:03:15.792Z | Compiling crossbeam-epoch v0.9.18 |
1354 | 2024-09-05T00:03:16.450Z | Compiling hex v0.4.3 |
1355 | 2024-09-05T00:03:16.598Z | Compiling sha1 v0.10.6 |
1356 | 2024-09-05T00:03:16.657Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-09-05T00:03:16.963Z | Compiling lalrpop-util v0.19.12 |
1358 | 2024-09-05T00:03:16.987Z | Compiling unicode-xid v0.2.4 |
1359 | 2024-09-05T00:03:17.142Z | Compiling peg-runtime v0.8.3 |
1360 | 2024-09-05T00:03:17.224Z | Compiling dirs-next v2.0.0 |
1361 | 2024-09-05T00:03:17.263Z | Compiling thread_local v1.1.8 |
1362 | 2024-09-05T00:03:17.289Z | Compiling slog-async v2.8.0 |
1363 | 2024-09-05T00:03:17.411Z | Compiling term v0.7.0 |
1364 | 2024-09-05T00:03:17.749Z | Compiling xattr v1.3.1 |
1365 | 2024-09-05T00:03:17.773Z | Compiling crossbeam-channel v0.5.12 |
1366 | 2024-09-05T00:03:17.867Z | Compiling strum_macros v0.26.4 |
1367 | 2024-09-05T00:03:17.991Z | Compiling is-terminal v0.4.12 |
1368 | 2024-09-05T00:03:18.110Z | Compiling filetime v0.2.24 |
1369 | 2024-09-05T00:03:18.378Z | Compiling take_mut v0.2.2 |
1370 | 2024-09-05T00:03:18.720Z | Compiling tar v0.4.41 |
1371 | 2024-09-05T00:03:18.744Z | Compiling slog-term v2.9.1 |
1372 | 2024-09-05T00:03:18.859Z | Compiling camino v1.1.9 |
1373 | 2024-09-05T00:03:20.293Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1374 | 2024-09-05T00:03:21.283Z | Compiling strum v0.26.3 |
1375 | 2024-09-05T00:03:21.394Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1376 | 2024-09-05T00:03:27.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
1377 | 2024-09-05T00:03:28.022Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1378 | 2024-09-05T00:03:28.099Z | Sep 05 00:03:27.598 INFO Starting download, target: Console |
1379 | 2024-09-05T00:03:28.100Z | Sep 05 00:03:27.599 INFO Starting download, target: DendriteStub |
1380 | 2024-09-05T00:03:28.100Z | Sep 05 00:03:27.599 INFO Starting download, target: Clickhouse |
1381 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.599 INFO Starting download, target: DendriteOpenapi |
1382 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.599 INFO Starting download, target: MaghemiteMgd |
1383 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.599 INFO Starting download, target: Cockroach |
1384 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.599 INFO Starting download, target: TransceiverControl |
1385 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.600 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1386 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.601 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1387 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.601 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1388 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.601 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1389 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.601 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1390 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.601 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1391 | 2024-09-05T00:03:28.124Z | Sep 05 00:03:27.601 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1392 | 2024-09-05T00:03:28.445Z | Sep 05 00:03:27.927 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1393 | 2024-09-05T00:03:28.472Z | Sep 05 00:03:27.970 INFO Download complete, target: DendriteOpenapi |
1394 | 2024-09-05T00:03:28.781Z | Sep 05 00:03:28.280 INFO Download complete, target: Console |
1395 | 2024-09-05T00:03:29.894Z | Sep 05 00:03:29.393 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1396 | 2024-09-05T00:03:29.961Z | Sep 05 00:03:29.460 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1397 | 2024-09-05T00:03:29.985Z | Sep 05 00:03:29.483 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1398 | 2024-09-05T00:03:30.766Z | Sep 05 00:03:30.265 INFO Download complete, target: TransceiverControl |
1399 | 2024-09-05T00:03:32.564Z | Sep 05 00:03:32.064 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1400 | 2024-09-05T00:03:32.564Z | Sep 05 00:03:32.064 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1401 | 2024-09-05T00:03:33.371Z | Sep 05 00:03:32.872 INFO Download complete, target: DendriteStub |
1402 | 2024-09-05T00:03:33.778Z | Sep 05 00:03:33.277 INFO Download complete, target: MaghemiteMgd |
1403 | 2024-09-05T00:03:38.548Z | Sep 05 00:03:38.049 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1404 | 2024-09-05T00:03:42.183Z | Sep 05 00:03:41.685 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1405 | 2024-09-05T00:03:42.659Z | Sep 05 00:03:42.158 INFO Checking that binary works, target: Cockroach |
1406 | 2024-09-05T00:03:43.023Z | Sep 05 00:03:42.525 INFO Download complete, target: Cockroach |
1407 | 2024-09-05T00:03:55.009Z | Sep 05 00:03:54.512 INFO Checking that binary works, target: Clickhouse |
1408 | 2024-09-05T00:03:55.223Z | Sep 05 00:03:54.726 INFO Download complete, target: Clickhouse |
1409 | 2024-09-05T00:03:55.252Z | All builder prerequisites installed successfully, and PATH looks valid |
1410 | 2024-09-05T00:03:55.276Z | |
1411 | 2024-09-05T00:03:55.276Z | real 4:02.088657889 |
1412 | 2024-09-05T00:03:55.276Z | user 10:37.074175100 |
1413 | 2024-09-05T00:03:55.276Z | sys 2:29.922833349 |
1414 | 2024-09-05T00:03:55.276Z | trap 0.384976087 |
1415 | 2024-09-05T00:03:55.276Z | tflt 0.744949549 |
1416 | 2024-09-05T00:03:55.276Z | dflt 1.612519255 |
1417 | 2024-09-05T00:03:55.276Z | kflt 0.008157450 |
1418 | 2024-09-05T00:03:55.276Z | lock 23:43.480867840 |
1419 | 2024-09-05T00:03:55.276Z | slp 40:32.233521214 |
1420 | 2024-09-05T00:03:55.276Z | lat 40.436070906 |
1421 | 2024-09-05T00:03:55.276Z | stop 1:46.764250038 |
1422 | 2024-09-05T00:03:55.276Z | + banner clippy |
1423 | 2024-09-05T00:03:55.277Z | |
1424 | 2024-09-05T00:03:55.277Z | #### # # ##### ##### # # |
1425 | 2024-09-05T00:03:55.277Z | # # # # # # # # # # |
1426 | 2024-09-05T00:03:55.277Z | # # # # # # # # |
1427 | 2024-09-05T00:03:55.277Z | # # # ##### ##### # |
1428 | 2024-09-05T00:03:55.277Z | # # # # # # # |
1429 | 2024-09-05T00:03:55.277Z | #### ###### # # # # |
1430 | 2024-09-05T00:03:55.277Z | |
1431 | 2024-09-05T00:03:55.277Z | + export CARGO_INCREMENTAL=0 |
1432 | 2024-09-05T00:03:55.277Z | + CARGO_INCREMENTAL=0 |
1433 | 2024-09-05T00:03:55.277Z | + ptime -m cargo xtask clippy |
1434 | 2024-09-05T00:03:56.199Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1435 | 2024-09-05T00:04:01.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
1436 | 2024-09-05T00:04:01.212Z | Running `target/debug/xtask clippy` |
1437 | 2024-09-05T00:04:01.238Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1438 | 2024-09-05T00:04:02.261Z | Downloading crates ... |
1439 | 2024-09-05T00:04:02.616Z | Downloaded cast v0.3.0 |
1440 | 2024-09-05T00:04:02.644Z | Downloaded blake2b_simd v1.0.2 |
1441 | 2024-09-05T00:04:02.645Z | Downloaded num_cpus v1.16.0 |
1442 | 2024-09-05T00:04:02.645Z | Downloaded trybuild v1.0.99 |
1443 | 2024-09-05T00:04:02.645Z | Downloaded partial-io v0.5.4 |
1444 | 2024-09-05T00:04:02.645Z | Downloaded tower v0.4.13 |
1445 | 2024-09-05T00:04:02.672Z | Downloaded rstest v0.22.0 |
1446 | 2024-09-05T00:04:02.672Z | Downloaded yansi v0.5.1 |
1447 | 2024-09-05T00:04:02.672Z | Downloaded rstest_macros v0.22.0 |
1448 | 2024-09-05T00:04:02.672Z | Downloaded plotters v0.3.5 |
1449 | 2024-09-05T00:04:02.724Z | Downloaded toml_edit v0.21.1 |
1450 | 2024-09-05T00:04:02.749Z | Downloaded threadpool v1.8.1 |
1451 | 2024-09-05T00:04:02.749Z | Downloaded target-lexicon v0.12.16 |
1452 | 2024-09-05T00:04:02.749Z | Downloaded rustls-native-certs v0.7.0 |
1453 | 2024-09-05T00:04:02.749Z | Downloaded regex-automata v0.1.10 |
1454 | 2024-09-05T00:04:02.749Z | Downloaded proc-macro-crate v3.1.0 |
1455 | 2024-09-05T00:04:02.749Z | Downloaded plotters-svg v0.3.5 |
1456 | 2024-09-05T00:04:02.749Z | Downloaded oorandom v11.1.3 |
1457 | 2024-09-05T00:04:02.749Z | Downloaded hyper-util v0.1.3 |
1458 | 2024-09-05T00:04:02.749Z | Downloaded hyper v1.3.1 |
1459 | 2024-09-05T00:04:02.749Z | Downloaded http-body v1.0.0 |
1460 | 2024-09-05T00:04:02.749Z | Downloaded guppy v0.17.7 |
1461 | 2024-09-05T00:04:02.749Z | Downloaded fancy-regex v0.13.0 |
1462 | 2024-09-05T00:04:02.749Z | Downloaded criterion-plot v0.5.0 |
1463 | 2024-09-05T00:04:02.749Z | Downloaded rand_distr v0.4.3 |
1464 | 2024-09-05T00:04:02.749Z | Downloaded pretty_assertions v1.4.0 |
1465 | 2024-09-05T00:04:02.773Z | Downloaded pathdiff v0.2.1 |
1466 | 2024-09-05T00:04:02.773Z | Downloaded nested v0.1.1 |
1467 | 2024-09-05T00:04:02.773Z | Downloaded doc-comment v0.3.3 |
1468 | 2024-09-05T00:04:02.773Z | Downloaded criterion v0.5.1 |
1469 | 2024-09-05T00:04:02.773Z | Downloaded cfg-expr v0.16.0 |
1470 | 2024-09-05T00:04:02.773Z | Downloaded bstr v0.2.17 |
1471 | 2024-09-05T00:04:02.798Z | Downloaded assert_cmd v2.0.16 |
1472 | 2024-09-05T00:04:02.798Z | Downloaded tower-layer v0.3.2 |
1473 | 2024-09-05T00:04:02.822Z | Downloaded tinytemplate v1.2.1 |
1474 | 2024-09-05T00:04:02.822Z | Downloaded target-spec v3.2.1 |
1475 | 2024-09-05T00:04:02.822Z | Downloaded similar-asserts v1.5.0 |
1476 | 2024-09-05T00:04:02.822Z | Downloaded rust-argon2 v2.1.0 |
1477 | 2024-09-05T00:04:02.822Z | Downloaded relative-path v1.9.3 |
1478 | 2024-09-05T00:04:02.822Z | Downloaded plotters-backend v0.3.5 |
1479 | 2024-09-05T00:04:02.822Z | Downloaded libtest-mimic v0.7.3 |
1480 | 2024-09-05T00:04:02.822Z | Downloaded hyper-rustls v0.26.0 |
1481 | 2024-09-05T00:04:02.822Z | Downloaded httptest v0.15.5 |
1482 | 2024-09-05T00:04:02.822Z | Downloaded guppy-workspace-hack v0.1.0 |
1483 | 2024-09-05T00:04:02.822Z | Downloaded futures-timer v3.0.3 |
1484 | 2024-09-05T00:04:02.822Z | Downloaded escape8259 v0.5.2 |
1485 | 2024-09-05T00:04:02.822Z | Downloaded datatest-stable v0.2.9 |
1486 | 2024-09-05T00:04:02.822Z | Downloaded approx v0.5.1 |
1487 | 2024-09-05T00:04:02.822Z | Downloaded anes v0.1.6 |
1488 | 2024-09-05T00:04:03.562Z | Checking cfg-if v1.0.0 |
1489 | 2024-09-05T00:04:03.590Z | Checking libc v0.2.158 |
1490 | 2024-09-05T00:04:03.615Z | Checking serde v1.0.208 |
1491 | 2024-09-05T00:04:03.639Z | Checking memchr v2.7.2 |
1492 | 2024-09-05T00:04:03.663Z | Checking scopeguard v1.2.0 |
1493 | 2024-09-05T00:04:03.687Z | Checking log v0.4.21 |
1494 | 2024-09-05T00:04:03.713Z | Checking byteorder v1.5.0 |
1495 | 2024-09-05T00:04:03.737Z | Checking itoa v1.0.11 |
1496 | 2024-09-05T00:04:03.763Z | Checking smallvec v1.13.2 |
1497 | 2024-09-05T00:04:03.807Z | Checking lock_api v0.4.12 |
1498 | 2024-09-05T00:04:03.923Z | Checking zeroize v1.7.0 |
1499 | 2024-09-05T00:04:03.957Z | Checking once_cell v1.19.0 |
1500 | 2024-09-05T00:04:04.066Z | Checking pin-project-lite v0.2.14 |
1501 | 2024-09-05T00:04:04.100Z | Checking typenum v1.17.0 |
1502 | 2024-09-05T00:04:04.162Z | Checking libm v0.2.8 |
1503 | 2024-09-05T00:04:04.187Z | Checking subtle v2.5.0 |
1504 | 2024-09-05T00:04:04.211Z | Checking ryu v1.0.18 |
1505 | 2024-09-05T00:04:04.235Z | Checking spin v0.9.8 |
1506 | 2024-09-05T00:04:04.403Z | Checking thiserror v1.0.63 |
1507 | 2024-09-05T00:04:04.436Z | Checking futures-core v0.3.30 |
1508 | 2024-09-05T00:04:04.461Z | Checking zerocopy v0.7.34 |
1509 | 2024-09-05T00:04:04.538Z | Checking futures-sink v0.3.30 |
1510 | 2024-09-05T00:04:04.562Z | Checking getrandom v0.2.14 |
1511 | 2024-09-05T00:04:04.562Z | Checking parking_lot_core v0.9.10 |
1512 | 2024-09-05T00:04:04.617Z | Checking signal-hook-registry v1.4.2 |
1513 | 2024-09-05T00:04:04.669Z | Checking mio v1.0.2 |
1514 | 2024-09-05T00:04:04.809Z | Checking rand_core v0.6.4 |
1515 | 2024-09-05T00:04:04.845Z | Checking socket2 v0.5.7 |
1516 | 2024-09-05T00:04:04.883Z | Checking parking_lot v0.12.2 |
1517 | 2024-09-05T00:04:04.941Z | Checking num-traits v0.2.19 |
1518 | 2024-09-05T00:04:05.087Z | Checking const-oid v0.9.6 |
1519 | 2024-09-05T00:04:05.148Z | Checking generic-array v0.14.7 |
1520 | 2024-09-05T00:04:05.191Z | Checking futures-channel v0.3.30 |
1521 | 2024-09-05T00:04:05.215Z | Checking slab v0.4.9 |
1522 | 2024-09-05T00:04:05.277Z | Checking pin-utils v0.1.0 |
1523 | 2024-09-05T00:04:05.362Z | Checking futures-io v0.3.30 |
1524 | 2024-09-05T00:04:05.462Z | Checking futures-task v0.3.30 |
1525 | 2024-09-05T00:04:05.520Z | Checking cpufeatures v0.2.12 |
1526 | 2024-09-05T00:04:05.547Z | Checking allocator-api2 v0.2.18 |
1527 | 2024-09-05T00:04:05.623Z | Checking fnv v1.0.7 |
1528 | 2024-09-05T00:04:05.647Z | Checking ahash v0.8.11 |
1529 | 2024-09-05T00:04:05.673Z | Checking futures-util v0.3.30 |
1530 | 2024-09-05T00:04:05.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1531 | 2024-09-05T00:04:06.087Z | Checking iana-time-zone v0.1.60 |
1532 | 2024-09-05T00:04:06.186Z | Checking equivalent v1.0.1 |
1533 | 2024-09-05T00:04:06.211Z | Checking hashbrown v0.14.5 |
1534 | 2024-09-05T00:04:06.238Z | Checking crypto-common v0.1.6 |
1535 | 2024-09-05T00:04:06.262Z | Checking block-buffer v0.10.4 |
1536 | 2024-09-05T00:04:06.306Z | Checking ppv-lite86 v0.2.17 |
1537 | 2024-09-05T00:04:06.435Z | Checking tinyvec_macros v0.1.1 |
1538 | 2024-09-05T00:04:06.466Z | Checking tracing-core v0.1.32 |
1539 | 2024-09-05T00:04:06.495Z | Checking unicode-bidi v0.3.15 |
1540 | 2024-09-05T00:04:06.536Z | Checking tinyvec v1.6.0 |
1541 | 2024-09-05T00:04:06.561Z | Checking digest v0.10.7 |
1542 | 2024-09-05T00:04:06.927Z | Checking dyn-clone v1.0.17 |
1543 | 2024-09-05T00:04:06.987Z | Checking rand_chacha v0.3.1 |
1544 | 2024-09-05T00:04:07.074Z | Checking percent-encoding v2.3.1 |
1545 | 2024-09-05T00:04:07.113Z | Checking tracing v0.1.40 |
1546 | 2024-09-05T00:04:07.137Z | Checking regex-syntax v0.8.4 |
1547 | 2024-09-05T00:04:07.288Z | Checking errno v0.3.9 |
1548 | 2024-09-05T00:04:07.360Z | Checking rand v0.8.5 |
1549 | 2024-09-05T00:04:07.384Z | Checking form_urlencoded v1.2.1 |
1550 | 2024-09-05T00:04:07.459Z | Checking block-padding v0.3.3 |
1551 | 2024-09-05T00:04:07.483Z | Checking lazy_static v1.5.0 |
1552 | 2024-09-05T00:04:07.590Z | Checking aho-corasick v1.1.3 |
1553 | 2024-09-05T00:04:07.614Z | Checking httparse v1.8.0 |
1554 | 2024-09-05T00:04:07.729Z | Checking inout v0.1.3 |
1555 | 2024-09-05T00:04:07.805Z | Checking unicode-normalization v0.1.23 |
1556 | 2024-09-05T00:04:07.964Z | Checking cipher v0.4.4 |
1557 | 2024-09-05T00:04:08.028Z | Checking bytes v1.7.1 |
1558 | 2024-09-05T00:04:08.054Z | Checking bitflags v2.6.0 |
1559 | 2024-09-05T00:04:08.353Z | Checking serde_json v1.0.125 |
1560 | 2024-09-05T00:04:08.378Z | Checking chrono v0.4.38 |
1561 | 2024-09-05T00:04:08.549Z | Checking uuid v1.10.0 |
1562 | 2024-09-05T00:04:08.625Z | Checking indexmap v2.4.0 |
1563 | 2024-09-05T00:04:08.781Z | Checking tokio v1.39.3 |
1564 | 2024-09-05T00:04:09.131Z | Checking rustix v0.38.34 |
1565 | 2024-09-05T00:04:09.180Z | Checking unicode-ident v1.0.12 |
1566 | 2024-09-05T00:04:09.351Z | Checking base64ct v1.6.0 |
1567 | 2024-09-05T00:04:09.766Z | Checking http v0.2.12 |
1568 | 2024-09-05T00:04:09.801Z | Checking hmac v0.12.1 |
1569 | 2024-09-05T00:04:09.877Z | Checking adler v1.0.2 |
1570 | 2024-09-05T00:04:09.995Z | Checking powerfmt v0.2.0 |
1571 | 2024-09-05T00:04:10.026Z | Checking unicode-width v0.1.13 |
1572 | 2024-09-05T00:04:10.056Z | Checking regex-automata v0.4.6 |
1573 | 2024-09-05T00:04:10.217Z | Checking miniz_oxide v0.7.2 |
1574 | 2024-09-05T00:04:10.247Z | Checking schemars v0.8.21 |
1575 | 2024-09-05T00:04:10.270Z | Checking deranged v0.3.11 |
1576 | 2024-09-05T00:04:10.324Z | Checking proc-macro2 v1.0.86 |
1577 | 2024-09-05T00:04:10.863Z | Checking idna v0.5.0 |
1578 | 2024-09-05T00:04:10.887Z | Checking sha2 v0.10.8 |
1579 | 2024-09-05T00:04:10.911Z | Checking untrusted v0.9.0 |
1580 | 2024-09-05T00:04:10.945Z | Checking num-conv v0.1.0 |
1581 | 2024-09-05T00:04:11.056Z | Checking num_threads v0.1.7 |
1582 | 2024-09-05T00:04:11.157Z | Checking time-core v0.1.2 |
1583 | 2024-09-05T00:04:11.182Z | Checking ring v0.17.8 |
1584 | 2024-09-05T00:04:11.299Z | Checking quote v1.0.36 |
1585 | 2024-09-05T00:04:11.349Z | Checking try-lock v0.2.5 |
1586 | 2024-09-05T00:04:11.469Z | Checking want v0.3.1 |
1587 | 2024-09-05T00:04:11.530Z | Checking url v2.5.2 |
1588 | 2024-09-05T00:04:11.609Z | Checking pem-rfc7468 v0.7.0 |
1589 | 2024-09-05T00:04:11.633Z | Checking syn v2.0.74 |
1590 | 2024-09-05T00:04:11.657Z | Checking slog v2.7.0 |
1591 | 2024-09-05T00:04:11.724Z | Checking time v0.3.36 |
1592 | 2024-09-05T00:04:11.872Z | Checking tower-service v0.3.2 |
1593 | 2024-09-05T00:04:11.976Z | Checking futures-executor v0.3.30 |
1594 | 2024-09-05T00:04:12.114Z | Checking flagset v0.4.5 |
1595 | 2024-09-05T00:04:12.167Z | Checking futures v0.3.30 |
1596 | 2024-09-05T00:04:12.228Z | Checking httpdate v1.0.3 |
1597 | 2024-09-05T00:04:12.268Z | Checking gimli v0.28.1 |
1598 | 2024-09-05T00:04:12.291Z | Checking der v0.7.9 |
1599 | 2024-09-05T00:04:12.433Z | Checking http-body v0.4.6 |
1600 | 2024-09-05T00:04:12.741Z | Checking pbkdf2 v0.12.2 |
1601 | 2024-09-05T00:04:12.800Z | Checking aes v0.8.4 |
1602 | 2024-09-05T00:04:12.887Z | Checking object v0.32.2 |
1603 | 2024-09-05T00:04:13.520Z | Checking rustc-demangle v0.1.24 |
1604 | 2024-09-05T00:04:13.833Z | Checking salsa20 v0.10.2 |
1605 | 2024-09-05T00:04:13.891Z | Checking spki v0.7.3 |
1606 | 2024-09-05T00:04:13.916Z | Checking cbc v0.1.2 |
1607 | 2024-09-05T00:04:13.949Z | Checking regex v1.10.6 |
1608 | 2024-09-05T00:04:14.025Z | Checking base64 v0.21.7 |
1609 | 2024-09-05T00:04:14.087Z | Checking mime v0.3.17 |
1610 | 2024-09-05T00:04:14.152Z | Checking scrypt v0.11.0 |
1611 | 2024-09-05T00:04:14.348Z | Checking utf8parse v0.2.1 |
1612 | 2024-09-05T00:04:14.371Z | Checking data-encoding v2.6.0 |
1613 | 2024-09-05T00:04:14.434Z | Checking ipnet v2.9.0 |
1614 | 2024-09-05T00:04:14.468Z | Checking pkcs5 v0.7.1 |
1615 | 2024-09-05T00:04:14.495Z | Checking toml_datetime v0.6.8 |
1616 | 2024-09-05T00:04:14.742Z | Checking serde_spanned v0.6.7 |
1617 | 2024-09-05T00:04:14.825Z | Checking crossbeam-utils v0.8.19 |
1618 | 2024-09-05T00:04:14.911Z | Checking openssl-probe v0.1.5 |
1619 | 2024-09-05T00:04:14.939Z | Checking foreign-types-shared v0.1.1 |
1620 | 2024-09-05T00:04:14.963Z | Checking pkcs8 v0.10.2 |
1621 | 2024-09-05T00:04:15.056Z | Checking foreign-types v0.3.2 |
1622 | 2024-09-05T00:04:15.084Z | Checking serde_urlencoded v0.7.1 |
1623 | 2024-09-05T00:04:15.108Z | Checking tokio-util v0.7.11 |
1624 | 2024-09-05T00:04:15.154Z | Checking openssl-sys v0.9.103 |
1625 | 2024-09-05T00:04:15.235Z | Checking encoding_rs v0.8.34 |
1626 | 2024-09-05T00:04:15.424Z | Checking anstyle v1.0.8 |
1627 | 2024-09-05T00:04:15.448Z | Checking addr2line v0.21.0 |
1628 | 2024-09-05T00:04:15.472Z | Checking sct v0.7.1 |
1629 | 2024-09-05T00:04:15.648Z | Checking rustls-webpki v0.101.7 |
1630 | 2024-09-05T00:04:15.731Z | Checking semver v1.0.23 |
1631 | 2024-09-05T00:04:15.847Z | Checking h2 v0.3.26 |
1632 | 2024-09-05T00:04:15.908Z | Checking sha1 v0.10.6 |
1633 | 2024-09-05T00:04:16.093Z | Checking either v1.13.0 |
1634 | 2024-09-05T00:04:16.138Z | Checking scroll v0.12.0 |
1635 | 2024-09-05T00:04:16.239Z | Checking openssl v0.10.66 |
1636 | 2024-09-05T00:04:16.283Z | Checking rustls v0.21.12 |
1637 | 2024-09-05T00:04:16.420Z | Checking ucd-trie v0.1.6 |
1638 | 2024-09-05T00:04:16.552Z | Checking plain v0.2.3 |
1639 | 2024-09-05T00:04:16.610Z | Checking pest v2.7.10 |
1640 | 2024-09-05T00:04:16.703Z | Checking goblin v0.8.2 |
1641 | 2024-09-05T00:04:17.035Z | Checking anstyle-parse v0.2.4 |
1642 | 2024-09-05T00:04:17.181Z | Checking openapiv3 v2.0.0 |
1643 | 2024-09-05T00:04:17.279Z | Checking idna v0.3.0 |
1644 | 2024-09-05T00:04:17.891Z | Checking backtrace v0.3.71 |
1645 | 2024-09-05T00:04:17.939Z | Checking is_terminal_polyfill v1.70.0 |
1646 | 2024-09-05T00:04:18.041Z | Checking colorchoice v1.0.1 |
1647 | 2024-09-05T00:04:18.161Z | Checking bitflags v1.3.2 |
1648 | 2024-09-05T00:04:18.256Z | Checking pretty-hex v0.4.1 |
1649 | 2024-09-05T00:04:18.397Z | Checking anyhow v1.0.86 |
1650 | 2024-09-05T00:04:18.421Z | Checking anstyle-query v1.0.3 |
1651 | 2024-09-05T00:04:18.543Z | Checking base64 v0.22.1 |
1652 | 2024-09-05T00:04:18.678Z | Checking psl-types v2.0.11 |
1653 | 2024-09-05T00:04:18.757Z | Checking dtrace-parser v0.2.0 |
1654 | 2024-09-05T00:04:18.839Z | Checking publicsuffix v2.2.3 |
1655 | 2024-09-05T00:04:18.962Z | Checking anstream v0.6.14 |
1656 | 2024-09-05T00:04:19.049Z | Checking rustls-pemfile v1.0.4 |
1657 | 2024-09-05T00:04:19.073Z | Checking tokio-rustls v0.24.1 |
1658 | 2024-09-05T00:04:19.179Z | Checking cookie v0.17.0 |
1659 | 2024-09-05T00:04:19.234Z | Checking terminal_size v0.3.0 |
1660 | 2024-09-05T00:04:19.293Z | Checking thread-id v4.2.1 |
1661 | 2024-09-05T00:04:19.388Z | Checking clap_lex v0.7.0 |
1662 | 2024-09-05T00:04:19.412Z | Checking strsim v0.11.1 |
1663 | 2024-09-05T00:04:19.412Z | Checking signature v2.2.0 |
1664 | 2024-09-05T00:04:19.542Z | Checking cookie_store v0.20.0 |
1665 | 2024-09-05T00:04:19.598Z | Checking memmap v0.7.0 |
1666 | 2024-09-05T00:04:19.622Z | Checking webpki-roots v0.25.4 |
1667 | 2024-09-05T00:04:19.710Z | Checking clap_builder v4.5.15 |
1668 | 2024-09-05T00:04:19.772Z | Checking sync_wrapper v0.1.2 |
1669 | 2024-09-05T00:04:19.796Z | Checking num-integer v0.1.46 |
1670 | 2024-09-05T00:04:19.894Z | Checking winnow v0.6.18 |
1671 | 2024-09-05T00:04:19.943Z | Checking base16ct v0.2.0 |
1672 | 2024-09-05T00:04:20.092Z | Checking ff v0.13.0 |
1673 | 2024-09-05T00:04:20.116Z | Checking sec1 v0.7.3 |
1674 | 2024-09-05T00:04:20.229Z | Checking stable_deref_trait v1.2.0 |
1675 | 2024-09-05T00:04:20.280Z | Checking group v0.13.0 |
1676 | 2024-09-05T00:04:20.331Z | Checking num-iter v0.1.45 |
1677 | 2024-09-05T00:04:20.451Z | Checking hkdf v0.12.4 |
1678 | 2024-09-05T00:04:20.487Z | Checking crypto-bigint v0.5.5 |
1679 | 2024-09-05T00:04:20.512Z | Checking crc32fast v1.4.0 |
1680 | 2024-09-05T00:04:20.645Z | Checking crossbeam-epoch v0.9.18 |
1681 | 2024-09-05T00:04:20.725Z | Checking hex v0.4.3 |
1682 | 2024-09-05T00:04:20.839Z | Checking native-tls v0.2.11 |
1683 | 2024-09-05T00:04:21.039Z | Checking dof v0.3.0 |
1684 | 2024-09-05T00:04:21.067Z | Checking unicode-segmentation v1.11.0 |
1685 | 2024-09-05T00:04:21.097Z | Checking hyper v0.14.30 |
1686 | 2024-09-05T00:04:21.128Z | Checking tokio-native-tls v0.3.1 |
1687 | 2024-09-05T00:04:21.173Z | Checking winnow v0.5.40 |
1688 | 2024-09-05T00:04:21.353Z | Checking managed v0.8.0 |
1689 | 2024-09-05T00:04:21.555Z | Checking usdt-impl v0.5.0 |
1690 | 2024-09-05T00:04:21.602Z | Checking static_assertions v1.1.0 |
1691 | 2024-09-05T00:04:21.705Z | Checking num-bigint-dig v0.8.4 |
1692 | 2024-09-05T00:04:21.733Z | Checking pkcs1 v0.7.5 |
1693 | 2024-09-05T00:04:22.056Z | Checking usdt v0.5.0 |
1694 | 2024-09-05T00:04:22.096Z | Checking zerocopy v0.6.6 |
1695 | 2024-09-05T00:04:22.285Z | Checking signal-hook v0.3.17 |
1696 | 2024-09-05T00:04:22.348Z | Checking toml_edit v0.22.20 |
1697 | 2024-09-05T00:04:22.391Z | Checking clap v4.5.16 |
1698 | 2024-09-05T00:04:22.500Z | Checking flate2 v1.0.31 |
1699 | 2024-09-05T00:04:22.600Z | Checking bstr v1.9.1 |
1700 | 2024-09-05T00:04:22.799Z | Checking mio v0.8.11 |
1701 | 2024-09-05T00:04:22.861Z | Checking elliptic-curve v0.13.8 |
1702 | 2024-09-05T00:04:23.089Z | Checking siphasher v0.3.11 |
1703 | 2024-09-05T00:04:23.311Z | Checking signal-hook-mio v0.2.4 |
1704 | 2024-09-05T00:04:23.362Z | Checking itertools v0.10.5 |
1705 | 2024-09-05T00:04:23.430Z | Checking idna v0.4.0 |
1706 | 2024-09-05T00:04:23.466Z | Checking bit-vec v0.6.3 |
1707 | 2024-09-05T00:04:23.490Z | Checking itertools v0.12.1 |
1708 | 2024-09-05T00:04:23.586Z | Checking rsa v0.9.6 |
1709 | 2024-09-05T00:04:23.779Z | Checking bit-set v0.5.3 |
1710 | 2024-09-05T00:04:23.803Z | Checking toml_edit v0.19.15 |
1711 | 2024-09-05T00:04:24.013Z | Checking hash32 v0.2.1 |
1712 | 2024-09-05T00:04:24.097Z | Checking hickory-proto v0.24.1 |
1713 | 2024-09-05T00:04:24.299Z | Checking finl_unicode v1.2.0 |
1714 | 2024-09-05T00:04:24.487Z | Checking predicates-core v1.0.6 |
1715 | 2024-09-05T00:04:24.618Z | Checking heapless v0.7.17 |
1716 | 2024-09-05T00:04:24.656Z | Checking tokio-stream v0.1.15 |
1717 | 2024-09-05T00:04:24.800Z | Checking stringprep v0.1.4 |
1718 | 2024-09-05T00:04:25.044Z | Checking console v0.15.8 |
1719 | 2024-09-05T00:04:25.312Z | Checking md-5 v0.10.6 |
1720 | 2024-09-05T00:04:25.376Z | Checking float-cmp v0.9.0 |
1721 | 2024-09-05T00:04:25.515Z | Checking fallible-iterator v0.2.0 |
1722 | 2024-09-05T00:04:25.544Z | Checking normalize-line-endings v0.3.0 |
1723 | 2024-09-05T00:04:25.570Z | Checking fixedbitset v0.4.2 |
1724 | 2024-09-05T00:04:25.593Z | Checking difflib v0.4.0 |
1725 | 2024-09-05T00:04:25.665Z | Checking smoltcp v0.9.1 |
1726 | 2024-09-05T00:04:25.741Z | Checking similar v2.6.0 |
1727 | 2024-09-05T00:04:25.821Z | Checking petgraph v0.6.5 |
1728 | 2024-09-05T00:04:25.893Z | Checking predicates v3.1.2 |
1729 | 2024-09-05T00:04:25.917Z | Checking toml v0.7.8 |
1730 | 2024-09-05T00:04:26.070Z | Checking postgres-protocol v0.6.7 |
1731 | 2024-09-05T00:04:26.356Z | Checking hyper-tls v0.5.0 |
1732 | 2024-09-05T00:04:26.459Z | Checking hyper-rustls v0.24.2 |
1733 | 2024-09-05T00:04:26.494Z | Checking phf_shared v0.11.2 |
1734 | 2024-09-05T00:04:26.565Z | Checking phf_shared v0.10.0 |
1735 | 2024-09-05T00:04:26.616Z | Checking fs-err v2.11.0 |
1736 | 2024-09-05T00:04:26.648Z | Checking nix v0.28.0 |
1737 | 2024-09-05T00:04:26.731Z | Checking reqwest v0.11.27 |
1738 | 2024-09-05T00:04:26.775Z | Checking hubpack v0.1.2 |
1739 | 2024-09-05T00:04:26.838Z | Checking minimal-lexical v0.2.1 |
1740 | 2024-09-05T00:04:26.948Z | Checking precomputed-hash v0.1.1 |
1741 | 2024-09-05T00:04:27.053Z | Checking lalrpop-util v0.19.12 |
1742 | 2024-09-05T00:04:27.079Z | Checking new_debug_unreachable v1.0.6 |
1743 | 2024-09-05T00:04:27.140Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1744 | 2024-09-05T00:04:27.174Z | Checking string_cache v0.8.7 |
1745 | 2024-09-05T00:04:27.198Z | Checking nom v7.1.3 |
1746 | 2024-09-05T00:04:27.324Z | Checking phf v0.11.2 |
1747 | 2024-09-05T00:04:27.428Z | Checking postgres-types v0.2.7 |
1748 | 2024-09-05T00:04:27.565Z | Checking whoami v1.5.1 |
1749 | 2024-09-05T00:04:27.875Z | Checking peg-runtime v0.8.3 |
1750 | 2024-09-05T00:04:28.109Z | Checking tokio-postgres v0.7.11 |
1751 | 2024-09-05T00:04:28.197Z | Compiling regress v0.9.1 |
1752 | 2024-09-05T00:04:28.224Z | Compiling getopts v0.2.21 |
1753 | 2024-09-05T00:04:28.248Z | Compiling unsafe-libyaml v0.2.11 |
1754 | 2024-09-05T00:04:28.770Z | Checking camino v1.1.9 |
1755 | 2024-09-05T00:04:28.908Z | Checking heck v0.5.0 |
1756 | 2024-09-05T00:04:29.089Z | Checking is-terminal v0.4.12 |
1757 | 2024-09-05T00:04:29.208Z | Compiling paste v1.0.15 |
1758 | 2024-09-05T00:04:29.258Z | Compiling ident_case v1.0.1 |
1759 | 2024-09-05T00:04:29.430Z | Compiling serde_yaml v0.9.34+deprecated |
1760 | 2024-09-05T00:04:29.586Z | Compiling darling_core v0.20.9 |
1761 | 2024-09-05T00:04:29.872Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1762 | 2024-09-05T00:04:30.466Z | Checking http v1.1.0 |
1763 | 2024-09-05T00:04:30.558Z | Compiling rustls v0.22.4 |
1764 | 2024-09-05T00:04:30.810Z | Checking dirs-sys-next v0.1.2 |
1765 | 2024-09-05T00:04:30.866Z | Checking crossbeam-channel v0.5.12 |
1766 | 2024-09-05T00:04:30.985Z | Checking dirs-next v2.0.0 |
1767 | 2024-09-05T00:04:31.118Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1768 | 2024-09-05T00:04:31.294Z | Checking thread_local v1.1.8 |
1769 | 2024-09-05T00:04:31.519Z | Compiling multer v3.1.0 |
1770 | 2024-09-05T00:04:31.545Z | Checking term v0.7.0 |
1771 | 2024-09-05T00:04:31.683Z | Compiling async-stream-impl v0.3.5 |
1772 | 2024-09-05T00:04:31.875Z | Checking take_mut v0.2.2 |
1773 | 2024-09-05T00:04:31.957Z | Checking slog-term v2.9.1 |
1774 | 2024-09-05T00:04:32.030Z | Checking slog-async v2.8.0 |
1775 | 2024-09-05T00:04:32.309Z | Checking rustls-pki-types v1.7.0 |
1776 | 2024-09-05T00:04:32.396Z | Checking match_cfg v0.1.0 |
1777 | 2024-09-05T00:04:32.420Z | Checking strum v0.26.3 |
1778 | 2024-09-05T00:04:32.496Z | Checking hostname v0.3.1 |
1779 | 2024-09-05T00:04:32.568Z | Checking toml v0.8.19 |
1780 | 2024-09-05T00:04:32.673Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1781 | 2024-09-05T00:04:32.726Z | Checking rustls-webpki v0.102.4 |
1782 | 2024-09-05T00:04:32.879Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1783 | 2024-09-05T00:04:33.034Z | Checking rustls-pemfile v2.1.3 |
1784 | 2024-09-05T00:04:33.114Z | Checking debug-ignore v1.0.5 |
1785 | 2024-09-05T00:04:33.248Z | Checking slog-json v2.6.1 |
1786 | 2024-09-05T00:04:33.273Z | Checking atomic-waker v1.1.2 |
1787 | 2024-09-05T00:04:33.298Z | Checking async-stream v0.3.5 |
1788 | 2024-09-05T00:04:33.422Z | Checking waitgroup v0.1.2 |
1789 | 2024-09-05T00:04:33.504Z | Checking slog-bunyan v2.5.0 |
1790 | 2024-09-05T00:04:33.551Z | Checking serde_path_to_error v0.1.16 |
1791 | 2024-09-05T00:04:33.676Z | Checking hostname v0.4.0 |
1792 | 2024-09-05T00:04:33.797Z | Checking fastrand v2.1.0 |
1793 | 2024-09-05T00:04:33.858Z | Checking ipnetwork v0.20.0 |
1794 | 2024-09-05T00:04:33.983Z | Checking instant v0.1.12 |
1795 | 2024-09-05T00:04:34.095Z | Checking tempfile v3.10.1 |
1796 | 2024-09-05T00:04:34.120Z | Compiling structmeta-derive v0.3.0 |
1797 | 2024-09-05T00:04:34.120Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1798 | 2024-09-05T00:04:34.177Z | Checking quick-error v1.2.3 |
1799 | 2024-09-05T00:04:34.306Z | Checking newtype-uuid v1.1.0 |
1800 | 2024-09-05T00:04:34.417Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1801 | 2024-09-05T00:04:34.539Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1802 | 2024-09-05T00:04:34.813Z | Checking macaddr v1.0.1 |
1803 | 2024-09-05T00:04:34.837Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1804 | 2024-09-05T00:04:34.983Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1805 | 2024-09-05T00:04:35.116Z | Checking backoff v0.4.0 |
1806 | 2024-09-05T00:04:35.141Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1807 | 2024-09-05T00:04:35.292Z | Checking wait-timeout v0.2.0 |
1808 | 2024-09-05T00:04:35.317Z | Checking rand_xorshift v0.3.0 |
1809 | 2024-09-05T00:04:35.394Z | Compiling structmeta-derive v0.2.0 |
1810 | 2024-09-05T00:04:35.467Z | Checking rusty-fork v0.3.0 |
1811 | 2024-09-05T00:04:35.497Z | Checking unarray v0.1.4 |
1812 | 2024-09-05T00:04:35.598Z | Compiling darling_macro v0.20.9 |
1813 | 2024-09-05T00:04:35.655Z | Checking camino-tempfile v1.1.1 |
1814 | 2024-09-05T00:04:35.746Z | Checking proptest v1.5.0 |
1815 | 2024-09-05T00:04:35.903Z | Compiling proc-macro-error v1.0.4 |
1816 | 2024-09-05T00:04:36.440Z | Compiling darling v0.20.9 |
1817 | 2024-09-05T00:04:36.544Z | Compiling proc-macro-crate v1.3.1 |
1818 | 2024-09-05T00:04:36.569Z | Compiling serde_with_macros v3.9.0 |
1819 | 2024-09-05T00:04:36.635Z | Checking tokio-rustls v0.25.0 |
1820 | 2024-09-05T00:04:36.661Z | Compiling structmeta v0.3.0 |
1821 | 2024-09-05T00:04:36.783Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1822 | 2024-09-05T00:04:37.076Z | Compiling parse-display-derive v0.10.0 |
1823 | 2024-09-05T00:04:37.132Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1824 | 2024-09-05T00:04:37.432Z | Compiling foreign-types-macros v0.2.3 |
1825 | 2024-09-05T00:04:37.540Z | Compiling num_enum_derive v0.5.11 |
1826 | 2024-09-05T00:04:37.992Z | Compiling structmeta v0.2.0 |
1827 | 2024-09-05T00:04:38.399Z | Compiling test-strategy v0.3.1 |
1828 | 2024-09-05T00:04:38.589Z | Checking foreign-types-shared v0.3.1 |
1829 | 2024-09-05T00:04:38.713Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1830 | 2024-09-05T00:04:39.005Z | Checking foreign-types v0.5.0 |
1831 | 2024-09-05T00:04:39.143Z | Checking serde_with v3.9.0 |
1832 | 2024-09-05T00:04:39.413Z | Checking cstr-argument v0.1.2 |
1833 | 2024-09-05T00:04:39.570Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1834 | 2024-09-05T00:04:39.863Z | Checking pretty-hex v0.2.1 |
1835 | 2024-09-05T00:04:39.904Z | Checking num_enum v0.5.11 |
1836 | 2024-09-05T00:04:40.028Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1837 | 2024-09-05T00:04:40.053Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1838 | 2024-09-05T00:04:40.324Z | Checking tabwriter v1.4.0 |
1839 | 2024-09-05T00:04:40.348Z | Checking colored v2.1.0 |
1840 | 2024-09-05T00:04:40.375Z | Checking socket2 v0.4.10 |
1841 | 2024-09-05T00:04:40.445Z | Checking smf v0.2.3 |
1842 | 2024-09-05T00:04:40.547Z | Compiling heapless v0.8.0 |
1843 | 2024-09-05T00:04:40.623Z | Checking termtree v0.4.1 |
1844 | 2024-09-05T00:04:40.766Z | Checking hash32 v0.3.1 |
1845 | 2024-09-05T00:04:40.809Z | Checking predicates-tree v1.0.9 |
1846 | 2024-09-05T00:04:40.848Z | Compiling crucible-workspace-hack v0.1.0 |
1847 | 2024-09-05T00:04:40.943Z | Compiling smoltcp v0.11.0 |
1848 | 2024-09-05T00:04:40.967Z | Checking embedded-io v0.4.0 |
1849 | 2024-09-05T00:04:41.155Z | Checking cobs v0.2.3 |
1850 | 2024-09-05T00:04:41.181Z | Checking parse-display v0.10.0 |
1851 | 2024-09-05T00:04:41.293Z | Checking sigpipe v0.1.3 |
1852 | 2024-09-05T00:04:41.335Z | Checking postcard v1.0.8 |
1853 | 2024-09-05T00:04:41.406Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1854 | 2024-09-05T00:04:41.430Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1855 | 2024-09-05T00:04:41.574Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1856 | 2024-09-05T00:04:41.650Z | Compiling mockall_derive v0.13.0 |
1857 | 2024-09-05T00:04:41.767Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1858 | 2024-09-05T00:04:41.838Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1859 | 2024-09-05T00:04:41.980Z | Checking humantime v2.1.0 |
1860 | 2024-09-05T00:04:42.009Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1861 | 2024-09-05T00:04:42.124Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1862 | 2024-09-05T00:04:42.226Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1863 | 2024-09-05T00:04:42.261Z | Compiling num-derive v0.4.2 |
1864 | 2024-09-05T00:04:42.387Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1865 | 2024-09-05T00:04:42.545Z | Checking fragile v2.0.0 |
1866 | 2024-09-05T00:04:42.652Z | Checking downcast v0.11.0 |
1867 | 2024-09-05T00:04:42.858Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1868 | 2024-09-05T00:04:42.911Z | Checking newline-converter v0.3.0 |
1869 | 2024-09-05T00:04:43.047Z | Checking expectorate v1.1.0 |
1870 | 2024-09-05T00:04:43.087Z | Checking utf-8 v0.7.6 |
1871 | 2024-09-05T00:04:43.202Z | Checking arc-swap v1.7.1 |
1872 | 2024-09-05T00:04:43.274Z | Checking xattr v1.3.1 |
1873 | 2024-09-05T00:04:43.455Z | Checking filetime v0.2.24 |
1874 | 2024-09-05T00:04:43.492Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1875 | 2024-09-05T00:04:43.593Z | Checking slog-scope v4.4.0 |
1876 | 2024-09-05T00:04:43.617Z | Checking termcolor v1.4.1 |
1877 | 2024-09-05T00:04:43.645Z | Checking tar v0.4.41 |
1878 | 2024-09-05T00:04:43.770Z | Checking slog-stdlog v4.1.1 |
1879 | 2024-09-05T00:04:43.924Z | Checking slog-envlogger v2.2.0 |
1880 | 2024-09-05T00:04:43.989Z | Compiling derive-where v1.2.7 |
1881 | 2024-09-05T00:04:44.122Z | Checking same-file v1.0.6 |
1882 | 2024-09-05T00:04:44.161Z | Checking tungstenite v0.21.0 |
1883 | 2024-09-05T00:04:44.202Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1884 | 2024-09-05T00:04:44.284Z | Checking walkdir v2.5.0 |
1885 | 2024-09-05T00:04:44.314Z | Checking password-hash v0.5.0 |
1886 | 2024-09-05T00:04:44.533Z | Checking blake2 v0.10.6 |
1887 | 2024-09-05T00:04:44.592Z | Compiling convert_case v0.4.0 |
1888 | 2024-09-05T00:04:44.707Z | Checking num-rational v0.4.2 |
1889 | 2024-09-05T00:04:44.897Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1890 | 2024-09-05T00:04:44.923Z | Checking tokio-tungstenite v0.21.0 |
1891 | 2024-09-05T00:04:44.947Z | Checking argon2 v0.5.3 |
1892 | 2024-09-05T00:04:45.289Z | Checking num-complex v0.4.6 |
1893 | 2024-09-05T00:04:45.349Z | Checking float-ord v0.3.2 |
1894 | 2024-09-05T00:04:45.483Z | Compiling derive_more v0.99.18 |
1895 | 2024-09-05T00:04:45.507Z | Checking atty v0.2.14 |
1896 | 2024-09-05T00:04:45.568Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1897 | 2024-09-05T00:04:45.619Z | Checking pem v3.0.4 |
1898 | 2024-09-05T00:04:46.094Z | Checking num v0.4.3 |
1899 | 2024-09-05T00:04:46.121Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1900 | 2024-09-05T00:04:46.204Z | Checking tungstenite v0.20.1 |
1901 | 2024-09-05T00:04:46.307Z | Checking env_logger v0.9.3 |
1902 | 2024-09-05T00:04:46.595Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1903 | 2024-09-05T00:04:46.717Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-09-05T00:04:47.013Z | Checking tokio-tungstenite v0.20.1 |
1905 | 2024-09-05T00:04:47.054Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1906 | 2024-09-05T00:04:47.078Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-09-05T00:04:47.215Z | Compiling bitstruct_derive v0.1.0 |
1908 | 2024-09-05T00:04:47.370Z | Checking ascii v1.1.0 |
1909 | 2024-09-05T00:04:47.422Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-09-05T00:04:47.446Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1911 | 2024-09-05T00:04:47.571Z | Checking atomicwrites v0.4.3 |
1912 | 2024-09-05T00:04:47.652Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1913 | 2024-09-05T00:04:47.692Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-09-05T00:04:47.800Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1915 | 2024-09-05T00:04:47.825Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-09-05T00:04:47.956Z | Checking serde_arrays v0.1.0 |
1917 | 2024-09-05T00:04:47.982Z | Checking erased-serde v0.3.31 |
1918 | 2024-09-05T00:04:48.056Z | Compiling heck v0.3.3 |
1919 | 2024-09-05T00:04:48.109Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1920 | 2024-09-05T00:04:48.395Z | Checking yasna v0.5.2 |
1921 | 2024-09-05T00:04:48.421Z | Checking bitstruct v0.1.1 |
1922 | 2024-09-05T00:04:48.462Z | Compiling zone_cfg_derive v0.1.2 |
1923 | 2024-09-05T00:04:48.541Z | Checking headers-core v0.2.0 |
1924 | 2024-09-05T00:04:48.569Z | Checking base64 v0.13.1 |
1925 | 2024-09-05T00:04:48.675Z | Checking headers v0.3.9 |
1926 | 2024-09-05T00:04:48.850Z | Checking mockall v0.13.0 |
1927 | 2024-09-05T00:04:48.887Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1928 | 2024-09-05T00:04:48.921Z | Checking ron v0.7.1 |
1929 | 2024-09-05T00:04:49.171Z | Checking rcgen v0.12.1 |
1930 | 2024-09-05T00:04:49.608Z | Checking portpicker v0.1.1 |
1931 | 2024-09-05T00:04:49.727Z | Checking zone v0.1.8 |
1932 | 2024-09-05T00:04:49.751Z | Checking subprocess v0.2.9 |
1933 | 2024-09-05T00:04:49.775Z | Checking highway v1.2.0 |
1934 | 2024-09-05T00:04:49.906Z | Compiling semver v0.1.20 |
1935 | 2024-09-05T00:04:50.140Z | Compiling prettyplease v0.2.20 |
1936 | 2024-09-05T00:04:50.239Z | Compiling rustc_version v0.1.7 |
1937 | 2024-09-05T00:04:50.325Z | Compiling cookie v0.18.1 |
1938 | 2024-09-05T00:04:50.443Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1939 | 2024-09-05T00:04:50.498Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1940 | 2024-09-05T00:04:50.563Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1941 | 2024-09-05T00:04:50.594Z | Checking half v2.4.1 |
1942 | 2024-09-05T00:04:50.729Z | Compiling newtype_derive v0.1.6 |
1943 | 2024-09-05T00:04:51.025Z | Checking ciborium-io v0.2.2 |
1944 | 2024-09-05T00:04:51.120Z | Checking linked-hash-map v0.5.6 |
1945 | 2024-09-05T00:04:51.148Z | Checking ciborium-ll v0.2.2 |
1946 | 2024-09-05T00:04:51.197Z | Checking steno v0.4.1 |
1947 | 2024-09-05T00:04:51.287Z | Compiling rayon-core v1.12.1 |
1948 | 2024-09-05T00:04:51.422Z | Checking ciborium v0.2.2 |
1949 | 2024-09-05T00:04:51.445Z | Checking lru-cache v0.1.2 |
1950 | 2024-09-05T00:04:51.589Z | Checking resolv-conf v0.7.0 |
1951 | 2024-09-05T00:04:51.622Z | Checking swrite v0.1.0 |
1952 | 2024-09-05T00:04:51.919Z | Checking hickory-resolver v0.24.1 |
1953 | 2024-09-05T00:04:52.318Z | Compiling home v0.5.9 |
1954 | 2024-09-05T00:04:53.870Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1955 | 2024-09-05T00:04:56.219Z | Compiling slog-dtrace v0.3.0 |
1956 | 2024-09-05T00:04:56.527Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1957 | 2024-09-05T00:04:56.641Z | Compiling blake3 v1.5.1 |
1958 | 2024-09-05T00:04:56.664Z | Compiling ring v0.16.20 |
1959 | 2024-09-05T00:04:56.692Z | Compiling cancel-safe-futures v0.1.5 |
1960 | 2024-09-05T00:04:56.820Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-09-05T00:04:57.721Z | Checking itertools v0.13.0 |
1962 | 2024-09-05T00:04:57.746Z | Checking libsw v3.3.1 |
1963 | 2024-09-05T00:04:57.794Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1964 | 2024-09-05T00:04:57.859Z | Checking owo-colors v4.0.0 |
1965 | 2024-09-05T00:04:58.006Z | Checking linear-map v1.2.0 |
1966 | 2024-09-05T00:04:58.321Z | Compiling crossbeam-deque v0.8.5 |
1967 | 2024-09-05T00:04:59.375Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1968 | 2024-09-05T00:04:59.716Z | Compiling memmap2 v0.9.4 |
1969 | 2024-09-05T00:04:59.976Z | Compiling arrayref v0.3.7 |
1970 | 2024-09-05T00:05:00.055Z | Compiling arrayvec v0.7.4 |
1971 | 2024-09-05T00:05:00.082Z | Compiling untrusted v0.7.1 |
1972 | 2024-09-05T00:05:00.117Z | Compiling constant_time_eq v0.3.0 |
1973 | 2024-09-05T00:05:00.266Z | Compiling rayon v1.10.0 |
1974 | 2024-09-05T00:05:00.295Z | Compiling spin v0.5.2 |
1975 | 2024-09-05T00:05:00.830Z | Compiling toolchain_find v0.4.0 |
1976 | 2024-09-05T00:05:01.115Z | Compiling topological-sort v0.2.2 |
1977 | 2024-09-05T00:05:01.311Z | Compiling rustfmt-wrapper v0.2.1 |
1978 | 2024-09-05T00:05:01.408Z | Checking display-error-chain v0.2.1 |
1979 | 2024-09-05T00:05:01.541Z | Checking nibble_vec v0.1.0 |
1980 | 2024-09-05T00:05:01.726Z | Checking endian-type v0.1.2 |
1981 | 2024-09-05T00:05:01.851Z | Checking fxhash v0.2.1 |
1982 | 2024-09-05T00:05:01.957Z | Checking radix_trie v0.2.1 |
1983 | 2024-09-05T00:05:01.981Z | Checking keccak v0.1.5 |
1984 | 2024-09-05T00:05:02.019Z | Checking secrecy v0.8.0 |
1985 | 2024-09-05T00:05:02.205Z | Checking universal-hash v0.5.1 |
1986 | 2024-09-05T00:05:02.261Z | Checking sha3 v0.10.8 |
1987 | 2024-09-05T00:05:02.342Z | Checking opaque-debug v0.3.1 |
1988 | 2024-09-05T00:05:02.387Z | Checking maplit v1.0.2 |
1989 | 2024-09-05T00:05:02.444Z | Compiling curve25519-dalek v4.1.3 |
1990 | 2024-09-05T00:05:02.497Z | Compiling radium v0.7.0 |
1991 | 2024-09-05T00:05:02.626Z | Checking aead v0.5.2 |
1992 | 2024-09-05T00:05:02.850Z | Compiling curve25519-dalek-derive v0.1.1 |
1993 | 2024-09-05T00:05:02.966Z | Checking tap v1.0.1 |
1994 | 2024-09-05T00:05:03.087Z | Compiling maybe-uninit v2.0.0 |
1995 | 2024-09-05T00:05:03.140Z | Checking wyz v0.5.1 |
1996 | 2024-09-05T00:05:03.482Z | Checking poly1305 v0.8.0 |
1997 | 2024-09-05T00:05:03.518Z | Checking chacha20 v0.9.1 |
1998 | 2024-09-05T00:05:03.626Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1999 | 2024-09-05T00:05:03.677Z | Checking crc-catalog v2.4.0 |
2000 | 2024-09-05T00:05:03.812Z | Checking funty v2.0.0 |
2001 | 2024-09-05T00:05:03.839Z | Compiling packed_struct v0.10.1 |
2002 | 2024-09-05T00:05:04.295Z | Checking crc v3.2.1 |
2003 | 2024-09-05T00:05:04.421Z | Compiling omicron-zone-package v0.11.0 |
2004 | 2024-09-05T00:05:04.604Z | Checking bitvec v1.0.1 |
2005 | 2024-09-05T00:05:04.674Z | Checking gethostname v0.5.0 |
2006 | 2024-09-05T00:05:04.736Z | Checking kstat-rs v0.2.4 |
2007 | 2024-09-05T00:05:04.799Z | Compiling packed_struct_codegen v0.10.1 |
2008 | 2024-09-05T00:05:04.974Z | Compiling indexmap v1.9.3 |
2009 | 2024-09-05T00:05:05.051Z | Checking nodrop v0.1.14 |
2010 | 2024-09-05T00:05:05.113Z | Compiling libefi-sys v0.1.0 |
2011 | 2024-09-05T00:05:05.166Z | Checking array-init v0.0.4 |
2012 | 2024-09-05T00:05:05.383Z | Checking smallvec v0.6.14 |
2013 | 2024-09-05T00:05:05.412Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2014 | 2024-09-05T00:05:05.693Z | Compiling bitfield-struct v0.6.1 |
2015 | 2024-09-05T00:05:05.732Z | Checking bitfield v0.14.0 |
2016 | 2024-09-05T00:05:05.756Z | Checking hashbrown v0.12.3 |
2017 | 2024-09-05T00:05:05.996Z | Checking serde-hex v0.1.0 |
2018 | 2024-09-05T00:05:06.409Z | Checking bzip2 v0.4.4 |
2019 | 2024-09-05T00:05:06.678Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2020 | 2024-09-05T00:05:06.920Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2021 | 2024-09-05T00:05:06.944Z | Checking env_logger v0.10.2 |
2022 | 2024-09-05T00:05:07.165Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2023 | 2024-09-05T00:05:07.258Z | Checking ron v0.8.1 |
2024 | 2024-09-05T00:05:07.326Z | Checking x509-cert v0.2.5 |
2025 | 2024-09-05T00:05:07.457Z | Checking hashbrown v0.13.2 |
2026 | 2024-09-05T00:05:07.489Z | Compiling thiserror-impl-no-std v2.0.2 |
2027 | 2024-09-05T00:05:08.405Z | Compiling async-recursion v1.1.1 |
2028 | 2024-09-05T00:05:08.429Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2029 | 2024-09-05T00:05:08.543Z | Checking crc-any v2.5.0 |
2030 | 2024-09-05T00:05:08.710Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2031 | 2024-09-05T00:05:08.872Z | Checking object v0.30.4 |
2032 | 2024-09-05T00:05:09.129Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2033 | 2024-09-05T00:05:09.370Z | Checking zip v0.6.6 |
2034 | 2024-09-05T00:05:09.557Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2035 | 2024-09-05T00:05:09.783Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2036 | 2024-09-05T00:05:09.807Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2037 | 2024-09-05T00:05:09.911Z | Checking path-slash v0.1.5 |
2038 | 2024-09-05T00:05:09.979Z | Compiling parking_lot_core v0.8.6 |
2039 | 2024-09-05T00:05:10.028Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2040 | 2024-09-05T00:05:10.052Z | Checking chacha20poly1305 v0.10.1 |
2041 | 2024-09-05T00:05:10.106Z | Checking glob v0.3.1 |
2042 | 2024-09-05T00:05:10.203Z | Checking thiserror-no-std v2.0.2 |
2043 | 2024-09-05T00:05:10.232Z | Checking hickory-client v0.24.1 |
2044 | 2024-09-05T00:05:10.314Z | Checking vsss-rs v3.3.4 |
2045 | 2024-09-05T00:05:10.397Z | Checking hickory-server v0.24.1 |
2046 | 2024-09-05T00:05:10.511Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2047 | 2024-09-05T00:05:10.753Z | Checking parking_lot v0.11.2 |
2048 | 2024-09-05T00:05:10.797Z | Checking crossterm v0.28.1 |
2049 | 2024-09-05T00:05:10.830Z | Compiling buf-list v1.0.3 |
2050 | 2024-09-05T00:05:11.059Z | Checking sled v0.34.7 |
2051 | 2024-09-05T00:05:11.481Z | Compiling unicase v2.7.0 |
2052 | 2024-09-05T00:05:12.393Z | Checking nanorand v0.7.0 |
2053 | 2024-09-05T00:05:12.720Z | Compiling vte_generate_state_changes v0.1.1 |
2054 | 2024-09-05T00:05:12.748Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2055 | 2024-09-05T00:05:12.986Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2056 | 2024-09-05T00:05:13.038Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2057 | 2024-09-05T00:05:13.091Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2058 | 2024-09-05T00:05:13.157Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2059 | 2024-09-05T00:05:13.657Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2060 | 2024-09-05T00:05:14.166Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2061 | 2024-09-05T00:05:14.250Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2062 | 2024-09-05T00:05:15.235Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2063 | 2024-09-05T00:05:16.429Z | Checking flume v0.11.0 |
2064 | 2024-09-05T00:05:16.620Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2065 | 2024-09-05T00:05:16.869Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2066 | 2024-09-05T00:05:17.042Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2067 | 2024-09-05T00:05:17.831Z | Checking vte v0.11.1 |
2068 | 2024-09-05T00:05:18.423Z | Compiling mime_guess v2.0.4 |
2069 | 2024-09-05T00:05:18.477Z | Checking fd-lock v4.0.2 |
2070 | 2024-09-05T00:05:18.858Z | Checking strip-ansi-escapes v0.2.0 |
2071 | 2024-09-05T00:05:18.895Z | Compiling dsl_auto_type v0.1.2 |
2072 | 2024-09-05T00:05:18.993Z | Checking crossterm v0.27.0 |
2073 | 2024-09-05T00:05:19.303Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2074 | 2024-09-05T00:05:19.545Z | Checking scheduled-thread-pool v0.2.7 |
2075 | 2024-09-05T00:05:19.751Z | Compiling diesel_table_macro_syntax v0.2.0 |
2076 | 2024-09-05T00:05:19.884Z | Checking nu-ansi-term v0.50.0 |
2077 | 2024-09-05T00:05:20.146Z | Compiling crunchy v0.2.2 |
2078 | 2024-09-05T00:05:20.244Z | Checking r2d2 v0.8.10 |
2079 | 2024-09-05T00:05:20.328Z | Compiling diesel_derives v2.2.2 |
2080 | 2024-09-05T00:05:20.480Z | Checking reedline v0.33.0 |
2081 | 2024-09-05T00:05:20.633Z | Compiling clang-sys v1.7.0 |
2082 | 2024-09-05T00:05:20.952Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2083 | 2024-09-05T00:05:21.081Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2084 | 2024-09-05T00:05:21.238Z | Compiling pin-project-internal v1.1.5 |
2085 | 2024-09-05T00:05:21.324Z | Compiling tiny-keccak v2.0.2 |
2086 | 2024-09-05T00:05:21.516Z | Checking http-range v0.1.5 |
2087 | 2024-09-05T00:05:21.607Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2088 | 2024-09-05T00:05:21.689Z | Checking hyper-staticfile v0.9.5 |
2089 | 2024-09-05T00:05:22.191Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2090 | 2024-09-05T00:05:22.426Z | Compiling ref-cast v1.0.23 |
2091 | 2024-09-05T00:05:23.002Z | Compiling ascii-canvas v3.0.0 |
2092 | 2024-09-05T00:05:23.350Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2093 | 2024-09-05T00:05:23.494Z | Compiling ena v0.14.3 |
2094 | 2024-09-05T00:05:23.624Z | Compiling ref-cast-impl v1.0.23 |
2095 | 2024-09-05T00:05:23.855Z | Compiling libloading v0.8.3 |
2096 | 2024-09-05T00:05:23.881Z | Checking pin-project v1.1.5 |
2097 | 2024-09-05T00:05:23.998Z | Compiling diff v0.1.13 |
2098 | 2024-09-05T00:05:24.228Z | Checking bytecount v0.6.8 |
2099 | 2024-09-05T00:05:24.364Z | Compiling bindgen v0.69.4 |
2100 | 2024-09-05T00:05:24.591Z | Compiling regex-syntax v0.6.29 |
2101 | 2024-09-05T00:05:24.740Z | Checking papergrid v0.11.0 |
2102 | 2024-09-05T00:05:25.166Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2103 | 2024-09-05T00:05:25.979Z | Compiling which v4.4.2 |
2104 | 2024-09-05T00:05:26.518Z | Compiling tabled_derive v0.7.0 |
2105 | 2024-09-05T00:05:28.543Z | Compiling lalrpop v0.19.12 |
2106 | 2024-09-05T00:05:28.995Z | Compiling cexpr v0.6.0 |
2107 | 2024-09-05T00:05:29.527Z | Compiling lazycell v1.3.0 |
2108 | 2024-09-05T00:05:29.689Z | Compiling rustc-hash v1.1.0 |
2109 | 2024-09-05T00:05:29.843Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2110 | 2024-09-05T00:05:30.288Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2111 | 2024-09-05T00:05:32.791Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2112 | 2024-09-05T00:05:34.509Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2113 | 2024-09-05T00:05:34.533Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2114 | 2024-09-05T00:05:35.463Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2115 | 2024-09-05T00:05:35.654Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2116 | 2024-09-05T00:05:36.330Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2117 | 2024-09-05T00:05:36.721Z | Checking diesel v2.2.3 |
2118 | 2024-09-05T00:05:36.855Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2119 | 2024-09-05T00:05:37.007Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2120 | 2024-09-05T00:05:37.231Z | Compiling shlex v1.3.0 |
2121 | 2024-09-05T00:05:37.887Z | Checking tabled v0.15.0 |
2122 | 2024-09-05T00:05:38.114Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2123 | 2024-09-05T00:05:38.374Z | Compiling derive_builder_core v0.20.0 |
2124 | 2024-09-05T00:05:39.672Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2125 | 2024-09-05T00:05:40.432Z | Checking signal-hook-tokio v0.3.1 |
2126 | 2024-09-05T00:05:40.480Z | Compiling libxml v0.3.3 |
2127 | 2024-09-05T00:05:40.617Z | Compiling derive_builder_macro v0.20.0 |
2128 | 2024-09-05T00:05:40.664Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2129 | 2024-09-05T00:05:41.376Z | Compiling strum_macros v0.24.3 |
2130 | 2024-09-05T00:05:41.739Z | Compiling memoffset v0.9.1 |
2131 | 2024-09-05T00:05:41.994Z | Compiling indoc v1.0.9 |
2132 | 2024-09-05T00:05:43.091Z | Checking derive_builder v0.20.0 |
2133 | 2024-09-05T00:05:43.651Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2134 | 2024-09-05T00:05:44.030Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2135 | 2024-09-05T00:05:44.211Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2136 | 2024-09-05T00:05:44.520Z | Checking quick-xml v0.31.0 |
2137 | 2024-09-05T00:05:44.544Z | Compiling peg-macros v0.8.4 |
2138 | 2024-09-05T00:05:44.573Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2139 | 2024-09-05T00:05:44.786Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2140 | 2024-09-05T00:05:45.322Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2141 | 2024-09-05T00:05:45.646Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2142 | 2024-09-05T00:05:46.326Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2143 | 2024-09-05T00:05:46.928Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2144 | 2024-09-05T00:05:47.269Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2145 | 2024-09-05T00:05:47.619Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2146 | 2024-09-05T00:05:48.358Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2147 | 2024-09-05T00:05:49.012Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2148 | 2024-09-05T00:05:49.593Z | Compiling snafu-derive v0.8.2 |
2149 | 2024-09-05T00:05:50.672Z | Compiling oso-derive v0.27.3 |
2150 | 2024-09-05T00:05:51.533Z | Compiling impl-trait-for-tuples v0.2.2 |
2151 | 2024-09-05T00:05:53.320Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2152 | 2024-09-05T00:05:54.387Z | Compiling sqlparser_derive v0.2.2 |
2153 | 2024-09-05T00:05:54.522Z | Compiling dropshot v0.10.1 |
2154 | 2024-09-05T00:05:54.798Z | Checking unicode_categories v0.1.1 |
2155 | 2024-09-05T00:05:55.229Z | Checking rustyline v14.0.0 |
2156 | 2024-09-05T00:05:55.315Z | Checking sqlparser v0.45.0 |
2157 | 2024-09-05T00:05:56.585Z | Checking sqlformat v0.2.4 |
2158 | 2024-09-05T00:05:57.278Z | Checking snafu v0.8.2 |
2159 | 2024-09-05T00:05:57.715Z | Checking peg v0.8.4 |
2160 | 2024-09-05T00:05:57.959Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2161 | 2024-09-05T00:05:58.409Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2162 | 2024-09-05T00:05:58.866Z | Checking tungstenite v0.23.0 |
2163 | 2024-09-05T00:05:59.514Z | Checking globset v0.4.14 |
2164 | 2024-09-05T00:05:59.660Z | Checking olpc-cjson v0.1.3 |
2165 | 2024-09-05T00:05:59.852Z | Checking bcs v0.1.6 |
2166 | 2024-09-05T00:05:59.923Z | Checking serde_plain v1.0.2 |
2167 | 2024-09-05T00:06:00.143Z | Compiling dropshot_endpoint v0.10.1 |
2168 | 2024-09-05T00:06:00.258Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2169 | 2024-09-05T00:06:00.420Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2170 | 2024-09-05T00:06:00.536Z | Checking typed-path v0.7.1 |
2171 | 2024-09-05T00:06:00.833Z | Checking tokio-tungstenite v0.23.1 |
2172 | 2024-09-05T00:06:01.224Z | Checking nix v0.27.1 |
2173 | 2024-09-05T00:06:02.251Z | Checking tough v0.17.1 |
2174 | 2024-09-05T00:06:02.305Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2175 | 2024-09-05T00:06:02.532Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2176 | 2024-09-05T00:06:02.836Z | Checking bb8 v0.8.5 |
2177 | 2024-09-05T00:06:03.026Z | Checking serde-big-array v0.5.1 |
2178 | 2024-09-05T00:06:03.228Z | Compiling const_format_proc_macros v0.2.32 |
2179 | 2024-09-05T00:06:03.271Z | Checking parse-size v1.0.0 |
2180 | 2024-09-05T00:06:04.931Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2181 | 2024-09-05T00:06:05.078Z | Checking const_format v0.2.32 |
2182 | 2024-09-05T00:06:05.373Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2183 | 2024-09-05T00:06:05.555Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2184 | 2024-09-05T00:06:05.581Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2185 | 2024-09-05T00:06:06.283Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2186 | 2024-09-05T00:06:06.864Z | Checking async-bb8-diesel v0.2.1 |
2187 | 2024-09-05T00:06:07.813Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2188 | 2024-09-05T00:06:08.513Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2189 | 2024-09-05T00:06:08.537Z | Checking assert_matches v1.5.0 |
2190 | 2024-09-05T00:06:08.647Z | Checking heck v0.4.1 |
2191 | 2024-09-05T00:06:08.855Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2192 | 2024-09-05T00:06:08.904Z | Compiling portable-atomic v1.6.0 |
2193 | 2024-09-05T00:06:09.144Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2194 | 2024-09-05T00:06:09.268Z | Checking rand_seeder v0.3.0 |
2195 | 2024-09-05T00:06:09.500Z | Compiling libz-sys v1.1.16 |
2196 | 2024-09-05T00:06:09.605Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2197 | 2024-09-05T00:06:10.206Z | Checking number_prefix v0.4.0 |
2198 | 2024-09-05T00:06:10.408Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2199 | 2024-09-05T00:06:10.636Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2200 | 2024-09-05T00:06:10.818Z | Checking indicatif v0.17.8 |
2201 | 2024-09-05T00:06:11.655Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2202 | 2024-09-05T00:06:11.818Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2203 | 2024-09-05T00:06:12.592Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2204 | 2024-09-05T00:06:12.870Z | Compiling vergen v8.3.2 |
2205 | 2024-09-05T00:06:13.145Z | Compiling cargo-platform v0.1.8 |
2206 | 2024-09-05T00:06:13.662Z | Checking unicode-linebreak v0.1.5 |
2207 | 2024-09-05T00:06:13.821Z | Checking is_ci v1.2.0 |
2208 | 2024-09-05T00:06:13.962Z | Checking smawk v0.3.2 |
2209 | 2024-09-05T00:06:14.043Z | Checking supports-color v3.0.0 |
2210 | 2024-09-05T00:06:14.175Z | Checking textwrap v0.16.1 |
2211 | 2024-09-05T00:06:14.240Z | Compiling cargo_metadata v0.18.1 |
2212 | 2024-09-05T00:06:14.569Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2213 | 2024-09-05T00:06:15.046Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2214 | 2024-09-05T00:06:16.486Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2215 | 2024-09-05T00:06:16.548Z | Checking castaway v0.2.3 |
2216 | 2024-09-05T00:06:16.653Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2217 | 2024-09-05T00:06:16.735Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2218 | 2024-09-05T00:06:16.808Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2219 | 2024-09-05T00:06:17.450Z | Compiling libsqlite3-sys v0.28.0 |
2220 | 2024-09-05T00:06:17.505Z | Checking compact_str v0.8.0 |
2221 | 2024-09-05T00:06:17.823Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2222 | 2024-09-05T00:06:17.942Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2024-09-05T00:06:18.383Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2224 | 2024-09-05T00:06:19.095Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2225 | 2024-09-05T00:06:19.368Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2226 | 2024-09-05T00:06:19.638Z | Checking unicode-truncate v1.0.0 |
2227 | 2024-09-05T00:06:19.851Z | Checking lru v0.12.3 |
2228 | 2024-09-05T00:06:20.045Z | Compiling instability v0.3.2 |
2229 | 2024-09-05T00:06:20.145Z | Checking cassowary v0.3.0 |
2230 | 2024-09-05T00:06:20.927Z | Checking ratatui v0.28.0 |
2231 | 2024-09-05T00:06:20.968Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2232 | 2024-09-05T00:06:21.985Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2233 | 2024-09-05T00:06:22.017Z | Checking hashlink v0.9.1 |
2234 | 2024-09-05T00:06:22.545Z | Checking fallible-streaming-iterator v0.1.9 |
2235 | 2024-09-05T00:06:22.800Z | Checking fallible-iterator v0.3.0 |
2236 | 2024-09-05T00:06:22.902Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2237 | 2024-09-05T00:06:23.177Z | Checking twox-hash v1.6.3 |
2238 | 2024-09-05T00:06:23.348Z | Checking rusqlite v0.31.0 |
2239 | 2024-09-05T00:06:23.599Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2240 | 2024-09-05T00:06:23.622Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2241 | 2024-09-05T00:06:24.718Z | Checking fatfs v0.3.6 |
2242 | 2024-09-05T00:06:25.105Z | Checking csv-core v0.1.11 |
2243 | 2024-09-05T00:06:25.413Z | Checking shell-words v1.1.0 |
2244 | 2024-09-05T00:06:25.583Z | Checking csv v1.3.0 |
2245 | 2024-09-05T00:06:25.620Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2246 | 2024-09-05T00:06:26.593Z | Checking rtoolbox v0.0.2 |
2247 | 2024-09-05T00:06:26.807Z | Checking rpassword v7.3.1 |
2248 | 2024-09-05T00:06:28.321Z | Checking tui-tree-widget v0.22.0 |
2249 | 2024-09-05T00:06:28.637Z | Checking polyval v0.6.2 |
2250 | 2024-09-05T00:06:28.889Z | Checking rfc6979 v0.4.0 |
2251 | 2024-09-05T00:06:29.066Z | Checking plotters-backend v0.3.5 |
2252 | 2024-09-05T00:06:29.399Z | Checking plotters-svg v0.3.5 |
2253 | 2024-09-05T00:06:29.608Z | Checking ecdsa v0.16.9 |
2254 | 2024-09-05T00:06:30.223Z | Checking ghash v0.5.1 |
2255 | 2024-09-05T00:06:30.383Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2256 | 2024-09-05T00:06:31.385Z | Checking primeorder v0.13.6 |
2257 | 2024-09-05T00:06:31.882Z | Checking ctr v0.9.2 |
2258 | 2024-09-05T00:06:31.944Z | Checking yansi v0.5.1 |
2259 | 2024-09-05T00:06:32.611Z | Checking cast v0.3.0 |
2260 | 2024-09-05T00:06:32.667Z | Checking pretty_assertions v1.4.0 |
2261 | 2024-09-05T00:06:32.876Z | Checking aes-gcm v0.10.3 |
2262 | 2024-09-05T00:06:32.916Z | Checking criterion-plot v0.5.0 |
2263 | 2024-09-05T00:06:33.123Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2264 | 2024-09-05T00:06:33.415Z | Checking plotters v0.3.5 |
2265 | 2024-09-05T00:06:34.943Z | Checking ed25519 v2.2.3 |
2266 | 2024-09-05T00:06:35.219Z | Checking ssh-encoding v0.2.0 |
2267 | 2024-09-05T00:06:35.521Z | Checking tinytemplate v1.2.1 |
2268 | 2024-09-05T00:06:35.873Z | Checking blowfish v0.9.1 |
2269 | 2024-09-05T00:06:36.101Z | Checking option-ext v0.2.0 |
2270 | 2024-09-05T00:06:36.229Z | Checking anes v0.1.6 |
2271 | 2024-09-05T00:06:36.543Z | Checking oorandom v11.1.3 |
2272 | 2024-09-05T00:06:36.706Z | Checking criterion v0.5.1 |
2273 | 2024-09-05T00:06:39.060Z | Checking dirs-sys v0.4.1 |
2274 | 2024-09-05T00:06:39.084Z | Checking bcrypt-pbkdf v0.10.0 |
2275 | 2024-09-05T00:06:39.243Z | Checking ssh-cipher v0.2.0 |
2276 | 2024-09-05T00:06:39.320Z | Checking ed25519-dalek v2.1.1 |
2277 | 2024-09-05T00:06:39.508Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2278 | 2024-09-05T00:06:39.628Z | Checking password-hash v0.4.2 |
2279 | 2024-09-05T00:06:39.665Z | Checking hex-literal v0.4.1 |
2280 | 2024-09-05T00:06:39.797Z | Checking matches v0.1.10 |
2281 | 2024-09-05T00:06:39.898Z | Checking idna v0.2.3 |
2282 | 2024-09-05T00:06:40.037Z | Checking pbkdf2 v0.11.0 |
2283 | 2024-09-05T00:06:40.297Z | Checking ssh-key v0.6.6 |
2284 | 2024-09-05T00:06:40.543Z | Checking dirs v5.0.1 |
2285 | 2024-09-05T00:06:40.677Z | Checking p384 v0.13.0 |
2286 | 2024-09-05T00:06:40.789Z | Checking p256 v0.13.2 |
2287 | 2024-09-05T00:06:41.207Z | Checking p521 v0.13.3 |
2288 | 2024-09-05T00:06:41.537Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2289 | 2024-09-05T00:06:41.690Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2290 | 2024-09-05T00:06:42.237Z | Checking russh-cryptovec v0.7.2 |
2291 | 2024-09-05T00:06:42.329Z | Compiling enum-as-inner v0.5.1 |
2292 | 2024-09-05T00:06:42.432Z | Compiling target-lexicon v0.12.16 |
2293 | 2024-09-05T00:06:43.193Z | Checking md5 v0.7.0 |
2294 | 2024-09-05T00:06:43.292Z | Compiling doc-comment v0.3.3 |
2295 | 2024-09-05T00:06:43.424Z | Checking trust-dns-proto v0.22.0 |
2296 | 2024-09-05T00:06:43.456Z | Checking russh-keys v0.44.0 |
2297 | 2024-09-05T00:06:43.968Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2298 | 2024-09-05T00:06:44.603Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2299 | 2024-09-05T00:06:45.296Z | Checking http-body v1.0.0 |
2300 | 2024-09-05T00:06:45.401Z | Checking num-bigint v0.4.5 |
2301 | 2024-09-05T00:06:45.493Z | Compiling guppy-workspace-hack v0.1.0 |
2302 | 2024-09-05T00:06:45.743Z | Checking regex-automata v0.1.10 |
2303 | 2024-09-05T00:06:46.092Z | Compiling assert_cmd v2.0.16 |
2304 | 2024-09-05T00:06:46.462Z | Compiling dhcproto-macros v0.1.0 |
2305 | 2024-09-05T00:06:46.486Z | Checking tower-layer v0.3.2 |
2306 | 2024-09-05T00:06:46.727Z | Checking tower v0.4.13 |
2307 | 2024-09-05T00:06:47.292Z | Checking dhcproto v0.12.0 |
2308 | 2024-09-05T00:06:47.415Z | Checking bstr v0.2.17 |
2309 | 2024-09-05T00:06:47.438Z | Checking russh v0.44.1 |
2310 | 2024-09-05T00:06:48.153Z | Checking hyper v1.3.1 |
2311 | 2024-09-05T00:06:49.021Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2312 | 2024-09-05T00:06:49.192Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2313 | 2024-09-05T00:06:49.578Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2314 | 2024-09-05T00:06:49.922Z | Compiling target-spec v3.2.1 |
2315 | 2024-09-05T00:06:50.151Z | Checking internet-checksum v0.2.1 |
2316 | 2024-09-05T00:06:50.923Z | Checking hyper-util v0.1.3 |
2317 | 2024-09-05T00:06:51.004Z | Checking cfg-expr v0.16.0 |
2318 | 2024-09-05T00:06:52.074Z | Checking httptest v0.15.5 |
2319 | 2024-09-05T00:06:52.165Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2320 | 2024-09-05T00:06:52.244Z | Checking rustls-native-certs v0.7.0 |
2321 | 2024-09-05T00:06:52.388Z | Checking num_cpus v1.16.0 |
2322 | 2024-09-05T00:06:52.776Z | Checking threadpool v1.8.1 |
2323 | 2024-09-05T00:06:52.952Z | Checking hyper-rustls v0.26.0 |
2324 | 2024-09-05T00:06:53.573Z | Checking pathdiff v0.2.1 |
2325 | 2024-09-05T00:06:53.677Z | Compiling samael v0.0.15 |
2326 | 2024-09-05T00:06:53.738Z | Compiling toml_edit v0.21.1 |
2327 | 2024-09-05T00:06:54.219Z | Compiling rstest_macros v0.22.0 |
2328 | 2024-09-05T00:06:54.700Z | Checking escape8259 v0.5.2 |
2329 | 2024-09-05T00:06:54.879Z | Checking nested v0.1.1 |
2330 | 2024-09-05T00:06:55.077Z | Checking guppy v0.17.7 |
2331 | 2024-09-05T00:06:55.832Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2332 | 2024-09-05T00:06:56.906Z | Compiling proc-macro-crate v3.1.0 |
2333 | 2024-09-05T00:06:58.192Z | Checking libtest-mimic v0.7.3 |
2334 | 2024-09-05T00:06:58.372Z | Compiling git2 v0.19.0 |
2335 | 2024-09-05T00:06:58.501Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2336 | 2024-09-05T00:06:58.594Z | Checking similar-asserts v1.5.0 |
2337 | 2024-09-05T00:06:58.768Z | Checking fancy-regex v0.13.0 |
2338 | 2024-09-05T00:06:58.815Z | Compiling relative-path v1.9.3 |
2339 | 2024-09-05T00:06:59.416Z | Compiling trybuild v1.0.99 |
2340 | 2024-09-05T00:06:59.440Z | Checking datatest-stable v0.2.9 |
2341 | 2024-09-05T00:06:59.720Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2342 | 2024-09-05T00:06:59.856Z | Checking blake2b_simd v1.0.2 |
2343 | 2024-09-05T00:07:00.552Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2344 | 2024-09-05T00:07:00.924Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2345 | 2024-09-05T00:07:01.195Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2346 | 2024-09-05T00:07:01.462Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2347 | 2024-09-05T00:07:01.739Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2348 | 2024-09-05T00:07:01.953Z | Checking serde_tokenstream v0.2.2 |
2349 | 2024-09-05T00:07:02.026Z | Checking uzers v0.11.3 |
2350 | 2024-09-05T00:07:02.298Z | Checking futures-timer v3.0.3 |
2351 | 2024-09-05T00:07:02.335Z | Checking indent_write v2.2.0 |
2352 | 2024-09-05T00:07:02.641Z | Checking rust-argon2 v2.1.0 |
2353 | 2024-09-05T00:07:03.098Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2354 | 2024-09-05T00:07:03.801Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2355 | 2024-09-05T00:07:04.290Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2356 | 2024-09-05T00:07:04.731Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2357 | 2024-09-05T00:07:04.802Z | Checking rand_distr v0.4.3 |
2358 | 2024-09-05T00:07:04.999Z | Checking multimap v0.10.0 |
2359 | 2024-09-05T00:07:05.270Z | Checking approx v0.5.1 |
2360 | 2024-09-05T00:07:05.478Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2361 | 2024-09-05T00:07:05.502Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2362 | 2024-09-05T00:07:06.512Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2363 | 2024-09-05T00:07:06.721Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2364 | 2024-09-05T00:07:06.955Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2365 | 2024-09-05T00:07:07.548Z | Checking partial-io v0.5.4 |
2366 | 2024-09-05T00:07:07.677Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2367 | 2024-09-05T00:07:07.940Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2368 | 2024-09-05T00:07:07.964Z | Checking cargo_toml v0.20.4 |
2369 | 2024-09-05T00:07:08.331Z | Checking rstest v0.22.0 |
2370 | 2024-09-05T00:07:08.544Z | Checking termios v0.3.3 |
2371 | 2024-09-05T00:07:08.765Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2372 | 2024-09-05T00:07:09.700Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2373 | 2024-09-05T00:07:10.511Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2374 | 2024-09-05T00:07:23.050Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2375 | 2024-09-05T00:07:27.306Z | Compiling polar-core v0.27.3 |
2376 | 2024-09-05T00:07:28.199Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2377 | 2024-09-05T00:07:36.195Z | Checking oso v0.27.3 |
2378 | 2024-09-05T00:07:49.109Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2379 | 2024-09-05T00:07:50.616Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2380 | 2024-09-05T00:07:51.016Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2381 | 2024-09-05T00:08:21.993Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2382 | 2024-09-05T00:08:21.993Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2383 | 2024-09-05T00:08:21.993Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2384 | 2024-09-05T00:09:52.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 50s |
2385 | 2024-09-05T00:09:52.374Z | |
2386 | 2024-09-05T00:09:52.374Z | real 5:57.163302850 |
2387 | 2024-09-05T00:09:52.374Z | user 30:44.489251700 |
2388 | 2024-09-05T00:09:52.374Z | sys 5:50.377928146 |
2389 | 2024-09-05T00:09:52.374Z | trap 0.888755975 |
2390 | 2024-09-05T00:09:52.374Z | tflt 1.412688328 |
2391 | 2024-09-05T00:09:52.374Z | dflt 0.273480025 |
2392 | 2024-09-05T00:09:52.374Z | kflt 0.001551274 |
2393 | 2024-09-05T00:09:52.374Z | lock 47:30.954310598 |
2394 | 2024-09-05T00:09:52.374Z | slp 1:49:16.905867088 |
2395 | 2024-09-05T00:09:52.374Z | lat 1:40.272227601 |
2396 | 2024-09-05T00:09:52.375Z | stop 5:21.691719878 |
2397 | 2024-09-05T00:09:52.399Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2398 | 2024-09-05T00:09:52.399Z | + ptime -m cargo doc --workspace --no-deps |
2399 | 2024-09-05T00:09:53.876Z | warning: output filename collision. |
2400 | 2024-09-05T00:09:53.876Z | 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)`. |
2401 | 2024-09-05T00:09:53.876Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2402 | 2024-09-05T00:09:53.876Z | The targets should have unique names. |
2403 | 2024-09-05T00:09:53.876Z | This is a known bug where multiple crates with the same name use |
2404 | 2024-09-05T00:09:53.876Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2405 | 2024-09-05T00:09:54.466Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2406 | 2024-09-05T00:09:54.501Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2407 | 2024-09-05T00:09:54.525Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2408 | 2024-09-05T00:09:54.566Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2409 | 2024-09-05T00:09:54.598Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2410 | 2024-09-05T00:09:54.625Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2411 | 2024-09-05T00:09:54.626Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2412 | 2024-09-05T00:09:54.836Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2413 | 2024-09-05T00:09:54.859Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2414 | 2024-09-05T00:09:54.883Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2415 | 2024-09-05T00:09:54.912Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2416 | 2024-09-05T00:09:54.939Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2417 | 2024-09-05T00:09:55.114Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2418 | 2024-09-05T00:09:55.153Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2419 | 2024-09-05T00:09:55.198Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2420 | 2024-09-05T00:09:55.401Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2421 | 2024-09-05T00:09:55.611Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2422 | 2024-09-05T00:09:56.398Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2423 | 2024-09-05T00:09:58.446Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2424 | 2024-09-05T00:09:58.761Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2425 | 2024-09-05T00:09:58.784Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2426 | 2024-09-05T00:09:58.851Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2427 | 2024-09-05T00:09:59.087Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2428 | 2024-09-05T00:09:59.173Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2429 | 2024-09-05T00:09:59.388Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2430 | 2024-09-05T00:09:59.627Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2431 | 2024-09-05T00:09:59.695Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2432 | 2024-09-05T00:09:59.928Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2433 | 2024-09-05T00:10:00.192Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2434 | 2024-09-05T00:10:00.270Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2435 | 2024-09-05T00:10:00.459Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2436 | 2024-09-05T00:10:00.613Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2437 | 2024-09-05T00:10:00.808Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2438 | 2024-09-05T00:10:00.835Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2439 | 2024-09-05T00:10:01.113Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2440 | 2024-09-05T00:10:01.337Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2441 | 2024-09-05T00:10:01.493Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2442 | 2024-09-05T00:10:01.638Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2443 | 2024-09-05T00:10:01.662Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2444 | 2024-09-05T00:10:01.722Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2445 | 2024-09-05T00:10:02.024Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2446 | 2024-09-05T00:10:02.049Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2447 | 2024-09-05T00:10:02.091Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2448 | 2024-09-05T00:10:06.064Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2449 | 2024-09-05T00:10:06.313Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2450 | 2024-09-05T00:10:06.981Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2451 | 2024-09-05T00:10:07.140Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2452 | 2024-09-05T00:10:08.875Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2453 | 2024-09-05T00:10:09.203Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2454 | 2024-09-05T00:10:10.138Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2455 | 2024-09-05T00:10:10.224Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2456 | 2024-09-05T00:10:10.571Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2457 | 2024-09-05T00:10:11.182Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2458 | 2024-09-05T00:10:14.598Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2459 | 2024-09-05T00:10:15.078Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2460 | 2024-09-05T00:10:15.226Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2461 | 2024-09-05T00:10:15.731Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2462 | 2024-09-05T00:10:17.123Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2463 | 2024-09-05T00:10:17.572Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2464 | 2024-09-05T00:10:17.828Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2465 | 2024-09-05T00:10:18.886Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2466 | 2024-09-05T00:10:19.269Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2467 | 2024-09-05T00:10:19.423Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2468 | 2024-09-05T00:10:19.657Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2469 | 2024-09-05T00:10:19.925Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2470 | 2024-09-05T00:10:19.978Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2471 | 2024-09-05T00:10:20.010Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2472 | 2024-09-05T00:10:20.119Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2473 | 2024-09-05T00:10:20.895Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2474 | 2024-09-05T00:10:20.926Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2475 | 2024-09-05T00:10:20.956Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2476 | 2024-09-05T00:10:21.460Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2477 | 2024-09-05T00:10:21.928Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2478 | 2024-09-05T00:10:22.043Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2479 | 2024-09-05T00:10:22.215Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2480 | 2024-09-05T00:10:22.511Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2481 | 2024-09-05T00:10:22.541Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2482 | 2024-09-05T00:10:22.584Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2483 | 2024-09-05T00:10:22.884Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2484 | 2024-09-05T00:10:23.360Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2485 | 2024-09-05T00:10:23.455Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2486 | 2024-09-05T00:10:23.812Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2487 | 2024-09-05T00:10:24.252Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2488 | 2024-09-05T00:10:24.468Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2489 | 2024-09-05T00:10:25.287Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2490 | 2024-09-05T00:10:25.414Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2491 | 2024-09-05T00:10:25.700Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2492 | 2024-09-05T00:10:25.800Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2493 | 2024-09-05T00:10:25.872Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2494 | 2024-09-05T00:10:26.417Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2495 | 2024-09-05T00:10:27.201Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2496 | 2024-09-05T00:10:27.593Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2497 | 2024-09-05T00:10:27.617Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2498 | 2024-09-05T00:10:27.805Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2499 | 2024-09-05T00:10:28.246Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2500 | 2024-09-05T00:10:30.268Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2501 | 2024-09-05T00:10:30.385Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2502 | 2024-09-05T00:10:31.024Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2503 | 2024-09-05T00:10:31.240Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2504 | 2024-09-05T00:10:31.513Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2505 | 2024-09-05T00:10:32.847Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2506 | 2024-09-05T00:10:34.572Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-09-05T00:10:35.365Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2508 | 2024-09-05T00:10:36.282Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2509 | 2024-09-05T00:10:37.841Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2510 | 2024-09-05T00:10:46.317Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2511 | 2024-09-05T00:10:51.710Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2512 | 2024-09-05T00:10:52.779Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2513 | 2024-09-05T00:11:18.801Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2514 | 2024-09-05T00:11:22.077Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2515 | 2024-09-05T00:11:26.683Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2516 | 2024-09-05T00:11:29.442Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2517 | 2024-09-05T00:11:29.981Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2518 | 2024-09-05T00:11:31.058Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2519 | 2024-09-05T00:11:38.873Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2520 | 2024-09-05T00:11:51.267Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2521 | 2024-09-05T00:11:51.554Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2522 | 2024-09-05T00:11:54.161Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2523 | 2024-09-05T00:11:56.257Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2524 | 2024-09-05T00:12:00.376Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2525 | 2024-09-05T00:12:00.421Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2526 | 2024-09-05T00:12:01.459Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2527 | 2024-09-05T00:12:02.930Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2528 | 2024-09-05T00:12:04.325Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2529 | 2024-09-05T00:12:08.691Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2530 | 2024-09-05T00:12:12.642Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2531 | 2024-09-05T00:12:17.872Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2532 | 2024-09-05T00:12:38.713Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2533 | 2024-09-05T00:12:38.847Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2534 | 2024-09-05T00:12:40.103Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2535 | 2024-09-05T00:12:43.947Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2536 | 2024-09-05T00:12:49.103Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2537 | 2024-09-05T00:12:49.371Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2538 | 2024-09-05T00:12:56.424Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2539 | 2024-09-05T00:13:00.445Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2540 | 2024-09-05T00:13:02.049Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2541 | 2024-09-05T00:13:03.001Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2542 | 2024-09-05T00:13:09.634Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2543 | 2024-09-05T00:13:11.380Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2544 | 2024-09-05T00:13:20.130Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2545 | 2024-09-05T00:13:20.507Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2546 | 2024-09-05T00:13:22.667Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2547 | 2024-09-05T00:13:25.066Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2548 | 2024-09-05T00:13:25.693Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2549 | 2024-09-05T00:13:32.810Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2550 | 2024-09-05T00:13:36.326Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2551 | 2024-09-05T00:13:42.621Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2552 | 2024-09-05T00:13:45.660Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2553 | 2024-09-05T00:13:46.693Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2554 | 2024-09-05T00:13:47.055Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2555 | 2024-09-05T00:13:49.598Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2556 | 2024-09-05T00:13:51.115Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2557 | 2024-09-05T00:13:59.206Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2558 | 2024-09-05T00:14:01.980Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2559 | 2024-09-05T00:14:02.190Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2560 | 2024-09-05T00:14:04.348Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2561 | 2024-09-05T00:14:06.661Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2562 | 2024-09-05T00:14:08.628Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2563 | 2024-09-05T00:14:12.102Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2564 | 2024-09-05T00:14:18.130Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2565 | 2024-09-05T00:14:18.154Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2566 | 2024-09-05T00:14:20.318Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2567 | 2024-09-05T00:14:22.529Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2568 | 2024-09-05T00:14:24.163Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2569 | 2024-09-05T00:14:27.833Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2570 | 2024-09-05T00:14:27.860Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2571 | 2024-09-05T00:14:28.521Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2572 | 2024-09-05T00:14:30.810Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2573 | 2024-09-05T00:14:32.769Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2574 | 2024-09-05T00:14:35.251Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2575 | 2024-09-05T00:14:37.794Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2576 | 2024-09-05T00:14:41.042Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2577 | 2024-09-05T00:14:42.535Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2578 | 2024-09-05T00:14:42.918Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2579 | 2024-09-05T00:14:46.301Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2580 | 2024-09-05T00:14:48.377Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2581 | 2024-09-05T00:14:51.779Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2582 | 2024-09-05T00:14:52.720Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2583 | 2024-09-05T00:14:54.143Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2584 | 2024-09-05T00:14:57.201Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2585 | 2024-09-05T00:14:57.436Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2586 | 2024-09-05T00:15:00.039Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2587 | 2024-09-05T00:15:02.052Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2588 | 2024-09-05T00:15:02.260Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2589 | 2024-09-05T00:15:03.676Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2590 | 2024-09-05T00:15:05.434Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2591 | 2024-09-05T00:15:07.199Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2592 | 2024-09-05T00:15:08.588Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2593 | 2024-09-05T00:15:08.921Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2594 | 2024-09-05T00:15:13.428Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2595 | 2024-09-05T00:15:13.744Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2596 | 2024-09-05T00:15:16.017Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2597 | 2024-09-05T00:15:18.417Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2598 | 2024-09-05T00:15:18.507Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2599 | 2024-09-05T00:15:19.674Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2600 | 2024-09-05T00:15:21.632Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2601 | 2024-09-05T00:15:24.639Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2602 | 2024-09-05T00:15:27.413Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2603 | 2024-09-05T00:15:27.710Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2604 | 2024-09-05T00:15:27.975Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2605 | 2024-09-05T00:15:29.001Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2606 | 2024-09-05T00:15:29.277Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2607 | 2024-09-05T00:15:30.414Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2608 | 2024-09-05T00:15:31.814Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2609 | 2024-09-05T00:15:32.196Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2610 | 2024-09-05T00:15:32.520Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2611 | 2024-09-05T00:15:33.453Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2612 | 2024-09-05T00:15:33.741Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2613 | 2024-09-05T00:15:55.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 03s |
2614 | 2024-09-05T00:15:55.564Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2615 | 2024-09-05T00:15:55.631Z | |
2616 | 2024-09-05T00:15:55.655Z | real 6:03.257659770 |
2617 | 2024-09-05T00:15:55.655Z | user 18:48.595512279 |
2618 | 2024-09-05T00:15:55.655Z | sys 26:24.175885494 |
2619 | 2024-09-05T00:15:55.655Z | trap 0.343133825 |
2620 | 2024-09-05T00:15:55.655Z | tflt 0.226315150 |
2621 | 2024-09-05T00:15:55.655Z | dflt 0.395701225 |
2622 | 2024-09-05T00:15:55.655Z | kflt 0.000057679 |
2623 | 2024-09-05T00:15:55.655Z | lock 58:57.423007473 |
2624 | 2024-09-05T00:15:55.655Z | slp 1:42:37.674452022 |
2625 | 2024-09-05T00:15:55.655Z | lat 1:06.518279419 |
2626 | 2024-09-05T00:15:55.655Z | stop 58.852622766 |
2627 | 2024-09-05T00:15:55.655Z | process exited: duration 962755 ms, exit code 0 |
|
2628 | 2024-09-05T00:15:55.704Z | found 0 output files |