|
|
|
1 | 2024-08-09T20:31:05.630Z | job assigned to worker 01J4WDB36CWBQ9JHTV16YVAACE (queued for 1 m 2 s) |
|
2 | 2024-08-09T20:31:13.034Z | starting task 0: "setup" |
3 | 2024-08-09T20:31:13.094Z | ++ uname -s |
4 | 2024-08-09T20:31:13.097Z | + kern=SunOS |
5 | 2024-08-09T20:31:13.097Z | + case "$kern" in |
6 | 2024-08-09T20:31:13.097Z | + groupadd -g 12345 build |
7 | 2024-08-09T20:31:13.100Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-09T20:31:15.110Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-09T20:31:15.201Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-09T20:31:15.204Z | + home_fs=zfs |
11 | 2024-08-09T20:31:15.204Z | + [[ zfs == autofs ]] |
12 | 2024-08-09T20:31:15.204Z | + mkdir -p /home/build |
13 | 2024-08-09T20:31:15.208Z | + chown build:build /home/build /work |
14 | 2024-08-09T20:31:17.208Z | + chmod 0700 /home/build /work |
15 | 2024-08-09T20:31:17.210Z | process exited: duration 4177 ms, exit code 0 |
|
16 | 2024-08-09T20:31:17.216Z | starting task 1: "rust-toolchain" |
17 | 2024-08-09T20:31:17.222Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-09T20:31:17.222Z | * toolchain channel = "1.80.1" |
19 | 2024-08-09T20:31:17.223Z | * toolchain profile = "default" |
20 | 2024-08-09T20:31:17.223Z | ' 1.80.1 |
21 | 2024-08-09T20:31:17.223Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-09T20:31:17.223Z | ' default |
23 | 2024-08-09T20:31:17.226Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-09T20:31:17.226Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-09T20:31:17.520Z | info: downloading installer |
26 | 2024-08-09T20:31:18.959Z | info: profile set to 'default' |
27 | 2024-08-09T20:31:18.959Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-09T20:31:18.962Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-09T20:31:19.105Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-09T20:31:19.105Z | info: downloading component 'cargo' |
31 | 2024-08-09T20:31:19.911Z | info: downloading component 'clippy' |
32 | 2024-08-09T20:31:20.202Z | info: downloading component 'rust-docs' |
33 | 2024-08-09T20:31:21.325Z | info: downloading component 'rust-std' |
34 | 2024-08-09T20:31:22.911Z | info: downloading component 'rustc' |
35 | 2024-08-09T20:31:27.290Z | info: downloading component 'rustfmt' |
36 | 2024-08-09T20:31:27.527Z | info: installing component 'cargo' |
37 | 2024-08-09T20:31:28.386Z | info: installing component 'clippy' |
38 | 2024-08-09T20:31:28.769Z | info: installing component 'rust-docs' |
39 | 2024-08-09T20:31:30.406Z | info: installing component 'rust-std' |
40 | 2024-08-09T20:31:32.135Z | info: installing component 'rustc' |
41 | 2024-08-09T20:31:36.461Z | info: installing component 'rustfmt' |
42 | 2024-08-09T20:31:36.808Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-09T20:31:36.808Z | |
44 | 2024-08-09T20:31:37.064Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-09T20:31:37.064Z | |
46 | 2024-08-09T20:31:37.067Z | |
47 | 2024-08-09T20:31:37.067Z | Rust is installed now. Great! |
48 | 2024-08-09T20:31:37.067Z | |
49 | 2024-08-09T20:31:37.067Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-09T20:31:37.067Z | environment variable. This has not been done automatically. |
51 | 2024-08-09T20:31:37.067Z | |
52 | 2024-08-09T20:31:37.068Z | To configure your current shell, you need to source |
53 | 2024-08-09T20:31:37.068Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-09T20:31:37.068Z | |
55 | 2024-08-09T20:31:37.068Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-09T20:31:37.068Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-09T20:31:37.068Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-09T20:31:37.132Z | + rustc --version |
59 | 2024-08-09T20:31:37.196Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-09T20:31:37.199Z | process exited: duration 19980 ms, exit code 0 |
|
61 | 2024-08-09T20:31:37.207Z | starting task 2: "authentication" |
62 | 2024-08-09T20:31:37.225Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-09T20:31:37.232Z | starting task 3: "clone repository" |
64 | 2024-08-09T20:31:37.237Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-09T20:31:37.240Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-09T20:31:38.298Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-09T20:31:44.836Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-09T20:31:44.836Z | + git fetch origin 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 |
69 | 2024-08-09T20:31:45.301Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-09T20:31:45.301Z | * branch 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 -> FETCH_HEAD |
71 | 2024-08-09T20:31:45.308Z | + [[ -n '' ]] |
72 | 2024-08-09T20:31:45.309Z | + git reset --hard 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 |
73 | 2024-08-09T20:31:45.449Z | HEAD is now at 38348069b [#5333 2/6] Region snapshot replacement omdb cmds |
74 | 2024-08-09T20:31:45.452Z | process exited: duration 8217 ms, exit code 0 |
|
75 | 2024-08-09T20:31:45.458Z | starting task 4: "build" |
76 | 2024-08-09T20:31:45.463Z | + cargo --version |
77 | 2024-08-09T20:31:46.519Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-09T20:31:46.523Z | + rustc --version |
79 | 2024-08-09T20:31:46.523Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-09T20:31:46.523Z | + source ./env.sh |
81 | 2024-08-09T20:31:46.523Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-08-09T20:31:46.523Z | ++ set -o xtrace |
83 | 2024-08-09T20:31:46.523Z | ++++ dirname ./env.sh |
84 | 2024-08-09T20:31:46.523Z | +++ readlink -f . |
85 | 2024-08-09T20:31:46.523Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-08-09T20:31:46.523Z | ++ 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-08-09T20:31:46.523Z | ++ 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-08-09T20:31:46.523Z | ++ 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-08-09T20:31:46.523Z | ++ 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-08-09T20:31:46.523Z | ++ 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-08-09T20:31:46.523Z | ++ 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-08-09T20:31:46.523Z | ++ 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-08-09T20:31:46.523Z | ++ 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-08-09T20:31:46.523Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-08-09T20:31:46.523Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-08-09T20:31:46.523Z | + banner prerequisites |
97 | 2024-08-09T20:31:46.523Z | |
98 | 2024-08-09T20:31:46.523Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2024-08-09T20:31:46.523Z | # # # # # # # # # # # # # # # |
100 | 2024-08-09T20:31:46.523Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2024-08-09T20:31:46.523Z | ##### ##### # ##### # # # # # # # # # |
102 | 2024-08-09T20:31:46.523Z | # # # # # # # # # # # # # # # |
103 | 2024-08-09T20:31:46.523Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2024-08-09T20:31:46.523Z | |
105 | 2024-08-09T20:31:46.523Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
106 | 2024-08-09T20:32:01.897Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-08-09T20:32:04.065Z | Startup: Caching catalogs ... Done |
108 | 2024-08-09T20:32:07.975Z | Planning: Solver setup ... Done (3.310s) |
109 | 2024-08-09T20:32:08.047Z | Planning: Running solver ... Done (0.062s) |
110 | 2024-08-09T20:32:08.091Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2024-08-09T20:32:08.129Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2024-08-09T20:32:08.378Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2024-08-09T20:32:08.426Z | Planning: Package planning ... Done (0.048s) |
114 | 2024-08-09T20:32:08.477Z | Planning: Merging actions ... Done (0.051s) |
115 | 2024-08-09T20:32:09.394Z | Planning: Checking for conflicting actions ... Done (0.916s) |
116 | 2024-08-09T20:32:09.406Z | Planning: Consolidating action changes ... Done (0.011s) |
117 | 2024-08-09T20:32:14.354Z | Planning: Evaluating mediators ... Done (4.943s) |
118 | 2024-08-09T20:32:14.360Z | Planning: Planning completed in 10.22 seconds |
119 | 2024-08-09T20:32:14.900Z | Packages to install: 4 |
120 | 2024-08-09T20:32:14.900Z | Mediators to change: 2 |
121 | 2024-08-09T20:32:14.900Z | Services to change: 1 |
122 | 2024-08-09T20:32:14.905Z | Estimated space available: 155.75 GB |
123 | 2024-08-09T20:32:14.905Z | Estimated space to be consumed: 1.47 GB |
124 | 2024-08-09T20:32:14.905Z | Create boot environment: No |
125 | 2024-08-09T20:32:14.905Z | Create backup boot environment: No |
126 | 2024-08-09T20:32:14.905Z | Rebuild boot archive: No |
127 | 2024-08-09T20:32:14.905Z | |
128 | 2024-08-09T20:32:14.905Z | Changed mediators: |
129 | 2024-08-09T20:32:14.905Z | mediator clang: |
130 | 2024-08-09T20:32:14.905Z | version: None -> 15 (system default) |
131 | 2024-08-09T20:32:14.906Z | |
132 | 2024-08-09T20:32:14.906Z | mediator llvm: |
133 | 2024-08-09T20:32:14.906Z | version: 14 (system default) -> 15 (system default) |
134 | 2024-08-09T20:32:14.906Z | |
135 | 2024-08-09T20:32:14.906Z | Changed packages: |
136 | 2024-08-09T20:32:14.906Z | helios-dev |
137 | 2024-08-09T20:32:14.906Z | developer/build-essential |
138 | 2024-08-09T20:32:14.906Z | None -> 11-2.0 |
139 | 2024-08-09T20:32:14.906Z | library/libxmlsec1 |
140 | 2024-08-09T20:32:14.906Z | None -> 1.2.35-2.0 |
141 | 2024-08-09T20:32:14.906Z | ooce/developer/clang-15 |
142 | 2024-08-09T20:32:14.906Z | None -> 15.0.7-2.0 |
143 | 2024-08-09T20:32:14.906Z | ooce/developer/llvm-15 |
144 | 2024-08-09T20:32:14.906Z | None -> 15.0.7-2.0 |
145 | 2024-08-09T20:32:14.906Z | |
146 | 2024-08-09T20:32:14.906Z | Services: |
147 | 2024-08-09T20:32:14.906Z | restart_fmri: |
148 | 2024-08-09T20:32:14.906Z | svc:/system/update-man-index:default |
149 | 2024-08-09T20:32:15.190Z | |
150 | 2024-08-09T20:32:15.190Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2024-08-09T20:32:20.197Z | Download: 846/3290 items 4.6/212.6MB 2% complete (976k/s) |
152 | 2024-08-09T20:32:25.198Z | Download: 1449/3290 items 111.9/212.6MB 52% complete (11.2M/s) |
153 | 2024-08-09T20:32:30.645Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (11.6M/s) |
154 | 2024-08-09T20:32:35.652Z | Download: 2895/3290 items 121.2/212.6MB 56% complete (468k/s) |
155 | 2024-08-09T20:32:40.653Z | Download: 3239/3290 items 194.9/212.6MB 91% complete (7.6M/s) |
156 | 2024-08-09T20:32:44.040Z | Download: Completed 212.60 MB in 28.84 seconds (7.4M/s) |
157 | 2024-08-09T20:32:44.730Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-08-09T20:32:49.767Z | Actions: 3596/3689 actions (Installing new actions) |
159 | 2024-08-09T20:32:50.184Z | Actions: Completed 3689 actions in 5.45 seconds. |
160 | 2024-08-09T20:32:50.331Z | Done (0.143s) |
161 | 2024-08-09T20:32:50.332Z | Done (0.000s) |
162 | 2024-08-09T20:32:50.681Z | Done (0.349s) |
163 | 2024-08-09T20:32:56.246Z | Done (5.403s) |
164 | 2024-08-09T20:32:56.446Z | Done (0.129s) |
165 | 2024-08-09T20:32:56.449Z | Done (0.000s) |
166 | 2024-08-09T20:32:56.707Z | Done (0.000s) |
167 | 2024-08-09T20:32:57.282Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-08-09T20:32:57.441Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-09T20:32:57.444Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-09T20:32:57.715Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-09T20:32:57.718Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-08-09T20:32:57.748Z | Mediators to change: 2 |
173 | 2024-08-09T20:32:57.748Z | Create boot environment: No |
174 | 2024-08-09T20:32:57.751Z | Create backup boot environment: No |
175 | 2024-08-09T20:32:57.865Z | Done |
176 | 2024-08-09T20:32:57.865Z | Done |
177 | 2024-08-09T20:32:58.088Z | Done |
178 | 2024-08-09T20:33:01.584Z | Done |
179 | 2024-08-09T20:33:01.667Z | Done |
180 | 2024-08-09T20:33:01.669Z | Done |
181 | 2024-08-09T20:33:01.774Z | Done |
182 | 2024-08-09T20:33:02.385Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-09T20:33:02.388Z | Planning: Merging actions ... Done |
184 | 2024-08-09T20:33:02.575Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-09T20:33:02.578Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-09T20:33:02.842Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-09T20:33:02.898Z | Planning: Planning completed in 0.76 seconds |
188 | 2024-08-09T20:33:02.933Z | Packages to change: 1 |
189 | 2024-08-09T20:33:02.933Z | Mediators to change: 1 |
190 | 2024-08-09T20:33:02.936Z | Services to change: 1 |
191 | 2024-08-09T20:33:02.936Z | Create boot environment: No |
192 | 2024-08-09T20:33:02.936Z | Create backup boot environment: Yes |
193 | 2024-08-09T20:33:05.073Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-08-09T20:33:05.120Z | Actions: Completed 6 actions in 0.05 seconds. |
195 | 2024-08-09T20:33:05.123Z | Done |
196 | 2024-08-09T20:33:05.123Z | Done |
197 | 2024-08-09T20:33:05.195Z | Done |
198 | 2024-08-09T20:33:08.852Z | Done |
199 | 2024-08-09T20:33:08.935Z | Done |
200 | 2024-08-09T20:33:08.938Z | Done |
201 | 2024-08-09T20:33:09.054Z | Done |
202 | 2024-08-09T20:33:09.488Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-08-09T20:33:09.488Z | clang system 15 system |
204 | 2024-08-09T20:33:09.488Z | csh system system illumos |
205 | 2024-08-09T20:33:09.488Z | ctags system system illumos |
206 | 2024-08-09T20:33:09.488Z | gcc vendor 12 vendor |
207 | 2024-08-09T20:33:09.488Z | gcc system 10 system |
208 | 2024-08-09T20:33:09.488Z | gcc system 7 system |
209 | 2024-08-09T20:33:09.488Z | go system 1.20 system |
210 | 2024-08-09T20:33:09.488Z | go system 1.19 system |
211 | 2024-08-09T20:33:09.488Z | llvm system 15 system |
212 | 2024-08-09T20:33:09.488Z | llvm system 14 system |
213 | 2024-08-09T20:33:09.488Z | mariadb system 10.6 system |
214 | 2024-08-09T20:33:09.488Z | mta vendor vendor dma |
215 | 2024-08-09T20:33:09.489Z | openjdk system 17 system |
216 | 2024-08-09T20:33:09.489Z | openjdk system 11 system |
217 | 2024-08-09T20:33:09.489Z | openjdk system 1.8 system |
218 | 2024-08-09T20:33:09.489Z | openssl vendor 3 vendor |
219 | 2024-08-09T20:33:09.489Z | perl system 5.36 system |
220 | 2024-08-09T20:33:09.489Z | postgresql system 15 system |
221 | 2024-08-09T20:33:09.489Z | postgresql system 13 system |
222 | 2024-08-09T20:33:09.489Z | python vendor 3 vendor |
223 | 2024-08-09T20:33:09.489Z | python system 2 system |
224 | 2024-08-09T20:33:09.490Z | python3 system 3.11 system |
225 | 2024-08-09T20:33:09.490Z | ruby system 3.0 system |
226 | 2024-08-09T20:33:09.490Z | words vendor vendor american-english |
227 | 2024-08-09T20:33:09.490Z | words system system australian-english |
228 | 2024-08-09T20:33:09.490Z | words system system british-english |
229 | 2024-08-09T20:33:09.490Z | words system system canadian-english |
230 | 2024-08-09T20:33:09.490Z | words system system french |
231 | 2024-08-09T20:33:09.490Z | words system system italian |
232 | 2024-08-09T20:33:09.490Z | words system system ngerman |
233 | 2024-08-09T20:33:09.490Z | words system system ogerman |
234 | 2024-08-09T20:33:09.490Z | words system system spanish |
235 | 2024-08-09T20:33:09.819Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-08-09T20:33:09.819Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-08-09T20:33:11.469Z | FMRI IFO |
238 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-08-09T20:33:11.469Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-08-09T20:33:12.047Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-08-09T20:33:12.320Z | Updating git repository `https://github.com/oxidecomputer/zone` |
252 | 2024-08-09T20:33:12.619Z | Updating crates.io index |
253 | 2024-08-09T20:33:12.743Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
254 | 2024-08-09T20:33:13.398Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
255 | 2024-08-09T20:33:14.120Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
256 | 2024-08-09T20:33:14.388Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
257 | 2024-08-09T20:33:15.910Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
258 | 2024-08-09T20:33:16.152Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2024-08-09T20:33:16.429Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2024-08-09T20:33:17.529Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2024-08-09T20:33:19.281Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2024-08-09T20:33:20.258Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2024-08-09T20:33:21.034Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-08-09T20:33:21.605Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2024-08-09T20:33:22.006Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
266 | 2024-08-09T20:33:22.262Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
267 | 2024-08-09T20:33:22.581Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
268 | 2024-08-09T20:33:22.925Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
269 | 2024-08-09T20:33:23.178Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
270 | 2024-08-09T20:33:23.398Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
271 | 2024-08-09T20:33:23.688Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2024-08-09T20:33:24.017Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
273 | 2024-08-09T20:33:24.393Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
274 | 2024-08-09T20:33:24.765Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
275 | 2024-08-09T20:33:25.021Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
276 | 2024-08-09T20:33:25.500Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
277 | 2024-08-09T20:33:25.811Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
278 | 2024-08-09T20:33:26.206Z | Updating git repository `https://github.com/oxidecomputer/typify` |
279 | 2024-08-09T20:33:28.266Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
280 | 2024-08-09T20:33:28.653Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
281 | 2024-08-09T20:33:28.926Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
282 | 2024-08-09T20:33:29.214Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
283 | 2024-08-09T20:33:30.447Z | Downloading crates ... |
284 | 2024-08-09T20:33:30.555Z | Downloaded equivalent v1.0.1 |
285 | 2024-08-09T20:33:30.558Z | Downloaded bitflags v2.6.0 |
286 | 2024-08-09T20:33:30.562Z | Downloaded is_terminal_polyfill v1.70.0 |
287 | 2024-08-09T20:33:30.572Z | Downloaded scroll_derive v0.12.0 |
288 | 2024-08-09T20:33:30.575Z | Downloaded dtrace-parser v0.2.0 |
289 | 2024-08-09T20:33:30.582Z | Downloaded usdt-macro v0.5.0 |
290 | 2024-08-09T20:33:30.585Z | Downloaded pretty-hex v0.4.1 |
291 | 2024-08-09T20:33:30.590Z | Downloaded usdt-attr-macro v0.5.0 |
292 | 2024-08-09T20:33:30.595Z | Downloaded heck v0.5.0 |
293 | 2024-08-09T20:33:30.598Z | Downloaded generic-array v0.14.7 |
294 | 2024-08-09T20:33:30.598Z | Downloaded fnv v1.0.7 |
295 | 2024-08-09T20:33:30.601Z | Downloaded crypto-common v0.1.6 |
296 | 2024-08-09T20:33:30.601Z | Downloaded anstyle-query v1.0.3 |
297 | 2024-08-09T20:33:30.604Z | Downloaded dof v0.3.0 |
298 | 2024-08-09T20:33:30.611Z | Downloaded macaddr v1.0.1 |
299 | 2024-08-09T20:33:30.616Z | Downloaded swrite v0.1.0 |
300 | 2024-08-09T20:33:30.623Z | Downloaded colorchoice v1.0.1 |
301 | 2024-08-09T20:33:30.626Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-08-09T20:33:30.626Z | Downloaded bytecount v0.6.8 |
303 | 2024-08-09T20:33:30.629Z | Downloaded heck v0.4.1 |
304 | 2024-08-09T20:33:30.629Z | Downloaded cpufeatures v0.2.12 |
305 | 2024-08-09T20:33:30.632Z | Downloaded cfg-if v1.0.0 |
306 | 2024-08-09T20:33:30.635Z | Downloaded version_check v0.9.5 |
307 | 2024-08-09T20:33:30.637Z | Downloaded anstyle-parse v0.2.4 |
308 | 2024-08-09T20:33:30.637Z | Downloaded strsim v0.11.1 |
309 | 2024-08-09T20:33:30.640Z | Downloaded proc-macro-error-attr v1.0.4 |
310 | 2024-08-09T20:33:30.644Z | Downloaded terminal_size v0.3.0 |
311 | 2024-08-09T20:33:30.646Z | Downloaded block-buffer v0.10.4 |
312 | 2024-08-09T20:33:30.649Z | Downloaded autocfg v1.3.0 |
313 | 2024-08-09T20:33:30.653Z | Downloaded clap_lex v0.7.0 |
314 | 2024-08-09T20:33:30.656Z | Downloaded serde_tokenstream v0.2.1 |
315 | 2024-08-09T20:33:30.658Z | Downloaded fs-err v2.11.0 |
316 | 2024-08-09T20:33:30.661Z | Downloaded errno v0.3.9 |
317 | 2024-08-09T20:33:30.661Z | Downloaded pest_generator v2.7.10 |
318 | 2024-08-09T20:33:30.664Z | Downloaded clap_derive v4.5.13 |
319 | 2024-08-09T20:33:30.666Z | Downloaded byteorder v1.5.0 |
320 | 2024-08-09T20:33:30.669Z | Downloaded scroll v0.12.0 |
321 | 2024-08-09T20:33:30.674Z | Downloaded utf8parse v0.2.1 |
322 | 2024-08-09T20:33:30.677Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-08-09T20:33:30.680Z | Downloaded usdt v0.5.0 |
324 | 2024-08-09T20:33:30.680Z | Downloaded thread-id v4.2.1 |
325 | 2024-08-09T20:33:30.680Z | Downloaded thiserror v1.0.63 |
326 | 2024-08-09T20:33:30.684Z | Downloaded serde_spanned v0.6.7 |
327 | 2024-08-09T20:33:30.688Z | Downloaded toml_datetime v0.6.8 |
328 | 2024-08-09T20:33:30.691Z | Downloaded plain v0.2.3 |
329 | 2024-08-09T20:33:30.691Z | Downloaded memmap v0.7.0 |
330 | 2024-08-09T20:33:30.694Z | Downloaded once_cell v1.19.0 |
331 | 2024-08-09T20:33:30.697Z | Downloaded cargo_toml v0.20.4 |
332 | 2024-08-09T20:33:30.697Z | Downloaded camino v1.1.7 |
333 | 2024-08-09T20:33:30.700Z | Downloaded thiserror-impl v1.0.63 |
334 | 2024-08-09T20:33:30.700Z | Downloaded anstyle v1.0.8 |
335 | 2024-08-09T20:33:30.702Z | Downloaded quote v1.0.36 |
336 | 2024-08-09T20:33:30.705Z | Downloaded itoa v1.0.11 |
337 | 2024-08-09T20:33:30.708Z | Downloaded digest v0.10.7 |
338 | 2024-08-09T20:33:30.710Z | Downloaded cargo_metadata v0.18.1 |
339 | 2024-08-09T20:33:30.713Z | Downloaded clap v4.5.13 |
340 | 2024-08-09T20:33:30.719Z | Downloaded anstream v0.6.14 |
341 | 2024-08-09T20:33:30.722Z | Downloaded sha2 v0.10.8 |
342 | 2024-08-09T20:33:30.724Z | Downloaded zerocopy-derive v0.7.34 |
343 | 2024-08-09T20:33:30.727Z | Downloaded semver v1.0.23 |
344 | 2024-08-09T20:33:30.730Z | Downloaded usdt-impl v0.5.0 |
345 | 2024-08-09T20:33:30.733Z | Downloaded proc-macro-error v1.0.4 |
346 | 2024-08-09T20:33:30.733Z | Downloaded ryu v1.0.18 |
347 | 2024-08-09T20:33:30.737Z | Downloaded pest_derive v2.7.10 |
348 | 2024-08-09T20:33:30.740Z | Downloaded ucd-trie v0.1.6 |
349 | 2024-08-09T20:33:30.740Z | Downloaded anyhow v1.0.86 |
350 | 2024-08-09T20:33:30.746Z | Downloaded log v0.4.21 |
351 | 2024-08-09T20:33:30.749Z | Downloaded toml v0.8.19 |
352 | 2024-08-09T20:33:30.754Z | Downloaded unicode-ident v1.0.12 |
353 | 2024-08-09T20:33:30.757Z | Downloaded proc-macro2 v1.0.86 |
354 | 2024-08-09T20:33:30.759Z | Downloaded papergrid v0.11.0 |
355 | 2024-08-09T20:33:30.763Z | Downloaded typenum v1.17.0 |
356 | 2024-08-09T20:33:30.779Z | Downloaded pest_meta v2.7.10 |
357 | 2024-08-09T20:33:30.782Z | Downloaded serde_derive v1.0.205 |
358 | 2024-08-09T20:33:30.791Z | Downloaded serde v1.0.205 |
359 | 2024-08-09T20:33:30.797Z | Downloaded indexmap v2.3.0 |
360 | 2024-08-09T20:33:30.822Z | Downloaded toml_edit v0.22.20 |
361 | 2024-08-09T20:33:30.843Z | Downloaded memchr v2.7.2 |
362 | 2024-08-09T20:33:30.848Z | Downloaded pest v2.7.10 |
363 | 2024-08-09T20:33:30.852Z | Downloaded hashbrown v0.14.5 |
364 | 2024-08-09T20:33:30.857Z | Downloaded zerocopy v0.7.34 |
365 | 2024-08-09T20:33:30.872Z | Downloaded winnow v0.6.18 |
366 | 2024-08-09T20:33:30.880Z | Downloaded serde_json v1.0.122 |
367 | 2024-08-09T20:33:30.887Z | Downloaded clap_builder v4.5.13 |
368 | 2024-08-09T20:33:30.905Z | Downloaded goblin v0.8.2 |
369 | 2024-08-09T20:33:30.911Z | Downloaded tabled v0.15.0 |
370 | 2024-08-09T20:33:30.926Z | Downloaded syn v1.0.109 |
371 | 2024-08-09T20:33:30.936Z | Downloaded syn v2.0.72 |
372 | 2024-08-09T20:33:30.957Z | Downloaded rustix v0.38.34 |
373 | 2024-08-09T20:33:30.978Z | Downloaded unicode-width v0.1.13 |
374 | 2024-08-09T20:33:30.998Z | Downloaded libc v0.2.155 |
375 | 2024-08-09T20:33:31.290Z | Compiling proc-macro2 v1.0.86 |
376 | 2024-08-09T20:33:31.290Z | Compiling unicode-ident v1.0.12 |
377 | 2024-08-09T20:33:31.293Z | Compiling version_check v0.9.5 |
378 | 2024-08-09T20:33:31.293Z | Compiling serde v1.0.205 |
379 | 2024-08-09T20:33:31.293Z | Compiling memchr v2.7.2 |
380 | 2024-08-09T20:33:31.293Z | Compiling thiserror v1.0.63 |
381 | 2024-08-09T20:33:31.293Z | Compiling libc v0.2.155 |
382 | 2024-08-09T20:33:31.323Z | Compiling itoa v1.0.11 |
383 | 2024-08-09T20:33:31.535Z | Compiling ryu v1.0.18 |
384 | 2024-08-09T20:33:31.567Z | Compiling ucd-trie v0.1.6 |
385 | 2024-08-09T20:33:32.112Z | Compiling once_cell v1.19.0 |
386 | 2024-08-09T20:33:32.157Z | Compiling byteorder v1.5.0 |
387 | 2024-08-09T20:33:32.491Z | Compiling serde_json v1.0.122 |
388 | 2024-08-09T20:33:33.743Z | Compiling usdt-impl v0.5.0 |
389 | 2024-08-09T20:33:33.746Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-08-09T20:33:33.746Z | Compiling rustix v0.38.34 |
391 | 2024-08-09T20:33:33.781Z | Compiling syn v1.0.109 |
392 | 2024-08-09T20:33:33.858Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-08-09T20:33:34.115Z | Compiling equivalent v1.0.1 |
394 | 2024-08-09T20:33:34.237Z | Compiling log v0.4.21 |
395 | 2024-08-09T20:33:34.240Z | Compiling bitflags v2.6.0 |
396 | 2024-08-09T20:33:34.284Z | Compiling utf8parse v0.2.1 |
397 | 2024-08-09T20:33:34.433Z | Compiling hashbrown v0.14.5 |
398 | 2024-08-09T20:33:34.602Z | Compiling thread-id v4.2.1 |
399 | 2024-08-09T20:33:34.637Z | Compiling plain v0.2.3 |
400 | 2024-08-09T20:33:34.661Z | Compiling anstyle-parse v0.2.4 |
401 | 2024-08-09T20:33:34.698Z | Compiling quote v1.0.36 |
402 | 2024-08-09T20:33:34.783Z | Compiling autocfg v1.3.0 |
403 | 2024-08-09T20:33:34.866Z | Compiling is_terminal_polyfill v1.70.0 |
404 | 2024-08-09T20:33:34.991Z | Compiling anstyle-query v1.0.3 |
405 | 2024-08-09T20:33:34.995Z | Compiling camino v1.1.7 |
406 | 2024-08-09T20:33:35.108Z | Compiling syn v2.0.72 |
407 | 2024-08-09T20:33:35.155Z | Compiling errno v0.3.9 |
408 | 2024-08-09T20:33:35.421Z | Compiling pretty-hex v0.4.1 |
409 | 2024-08-09T20:33:35.626Z | Compiling semver v1.0.23 |
410 | 2024-08-09T20:33:35.629Z | Compiling winnow v0.6.18 |
411 | 2024-08-09T20:33:35.729Z | Compiling indexmap v2.3.0 |
412 | 2024-08-09T20:33:35.762Z | Compiling colorchoice v1.0.1 |
413 | 2024-08-09T20:33:35.917Z | Compiling anstyle v1.0.8 |
414 | 2024-08-09T20:33:36.238Z | Compiling fs-err v2.11.0 |
415 | 2024-08-09T20:33:36.381Z | Compiling anstream v0.6.14 |
416 | 2024-08-09T20:33:36.528Z | Compiling terminal_size v0.3.0 |
417 | 2024-08-09T20:33:36.853Z | Compiling heck v0.4.1 |
418 | 2024-08-09T20:33:36.878Z | Compiling fnv v1.0.7 |
419 | 2024-08-09T20:33:36.881Z | Compiling heck v0.5.0 |
420 | 2024-08-09T20:33:37.012Z | Compiling unicode-width v0.1.13 |
421 | 2024-08-09T20:33:37.037Z | Compiling anyhow v1.0.86 |
422 | 2024-08-09T20:33:37.119Z | Compiling bytecount v0.6.8 |
423 | 2024-08-09T20:33:37.245Z | Compiling clap_lex v0.7.0 |
424 | 2024-08-09T20:33:37.350Z | Compiling strsim v0.11.1 |
425 | 2024-08-09T20:33:37.374Z | Compiling papergrid v0.11.0 |
426 | 2024-08-09T20:33:37.583Z | Compiling memmap v0.7.0 |
427 | 2024-08-09T20:33:37.738Z | Compiling clap_builder v4.5.13 |
428 | 2024-08-09T20:33:38.534Z | Compiling swrite v0.1.0 |
429 | 2024-08-09T20:33:40.234Z | Compiling tabled_derive v0.7.0 |
430 | 2024-08-09T20:33:41.649Z | Compiling tabled v0.15.0 |
431 | 2024-08-09T20:33:43.508Z | Compiling serde_derive v1.0.205 |
432 | 2024-08-09T20:33:43.510Z | Compiling thiserror-impl v1.0.63 |
433 | 2024-08-09T20:33:43.510Z | Compiling zerocopy-derive v0.7.34 |
434 | 2024-08-09T20:33:43.510Z | Compiling scroll_derive v0.12.0 |
435 | 2024-08-09T20:33:43.569Z | Compiling clap_derive v4.5.13 |
436 | 2024-08-09T20:33:44.808Z | Compiling scroll v0.12.0 |
437 | 2024-08-09T20:33:45.245Z | Compiling goblin v0.8.2 |
438 | 2024-08-09T20:33:45.511Z | Compiling zerocopy v0.7.34 |
439 | 2024-08-09T20:33:45.968Z | Compiling pest v2.7.10 |
440 | 2024-08-09T20:33:47.227Z | Compiling clap v4.5.13 |
441 | 2024-08-09T20:33:48.228Z | Compiling pest_meta v2.7.10 |
442 | 2024-08-09T20:33:49.074Z | Compiling pest_generator v2.7.10 |
443 | 2024-08-09T20:33:50.819Z | Compiling pest_derive v2.7.10 |
444 | 2024-08-09T20:33:51.592Z | Compiling dtrace-parser v0.2.0 |
445 | 2024-08-09T20:33:53.399Z | Compiling toml_datetime v0.6.8 |
446 | 2024-08-09T20:33:53.399Z | Compiling serde_spanned v0.6.7 |
447 | 2024-08-09T20:33:53.402Z | Compiling cargo-platform v0.1.8 |
448 | 2024-08-09T20:33:53.774Z | Compiling serde_tokenstream v0.2.1 |
449 | 2024-08-09T20:33:53.946Z | Compiling toml_edit v0.22.20 |
450 | 2024-08-09T20:33:54.002Z | Compiling macaddr v1.0.1 |
451 | 2024-08-09T20:33:54.801Z | Compiling dof v0.3.0 |
452 | 2024-08-09T20:33:54.801Z | Compiling cargo_metadata v0.18.1 |
453 | 2024-08-09T20:33:56.708Z | Compiling toml v0.8.19 |
454 | 2024-08-09T20:33:56.993Z | Compiling usdt-macro v0.5.0 |
455 | 2024-08-09T20:33:56.996Z | Compiling usdt-attr-macro v0.5.0 |
456 | 2024-08-09T20:33:57.548Z | Compiling cargo_toml v0.20.4 |
457 | 2024-08-09T20:33:58.294Z | Compiling usdt v0.5.0 |
458 | 2024-08-09T20:34:01.249Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
459 | 2024-08-09T20:34:05.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.18s |
460 | 2024-08-09T20:34:05.255Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
461 | 2024-08-09T20:34:05.790Z | Downloading crates ... |
462 | 2024-08-09T20:34:05.904Z | Downloaded async-stream-impl v0.3.5 |
463 | 2024-08-09T20:34:05.906Z | Downloaded atomic-waker v1.1.2 |
464 | 2024-08-09T20:34:05.909Z | Downloaded arrayvec v0.7.4 |
465 | 2024-08-09T20:34:05.911Z | Downloaded adler v1.0.2 |
466 | 2024-08-09T20:34:05.911Z | Downloaded ascii-canvas v3.0.0 |
467 | 2024-08-09T20:34:05.914Z | Downloaded cfg_aliases v0.1.1 |
468 | 2024-08-09T20:34:05.914Z | Downloaded crunchy v0.2.2 |
469 | 2024-08-09T20:34:05.917Z | Downloaded bitstruct v0.1.1 |
470 | 2024-08-09T20:34:05.919Z | Downloaded atomicwrites v0.4.3 |
471 | 2024-08-09T20:34:05.922Z | Downloaded is-terminal v0.4.12 |
472 | 2024-08-09T20:34:05.925Z | Downloaded cstr-argument v0.1.2 |
473 | 2024-08-09T20:34:05.927Z | Downloaded aead v0.5.2 |
474 | 2024-08-09T20:34:05.927Z | Downloaded async-recursion v1.1.1 |
475 | 2024-08-09T20:34:05.930Z | Downloaded array-init v0.0.4 |
476 | 2024-08-09T20:34:05.933Z | Downloaded inout v0.1.3 |
477 | 2024-08-09T20:34:05.935Z | Downloaded assert_matches v1.5.0 |
478 | 2024-08-09T20:34:05.935Z | Downloaded ipnet v2.9.0 |
479 | 2024-08-09T20:34:05.938Z | Downloaded bit-vec v0.6.3 |
480 | 2024-08-09T20:34:05.940Z | Downloaded crc v3.2.1 |
481 | 2024-08-09T20:34:05.943Z | Downloaded ciborium-ll v0.2.2 |
482 | 2024-08-09T20:34:05.946Z | Downloaded is_ci v1.2.0 |
483 | 2024-08-09T20:34:05.948Z | Downloaded colored v2.1.0 |
484 | 2024-08-09T20:34:05.949Z | Downloaded crc-catalog v2.4.0 |
485 | 2024-08-09T20:34:05.951Z | Downloaded new_debug_unreachable v1.0.6 |
486 | 2024-08-09T20:34:05.951Z | Downloaded matches v0.1.10 |
487 | 2024-08-09T20:34:05.954Z | Downloaded curve25519-dalek-derive v0.1.1 |
488 | 2024-08-09T20:34:05.954Z | Downloaded cassowary v0.3.0 |
489 | 2024-08-09T20:34:05.956Z | Downloaded oso-derive v0.27.3 |
490 | 2024-08-09T20:34:05.956Z | Downloaded number_prefix v0.4.0 |
491 | 2024-08-09T20:34:05.959Z | Downloaded camino-tempfile v1.1.1 |
492 | 2024-08-09T20:34:05.959Z | Downloaded base16ct v0.2.0 |
493 | 2024-08-09T20:34:05.961Z | Downloaded bitfield-struct v0.6.1 |
494 | 2024-08-09T20:34:05.964Z | Downloaded defmt-parser v0.3.4 |
495 | 2024-08-09T20:34:05.964Z | Downloaded num-conv v0.1.0 |
496 | 2024-08-09T20:34:05.964Z | Downloaded argon2 v0.5.3 |
497 | 2024-08-09T20:34:05.967Z | Downloaded instant v0.1.12 |
498 | 2024-08-09T20:34:05.969Z | Downloaded parse-size v1.0.0 |
499 | 2024-08-09T20:34:05.969Z | Downloaded convert_case v0.4.0 |
500 | 2024-08-09T20:34:05.972Z | Downloaded base64ct v1.6.0 |
501 | 2024-08-09T20:34:05.972Z | Downloaded async-stream v0.3.5 |
502 | 2024-08-09T20:34:05.975Z | Downloaded arrayref v0.3.7 |
503 | 2024-08-09T20:34:05.977Z | Downloaded match_cfg v0.1.0 |
504 | 2024-08-09T20:34:05.977Z | Downloaded bcs v0.1.6 |
505 | 2024-08-09T20:34:05.980Z | Downloaded csv-core v0.1.11 |
506 | 2024-08-09T20:34:05.982Z | Downloaded normalize-line-endings v0.3.0 |
507 | 2024-08-09T20:34:05.982Z | Downloaded opaque-debug v0.3.1 |
508 | 2024-08-09T20:34:05.985Z | Downloaded openssl-probe v0.1.5 |
509 | 2024-08-09T20:34:05.985Z | Downloaded openssl-macros v0.1.1 |
510 | 2024-08-09T20:34:05.987Z | Downloaded defmt v0.3.8 |
511 | 2024-08-09T20:34:05.990Z | Downloaded buf-list v1.0.3 |
512 | 2024-08-09T20:34:05.993Z | Downloaded ipnetwork v0.20.0 |
513 | 2024-08-09T20:34:05.995Z | Downloaded lalrpop-util v0.19.12 |
514 | 2024-08-09T20:34:05.995Z | Downloaded num-integer v0.1.46 |
515 | 2024-08-09T20:34:05.998Z | Downloaded ciborium-io v0.2.2 |
516 | 2024-08-09T20:34:05.998Z | Downloaded maplit v1.0.2 |
517 | 2024-08-09T20:34:06.001Z | Downloaded atty v0.2.14 |
518 | 2024-08-09T20:34:06.001Z | Downloaded ascii v1.1.0 |
519 | 2024-08-09T20:34:06.003Z | Downloaded lru-cache v0.1.2 |
520 | 2024-08-09T20:34:06.006Z | Downloaded nibble_vec v0.1.0 |
521 | 2024-08-09T20:34:06.006Z | Downloaded num_cpus v1.16.0 |
522 | 2024-08-09T20:34:06.009Z | Downloaded clang-sys v1.7.0 |
523 | 2024-08-09T20:34:06.012Z | Downloaded newtype-uuid v1.1.0 |
524 | 2024-08-09T20:34:06.014Z | Downloaded nanorand v0.7.0 |
525 | 2024-08-09T20:34:06.017Z | Downloaded num_enum_derive v0.5.11 |
526 | 2024-08-09T20:34:06.017Z | Downloaded darling_macro v0.20.9 |
527 | 2024-08-09T20:34:06.017Z | Downloaded packed_struct v0.10.1 |
528 | 2024-08-09T20:34:06.020Z | Downloaded indoc v1.0.9 |
529 | 2024-08-09T20:34:06.023Z | Downloaded constant_time_eq v0.3.0 |
530 | 2024-08-09T20:34:06.025Z | Downloaded managed v0.8.0 |
531 | 2024-08-09T20:34:06.025Z | Downloaded multimap v0.10.0 |
532 | 2024-08-09T20:34:06.028Z | Downloaded arc-swap v1.7.1 |
533 | 2024-08-09T20:34:06.031Z | Downloaded tower-service v0.3.2 |
534 | 2024-08-09T20:34:06.031Z | Downloaded slog-stdlog v4.1.1 |
535 | 2024-08-09T20:34:06.033Z | Downloaded libefi-sys v0.1.0 |
536 | 2024-08-09T20:34:06.036Z | Downloaded mime v0.3.17 |
537 | 2024-08-09T20:34:06.036Z | Downloaded subtle v2.5.0 |
538 | 2024-08-09T20:34:06.038Z | Downloaded structmeta v0.2.0 |
539 | 2024-08-09T20:34:06.038Z | Downloaded newtype_derive v0.1.6 |
540 | 2024-08-09T20:34:06.041Z | Downloaded termtree v0.4.1 |
541 | 2024-08-09T20:34:06.041Z | Downloaded num-iter v0.1.45 |
542 | 2024-08-09T20:34:06.044Z | Downloaded num v0.4.3 |
543 | 2024-08-09T20:34:06.044Z | Downloaded mockall v0.13.0 |
544 | 2024-08-09T20:34:06.046Z | Downloaded cipher v0.4.4 |
545 | 2024-08-09T20:34:06.046Z | Downloaded crossbeam-deque v0.8.5 |
546 | 2024-08-09T20:34:06.049Z | Downloaded mime_guess v2.0.4 |
547 | 2024-08-09T20:34:06.052Z | Downloaded castaway v0.2.2 |
548 | 2024-08-09T20:34:06.054Z | Downloaded num-rational v0.4.2 |
549 | 2024-08-09T20:34:06.054Z | Downloaded chacha20poly1305 v0.10.1 |
550 | 2024-08-09T20:34:06.057Z | Downloaded md-5 v0.10.6 |
551 | 2024-08-09T20:34:06.059Z | Downloaded bitflags v1.3.2 |
552 | 2024-08-09T20:34:06.061Z | Downloaded bit-set v0.5.3 |
553 | 2024-08-09T20:34:06.062Z | Downloaded parking_lot v0.11.2 |
554 | 2024-08-09T20:34:06.064Z | Downloaded nu-ansi-term v0.50.0 |
555 | 2024-08-09T20:34:06.067Z | Downloaded tiny-keccak v2.0.2 |
556 | 2024-08-09T20:34:06.069Z | Downloaded password-hash v0.5.0 |
557 | 2024-08-09T20:34:06.072Z | Downloaded headers-core v0.2.0 |
558 | 2024-08-09T20:34:06.072Z | Downloaded cookie_store v0.20.0 |
559 | 2024-08-09T20:34:06.075Z | Downloaded defmt-macros v0.3.9 |
560 | 2024-08-09T20:34:06.077Z | Downloaded http-range v0.1.5 |
561 | 2024-08-09T20:34:06.080Z | Downloaded phf_shared v0.10.0 |
562 | 2024-08-09T20:34:06.080Z | Downloaded pretty-hex v0.2.1 |
563 | 2024-08-09T20:34:06.082Z | Downloaded olpc-cjson v0.1.3 |
564 | 2024-08-09T20:34:06.082Z | Downloaded hubpack_derive v0.1.1 |
565 | 2024-08-09T20:34:06.085Z | Downloaded supports-color v3.0.0 |
566 | 2024-08-09T20:34:06.085Z | Downloaded strum_macros v0.24.3 |
567 | 2024-08-09T20:34:06.088Z | Downloaded num_enum v0.5.11 |
568 | 2024-08-09T20:34:06.091Z | Downloaded unicode-truncate v1.0.0 |
569 | 2024-08-09T20:34:06.094Z | Downloaded portpicker v0.1.1 |
570 | 2024-08-09T20:34:06.096Z | Downloaded cexpr v0.6.0 |
571 | 2024-08-09T20:34:06.099Z | Downloaded allocator-api2 v0.2.18 |
572 | 2024-08-09T20:34:06.102Z | Downloaded sigpipe v0.1.3 |
573 | 2024-08-09T20:34:06.102Z | Downloaded wyz v0.5.1 |
574 | 2024-08-09T20:34:06.105Z | Downloaded universal-hash v0.5.1 |
575 | 2024-08-09T20:34:06.105Z | Downloaded parse-display v0.9.1 |
576 | 2024-08-09T20:34:06.108Z | Downloaded signal-hook v0.3.17 |
577 | 2024-08-09T20:34:06.108Z | Downloaded xattr v1.3.1 |
578 | 2024-08-09T20:34:06.111Z | Downloaded enum-as-inner v0.5.1 |
579 | 2024-08-09T20:34:06.116Z | Downloaded flagset v0.4.5 |
580 | 2024-08-09T20:34:06.116Z | Downloaded linear-map v1.2.0 |
581 | 2024-08-09T20:34:06.119Z | Downloaded downcast v0.11.0 |
582 | 2024-08-09T20:34:06.119Z | Downloaded indicatif v0.17.8 |
583 | 2024-08-09T20:34:06.121Z | Downloaded cookie v0.17.0 |
584 | 2024-08-09T20:34:06.124Z | Downloaded group v0.13.0 |
585 | 2024-08-09T20:34:06.126Z | Downloaded futures-macro v0.3.30 |
586 | 2024-08-09T20:34:06.129Z | Downloaded zone_cfg_derive v0.1.2 |
587 | 2024-08-09T20:34:06.129Z | Downloaded httpdate v1.0.3 |
588 | 2024-08-09T20:34:06.131Z | Downloaded num-complex v0.4.6 |
589 | 2024-08-09T20:34:06.132Z | Downloaded owo-colors v4.0.0 |
590 | 2024-08-09T20:34:06.134Z | Downloaded foreign-types-macros v0.2.3 |
591 | 2024-08-09T20:34:06.137Z | Downloaded foreign-types v0.3.2 |
592 | 2024-08-09T20:34:06.137Z | Downloaded untrusted v0.7.1 |
593 | 2024-08-09T20:34:06.140Z | Downloaded phf v0.11.2 |
594 | 2024-08-09T20:34:06.140Z | Downloaded parking_lot_core v0.9.10 |
595 | 2024-08-09T20:34:06.142Z | Downloaded multer v3.1.0 |
596 | 2024-08-09T20:34:06.145Z | Downloaded ref-cast v1.0.23 |
597 | 2024-08-09T20:34:06.148Z | Downloaded strum v0.26.3 |
598 | 2024-08-09T20:34:06.150Z | Downloaded rand_seeder v0.3.0 |
599 | 2024-08-09T20:34:06.150Z | Downloaded scopeguard v1.2.0 |
600 | 2024-08-09T20:34:06.153Z | Downloaded rustversion v1.0.17 |
601 | 2024-08-09T20:34:06.155Z | Downloaded ppv-lite86 v0.2.17 |
602 | 2024-08-09T20:34:06.155Z | Downloaded siphasher v0.3.11 |
603 | 2024-08-09T20:34:06.158Z | Downloaded signature v2.2.0 |
604 | 2024-08-09T20:34:06.158Z | Downloaded sha1 v0.10.6 |
605 | 2024-08-09T20:34:06.161Z | Downloaded schemars_derive v0.8.21 |
606 | 2024-08-09T20:34:06.164Z | Downloaded scheduled-thread-pool v0.2.7 |
607 | 2024-08-09T20:34:06.164Z | Downloaded stringprep v0.1.4 |
608 | 2024-08-09T20:34:06.166Z | Downloaded fixedbitset v0.4.2 |
609 | 2024-08-09T20:34:06.166Z | Downloaded strum_macros v0.25.3 |
610 | 2024-08-09T20:34:06.169Z | Downloaded ref-cast-impl v1.0.23 |
611 | 2024-08-09T20:34:06.171Z | Downloaded sync_wrapper v0.1.2 |
612 | 2024-08-09T20:34:06.171Z | Downloaded crossbeam-utils v0.8.19 |
613 | 2024-08-09T20:34:06.174Z | Downloaded globset v0.4.14 |
614 | 2024-08-09T20:34:06.178Z | Downloaded const-oid v0.9.6 |
615 | 2024-08-09T20:34:06.181Z | Downloaded unicase v2.7.0 |
616 | 2024-08-09T20:34:06.181Z | Downloaded try-lock v0.2.5 |
617 | 2024-08-09T20:34:06.181Z | Downloaded signal-hook-tokio v0.3.1 |
618 | 2024-08-09T20:34:06.184Z | Downloaded oso v0.27.3 |
619 | 2024-08-09T20:34:06.186Z | Downloaded thiserror-no-std v2.0.2 |
620 | 2024-08-09T20:34:06.189Z | Downloaded futures-sink v0.3.30 |
621 | 2024-08-09T20:34:06.192Z | Downloaded paste v1.0.15 |
622 | 2024-08-09T20:34:06.196Z | Downloaded static_assertions v1.1.0 |
623 | 2024-08-09T20:34:06.208Z | Downloaded miniz_oxide v0.7.2 |
624 | 2024-08-09T20:34:06.208Z | Downloaded tinyvec_macros v0.1.1 |
625 | 2024-08-09T20:34:06.208Z | Downloaded bytes v1.7.1 |
626 | 2024-08-09T20:34:06.208Z | Downloaded base64 v0.13.1 |
627 | 2024-08-09T20:34:06.212Z | Downloaded futures-task v0.3.30 |
628 | 2024-08-09T20:34:06.212Z | Downloaded parking_lot v0.12.2 |
629 | 2024-08-09T20:34:06.212Z | Downloaded predicates-tree v1.0.9 |
630 | 2024-08-09T20:34:06.212Z | Downloaded crossbeam-channel v0.5.12 |
631 | 2024-08-09T20:34:06.215Z | Downloaded display-error-chain v0.2.0 |
632 | 2024-08-09T20:34:06.218Z | Downloaded shell-words v1.1.0 |
633 | 2024-08-09T20:34:06.218Z | Downloaded humantime v2.1.0 |
634 | 2024-08-09T20:34:06.220Z | Downloaded der v0.7.9 |
635 | 2024-08-09T20:34:06.225Z | Downloaded psl-types v2.0.11 |
636 | 2024-08-09T20:34:06.228Z | Downloaded tabwriter v1.4.0 |
637 | 2024-08-09T20:34:06.228Z | Downloaded toolchain_find v0.4.0 |
638 | 2024-08-09T20:34:06.230Z | Downloaded tokio-rustls v0.24.1 |
639 | 2024-08-09T20:34:06.233Z | Downloaded phf_shared v0.11.2 |
640 | 2024-08-09T20:34:06.233Z | Downloaded tui-tree-widget v0.21.0 |
641 | 2024-08-09T20:34:06.236Z | Downloaded unarray v0.1.4 |
642 | 2024-08-09T20:34:06.236Z | Downloaded float-ord v0.3.2 |
643 | 2024-08-09T20:34:06.238Z | Downloaded mockall_derive v0.13.0 |
644 | 2024-08-09T20:34:06.238Z | Downloaded float-cmp v0.9.0 |
645 | 2024-08-09T20:34:06.241Z | Downloaded same-file v1.0.6 |
646 | 2024-08-09T20:34:06.241Z | Downloaded rustfmt-wrapper v0.2.1 |
647 | 2024-08-09T20:34:06.244Z | Downloaded vte_generate_state_changes v0.1.1 |
648 | 2024-08-09T20:34:06.244Z | Downloaded sqlparser_derive v0.2.2 |
649 | 2024-08-09T20:34:06.247Z | Downloaded snafu-derive v0.8.2 |
650 | 2024-08-09T20:34:06.247Z | Downloaded tokio-tungstenite v0.21.0 |
651 | 2024-08-09T20:34:06.249Z | Downloaded tokio-rustls v0.25.0 |
652 | 2024-08-09T20:34:06.252Z | Downloaded ena v0.14.3 |
653 | 2024-08-09T20:34:06.261Z | Downloaded spki v0.7.3 |
654 | 2024-08-09T20:34:06.265Z | Downloaded tinyvec v1.6.0 |
655 | 2024-08-09T20:34:06.265Z | Downloaded backtrace v0.3.71 |
656 | 2024-08-09T20:34:06.265Z | Downloaded home v0.5.9 |
657 | 2024-08-09T20:34:06.267Z | Downloaded fxhash v0.2.1 |
658 | 2024-08-09T20:34:06.267Z | Downloaded derive_builder_macro v0.20.0 |
659 | 2024-08-09T20:34:06.267Z | Downloaded untrusted v0.9.0 |
660 | 2024-08-09T20:34:06.270Z | Downloaded sct v0.7.1 |
661 | 2024-08-09T20:34:06.273Z | Downloaded embedded-io v0.4.0 |
662 | 2024-08-09T20:34:06.275Z | Downloaded smallvec v1.13.2 |
663 | 2024-08-09T20:34:06.278Z | Downloaded serde_arrays v0.1.0 |
664 | 2024-08-09T20:34:06.278Z | Downloaded rustls-pemfile v1.0.4 |
665 | 2024-08-09T20:34:06.281Z | Downloaded pin-project-lite v0.2.14 |
666 | 2024-08-09T20:34:06.284Z | Downloaded hostname v0.4.0 |
667 | 2024-08-09T20:34:06.286Z | Downloaded pin-project-internal v1.1.5 |
668 | 2024-08-09T20:34:06.289Z | Downloaded predicates-core v1.0.6 |
669 | 2024-08-09T20:34:06.289Z | Downloaded minimal-lexical v0.2.1 |
670 | 2024-08-09T20:34:06.293Z | Downloaded stability v0.2.0 |
671 | 2024-08-09T20:34:06.296Z | Downloaded funty v2.0.0 |
672 | 2024-08-09T20:34:06.296Z | Downloaded num-bigint v0.4.5 |
673 | 2024-08-09T20:34:06.301Z | Downloaded rand_xorshift v0.3.0 |
674 | 2024-08-09T20:34:06.304Z | Downloaded tokio-macros v2.3.0 |
675 | 2024-08-09T20:34:06.304Z | Downloaded slog-json v2.6.1 |
676 | 2024-08-09T20:34:06.307Z | Downloaded prettyplease v0.2.20 |
677 | 2024-08-09T20:34:06.310Z | Downloaded rand_core v0.6.4 |
678 | 2024-08-09T20:34:06.313Z | Downloaded resolv-conf v0.7.0 |
679 | 2024-08-09T20:34:06.313Z | Downloaded spin v0.5.2 |
680 | 2024-08-09T20:34:06.315Z | Downloaded wait-timeout v0.2.0 |
681 | 2024-08-09T20:34:06.324Z | Downloaded time-macros v0.2.18 |
682 | 2024-08-09T20:34:06.327Z | Downloaded powerfmt v0.2.0 |
683 | 2024-08-09T20:34:06.329Z | Downloaded derive_builder_core v0.20.0 |
684 | 2024-08-09T20:34:06.332Z | Downloaded topological-sort v0.2.2 |
685 | 2024-08-09T20:34:06.332Z | Downloaded futures-io v0.3.30 |
686 | 2024-08-09T20:34:06.335Z | Downloaded want v0.3.1 |
687 | 2024-08-09T20:34:06.335Z | Downloaded erased-serde v0.3.31 |
688 | 2024-08-09T20:34:06.338Z | Downloaded pkg-config v0.3.30 |
689 | 2024-08-09T20:34:06.338Z | Downloaded socket2 v0.4.10 |
690 | 2024-08-09T20:34:06.341Z | Downloaded ident_case v1.0.1 |
691 | 2024-08-09T20:34:06.341Z | Downloaded stable_deref_trait v1.2.0 |
692 | 2024-08-09T20:34:06.346Z | Downloaded subprocess v0.2.9 |
693 | 2024-08-09T20:34:06.348Z | Downloaded futures-channel v0.3.30 |
694 | 2024-08-09T20:34:06.348Z | Downloaded unicode-bidi v0.3.15 |
695 | 2024-08-09T20:34:06.351Z | Downloaded thiserror-impl-no-std v2.0.2 |
696 | 2024-08-09T20:34:06.351Z | Downloaded rpassword v7.3.1 |
697 | 2024-08-09T20:34:06.355Z | Downloaded futures-core v0.3.30 |
698 | 2024-08-09T20:34:06.355Z | Downloaded glob v0.3.1 |
699 | 2024-08-09T20:34:06.358Z | Downloaded serde-big-array v0.5.1 |
700 | 2024-08-09T20:34:06.358Z | Downloaded utf-8 v0.7.6 |
701 | 2024-08-09T20:34:06.359Z | Downloaded serde_with_macros v3.8.3 |
702 | 2024-08-09T20:34:06.361Z | Downloaded zerocopy v0.6.6 |
703 | 2024-08-09T20:34:06.364Z | Downloaded toml v0.7.8 |
704 | 2024-08-09T20:34:06.366Z | Downloaded radium v0.7.0 |
705 | 2024-08-09T20:34:06.369Z | Downloaded dirs-sys-next v0.1.2 |
706 | 2024-08-09T20:34:06.369Z | Downloaded dirs-next v2.0.0 |
707 | 2024-08-09T20:34:06.372Z | Downloaded zeroize v1.7.0 |
708 | 2024-08-09T20:34:06.372Z | Downloaded unicode-segmentation v1.11.0 |
709 | 2024-08-09T20:34:06.374Z | Downloaded http-body v0.4.6 |
710 | 2024-08-09T20:34:06.377Z | Downloaded env_logger v0.9.3 |
711 | 2024-08-09T20:34:06.380Z | Downloaded rustc-hash v1.1.0 |
712 | 2024-08-09T20:34:06.380Z | Downloaded futures-executor v0.3.30 |
713 | 2024-08-09T20:34:06.383Z | Downloaded env_logger v0.10.2 |
714 | 2024-08-09T20:34:06.386Z | Downloaded aho-corasick v1.1.3 |
715 | 2024-08-09T20:34:06.391Z | Downloaded vsss-rs v3.3.4 |
716 | 2024-08-09T20:34:06.393Z | Downloaded termcolor v1.4.1 |
717 | 2024-08-09T20:34:06.396Z | Downloaded iana-time-zone v0.1.60 |
718 | 2024-08-09T20:34:06.399Z | Downloaded diesel_table_macro_syntax v0.2.0 |
719 | 2024-08-09T20:34:06.399Z | Downloaded pin-project v1.1.5 |
720 | 2024-08-09T20:34:06.408Z | Downloaded fd-lock v4.0.2 |
721 | 2024-08-09T20:34:06.411Z | Downloaded hash32 v0.2.1 |
722 | 2024-08-09T20:34:06.414Z | Downloaded toml v0.5.11 |
723 | 2024-08-09T20:34:06.416Z | Downloaded strip-ansi-escapes v0.2.0 |
724 | 2024-08-09T20:34:06.416Z | Downloaded tls_codec v0.4.1 |
725 | 2024-08-09T20:34:06.419Z | Downloaded smallvec v0.6.14 |
726 | 2024-08-09T20:34:06.419Z | Downloaded difflib v0.4.0 |
727 | 2024-08-09T20:34:06.422Z | Downloaded smawk v0.3.2 |
728 | 2024-08-09T20:34:06.422Z | Downloaded rtoolbox v0.0.2 |
729 | 2024-08-09T20:34:06.425Z | Downloaded peg-runtime v0.8.3 |
730 | 2024-08-09T20:34:06.425Z | Downloaded path-slash v0.1.5 |
731 | 2024-08-09T20:34:06.428Z | Downloaded heapless v0.8.0 |
732 | 2024-08-09T20:34:06.431Z | Downloaded nom v7.1.3 |
733 | 2024-08-09T20:34:06.434Z | Downloaded tokio-native-tls v0.3.1 |
734 | 2024-08-09T20:34:06.437Z | Downloaded pem v3.0.4 |
735 | 2024-08-09T20:34:06.440Z | Downloaded foreign-types-shared v0.1.1 |
736 | 2024-08-09T20:34:06.440Z | Downloaded take_mut v0.2.2 |
737 | 2024-08-09T20:34:06.440Z | Downloaded secrecy v0.8.0 |
738 | 2024-08-09T20:34:06.442Z | Downloaded r2d2 v0.8.10 |
739 | 2024-08-09T20:34:06.442Z | Downloaded pem-rfc7468 v0.7.0 |
740 | 2024-08-09T20:34:06.445Z | Downloaded endian-type v0.1.2 |
741 | 2024-08-09T20:34:06.445Z | Downloaded semver v0.1.20 |
742 | 2024-08-09T20:34:06.448Z | Downloaded structmeta-derive v0.3.0 |
743 | 2024-08-09T20:34:06.448Z | Downloaded sec1 v0.7.3 |
744 | 2024-08-09T20:34:06.451Z | Downloaded waitgroup v0.1.2 |
745 | 2024-08-09T20:34:06.451Z | Downloaded tracing-attributes v0.1.27 |
746 | 2024-08-09T20:34:06.454Z | Downloaded fragile v2.0.0 |
747 | 2024-08-09T20:34:06.454Z | Downloaded ff v0.13.0 |
748 | 2024-08-09T20:34:06.457Z | Downloaded slog-dtrace v0.3.0 |
749 | 2024-08-09T20:34:06.460Z | Downloaded libxml v0.3.3 |
750 | 2024-08-09T20:34:06.463Z | Downloaded flate2 v1.0.31 |
751 | 2024-08-09T20:34:06.468Z | Downloaded structmeta v0.3.0 |
752 | 2024-08-09T20:34:06.471Z | Downloaded itertools v0.12.1 |
753 | 2024-08-09T20:34:06.475Z | Downloaded hex v0.4.3 |
754 | 2024-08-09T20:34:06.479Z | Downloaded tap v1.0.1 |
755 | 2024-08-09T20:34:06.479Z | Downloaded postgres-protocol v0.6.7 |
756 | 2024-08-09T20:34:06.482Z | Downloaded num-bigint-dig v0.8.4 |
757 | 2024-08-09T20:34:06.485Z | Downloaded serde-hex v0.1.0 |
758 | 2024-08-09T20:34:06.488Z | Downloaded foreign-types-shared v0.3.1 |
759 | 2024-08-09T20:34:06.488Z | Downloaded which v4.4.2 |
760 | 2024-08-09T20:34:06.492Z | Downloaded pin-utils v0.1.0 |
761 | 2024-08-09T20:34:06.492Z | Downloaded time-core v0.1.2 |
762 | 2024-08-09T20:34:06.493Z | Downloaded heck v0.3.3 |
763 | 2024-08-09T20:34:06.496Z | Downloaded whoami v1.5.1 |
764 | 2024-08-09T20:34:06.496Z | Downloaded serde_repr v0.1.19 |
765 | 2024-08-09T20:34:06.496Z | Downloaded zeroize_derive v1.4.2 |
766 | 2024-08-09T20:34:06.498Z | Downloaded slog v2.7.0 |
767 | 2024-08-09T20:34:06.501Z | Downloaded strum_macros v0.26.4 |
768 | 2024-08-09T20:34:06.504Z | Downloaded trust-dns-server v0.22.1 |
769 | 2024-08-09T20:34:06.508Z | Downloaded derive-where v1.2.7 |
770 | 2024-08-09T20:34:06.511Z | Downloaded uzers v0.11.3 |
771 | 2024-08-09T20:34:06.514Z | Downloaded slab v0.4.9 |
772 | 2024-08-09T20:34:06.514Z | Downloaded futures v0.3.30 |
773 | 2024-08-09T20:34:06.519Z | Downloaded hyper-tls v0.5.0 |
774 | 2024-08-09T20:34:06.522Z | Downloaded rand v0.8.5 |
775 | 2024-08-09T20:34:06.526Z | Downloaded publicsuffix v2.2.3 |
776 | 2024-08-09T20:34:06.528Z | Downloaded slog-async v2.8.0 |
777 | 2024-08-09T20:34:06.528Z | Downloaded toml_edit v0.19.15 |
778 | 2024-08-09T20:34:06.543Z | Downloaded quick-error v1.2.3 |
779 | 2024-08-09T20:34:06.547Z | Downloaded form_urlencoded v1.2.1 |
780 | 2024-08-09T20:34:06.547Z | Downloaded walkdir v2.5.0 |
781 | 2024-08-09T20:34:06.550Z | Downloaded poly1305 v0.8.0 |
782 | 2024-08-09T20:34:06.550Z | Downloaded pkcs8 v0.10.2 |
783 | 2024-08-09T20:34:06.553Z | Downloaded fatfs v0.3.6 |
784 | 2024-08-09T20:34:06.556Z | Downloaded rustc-demangle v0.1.24 |
785 | 2024-08-09T20:34:06.559Z | Downloaded tracing-core v0.1.32 |
786 | 2024-08-09T20:34:06.559Z | Downloaded rayon-core v1.12.1 |
787 | 2024-08-09T20:34:06.562Z | Downloaded rsa v0.9.6 |
788 | 2024-08-09T20:34:06.568Z | Downloaded slog-term v2.9.1 |
789 | 2024-08-09T20:34:06.571Z | Downloaded url v2.5.2 |
790 | 2024-08-09T20:34:06.574Z | Downloaded uuid v1.10.0 |
791 | 2024-08-09T20:34:06.577Z | Downloaded predicates v3.1.2 |
792 | 2024-08-09T20:34:06.580Z | Downloaded postgres-types v0.2.7 |
793 | 2024-08-09T20:34:06.583Z | Downloaded tar v0.4.41 |
794 | 2024-08-09T20:34:06.586Z | Downloaded pkcs1 v0.7.5 |
795 | 2024-08-09T20:34:06.586Z | Downloaded regex-automata v0.1.10 |
796 | 2024-08-09T20:34:06.590Z | Downloaded ron v0.8.1 |
797 | 2024-08-09T20:34:06.595Z | Downloaded steno v0.4.1 |
798 | 2024-08-09T20:34:06.599Z | Downloaded rustyline v14.0.0 |
799 | 2024-08-09T20:34:06.605Z | Downloaded highway v1.2.0 |
800 | 2024-08-09T20:34:06.608Z | Downloaded http v1.1.0 |
801 | 2024-08-09T20:34:06.611Z | Downloaded http v0.2.12 |
802 | 2024-08-09T20:34:06.614Z | Downloaded diff v0.1.13 |
803 | 2024-08-09T20:34:06.617Z | Downloaded half v2.4.1 |
804 | 2024-08-09T20:34:06.621Z | Downloaded serde_yaml v0.9.34+deprecated |
805 | 2024-08-09T20:34:06.625Z | Downloaded flume v0.11.0 |
806 | 2024-08-09T20:34:06.627Z | Downloaded diesel_derives v2.2.2 |
807 | 2024-08-09T20:34:06.631Z | Downloaded zip v0.6.6 |
808 | 2024-08-09T20:34:06.636Z | Downloaded rcgen v0.12.1 |
809 | 2024-08-09T20:34:06.639Z | Downloaded unicode-normalization v0.1.23 |
810 | 2024-08-09T20:34:06.641Z | Downloaded hashbrown v0.13.2 |
811 | 2024-08-09T20:34:06.645Z | Downloaded trust-dns-client v0.22.0 |
812 | 2024-08-09T20:34:06.650Z | Downloaded trust-dns-resolver v0.22.0 |
813 | 2024-08-09T20:34:06.656Z | Downloaded tokio-postgres v0.7.11 |
814 | 2024-08-09T20:34:06.659Z | Downloaded bindgen v0.69.4 |
815 | 2024-08-09T20:34:06.666Z | Downloaded thread_local v1.1.8 |
816 | 2024-08-09T20:34:06.669Z | Downloaded structmeta-derive v0.2.0 |
817 | 2024-08-09T20:34:06.669Z | Downloaded slog-envlogger v2.2.0 |
818 | 2024-08-09T20:34:06.672Z | Downloaded slog-bunyan v2.5.0 |
819 | 2024-08-09T20:34:06.672Z | Downloaded idna v0.5.0 |
820 | 2024-08-09T20:34:06.678Z | Downloaded fallible-iterator v0.2.0 |
821 | 2024-08-09T20:34:06.681Z | Downloaded hashbrown v0.12.3 |
822 | 2024-08-09T20:34:06.684Z | Downloaded futures-util v0.3.30 |
823 | 2024-08-09T20:34:06.695Z | Downloaded lalrpop v0.19.12 |
824 | 2024-08-09T20:34:06.706Z | Downloaded tokio-util v0.7.11 |
825 | 2024-08-09T20:34:06.712Z | Downloaded hyper v0.14.30 |
826 | 2024-08-09T20:34:06.720Z | Downloaded sqlparser v0.45.0 |
827 | 2024-08-09T20:34:06.726Z | Downloaded time v0.3.36 |
828 | 2024-08-09T20:34:06.732Z | Downloaded expectorate v1.1.0 |
829 | 2024-08-09T20:34:06.735Z | Downloaded chrono v0.4.38 |
830 | 2024-08-09T20:34:06.741Z | Downloaded object v0.32.2 |
831 | 2024-08-09T20:34:06.751Z | Downloaded reedline v0.31.0 |
832 | 2024-08-09T20:34:06.759Z | Downloaded object v0.30.4 |
833 | 2024-08-09T20:34:06.767Z | Downloaded winnow v0.5.40 |
834 | 2024-08-09T20:34:06.776Z | Downloaded proptest v1.5.0 |
835 | 2024-08-09T20:34:06.785Z | Downloaded hkdf v0.12.4 |
836 | 2024-08-09T20:34:06.788Z | Downloaded regex-syntax v0.6.29 |
837 | 2024-08-09T20:34:06.794Z | Downloaded nix v0.27.1 |
838 | 2024-08-09T20:34:06.805Z | Downloaded quick-xml v0.31.0 |
839 | 2024-08-09T20:34:06.810Z | Downloaded h2 v0.3.26 |
840 | 2024-08-09T20:34:06.816Z | Downloaded idna v0.2.3 |
841 | 2024-08-09T20:34:06.822Z | Downloaded polar-core v0.27.3 |
842 | 2024-08-09T20:34:06.831Z | Downloaded openapiv3 v2.0.0 |
843 | 2024-08-09T20:34:06.842Z | Downloaded rustls-webpki v0.101.7 |
844 | 2024-08-09T20:34:06.856Z | Downloaded bstr v0.2.17 |
845 | 2024-08-09T20:34:06.865Z | Downloaded regex-syntax v0.8.3 |
846 | 2024-08-09T20:34:06.873Z | Downloaded regex v1.10.6 |
847 | 2024-08-09T20:34:06.886Z | Downloaded curve25519-dalek v4.1.3 |
848 | 2024-08-09T20:34:06.894Z | Downloaded radix_trie v0.2.1 |
849 | 2024-08-09T20:34:06.899Z | Downloaded rustls v0.21.12 |
850 | 2024-08-09T20:34:06.910Z | Downloaded smoltcp v0.11.0 |
851 | 2024-08-09T20:34:06.923Z | Downloaded vcpkg v0.2.15 |
852 | 2024-08-09T20:34:06.962Z | Downloaded tokio v1.38.1 |
853 | 2024-08-09T20:34:06.999Z | Downloaded idna v0.3.0 |
854 | 2024-08-09T20:34:07.006Z | Downloaded trust-dns-proto v0.22.0 |
855 | 2024-08-09T20:34:07.018Z | Downloaded rustls v0.22.4 |
856 | 2024-08-09T20:34:07.031Z | Downloaded smoltcp v0.9.1 |
857 | 2024-08-09T20:34:07.042Z | Downloaded regress v0.9.1 |
858 | 2024-08-09T20:34:07.051Z | Downloaded diesel v2.2.2 |
859 | 2024-08-09T20:34:07.069Z | Downloaded bstr v1.9.1 |
860 | 2024-08-09T20:34:07.080Z | Downloaded rustls-webpki v0.102.4 |
861 | 2024-08-09T20:34:07.099Z | Downloaded webpki-roots v0.25.4 |
862 | 2024-08-09T20:34:07.102Z | Downloaded regex-automata v0.4.6 |
863 | 2024-08-09T20:34:07.120Z | Downloaded ratatui v0.27.0 |
864 | 2024-08-09T20:34:07.139Z | Downloaded sled v0.34.7 |
865 | 2024-08-09T20:34:07.150Z | Downloaded zerocopy-derive v0.6.6 |
866 | 2024-08-09T20:34:07.159Z | Downloaded gimli v0.28.1 |
867 | 2024-08-09T20:34:07.168Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
868 | 2024-08-09T20:34:07.179Z | Downloaded nix v0.28.0 |
869 | 2024-08-09T20:34:07.191Z | Downloaded petgraph v0.6.5 |
870 | 2024-08-09T20:34:07.208Z | Downloaded finl_unicode v1.2.0 |
871 | 2024-08-09T20:34:07.222Z | Downloaded csv v1.3.0 |
872 | 2024-08-09T20:34:07.242Z | Downloaded sha3 v0.10.8 |
873 | 2024-08-09T20:34:07.248Z | Downloaded openssl v0.10.66 |
874 | 2024-08-09T20:34:07.256Z | Downloaded rayon v1.10.0 |
875 | 2024-08-09T20:34:07.265Z | Downloaded reqwest v0.11.27 |
876 | 2024-08-09T20:34:07.272Z | Downloaded encoding_rs v0.8.34 |
877 | 2024-08-09T20:34:07.293Z | Downloaded portable-atomic v1.6.0 |
878 | 2024-08-09T20:34:07.299Z | Downloaded bitvec v1.0.1 |
879 | 2024-08-09T20:34:07.314Z | Downloaded ron v0.7.1 |
880 | 2024-08-09T20:34:07.318Z | Downloaded postcard v1.0.8 |
881 | 2024-08-09T20:34:07.324Z | Downloaded hyper-staticfile v0.9.5 |
882 | 2024-08-09T20:34:07.327Z | Downloaded tough v0.17.1 |
883 | 2024-08-09T20:34:07.333Z | Downloaded serde_with v3.8.3 |
884 | 2024-08-09T20:34:07.340Z | Downloaded itertools v0.13.0 |
885 | 2024-08-09T20:34:07.348Z | Downloaded hash32 v0.3.1 |
886 | 2024-08-09T20:34:07.351Z | Downloaded derive_builder v0.20.0 |
887 | 2024-08-09T20:34:07.354Z | Downloaded tempfile v3.10.1 |
888 | 2024-08-09T20:34:07.357Z | Downloaded libm v0.2.8 |
889 | 2024-08-09T20:34:07.362Z | Downloaded samael v0.0.15 |
890 | 2024-08-09T20:34:07.367Z | Downloaded filetime v0.2.23 |
891 | 2024-08-09T20:34:07.370Z | Downloaded blake3 v1.5.1 |
892 | 2024-08-09T20:34:07.376Z | Downloaded string_cache v0.8.7 |
893 | 2024-08-09T20:34:07.379Z | Downloaded tungstenite v0.21.0 |
894 | 2024-08-09T20:34:07.382Z | Downloaded hyper-rustls v0.24.2 |
895 | 2024-08-09T20:34:07.384Z | Downloaded textwrap v0.16.1 |
896 | 2024-08-09T20:34:07.387Z | Downloaded serde_plain v1.0.2 |
897 | 2024-08-09T20:34:07.387Z | Downloaded serde_derive_internals v0.29.1 |
898 | 2024-08-09T20:34:07.390Z | Downloaded rusty-fork v0.3.0 |
899 | 2024-08-09T20:34:07.392Z | Downloaded tungstenite v0.20.1 |
900 | 2024-08-09T20:34:07.395Z | Downloaded test-strategy v0.3.1 |
901 | 2024-08-09T20:34:07.398Z | Downloaded socket2 v0.5.7 |
902 | 2024-08-09T20:34:07.401Z | Downloaded peg v0.8.4 |
903 | 2024-08-09T20:34:07.404Z | Downloaded x509-cert v0.2.5 |
904 | 2024-08-09T20:34:07.408Z | Downloaded mio v0.8.11 |
905 | 2024-08-09T20:34:07.413Z | Downloaded smf v0.2.3 |
906 | 2024-08-09T20:34:07.416Z | Downloaded rustc_version v0.4.0 |
907 | 2024-08-09T20:34:07.416Z | Downloaded rustc_version v0.1.7 |
908 | 2024-08-09T20:34:07.419Z | Downloaded elliptic-curve v0.13.8 |
909 | 2024-08-09T20:34:07.421Z | Downloaded unsafe-libyaml v0.2.11 |
910 | 2024-08-09T20:34:07.424Z | Downloaded heapless v0.7.17 |
911 | 2024-08-09T20:34:07.428Z | Downloaded vte v0.11.1 |
912 | 2024-08-09T20:34:07.430Z | Downloaded rustls-pemfile v2.1.3 |
913 | 2024-08-09T20:34:07.433Z | Downloaded hmac v0.12.1 |
914 | 2024-08-09T20:34:07.436Z | Downloaded crypto-bigint v0.5.5 |
915 | 2024-08-09T20:34:07.440Z | Downloaded typed-path v0.7.1 |
916 | 2024-08-09T20:34:07.446Z | Downloaded headers v0.3.9 |
917 | 2024-08-09T20:34:07.451Z | Downloaded crossterm v0.27.0 |
918 | 2024-08-09T20:34:07.457Z | Downloaded peg-macros v0.8.4 |
919 | 2024-08-09T20:34:07.460Z | Downloaded unicode_categories v0.1.1 |
920 | 2024-08-09T20:34:07.463Z | Downloaded tracing v0.1.40 |
921 | 2024-08-09T20:34:07.466Z | Downloaded ring v0.17.8 |
922 | 2024-08-09T20:34:07.536Z | Downloaded serde_path_to_error v0.1.16 |
923 | 2024-08-09T20:34:07.539Z | Downloaded percent-encoding v2.3.1 |
924 | 2024-08-09T20:34:07.539Z | Downloaded rustls-pki-types v1.7.0 |
925 | 2024-08-09T20:34:07.542Z | Downloaded schemars v0.8.21 |
926 | 2024-08-09T20:34:07.551Z | Downloaded getrandom v0.2.14 |
927 | 2024-08-09T20:34:07.555Z | Downloaded spin v0.9.8 |
928 | 2024-08-09T20:34:07.559Z | Downloaded base64 v0.22.1 |
929 | 2024-08-09T20:34:07.562Z | Downloaded rand_chacha v0.3.1 |
930 | 2024-08-09T20:34:07.562Z | Downloaded yasna v0.5.2 |
931 | 2024-08-09T20:34:07.565Z | Downloaded snafu v0.8.2 |
932 | 2024-08-09T20:34:07.569Z | Downloaded either v1.13.0 |
933 | 2024-08-09T20:34:07.572Z | Downloaded dyn-clone v1.0.17 |
934 | 2024-08-09T20:34:07.574Z | Downloaded precomputed-hash v0.1.1 |
935 | 2024-08-09T20:34:07.574Z | Downloaded similar v2.5.0 |
936 | 2024-08-09T20:34:07.577Z | Downloaded der_derive v0.7.2 |
937 | 2024-08-09T20:34:07.580Z | Downloaded term v0.7.0 |
938 | 2024-08-09T20:34:07.583Z | Downloaded getopts v0.2.21 |
939 | 2024-08-09T20:34:07.583Z | Downloaded derive_more v0.99.18 |
940 | 2024-08-09T20:34:07.588Z | Downloaded shlex v1.3.0 |
941 | 2024-08-09T20:34:07.590Z | Downloaded deranged v0.3.11 |
942 | 2024-08-09T20:34:07.590Z | Downloaded native-tls v0.2.11 |
943 | 2024-08-09T20:34:07.593Z | Downloaded compact_str v0.7.1 |
944 | 2024-08-09T20:34:07.595Z | Downloaded httparse v1.8.0 |
945 | 2024-08-09T20:34:07.598Z | Downloaded foreign-types v0.5.0 |
946 | 2024-08-09T20:34:07.598Z | Downloaded ring v0.16.20 |
947 | 2024-08-09T20:34:07.680Z | Downloaded zone v0.1.8 |
948 | 2024-08-09T20:34:07.683Z | Downloaded hostname v0.3.1 |
949 | 2024-08-09T20:34:07.683Z | Downloaded unicode-linebreak v0.1.5 |
950 | 2024-08-09T20:34:07.683Z | Downloaded tls_codec_derive v0.4.1 |
951 | 2024-08-09T20:34:07.686Z | Downloaded darling v0.20.9 |
952 | 2024-08-09T20:34:07.689Z | Downloaded crc-any v2.5.0 |
953 | 2024-08-09T20:34:07.692Z | Downloaded openssl-sys v0.9.103 |
954 | 2024-08-09T20:34:07.695Z | Downloaded proc-macro-crate v1.3.1 |
955 | 2024-08-09T20:34:07.698Z | Downloaded hubpack v0.1.2 |
956 | 2024-08-09T20:34:07.698Z | Downloaded num-traits v0.2.19 |
957 | 2024-08-09T20:34:07.700Z | Downloaded blake2 v0.10.6 |
958 | 2024-08-09T20:34:07.703Z | Downloaded tokio-tungstenite v0.20.1 |
959 | 2024-08-09T20:34:07.706Z | Downloaded darling_core v0.20.9 |
960 | 2024-08-09T20:34:07.709Z | Downloaded tokio-stream v0.1.15 |
961 | 2024-08-09T20:34:07.712Z | Downloaded slog-scope v4.4.0 |
962 | 2024-08-09T20:34:07.714Z | Downloaded crc32fast v1.4.0 |
963 | 2024-08-09T20:34:07.717Z | Downloaded fastrand v2.1.0 |
964 | 2024-08-09T20:34:07.717Z | Downloaded dsl_auto_type v0.1.2 |
965 | 2024-08-09T20:34:07.718Z | Downloaded itertools v0.10.5 |
966 | 2024-08-09T20:34:07.723Z | Downloaded cancel-safe-futures v0.1.5 |
967 | 2024-08-09T20:34:07.725Z | Downloaded omicron-zone-package v0.11.0 |
968 | 2024-08-09T20:34:07.728Z | Downloaded const_format v0.2.32 |
969 | 2024-08-09T20:34:07.733Z | Downloaded indexmap v1.9.3 |
970 | 2024-08-09T20:34:07.736Z | Downloaded cc v1.0.97 |
971 | 2024-08-09T20:34:07.738Z | Downloaded base64 v0.21.7 |
972 | 2024-08-09T20:34:07.742Z | Downloaded indent_write v2.2.0 |
973 | 2024-08-09T20:34:07.745Z | Downloaded unicode-xid v0.2.4 |
974 | 2024-08-09T20:34:07.745Z | Downloaded maybe-uninit v2.0.0 |
975 | 2024-08-09T20:34:07.748Z | Downloaded ahash v0.8.11 |
976 | 2024-08-09T20:34:07.752Z | Downloaded termios v0.3.3 |
977 | 2024-08-09T20:34:07.752Z | Downloaded memmap2 v0.9.4 |
978 | 2024-08-09T20:34:07.752Z | Downloaded signal-hook-mio v0.2.3 |
979 | 2024-08-09T20:34:07.755Z | Downloaded parse-display-derive v0.9.1 |
980 | 2024-08-09T20:34:07.755Z | Downloaded packed_struct_codegen v0.10.1 |
981 | 2024-08-09T20:34:07.755Z | Downloaded num-derive v0.4.2 |
982 | 2024-08-09T20:34:07.758Z | Downloaded gethostname v0.5.0 |
983 | 2024-08-09T20:34:07.758Z | Downloaded signal-hook-registry v1.4.2 |
984 | 2024-08-09T20:34:07.758Z | Downloaded serde_urlencoded v0.7.1 |
985 | 2024-08-09T20:34:07.761Z | Downloaded debug-ignore v1.0.5 |
986 | 2024-08-09T20:34:07.761Z | Downloaded const_format_proc_macros v0.2.32 |
987 | 2024-08-09T20:34:07.764Z | Downloaded parking_lot_core v0.8.6 |
988 | 2024-08-09T20:34:07.764Z | Downloaded bitstruct_derive v0.1.0 |
989 | 2024-08-09T20:34:07.767Z | Downloaded lock_api v0.4.12 |
990 | 2024-08-09T20:34:07.767Z | Downloaded impl-trait-for-tuples v0.2.2 |
991 | 2024-08-09T20:34:07.769Z | Downloaded libloading v0.8.3 |
992 | 2024-08-09T20:34:07.772Z | Downloaded bb8 v0.8.5 |
993 | 2024-08-09T20:34:07.772Z | Downloaded cobs v0.2.3 |
994 | 2024-08-09T20:34:07.772Z | Downloaded block-padding v0.3.3 |
995 | 2024-08-09T20:34:07.775Z | Downloaded chacha20 v0.9.1 |
996 | 2024-08-09T20:34:07.775Z | Downloaded sqlformat v0.2.4 |
997 | 2024-08-09T20:34:07.778Z | Downloaded lru v0.12.3 |
998 | 2024-08-09T20:34:07.778Z | Downloaded linked-hash-map v0.5.6 |
999 | 2024-08-09T20:34:07.778Z | Downloaded bitfield v0.14.0 |
1000 | 2024-08-09T20:34:07.781Z | Downloaded async-trait v0.1.81 |
1001 | 2024-08-09T20:34:07.784Z | Downloaded lazy_static v1.5.0 |
1002 | 2024-08-09T20:34:07.784Z | Downloaded lazycell v1.3.0 |
1003 | 2024-08-09T20:34:07.787Z | Downloaded crossbeam-epoch v0.9.18 |
1004 | 2024-08-09T20:34:07.787Z | Downloaded memoffset v0.9.1 |
1005 | 2024-08-09T20:34:07.790Z | Downloaded kstat-rs v0.2.4 |
1006 | 2024-08-09T20:34:07.790Z | Downloaded cookie v0.18.1 |
1007 | 2024-08-09T20:34:07.793Z | Downloaded libsw v3.3.1 |
1008 | 2024-08-09T20:34:07.793Z | Downloaded keccak v0.1.5 |
1009 | 2024-08-09T20:34:07.795Z | Downloaded crucible-workspace-hack v0.1.0 |
1010 | 2024-08-09T20:34:07.795Z | Downloaded console v0.15.8 |
1011 | 2024-08-09T20:34:07.798Z | Downloaded ciborium v0.2.2 |
1012 | 2024-08-09T20:34:07.801Z | Downloaded addr2line v0.21.0 |
1013 | 2024-08-09T20:34:07.801Z | Downloaded num_threads v0.1.7 |
1014 | 2024-08-09T20:34:07.803Z | Downloaded newline-converter v0.3.0 |
1015 | 2024-08-09T20:34:07.804Z | Downloaded backoff v0.4.0 |
1016 | 2024-08-09T20:34:07.806Z | Downloaded nodrop v0.1.14 |
1017 | 2024-08-09T20:34:07.806Z | Downloaded bzip2 v0.4.4 |
1018 | 2024-08-09T20:34:07.809Z | Downloaded data-encoding v2.6.0 |
1019 | 2024-08-09T20:34:07.892Z | Compiling cfg-if v1.0.0 |
1020 | 2024-08-09T20:34:07.892Z | Compiling serde v1.0.205 |
1021 | 2024-08-09T20:34:07.895Z | Compiling lock_api v0.4.12 |
1022 | 2024-08-09T20:34:07.896Z | Compiling scopeguard v1.2.0 |
1023 | 2024-08-09T20:34:08.037Z | Compiling log v0.4.21 |
1024 | 2024-08-09T20:34:08.063Z | Compiling syn v2.0.72 |
1025 | 2024-08-09T20:34:08.063Z | Compiling cc v1.0.97 |
1026 | 2024-08-09T20:34:08.063Z | Compiling typenum v1.17.0 |
1027 | 2024-08-09T20:34:08.101Z | Compiling getrandom v0.2.14 |
1028 | 2024-08-09T20:34:08.156Z | Compiling generic-array v0.14.7 |
1029 | 2024-08-09T20:34:08.443Z | Compiling rand_core v0.6.4 |
1030 | 2024-08-09T20:34:08.472Z | Compiling pin-project-lite v0.2.14 |
1031 | 2024-08-09T20:34:08.580Z | Compiling parking_lot_core v0.9.10 |
1032 | 2024-08-09T20:34:08.610Z | Compiling smallvec v1.13.2 |
1033 | 2024-08-09T20:34:08.656Z | Compiling signal-hook-registry v1.4.2 |
1034 | 2024-08-09T20:34:08.877Z | Compiling spin v0.9.8 |
1035 | 2024-08-09T20:34:08.953Z | Compiling mio v0.8.11 |
1036 | 2024-08-09T20:34:09.127Z | Compiling ahash v0.8.11 |
1037 | 2024-08-09T20:34:09.370Z | Compiling futures-core v0.3.30 |
1038 | 2024-08-09T20:34:09.482Z | Compiling tinyvec_macros v0.1.1 |
1039 | 2024-08-09T20:34:09.575Z | Compiling parking_lot v0.12.2 |
1040 | 2024-08-09T20:34:09.579Z | Compiling tinyvec v1.6.0 |
1041 | 2024-08-09T20:34:09.686Z | Compiling num_cpus v1.16.0 |
1042 | 2024-08-09T20:34:09.822Z | Compiling socket2 v0.5.7 |
1043 | 2024-08-09T20:34:09.839Z | Compiling subtle v2.5.0 |
1044 | 2024-08-09T20:34:10.211Z | Compiling serde_json v1.0.122 |
1045 | 2024-08-09T20:34:10.435Z | Compiling libm v0.2.8 |
1046 | 2024-08-09T20:34:10.544Z | Compiling const-oid v0.9.6 |
1047 | 2024-08-09T20:34:10.602Z | Compiling slab v0.4.9 |
1048 | 2024-08-09T20:34:10.830Z | Compiling num-traits v0.2.19 |
1049 | 2024-08-09T20:34:10.866Z | Compiling unicode-bidi v0.3.15 |
1050 | 2024-08-09T20:34:10.884Z | Compiling futures-sink v0.3.30 |
1051 | 2024-08-09T20:34:10.919Z | Compiling allocator-api2 v0.2.18 |
1052 | 2024-08-09T20:34:11.128Z | Compiling unicode-normalization v0.1.23 |
1053 | 2024-08-09T20:34:11.649Z | Compiling futures-channel v0.3.30 |
1054 | 2024-08-09T20:34:11.683Z | Compiling futures-io v0.3.30 |
1055 | 2024-08-09T20:34:11.715Z | Compiling pin-utils v0.1.0 |
1056 | 2024-08-09T20:34:11.808Z | Compiling pkg-config v0.3.30 |
1057 | 2024-08-09T20:34:12.019Z | Compiling futures-task v0.3.30 |
1058 | 2024-08-09T20:34:12.057Z | Compiling vcpkg v0.2.15 |
1059 | 2024-08-09T20:34:12.311Z | Compiling ring v0.17.8 |
1060 | 2024-08-09T20:34:12.390Z | Compiling ppv-lite86 v0.2.17 |
1061 | 2024-08-09T20:34:12.514Z | Compiling percent-encoding v2.3.1 |
1062 | 2024-08-09T20:34:12.517Z | Compiling tracing-core v0.1.32 |
1063 | 2024-08-09T20:34:12.876Z | Compiling num-conv v0.1.0 |
1064 | 2024-08-09T20:34:13.145Z | Compiling rand_chacha v0.3.1 |
1065 | 2024-08-09T20:34:13.163Z | Compiling untrusted v0.9.0 |
1066 | 2024-08-09T20:34:13.338Z | Compiling time-core v0.1.2 |
1067 | 2024-08-09T20:34:13.365Z | Compiling syn v1.0.109 |
1068 | 2024-08-09T20:34:13.511Z | Compiling rustix v0.38.34 |
1069 | 2024-08-09T20:34:13.870Z | Compiling powerfmt v0.2.0 |
1070 | 2024-08-09T20:34:14.035Z | Compiling rand v0.8.5 |
1071 | 2024-08-09T20:34:14.173Z | Compiling openssl-sys v0.9.103 |
1072 | 2024-08-09T20:34:14.216Z | Compiling deranged v0.3.11 |
1073 | 2024-08-09T20:34:14.259Z | Compiling time-macros v0.2.18 |
1074 | 2024-08-09T20:34:14.428Z | Compiling base64ct v1.6.0 |
1075 | 2024-08-09T20:34:14.947Z | Compiling num_threads v0.1.7 |
1076 | 2024-08-09T20:34:15.075Z | Compiling foreign-types-shared v0.1.1 |
1077 | 2024-08-09T20:34:15.186Z | Compiling httparse v1.8.0 |
1078 | 2024-08-09T20:34:15.311Z | Compiling openssl v0.10.66 |
1079 | 2024-08-09T20:34:15.602Z | Compiling rustversion v1.0.17 |
1080 | 2024-08-09T20:34:15.694Z | Compiling foreign-types v0.3.2 |
1081 | 2024-08-09T20:34:15.781Z | Compiling pem-rfc7468 v0.7.0 |
1082 | 2024-08-09T20:34:15.980Z | Compiling form_urlencoded v1.2.1 |
1083 | 2024-08-09T20:34:16.236Z | Compiling rustls v0.21.12 |
1084 | 2024-08-09T20:34:16.305Z | Compiling siphasher v0.3.11 |
1085 | 2024-08-09T20:34:16.436Z | Compiling crossbeam-utils v0.8.19 |
1086 | 2024-08-09T20:34:16.467Z | Compiling try-lock v0.2.5 |
1087 | 2024-08-09T20:34:16.608Z | Compiling flagset v0.4.5 |
1088 | 2024-08-09T20:34:16.647Z | Compiling native-tls v0.2.11 |
1089 | 2024-08-09T20:34:16.820Z | Compiling want v0.3.1 |
1090 | 2024-08-09T20:34:17.067Z | Compiling idna v0.5.0 |
1091 | 2024-08-09T20:34:17.229Z | Compiling time v0.3.36 |
1092 | 2024-08-09T20:34:17.719Z | Compiling lazy_static v1.5.0 |
1093 | 2024-08-09T20:34:17.835Z | Compiling aho-corasick v1.1.3 |
1094 | 2024-08-09T20:34:17.946Z | Compiling cookie v0.17.0 |
1095 | 2024-08-09T20:34:18.216Z | Compiling cpufeatures v0.2.12 |
1096 | 2024-08-09T20:34:18.306Z | Compiling openssl-probe v0.1.5 |
1097 | 2024-08-09T20:34:18.340Z | Compiling signal-hook v0.3.17 |
1098 | 2024-08-09T20:34:18.614Z | Compiling iana-time-zone v0.1.60 |
1099 | 2024-08-09T20:34:18.646Z | Compiling slog v2.7.0 |
1100 | 2024-08-09T20:34:18.669Z | Compiling finl_unicode v1.2.0 |
1101 | 2024-08-09T20:34:19.091Z | Compiling adler v1.0.2 |
1102 | 2024-08-09T20:34:19.228Z | Compiling regex-syntax v0.8.3 |
1103 | 2024-08-09T20:34:19.258Z | Compiling tower-service v0.3.2 |
1104 | 2024-08-09T20:34:19.297Z | Compiling httpdate v1.0.3 |
1105 | 2024-08-09T20:34:19.437Z | Compiling miniz_oxide v0.7.2 |
1106 | 2024-08-09T20:34:19.740Z | Compiling stringprep v0.1.4 |
1107 | 2024-08-09T20:34:20.961Z | Compiling url v2.5.2 |
1108 | 2024-08-09T20:34:22.007Z | Compiling serde_derive v1.0.205 |
1109 | 2024-08-09T20:34:22.264Z | Compiling zeroize_derive v1.4.2 |
1110 | 2024-08-09T20:34:22.385Z | Compiling zerocopy-derive v0.7.34 |
1111 | 2024-08-09T20:34:22.824Z | Compiling tokio-macros v2.3.0 |
1112 | 2024-08-09T20:34:23.119Z | Compiling thiserror-impl v1.0.63 |
1113 | 2024-08-09T20:34:23.870Z | Compiling zeroize v1.7.0 |
1114 | 2024-08-09T20:34:24.484Z | Compiling futures-macro v0.3.30 |
1115 | 2024-08-09T20:34:24.684Z | Compiling zerocopy v0.7.34 |
1116 | 2024-08-09T20:34:25.617Z | Compiling tracing-attributes v0.1.27 |
1117 | 2024-08-09T20:34:25.698Z | Compiling crypto-common v0.1.6 |
1118 | 2024-08-09T20:34:25.737Z | Compiling block-buffer v0.10.4 |
1119 | 2024-08-09T20:34:25.931Z | Compiling scroll_derive v0.12.0 |
1120 | 2024-08-09T20:34:26.001Z | Compiling digest v0.10.7 |
1121 | 2024-08-09T20:34:26.464Z | Compiling hmac v0.12.1 |
1122 | 2024-08-09T20:34:26.486Z | Compiling thiserror v1.0.63 |
1123 | 2024-08-09T20:34:26.489Z | Compiling futures-util v0.3.30 |
1124 | 2024-08-09T20:34:26.619Z | Compiling pest v2.7.10 |
1125 | 2024-08-09T20:34:26.683Z | Compiling der_derive v0.7.2 |
1126 | 2024-08-09T20:34:26.937Z | Compiling hashbrown v0.14.5 |
1127 | 2024-08-09T20:34:27.402Z | Compiling scroll v0.12.0 |
1128 | 2024-08-09T20:34:27.973Z | Compiling goblin v0.8.2 |
1129 | 2024-08-09T20:34:28.289Z | Compiling openssl-macros v0.1.1 |
1130 | 2024-08-09T20:34:29.106Z | Compiling sct v0.7.1 |
1131 | 2024-08-09T20:34:29.243Z | Compiling pest_meta v2.7.10 |
1132 | 2024-08-09T20:34:29.418Z | Compiling der v0.7.9 |
1133 | 2024-08-09T20:34:29.442Z | Compiling rustls-webpki v0.101.7 |
1134 | 2024-08-09T20:34:29.459Z | Compiling tracing v0.1.40 |
1135 | 2024-08-09T20:34:29.674Z | Compiling md-5 v0.10.6 |
1136 | 2024-08-09T20:34:29.925Z | Compiling sha2 v0.10.8 |
1137 | 2024-08-09T20:34:29.948Z | Compiling regex-automata v0.4.6 |
1138 | 2024-08-09T20:34:31.365Z | Compiling pest_generator v2.7.10 |
1139 | 2024-08-09T20:34:32.714Z | Compiling spki v0.7.3 |
1140 | 2024-08-09T20:34:33.086Z | Compiling num-integer v0.1.46 |
1141 | 2024-08-09T20:34:33.370Z | Compiling idna v0.3.0 |
1142 | 2024-08-09T20:34:33.606Z | Compiling backtrace v0.3.71 |
1143 | 2024-08-09T20:34:33.905Z | Compiling hash32 v0.2.1 |
1144 | 2024-08-09T20:34:34.142Z | Compiling base64 v0.22.1 |
1145 | 2024-08-09T20:34:34.305Z | Compiling gimli v0.28.1 |
1146 | 2024-08-09T20:34:34.308Z | Compiling pest_derive v2.7.10 |
1147 | 2024-08-09T20:34:34.899Z | Compiling fallible-iterator v0.2.0 |
1148 | 2024-08-09T20:34:34.973Z | Compiling stable_deref_trait v1.2.0 |
1149 | 2024-08-09T20:34:35.073Z | Compiling crc32fast v1.4.0 |
1150 | 2024-08-09T20:34:35.112Z | Compiling dtrace-parser v0.2.0 |
1151 | 2024-08-09T20:34:35.614Z | Compiling psl-types v2.0.11 |
1152 | 2024-08-09T20:34:35.617Z | Compiling smoltcp v0.9.1 |
1153 | 2024-08-09T20:34:35.810Z | Compiling publicsuffix v2.2.3 |
1154 | 2024-08-09T20:34:36.158Z | Compiling pkcs8 v0.10.2 |
1155 | 2024-08-09T20:34:36.362Z | Compiling bytes v1.7.1 |
1156 | 2024-08-09T20:34:36.740Z | Compiling bitflags v2.6.0 |
1157 | 2024-08-09T20:34:37.192Z | Compiling indexmap v2.3.0 |
1158 | 2024-08-09T20:34:37.263Z | Compiling tokio v1.38.1 |
1159 | 2024-08-09T20:34:37.627Z | Compiling http v0.2.12 |
1160 | 2024-08-09T20:34:38.335Z | Compiling semver v1.0.23 |
1161 | 2024-08-09T20:34:39.095Z | Compiling rustc_version v0.4.0 |
1162 | 2024-08-09T20:34:39.368Z | Compiling http-body v0.4.6 |
1163 | 2024-08-09T20:34:39.836Z | Compiling dof v0.3.0 |
1164 | 2024-08-09T20:34:39.918Z | Compiling heapless v0.7.17 |
1165 | 2024-08-09T20:34:40.240Z | Compiling uuid v1.10.0 |
1166 | 2024-08-09T20:34:40.452Z | Compiling serde_tokenstream v0.2.1 |
1167 | 2024-08-09T20:34:41.002Z | Compiling usdt-impl v0.5.0 |
1168 | 2024-08-09T20:34:41.656Z | Compiling toml_datetime v0.6.8 |
1169 | 2024-08-09T20:34:41.721Z | Compiling chrono v0.4.38 |
1170 | 2024-08-09T20:34:41.762Z | Compiling serde_spanned v0.6.7 |
1171 | 2024-08-09T20:34:42.002Z | Compiling terminal_size v0.3.0 |
1172 | 2024-08-09T20:34:42.147Z | Compiling addr2line v0.21.0 |
1173 | 2024-08-09T20:34:42.187Z | Compiling postgres-protocol v0.6.7 |
1174 | 2024-08-09T20:34:42.653Z | Compiling hubpack_derive v0.1.1 |
1175 | 2024-08-09T20:34:42.718Z | Compiling block-padding v0.3.3 |
1176 | 2024-08-09T20:34:42.825Z | Compiling zerocopy-derive v0.6.6 |
1177 | 2024-08-09T20:34:42.969Z | Compiling async-trait v0.1.81 |
1178 | 2024-08-09T20:34:44.382Z | Compiling phf_shared v0.11.2 |
1179 | 2024-08-09T20:34:44.409Z | Compiling serde_derive_internals v0.29.1 |
1180 | 2024-08-09T20:34:44.534Z | Compiling ff v0.13.0 |
1181 | 2024-08-09T20:34:44.756Z | Compiling object v0.32.2 |
1182 | 2024-08-09T20:34:44.774Z | Compiling fs-err v2.11.0 |
1183 | 2024-08-09T20:34:45.059Z | Compiling base16ct v0.2.0 |
1184 | 2024-08-09T20:34:45.077Z | Compiling base64 v0.21.7 |
1185 | 2024-08-09T20:34:45.370Z | Compiling tokio-util v0.7.11 |
1186 | 2024-08-09T20:34:45.390Z | Compiling tokio-rustls v0.24.1 |
1187 | 2024-08-09T20:34:45.800Z | Compiling bit-vec v0.6.3 |
1188 | 2024-08-09T20:34:45.833Z | Compiling anyhow v1.0.86 |
1189 | 2024-08-09T20:34:46.267Z | Compiling tokio-native-tls v0.3.1 |
1190 | 2024-08-09T20:34:46.417Z | Compiling h2 v0.3.26 |
1191 | 2024-08-09T20:34:46.471Z | Compiling matches v0.1.10 |
1192 | 2024-08-09T20:34:46.541Z | Compiling winnow v0.5.40 |
1193 | 2024-08-09T20:34:46.562Z | Compiling ipnet v2.9.0 |
1194 | 2024-08-09T20:34:46.742Z | Compiling either v1.13.0 |
1195 | 2024-08-09T20:34:47.178Z | Compiling schemars v0.8.21 |
1196 | 2024-08-09T20:34:47.206Z | Compiling bitflags v1.3.2 |
1197 | 2024-08-09T20:34:47.316Z | Compiling managed v0.8.0 |
1198 | 2024-08-09T20:34:47.534Z | Compiling regex-automata v0.1.10 |
1199 | 2024-08-09T20:34:47.719Z | Compiling rustc-demangle v0.1.24 |
1200 | 2024-08-09T20:34:48.043Z | Compiling bstr v0.2.17 |
1201 | 2024-08-09T20:34:48.458Z | Compiling clap_builder v4.5.13 |
1202 | 2024-08-09T20:34:48.704Z | Compiling schemars_derive v0.8.21 |
1203 | 2024-08-09T20:34:49.510Z | Compiling idna v0.2.3 |
1204 | 2024-08-09T20:34:50.142Z | Compiling toml_edit v0.19.15 |
1205 | 2024-08-09T20:34:50.480Z | Compiling rustls-pemfile v1.0.4 |
1206 | 2024-08-09T20:34:50.917Z | Compiling sec1 v0.7.3 |
1207 | 2024-08-09T20:34:51.084Z | Compiling zerocopy v0.6.6 |
1208 | 2024-08-09T20:34:52.059Z | Compiling group v0.13.0 |
1209 | 2024-08-09T20:34:52.131Z | Compiling phf v0.11.2 |
1210 | 2024-08-09T20:34:52.152Z | Compiling signal-hook-mio v0.2.3 |
1211 | 2024-08-09T20:34:52.312Z | Compiling postgres-types v0.2.7 |
1212 | 2024-08-09T20:34:52.358Z | Compiling cookie_store v0.20.0 |
1213 | 2024-08-09T20:34:52.426Z | Compiling hubpack v0.1.2 |
1214 | 2024-08-09T20:34:52.591Z | Compiling inout v0.1.3 |
1215 | 2024-08-09T20:34:52.860Z | Compiling usdt-attr-macro v0.5.0 |
1216 | 2024-08-09T20:34:52.899Z | Compiling usdt-macro v0.5.0 |
1217 | 2024-08-09T20:34:53.809Z | Compiling hyper v0.14.30 |
1218 | 2024-08-09T20:34:53.850Z | Compiling serde_urlencoded v0.7.1 |
1219 | 2024-08-09T20:34:54.418Z | Compiling regex v1.10.6 |
1220 | 2024-08-09T20:34:54.542Z | Compiling num-bigint v0.4.5 |
1221 | 2024-08-09T20:34:54.720Z | Compiling futures-executor v0.3.30 |
1222 | 2024-08-09T20:34:54.910Z | Compiling enum-as-inner v0.5.1 |
1223 | 2024-08-09T20:34:55.290Z | Compiling hkdf v0.12.4 |
1224 | 2024-08-09T20:34:55.495Z | Compiling crypto-bigint v0.5.5 |
1225 | 2024-08-09T20:34:55.545Z | Compiling serde_repr v0.1.19 |
1226 | 2024-08-09T20:34:55.964Z | Compiling clap_derive v4.5.13 |
1227 | 2024-08-09T20:34:56.760Z | Compiling strum_macros v0.25.3 |
1228 | 2024-08-09T20:34:57.103Z | Compiling phf_shared v0.10.0 |
1229 | 2024-08-09T20:34:57.483Z | Compiling float-cmp v0.9.0 |
1230 | 2024-08-09T20:34:57.686Z | Compiling encoding_rs v0.8.34 |
1231 | 2024-08-09T20:34:57.729Z | Compiling minimal-lexical v0.2.1 |
1232 | 2024-08-09T20:34:58.101Z | Compiling difflib v0.4.0 |
1233 | 2024-08-09T20:34:58.241Z | Compiling sync_wrapper v0.1.2 |
1234 | 2024-08-09T20:34:58.375Z | Compiling predicates-core v1.0.6 |
1235 | 2024-08-09T20:34:58.743Z | Compiling precomputed-hash v0.1.1 |
1236 | 2024-08-09T20:34:58.864Z | Compiling dyn-clone v1.0.17 |
1237 | 2024-08-09T20:34:59.139Z | Compiling mime v0.3.17 |
1238 | 2024-08-09T20:34:59.742Z | Compiling static_assertions v1.1.0 |
1239 | 2024-08-09T20:34:59.764Z | Compiling unicode-segmentation v1.11.0 |
1240 | 2024-08-09T20:34:59.845Z | Compiling data-encoding v2.6.0 |
1241 | 2024-08-09T20:35:00.652Z | Compiling normalize-line-endings v0.3.0 |
1242 | 2024-08-09T20:35:00.777Z | Compiling hyper-tls v0.5.0 |
1243 | 2024-08-09T20:35:00.929Z | Compiling hyper-rustls v0.24.2 |
1244 | 2024-08-09T20:35:00.998Z | Compiling whoami v1.5.1 |
1245 | 2024-08-09T20:35:01.107Z | Compiling new_debug_unreachable v1.0.6 |
1246 | 2024-08-09T20:35:01.202Z | Compiling webpki-roots v0.25.4 |
1247 | 2024-08-09T20:35:01.267Z | Compiling fixedbitset v0.4.2 |
1248 | 2024-08-09T20:35:01.358Z | Compiling console v0.15.8 |
1249 | 2024-08-09T20:35:01.511Z | Compiling reqwest v0.11.27 |
1250 | 2024-08-09T20:35:01.641Z | Compiling petgraph v0.6.5 |
1251 | 2024-08-09T20:35:01.723Z | Compiling tokio-postgres v0.7.11 |
1252 | 2024-08-09T20:35:02.138Z | Compiling string_cache v0.8.7 |
1253 | 2024-08-09T20:35:02.196Z | Compiling clap v4.5.13 |
1254 | 2024-08-09T20:35:02.318Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1255 | 2024-08-09T20:35:02.608Z | Compiling predicates v3.1.2 |
1256 | 2024-08-09T20:35:02.859Z | Compiling trust-dns-proto v0.22.0 |
1257 | 2024-08-09T20:35:03.877Z | Compiling similar v2.5.0 |
1258 | 2024-08-09T20:35:05.510Z | Compiling elliptic-curve v0.13.8 |
1259 | 2024-08-09T20:35:05.819Z | Compiling nom v7.1.3 |
1260 | 2024-08-09T20:35:06.368Z | Compiling toml_edit v0.22.20 |
1261 | 2024-08-09T20:35:06.465Z | Compiling usdt v0.5.0 |
1262 | 2024-08-09T20:35:06.951Z | Compiling yasna v0.5.2 |
1263 | 2024-08-09T20:35:07.492Z | Compiling futures v0.3.30 |
1264 | 2024-08-09T20:35:07.606Z | Compiling flate2 v1.0.31 |
1265 | 2024-08-09T20:35:08.212Z | Compiling toml v0.7.8 |
1266 | 2024-08-09T20:35:08.583Z | Compiling cipher v0.4.4 |
1267 | 2024-08-09T20:35:08.700Z | Compiling crossterm v0.27.0 |
1268 | 2024-08-09T20:35:09.510Z | Compiling itertools v0.12.1 |
1269 | 2024-08-09T20:35:09.820Z | Compiling itertools v0.10.5 |
1270 | 2024-08-09T20:35:09.974Z | Compiling bit-set v0.5.3 |
1271 | 2024-08-09T20:35:09.976Z | Compiling tokio-stream v0.1.15 |
1272 | 2024-08-09T20:35:10.271Z | Compiling openapiv3 v2.0.0 |
1273 | 2024-08-09T20:35:10.989Z | Compiling hex v0.4.3 |
1274 | 2024-08-09T20:35:11.383Z | Compiling bstr v1.9.1 |
1275 | 2024-08-09T20:35:11.571Z | Compiling num-iter v0.1.45 |
1276 | 2024-08-09T20:35:11.757Z | Compiling crossbeam-epoch v0.9.18 |
1277 | 2024-08-09T20:35:12.537Z | Compiling dirs-sys-next v0.1.2 |
1278 | 2024-08-09T20:35:12.537Z | Compiling peg-runtime v0.8.3 |
1279 | 2024-08-09T20:35:12.641Z | Compiling unicode-xid v0.2.4 |
1280 | 2024-08-09T20:35:12.644Z | Compiling lalrpop-util v0.19.12 |
1281 | 2024-08-09T20:35:12.824Z | Compiling dirs-next v2.0.0 |
1282 | 2024-08-09T20:35:12.963Z | Compiling thread_local v1.1.8 |
1283 | 2024-08-09T20:35:13.013Z | Compiling slog-async v2.8.0 |
1284 | 2024-08-09T20:35:13.169Z | Compiling term v0.7.0 |
1285 | 2024-08-09T20:35:13.189Z | Compiling xattr v1.3.1 |
1286 | 2024-08-09T20:35:13.211Z | Compiling strum_macros v0.26.4 |
1287 | 2024-08-09T20:35:13.458Z | Compiling crossbeam-channel v0.5.12 |
1288 | 2024-08-09T20:35:13.512Z | Compiling filetime v0.2.23 |
1289 | 2024-08-09T20:35:13.620Z | Compiling is-terminal v0.4.12 |
1290 | 2024-08-09T20:35:13.747Z | Compiling take_mut v0.2.2 |
1291 | 2024-08-09T20:35:13.816Z | Compiling slog-term v2.9.1 |
1292 | 2024-08-09T20:35:13.903Z | Compiling tar v0.4.41 |
1293 | 2024-08-09T20:35:14.653Z | Compiling camino v1.1.7 |
1294 | 2024-08-09T20:35:15.813Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1295 | 2024-08-09T20:35:16.533Z | Compiling strum v0.26.3 |
1296 | 2024-08-09T20:35:16.610Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1297 | 2024-08-09T20:35:21.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
1298 | 2024-08-09T20:35:22.097Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1299 | 2024-08-09T20:35:22.141Z | Aug 09 20:35:21.479 INFO Starting download, target: Clickhouse |
1300 | 2024-08-09T20:35:22.141Z | Aug 09 20:35:21.479 INFO Starting download, target: DendriteOpenapi |
1301 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.479 INFO Starting download, target: Console |
1302 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.479 INFO Starting download, target: DendriteStub |
1303 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.479 INFO Starting download, target: Cockroach |
1304 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.479 INFO Starting download, target: MaghemiteMgd |
1305 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.479 INFO Starting download, target: TransceiverControl |
1306 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.480 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1307 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.480 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1308 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.480 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1309 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.480 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1310 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.480 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1311 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.480 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1312 | 2024-08-09T20:35:22.145Z | Aug 09 20:35:21.480 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1313 | 2024-08-09T20:35:22.319Z | Aug 09 20:35:21.654 INFO Download complete, target: DendriteOpenapi |
1314 | 2024-08-09T20:35:22.541Z | Aug 09 20:35:21.876 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1315 | 2024-08-09T20:35:22.756Z | Aug 09 20:35:22.094 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1316 | 2024-08-09T20:35:22.780Z | Aug 09 20:35:22.118 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1317 | 2024-08-09T20:35:22.812Z | Aug 09 20:35:22.146 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1318 | 2024-08-09T20:35:23.148Z | Aug 09 20:35:22.479 INFO Download complete, target: Console |
1319 | 2024-08-09T20:35:23.313Z | Aug 09 20:35:22.649 INFO Download complete, target: TransceiverControl |
1320 | 2024-08-09T20:35:24.277Z | Aug 09 20:35:23.615 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1321 | 2024-08-09T20:35:25.685Z | Aug 09 20:35:25.022 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1322 | 2024-08-09T20:35:25.685Z | Aug 09 20:35:25.022 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1323 | 2024-08-09T20:35:25.889Z | Aug 09 20:35:25.227 INFO Download complete, target: DendriteStub |
1324 | 2024-08-09T20:35:26.129Z | Aug 09 20:35:25.466 INFO Download complete, target: MaghemiteMgd |
1325 | 2024-08-09T20:35:33.581Z | Aug 09 20:35:32.917 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1326 | 2024-08-09T20:35:33.885Z | Aug 09 20:35:33.221 INFO Checking that binary works, target: Cockroach |
1327 | 2024-08-09T20:35:34.038Z | Aug 09 20:35:33.374 INFO Download complete, target: Cockroach |
1328 | 2024-08-09T20:35:37.986Z | Aug 09 20:35:37.321 INFO Checking that binary works, target: Clickhouse |
1329 | 2024-08-09T20:35:38.413Z | Aug 09 20:35:37.748 INFO Download complete, target: Clickhouse |
1330 | 2024-08-09T20:35:38.578Z | All builder prerequisites installed successfully, and PATH looks valid |
1331 | 2024-08-09T20:35:38.581Z | |
1332 | 2024-08-09T20:35:38.581Z | real 3:52.756928852 |
1333 | 2024-08-09T20:35:38.581Z | user 10:58.444006131 |
1334 | 2024-08-09T20:35:38.581Z | sys 2:21.953772049 |
1335 | 2024-08-09T20:35:38.581Z | trap 0.409888079 |
1336 | 2024-08-09T20:35:38.581Z | tflt 5.424384258 |
1337 | 2024-08-09T20:35:38.582Z | dflt 7.400981600 |
1338 | 2024-08-09T20:35:38.582Z | kflt 0.280654185 |
1339 | 2024-08-09T20:35:38.582Z | lock 20:39.810844053 |
1340 | 2024-08-09T20:35:38.582Z | slp 43:35.560182496 |
1341 | 2024-08-09T20:35:38.582Z | lat 37.966689830 |
1342 | 2024-08-09T20:35:38.582Z | stop 1:38.502359651 |
1343 | 2024-08-09T20:35:38.582Z | + banner clippy |
1344 | 2024-08-09T20:35:38.585Z | |
1345 | 2024-08-09T20:35:38.585Z | #### # # ##### ##### # # |
1346 | 2024-08-09T20:35:38.585Z | # # # # # # # # # # |
1347 | 2024-08-09T20:35:38.585Z | # # # # # # # # |
1348 | 2024-08-09T20:35:38.585Z | # # # ##### ##### # |
1349 | 2024-08-09T20:35:38.585Z | # # # # # # # |
1350 | 2024-08-09T20:35:38.585Z | #### ###### # # # # |
1351 | 2024-08-09T20:35:38.585Z | |
1352 | 2024-08-09T20:35:38.585Z | + export CARGO_INCREMENTAL=0 |
1353 | 2024-08-09T20:35:38.585Z | + CARGO_INCREMENTAL=0 |
1354 | 2024-08-09T20:35:38.585Z | + ptime -m cargo xtask clippy |
1355 | 2024-08-09T20:35:39.127Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1356 | 2024-08-09T20:35:42.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
1357 | 2024-08-09T20:35:42.539Z | Running `target/debug/xtask clippy` |
1358 | 2024-08-09T20:35:42.557Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1359 | 2024-08-09T20:35:43.236Z | Downloading crates ... |
1360 | 2024-08-09T20:35:43.491Z | Downloaded anes v0.1.6 |
1361 | 2024-08-09T20:35:43.507Z | Downloaded md5 v0.7.0 |
1362 | 2024-08-09T20:35:43.510Z | Downloaded escape8259 v0.5.2 |
1363 | 2024-08-09T20:35:43.510Z | Downloaded doc-comment v0.3.3 |
1364 | 2024-08-09T20:35:43.516Z | Downloaded pathdiff v0.2.1 |
1365 | 2024-08-09T20:35:43.525Z | Downloaded guppy-workspace-hack v0.1.0 |
1366 | 2024-08-09T20:35:43.530Z | Downloaded http-body v1.0.0 |
1367 | 2024-08-09T20:35:43.533Z | Downloaded dhcproto-macros v0.1.0 |
1368 | 2024-08-09T20:35:43.538Z | Downloaded tower-layer v0.3.2 |
1369 | 2024-08-09T20:35:43.541Z | Downloaded nested v0.1.1 |
1370 | 2024-08-09T20:35:43.541Z | Downloaded russh-cryptovec v0.7.2 |
1371 | 2024-08-09T20:35:43.544Z | Downloaded ctr v0.9.2 |
1372 | 2024-08-09T20:35:43.547Z | Downloaded oorandom v11.1.3 |
1373 | 2024-08-09T20:35:43.550Z | Downloaded dirs v5.0.1 |
1374 | 2024-08-09T20:35:43.550Z | Downloaded cbc v0.1.2 |
1375 | 2024-08-09T20:35:43.554Z | Downloaded plotters-svg v0.3.5 |
1376 | 2024-08-09T20:35:43.557Z | Downloaded hex-literal v0.4.1 |
1377 | 2024-08-09T20:35:43.557Z | Downloaded threadpool v1.8.1 |
1378 | 2024-08-09T20:35:43.560Z | Downloaded rand_core v0.5.1 |
1379 | 2024-08-09T20:35:43.563Z | Downloaded pbkdf2 v0.12.2 |
1380 | 2024-08-09T20:35:43.566Z | Downloaded internet-checksum v0.2.1 |
1381 | 2024-08-09T20:35:43.566Z | Downloaded ed25519 v2.2.3 |
1382 | 2024-08-09T20:35:43.569Z | Downloaded blowfish v0.9.1 |
1383 | 2024-08-09T20:35:43.572Z | Downloaded ghash v0.5.1 |
1384 | 2024-08-09T20:35:43.575Z | Downloaded dirs-sys v0.4.1 |
1385 | 2024-08-09T20:35:43.575Z | Downloaded bcrypt-pbkdf v0.10.0 |
1386 | 2024-08-09T20:35:43.578Z | Downloaded futures-timer v3.0.3 |
1387 | 2024-08-09T20:35:43.578Z | Downloaded datatest-stable v0.2.9 |
1388 | 2024-08-09T20:35:43.581Z | Downloaded criterion-plot v0.5.0 |
1389 | 2024-08-09T20:35:43.581Z | Downloaded aes v0.8.4 |
1390 | 2024-08-09T20:35:43.585Z | Downloaded rfc6979 v0.4.0 |
1391 | 2024-08-09T20:35:43.588Z | Downloaded rand_chacha v0.2.2 |
1392 | 2024-08-09T20:35:43.588Z | Downloaded approx v0.5.1 |
1393 | 2024-08-09T20:35:43.588Z | Downloaded yansi v0.5.1 |
1394 | 2024-08-09T20:35:43.592Z | Downloaded target-spec v3.2.1 |
1395 | 2024-08-09T20:35:43.592Z | Downloaded polyval v0.6.2 |
1396 | 2024-08-09T20:35:43.592Z | Downloaded pbkdf2 v0.11.0 |
1397 | 2024-08-09T20:35:43.595Z | Downloaded primeorder v0.13.6 |
1398 | 2024-08-09T20:35:43.595Z | Downloaded plotters-backend v0.3.5 |
1399 | 2024-08-09T20:35:43.599Z | Downloaded partial-io v0.5.4 |
1400 | 2024-08-09T20:35:43.599Z | Downloaded getrandom v0.1.16 |
1401 | 2024-08-09T20:35:43.602Z | Downloaded hyper-rustls v0.26.0 |
1402 | 2024-08-09T20:35:43.605Z | Downloaded rustls-native-certs v0.7.0 |
1403 | 2024-08-09T20:35:43.605Z | Downloaded assert_cmd v2.0.15 |
1404 | 2024-08-09T20:35:43.609Z | Downloaded similar-asserts v1.5.0 |
1405 | 2024-08-09T20:35:43.609Z | Downloaded target-lexicon v0.12.16 |
1406 | 2024-08-09T20:35:43.611Z | Downloaded tinytemplate v1.2.1 |
1407 | 2024-08-09T20:35:43.614Z | Downloaded rust-argon2 v2.1.0 |
1408 | 2024-08-09T20:35:43.614Z | Downloaded password-hash v0.4.2 |
1409 | 2024-08-09T20:35:43.618Z | Downloaded libtest-mimic v0.7.3 |
1410 | 2024-08-09T20:35:43.618Z | Downloaded ecdsa v0.16.9 |
1411 | 2024-08-09T20:35:43.620Z | Downloaded russh-keys v0.43.0 |
1412 | 2024-08-09T20:35:43.623Z | Downloaded rstest v0.19.0 |
1413 | 2024-08-09T20:35:43.626Z | Downloaded option-ext v0.2.0 |
1414 | 2024-08-09T20:35:43.626Z | Downloaded relative-path v1.9.3 |
1415 | 2024-08-09T20:35:43.629Z | Downloaded dhcproto v0.12.0 |
1416 | 2024-08-09T20:35:43.632Z | Downloaded httptest v0.15.5 |
1417 | 2024-08-09T20:35:43.635Z | Downloaded cfg-expr v0.16.0 |
1418 | 2024-08-09T20:35:43.635Z | Downloaded p256 v0.13.2 |
1419 | 2024-08-09T20:35:43.638Z | Downloaded blake2b_simd v1.0.2 |
1420 | 2024-08-09T20:35:43.640Z | Downloaded cast v0.3.0 |
1421 | 2024-08-09T20:35:43.653Z | Downloaded trybuild v1.0.99 |
1422 | 2024-08-09T20:35:43.657Z | Downloaded rstest_macros v0.19.0 |
1423 | 2024-08-09T20:35:43.660Z | Downloaded rand_distr v0.4.3 |
1424 | 2024-08-09T20:35:43.663Z | Downloaded hyper-util v0.1.3 |
1425 | 2024-08-09T20:35:43.666Z | Downloaded pretty_assertions v1.4.0 |
1426 | 2024-08-09T20:35:43.669Z | Downloaded fancy-regex v0.13.0 |
1427 | 2024-08-09T20:35:43.672Z | Downloaded tower v0.4.13 |
1428 | 2024-08-09T20:35:43.680Z | Downloaded criterion v0.5.1 |
1429 | 2024-08-09T20:35:43.686Z | Downloaded russh v0.43.0 |
1430 | 2024-08-09T20:35:43.691Z | Downloaded guppy v0.17.7 |
1431 | 2024-08-09T20:35:43.696Z | Downloaded plotters v0.3.5 |
1432 | 2024-08-09T20:35:43.704Z | Downloaded p521 v0.13.3 |
1433 | 2024-08-09T20:35:43.708Z | Downloaded hyper v1.3.1 |
1434 | 2024-08-09T20:35:43.714Z | Downloaded aes-gcm v0.10.3 |
1435 | 2024-08-09T20:35:43.717Z | Downloaded rand v0.7.3 |
1436 | 2024-08-09T20:35:43.721Z | Downloaded ed25519-dalek v2.1.1 |
1437 | 2024-08-09T20:35:44.326Z | Checking cfg-if v1.0.0 |
1438 | 2024-08-09T20:35:44.388Z | Checking libc v0.2.155 |
1439 | 2024-08-09T20:35:44.404Z | Checking serde v1.0.205 |
1440 | 2024-08-09T20:35:44.422Z | Checking memchr v2.7.2 |
1441 | 2024-08-09T20:35:44.451Z | Checking scopeguard v1.2.0 |
1442 | 2024-08-09T20:35:44.451Z | Checking log v0.4.21 |
1443 | 2024-08-09T20:35:44.475Z | Checking itoa v1.0.11 |
1444 | 2024-08-09T20:35:44.497Z | Checking byteorder v1.5.0 |
1445 | 2024-08-09T20:35:44.518Z | Checking smallvec v1.13.2 |
1446 | 2024-08-09T20:35:44.593Z | Checking lock_api v0.4.12 |
1447 | 2024-08-09T20:35:44.686Z | Checking once_cell v1.19.0 |
1448 | 2024-08-09T20:35:44.728Z | Checking pin-project-lite v0.2.14 |
1449 | 2024-08-09T20:35:44.868Z | Checking zeroize v1.7.0 |
1450 | 2024-08-09T20:35:44.927Z | Checking libm v0.2.8 |
1451 | 2024-08-09T20:35:45.014Z | Checking ryu v1.0.18 |
1452 | 2024-08-09T20:35:45.070Z | Checking typenum v1.17.0 |
1453 | 2024-08-09T20:35:45.070Z | Checking spin v0.9.8 |
1454 | 2024-08-09T20:35:45.102Z | Checking futures-core v0.3.30 |
1455 | 2024-08-09T20:35:45.169Z | Checking thiserror v1.0.63 |
1456 | 2024-08-09T20:35:45.246Z | Checking zerocopy v0.7.34 |
1457 | 2024-08-09T20:35:45.286Z | Checking subtle v2.5.0 |
1458 | 2024-08-09T20:35:45.314Z | Checking futures-sink v0.3.30 |
1459 | 2024-08-09T20:35:45.384Z | Checking slab v0.4.9 |
1460 | 2024-08-09T20:35:45.445Z | Checking futures-channel v0.3.30 |
1461 | 2024-08-09T20:35:45.477Z | Checking getrandom v0.2.14 |
1462 | 2024-08-09T20:35:45.546Z | Checking parking_lot_core v0.9.10 |
1463 | 2024-08-09T20:35:45.642Z | Checking signal-hook-registry v1.4.2 |
1464 | 2024-08-09T20:35:45.730Z | Checking rand_core v0.6.4 |
1465 | 2024-08-09T20:35:45.770Z | Checking mio v0.8.11 |
1466 | 2024-08-09T20:35:45.794Z | Checking num-traits v0.2.19 |
1467 | 2024-08-09T20:35:45.871Z | Checking parking_lot v0.12.2 |
1468 | 2024-08-09T20:35:45.894Z | Checking num_cpus v1.16.0 |
1469 | 2024-08-09T20:35:46.005Z | Checking socket2 v0.5.7 |
1470 | 2024-08-09T20:35:46.035Z | Checking futures-io v0.3.30 |
1471 | 2024-08-09T20:35:46.195Z | Checking pin-utils v0.1.0 |
1472 | 2024-08-09T20:35:46.219Z | Checking futures-task v0.3.30 |
1473 | 2024-08-09T20:35:46.238Z | Checking generic-array v0.14.7 |
1474 | 2024-08-09T20:35:46.292Z | Checking const-oid v0.9.6 |
1475 | 2024-08-09T20:35:46.368Z | Checking allocator-api2 v0.2.18 |
1476 | 2024-08-09T20:35:46.433Z | Checking futures-util v0.3.30 |
1477 | 2024-08-09T20:35:46.496Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1478 | 2024-08-09T20:35:46.724Z | Checking ahash v0.8.11 |
1479 | 2024-08-09T20:35:46.812Z | Checking fnv v1.0.7 |
1480 | 2024-08-09T20:35:46.983Z | Checking iana-time-zone v0.1.60 |
1481 | 2024-08-09T20:35:47.006Z | Checking equivalent v1.0.1 |
1482 | 2024-08-09T20:35:47.117Z | Checking ppv-lite86 v0.2.17 |
1483 | 2024-08-09T20:35:47.135Z | Checking tinyvec_macros v0.1.1 |
1484 | 2024-08-09T20:35:47.221Z | Checking tinyvec v1.6.0 |
1485 | 2024-08-09T20:35:47.303Z | Checking hashbrown v0.14.5 |
1486 | 2024-08-09T20:35:47.438Z | Checking crypto-common v0.1.6 |
1487 | 2024-08-09T20:35:47.469Z | Checking block-buffer v0.10.4 |
1488 | 2024-08-09T20:35:47.649Z | Checking cpufeatures v0.2.12 |
1489 | 2024-08-09T20:35:47.721Z | Checking lazy_static v1.5.0 |
1490 | 2024-08-09T20:35:47.753Z | Checking unicode-bidi v0.3.15 |
1491 | 2024-08-09T20:35:47.802Z | Checking rand_chacha v0.3.1 |
1492 | 2024-08-09T20:35:47.841Z | Checking tracing-core v0.1.32 |
1493 | 2024-08-09T20:35:48.113Z | Checking digest v0.10.7 |
1494 | 2024-08-09T20:35:48.202Z | Checking rand v0.8.5 |
1495 | 2024-08-09T20:35:48.365Z | Checking dyn-clone v1.0.17 |
1496 | 2024-08-09T20:35:48.486Z | Checking percent-encoding v2.3.1 |
1497 | 2024-08-09T20:35:48.507Z | Checking regex-syntax v0.8.3 |
1498 | 2024-08-09T20:35:48.527Z | Checking tracing v0.1.40 |
1499 | 2024-08-09T20:35:48.546Z | Checking errno v0.3.9 |
1500 | 2024-08-09T20:35:48.588Z | Checking unicode-normalization v0.1.23 |
1501 | 2024-08-09T20:35:48.685Z | Checking aho-corasick v1.1.3 |
1502 | 2024-08-09T20:35:48.720Z | Checking unicode-ident v1.0.12 |
1503 | 2024-08-09T20:35:48.885Z | Checking form_urlencoded v1.2.1 |
1504 | 2024-08-09T20:35:48.906Z | Checking unicode-width v0.1.13 |
1505 | 2024-08-09T20:35:49.073Z | Checking powerfmt v0.2.0 |
1506 | 2024-08-09T20:35:49.109Z | Checking time-core v0.1.2 |
1507 | 2024-08-09T20:35:49.264Z | Checking num-conv v0.1.0 |
1508 | 2024-08-09T20:35:49.348Z | Checking deranged v0.3.11 |
1509 | 2024-08-09T20:35:49.412Z | Checking bytes v1.7.1 |
1510 | 2024-08-09T20:35:49.418Z | Checking bitflags v2.6.0 |
1511 | 2024-08-09T20:35:49.460Z | Checking serde_json v1.0.122 |
1512 | 2024-08-09T20:35:49.519Z | Checking chrono v0.4.38 |
1513 | 2024-08-09T20:35:49.722Z | Checking indexmap v2.3.0 |
1514 | 2024-08-09T20:35:50.256Z | Checking tokio v1.38.1 |
1515 | 2024-08-09T20:35:50.334Z | Checking uuid v1.10.0 |
1516 | 2024-08-09T20:35:50.924Z | Checking rustix v0.38.34 |
1517 | 2024-08-09T20:35:51.030Z | Checking num_threads v0.1.7 |
1518 | 2024-08-09T20:35:51.056Z | Checking proc-macro2 v1.0.86 |
1519 | 2024-08-09T20:35:51.134Z | Checking httparse v1.8.0 |
1520 | 2024-08-09T20:35:51.157Z | Checking time v0.3.36 |
1521 | 2024-08-09T20:35:51.462Z | Checking adler v1.0.2 |
1522 | 2024-08-09T20:35:51.548Z | Checking http v0.2.12 |
1523 | 2024-08-09T20:35:51.572Z | Checking regex-automata v0.4.6 |
1524 | 2024-08-09T20:35:51.616Z | Checking miniz_oxide v0.7.2 |
1525 | 2024-08-09T20:35:51.635Z | Checking schemars v0.8.21 |
1526 | 2024-08-09T20:35:51.730Z | Checking quote v1.0.36 |
1527 | 2024-08-09T20:35:52.095Z | Checking idna v0.5.0 |
1528 | 2024-08-09T20:35:52.329Z | Checking syn v2.0.72 |
1529 | 2024-08-09T20:35:52.914Z | Checking untrusted v0.9.0 |
1530 | 2024-08-09T20:35:52.959Z | Checking try-lock v0.2.5 |
1531 | 2024-08-09T20:35:52.993Z | Checking url v2.5.2 |
1532 | 2024-08-09T20:35:53.066Z | Checking ring v0.17.8 |
1533 | 2024-08-09T20:35:53.102Z | Checking base64ct v1.6.0 |
1534 | 2024-08-09T20:35:53.355Z | Checking want v0.3.1 |
1535 | 2024-08-09T20:35:53.533Z | Checking slog v2.7.0 |
1536 | 2024-08-09T20:35:53.537Z | Checking tower-service v0.3.2 |
1537 | 2024-08-09T20:35:53.626Z | Checking futures-executor v0.3.30 |
1538 | 2024-08-09T20:35:53.672Z | Checking gimli v0.28.1 |
1539 | 2024-08-09T20:35:53.765Z | Checking object v0.32.2 |
1540 | 2024-08-09T20:35:53.858Z | Checking base64 v0.21.7 |
1541 | 2024-08-09T20:35:54.016Z | Checking rustc-demangle v0.1.24 |
1542 | 2024-08-09T20:35:54.351Z | Checking utf8parse v0.2.1 |
1543 | 2024-08-09T20:35:54.462Z | Checking httpdate v1.0.3 |
1544 | 2024-08-09T20:35:54.504Z | Checking futures v0.3.30 |
1545 | 2024-08-09T20:35:54.626Z | Checking http-body v0.4.6 |
1546 | 2024-08-09T20:35:54.691Z | Checking foreign-types-shared v0.1.1 |
1547 | 2024-08-09T20:35:54.805Z | Checking openssl-probe v0.1.5 |
1548 | 2024-08-09T20:35:54.852Z | Checking foreign-types v0.3.2 |
1549 | 2024-08-09T20:35:54.953Z | Checking pem-rfc7468 v0.7.0 |
1550 | 2024-08-09T20:35:54.975Z | Checking openssl-sys v0.9.103 |
1551 | 2024-08-09T20:35:55.006Z | Checking mime v0.3.17 |
1552 | 2024-08-09T20:35:55.220Z | Checking flagset v0.4.5 |
1553 | 2024-08-09T20:35:55.329Z | Checking anstyle v1.0.8 |
1554 | 2024-08-09T20:35:55.414Z | Checking ipnet v2.9.0 |
1555 | 2024-08-09T20:35:55.674Z | Checking der v0.7.9 |
1556 | 2024-08-09T20:35:55.897Z | Checking semver v1.0.23 |
1557 | 2024-08-09T20:35:56.235Z | Checking openssl v0.10.66 |
1558 | 2024-08-09T20:35:56.239Z | Checking regex v1.10.6 |
1559 | 2024-08-09T20:35:56.311Z | Checking either v1.13.0 |
1560 | 2024-08-09T20:35:56.695Z | Checking sct v0.7.1 |
1561 | 2024-08-09T20:35:56.888Z | Checking rustls-webpki v0.101.7 |
1562 | 2024-08-09T20:35:57.156Z | Checking tokio-util v0.7.11 |
1563 | 2024-08-09T20:35:57.434Z | Checking spki v0.7.3 |
1564 | 2024-08-09T20:35:57.518Z | Checking addr2line v0.21.0 |
1565 | 2024-08-09T20:35:57.591Z | Checking serde_spanned v0.6.7 |
1566 | 2024-08-09T20:35:57.712Z | Checking toml_datetime v0.6.8 |
1567 | 2024-08-09T20:35:57.777Z | Checking crossbeam-utils v0.8.19 |
1568 | 2024-08-09T20:35:57.988Z | Checking data-encoding v2.6.0 |
1569 | 2024-08-09T20:35:57.991Z | Checking h2 v0.3.26 |
1570 | 2024-08-09T20:35:58.028Z | Checking rustls v0.21.12 |
1571 | 2024-08-09T20:35:58.463Z | Checking anstyle-parse v0.2.4 |
1572 | 2024-08-09T20:35:58.483Z | Checking idna v0.3.0 |
1573 | 2024-08-09T20:35:58.636Z | Checking serde_urlencoded v0.7.1 |
1574 | 2024-08-09T20:35:58.735Z | Checking scroll v0.12.0 |
1575 | 2024-08-09T20:35:59.072Z | Checking encoding_rs v0.8.34 |
1576 | 2024-08-09T20:35:59.094Z | Checking is_terminal_polyfill v1.70.0 |
1577 | 2024-08-09T20:35:59.188Z | Checking anstyle-query v1.0.3 |
1578 | 2024-08-09T20:35:59.211Z | Checking colorchoice v1.0.1 |
1579 | 2024-08-09T20:35:59.306Z | Checking plain v0.2.3 |
1580 | 2024-08-09T20:35:59.342Z | Checking ucd-trie v0.1.6 |
1581 | 2024-08-09T20:35:59.461Z | Checking psl-types v2.0.11 |
1582 | 2024-08-09T20:35:59.524Z | Checking bitflags v1.3.2 |
1583 | 2024-08-09T20:35:59.623Z | Checking publicsuffix v2.2.3 |
1584 | 2024-08-09T20:35:59.645Z | Checking pest v2.7.10 |
1585 | 2024-08-09T20:35:59.676Z | Checking backtrace v0.3.71 |
1586 | 2024-08-09T20:35:59.822Z | Checking goblin v0.8.2 |
1587 | 2024-08-09T20:36:00.216Z | Checking anyhow v1.0.86 |
1588 | 2024-08-09T20:36:00.548Z | Checking anstream v0.6.14 |
1589 | 2024-08-09T20:36:00.924Z | Checking pkcs8 v0.10.2 |
1590 | 2024-08-09T20:36:01.108Z | Checking cookie v0.17.0 |
1591 | 2024-08-09T20:36:01.143Z | Checking terminal_size v0.3.0 |
1592 | 2024-08-09T20:36:01.145Z | Checking tokio-rustls v0.24.1 |
1593 | 2024-08-09T20:36:01.295Z | Checking sha2 v0.10.8 |
1594 | 2024-08-09T20:36:01.468Z | Checking hmac v0.12.1 |
1595 | 2024-08-09T20:36:01.499Z | Checking clap_lex v0.7.0 |
1596 | 2024-08-09T20:36:01.529Z | Checking pretty-hex v0.4.1 |
1597 | 2024-08-09T20:36:01.552Z | Checking native-tls v0.2.11 |
1598 | 2024-08-09T20:36:01.681Z | Checking strsim v0.11.1 |
1599 | 2024-08-09T20:36:01.710Z | Checking cookie_store v0.20.0 |
1600 | 2024-08-09T20:36:01.739Z | Checking rustls-pemfile v1.0.4 |
1601 | 2024-08-09T20:36:01.819Z | Checking num-integer v0.1.46 |
1602 | 2024-08-09T20:36:01.848Z | Checking tokio-native-tls v0.3.1 |
1603 | 2024-08-09T20:36:01.891Z | Checking dtrace-parser v0.2.0 |
1604 | 2024-08-09T20:36:01.932Z | Checking thread-id v4.2.1 |
1605 | 2024-08-09T20:36:01.958Z | Checking clap_builder v4.5.13 |
1606 | 2024-08-09T20:36:02.053Z | Checking webpki-roots v0.25.4 |
1607 | 2024-08-09T20:36:02.106Z | Checking sync_wrapper v0.1.2 |
1608 | 2024-08-09T20:36:02.214Z | Checking openapiv3 v2.0.0 |
1609 | 2024-08-09T20:36:02.239Z | Checking block-padding v0.3.3 |
1610 | 2024-08-09T20:36:02.299Z | Checking memmap v0.7.0 |
1611 | 2024-08-09T20:36:02.326Z | Checking base64 v0.22.1 |
1612 | 2024-08-09T20:36:02.381Z | Checking stable_deref_trait v1.2.0 |
1613 | 2024-08-09T20:36:02.446Z | Checking inout v0.1.3 |
1614 | 2024-08-09T20:36:02.489Z | Checking ff v0.13.0 |
1615 | 2024-08-09T20:36:02.526Z | Checking crc32fast v1.4.0 |
1616 | 2024-08-09T20:36:02.712Z | Checking bit-vec v0.6.3 |
1617 | 2024-08-09T20:36:02.715Z | Checking cipher v0.4.4 |
1618 | 2024-08-09T20:36:02.758Z | Checking base16ct v0.2.0 |
1619 | 2024-08-09T20:36:02.808Z | Checking group v0.13.0 |
1620 | 2024-08-09T20:36:02.954Z | Checking sec1 v0.7.3 |
1621 | 2024-08-09T20:36:03.047Z | Checking hkdf v0.12.4 |
1622 | 2024-08-09T20:36:03.049Z | Checking crossbeam-epoch v0.9.18 |
1623 | 2024-08-09T20:36:03.125Z | Checking hex v0.4.3 |
1624 | 2024-08-09T20:36:03.268Z | Checking crypto-bigint v0.5.5 |
1625 | 2024-08-09T20:36:03.324Z | Checking winnow v0.5.40 |
1626 | 2024-08-09T20:36:03.502Z | Checking unicode-segmentation v1.11.0 |
1627 | 2024-08-09T20:36:03.668Z | Checking winnow v0.6.18 |
1628 | 2024-08-09T20:36:03.912Z | Checking hyper v0.14.30 |
1629 | 2024-08-09T20:36:04.174Z | Checking managed v0.8.0 |
1630 | 2024-08-09T20:36:04.579Z | Checking zerocopy v0.6.6 |
1631 | 2024-08-09T20:36:04.694Z | Checking dof v0.3.0 |
1632 | 2024-08-09T20:36:04.957Z | Checking clap v4.5.13 |
1633 | 2024-08-09T20:36:05.086Z | Checking flate2 v1.0.31 |
1634 | 2024-08-09T20:36:05.334Z | Checking num-iter v0.1.45 |
1635 | 2024-08-09T20:36:05.357Z | Checking usdt-impl v0.5.0 |
1636 | 2024-08-09T20:36:05.513Z | Checking signal-hook v0.3.17 |
1637 | 2024-08-09T20:36:05.729Z | Checking siphasher v0.3.11 |
1638 | 2024-08-09T20:36:05.760Z | Checking matches v0.1.10 |
1639 | 2024-08-09T20:36:05.845Z | Checking static_assertions v1.1.0 |
1640 | 2024-08-09T20:36:05.868Z | Checking idna v0.2.3 |
1641 | 2024-08-09T20:36:05.915Z | Checking usdt v0.5.0 |
1642 | 2024-08-09T20:36:05.953Z | Checking itertools v0.10.5 |
1643 | 2024-08-09T20:36:06.019Z | Checking regex-automata v0.1.10 |
1644 | 2024-08-09T20:36:06.065Z | Checking elliptic-curve v0.13.8 |
1645 | 2024-08-09T20:36:06.168Z | Checking signal-hook-mio v0.2.3 |
1646 | 2024-08-09T20:36:06.302Z | Checking toml_edit v0.19.15 |
1647 | 2024-08-09T20:36:06.325Z | Checking bit-set v0.5.3 |
1648 | 2024-08-09T20:36:06.405Z | Checking bstr v0.2.17 |
1649 | 2024-08-09T20:36:06.581Z | Checking num-bigint v0.4.5 |
1650 | 2024-08-09T20:36:06.679Z | Checking trust-dns-proto v0.22.0 |
1651 | 2024-08-09T20:36:06.704Z | Checking toml_edit v0.22.20 |
1652 | 2024-08-09T20:36:06.707Z | Checking itertools v0.12.1 |
1653 | 2024-08-09T20:36:07.227Z | Checking hash32 v0.2.1 |
1654 | 2024-08-09T20:36:07.573Z | Checking finl_unicode v1.2.0 |
1655 | 2024-08-09T20:36:08.154Z | Checking predicates-core v1.0.6 |
1656 | 2024-08-09T20:36:08.283Z | Checking stringprep v0.1.4 |
1657 | 2024-08-09T20:36:08.339Z | Checking heapless v0.7.17 |
1658 | 2024-08-09T20:36:08.557Z | Checking crossterm v0.27.0 |
1659 | 2024-08-09T20:36:08.747Z | Checking toml v0.7.8 |
1660 | 2024-08-09T20:36:09.156Z | Checking yasna v0.5.2 |
1661 | 2024-08-09T20:36:09.353Z | Checking bstr v1.9.1 |
1662 | 2024-08-09T20:36:09.428Z | Checking console v0.15.8 |
1663 | 2024-08-09T20:36:09.431Z | Checking md-5 v0.10.6 |
1664 | 2024-08-09T20:36:09.469Z | Checking float-cmp v0.9.0 |
1665 | 2024-08-09T20:36:09.656Z | Checking fixedbitset v0.4.2 |
1666 | 2024-08-09T20:36:09.659Z | Checking normalize-line-endings v0.3.0 |
1667 | 2024-08-09T20:36:09.789Z | Checking fallible-iterator v0.2.0 |
1668 | 2024-08-09T20:36:09.957Z | Checking difflib v0.4.0 |
1669 | 2024-08-09T20:36:09.994Z | Checking petgraph v0.6.5 |
1670 | 2024-08-09T20:36:09.997Z | Checking hyper-rustls v0.24.2 |
1671 | 2024-08-09T20:36:10.035Z | Checking hyper-tls v0.5.0 |
1672 | 2024-08-09T20:36:10.245Z | Checking smoltcp v0.9.1 |
1673 | 2024-08-09T20:36:10.267Z | Checking predicates v3.1.2 |
1674 | 2024-08-09T20:36:10.298Z | Checking similar v2.5.0 |
1675 | 2024-08-09T20:36:10.300Z | Checking reqwest v0.11.27 |
1676 | 2024-08-09T20:36:10.335Z | Checking phf_shared v0.10.0 |
1677 | 2024-08-09T20:36:10.384Z | Checking postgres-protocol v0.6.7 |
1678 | 2024-08-09T20:36:10.597Z | Checking phf_shared v0.11.2 |
1679 | 2024-08-09T20:36:10.620Z | Checking tokio-stream v0.1.15 |
1680 | 2024-08-09T20:36:10.893Z | Checking fs-err v2.11.0 |
1681 | 2024-08-09T20:36:10.925Z | Checking hubpack v0.1.2 |
1682 | 2024-08-09T20:36:11.036Z | Checking lalrpop-util v0.19.12 |
1683 | 2024-08-09T20:36:11.111Z | Checking precomputed-hash v0.1.1 |
1684 | 2024-08-09T20:36:11.233Z | Checking new_debug_unreachable v1.0.6 |
1685 | 2024-08-09T20:36:11.260Z | Checking minimal-lexical v0.2.1 |
1686 | 2024-08-09T20:36:11.331Z | Checking string_cache v0.8.7 |
1687 | 2024-08-09T20:36:11.334Z | Checking postgres-types v0.2.7 |
1688 | 2024-08-09T20:36:11.416Z | Checking phf v0.11.2 |
1689 | 2024-08-09T20:36:11.439Z | Checking whoami v1.5.1 |
1690 | 2024-08-09T20:36:11.603Z | Checking peg-runtime v0.8.3 |
1691 | 2024-08-09T20:36:11.637Z | Checking nom v7.1.3 |
1692 | 2024-08-09T20:36:11.678Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1693 | 2024-08-09T20:36:11.740Z | Compiling regress v0.9.1 |
1694 | 2024-08-09T20:36:11.813Z | Compiling getopts v0.2.21 |
1695 | 2024-08-09T20:36:11.836Z | Compiling unsafe-libyaml v0.2.11 |
1696 | 2024-08-09T20:36:11.979Z | Checking heck v0.5.0 |
1697 | 2024-08-09T20:36:12.033Z | Checking tokio-postgres v0.7.11 |
1698 | 2024-08-09T20:36:12.181Z | Checking camino v1.1.7 |
1699 | 2024-08-09T20:36:12.802Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1700 | 2024-08-09T20:36:13.115Z | Checking is-terminal v0.4.12 |
1701 | 2024-08-09T20:36:13.213Z | Compiling serde_yaml v0.9.34+deprecated |
1702 | 2024-08-09T20:36:13.251Z | Compiling ident_case v1.0.1 |
1703 | 2024-08-09T20:36:13.446Z | Compiling darling_core v0.20.9 |
1704 | 2024-08-09T20:36:14.125Z | Compiling paste v1.0.15 |
1705 | 2024-08-09T20:36:14.483Z | Checking sha1 v0.10.6 |
1706 | 2024-08-09T20:36:14.784Z | Compiling rustls v0.22.4 |
1707 | 2024-08-09T20:36:14.995Z | Checking http v1.1.0 |
1708 | 2024-08-09T20:36:15.098Z | Checking dirs-sys-next v0.1.2 |
1709 | 2024-08-09T20:36:15.288Z | Checking dirs-next v2.0.0 |
1710 | 2024-08-09T20:36:15.429Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1711 | 2024-08-09T20:36:15.968Z | Checking strum v0.26.3 |
1712 | 2024-08-09T20:36:16.125Z | Checking crossbeam-channel v0.5.12 |
1713 | 2024-08-09T20:36:16.369Z | Checking thread_local v1.1.8 |
1714 | 2024-08-09T20:36:16.668Z | Checking term v0.7.0 |
1715 | 2024-08-09T20:36:16.744Z | Compiling multer v3.1.0 |
1716 | 2024-08-09T20:36:16.864Z | Checking take_mut v0.2.2 |
1717 | 2024-08-09T20:36:16.906Z | Compiling async-stream-impl v0.3.5 |
1718 | 2024-08-09T20:36:17.012Z | Checking slog-async v2.8.0 |
1719 | 2024-08-09T20:36:17.083Z | Checking slog-term v2.9.1 |
1720 | 2024-08-09T20:36:17.137Z | Checking rustls-pki-types v1.7.0 |
1721 | 2024-08-09T20:36:17.310Z | Checking match_cfg v0.1.0 |
1722 | 2024-08-09T20:36:17.359Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1723 | 2024-08-09T20:36:17.411Z | Checking hostname v0.3.1 |
1724 | 2024-08-09T20:36:17.580Z | Checking toml v0.8.19 |
1725 | 2024-08-09T20:36:17.603Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1726 | 2024-08-09T20:36:17.625Z | Checking rustls-webpki v0.102.4 |
1727 | 2024-08-09T20:36:17.771Z | Checking rustls-pemfile v2.1.3 |
1728 | 2024-08-09T20:36:18.028Z | Checking debug-ignore v1.0.5 |
1729 | 2024-08-09T20:36:18.170Z | Checking slog-json v2.6.1 |
1730 | 2024-08-09T20:36:18.322Z | Checking ipnetwork v0.20.0 |
1731 | 2024-08-09T20:36:18.347Z | Checking instant v0.1.12 |
1732 | 2024-08-09T20:36:18.430Z | Checking atomic-waker v1.1.2 |
1733 | 2024-08-09T20:36:18.457Z | Checking slog-bunyan v2.5.0 |
1734 | 2024-08-09T20:36:18.569Z | Checking waitgroup v0.1.2 |
1735 | 2024-08-09T20:36:18.625Z | Checking async-stream v0.3.5 |
1736 | 2024-08-09T20:36:18.720Z | Checking serde_path_to_error v0.1.16 |
1737 | 2024-08-09T20:36:18.730Z | Checking hostname v0.4.0 |
1738 | 2024-08-09T20:36:18.805Z | Checking fastrand v2.1.0 |
1739 | 2024-08-09T20:36:18.856Z | Compiling structmeta-derive v0.3.0 |
1740 | 2024-08-09T20:36:19.081Z | Checking quick-error v1.2.3 |
1741 | 2024-08-09T20:36:19.128Z | Checking tempfile v3.10.1 |
1742 | 2024-08-09T20:36:19.219Z | Checking newtype-uuid v1.1.0 |
1743 | 2024-08-09T20:36:19.357Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1744 | 2024-08-09T20:36:19.472Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1745 | 2024-08-09T20:36:19.507Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1746 | 2024-08-09T20:36:19.793Z | Checking macaddr v1.0.1 |
1747 | 2024-08-09T20:36:20.140Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1748 | 2024-08-09T20:36:20.145Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1749 | 2024-08-09T20:36:20.296Z | Checking backoff v0.4.0 |
1750 | 2024-08-09T20:36:20.303Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1751 | 2024-08-09T20:36:20.339Z | Compiling darling_macro v0.20.9 |
1752 | 2024-08-09T20:36:20.469Z | Checking wait-timeout v0.2.0 |
1753 | 2024-08-09T20:36:20.472Z | Checking rand_xorshift v0.3.0 |
1754 | 2024-08-09T20:36:20.590Z | Compiling structmeta-derive v0.2.0 |
1755 | 2024-08-09T20:36:20.655Z | Checking rusty-fork v0.3.0 |
1756 | 2024-08-09T20:36:20.681Z | Checking unarray v0.1.4 |
1757 | 2024-08-09T20:36:20.823Z | Compiling proc-macro-error v1.0.4 |
1758 | 2024-08-09T20:36:20.954Z | Checking proptest v1.5.0 |
1759 | 2024-08-09T20:36:21.286Z | Compiling darling v0.20.9 |
1760 | 2024-08-09T20:36:21.412Z | Compiling serde_with_macros v3.8.3 |
1761 | 2024-08-09T20:36:21.473Z | Checking camino-tempfile v1.1.1 |
1762 | 2024-08-09T20:36:21.608Z | Compiling proc-macro-crate v1.3.1 |
1763 | 2024-08-09T20:36:21.748Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1764 | 2024-08-09T20:36:21.897Z | Compiling structmeta v0.3.0 |
1765 | 2024-08-09T20:36:22.005Z | Checking tokio-rustls v0.25.0 |
1766 | 2024-08-09T20:36:22.137Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1767 | 2024-08-09T20:36:22.356Z | Compiling parse-display-derive v0.9.1 |
1768 | 2024-08-09T20:36:22.473Z | Compiling foreign-types-macros v0.2.3 |
1769 | 2024-08-09T20:36:22.698Z | Compiling num_enum_derive v0.5.11 |
1770 | 2024-08-09T20:36:23.559Z | Compiling structmeta v0.2.0 |
1771 | 2024-08-09T20:36:23.900Z | Checking foreign-types-shared v0.3.1 |
1772 | 2024-08-09T20:36:23.995Z | Compiling test-strategy v0.3.1 |
1773 | 2024-08-09T20:36:24.017Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1774 | 2024-08-09T20:36:24.345Z | Checking foreign-types v0.5.0 |
1775 | 2024-08-09T20:36:24.448Z | Checking serde_with v3.8.3 |
1776 | 2024-08-09T20:36:24.810Z | Checking cstr-argument v0.1.2 |
1777 | 2024-08-09T20:36:24.984Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1778 | 2024-08-09T20:36:25.306Z | Checking num_enum v0.5.11 |
1779 | 2024-08-09T20:36:25.466Z | Checking pretty-hex v0.2.1 |
1780 | 2024-08-09T20:36:25.634Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1781 | 2024-08-09T20:36:25.840Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1782 | 2024-08-09T20:36:25.905Z | Checking tabwriter v1.4.0 |
1783 | 2024-08-09T20:36:26.034Z | Checking colored v2.1.0 |
1784 | 2024-08-09T20:36:26.143Z | Checking socket2 v0.4.10 |
1785 | 2024-08-09T20:36:26.145Z | Checking smf v0.2.3 |
1786 | 2024-08-09T20:36:26.259Z | Compiling heapless v0.8.0 |
1787 | 2024-08-09T20:36:26.329Z | Checking termtree v0.4.1 |
1788 | 2024-08-09T20:36:26.540Z | Checking hash32 v0.3.1 |
1789 | 2024-08-09T20:36:26.562Z | Checking predicates-tree v1.0.9 |
1790 | 2024-08-09T20:36:26.611Z | Compiling smoltcp v0.11.0 |
1791 | 2024-08-09T20:36:26.712Z | Checking embedded-io v0.4.0 |
1792 | 2024-08-09T20:36:26.732Z | Compiling crucible-workspace-hack v0.1.0 |
1793 | 2024-08-09T20:36:26.920Z | Checking cobs v0.2.3 |
1794 | 2024-08-09T20:36:27.049Z | Checking sigpipe v0.1.3 |
1795 | 2024-08-09T20:36:27.100Z | Checking postcard v1.0.8 |
1796 | 2024-08-09T20:36:27.121Z | Checking parse-display v0.9.1 |
1797 | 2024-08-09T20:36:27.166Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1798 | 2024-08-09T20:36:27.345Z | Checking humantime v2.1.0 |
1799 | 2024-08-09T20:36:27.396Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1800 | 2024-08-09T20:36:27.613Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1801 | 2024-08-09T20:36:27.678Z | Compiling mockall_derive v0.13.0 |
1802 | 2024-08-09T20:36:27.698Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1803 | 2024-08-09T20:36:27.728Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1804 | 2024-08-09T20:36:27.803Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1805 | 2024-08-09T20:36:27.982Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1806 | 2024-08-09T20:36:28.025Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1807 | 2024-08-09T20:36:28.058Z | Compiling num-derive v0.4.2 |
1808 | 2024-08-09T20:36:28.395Z | Checking downcast v0.11.0 |
1809 | 2024-08-09T20:36:28.526Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1810 | 2024-08-09T20:36:28.606Z | Checking fragile v2.0.0 |
1811 | 2024-08-09T20:36:28.889Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1812 | 2024-08-09T20:36:28.893Z | Checking arc-swap v1.7.1 |
1813 | 2024-08-09T20:36:29.156Z | Checking xattr v1.3.1 |
1814 | 2024-08-09T20:36:29.358Z | Checking slog-scope v4.4.0 |
1815 | 2024-08-09T20:36:29.379Z | Checking filetime v0.2.23 |
1816 | 2024-08-09T20:36:29.508Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1817 | 2024-08-09T20:36:29.558Z | Checking slog-stdlog v4.1.1 |
1818 | 2024-08-09T20:36:29.580Z | Checking termcolor v1.4.1 |
1819 | 2024-08-09T20:36:29.724Z | Checking slog-envlogger v2.2.0 |
1820 | 2024-08-09T20:36:29.790Z | Checking tar v0.4.41 |
1821 | 2024-08-09T20:36:29.951Z | Checking same-file v1.0.6 |
1822 | 2024-08-09T20:36:30.010Z | Checking newline-converter v0.3.0 |
1823 | 2024-08-09T20:36:30.120Z | Checking walkdir v2.5.0 |
1824 | 2024-08-09T20:36:30.161Z | Checking expectorate v1.1.0 |
1825 | 2024-08-09T20:36:30.252Z | Checking utf-8 v0.7.6 |
1826 | 2024-08-09T20:36:30.329Z | Checking atty v0.2.14 |
1827 | 2024-08-09T20:36:30.392Z | Compiling derive-where v1.2.7 |
1828 | 2024-08-09T20:36:30.420Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1829 | 2024-08-09T20:36:30.457Z | Checking pem v3.0.4 |
1830 | 2024-08-09T20:36:30.478Z | Checking tungstenite v0.21.0 |
1831 | 2024-08-09T20:36:30.542Z | Checking password-hash v0.5.0 |
1832 | 2024-08-09T20:36:30.721Z | Checking blake2 v0.10.6 |
1833 | 2024-08-09T20:36:30.853Z | Checking tungstenite v0.20.1 |
1834 | 2024-08-09T20:36:30.996Z | Checking env_logger v0.9.3 |
1835 | 2024-08-09T20:36:31.063Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1836 | 2024-08-09T20:36:31.181Z | Checking argon2 v0.5.3 |
1837 | 2024-08-09T20:36:31.369Z | Checking tokio-tungstenite v0.21.0 |
1838 | 2024-08-09T20:36:31.428Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1839 | 2024-08-09T20:36:31.761Z | Checking tokio-tungstenite v0.20.1 |
1840 | 2024-08-09T20:36:31.781Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1841 | 2024-08-09T20:36:31.847Z | Compiling bitstruct_derive v0.1.0 |
1842 | 2024-08-09T20:36:31.886Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1843 | 2024-08-09T20:36:31.912Z | Checking ascii v1.1.0 |
1844 | 2024-08-09T20:36:32.236Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-08-09T20:36:32.253Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1846 | 2024-08-09T20:36:32.300Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1847 | 2024-08-09T20:36:32.394Z | Checking atomicwrites v0.4.3 |
1848 | 2024-08-09T20:36:32.533Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-08-09T20:36:32.536Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1850 | 2024-08-09T20:36:32.618Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1851 | 2024-08-09T20:36:32.843Z | Checking serde_arrays v0.1.0 |
1852 | 2024-08-09T20:36:32.881Z | Checking erased-serde v0.3.31 |
1853 | 2024-08-09T20:36:33.004Z | Compiling heck v0.3.3 |
1854 | 2024-08-09T20:36:33.243Z | Checking bitstruct v0.1.1 |
1855 | 2024-08-09T20:36:33.277Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1856 | 2024-08-09T20:36:33.363Z | Checking headers-core v0.2.0 |
1857 | 2024-08-09T20:36:33.435Z | Compiling zone_cfg_derive v0.1.2 |
1858 | 2024-08-09T20:36:33.884Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1859 | 2024-08-09T20:36:33.944Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-08-09T20:36:33.968Z | Checking base64 v0.13.1 |
1861 | 2024-08-09T20:36:34.326Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1862 | 2024-08-09T20:36:34.363Z | Checking ron v0.7.1 |
1863 | 2024-08-09T20:36:34.630Z | Checking headers v0.3.9 |
1864 | 2024-08-09T20:36:34.969Z | Checking zone v0.1.8 |
1865 | 2024-08-09T20:36:35.255Z | Checking rcgen v0.12.1 |
1866 | 2024-08-09T20:36:35.510Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1867 | 2024-08-09T20:36:35.645Z | Checking portpicker v0.1.1 |
1868 | 2024-08-09T20:36:35.716Z | Compiling convert_case v0.4.0 |
1869 | 2024-08-09T20:36:35.774Z | Checking subprocess v0.2.9 |
1870 | 2024-08-09T20:36:35.796Z | Checking half v2.4.1 |
1871 | 2024-08-09T20:36:35.848Z | Compiling rayon-core v1.12.1 |
1872 | 2024-08-09T20:36:35.900Z | Checking ciborium-io v0.2.2 |
1873 | 2024-08-09T20:36:35.998Z | Checking mockall v0.13.0 |
1874 | 2024-08-09T20:36:36.036Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1875 | 2024-08-09T20:36:36.169Z | Compiling prettyplease v0.2.20 |
1876 | 2024-08-09T20:36:36.228Z | Checking swrite v0.1.0 |
1877 | 2024-08-09T20:36:36.231Z | Checking ciborium-ll v0.2.2 |
1878 | 2024-08-09T20:36:36.331Z | Compiling home v0.5.9 |
1879 | 2024-08-09T20:36:36.351Z | Compiling semver v0.1.20 |
1880 | 2024-08-09T20:36:36.491Z | Checking linked-hash-map v0.5.6 |
1881 | 2024-08-09T20:36:36.545Z | Checking ciborium v0.2.2 |
1882 | 2024-08-09T20:36:36.606Z | Compiling blake3 v1.5.1 |
1883 | 2024-08-09T20:36:36.729Z | Compiling derive_more v0.99.18 |
1884 | 2024-08-09T20:36:36.829Z | Checking lru-cache v0.1.2 |
1885 | 2024-08-09T20:36:36.965Z | Compiling rustc_version v0.1.7 |
1886 | 2024-08-09T20:36:36.999Z | Compiling ring v0.16.20 |
1887 | 2024-08-09T20:36:37.205Z | Compiling cancel-safe-futures v0.1.5 |
1888 | 2024-08-09T20:36:37.457Z | Compiling newtype_derive v0.1.6 |
1889 | 2024-08-09T20:36:37.642Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1890 | 2024-08-09T20:36:37.996Z | Checking steno v0.4.1 |
1891 | 2024-08-09T20:36:38.389Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1892 | 2024-08-09T20:36:38.529Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1893 | 2024-08-09T20:36:38.876Z | Checking num-rational v0.4.2 |
1894 | 2024-08-09T20:36:39.554Z | Checking itertools v0.13.0 |
1895 | 2024-08-09T20:36:40.292Z | Checking num-complex v0.4.6 |
1896 | 2024-08-09T20:36:40.778Z | Compiling slog-dtrace v0.3.0 |
1897 | 2024-08-09T20:36:41.215Z | Checking num v0.4.3 |
1898 | 2024-08-09T20:36:41.324Z | Checking float-ord v0.3.2 |
1899 | 2024-08-09T20:36:41.470Z | Checking resolv-conf v0.7.0 |
1900 | 2024-08-09T20:36:41.792Z | Checking trust-dns-resolver v0.22.0 |
1901 | 2024-08-09T20:36:41.843Z | Checking libsw v3.3.1 |
1902 | 2024-08-09T20:36:42.335Z | Checking owo-colors v4.0.0 |
1903 | 2024-08-09T20:36:42.750Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-09T20:36:43.060Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1905 | 2024-08-09T20:36:43.395Z | Checking linear-map v1.2.0 |
1906 | 2024-08-09T20:36:44.913Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1907 | 2024-08-09T20:36:45.543Z | Compiling crossbeam-deque v0.8.5 |
1908 | 2024-08-09T20:36:46.815Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1909 | 2024-08-09T20:36:47.329Z | Compiling memmap2 v0.9.4 |
1910 | 2024-08-09T20:36:47.690Z | Compiling arrayvec v0.7.4 |
1911 | 2024-08-09T20:36:47.834Z | Compiling untrusted v0.7.1 |
1912 | 2024-08-09T20:36:48.037Z | Compiling rayon v1.10.0 |
1913 | 2024-08-09T20:36:48.124Z | Compiling spin v0.5.2 |
1914 | 2024-08-09T20:36:48.371Z | Compiling constant_time_eq v0.3.0 |
1915 | 2024-08-09T20:36:48.562Z | Compiling arrayref v0.3.7 |
1916 | 2024-08-09T20:36:49.051Z | Compiling toolchain_find v0.4.0 |
1917 | 2024-08-09T20:36:49.416Z | Compiling topological-sort v0.2.2 |
1918 | 2024-08-09T20:36:49.437Z | Compiling rustfmt-wrapper v0.2.1 |
1919 | 2024-08-09T20:36:49.651Z | Checking signature v2.2.0 |
1920 | 2024-08-09T20:36:49.759Z | Checking display-error-chain v0.2.0 |
1921 | 2024-08-09T20:36:49.861Z | Checking nibble_vec v0.1.0 |
1922 | 2024-08-09T20:36:49.912Z | Checking endian-type v0.1.2 |
1923 | 2024-08-09T20:36:50.051Z | Checking gethostname v0.5.0 |
1924 | 2024-08-09T20:36:50.069Z | Checking fxhash v0.2.1 |
1925 | 2024-08-09T20:36:50.136Z | Checking radix_trie v0.2.1 |
1926 | 2024-08-09T20:36:50.171Z | Compiling libefi-sys v0.1.0 |
1927 | 2024-08-09T20:36:50.245Z | Compiling bitfield-struct v0.6.1 |
1928 | 2024-08-09T20:36:50.499Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1929 | 2024-08-09T20:36:50.924Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1930 | 2024-08-09T20:36:50.997Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1931 | 2024-08-09T20:36:51.123Z | Checking keccak v0.1.5 |
1932 | 2024-08-09T20:36:51.440Z | Checking sha3 v0.10.8 |
1933 | 2024-08-09T20:36:51.483Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1934 | 2024-08-09T20:36:51.722Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1935 | 2024-08-09T20:36:51.743Z | Checking secrecy v0.8.0 |
1936 | 2024-08-09T20:36:51.810Z | Checking maplit v1.0.2 |
1937 | 2024-08-09T20:36:51.926Z | Checking glob v0.3.1 |
1938 | 2024-08-09T20:36:51.947Z | Compiling radium v0.7.0 |
1939 | 2024-08-09T20:36:52.253Z | Compiling maybe-uninit v2.0.0 |
1940 | 2024-08-09T20:36:52.304Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1941 | 2024-08-09T20:36:52.459Z | Checking tap v1.0.1 |
1942 | 2024-08-09T20:36:52.648Z | Checking wyz v0.5.1 |
1943 | 2024-08-09T20:36:52.736Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1944 | 2024-08-09T20:36:52.789Z | Checking funty v2.0.0 |
1945 | 2024-08-09T20:36:52.893Z | Compiling packed_struct v0.10.1 |
1946 | 2024-08-09T20:36:52.913Z | Compiling omicron-zone-package v0.11.0 |
1947 | 2024-08-09T20:36:53.056Z | Checking crc-catalog v2.4.0 |
1948 | 2024-08-09T20:36:53.204Z | Compiling num-bigint-dig v0.8.4 |
1949 | 2024-08-09T20:36:53.223Z | Checking crc v3.2.1 |
1950 | 2024-08-09T20:36:53.575Z | Checking universal-hash v0.5.1 |
1951 | 2024-08-09T20:36:53.644Z | Compiling curve25519-dalek v4.1.3 |
1952 | 2024-08-09T20:36:53.686Z | Compiling packed_struct_codegen v0.10.1 |
1953 | 2024-08-09T20:36:53.724Z | Checking bitvec v1.0.1 |
1954 | 2024-08-09T20:36:53.755Z | Compiling indexmap v1.9.3 |
1955 | 2024-08-09T20:36:54.079Z | Checking opaque-debug v0.3.1 |
1956 | 2024-08-09T20:36:54.111Z | Checking nodrop v0.1.14 |
1957 | 2024-08-09T20:36:54.239Z | Checking array-init v0.0.4 |
1958 | 2024-08-09T20:36:54.337Z | Checking smallvec v0.6.14 |
1959 | 2024-08-09T20:36:54.752Z | Checking pkcs1 v0.7.5 |
1960 | 2024-08-09T20:36:55.172Z | Compiling curve25519-dalek-derive v0.1.1 |
1961 | 2024-08-09T20:36:55.251Z | Checking bitfield v0.14.0 |
1962 | 2024-08-09T20:36:55.548Z | Checking hashbrown v0.12.3 |
1963 | 2024-08-09T20:36:55.753Z | Checking serde-hex v0.1.0 |
1964 | 2024-08-09T20:36:56.595Z | Checking bzip2 v0.4.4 |
1965 | 2024-08-09T20:36:56.651Z | Checking rsa v0.9.6 |
1966 | 2024-08-09T20:36:56.895Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1967 | 2024-08-09T20:36:57.141Z | Checking env_logger v0.10.2 |
1968 | 2024-08-09T20:36:57.276Z | Checking x509-cert v0.2.5 |
1969 | 2024-08-09T20:36:57.584Z | Checking ron v0.8.1 |
1970 | 2024-08-09T20:36:57.736Z | Checking hashbrown v0.13.2 |
1971 | 2024-08-09T20:36:58.732Z | Compiling async-recursion v1.1.1 |
1972 | 2024-08-09T20:36:58.787Z | Checking crc-any v2.5.0 |
1973 | 2024-08-09T20:36:58.856Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1974 | 2024-08-09T20:36:58.945Z | Checking object v0.30.4 |
1975 | 2024-08-09T20:36:59.112Z | Checking zip v0.6.6 |
1976 | 2024-08-09T20:36:59.132Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1977 | 2024-08-09T20:36:59.151Z | Checking aead v0.5.2 |
1978 | 2024-08-09T20:36:59.360Z | Compiling parking_lot_core v0.8.6 |
1979 | 2024-08-09T20:36:59.817Z | Checking path-slash v0.1.5 |
1980 | 2024-08-09T20:36:59.820Z | Checking poly1305 v0.8.0 |
1981 | 2024-08-09T20:36:59.887Z | Checking chacha20 v0.9.1 |
1982 | 2024-08-09T20:36:59.921Z | Compiling thiserror-impl-no-std v2.0.2 |
1983 | 2024-08-09T20:37:00.226Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1984 | 2024-08-09T20:37:00.291Z | Checking chacha20poly1305 v0.10.1 |
1985 | 2024-08-09T20:37:00.318Z | Checking parking_lot v0.11.2 |
1986 | 2024-08-09T20:37:00.358Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1987 | 2024-08-09T20:37:00.378Z | Checking trust-dns-client v0.22.0 |
1988 | 2024-08-09T20:37:00.467Z | Checking toml v0.5.11 |
1989 | 2024-08-09T20:37:00.573Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1990 | 2024-08-09T20:37:00.663Z | Checking sled v0.34.7 |
1991 | 2024-08-09T20:37:00.924Z | Compiling buf-list v1.0.3 |
1992 | 2024-08-09T20:37:01.601Z | Compiling unicase v2.7.0 |
1993 | 2024-08-09T20:37:01.935Z | Checking trust-dns-server v0.22.1 |
1994 | 2024-08-09T20:37:02.048Z | Checking nanorand v0.7.0 |
1995 | 2024-08-09T20:37:02.435Z | Checking flume v0.11.0 |
1996 | 2024-08-09T20:37:02.941Z | Checking kstat-rs v0.2.4 |
1997 | 2024-08-09T20:37:03.227Z | Checking thiserror-no-std v2.0.2 |
1998 | 2024-08-09T20:37:03.264Z | Compiling vte_generate_state_changes v0.1.1 |
1999 | 2024-08-09T20:37:03.353Z | Checking vsss-rs v3.3.4 |
2000 | 2024-08-09T20:37:03.559Z | Compiling mime_guess v2.0.4 |
2001 | 2024-08-09T20:37:03.579Z | Checking fd-lock v4.0.2 |
2002 | 2024-08-09T20:37:03.778Z | Compiling pin-project-internal v1.1.5 |
2003 | 2024-08-09T20:37:03.913Z | Checking vte v0.11.1 |
2004 | 2024-08-09T20:37:04.715Z | Checking nu-ansi-term v0.50.0 |
2005 | 2024-08-09T20:37:04.920Z | Compiling dsl_auto_type v0.1.2 |
2006 | 2024-08-09T20:37:05.116Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2007 | 2024-08-09T20:37:05.261Z | Checking strip-ansi-escapes v0.2.0 |
2008 | 2024-08-09T20:37:05.378Z | Checking scheduled-thread-pool v0.2.7 |
2009 | 2024-08-09T20:37:05.405Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2010 | 2024-08-09T20:37:05.590Z | Checking reedline v0.31.0 |
2011 | 2024-08-09T20:37:05.634Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2012 | 2024-08-09T20:37:05.637Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2013 | 2024-08-09T20:37:05.673Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2014 | 2024-08-09T20:37:06.546Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2015 | 2024-08-09T20:37:06.869Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2016 | 2024-08-09T20:37:07.872Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2017 | 2024-08-09T20:37:08.357Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2018 | 2024-08-09T20:37:09.013Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2019 | 2024-08-09T20:37:09.839Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2020 | 2024-08-09T20:37:09.906Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2021 | 2024-08-09T20:37:10.052Z | Checking pin-project v1.1.5 |
2022 | 2024-08-09T20:37:10.188Z | Compiling diesel_table_macro_syntax v0.2.0 |
2023 | 2024-08-09T20:37:10.526Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2024 | 2024-08-09T20:37:10.653Z | Checking http-range v0.1.5 |
2025 | 2024-08-09T20:37:10.845Z | Compiling crunchy v0.2.2 |
2026 | 2024-08-09T20:37:11.427Z | Checking hyper-staticfile v0.9.5 |
2027 | 2024-08-09T20:37:11.855Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2028 | 2024-08-09T20:37:11.984Z | Compiling diesel_derives v2.2.2 |
2029 | 2024-08-09T20:37:12.172Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2030 | 2024-08-09T20:37:14.088Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2031 | 2024-08-09T20:37:14.155Z | Checking r2d2 v0.8.10 |
2032 | 2024-08-09T20:37:14.403Z | Compiling clang-sys v1.7.0 |
2033 | 2024-08-09T20:37:14.724Z | Compiling tiny-keccak v2.0.2 |
2034 | 2024-08-09T20:37:15.168Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2035 | 2024-08-09T20:37:15.198Z | Checking bytecount v0.6.8 |
2036 | 2024-08-09T20:37:15.361Z | Compiling ref-cast v1.0.23 |
2037 | 2024-08-09T20:37:15.441Z | Checking papergrid v0.11.0 |
2038 | 2024-08-09T20:37:16.437Z | Compiling ascii-canvas v3.0.0 |
2039 | 2024-08-09T20:37:16.732Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2040 | 2024-08-09T20:37:16.877Z | Compiling tabled_derive v0.7.0 |
2041 | 2024-08-09T20:37:17.024Z | Compiling ena v0.14.3 |
2042 | 2024-08-09T20:37:17.042Z | Compiling ref-cast-impl v1.0.23 |
2043 | 2024-08-09T20:37:17.403Z | Compiling libloading v0.8.3 |
2044 | 2024-08-09T20:37:17.880Z | Compiling diff v0.1.13 |
2045 | 2024-08-09T20:37:18.275Z | Compiling cfg_aliases v0.1.1 |
2046 | 2024-08-09T20:37:18.398Z | Compiling bindgen v0.69.4 |
2047 | 2024-08-09T20:37:18.570Z | Compiling regex-syntax v0.6.29 |
2048 | 2024-08-09T20:37:19.271Z | Compiling nix v0.28.0 |
2049 | 2024-08-09T20:37:19.386Z | Checking tabled v0.15.0 |
2050 | 2024-08-09T20:37:20.175Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2051 | 2024-08-09T20:37:22.369Z | Compiling lalrpop v0.19.12 |
2052 | 2024-08-09T20:37:24.290Z | Compiling which v4.4.2 |
2053 | 2024-08-09T20:37:24.317Z | Checking signal-hook-tokio v0.3.1 |
2054 | 2024-08-09T20:37:24.503Z | Compiling cexpr v0.6.0 |
2055 | 2024-08-09T20:37:24.897Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2056 | 2024-08-09T20:37:24.959Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2057 | 2024-08-09T20:37:28.172Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2058 | 2024-08-09T20:37:30.122Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2059 | 2024-08-09T20:37:31.227Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2060 | 2024-08-09T20:37:31.727Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2061 | 2024-08-09T20:37:31.877Z | Checking diesel v2.2.2 |
2062 | 2024-08-09T20:37:31.984Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2063 | 2024-08-09T20:37:32.077Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2064 | 2024-08-09T20:37:32.285Z | Compiling snafu-derive v0.8.2 |
2065 | 2024-08-09T20:37:32.482Z | Compiling shlex v1.3.0 |
2066 | 2024-08-09T20:37:32.940Z | Compiling rustc-hash v1.1.0 |
2067 | 2024-08-09T20:37:33.111Z | Compiling lazycell v1.3.0 |
2068 | 2024-08-09T20:37:35.526Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2069 | 2024-08-09T20:37:35.839Z | Compiling derive_builder_core v0.20.0 |
2070 | 2024-08-09T20:37:36.365Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2071 | 2024-08-09T20:37:37.641Z | Checking globset v0.4.14 |
2072 | 2024-08-09T20:37:37.999Z | Checking snafu v0.8.2 |
2073 | 2024-08-09T20:37:38.158Z | Checking olpc-cjson v0.1.3 |
2074 | 2024-08-09T20:37:38.385Z | Checking serde_plain v1.0.2 |
2075 | 2024-08-09T20:37:38.404Z | Compiling libxml v0.3.3 |
2076 | 2024-08-09T20:37:38.492Z | Compiling memoffset v0.9.1 |
2077 | 2024-08-09T20:37:38.646Z | Checking typed-path v0.7.1 |
2078 | 2024-08-09T20:37:38.842Z | Compiling derive_builder_macro v0.20.0 |
2079 | 2024-08-09T20:37:39.740Z | Compiling peg-macros v0.8.4 |
2080 | 2024-08-09T20:37:40.435Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2081 | 2024-08-09T20:37:40.534Z | Checking tough v0.17.1 |
2082 | 2024-08-09T20:37:41.654Z | Compiling strum_macros v0.24.3 |
2083 | 2024-08-09T20:37:42.367Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2084 | 2024-08-09T20:37:43.221Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2085 | 2024-08-09T20:37:43.729Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2086 | 2024-08-09T20:37:45.091Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2087 | 2024-08-09T20:37:45.196Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2088 | 2024-08-09T20:37:45.330Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2089 | 2024-08-09T20:37:45.428Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2090 | 2024-08-09T20:37:45.502Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2091 | 2024-08-09T20:37:47.349Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2092 | 2024-08-09T20:37:49.229Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2093 | 2024-08-09T20:37:49.358Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2094 | 2024-08-09T20:37:50.076Z | Compiling sqlparser_derive v0.2.2 |
2095 | 2024-08-09T20:37:50.378Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2096 | 2024-08-09T20:37:51.288Z | Compiling cookie v0.18.1 |
2097 | 2024-08-09T20:37:51.310Z | Compiling indoc v1.0.9 |
2098 | 2024-08-09T20:37:51.615Z | Checking unicode_categories v0.1.1 |
2099 | 2024-08-09T20:37:52.096Z | Checking parse-size v1.0.0 |
2100 | 2024-08-09T20:37:52.268Z | Checking rustyline v14.0.0 |
2101 | 2024-08-09T20:37:52.330Z | Checking sqlformat v0.2.4 |
2102 | 2024-08-09T20:37:52.975Z | Checking sqlparser v0.45.0 |
2103 | 2024-08-09T20:37:53.931Z | Checking peg v0.8.4 |
2104 | 2024-08-09T20:37:54.053Z | Checking derive_builder v0.20.0 |
2105 | 2024-08-09T20:37:56.156Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2106 | 2024-08-09T20:37:56.705Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2107 | 2024-08-09T20:37:56.808Z | Checking bcs v0.1.6 |
2108 | 2024-08-09T20:37:56.869Z | Checking quick-xml v0.31.0 |
2109 | 2024-08-09T20:37:57.027Z | Compiling oso-derive v0.27.3 |
2110 | 2024-08-09T20:37:57.276Z | Compiling impl-trait-for-tuples v0.2.2 |
2111 | 2024-08-09T20:37:58.141Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2112 | 2024-08-09T20:37:58.462Z | Checking highway v1.2.0 |
2113 | 2024-08-09T20:37:58.974Z | Checking nix v0.27.1 |
2114 | 2024-08-09T20:37:59.453Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2115 | 2024-08-09T20:38:00.230Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2116 | 2024-08-09T20:38:02.006Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2117 | 2024-08-09T20:38:02.029Z | Checking serde-big-array v0.5.1 |
2118 | 2024-08-09T20:38:02.266Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2119 | 2024-08-09T20:38:02.574Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2120 | 2024-08-09T20:38:02.653Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2121 | 2024-08-09T20:38:04.437Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2122 | 2024-08-09T20:38:04.746Z | Checking bb8 v0.8.5 |
2123 | 2024-08-09T20:38:05.202Z | Compiling const_format_proc_macros v0.2.32 |
2124 | 2024-08-09T20:38:05.643Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2125 | 2024-08-09T20:38:05.772Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2126 | 2024-08-09T20:38:06.277Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2127 | 2024-08-09T20:38:07.073Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2128 | 2024-08-09T20:38:07.288Z | Checking const_format v0.2.32 |
2129 | 2024-08-09T20:38:07.810Z | Checking heck v0.4.1 |
2130 | 2024-08-09T20:38:07.841Z | Checking assert_matches v1.5.0 |
2131 | 2024-08-09T20:38:07.950Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2132 | 2024-08-09T20:38:08.439Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2133 | 2024-08-09T20:38:08.520Z | Compiling portable-atomic v1.6.0 |
2134 | 2024-08-09T20:38:08.590Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2135 | 2024-08-09T20:38:08.854Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2136 | 2024-08-09T20:38:09.487Z | Checking rand_seeder v0.3.0 |
2137 | 2024-08-09T20:38:09.719Z | Checking number_prefix v0.4.0 |
2138 | 2024-08-09T20:38:09.932Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2139 | 2024-08-09T20:38:10.466Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2140 | 2024-08-09T20:38:10.699Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2141 | 2024-08-09T20:38:10.814Z | Checking indicatif v0.17.8 |
2142 | 2024-08-09T20:38:11.574Z | Checking is_ci v1.2.0 |
2143 | 2024-08-09T20:38:11.721Z | Checking supports-color v3.0.0 |
2144 | 2024-08-09T20:38:11.918Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2145 | 2024-08-09T20:38:12.064Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2146 | 2024-08-09T20:38:12.355Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2147 | 2024-08-09T20:38:12.688Z | Checking castaway v0.2.2 |
2148 | 2024-08-09T20:38:12.872Z | Checking compact_str v0.7.1 |
2149 | 2024-08-09T20:38:13.151Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2150 | 2024-08-09T20:38:13.476Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2151 | 2024-08-09T20:38:13.636Z | Checking unicode-truncate v1.0.0 |
2152 | 2024-08-09T20:38:13.652Z | Checking lru v0.12.3 |
2153 | 2024-08-09T20:38:13.801Z | Compiling stability v0.2.0 |
2154 | 2024-08-09T20:38:13.861Z | Checking cassowary v0.3.0 |
2155 | 2024-08-09T20:38:14.024Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2156 | 2024-08-09T20:38:14.290Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2157 | 2024-08-09T20:38:14.825Z | Checking ratatui v0.27.0 |
2158 | 2024-08-09T20:38:15.492Z | Checking unicode-linebreak v0.1.5 |
2159 | 2024-08-09T20:38:15.576Z | Checking smawk v0.3.2 |
2160 | 2024-08-09T20:38:15.791Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2161 | 2024-08-09T20:38:15.911Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2162 | 2024-08-09T20:38:15.932Z | Checking textwrap v0.16.1 |
2163 | 2024-08-09T20:38:16.128Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2164 | 2024-08-09T20:38:16.314Z | Checking fatfs v0.3.6 |
2165 | 2024-08-09T20:38:17.398Z | Checking csv-core v0.1.11 |
2166 | 2024-08-09T20:38:17.753Z | Checking shell-words v1.1.0 |
2167 | 2024-08-09T20:38:17.771Z | Checking csv v1.3.0 |
2168 | 2024-08-09T20:38:17.878Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2169 | 2024-08-09T20:38:17.925Z | Checking cargo-platform v0.1.8 |
2170 | 2024-08-09T20:38:18.216Z | Checking rtoolbox v0.0.2 |
2171 | 2024-08-09T20:38:18.424Z | Compiling getrandom v0.1.16 |
2172 | 2024-08-09T20:38:18.591Z | Checking rpassword v7.3.1 |
2173 | 2024-08-09T20:38:18.757Z | Checking cargo_metadata v0.18.1 |
2174 | 2024-08-09T20:38:18.907Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2175 | 2024-08-09T20:38:19.176Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2176 | 2024-08-09T20:38:19.996Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2177 | 2024-08-09T20:38:20.105Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2178 | 2024-08-09T20:38:20.358Z | Checking tui-tree-widget v0.21.0 |
2179 | 2024-08-09T20:38:20.703Z | Checking plotters-backend v0.3.5 |
2180 | 2024-08-09T20:38:21.104Z | Checking plotters-svg v0.3.5 |
2181 | 2024-08-09T20:38:21.614Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2182 | 2024-08-09T20:38:22.544Z | Checking rfc6979 v0.4.0 |
2183 | 2024-08-09T20:38:22.723Z | Checking yansi v0.5.1 |
2184 | 2024-08-09T20:38:23.010Z | Checking cast v0.3.0 |
2185 | 2024-08-09T20:38:23.322Z | Checking criterion-plot v0.5.0 |
2186 | 2024-08-09T20:38:23.577Z | Checking pretty_assertions v1.4.0 |
2187 | 2024-08-09T20:38:23.772Z | Checking ecdsa v0.16.9 |
2188 | 2024-08-09T20:38:23.823Z | Checking rand_core v0.5.1 |
2189 | 2024-08-09T20:38:24.144Z | Checking plotters v0.3.5 |
2190 | 2024-08-09T20:38:24.517Z | Checking primeorder v0.13.6 |
2191 | 2024-08-09T20:38:24.955Z | Checking tinytemplate v1.2.1 |
2192 | 2024-08-09T20:38:25.362Z | Checking oorandom v11.1.3 |
2193 | 2024-08-09T20:38:25.540Z | Checking option-ext v0.2.0 |
2194 | 2024-08-09T20:38:25.668Z | Checking anes v0.1.6 |
2195 | 2024-08-09T20:38:25.798Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2196 | 2024-08-09T20:38:25.891Z | Checking dirs-sys v0.4.1 |
2197 | 2024-08-09T20:38:26.033Z | Checking criterion v0.5.1 |
2198 | 2024-08-09T20:38:26.070Z | Checking rand_chacha v0.2.2 |
2199 | 2024-08-09T20:38:26.436Z | Checking polyval v0.6.2 |
2200 | 2024-08-09T20:38:26.716Z | Checking ed25519 v2.2.3 |
2201 | 2024-08-09T20:38:26.970Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2202 | 2024-08-09T20:38:28.526Z | Checking ctr v0.9.2 |
2203 | 2024-08-09T20:38:28.835Z | Checking aes v0.8.4 |
2204 | 2024-08-09T20:38:28.928Z | Checking blowfish v0.9.1 |
2205 | 2024-08-09T20:38:29.188Z | Checking password-hash v0.4.2 |
2206 | 2024-08-09T20:38:29.639Z | Checking pbkdf2 v0.12.2 |
2207 | 2024-08-09T20:38:29.766Z | Checking hex-literal v0.4.1 |
2208 | 2024-08-09T20:38:29.811Z | Checking bcrypt-pbkdf v0.10.0 |
2209 | 2024-08-09T20:38:29.906Z | Checking pbkdf2 v0.11.0 |
2210 | 2024-08-09T20:38:30.082Z | Checking ed25519-dalek v2.1.1 |
2211 | 2024-08-09T20:38:30.204Z | Checking ghash v0.5.1 |
2212 | 2024-08-09T20:38:30.381Z | Checking rand v0.7.3 |
2213 | 2024-08-09T20:38:30.440Z | Checking dirs v5.0.1 |
2214 | 2024-08-09T20:38:30.594Z | Checking p256 v0.13.2 |
2215 | 2024-08-09T20:38:31.098Z | Checking p521 v0.13.3 |
2216 | 2024-08-09T20:38:31.788Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2217 | 2024-08-09T20:38:32.602Z | Checking cbc v0.1.2 |
2218 | 2024-08-09T20:38:32.695Z | Checking russh-cryptovec v0.7.2 |
2219 | 2024-08-09T20:38:32.841Z | Compiling doc-comment v0.3.3 |
2220 | 2024-08-09T20:38:32.925Z | Checking md5 v0.7.0 |
2221 | 2024-08-09T20:38:32.945Z | Compiling target-lexicon v0.12.16 |
2222 | 2024-08-09T20:38:33.230Z | Checking russh-keys v0.43.0 |
2223 | 2024-08-09T20:38:33.636Z | Checking aes-gcm v0.10.3 |
2224 | 2024-08-09T20:38:33.884Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2225 | 2024-08-09T20:38:34.052Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2226 | 2024-08-09T20:38:34.479Z | Checking http-body v1.0.0 |
2227 | 2024-08-09T20:38:34.709Z | Compiling guppy-workspace-hack v0.1.0 |
2228 | 2024-08-09T20:38:34.930Z | Compiling dhcproto-macros v0.1.0 |
2229 | 2024-08-09T20:38:35.026Z | Compiling assert_cmd v2.0.15 |
2230 | 2024-08-09T20:38:35.475Z | Checking tower-layer v0.3.2 |
2231 | 2024-08-09T20:38:35.774Z | Checking tower v0.4.13 |
2232 | 2024-08-09T20:38:35.800Z | Checking hyper v1.3.1 |
2233 | 2024-08-09T20:38:35.909Z | Checking dhcproto v0.12.0 |
2234 | 2024-08-09T20:38:36.617Z | Checking russh v0.43.0 |
2235 | 2024-08-09T20:38:37.560Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2236 | 2024-08-09T20:38:37.590Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2237 | 2024-08-09T20:38:38.152Z | Checking internet-checksum v0.2.1 |
2238 | 2024-08-09T20:38:38.279Z | Compiling target-spec v3.2.1 |
2239 | 2024-08-09T20:38:39.932Z | Checking cfg-expr v0.16.0 |
2240 | 2024-08-09T20:38:40.510Z | Checking hyper-util v0.1.3 |
2241 | 2024-08-09T20:38:40.748Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2242 | 2024-08-09T20:38:40.784Z | Checking rustls-native-certs v0.7.0 |
2243 | 2024-08-09T20:38:40.948Z | Checking httptest v0.15.5 |
2244 | 2024-08-09T20:38:42.078Z | Checking hyper-rustls v0.26.0 |
2245 | 2024-08-09T20:38:42.846Z | Checking pathdiff v0.2.1 |
2246 | 2024-08-09T20:38:43.021Z | Checking threadpool v1.8.1 |
2247 | 2024-08-09T20:38:43.239Z | Compiling rstest_macros v0.19.0 |
2248 | 2024-08-09T20:38:43.675Z | Checking escape8259 v0.5.2 |
2249 | 2024-08-09T20:38:43.794Z | Checking nested v0.1.1 |
2250 | 2024-08-09T20:38:43.883Z | Checking libtest-mimic v0.7.3 |
2251 | 2024-08-09T20:38:44.030Z | Checking guppy v0.17.7 |
2252 | 2024-08-09T20:38:44.472Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2253 | 2024-08-09T20:38:44.801Z | Checking similar-asserts v1.5.0 |
2254 | 2024-08-09T20:38:45.039Z | Checking fancy-regex v0.13.0 |
2255 | 2024-08-09T20:38:45.376Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2256 | 2024-08-09T20:38:45.792Z | Compiling relative-path v1.9.3 |
2257 | 2024-08-09T20:38:46.170Z | Compiling trybuild v1.0.99 |
2258 | 2024-08-09T20:38:46.717Z | Checking datatest-stable v0.2.9 |
2259 | 2024-08-09T20:38:47.043Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2260 | 2024-08-09T20:38:48.397Z | Checking blake2b_simd v1.0.2 |
2261 | 2024-08-09T20:38:48.417Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2262 | 2024-08-09T20:38:48.856Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2263 | 2024-08-09T20:38:49.168Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2264 | 2024-08-09T20:38:49.233Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2265 | 2024-08-09T20:38:49.473Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2266 | 2024-08-09T20:38:49.731Z | Checking serde_tokenstream v0.2.1 |
2267 | 2024-08-09T20:38:49.784Z | Checking uzers v0.11.3 |
2268 | 2024-08-09T20:38:50.116Z | Checking indent_write v2.2.0 |
2269 | 2024-08-09T20:38:50.154Z | Checking futures-timer v3.0.3 |
2270 | 2024-08-09T20:38:50.436Z | Checking rust-argon2 v2.1.0 |
2271 | 2024-08-09T20:38:50.853Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2272 | 2024-08-09T20:38:51.930Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2273 | 2024-08-09T20:38:52.250Z | Checking rand_distr v0.4.3 |
2274 | 2024-08-09T20:38:53.092Z | Checking multimap v0.10.0 |
2275 | 2024-08-09T20:38:53.413Z | Checking approx v0.5.1 |
2276 | 2024-08-09T20:38:53.700Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2277 | 2024-08-09T20:38:54.325Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2278 | 2024-08-09T20:38:55.701Z | Checking rstest v0.19.0 |
2279 | 2024-08-09T20:38:55.918Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2280 | 2024-08-09T20:38:56.762Z | Checking partial-io v0.5.4 |
2281 | 2024-08-09T20:38:56.824Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2282 | 2024-08-09T20:38:57.176Z | Checking cargo_toml v0.20.4 |
2283 | 2024-08-09T20:38:57.657Z | Checking termios v0.3.3 |
2284 | 2024-08-09T20:38:57.881Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2285 | 2024-08-09T20:38:59.312Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2286 | 2024-08-09T20:39:03.520Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2287 | 2024-08-09T20:39:06.683Z | Compiling samael v0.0.15 |
2288 | 2024-08-09T20:39:16.112Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2289 | 2024-08-09T20:39:25.671Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2290 | 2024-08-09T20:39:45.587Z | Compiling polar-core v0.27.3 |
2291 | 2024-08-09T20:39:50.291Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2292 | 2024-08-09T20:39:51.054Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2293 | 2024-08-09T20:39:51.415Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2294 | 2024-08-09T20:39:56.515Z | Checking oso v0.27.3 |
2295 | 2024-08-09T20:40:34.846Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2296 | 2024-08-09T20:40:34.846Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2297 | 2024-08-09T20:40:34.851Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2298 | 2024-08-09T20:41:54.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 11s |
2299 | 2024-08-09T20:41:54.368Z | |
2300 | 2024-08-09T20:41:54.368Z | real 6:15.726579603 |
2301 | 2024-08-09T20:41:54.368Z | user 33:42.804023130 |
2302 | 2024-08-09T20:41:54.368Z | sys 5:43.686812358 |
2303 | 2024-08-09T20:41:54.368Z | trap 0.823218023 |
2304 | 2024-08-09T20:41:54.368Z | tflt 1.457419789 |
2305 | 2024-08-09T20:41:54.368Z | dflt 0.462769919 |
2306 | 2024-08-09T20:41:54.368Z | kflt 0.003062661 |
2307 | 2024-08-09T20:41:54.368Z | lock 53:20.634778972 |
2308 | 2024-08-09T20:41:54.373Z | slp 1:57:24.613747887 |
2309 | 2024-08-09T20:41:54.373Z | lat 1:32.834986795 |
2310 | 2024-08-09T20:41:54.373Z | stop 5:17.324842858 |
2311 | 2024-08-09T20:41:54.373Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2312 | 2024-08-09T20:41:54.373Z | + ptime -m cargo doc --workspace --no-deps |
2313 | 2024-08-09T20:41:55.515Z | warning: output filename collision. |
2314 | 2024-08-09T20:41:55.515Z | 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)`. |
2315 | 2024-08-09T20:41:55.515Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2316 | 2024-08-09T20:41:55.515Z | The targets should have unique names. |
2317 | 2024-08-09T20:41:55.515Z | This is a known bug where multiple crates with the same name use |
2318 | 2024-08-09T20:41:55.515Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2319 | 2024-08-09T20:41:55.855Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2320 | 2024-08-09T20:41:55.912Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2321 | 2024-08-09T20:41:55.929Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2322 | 2024-08-09T20:41:55.963Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2323 | 2024-08-09T20:41:55.986Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2324 | 2024-08-09T20:41:56.013Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2325 | 2024-08-09T20:41:56.013Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2326 | 2024-08-09T20:41:56.412Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2327 | 2024-08-09T20:41:56.427Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2328 | 2024-08-09T20:41:56.427Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2329 | 2024-08-09T20:41:56.427Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2330 | 2024-08-09T20:41:56.427Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2331 | 2024-08-09T20:41:56.555Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2332 | 2024-08-09T20:41:56.576Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2333 | 2024-08-09T20:41:56.811Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2334 | 2024-08-09T20:41:57.222Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2335 | 2024-08-09T20:42:02.635Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2336 | 2024-08-09T20:42:02.736Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2337 | 2024-08-09T20:42:02.760Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2338 | 2024-08-09T20:42:02.760Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2339 | 2024-08-09T20:42:02.760Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2340 | 2024-08-09T20:42:02.760Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2341 | 2024-08-09T20:42:02.760Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2342 | 2024-08-09T20:42:02.760Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2343 | 2024-08-09T20:42:02.760Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2344 | 2024-08-09T20:42:02.760Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2345 | 2024-08-09T20:42:03.009Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2346 | 2024-08-09T20:42:03.140Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2347 | 2024-08-09T20:42:03.334Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2348 | 2024-08-09T20:42:03.588Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2349 | 2024-08-09T20:42:03.889Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2350 | 2024-08-09T20:42:04.211Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2351 | 2024-08-09T20:42:04.227Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2352 | 2024-08-09T20:42:04.325Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2353 | 2024-08-09T20:42:04.556Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2354 | 2024-08-09T20:42:04.887Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2355 | 2024-08-09T20:42:05.105Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2356 | 2024-08-09T20:42:05.413Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2357 | 2024-08-09T20:42:05.584Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2358 | 2024-08-09T20:42:05.773Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2359 | 2024-08-09T20:42:05.819Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2360 | 2024-08-09T20:42:05.867Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2361 | 2024-08-09T20:42:07.996Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2362 | 2024-08-09T20:42:08.557Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2363 | 2024-08-09T20:42:09.211Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2364 | 2024-08-09T20:42:10.603Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2365 | 2024-08-09T20:42:12.422Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2366 | 2024-08-09T20:42:13.258Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2367 | 2024-08-09T20:42:14.101Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2368 | 2024-08-09T20:42:15.293Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2369 | 2024-08-09T20:42:15.818Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2370 | 2024-08-09T20:42:16.209Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2371 | 2024-08-09T20:42:17.657Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2372 | 2024-08-09T20:42:18.286Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2373 | 2024-08-09T20:42:19.794Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2024-08-09T20:42:20.265Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2375 | 2024-08-09T20:42:21.688Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2376 | 2024-08-09T20:42:22.887Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2377 | 2024-08-09T20:42:23.384Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2378 | 2024-08-09T20:42:23.476Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2379 | 2024-08-09T20:42:24.095Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2380 | 2024-08-09T20:42:24.182Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2381 | 2024-08-09T20:42:24.350Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2382 | 2024-08-09T20:42:24.509Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2383 | 2024-08-09T20:42:24.770Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2384 | 2024-08-09T20:42:25.130Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2385 | 2024-08-09T20:42:26.124Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2386 | 2024-08-09T20:42:26.578Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2387 | 2024-08-09T20:42:26.943Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2388 | 2024-08-09T20:42:27.625Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2389 | 2024-08-09T20:42:27.643Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2390 | 2024-08-09T20:42:27.983Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2391 | 2024-08-09T20:42:28.962Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2392 | 2024-08-09T20:42:29.852Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2393 | 2024-08-09T20:42:29.945Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2394 | 2024-08-09T20:42:30.161Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2395 | 2024-08-09T20:42:30.371Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2396 | 2024-08-09T20:42:30.510Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2397 | 2024-08-09T20:42:31.043Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2398 | 2024-08-09T20:42:31.281Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2399 | 2024-08-09T20:42:31.578Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2400 | 2024-08-09T20:42:31.819Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2401 | 2024-08-09T20:42:32.546Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2402 | 2024-08-09T20:42:32.564Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2403 | 2024-08-09T20:42:32.717Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2404 | 2024-08-09T20:42:33.389Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2405 | 2024-08-09T20:42:33.624Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2406 | 2024-08-09T20:42:33.665Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2407 | 2024-08-09T20:42:33.799Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2408 | 2024-08-09T20:42:34.161Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2409 | 2024-08-09T20:42:35.063Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2410 | 2024-08-09T20:42:35.606Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2411 | 2024-08-09T20:42:38.771Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2412 | 2024-08-09T20:42:52.042Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2413 | 2024-08-09T20:42:53.144Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2414 | 2024-08-09T20:42:53.292Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2415 | 2024-08-09T20:42:55.035Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2416 | 2024-08-09T20:42:56.219Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2417 | 2024-08-09T20:42:56.274Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2418 | 2024-08-09T20:43:13.603Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2419 | 2024-08-09T20:43:35.163Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2420 | 2024-08-09T20:43:39.152Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2421 | 2024-08-09T20:43:42.224Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2422 | 2024-08-09T20:43:48.282Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2423 | 2024-08-09T20:43:49.952Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2424 | 2024-08-09T20:43:54.347Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2425 | 2024-08-09T20:43:59.302Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2426 | 2024-08-09T20:44:09.507Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2427 | 2024-08-09T20:44:11.915Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2428 | 2024-08-09T20:44:13.349Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2429 | 2024-08-09T20:44:14.011Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2430 | 2024-08-09T20:44:15.874Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2431 | 2024-08-09T20:44:16.011Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2432 | 2024-08-09T20:44:18.500Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2433 | 2024-08-09T20:44:20.075Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2434 | 2024-08-09T20:44:20.824Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2435 | 2024-08-09T20:44:47.567Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2436 | 2024-08-09T20:44:57.845Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2437 | 2024-08-09T20:44:58.533Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2438 | 2024-08-09T20:45:00.116Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2439 | 2024-08-09T20:45:11.124Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2440 | 2024-08-09T20:45:17.224Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2441 | 2024-08-09T20:45:21.786Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2442 | 2024-08-09T20:45:21.905Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2443 | 2024-08-09T20:45:23.249Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2444 | 2024-08-09T20:45:31.067Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2445 | 2024-08-09T20:45:35.191Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2446 | 2024-08-09T20:45:35.232Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2447 | 2024-08-09T20:45:43.454Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2448 | 2024-08-09T20:45:48.137Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2449 | 2024-08-09T20:45:48.501Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2450 | 2024-08-09T20:45:49.614Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2451 | 2024-08-09T20:45:54.280Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2452 | 2024-08-09T20:45:59.597Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2453 | 2024-08-09T20:46:00.015Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2454 | 2024-08-09T20:46:02.330Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2455 | 2024-08-09T20:46:04.018Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2456 | 2024-08-09T20:46:05.804Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2457 | 2024-08-09T20:46:06.500Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2458 | 2024-08-09T20:46:21.212Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2459 | 2024-08-09T20:46:21.950Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2460 | 2024-08-09T20:46:22.426Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2461 | 2024-08-09T20:46:23.072Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2462 | 2024-08-09T20:46:26.413Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2463 | 2024-08-09T20:46:32.683Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2464 | 2024-08-09T20:46:33.265Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2465 | 2024-08-09T20:46:36.776Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2466 | 2024-08-09T20:46:38.554Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2467 | 2024-08-09T20:46:43.367Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2468 | 2024-08-09T20:46:43.439Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2469 | 2024-08-09T20:46:45.704Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2470 | 2024-08-09T20:46:47.856Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2471 | 2024-08-09T20:46:48.260Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2472 | 2024-08-09T20:46:55.136Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2473 | 2024-08-09T20:46:55.664Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2474 | 2024-08-09T20:46:56.391Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2475 | 2024-08-09T20:47:01.609Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2476 | 2024-08-09T20:47:03.253Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2477 | 2024-08-09T20:47:10.065Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2478 | 2024-08-09T20:47:11.300Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2479 | 2024-08-09T20:47:11.527Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2480 | 2024-08-09T20:47:15.552Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2481 | 2024-08-09T20:47:15.979Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2482 | 2024-08-09T20:47:21.850Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2483 | 2024-08-09T20:47:22.573Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2484 | 2024-08-09T20:47:24.720Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2485 | 2024-08-09T20:47:26.162Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2486 | 2024-08-09T20:47:28.242Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2487 | 2024-08-09T20:47:29.550Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2488 | 2024-08-09T20:47:29.954Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2489 | 2024-08-09T20:47:36.291Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2490 | 2024-08-09T20:47:38.924Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2491 | 2024-08-09T20:47:39.335Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2492 | 2024-08-09T20:47:41.000Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2493 | 2024-08-09T20:47:43.310Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2494 | 2024-08-09T20:47:47.025Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2495 | 2024-08-09T20:47:47.451Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2496 | 2024-08-09T20:47:48.712Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2497 | 2024-08-09T20:47:49.510Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2498 | 2024-08-09T20:47:50.292Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2499 | 2024-08-09T20:47:52.065Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2500 | 2024-08-09T20:47:52.807Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2501 | 2024-08-09T20:47:52.941Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2502 | 2024-08-09T20:47:53.182Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2503 | 2024-08-09T20:47:55.880Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2504 | 2024-08-09T20:47:56.936Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2505 | 2024-08-09T20:47:57.589Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2506 | 2024-08-09T20:47:57.874Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2507 | 2024-08-09T20:47:57.960Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2508 | 2024-08-09T20:47:58.660Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2509 | 2024-08-09T20:48:30.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 36s |
2510 | 2024-08-09T20:48:31.147Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 116 other files |
2511 | 2024-08-09T20:48:31.204Z | |
2512 | 2024-08-09T20:48:31.208Z | real 6:36.737087325 |
2513 | 2024-08-09T20:48:31.208Z | user 20:24.191789679 |
2514 | 2024-08-09T20:48:31.208Z | sys 28:43.964461398 |
2515 | 2024-08-09T20:48:31.208Z | trap 0.328793570 |
2516 | 2024-08-09T20:48:31.208Z | tflt 0.167774640 |
2517 | 2024-08-09T20:48:31.208Z | dflt 0.214314135 |
2518 | 2024-08-09T20:48:31.208Z | kflt 0.000000000 |
2519 | 2024-08-09T20:48:31.208Z | lock 1:02:45.034679793 |
2520 | 2024-08-09T20:48:31.208Z | slp 1:51:51.467824362 |
2521 | 2024-08-09T20:48:31.208Z | lat 1:02.742145920 |
2522 | 2024-08-09T20:48:31.208Z | stop 51.126728708 |
2523 | 2024-08-09T20:48:31.208Z | process exited: duration 1005592 ms, exit code 0 |
|
2524 | 2024-08-09T20:48:31.215Z | found 0 output files |