|
|
|
1 | 2024-07-19T16:31:26.391Z | job assigned to worker 01J35XA20TTVVYZVY2681SEPJC (queued for 34 s) |
|
2 | 2024-07-19T16:31:26.422Z | starting task 0: "setup" |
3 | 2024-07-19T16:31:26.446Z | ++ uname -s |
4 | 2024-07-19T16:31:26.446Z | + kern=SunOS |
5 | 2024-07-19T16:31:26.446Z | + case "$kern" in |
6 | 2024-07-19T16:31:26.446Z | + groupadd -g 12345 build |
7 | 2024-07-19T16:31:26.446Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T16:31:28.453Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T16:31:28.498Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T16:31:28.523Z | + home_fs=zfs |
11 | 2024-07-19T16:31:28.523Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T16:31:28.523Z | + mkdir -p /home/build |
13 | 2024-07-19T16:31:28.523Z | + chown build:build /home/build /work |
14 | 2024-07-19T16:31:29.508Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T16:31:29.531Z | process exited: duration 3089 ms, exit code 0 |
|
16 | 2024-07-19T16:31:29.579Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T16:31:29.603Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T16:31:29.603Z | ' 1.78.0 |
19 | 2024-07-19T16:31:29.603Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-19T16:31:29.603Z | ' default |
21 | 2024-07-19T16:31:29.603Z | * toolchain channel = "1.78.0" |
22 | 2024-07-19T16:31:29.603Z | * toolchain profile = "default" |
23 | 2024-07-19T16:31:29.603Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T16:31:29.603Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-19T16:31:29.732Z | info: downloading installer |
26 | 2024-07-19T16:31:30.300Z | info: profile set to 'default' |
27 | 2024-07-19T16:31:30.301Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T16:31:30.325Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-19T16:31:30.405Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-19T16:31:30.405Z | info: downloading component 'cargo' |
31 | 2024-07-19T16:31:30.584Z | info: downloading component 'clippy' |
32 | 2024-07-19T16:31:30.679Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T16:31:31.053Z | info: downloading component 'rust-std' |
34 | 2024-07-19T16:31:31.486Z | info: downloading component 'rustc' |
35 | 2024-07-19T16:31:32.486Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T16:31:32.547Z | info: installing component 'cargo' |
37 | 2024-07-19T16:31:33.604Z | info: installing component 'clippy' |
38 | 2024-07-19T16:31:34.068Z | info: installing component 'rust-docs' |
39 | 2024-07-19T16:31:36.589Z | info: installing component 'rust-std' |
40 | 2024-07-19T16:31:38.626Z | info: installing component 'rustc' |
41 | 2024-07-19T16:31:43.569Z | info: installing component 'rustfmt' |
42 | 2024-07-19T16:31:43.944Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-19T16:31:43.944Z | |
44 | 2024-07-19T16:31:44.068Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-19T16:31:44.068Z | |
46 | 2024-07-19T16:31:44.068Z | |
47 | 2024-07-19T16:31:44.068Z | Rust is installed now. Great! |
48 | 2024-07-19T16:31:44.068Z | |
49 | 2024-07-19T16:31:44.068Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T16:31:44.068Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T16:31:44.068Z | |
52 | 2024-07-19T16:31:44.068Z | To configure your current shell, you need to source |
53 | 2024-07-19T16:31:44.068Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T16:31:44.068Z | |
55 | 2024-07-19T16:31:44.068Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T16:31:44.068Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T16:31:44.068Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T16:31:44.150Z | + rustc --version |
59 | 2024-07-19T16:31:44.264Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-19T16:31:44.288Z | process exited: duration 14691 ms, exit code 0 |
|
61 | 2024-07-19T16:31:44.337Z | starting task 2: "authentication" |
62 | 2024-07-19T16:31:44.396Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-07-19T16:31:44.447Z | starting task 3: "clone repository" |
64 | 2024-07-19T16:31:44.471Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-19T16:31:44.471Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-19T16:31:44.494Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-19T16:31:50.444Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-19T16:31:50.444Z | + git fetch origin ea8e04155df20d01a64c93f92af7609261fe0506 |
69 | 2024-07-19T16:31:50.837Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-19T16:31:50.837Z | * branch ea8e04155df20d01a64c93f92af7609261fe0506 -> FETCH_HEAD |
71 | 2024-07-19T16:31:50.865Z | + [[ -n move-switch-data-link-timeseries-to-toml ]] |
72 | 2024-07-19T16:31:50.865Z | ++ git branch --show-current |
73 | 2024-07-19T16:31:50.865Z | + current=main |
74 | 2024-07-19T16:31:50.865Z | + [[ main != move-switch-data-link-timeseries-to-toml ]] |
75 | 2024-07-19T16:31:50.865Z | + git branch -f move-switch-data-link-timeseries-to-toml ea8e04155df20d01a64c93f92af7609261fe0506 |
76 | 2024-07-19T16:31:50.865Z | + git checkout -f move-switch-data-link-timeseries-to-toml |
77 | 2024-07-19T16:31:51.034Z | Switched to branch 'move-switch-data-link-timeseries-to-toml' |
78 | 2024-07-19T16:31:51.059Z | + git reset --hard ea8e04155df20d01a64c93f92af7609261fe0506 |
79 | 2024-07-19T16:31:51.059Z | HEAD is now at ea8e04155 update openapi spec |
80 | 2024-07-19T16:31:51.084Z | process exited: duration 6615 ms, exit code 0 |
|
81 | 2024-07-19T16:31:51.132Z | starting task 4: "build" |
82 | 2024-07-19T16:31:51.156Z | + cargo --version |
83 | 2024-07-19T16:31:51.206Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-19T16:31:51.230Z | + rustc --version |
85 | 2024-07-19T16:31:51.280Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-19T16:31:51.304Z | + source ./env.sh |
87 | 2024-07-19T16:31:51.304Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-19T16:31:51.304Z | ++ set -o xtrace |
89 | 2024-07-19T16:31:51.304Z | ++++ dirname ./env.sh |
90 | 2024-07-19T16:31:51.304Z | +++ readlink -f . |
91 | 2024-07-19T16:31:51.304Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-19T16:31:51.304Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-19T16:31:51.304Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-19T16:31:51.304Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-07-19T16:31:51.304Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-07-19T16:31:51.304Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-07-19T16:31:51.304Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-07-19T16:31:51.304Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-07-19T16:31:51.304Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-07-19T16:31:51.305Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-19T16:31:51.305Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-19T16:31:51.305Z | + banner prerequisites |
103 | 2024-07-19T16:31:51.305Z | |
104 | 2024-07-19T16:31:51.305Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-19T16:31:51.305Z | # # # # # # # # # # # # # # # |
106 | 2024-07-19T16:31:51.305Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-19T16:31:51.305Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-19T16:31:51.305Z | # # # # # # # # # # # # # # # |
109 | 2024-07-19T16:31:51.305Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-19T16:31:51.305Z | |
111 | 2024-07-19T16:31:51.305Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-19T16:31:58.222Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-19T16:32:00.643Z | Startup: Caching catalogs ... Done |
114 | 2024-07-19T16:32:04.546Z | Planning: Solver setup ... Done (3.309s) |
115 | 2024-07-19T16:32:04.609Z | Planning: Running solver ... Done (0.064s) |
116 | 2024-07-19T16:32:04.652Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-19T16:32:04.730Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-19T16:32:05.101Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-19T16:32:05.163Z | Planning: Package planning ... Done (0.062s) |
120 | 2024-07-19T16:32:05.222Z | Planning: Merging actions ... Done (0.059s) |
121 | 2024-07-19T16:32:05.574Z | Planning: Checking for conflicting actions ... Done (0.351s) |
122 | 2024-07-19T16:32:05.597Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-19T16:32:06.204Z | Planning: Evaluating mediators ... Done (0.616s) |
124 | 2024-07-19T16:32:06.228Z | Planning: Planning completed in 5.51 seconds |
125 | 2024-07-19T16:32:06.252Z | Packages to install: 4 |
126 | 2024-07-19T16:32:06.252Z | Mediators to change: 2 |
127 | 2024-07-19T16:32:06.252Z | Services to change: 1 |
128 | 2024-07-19T16:32:06.252Z | Estimated space available: 148.89 GB |
129 | 2024-07-19T16:32:06.252Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-07-19T16:32:06.252Z | Create boot environment: No |
131 | 2024-07-19T16:32:06.252Z | Create backup boot environment: No |
132 | 2024-07-19T16:32:06.252Z | Rebuild boot archive: No |
133 | 2024-07-19T16:32:06.252Z | |
134 | 2024-07-19T16:32:06.252Z | Changed mediators: |
135 | 2024-07-19T16:32:06.252Z | mediator clang: |
136 | 2024-07-19T16:32:06.252Z | version: None -> 15 (system default) |
137 | 2024-07-19T16:32:06.252Z | |
138 | 2024-07-19T16:32:06.252Z | mediator llvm: |
139 | 2024-07-19T16:32:06.252Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-19T16:32:06.252Z | |
141 | 2024-07-19T16:32:06.252Z | Changed packages: |
142 | 2024-07-19T16:32:06.252Z | helios-dev |
143 | 2024-07-19T16:32:06.252Z | developer/build-essential |
144 | 2024-07-19T16:32:06.252Z | None -> 11-2.0 |
145 | 2024-07-19T16:32:06.252Z | library/libxmlsec1 |
146 | 2024-07-19T16:32:06.252Z | None -> 1.2.35-2.0 |
147 | 2024-07-19T16:32:06.252Z | ooce/developer/clang-15 |
148 | 2024-07-19T16:32:06.252Z | None -> 15.0.7-2.0 |
149 | 2024-07-19T16:32:06.252Z | ooce/developer/llvm-15 |
150 | 2024-07-19T16:32:06.252Z | None -> 15.0.7-2.0 |
151 | 2024-07-19T16:32:06.252Z | |
152 | 2024-07-19T16:32:06.252Z | Services: |
153 | 2024-07-19T16:32:06.252Z | restart_fmri: |
154 | 2024-07-19T16:32:06.252Z | svc:/system/update-man-index:default |
155 | 2024-07-19T16:32:06.282Z | |
156 | 2024-07-19T16:32:06.282Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-19T16:32:11.389Z | Download: 1197/3290 items 76.6/212.6MB 36% complete (15.4M/s) |
158 | 2024-07-19T16:33:09.157Z | Download: 1542/3290 items 117.6/212.6MB 55% complete (11.9M/s) |
159 | 2024-07-19T16:33:09.229Z | Download: 2568/3290 items 120.4/212.6MB 56% complete (4.5M/s) |
160 | 2024-07-19T16:33:09.229Z | Download: 3247/3290 items 202.4/212.6MB 95% complete (8.4M/s) |
161 | 2024-07-19T16:33:09.229Z | Download: 3289/3290 items 212.4/212.6MB 99% complete (9.1M/s) |
162 | 2024-07-19T16:33:09.229Z | Download: Completed 212.60 MB in 26.44 seconds (8.0M/s) |
163 | 2024-07-19T16:33:09.229Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-07-19T16:33:09.229Z | Actions: 3328/3689 actions (Installing new actions) |
165 | 2024-07-19T16:33:09.229Z | Actions: Completed 3689 actions in 5.82 seconds. |
166 | 2024-07-19T16:33:09.229Z | Done (0.331s) |
167 | 2024-07-19T16:33:09.229Z | Done (0.000s) |
168 | 2024-07-19T16:33:09.229Z | Done (0.435s) |
169 | 2024-07-19T16:33:09.229Z | Done (5.012s) |
170 | 2024-07-19T16:33:09.229Z | Done (0.019s) |
171 | 2024-07-19T16:33:09.229Z | Done (0.000s) |
172 | 2024-07-19T16:33:09.229Z | Done (0.000s) |
173 | 2024-07-19T16:33:09.229Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-07-19T16:33:09.229Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-07-19T16:33:09.229Z | Planning: Consolidating action changes ... Done |
176 | 2024-07-19T16:33:09.229Z | Planning: Evaluating mediators ... Done |
177 | 2024-07-19T16:33:09.229Z | Planning: Planning completed in 0.60 seconds |
178 | 2024-07-19T16:33:09.229Z | Mediators to change: 2 |
179 | 2024-07-19T16:33:09.229Z | Create boot environment: No |
180 | 2024-07-19T16:33:09.229Z | Create backup boot environment: No |
181 | 2024-07-19T16:33:09.229Z | Done |
182 | 2024-07-19T16:33:09.229Z | Done |
183 | 2024-07-19T16:33:09.230Z | Done |
184 | 2024-07-19T16:33:09.230Z | Done |
185 | 2024-07-19T16:33:09.230Z | Done |
186 | 2024-07-19T16:33:09.230Z | Done |
187 | 2024-07-19T16:33:09.230Z | Done |
188 | 2024-07-19T16:33:09.230Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-07-19T16:33:09.230Z | Planning: Merging actions ... Done |
190 | 2024-07-19T16:33:09.230Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-07-19T16:33:09.230Z | Planning: Consolidating action changes ... Done |
192 | 2024-07-19T16:33:09.230Z | Planning: Evaluating mediators ... Done |
193 | 2024-07-19T16:33:09.230Z | Planning: Planning completed in 0.92 seconds |
194 | 2024-07-19T16:33:09.230Z | Packages to change: 1 |
195 | 2024-07-19T16:33:09.230Z | Mediators to change: 1 |
196 | 2024-07-19T16:33:09.230Z | Services to change: 1 |
197 | 2024-07-19T16:33:09.230Z | Create boot environment: No |
198 | 2024-07-19T16:33:09.230Z | Create backup boot environment: Yes |
199 | 2024-07-19T16:33:09.230Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-07-19T16:33:09.230Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-07-19T16:33:09.230Z | Done |
202 | 2024-07-19T16:33:09.230Z | Done |
203 | 2024-07-19T16:33:09.230Z | Done |
204 | 2024-07-19T16:33:09.230Z | Done |
205 | 2024-07-19T16:33:09.230Z | Done |
206 | 2024-07-19T16:33:09.230Z | Done |
207 | 2024-07-19T16:33:09.230Z | Done |
208 | 2024-07-19T16:33:09.230Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-07-19T16:33:09.230Z | clang system 15 system |
210 | 2024-07-19T16:33:09.230Z | csh system system illumos |
211 | 2024-07-19T16:33:09.230Z | ctags system system illumos |
212 | 2024-07-19T16:33:09.230Z | gcc vendor 12 vendor |
213 | 2024-07-19T16:33:09.230Z | gcc system 10 system |
214 | 2024-07-19T16:33:09.230Z | gcc system 7 system |
215 | 2024-07-19T16:33:09.230Z | go system 1.20 system |
216 | 2024-07-19T16:33:09.230Z | go system 1.19 system |
217 | 2024-07-19T16:33:09.230Z | llvm system 15 system |
218 | 2024-07-19T16:33:09.230Z | llvm system 14 system |
219 | 2024-07-19T16:33:09.230Z | mariadb system 10.6 system |
220 | 2024-07-19T16:33:09.230Z | mta vendor vendor dma |
221 | 2024-07-19T16:33:09.230Z | openjdk system 17 system |
222 | 2024-07-19T16:33:09.231Z | openjdk system 11 system |
223 | 2024-07-19T16:33:09.231Z | openjdk system 1.8 system |
224 | 2024-07-19T16:33:09.231Z | openssl vendor 3 vendor |
225 | 2024-07-19T16:33:09.231Z | perl system 5.36 system |
226 | 2024-07-19T16:33:09.231Z | postgresql system 15 system |
227 | 2024-07-19T16:33:09.231Z | postgresql system 13 system |
228 | 2024-07-19T16:33:09.231Z | python vendor 3 vendor |
229 | 2024-07-19T16:33:09.231Z | python system 2 system |
230 | 2024-07-19T16:33:09.231Z | python3 system 3.11 system |
231 | 2024-07-19T16:33:09.231Z | ruby system 3.0 system |
232 | 2024-07-19T16:33:09.231Z | words vendor vendor american-english |
233 | 2024-07-19T16:33:09.231Z | words system system australian-english |
234 | 2024-07-19T16:33:09.231Z | words system system british-english |
235 | 2024-07-19T16:33:09.231Z | words system system canadian-english |
236 | 2024-07-19T16:33:09.231Z | words system system french |
237 | 2024-07-19T16:33:09.231Z | words system system italian |
238 | 2024-07-19T16:33:09.231Z | words system system ngerman |
239 | 2024-07-19T16:33:09.231Z | words system system ogerman |
240 | 2024-07-19T16:33:09.231Z | words system system spanish |
241 | 2024-07-19T16:33:09.231Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-07-19T16:33:09.231Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-07-19T16:33:09.231Z | FMRI IFO |
244 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-07-19T16:33:09.231Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-07-19T16:33:09.231Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-07-19T16:33:09.231Z | Updating git repository `https://github.com/oxidecomputer/zone` |
258 | 2024-07-19T16:33:09.231Z | Updating crates.io index |
259 | 2024-07-19T16:33:09.261Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
260 | 2024-07-19T16:33:09.261Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-07-19T16:33:09.261Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-07-19T16:33:09.261Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
263 | 2024-07-19T16:33:09.261Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-07-19T16:33:09.261Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-07-19T16:33:09.261Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-07-19T16:33:09.378Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-07-19T16:33:11.383Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-07-19T16:33:12.543Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-07-19T16:34:18.365Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-07-19T16:34:18.472Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-07-19T16:34:18.472Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-07-19T16:34:18.473Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-07-19T16:34:18.474Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-07-19T16:34:18.474Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-07-19T16:34:18.474Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-07-19T16:34:18.474Z | Downloading crates ... |
289 | 2024-07-19T16:34:18.474Z | Downloaded equivalent v1.0.1 |
290 | 2024-07-19T16:34:18.474Z | Downloaded dtrace-parser v0.2.0 |
291 | 2024-07-19T16:34:18.474Z | Downloaded foreign-types-shared v0.1.1 |
292 | 2024-07-19T16:34:18.474Z | Downloaded is_terminal_polyfill v1.70.0 |
293 | 2024-07-19T16:34:18.474Z | Downloaded openssl-probe v0.1.5 |
294 | 2024-07-19T16:34:18.474Z | Downloaded match_cfg v0.1.0 |
295 | 2024-07-19T16:34:18.474Z | Downloaded num_threads v0.1.7 |
296 | 2024-07-19T16:34:18.475Z | Downloaded num_cpus v1.16.0 |
297 | 2024-07-19T16:34:18.475Z | Downloaded hyper-tls v0.5.0 |
298 | 2024-07-19T16:34:18.475Z | Downloaded scroll_derive v0.12.0 |
299 | 2024-07-19T16:34:18.475Z | Downloaded rustls-pemfile v1.0.4 |
300 | 2024-07-19T16:34:18.475Z | Downloaded pkg-config v0.3.30 |
301 | 2024-07-19T16:34:18.475Z | Downloaded pest_meta v2.7.10 |
302 | 2024-07-19T16:34:18.475Z | Downloaded bytes v1.6.0 |
303 | 2024-07-19T16:34:18.475Z | Downloaded papergrid v0.11.0 |
304 | 2024-07-19T16:34:18.475Z | Downloaded tower-service v0.3.2 |
305 | 2024-07-19T16:34:18.475Z | Downloaded sync_wrapper v0.1.2 |
306 | 2024-07-19T16:34:18.475Z | Downloaded futures-sink v0.3.30 |
307 | 2024-07-19T16:34:18.475Z | Downloaded pest_generator v2.7.10 |
308 | 2024-07-19T16:34:18.475Z | Downloaded httparse v1.8.0 |
309 | 2024-07-19T16:34:18.476Z | Downloaded fs-err v2.11.0 |
310 | 2024-07-19T16:34:18.476Z | Downloaded time-core v0.1.2 |
311 | 2024-07-19T16:34:18.476Z | Downloaded futures-channel v0.3.30 |
312 | 2024-07-19T16:34:18.476Z | Downloaded crossbeam-channel v0.5.12 |
313 | 2024-07-19T16:34:18.476Z | Downloaded flate2 v1.0.30 |
314 | 2024-07-19T16:34:18.476Z | Downloaded swrite v0.1.0 |
315 | 2024-07-19T16:34:18.476Z | Downloaded cc v1.0.97 |
316 | 2024-07-19T16:34:18.476Z | Downloaded strum v0.26.3 |
317 | 2024-07-19T16:34:18.476Z | Downloaded powerfmt v0.2.0 |
318 | 2024-07-19T16:34:18.476Z | Downloaded scopeguard v1.2.0 |
319 | 2024-07-19T16:34:18.476Z | Downloaded rustversion v1.0.17 |
320 | 2024-07-19T16:34:18.476Z | Downloaded scroll v0.12.0 |
321 | 2024-07-19T16:34:18.476Z | Downloaded pin-project-lite v0.2.14 |
322 | 2024-07-19T16:34:18.477Z | Downloaded h2 v0.3.26 |
323 | 2024-07-19T16:34:18.477Z | Downloaded try-lock v0.2.5 |
324 | 2024-07-19T16:34:18.477Z | Downloaded want v0.3.1 |
325 | 2024-07-19T16:34:18.477Z | Downloaded usdt-macro v0.5.0 |
326 | 2024-07-19T16:34:18.477Z | Downloaded toml_datetime v0.6.6 |
327 | 2024-07-19T16:34:18.477Z | Downloaded serde_tokenstream v0.2.1 |
328 | 2024-07-19T16:34:18.477Z | Downloaded thread_local v1.1.8 |
329 | 2024-07-19T16:34:18.477Z | Downloaded slog-async v2.8.0 |
330 | 2024-07-19T16:34:18.477Z | Downloaded usdt v0.5.0 |
331 | 2024-07-19T16:34:18.477Z | Downloaded slab v0.4.9 |
332 | 2024-07-19T16:34:18.477Z | Downloaded thiserror-impl v1.0.62 |
333 | 2024-07-19T16:34:18.478Z | Downloaded semver v1.0.23 |
334 | 2024-07-19T16:34:18.478Z | Downloaded quote v1.0.36 |
335 | 2024-07-19T16:34:18.478Z | Downloaded version_check v0.9.4 |
336 | 2024-07-19T16:34:18.478Z | Downloaded tokio-macros v2.3.0 |
337 | 2024-07-19T16:34:18.478Z | Downloaded thread-id v4.2.1 |
338 | 2024-07-19T16:34:18.478Z | Downloaded thiserror v1.0.62 |
339 | 2024-07-19T16:34:18.478Z | Downloaded serde_urlencoded v0.7.1 |
340 | 2024-07-19T16:34:18.479Z | Downloaded strsim v0.11.1 |
341 | 2024-07-19T16:34:18.479Z | Downloaded sha2 v0.10.8 |
342 | 2024-07-19T16:34:18.479Z | Downloaded smallvec v1.13.2 |
343 | 2024-07-19T16:34:18.479Z | Downloaded xattr v1.3.1 |
344 | 2024-07-19T16:34:18.479Z | Downloaded slog-bunyan v2.5.0 |
345 | 2024-07-19T16:34:18.479Z | Downloaded signal-hook-registry v1.4.2 |
346 | 2024-07-19T16:34:18.479Z | Downloaded encoding_rs v0.8.34 |
347 | 2024-07-19T16:34:18.479Z | Downloaded unicode-bidi v0.3.15 |
348 | 2024-07-19T16:34:18.480Z | Downloaded zerocopy-derive v0.7.34 |
349 | 2024-07-19T16:34:18.480Z | Downloaded unicode-ident v1.0.12 |
350 | 2024-07-19T16:34:18.480Z | Downloaded toml v0.8.14 |
351 | 2024-07-19T16:34:18.480Z | Downloaded tracing-core v0.1.32 |
352 | 2024-07-19T16:34:18.480Z | Downloaded socket2 v0.4.10 |
353 | 2024-07-19T16:34:18.480Z | Downloaded slog v2.7.0 |
354 | 2024-07-19T16:34:18.481Z | Downloaded serde_derive v1.0.204 |
355 | 2024-07-19T16:34:18.481Z | Downloaded socket2 v0.5.7 |
356 | 2024-07-19T16:34:18.481Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-07-19T16:34:18.481Z | Downloaded typenum v1.17.0 |
358 | 2024-07-19T16:34:18.481Z | Downloaded tinyvec v1.6.0 |
359 | 2024-07-19T16:34:18.481Z | Downloaded ucd-trie v0.1.6 |
360 | 2024-07-19T16:34:18.481Z | Downloaded serde v1.0.204 |
361 | 2024-07-19T16:34:18.482Z | Downloaded time-macros v0.2.18 |
362 | 2024-07-19T16:34:18.482Z | Downloaded tracing v0.1.40 |
363 | 2024-07-19T16:34:18.482Z | Downloaded url v2.5.0 |
364 | 2024-07-19T16:34:18.482Z | Downloaded term v0.7.0 |
365 | 2024-07-19T16:34:18.482Z | Downloaded toml_edit v0.22.14 |
366 | 2024-07-19T16:34:18.482Z | Downloaded tar v0.4.41 |
367 | 2024-07-19T16:34:18.482Z | Downloaded zerocopy v0.7.34 |
368 | 2024-07-19T16:34:18.482Z | Downloaded tabled v0.15.0 |
369 | 2024-07-19T16:34:18.483Z | Downloaded vcpkg v0.2.15 |
370 | 2024-07-19T16:34:18.513Z | Downloaded unicode-width v0.1.13 |
371 | 2024-07-19T16:34:18.514Z | Downloaded rustix v0.38.34 |
372 | 2024-07-19T16:34:18.514Z | Downloaded tokio v1.38.1 |
373 | 2024-07-19T16:34:18.514Z | Downloaded syn v2.0.71 |
374 | 2024-07-19T16:34:18.514Z | Downloaded syn v1.0.109 |
375 | 2024-07-19T16:34:18.514Z | Downloaded winnow v0.6.8 |
376 | 2024-07-19T16:34:18.514Z | Downloaded unicode-normalization v0.1.23 |
377 | 2024-07-19T16:34:18.515Z | Downloaded tokio-util v0.7.11 |
378 | 2024-07-19T16:34:18.515Z | Downloaded time v0.3.36 |
379 | 2024-07-19T16:34:18.515Z | Downloaded serde_json v1.0.120 |
380 | 2024-07-19T16:34:18.515Z | Downloaded reqwest v0.11.27 |
381 | 2024-07-19T16:34:18.515Z | Downloaded strum_macros v0.26.4 |
382 | 2024-07-19T16:34:18.515Z | Downloaded slog-term v2.9.1 |
383 | 2024-07-19T16:34:18.515Z | Downloaded serde_spanned v0.6.6 |
384 | 2024-07-19T16:34:18.516Z | Downloaded utf8parse v0.2.1 |
385 | 2024-07-19T16:34:18.516Z | Downloaded tokio-native-tls v0.3.1 |
386 | 2024-07-19T16:34:18.516Z | Downloaded slog-json v2.6.1 |
387 | 2024-07-19T16:34:18.516Z | Downloaded proc-macro-error v1.0.4 |
388 | 2024-07-19T16:34:18.516Z | Downloaded libc v0.2.155 |
389 | 2024-07-19T16:34:18.517Z | Downloaded proc-macro2 v1.0.86 |
390 | 2024-07-19T16:34:18.517Z | Downloaded ryu v1.0.18 |
391 | 2024-07-19T16:34:18.517Z | Downloaded tabled_derive v0.7.0 |
392 | 2024-07-19T16:34:18.517Z | Downloaded idna v0.5.0 |
393 | 2024-07-19T16:34:18.517Z | Downloaded usdt-attr-macro v0.5.0 |
394 | 2024-07-19T16:34:18.518Z | Downloaded terminal_size v0.3.0 |
395 | 2024-07-19T16:34:18.519Z | Downloaded openssl v0.10.64 |
396 | 2024-07-19T16:34:18.519Z | Downloaded hyper v0.14.28 |
397 | 2024-07-19T16:34:18.520Z | Downloaded hashbrown v0.14.5 |
398 | 2024-07-19T16:34:18.520Z | Downloaded goblin v0.8.2 |
399 | 2024-07-19T16:34:18.520Z | Downloaded futures-util v0.3.30 |
400 | 2024-07-19T16:34:18.520Z | Downloaded tinyvec_macros v0.1.1 |
401 | 2024-07-19T16:34:18.520Z | Downloaded take_mut v0.2.2 |
402 | 2024-07-19T16:34:18.521Z | Downloaded clap_builder v4.5.9 |
403 | 2024-07-19T16:34:18.521Z | Downloaded pest v2.7.10 |
404 | 2024-07-19T16:34:18.521Z | Downloaded memchr v2.7.2 |
405 | 2024-07-19T16:34:18.521Z | Downloaded proc-macro-error-attr v1.0.4 |
406 | 2024-07-19T16:34:18.521Z | Downloaded mio v0.8.11 |
407 | 2024-07-19T16:34:18.521Z | Downloaded http v0.2.12 |
408 | 2024-07-19T16:34:18.521Z | Downloaded parking_lot v0.12.2 |
409 | 2024-07-19T16:34:18.521Z | Downloaded openssl-sys v0.9.102 |
410 | 2024-07-19T16:34:18.522Z | Downloaded base64 v0.21.7 |
411 | 2024-07-19T16:34:18.522Z | Downloaded pest_derive v2.7.10 |
412 | 2024-07-19T16:34:18.522Z | Downloaded once_cell v1.19.0 |
413 | 2024-07-19T16:34:18.522Z | Downloaded ipnet v2.9.0 |
414 | 2024-07-19T16:34:18.522Z | Downloaded percent-encoding v2.3.1 |
415 | 2024-07-19T16:34:18.522Z | Downloaded macaddr v1.0.1 |
416 | 2024-07-19T16:34:18.522Z | Downloaded lock_api v0.4.12 |
417 | 2024-07-19T16:34:18.522Z | Downloaded mime v0.3.17 |
418 | 2024-07-19T16:34:18.522Z | Downloaded itoa v1.0.11 |
419 | 2024-07-19T16:34:18.522Z | Downloaded indexmap v2.2.6 |
420 | 2024-07-19T16:34:18.522Z | Downloaded futures-executor v0.3.30 |
421 | 2024-07-19T16:34:18.522Z | Downloaded heck v0.5.0 |
422 | 2024-07-19T16:34:18.522Z | Downloaded num-conv v0.1.0 |
423 | 2024-07-19T16:34:18.522Z | Downloaded crossbeam-utils v0.8.19 |
424 | 2024-07-19T16:34:18.522Z | Downloaded anyhow v1.0.86 |
425 | 2024-07-19T16:34:18.522Z | Downloaded pin-utils v0.1.0 |
426 | 2024-07-19T16:34:18.522Z | Downloaded openssl-macros v0.1.1 |
427 | 2024-07-19T16:34:18.522Z | Downloaded futures v0.3.30 |
428 | 2024-07-19T16:34:18.522Z | Downloaded foreign-types v0.3.2 |
429 | 2024-07-19T16:34:18.523Z | Downloaded crc32fast v1.4.0 |
430 | 2024-07-19T16:34:18.523Z | Downloaded clap v4.5.9 |
431 | 2024-07-19T16:34:18.523Z | Downloaded plain v0.2.3 |
432 | 2024-07-19T16:34:18.523Z | Downloaded parking_lot_core v0.9.10 |
433 | 2024-07-19T16:34:18.523Z | Downloaded native-tls v0.2.11 |
434 | 2024-07-19T16:34:18.523Z | Downloaded miniz_oxide v0.7.2 |
435 | 2024-07-19T16:34:18.523Z | Downloaded log v0.4.21 |
436 | 2024-07-19T16:34:18.523Z | Downloaded clap_derive v4.5.8 |
437 | 2024-07-19T16:34:18.523Z | Downloaded camino v1.1.7 |
438 | 2024-07-19T16:34:18.523Z | Downloaded bitflags v2.5.0 |
439 | 2024-07-19T16:34:18.523Z | Downloaded pretty-hex v0.4.1 |
440 | 2024-07-19T16:34:18.523Z | Downloaded memmap v0.7.0 |
441 | 2024-07-19T16:34:18.523Z | Downloaded generic-array v0.14.7 |
442 | 2024-07-19T16:34:18.523Z | Downloaded futures-macro v0.3.30 |
443 | 2024-07-19T16:34:18.523Z | Downloaded deranged v0.3.11 |
444 | 2024-07-19T16:34:18.523Z | Downloaded colorchoice v1.0.1 |
445 | 2024-07-19T16:34:18.523Z | Downloaded cargo_toml v0.20.3 |
446 | 2024-07-19T16:34:18.523Z | Downloaded cargo_metadata v0.18.1 |
447 | 2024-07-19T16:34:18.523Z | Downloaded anstream v0.6.14 |
448 | 2024-07-19T16:34:18.523Z | Downloaded httpdate v1.0.3 |
449 | 2024-07-19T16:34:18.523Z | Downloaded hostname v0.3.1 |
450 | 2024-07-19T16:34:18.523Z | Downloaded errno v0.3.9 |
451 | 2024-07-19T16:34:18.523Z | Downloaded dof v0.3.0 |
452 | 2024-07-19T16:34:18.523Z | Downloaded dirs-sys-next v0.1.2 |
453 | 2024-07-19T16:34:18.523Z | Downloaded dirs-next v2.0.0 |
454 | 2024-07-19T16:34:18.523Z | Downloaded digest v0.10.7 |
455 | 2024-07-19T16:34:18.524Z | Downloaded crypto-common v0.1.6 |
456 | 2024-07-19T16:34:18.524Z | Downloaded cpufeatures v0.2.12 |
457 | 2024-07-19T16:34:18.524Z | Downloaded clap_lex v0.7.0 |
458 | 2024-07-19T16:34:18.524Z | Downloaded cfg-if v1.0.0 |
459 | 2024-07-19T16:34:18.524Z | Downloaded cargo-platform v0.1.8 |
460 | 2024-07-19T16:34:18.524Z | Downloaded byteorder v1.5.0 |
461 | 2024-07-19T16:34:18.524Z | Downloaded bytecount v0.6.8 |
462 | 2024-07-19T16:34:18.524Z | Downloaded block-buffer v0.10.4 |
463 | 2024-07-19T16:34:18.524Z | Downloaded autocfg v1.3.0 |
464 | 2024-07-19T16:34:18.524Z | Downloaded anstyle-query v1.0.3 |
465 | 2024-07-19T16:34:18.524Z | Downloaded anstyle-parse v0.2.4 |
466 | 2024-07-19T16:34:18.524Z | Downloaded anstyle v1.0.7 |
467 | 2024-07-19T16:34:18.524Z | Downloaded adler v1.0.2 |
468 | 2024-07-19T16:34:18.524Z | Downloaded is-terminal v0.4.12 |
469 | 2024-07-19T16:34:18.524Z | Downloaded http-body v0.4.6 |
470 | 2024-07-19T16:34:18.556Z | Downloaded heck v0.4.1 |
471 | 2024-07-19T16:34:18.556Z | Downloaded futures-task v0.3.30 |
472 | 2024-07-19T16:34:18.556Z | Downloaded futures-io v0.3.30 |
473 | 2024-07-19T16:34:18.556Z | Downloaded futures-core v0.3.30 |
474 | 2024-07-19T16:34:18.556Z | Downloaded form_urlencoded v1.2.1 |
475 | 2024-07-19T16:34:18.556Z | Downloaded fnv v1.0.7 |
476 | 2024-07-19T16:34:18.556Z | Downloaded filetime v0.2.23 |
477 | 2024-07-19T16:34:18.556Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-07-19T16:34:18.556Z | Compiling unicode-ident v1.0.12 |
479 | 2024-07-19T16:34:18.557Z | Compiling libc v0.2.155 |
480 | 2024-07-19T16:34:18.557Z | Compiling version_check v0.9.4 |
481 | 2024-07-19T16:34:18.557Z | Compiling cfg-if v1.0.0 |
482 | 2024-07-19T16:34:18.557Z | Compiling once_cell v1.19.0 |
483 | 2024-07-19T16:34:18.557Z | Compiling itoa v1.0.11 |
484 | 2024-07-19T16:34:18.557Z | Compiling serde v1.0.204 |
485 | 2024-07-19T16:34:18.557Z | Compiling autocfg v1.3.0 |
486 | 2024-07-19T16:34:18.557Z | Compiling memchr v2.7.2 |
487 | 2024-07-19T16:34:18.557Z | Compiling thiserror v1.0.62 |
488 | 2024-07-19T16:34:18.558Z | Compiling ryu v1.0.18 |
489 | 2024-07-19T16:34:18.558Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-07-19T16:34:18.558Z | Compiling bitflags v2.5.0 |
491 | 2024-07-19T16:34:18.558Z | Compiling cc v1.0.97 |
492 | 2024-07-19T16:34:18.558Z | Compiling vcpkg v0.2.15 |
493 | 2024-07-19T16:34:18.558Z | Compiling ucd-trie v0.1.6 |
494 | 2024-07-19T16:34:18.558Z | Compiling lock_api v0.4.12 |
495 | 2024-07-19T16:34:18.558Z | Compiling pkg-config v0.3.30 |
496 | 2024-07-19T16:34:18.558Z | Compiling parking_lot_core v0.9.10 |
497 | 2024-07-19T16:34:18.559Z | Compiling quote v1.0.36 |
498 | 2024-07-19T16:34:18.559Z | Compiling slab v0.4.9 |
499 | 2024-07-19T16:34:18.559Z | Compiling futures-sink v0.3.30 |
500 | 2024-07-19T16:34:18.559Z | Compiling syn v2.0.71 |
501 | 2024-07-19T16:34:18.559Z | Compiling bytes v1.6.0 |
502 | 2024-07-19T16:34:18.559Z | Compiling scopeguard v1.2.0 |
503 | 2024-07-19T16:34:18.559Z | Compiling futures-core v0.3.30 |
504 | 2024-07-19T16:34:18.560Z | Compiling smallvec v1.13.2 |
505 | 2024-07-19T16:34:18.560Z | Compiling fnv v1.0.7 |
506 | 2024-07-19T16:34:18.560Z | Compiling equivalent v1.0.1 |
507 | 2024-07-19T16:34:18.560Z | Compiling byteorder v1.5.0 |
508 | 2024-07-19T16:34:18.560Z | Compiling serde_json v1.0.120 |
509 | 2024-07-19T16:34:18.560Z | Compiling log v0.4.21 |
510 | 2024-07-19T16:34:18.560Z | Compiling hashbrown v0.14.5 |
511 | 2024-07-19T16:34:18.560Z | Compiling parking_lot v0.12.2 |
512 | 2024-07-19T16:34:18.560Z | Compiling futures-channel v0.3.30 |
513 | 2024-07-19T16:34:18.561Z | Compiling signal-hook-registry v1.4.2 |
514 | 2024-07-19T16:34:18.561Z | Compiling socket2 v0.5.7 |
515 | 2024-07-19T16:34:18.561Z | Compiling mio v0.8.11 |
516 | 2024-07-19T16:34:18.561Z | Compiling num_cpus v1.16.0 |
517 | 2024-07-19T16:34:18.561Z | Compiling pin-utils v0.1.0 |
518 | 2024-07-19T16:34:18.561Z | Compiling openssl-sys v0.9.102 |
519 | 2024-07-19T16:34:18.561Z | Compiling rustix v0.38.34 |
520 | 2024-07-19T16:34:18.561Z | Compiling indexmap v2.2.6 |
521 | 2024-07-19T16:34:18.562Z | Compiling futures-task v0.3.30 |
522 | 2024-07-19T16:34:18.562Z | Compiling typenum v1.17.0 |
523 | 2024-07-19T16:34:18.562Z | Compiling futures-io v0.3.30 |
524 | 2024-07-19T16:34:18.562Z | Compiling errno v0.3.9 |
525 | 2024-07-19T16:34:18.562Z | Compiling generic-array v0.14.7 |
526 | 2024-07-19T16:34:18.562Z | Compiling openssl v0.10.64 |
527 | 2024-07-19T16:34:18.563Z | Compiling foreign-types-shared v0.1.1 |
528 | 2024-07-19T16:34:18.563Z | Compiling slog v2.7.0 |
529 | 2024-07-19T16:34:18.563Z | Compiling foreign-types v0.3.2 |
530 | 2024-07-19T16:34:18.563Z | Compiling http v0.2.12 |
531 | 2024-07-19T16:34:18.563Z | Compiling proc-macro-error-attr v1.0.4 |
532 | 2024-07-19T16:34:18.563Z | Compiling usdt-impl v0.5.0 |
533 | 2024-07-19T16:34:18.563Z | Compiling tracing-core v0.1.32 |
534 | 2024-07-19T16:34:18.563Z | Compiling powerfmt v0.2.0 |
535 | 2024-07-19T16:34:18.563Z | Compiling httparse v1.8.0 |
536 | 2024-07-19T16:34:18.564Z | Compiling time-core v0.1.2 |
537 | 2024-07-19T16:34:18.564Z | Compiling num-conv v0.1.0 |
538 | 2024-07-19T16:34:18.564Z | Compiling native-tls v0.2.11 |
539 | 2024-07-19T16:34:18.564Z | Compiling tinyvec_macros v0.1.1 |
540 | 2024-07-19T16:34:18.564Z | Compiling syn v1.0.109 |
541 | 2024-07-19T16:34:18.564Z | Compiling tinyvec v1.6.0 |
542 | 2024-07-19T16:34:18.564Z | Compiling time-macros v0.2.18 |
543 | 2024-07-19T16:34:18.564Z | Compiling tracing v0.1.40 |
544 | 2024-07-19T16:34:18.565Z | Compiling deranged v0.3.11 |
545 | 2024-07-19T16:34:18.565Z | Compiling thread-id v4.2.1 |
546 | 2024-07-19T16:34:18.565Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-07-19T16:34:18.565Z | Compiling rustversion v1.0.17 |
548 | 2024-07-19T16:34:18.565Z | Compiling try-lock v0.2.5 |
549 | 2024-07-19T16:34:18.565Z | Compiling num_threads v0.1.7 |
550 | 2024-07-19T16:34:18.565Z | Compiling utf8parse v0.2.1 |
551 | 2024-07-19T16:34:18.565Z | Compiling crossbeam-utils v0.8.19 |
552 | 2024-07-19T16:34:18.566Z | Compiling plain v0.2.3 |
553 | 2024-07-19T16:34:18.566Z | Compiling percent-encoding v2.3.1 |
554 | 2024-07-19T16:34:18.566Z | Compiling openssl-probe v0.1.5 |
555 | 2024-07-19T16:34:18.566Z | Compiling heck v0.5.0 |
556 | 2024-07-19T16:34:18.566Z | Compiling form_urlencoded v1.2.1 |
557 | 2024-07-19T16:34:18.566Z | Compiling anstyle-parse v0.2.4 |
558 | 2024-07-19T16:34:18.566Z | Compiling want v0.3.1 |
559 | 2024-07-19T16:34:18.566Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-07-19T16:34:18.567Z | Compiling http-body v0.4.6 |
561 | 2024-07-19T16:34:18.567Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-07-19T16:34:18.567Z | Compiling socket2 v0.4.10 |
563 | 2024-07-19T16:34:18.567Z | Compiling camino v1.1.7 |
564 | 2024-07-19T16:34:18.567Z | Compiling unicode-bidi v0.3.15 |
565 | 2024-07-19T16:34:18.567Z | Compiling time v0.3.36 |
566 | 2024-07-19T16:34:18.567Z | Compiling anstyle-query v1.0.3 |
567 | 2024-07-19T16:34:18.567Z | Compiling crc32fast v1.4.0 |
568 | 2024-07-19T16:34:18.568Z | Compiling is_terminal_polyfill v1.70.0 |
569 | 2024-07-19T16:34:18.568Z | Compiling semver v1.0.23 |
570 | 2024-07-19T16:34:19.201Z | Compiling tower-service v0.3.2 |
571 | 2024-07-19T16:34:19.201Z | Compiling winnow v0.6.8 |
572 | 2024-07-19T16:34:19.201Z | Compiling colorchoice v1.0.1 |
573 | 2024-07-19T16:34:19.201Z | Compiling httpdate v1.0.3 |
574 | 2024-07-19T16:34:19.201Z | Compiling pretty-hex v0.4.1 |
575 | 2024-07-19T16:34:19.201Z | Compiling anstyle v1.0.7 |
576 | 2024-07-19T16:34:19.201Z | Compiling idna v0.5.0 |
577 | 2024-07-19T16:34:19.201Z | Compiling anstream v0.6.14 |
578 | 2024-07-19T16:34:19.201Z | Compiling dirs-next v2.0.0 |
579 | 2024-07-19T16:34:19.201Z | Compiling crypto-common v0.1.6 |
580 | 2024-07-19T16:34:19.201Z | Compiling block-buffer v0.10.4 |
581 | 2024-07-19T16:34:19.201Z | Compiling terminal_size v0.3.0 |
582 | 2024-07-19T16:34:19.201Z | Compiling fs-err v2.11.0 |
583 | 2024-07-19T16:34:19.201Z | Compiling thread_local v1.1.8 |
584 | 2024-07-19T16:34:19.201Z | Compiling clap_lex v0.7.0 |
585 | 2024-07-19T16:34:19.201Z | Compiling unicode-width v0.1.13 |
586 | 2024-07-19T16:34:19.201Z | Compiling heck v0.4.1 |
587 | 2024-07-19T16:34:19.201Z | Compiling anyhow v1.0.86 |
588 | 2024-07-19T16:34:19.201Z | Compiling match_cfg v0.1.0 |
589 | 2024-07-19T16:34:19.201Z | Compiling adler v1.0.2 |
590 | 2024-07-19T16:34:19.201Z | Compiling strsim v0.11.1 |
591 | 2024-07-19T16:34:19.201Z | Compiling bytecount v0.6.8 |
592 | 2024-07-19T16:34:19.201Z | Compiling slog-async v2.8.0 |
593 | 2024-07-19T16:34:19.201Z | Compiling serde_derive v1.0.204 |
594 | 2024-07-19T16:34:19.201Z | Compiling thiserror-impl v1.0.62 |
595 | 2024-07-19T16:34:19.201Z | Compiling zerocopy-derive v0.7.34 |
596 | 2024-07-19T16:34:19.201Z | Compiling tokio-macros v2.3.0 |
597 | 2024-07-19T16:34:19.201Z | Compiling futures-macro v0.3.30 |
598 | 2024-07-19T16:34:19.201Z | Compiling openssl-macros v0.1.1 |
599 | 2024-07-19T16:34:19.201Z | Compiling scroll_derive v0.12.0 |
600 | 2024-07-19T16:34:19.201Z | Compiling base64 v0.21.7 |
601 | 2024-07-19T16:34:19.202Z | Compiling tokio v1.38.1 |
602 | 2024-07-19T16:34:19.202Z | Compiling scroll v0.12.0 |
603 | 2024-07-19T16:34:19.202Z | Compiling futures-util v0.3.30 |
604 | 2024-07-19T16:34:19.202Z | Compiling zerocopy v0.7.34 |
605 | 2024-07-19T16:34:19.202Z | Compiling rustls-pemfile v1.0.4 |
606 | 2024-07-19T16:34:19.202Z | Compiling goblin v0.8.2 |
607 | 2024-07-19T16:34:19.202Z | Compiling tabled_derive v0.7.0 |
608 | 2024-07-19T16:34:19.202Z | Compiling pest v2.7.10 |
609 | 2024-07-19T16:34:19.202Z | Compiling clap_builder v4.5.9 |
610 | 2024-07-19T16:34:19.202Z | Compiling papergrid v0.11.0 |
611 | 2024-07-19T16:34:19.202Z | Compiling pest_meta v2.7.10 |
612 | 2024-07-19T16:34:19.202Z | Compiling pest_generator v2.7.10 |
613 | 2024-07-19T16:34:19.202Z | Compiling tokio-util v0.7.11 |
614 | 2024-07-19T16:34:19.202Z | Compiling h2 v0.3.26 |
615 | 2024-07-19T16:34:19.202Z | Compiling pest_derive v2.7.10 |
616 | 2024-07-19T16:34:19.202Z | Compiling tokio-native-tls v0.3.1 |
617 | 2024-07-19T16:34:19.202Z | Compiling dtrace-parser v0.2.0 |
618 | 2024-07-19T16:34:19.202Z | Compiling futures-executor v0.3.30 |
619 | 2024-07-19T16:34:19.202Z | Compiling clap_derive v4.5.8 |
620 | 2024-07-19T16:34:19.202Z | Compiling strum_macros v0.26.4 |
621 | 2024-07-19T16:34:19.202Z | Compiling miniz_oxide v0.7.2 |
622 | 2024-07-19T16:34:19.202Z | Compiling serde_tokenstream v0.2.1 |
623 | 2024-07-19T16:34:19.202Z | Compiling toml_datetime v0.6.6 |
624 | 2024-07-19T16:34:19.202Z | Compiling serde_spanned v0.6.6 |
625 | 2024-07-19T16:34:19.202Z | Compiling toml_edit v0.22.14 |
626 | 2024-07-19T16:34:19.202Z | Compiling hyper v0.14.28 |
627 | 2024-07-19T16:34:19.202Z | Compiling dof v0.3.0 |
628 | 2024-07-19T16:34:19.202Z | Compiling slog-json v2.6.1 |
629 | 2024-07-19T16:34:19.202Z | Compiling serde_urlencoded v0.7.1 |
630 | 2024-07-19T16:34:19.202Z | Compiling toml v0.8.14 |
631 | 2024-07-19T16:34:19.202Z | Compiling cargo-platform v0.1.8 |
632 | 2024-07-19T16:34:19.202Z | Compiling hostname v0.3.1 |
633 | 2024-07-19T16:34:19.202Z | Compiling hyper-tls v0.5.0 |
634 | 2024-07-19T16:34:19.202Z | Compiling usdt-macro v0.5.0 |
635 | 2024-07-19T16:34:19.202Z | Compiling usdt-attr-macro v0.5.0 |
636 | 2024-07-19T16:34:19.202Z | Compiling digest v0.10.7 |
637 | 2024-07-19T16:34:19.202Z | Compiling crossbeam-channel v0.5.12 |
638 | 2024-07-19T16:34:19.203Z | Compiling url v2.5.0 |
639 | 2024-07-19T16:34:19.203Z | Compiling term v0.7.0 |
640 | 2024-07-19T16:34:19.203Z | Compiling xattr v1.3.1 |
641 | 2024-07-19T16:34:19.203Z | Compiling is-terminal v0.4.12 |
642 | 2024-07-19T16:34:19.203Z | Compiling memmap v0.7.0 |
643 | 2024-07-19T16:34:19.203Z | Compiling filetime v0.2.23 |
644 | 2024-07-19T16:34:19.203Z | Compiling encoding_rs v0.8.34 |
645 | 2024-07-19T16:34:19.203Z | Compiling cpufeatures v0.2.12 |
646 | 2024-07-19T16:34:19.203Z | Compiling mime v0.3.17 |
647 | 2024-07-19T16:34:19.203Z | Compiling take_mut v0.2.2 |
648 | 2024-07-19T16:34:19.203Z | Compiling sync_wrapper v0.1.2 |
649 | 2024-07-19T16:34:19.203Z | Compiling ipnet v2.9.0 |
650 | 2024-07-19T16:34:19.203Z | Compiling sha2 v0.10.8 |
651 | 2024-07-19T16:34:19.203Z | Compiling tar v0.4.41 |
652 | 2024-07-19T16:34:19.203Z | Compiling usdt v0.5.0 |
653 | 2024-07-19T16:34:19.203Z | Compiling slog-term v2.9.1 |
654 | 2024-07-19T16:34:19.203Z | Compiling flate2 v1.0.30 |
655 | 2024-07-19T16:34:19.203Z | Compiling cargo_metadata v0.18.1 |
656 | 2024-07-19T16:34:19.203Z | Compiling slog-bunyan v2.5.0 |
657 | 2024-07-19T16:34:19.203Z | Compiling reqwest v0.11.27 |
658 | 2024-07-19T16:34:19.203Z | Compiling cargo_toml v0.20.3 |
659 | 2024-07-19T16:34:19.203Z | Compiling strum v0.26.3 |
660 | 2024-07-19T16:34:19.203Z | Compiling clap v4.5.9 |
661 | 2024-07-19T16:34:19.203Z | Compiling macaddr v1.0.1 |
662 | 2024-07-19T16:34:19.203Z | Compiling futures v0.3.30 |
663 | 2024-07-19T16:34:19.203Z | Compiling tabled v0.15.0 |
664 | 2024-07-19T16:34:19.203Z | Compiling swrite v0.1.0 |
665 | 2024-07-19T16:34:19.203Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
666 | 2024-07-19T16:34:19.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
667 | 2024-07-19T16:34:19.203Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
668 | 2024-07-19T16:34:19.203Z | Jul 19 16:34:15.710 INFO Starting download, target: Clickhouse |
669 | 2024-07-19T16:34:19.203Z | Jul 19 16:34:15.710 INFO Starting download, target: Cockroach |
670 | 2024-07-19T16:34:19.228Z | Jul 19 16:34:15.710 INFO Starting download, target: DendriteOpenapi |
671 | 2024-07-19T16:34:19.228Z | Jul 19 16:34:15.710 INFO Starting download, target: Console |
672 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.710 INFO Starting download, target: DendriteStub |
673 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.710 INFO Starting download, target: MaghemiteMgd |
674 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.710 INFO Starting download, target: TransceiverControl |
675 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.712 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
676 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.712 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
677 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.712 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
678 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.712 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
679 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.712 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
680 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.712 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:15.712 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
682 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:16.027 INFO Download complete, target: DendriteOpenapi |
683 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:16.535 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
684 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:16.891 INFO Download complete, target: Console |
685 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:17.624 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
686 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:17.683 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
687 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:17.814 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
688 | 2024-07-19T16:34:19.229Z | Jul 19 16:34:18.433 INFO Download complete, target: TransceiverControl |
689 | 2024-07-19T16:34:21.289Z | Jul 19 16:34:20.834 INFO Download complete, target: DendriteStub |
690 | 2024-07-19T16:34:21.596Z | Jul 19 16:34:21.130 INFO Download complete, target: MaghemiteMgd |
691 | 2024-07-19T16:34:25.127Z | Jul 19 16:34:24.672 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
692 | 2024-07-19T16:34:25.127Z | Jul 19 16:34:24.672 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
693 | 2024-07-19T16:34:35.041Z | Jul 19 16:34:34.586 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
694 | 2024-07-19T16:34:35.464Z | Jul 19 16:34:35.009 INFO Checking that binary works, target: Cockroach |
695 | 2024-07-19T16:34:35.670Z | Jul 19 16:34:35.216 INFO Download complete, target: Cockroach |
696 | 2024-07-19T16:34:35.964Z | Jul 19 16:34:35.509 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
697 | 2024-07-19T16:35:39.518Z | Jul 19 16:34:51.606 INFO Checking that binary works, target: Clickhouse |
698 | 2024-07-19T16:35:39.518Z | Jul 19 16:34:51.733 INFO Download complete, target: Clickhouse |
699 | 2024-07-19T16:35:39.518Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2024-07-19T16:35:39.518Z | |
701 | 2024-07-19T16:35:39.518Z | real 3:00.919359724 |
702 | 2024-07-19T16:35:39.518Z | user 5:23.727172264 |
703 | 2024-07-19T16:35:39.518Z | sys 1:20.454478091 |
704 | 2024-07-19T16:35:39.518Z | trap 0.169130387 |
705 | 2024-07-19T16:35:39.518Z | tflt 0.099386080 |
706 | 2024-07-19T16:35:39.518Z | dflt 0.822285531 |
707 | 2024-07-19T16:35:39.518Z | kflt 0.006790240 |
708 | 2024-07-19T16:35:39.518Z | lock 17:29.559907395 |
709 | 2024-07-19T16:35:39.518Z | slp 15:16.365036070 |
710 | 2024-07-19T16:35:39.519Z | lat 24.477351288 |
711 | 2024-07-19T16:35:39.519Z | stop 1:04.595529810 |
712 | 2024-07-19T16:35:39.519Z | + banner clippy |
713 | 2024-07-19T16:35:39.519Z | |
714 | 2024-07-19T16:35:39.519Z | #### # # ##### ##### # # |
715 | 2024-07-19T16:35:39.519Z | # # # # # # # # # # |
716 | 2024-07-19T16:35:39.519Z | # # # # # # # # |
717 | 2024-07-19T16:35:39.519Z | # # # ##### ##### # |
718 | 2024-07-19T16:35:39.519Z | # # # # # # # |
719 | 2024-07-19T16:35:39.519Z | #### ###### # # # # |
720 | 2024-07-19T16:35:39.519Z | |
721 | 2024-07-19T16:35:39.519Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-07-19T16:35:39.519Z | + CARGO_INCREMENTAL=0 |
723 | 2024-07-19T16:35:39.519Z | + ptime -m cargo xtask clippy |
724 | 2024-07-19T16:35:39.519Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
725 | 2024-07-19T16:35:39.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s |
726 | 2024-07-19T16:35:39.519Z | Running `target/debug/xtask clippy` |
727 | 2024-07-19T16:35:39.519Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
728 | 2024-07-19T16:35:39.519Z | Downloading crates ... |
729 | 2024-07-19T16:35:39.519Z | Downloaded ciborium-io v0.2.2 |
730 | 2024-07-19T16:35:39.519Z | Downloaded instant v0.1.12 |
731 | 2024-07-19T16:35:39.519Z | Downloaded path-slash v0.1.5 |
732 | 2024-07-19T16:35:39.520Z | Downloaded slog-scope v4.4.0 |
733 | 2024-07-19T16:35:39.520Z | Downloaded spin v0.5.2 |
734 | 2024-07-19T16:35:39.520Z | Downloaded darling_macro v0.20.9 |
735 | 2024-07-19T16:35:39.520Z | Downloaded ref-cast-impl v1.0.23 |
736 | 2024-07-19T16:35:39.520Z | Downloaded strum_macros v0.24.3 |
737 | 2024-07-19T16:35:39.520Z | Downloaded diesel_table_macro_syntax v0.1.0 |
738 | 2024-07-19T16:35:39.520Z | Downloaded endian-type v0.1.2 |
739 | 2024-07-19T16:35:39.520Z | Downloaded escape8259 v0.5.2 |
740 | 2024-07-19T16:35:39.520Z | Downloaded pretty-hex v0.2.1 |
741 | 2024-07-19T16:35:39.520Z | Downloaded precomputed-hash v0.1.1 |
742 | 2024-07-19T16:35:39.520Z | Downloaded plotters-svg v0.3.5 |
743 | 2024-07-19T16:35:39.520Z | Downloaded fxhash v0.2.1 |
744 | 2024-07-19T16:35:39.520Z | Downloaded http-range v0.1.5 |
745 | 2024-07-19T16:35:39.520Z | Downloaded predicates v3.1.0 |
746 | 2024-07-19T16:35:39.520Z | Downloaded peg-runtime v0.8.3 |
747 | 2024-07-19T16:35:39.520Z | Downloaded phf_shared v0.10.0 |
748 | 2024-07-19T16:35:39.520Z | Downloaded phf_shared v0.11.2 |
749 | 2024-07-19T16:35:39.520Z | Downloaded plotters-backend v0.3.5 |
750 | 2024-07-19T16:35:39.520Z | Downloaded pkcs8 v0.10.2 |
751 | 2024-07-19T16:35:39.520Z | Downloaded hyper-util v0.1.3 |
752 | 2024-07-19T16:35:39.520Z | Downloaded plotters v0.3.5 |
753 | 2024-07-19T16:35:39.520Z | Downloaded heapless v0.8.0 |
754 | 2024-07-19T16:35:39.520Z | Downloaded http v1.1.0 |
755 | 2024-07-19T16:35:39.520Z | Downloaded hkdf v0.12.4 |
756 | 2024-07-19T16:35:39.520Z | Downloaded diesel v2.1.6 |
757 | 2024-07-19T16:35:39.521Z | Downloaded trust-dns-proto v0.22.0 |
758 | 2024-07-19T16:35:39.521Z | Downloaded openapiv3 v2.0.0 |
759 | 2024-07-19T16:35:39.521Z | Downloaded petgraph v0.6.5 |
760 | 2024-07-19T16:35:39.521Z | Downloaded sha3 v0.10.8 |
761 | 2024-07-19T16:35:39.521Z | Downloaded finl_unicode v1.2.0 |
762 | 2024-07-19T16:35:39.521Z | Downloaded heapless v0.7.17 |
763 | 2024-07-19T16:35:39.521Z | Downloaded headers v0.3.9 |
764 | 2024-07-19T16:35:39.521Z | Downloaded hashbrown v0.13.2 |
765 | 2024-07-19T16:35:39.521Z | Downloaded ratatui v0.27.0 |
766 | 2024-07-19T16:35:39.521Z | Downloaded rand v0.7.3 |
767 | 2024-07-19T16:35:39.521Z | Downloaded radix_trie v0.2.1 |
768 | 2024-07-19T16:35:39.521Z | Downloaded sqlparser v0.45.0 |
769 | 2024-07-19T16:35:39.521Z | Downloaded regex-automata v0.4.6 |
770 | 2024-07-19T16:35:39.521Z | Downloaded nix v0.28.0 |
771 | 2024-07-19T16:35:39.521Z | Downloaded nix v0.27.1 |
772 | 2024-07-19T16:35:39.521Z | Downloaded idna v0.3.0 |
773 | 2024-07-19T16:35:39.521Z | Downloaded idna v0.2.3 |
774 | 2024-07-19T16:35:39.521Z | Downloaded csv v1.3.0 |
775 | 2024-07-19T16:35:39.521Z | Downloaded ring v0.17.8 |
776 | 2024-07-19T16:35:39.521Z | Downloaded flume v0.11.0 |
777 | 2024-07-19T16:35:39.521Z | Downloaded rayon v1.10.0 |
778 | 2024-07-19T16:35:39.521Z | Downloaded rand v0.8.5 |
779 | 2024-07-19T16:35:39.521Z | Downloaded quick-xml v0.31.0 |
780 | 2024-07-19T16:35:39.521Z | Downloaded ring v0.16.20 |
781 | 2024-07-19T16:35:39.521Z | Downloaded expectorate v1.1.0 |
782 | 2024-07-19T16:35:39.522Z | Downloaded tower v0.4.13 |
783 | 2024-07-19T16:35:39.522Z | Downloaded tough v0.17.1 |
784 | 2024-07-19T16:35:39.522Z | Downloaded rustls v0.22.4 |
785 | 2024-07-19T16:35:39.522Z | Downloaded regress v0.9.1 |
786 | 2024-07-19T16:35:39.522Z | Downloaded regex-syntax v0.8.3 |
787 | 2024-07-19T16:35:39.522Z | Downloaded regex-syntax v0.6.29 |
788 | 2024-07-19T16:35:39.522Z | Downloaded zerocopy-derive v0.6.6 |
789 | 2024-07-19T16:35:39.522Z | Downloaded object v0.32.2 |
790 | 2024-07-19T16:35:39.522Z | Downloaded object v0.30.4 |
791 | 2024-07-19T16:35:39.522Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
792 | 2024-07-19T16:35:39.522Z | Downloaded hyper v1.3.1 |
793 | 2024-07-19T16:35:39.522Z | Downloaded hmac v0.12.1 |
794 | 2024-07-19T16:35:39.522Z | Downloaded hashbrown v0.12.3 |
795 | 2024-07-19T16:35:39.522Z | Downloaded guppy v0.17.5 |
796 | 2024-07-19T16:35:39.522Z | Downloaded gimli v0.28.1 |
797 | 2024-07-19T16:35:39.547Z | Downloaded polar-core v0.27.3 |
798 | 2024-07-19T16:35:39.547Z | Downloaded rand_distr v0.4.3 |
799 | 2024-07-19T16:35:39.547Z | Downloaded fancy-regex v0.13.0 |
800 | 2024-07-19T16:35:39.547Z | Downloaded derive_more v0.99.18 |
801 | 2024-07-19T16:35:39.547Z | Downloaded trust-dns-server v0.22.1 |
802 | 2024-07-19T16:35:39.548Z | Downloaded toml_edit v0.19.15 |
803 | 2024-07-19T16:35:39.548Z | Downloaded serde_with v3.8.3 |
804 | 2024-07-19T16:35:39.548Z | Downloaded rustls v0.21.12 |
805 | 2024-07-19T16:35:39.548Z | Downloaded lalrpop v0.19.12 |
806 | 2024-07-19T16:35:39.548Z | Downloaded futures-timer v3.0.3 |
807 | 2024-07-19T16:35:39.548Z | Downloaded portable-atomic v1.6.0 |
808 | 2024-07-19T16:35:39.548Z | Downloaded proptest v1.4.0 |
809 | 2024-07-19T16:35:39.548Z | Downloaded trust-dns-client v0.22.0 |
810 | 2024-07-19T16:35:39.548Z | Downloaded regex v1.10.5 |
811 | 2024-07-19T16:35:39.548Z | Downloaded sled v0.34.7 |
812 | 2024-07-19T16:35:39.548Z | Downloaded pkcs1 v0.7.5 |
813 | 2024-07-19T16:35:39.548Z | Downloaded pin-project v1.1.5 |
814 | 2024-07-19T16:35:39.548Z | Downloaded pem-rfc7468 v0.7.0 |
815 | 2024-07-19T16:35:39.548Z | Downloaded hyper-rustls v0.24.2 |
816 | 2024-07-19T16:35:39.548Z | Downloaded hostname v0.4.0 |
817 | 2024-07-19T16:35:39.548Z | Downloaded highway v1.1.0 |
818 | 2024-07-19T16:35:39.548Z | Downloaded float-cmp v0.9.0 |
819 | 2024-07-19T16:35:39.548Z | Downloaded trust-dns-resolver v0.22.0 |
820 | 2024-07-19T16:35:39.548Z | Downloaded rustls-webpki v0.102.4 |
821 | 2024-07-19T16:35:39.548Z | Downloaded pin-project-internal v1.1.5 |
822 | 2024-07-19T16:35:39.548Z | Downloaded hyper-rustls v0.26.0 |
823 | 2024-07-19T16:35:39.548Z | Downloaded httptest v0.15.5 |
824 | 2024-07-19T16:35:39.548Z | Downloaded half v2.4.1 |
825 | 2024-07-19T16:35:39.549Z | Downloaded pretty_assertions v1.4.0 |
826 | 2024-07-19T16:35:39.549Z | Downloaded diesel_derives v2.1.4 |
827 | 2024-07-19T16:35:39.549Z | Downloaded dhcproto v0.11.0 |
828 | 2024-07-19T16:35:39.549Z | Downloaded steno v0.4.1 |
829 | 2024-07-19T16:35:39.549Z | Downloaded rustls-webpki v0.101.7 |
830 | 2024-07-19T16:35:39.549Z | Downloaded webpki-roots v0.25.4 |
831 | 2024-07-19T16:35:39.549Z | Downloaded phf v0.11.2 |
832 | 2024-07-19T16:35:39.549Z | Downloaded pem v3.0.4 |
833 | 2024-07-19T16:35:39.549Z | Downloaded peg-macros v0.8.3 |
834 | 2024-07-19T16:35:39.549Z | Downloaded iana-time-zone v0.1.60 |
835 | 2024-07-19T16:35:39.549Z | Downloaded hyper-staticfile v0.9.5 |
836 | 2024-07-19T16:35:39.549Z | Downloaded home v0.5.9 |
837 | 2024-07-19T16:35:39.549Z | Downloaded hex-literal v0.4.1 |
838 | 2024-07-19T16:35:39.549Z | Downloaded hex v0.4.3 |
839 | 2024-07-19T16:35:39.549Z | Downloaded heck v0.3.3 |
840 | 2024-07-19T16:35:39.549Z | Downloaded funty v2.0.0 |
841 | 2024-07-19T16:35:39.549Z | Downloaded fragile v2.0.0 |
842 | 2024-07-19T16:35:39.549Z | Downloaded foreign-types v0.5.0 |
843 | 2024-07-19T16:35:39.549Z | Downloaded flagset v0.4.5 |
844 | 2024-07-19T16:35:39.549Z | Downloaded rayon-core v1.12.1 |
845 | 2024-07-19T16:35:39.549Z | Downloaded quick-error v1.2.3 |
846 | 2024-07-19T16:35:39.549Z | Downloaded publicsuffix v2.2.3 |
847 | 2024-07-19T16:35:39.549Z | Downloaded fatfs v0.3.6 |
848 | 2024-07-19T16:35:39.549Z | Downloaded humantime v2.1.0 |
849 | 2024-07-19T16:35:39.549Z | Downloaded hubpack v0.1.2 |
850 | 2024-07-19T16:35:39.549Z | Downloaded http-body v1.0.0 |
851 | 2024-07-19T16:35:39.549Z | Downloaded hash32 v0.2.1 |
852 | 2024-07-19T16:35:39.549Z | Downloaded group v0.13.0 |
853 | 2024-07-19T16:35:39.549Z | Downloaded globset v0.4.14 |
854 | 2024-07-19T16:35:39.550Z | Downloaded glob v0.3.1 |
855 | 2024-07-19T16:35:39.550Z | Downloaded getrandom v0.2.14 |
856 | 2024-07-19T16:35:39.550Z | Downloaded getrandom v0.1.16 |
857 | 2024-07-19T16:35:39.550Z | Downloaded getopts v0.2.21 |
858 | 2024-07-19T16:35:39.550Z | Downloaded gethostname v0.4.3 |
859 | 2024-07-19T16:35:39.550Z | Downloaded fixedbitset v0.4.2 |
860 | 2024-07-19T16:35:39.550Z | Downloaded prettyplease v0.2.20 |
861 | 2024-07-19T16:35:39.550Z | Downloaded tracing-attributes v0.1.27 |
862 | 2024-07-19T16:35:39.550Z | Downloaded toml v0.7.8 |
863 | 2024-07-19T16:35:39.550Z | Downloaded reedline v0.31.0 |
864 | 2024-07-19T16:35:39.550Z | Downloaded ident_case v1.0.1 |
865 | 2024-07-19T16:35:39.550Z | Downloaded hubpack_derive v0.1.1 |
866 | 2024-07-19T16:35:39.550Z | Downloaded hash32 v0.3.1 |
867 | 2024-07-19T16:35:39.550Z | Downloaded ghash v0.5.1 |
868 | 2024-07-19T16:35:39.550Z | Downloaded postgres-protocol v0.6.6 |
869 | 2024-07-19T16:35:39.550Z | Downloaded postcard v1.0.8 |
870 | 2024-07-19T16:35:39.550Z | Downloaded rand_seeder v0.2.3 |
871 | 2024-07-19T16:35:39.550Z | Downloaded radium v0.7.0 |
872 | 2024-07-19T16:35:39.550Z | Downloaded fd-lock v4.0.2 |
873 | 2024-07-19T16:35:39.550Z | Downloaded env_logger v0.10.2 |
874 | 2024-07-19T16:35:39.550Z | Downloaded env_logger v0.9.3 |
875 | 2024-07-19T16:35:39.550Z | Downloaded ppv-lite86 v0.2.17 |
876 | 2024-07-19T16:35:39.550Z | Downloaded postgres-types v0.2.6 |
877 | 2024-07-19T16:35:39.550Z | Downloaded poly1305 v0.8.0 |
878 | 2024-07-19T16:35:39.550Z | Downloaded rand_xorshift v0.3.0 |
879 | 2024-07-19T16:35:39.550Z | Downloaded rand_core v0.6.4 |
880 | 2024-07-19T16:35:39.550Z | Downloaded ed25519-dalek v2.1.1 |
881 | 2024-07-19T16:35:39.550Z | Downloaded tokio-postgres v0.7.10 |
882 | 2024-07-19T16:35:39.550Z | Downloaded russh v0.43.0 |
883 | 2024-07-19T16:35:39.550Z | Downloaded headers-core v0.2.0 |
884 | 2024-07-19T16:35:39.550Z | Downloaded guppy-workspace-hack v0.1.0 |
885 | 2024-07-19T16:35:39.550Z | Downloaded foreign-types-shared v0.3.1 |
886 | 2024-07-19T16:35:39.550Z | Downloaded foreign-types-macros v0.2.3 |
887 | 2024-07-19T16:35:39.550Z | Downloaded ff v0.13.0 |
888 | 2024-07-19T16:35:39.551Z | Downloaded rand_core v0.5.1 |
889 | 2024-07-19T16:35:39.551Z | Downloaded rand_chacha v0.3.1 |
890 | 2024-07-19T16:35:39.551Z | Downloaded rand_chacha v0.2.2 |
891 | 2024-07-19T16:35:39.551Z | Downloaded r2d2 v0.8.10 |
892 | 2024-07-19T16:35:39.551Z | Downloaded tokio-tungstenite v0.20.1 |
893 | 2024-07-19T16:35:39.551Z | Downloaded rustyline v14.0.0 |
894 | 2024-07-19T16:35:39.551Z | Downloaded float-ord v0.3.2 |
895 | 2024-07-19T16:35:39.551Z | Downloaded portpicker v0.1.1 |
896 | 2024-07-19T16:35:39.551Z | Downloaded polyval v0.6.2 |
897 | 2024-07-19T16:35:39.576Z | Downloaded fastrand v2.1.0 |
898 | 2024-07-19T16:35:39.576Z | Downloaded erased-serde v0.3.31 |
899 | 2024-07-19T16:35:39.576Z | Downloaded elliptic-curve v0.13.8 |
900 | 2024-07-19T16:35:39.576Z | Downloaded derive_builder_core v0.20.0 |
901 | 2024-07-19T16:35:39.576Z | Downloaded trybuild v1.0.96 |
902 | 2024-07-19T16:35:39.576Z | Downloaded toml v0.5.11 |
903 | 2024-07-19T16:35:39.576Z | Downloaded tokio-tungstenite v0.21.0 |
904 | 2024-07-19T16:35:39.576Z | Downloaded subprocess v0.2.9 |
905 | 2024-07-19T16:35:39.576Z | Downloaded signal-hook v0.3.17 |
906 | 2024-07-19T16:35:39.576Z | Downloaded psl-types v2.0.11 |
907 | 2024-07-19T16:35:39.576Z | Downloaded proc-macro-crate v1.3.1 |
908 | 2024-07-19T16:35:39.576Z | Downloaded primeorder v0.13.6 |
909 | 2024-07-19T16:35:39.576Z | Downloaded derive_builder v0.20.0 |
910 | 2024-07-19T16:35:39.576Z | Downloaded tokio-stream v0.1.15 |
911 | 2024-07-19T16:35:39.577Z | Downloaded smoltcp v0.11.0 |
912 | 2024-07-19T16:35:39.577Z | Downloaded fallible-iterator v0.2.0 |
913 | 2024-07-19T16:35:39.577Z | Downloaded either v1.12.0 |
914 | 2024-07-19T16:35:39.577Z | Downloaded diff v0.1.13 |
915 | 2024-07-19T16:35:39.577Z | Downloaded topological-sort v0.2.2 |
916 | 2024-07-19T16:35:39.577Z | Downloaded tinytemplate v1.2.1 |
917 | 2024-07-19T16:35:39.577Z | Downloaded textwrap v0.16.1 |
918 | 2024-07-19T16:35:39.577Z | Downloaded test-strategy v0.3.1 |
919 | 2024-07-19T16:35:39.577Z | Downloaded samael v0.0.15 |
920 | 2024-07-19T16:35:39.577Z | Downloaded rstest_macros v0.19.0 |
921 | 2024-07-19T16:35:39.577Z | Downloaded rsa v0.9.6 |
922 | 2024-07-19T16:35:39.577Z | Downloaded regex-automata v0.1.10 |
923 | 2024-07-19T16:35:39.577Z | Downloaded winnow v0.5.40 |
924 | 2024-07-19T16:35:39.577Z | Downloaded p521 v0.13.3 |
925 | 2024-07-19T16:35:39.577Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2024-07-19T16:35:39.577Z | Downloaded predicates-tree v1.0.9 |
927 | 2024-07-19T16:35:39.577Z | Downloaded predicates-core v1.0.6 |
928 | 2024-07-19T16:35:39.577Z | Downloaded enum-as-inner v0.5.1 |
929 | 2024-07-19T16:35:39.577Z | Downloaded ena v0.14.3 |
930 | 2024-07-19T16:35:39.577Z | Downloaded embedded-io v0.4.0 |
931 | 2024-07-19T16:35:39.577Z | Downloaded ed25519 v2.2.3 |
932 | 2024-07-19T16:35:39.577Z | Downloaded ecdsa v0.16.9 |
933 | 2024-07-19T16:35:39.577Z | Downloaded difflib v0.4.0 |
934 | 2024-07-19T16:35:39.577Z | Downloaded tui-tree-widget v0.21.0 |
935 | 2024-07-19T16:35:39.577Z | Downloaded tokio-rustls v0.25.0 |
936 | 2024-07-19T16:35:39.577Z | Downloaded tokio-rustls v0.24.1 |
937 | 2024-07-19T16:35:39.577Z | Downloaded thiserror-impl-no-std v2.0.2 |
938 | 2024-07-19T16:35:39.577Z | Downloaded termios v0.3.3 |
939 | 2024-07-19T16:35:39.577Z | Downloaded tempfile v3.10.1 |
940 | 2024-07-19T16:35:39.577Z | Downloaded target-lexicon v0.12.14 |
941 | 2024-07-19T16:35:39.577Z | Downloaded tabwriter v1.4.0 |
942 | 2024-07-19T16:35:39.577Z | Downloaded stable_deref_trait v1.2.0 |
943 | 2024-07-19T16:35:39.577Z | Downloaded schemars v0.8.21 |
944 | 2024-07-19T16:35:39.577Z | Downloaded ron v0.8.1 |
945 | 2024-07-19T16:35:39.577Z | Downloaded der v0.7.9 |
946 | 2024-07-19T16:35:39.578Z | Downloaded smallvec v0.6.14 |
947 | 2024-07-19T16:35:39.578Z | Downloaded itertools v0.13.0 |
948 | 2024-07-19T16:35:39.578Z | Downloaded itertools v0.12.1 |
949 | 2024-07-19T16:35:39.578Z | Downloaded dyn-clone v1.0.17 |
950 | 2024-07-19T16:35:39.578Z | Downloaded doc-comment v0.3.3 |
951 | 2024-07-19T16:35:39.578Z | Downloaded dirs-sys v0.4.1 |
952 | 2024-07-19T16:35:39.578Z | Downloaded dirs v5.0.1 |
953 | 2024-07-19T16:35:39.578Z | Downloaded tls_codec_derive v0.4.1 |
954 | 2024-07-19T16:35:39.578Z | Downloaded tls_codec v0.4.1 |
955 | 2024-07-19T16:35:39.578Z | Downloaded tiny-keccak v2.0.2 |
956 | 2024-07-19T16:35:39.578Z | Downloaded thiserror-no-std v2.0.2 |
957 | 2024-07-19T16:35:39.578Z | Downloaded termtree v0.4.1 |
958 | 2024-07-19T16:35:39.578Z | Downloaded termcolor v1.4.1 |
959 | 2024-07-19T16:35:39.578Z | Downloaded target-spec v3.1.0 |
960 | 2024-07-19T16:35:39.578Z | Downloaded tap v1.0.1 |
961 | 2024-07-19T16:35:39.578Z | Downloaded supports-color v3.0.0 |
962 | 2024-07-19T16:35:39.578Z | Downloaded scheduled-thread-pool v0.2.7 |
963 | 2024-07-19T16:35:39.578Z | Downloaded libm v0.2.8 |
964 | 2024-07-19T16:35:39.578Z | Downloaded downcast v0.11.0 |
965 | 2024-07-19T16:35:39.578Z | Downloaded display-error-chain v0.2.0 |
966 | 2024-07-19T16:35:39.578Z | Downloaded dhcproto-macros v0.1.0 |
967 | 2024-07-19T16:35:39.578Z | Downloaded derive_builder_macro v0.20.0 |
968 | 2024-07-19T16:35:39.578Z | Downloaded toolchain_find v0.4.0 |
969 | 2024-07-19T16:35:39.578Z | Downloaded threadpool v1.8.1 |
970 | 2024-07-19T16:35:39.578Z | Downloaded strum_macros v0.25.3 |
971 | 2024-07-19T16:35:39.578Z | Downloaded structmeta-derive v0.3.0 |
972 | 2024-07-19T16:35:39.578Z | Downloaded structmeta-derive v0.2.0 |
973 | 2024-07-19T16:35:39.578Z | Downloaded structmeta v0.3.0 |
974 | 2024-07-19T16:35:39.578Z | Downloaded strip-ansi-escapes v0.2.0 |
975 | 2024-07-19T16:35:39.578Z | Downloaded string_cache v0.8.7 |
976 | 2024-07-19T16:35:39.578Z | Downloaded static_assertions v1.1.0 |
977 | 2024-07-19T16:35:39.578Z | Downloaded sqlformat v0.2.4 |
978 | 2024-07-19T16:35:39.578Z | Downloaded spki v0.7.3 |
979 | 2024-07-19T16:35:39.578Z | Downloaded signal-hook-mio v0.2.3 |
980 | 2024-07-19T16:35:39.578Z | Downloaded shlex v1.3.0 |
981 | 2024-07-19T16:35:39.578Z | Downloaded rustls-pemfile v2.1.2 |
982 | 2024-07-19T16:35:39.578Z | Downloaded rustls-native-certs v0.7.0 |
983 | 2024-07-19T16:35:39.578Z | Downloaded rustc-demangle v0.1.24 |
984 | 2024-07-19T16:35:39.578Z | Downloaded rust-argon2 v2.1.0 |
985 | 2024-07-19T16:35:39.579Z | Downloaded russh-keys v0.43.0 |
986 | 2024-07-19T16:35:39.579Z | Downloaded ron v0.7.1 |
987 | 2024-07-19T16:35:39.579Z | Downloaded rfc6979 v0.4.0 |
988 | 2024-07-19T16:35:39.579Z | Downloaded derive-where v1.2.7 |
989 | 2024-07-19T16:35:39.579Z | Downloaded zerocopy v0.6.6 |
990 | 2024-07-19T16:35:39.579Z | Downloaded x509-cert v0.2.5 |
991 | 2024-07-19T16:35:39.579Z | Downloaded smoltcp v0.9.1 |
992 | 2024-07-19T16:35:39.579Z | Downloaded nom v7.1.3 |
993 | 2024-07-19T16:35:39.579Z | Downloaded tower-layer v0.3.2 |
994 | 2024-07-19T16:35:39.579Z | Downloaded subtle v2.5.0 |
995 | 2024-07-19T16:35:39.579Z | Downloaded structmeta v0.2.0 |
996 | 2024-07-19T16:35:39.579Z | Downloaded stability v0.2.0 |
997 | 2024-07-19T16:35:39.604Z | Downloaded signal-hook-tokio v0.3.1 |
998 | 2024-07-19T16:35:39.604Z | Downloaded shell-words v1.1.0 |
999 | 2024-07-19T16:35:39.604Z | Downloaded sha1 v0.10.6 |
1000 | 2024-07-19T16:35:39.604Z | Downloaded serde_derive_internals v0.29.1 |
1001 | 2024-07-19T16:35:39.604Z | Downloaded serde_arrays v0.1.0 |
1002 | 2024-07-19T16:35:39.604Z | Downloaded sec1 v0.7.3 |
1003 | 2024-07-19T16:35:39.604Z | Downloaded sct v0.7.1 |
1004 | 2024-07-19T16:35:39.604Z | Downloaded rusty-fork v0.3.0 |
1005 | 2024-07-19T16:35:39.604Z | Downloaded rustls-pki-types v1.7.0 |
1006 | 2024-07-19T16:35:39.604Z | Downloaded rustfmt-wrapper v0.2.1 |
1007 | 2024-07-19T16:35:39.604Z | Downloaded rustc_version v0.4.0 |
1008 | 2024-07-19T16:35:39.604Z | Downloaded rustc_version v0.1.7 |
1009 | 2024-07-19T16:35:39.604Z | Downloaded rustc-hash v1.1.0 |
1010 | 2024-07-19T16:35:39.604Z | Downloaded russh-cryptovec v0.7.2 |
1011 | 2024-07-19T16:35:39.604Z | Downloaded rtoolbox v0.0.2 |
1012 | 2024-07-19T16:35:39.604Z | Downloaded rstest v0.19.0 |
1013 | 2024-07-19T16:35:39.604Z | Downloaded rpassword v7.3.1 |
1014 | 2024-07-19T16:35:39.604Z | Downloaded relative-path v1.9.3 |
1015 | 2024-07-19T16:35:39.604Z | Downloaded rcgen v0.12.1 |
1016 | 2024-07-19T16:35:39.604Z | Downloaded der_derive v0.7.2 |
1017 | 2024-07-19T16:35:39.604Z | Downloaded zip v0.6.6 |
1018 | 2024-07-19T16:35:39.604Z | Downloaded unicode-segmentation v1.11.0 |
1019 | 2024-07-19T16:35:39.604Z | Downloaded typed-path v0.7.1 |
1020 | 2024-07-19T16:35:39.604Z | Downloaded num-bigint v0.4.5 |
1021 | 2024-07-19T16:35:39.604Z | Downloaded itertools v0.10.5 |
1022 | 2024-07-19T16:35:39.604Z | Downloaded stringprep v0.1.4 |
1023 | 2024-07-19T16:35:39.604Z | Downloaded sqlparser_derive v0.2.2 |
1024 | 2024-07-19T16:35:39.605Z | Downloaded serde_repr v0.1.19 |
1025 | 2024-07-19T16:35:39.605Z | Downloaded serde_plain v1.0.2 |
1026 | 2024-07-19T16:35:39.605Z | Downloaded serde_path_to_error v0.1.16 |
1027 | 2024-07-19T16:35:39.605Z | Downloaded semver v0.1.20 |
1028 | 2024-07-19T16:35:39.605Z | Downloaded secrecy v0.8.0 |
1029 | 2024-07-19T16:35:39.605Z | Downloaded schemars_derive v0.8.21 |
1030 | 2024-07-19T16:35:39.605Z | Downloaded same-file v1.0.6 |
1031 | 2024-07-19T16:35:39.605Z | Downloaded resolv-conf v0.7.0 |
1032 | 2024-07-19T16:35:39.605Z | Downloaded wyz v0.5.1 |
1033 | 2024-07-19T16:35:39.605Z | Downloaded whoami v1.5.1 |
1034 | 2024-07-19T16:35:39.605Z | Downloaded which v4.4.2 |
1035 | 2024-07-19T16:35:39.605Z | Downloaded tungstenite v0.21.0 |
1036 | 2024-07-19T16:35:39.605Z | Downloaded tungstenite v0.20.1 |
1037 | 2024-07-19T16:35:39.605Z | Downloaded smf v0.2.3 |
1038 | 2024-07-19T16:35:39.605Z | Downloaded p256 v0.13.2 |
1039 | 2024-07-19T16:35:39.605Z | Downloaded omicron-zone-package v0.11.0 |
1040 | 2024-07-19T16:35:39.605Z | Downloaded num-traits v0.2.19 |
1041 | 2024-07-19T16:35:39.605Z | Downloaded minimal-lexical v0.2.1 |
1042 | 2024-07-19T16:35:39.605Z | Downloaded libxml v0.3.3 |
1043 | 2024-07-19T16:35:39.605Z | Downloaded bstr v1.9.1 |
1044 | 2024-07-19T16:35:39.605Z | Downloaded bstr v0.2.17 |
1045 | 2024-07-19T16:35:39.605Z | Downloaded ref-cast v1.0.23 |
1046 | 2024-07-19T16:35:39.605Z | Downloaded defmt-parser v0.3.4 |
1047 | 2024-07-19T16:35:39.605Z | Downloaded defmt-macros v0.3.9 |
1048 | 2024-07-19T16:35:39.605Z | Downloaded defmt v0.3.8 |
1049 | 2024-07-19T16:35:39.605Z | Downloaded debug-ignore v1.0.5 |
1050 | 2024-07-19T16:35:39.605Z | Downloaded datatest-stable v0.2.9 |
1051 | 2024-07-19T16:35:39.605Z | Downloaded data-encoding v2.6.0 |
1052 | 2024-07-19T16:35:39.605Z | Downloaded zone v0.1.8 |
1053 | 2024-07-19T16:35:39.605Z | Downloaded zeroize_derive v1.4.2 |
1054 | 2024-07-19T16:35:39.605Z | Downloaded zeroize v1.7.0 |
1055 | 2024-07-19T16:35:39.605Z | Downloaded yasna v0.5.2 |
1056 | 2024-07-19T16:35:39.605Z | Downloaded yansi v0.5.1 |
1057 | 2024-07-19T16:35:39.605Z | Downloaded walkdir v2.5.0 |
1058 | 2024-07-19T16:35:39.605Z | Downloaded waitgroup v0.1.2 |
1059 | 2024-07-19T16:35:39.605Z | Downloaded wait-timeout v0.2.0 |
1060 | 2024-07-19T16:35:39.605Z | Downloaded vte_generate_state_changes v0.1.1 |
1061 | 2024-07-19T16:35:39.605Z | Downloaded vte v0.11.1 |
1062 | 2024-07-19T16:35:39.605Z | Downloaded vsss-rs v3.3.4 |
1063 | 2024-07-19T16:35:39.606Z | Downloaded uzers v0.11.3 |
1064 | 2024-07-19T16:35:39.606Z | Downloaded unsafe-libyaml v0.2.11 |
1065 | 2024-07-19T16:35:39.606Z | Downloaded universal-hash v0.5.1 |
1066 | 2024-07-19T16:35:39.606Z | Downloaded unicode_categories v0.1.1 |
1067 | 2024-07-19T16:35:39.606Z | Downloaded num_enum_derive v0.5.11 |
1068 | 2024-07-19T16:35:39.606Z | Downloaded mime_guess v2.0.4 |
1069 | 2024-07-19T16:35:39.606Z | Downloaded memmap2 v0.9.4 |
1070 | 2024-07-19T16:35:39.606Z | Downloaded libtest-mimic v0.7.3 |
1071 | 2024-07-19T16:35:39.606Z | Downloaded zone_cfg_derive v0.1.2 |
1072 | 2024-07-19T16:35:39.606Z | Downloaded uuid v1.10.0 |
1073 | 2024-07-19T16:35:39.606Z | Downloaded utf-8 v0.7.6 |
1074 | 2024-07-19T16:35:39.606Z | Downloaded untrusted v0.9.0 |
1075 | 2024-07-19T16:35:39.606Z | Downloaded untrusted v0.7.1 |
1076 | 2024-07-19T16:35:39.606Z | Downloaded unicode-xid v0.2.4 |
1077 | 2024-07-19T16:35:39.606Z | Downloaded unicode-truncate v1.0.0 |
1078 | 2024-07-19T16:35:39.606Z | Downloaded unicode-linebreak v0.1.5 |
1079 | 2024-07-19T16:35:39.606Z | Downloaded unicase v2.7.0 |
1080 | 2024-07-19T16:35:39.606Z | Downloaded unarray v0.1.4 |
1081 | 2024-07-19T16:35:39.606Z | Downloaded spin v0.9.8 |
1082 | 2024-07-19T16:35:39.606Z | Downloaded snafu-derive v0.8.2 |
1083 | 2024-07-19T16:35:39.606Z | Downloaded serde_yaml v0.9.34+deprecated |
1084 | 2024-07-19T16:35:39.606Z | Downloaded pbkdf2 v0.12.2 |
1085 | 2024-07-19T16:35:39.606Z | Downloaded paste v1.0.15 |
1086 | 2024-07-19T16:35:39.606Z | Downloaded password-hash v0.5.0 |
1087 | 2024-07-19T16:35:39.606Z | Downloaded password-hash v0.4.2 |
1088 | 2024-07-19T16:35:39.606Z | Downloaded parse-size v1.0.0 |
1089 | 2024-07-19T16:35:39.606Z | Downloaded parse-display v0.9.1 |
1090 | 2024-07-19T16:35:39.606Z | Downloaded parking_lot_core v0.8.6 |
1091 | 2024-07-19T16:35:39.606Z | Downloaded parking_lot v0.11.2 |
1092 | 2024-07-19T16:35:39.606Z | Downloaded opaque-debug v0.3.1 |
1093 | 2024-07-19T16:35:39.606Z | Downloaded num-iter v0.1.45 |
1094 | 2024-07-19T16:35:39.606Z | Downloaded num-derive v0.4.2 |
1095 | 2024-07-19T16:35:39.606Z | Downloaded num v0.4.3 |
1096 | 2024-07-19T16:35:39.606Z | Downloaded nu-ansi-term v0.50.0 |
1097 | 2024-07-19T16:35:39.632Z | Downloaded normalize-line-endings v0.3.0 |
1098 | 2024-07-19T16:35:39.632Z | Downloaded nibble_vec v0.1.0 |
1099 | 2024-07-19T16:35:39.632Z | Downloaded newtype-uuid v1.1.0 |
1100 | 2024-07-19T16:35:39.632Z | Downloaded nanorand v0.7.0 |
1101 | 2024-07-19T16:35:39.632Z | Downloaded multer v3.1.0 |
1102 | 2024-07-19T16:35:39.632Z | Downloaded mockall_derive v0.12.1 |
1103 | 2024-07-19T16:35:39.632Z | Downloaded mockall v0.12.1 |
1104 | 2024-07-19T16:35:39.632Z | Downloaded lru v0.12.3 |
1105 | 2024-07-19T16:35:39.632Z | Downloaded linear-map v1.2.0 |
1106 | 2024-07-19T16:35:39.632Z | Downloaded indicatif v0.17.8 |
1107 | 2024-07-19T16:35:39.632Z | Downloaded darling_core v0.20.9 |
1108 | 2024-07-19T16:35:39.632Z | Downloaded curve25519-dalek v4.1.3 |
1109 | 2024-07-19T16:35:39.632Z | Downloaded clang-sys v1.7.0 |
1110 | 2024-07-19T16:35:39.632Z | Downloaded chrono v0.4.38 |
1111 | 2024-07-19T16:35:39.632Z | Downloaded cfg-expr v0.15.8 |
1112 | 2024-07-19T16:35:39.632Z | Downloaded bzip2 v0.4.4 |
1113 | 2024-07-19T16:35:39.632Z | Downloaded blake3 v1.5.1 |
1114 | 2024-07-19T16:35:39.632Z | Downloaded bitvec v1.0.1 |
1115 | 2024-07-19T16:35:39.632Z | Downloaded bitfield-struct v0.6.1 |
1116 | 2024-07-19T16:35:39.632Z | Downloaded bindgen v0.69.4 |
1117 | 2024-07-19T16:35:39.632Z | Downloaded aho-corasick v1.1.3 |
1118 | 2024-07-19T16:35:39.632Z | Downloaded aes-gcm v0.10.3 |
1119 | 2024-07-19T16:35:39.632Z | Downloaded snafu v0.8.2 |
1120 | 2024-07-19T16:35:39.632Z | Downloaded smawk v0.3.2 |
1121 | 2024-07-19T16:35:39.632Z | Downloaded slog-stdlog v4.1.1 |
1122 | 2024-07-19T16:35:39.632Z | Downloaded slog-envlogger v2.2.0 |
1123 | 2024-07-19T16:35:39.632Z | Downloaded slog-dtrace v0.3.0 |
1124 | 2024-07-19T16:35:39.632Z | Downloaded siphasher v0.3.11 |
1125 | 2024-07-19T16:35:39.632Z | Downloaded similar-asserts v1.5.0 |
1126 | 2024-07-19T16:35:39.632Z | Downloaded similar v2.5.0 |
1127 | 2024-07-19T16:35:39.632Z | Downloaded sigpipe v0.1.3 |
1128 | 2024-07-19T16:35:39.632Z | Downloaded signature v2.2.0 |
1129 | 2024-07-19T16:35:39.632Z | Downloaded serde_with_macros v3.8.3 |
1130 | 2024-07-19T16:35:39.632Z | Downloaded peg v0.8.3 |
1131 | 2024-07-19T16:35:39.632Z | Downloaded pbkdf2 v0.11.0 |
1132 | 2024-07-19T16:35:39.632Z | Downloaded pathdiff v0.2.1 |
1133 | 2024-07-19T16:35:39.632Z | Downloaded packed_struct_codegen v0.10.1 |
1134 | 2024-07-19T16:35:39.633Z | Downloaded packed_struct v0.10.1 |
1135 | 2024-07-19T16:35:39.633Z | Downloaded owo-colors v4.0.0 |
1136 | 2024-07-19T16:35:39.633Z | Downloaded oso-derive v0.27.3 |
1137 | 2024-07-19T16:35:39.633Z | Downloaded oso v0.27.3 |
1138 | 2024-07-19T16:35:39.633Z | Downloaded option-ext v0.2.0 |
1139 | 2024-07-19T16:35:39.633Z | Downloaded oorandom v11.1.3 |
1140 | 2024-07-19T16:35:39.633Z | Downloaded olpc-cjson v0.1.3 |
1141 | 2024-07-19T16:35:39.633Z | Downloaded number_prefix v0.4.0 |
1142 | 2024-07-19T16:35:39.633Z | Downloaded num_enum v0.5.11 |
1143 | 2024-07-19T16:35:39.633Z | Downloaded num-rational v0.4.2 |
1144 | 2024-07-19T16:35:39.633Z | Downloaded nodrop v0.1.14 |
1145 | 2024-07-19T16:35:39.633Z | Downloaded new_debug_unreachable v1.0.6 |
1146 | 2024-07-19T16:35:39.633Z | Downloaded multimap v0.10.0 |
1147 | 2024-07-19T16:35:39.633Z | Downloaded memoffset v0.9.1 |
1148 | 2024-07-19T16:35:39.633Z | Downloaded md-5 v0.10.6 |
1149 | 2024-07-19T16:35:39.633Z | Downloaded maybe-uninit v2.0.0 |
1150 | 2024-07-19T16:35:39.633Z | Downloaded matches v0.1.10 |
1151 | 2024-07-19T16:35:39.633Z | Downloaded maplit v1.0.2 |
1152 | 2024-07-19T16:35:39.633Z | Downloaded managed v0.8.0 |
1153 | 2024-07-19T16:35:39.633Z | Downloaded libsw v3.3.1 |
1154 | 2024-07-19T16:35:39.633Z | Downloaded libloading v0.8.3 |
1155 | 2024-07-19T16:35:39.633Z | Downloaded libefi-sys v0.1.0 |
1156 | 2024-07-19T16:35:39.633Z | Downloaded lazycell v1.3.0 |
1157 | 2024-07-19T16:35:39.633Z | Downloaded lazy_static v1.5.0 |
1158 | 2024-07-19T16:35:39.633Z | Downloaded lalrpop-util v0.19.12 |
1159 | 2024-07-19T16:35:39.633Z | Downloaded kstat-rs v0.2.4 |
1160 | 2024-07-19T16:35:39.633Z | Downloaded keccak v0.1.5 |
1161 | 2024-07-19T16:35:39.633Z | Downloaded inout v0.1.3 |
1162 | 2024-07-19T16:35:39.633Z | Downloaded indoc v1.0.9 |
1163 | 2024-07-19T16:35:39.633Z | Downloaded indent_write v2.2.0 |
1164 | 2024-07-19T16:35:39.633Z | Downloaded impl-trait-for-tuples v0.2.2 |
1165 | 2024-07-19T16:35:39.633Z | Downloaded crypto-bigint v0.5.5 |
1166 | 2024-07-19T16:35:39.633Z | Downloaded crucible-workspace-hack v0.1.0 |
1167 | 2024-07-19T16:35:39.633Z | Downloaded crossterm v0.27.0 |
1168 | 2024-07-19T16:35:39.633Z | Downloaded crossbeam-epoch v0.9.18 |
1169 | 2024-07-19T16:35:39.633Z | Downloaded criterion-plot v0.5.0 |
1170 | 2024-07-19T16:35:39.633Z | Downloaded criterion v0.5.1 |
1171 | 2024-07-19T16:35:39.633Z | Downloaded crc v3.2.1 |
1172 | 2024-07-19T16:35:39.633Z | Downloaded cookie_store v0.20.0 |
1173 | 2024-07-19T16:35:39.634Z | Downloaded cookie v0.18.1 |
1174 | 2024-07-19T16:35:39.634Z | Downloaded const_format v0.2.32 |
1175 | 2024-07-19T16:35:39.634Z | Downloaded colored v2.1.0 |
1176 | 2024-07-19T16:35:39.634Z | Downloaded chacha20poly1305 v0.10.1 |
1177 | 2024-07-19T16:35:39.634Z | Downloaded cassowary v0.3.0 |
1178 | 2024-07-19T16:35:39.634Z | Downloaded camino-tempfile v1.1.1 |
1179 | 2024-07-19T16:35:39.634Z | Downloaded block-padding v0.3.3 |
1180 | 2024-07-19T16:35:39.634Z | Downloaded blake2b_simd v1.0.2 |
1181 | 2024-07-19T16:35:39.634Z | Downloaded blake2 v0.10.6 |
1182 | 2024-07-19T16:35:39.634Z | Downloaded bcrypt-pbkdf v0.10.0 |
1183 | 2024-07-19T16:35:39.634Z | Downloaded base64ct v1.6.0 |
1184 | 2024-07-19T16:35:39.634Z | Downloaded base64 v0.22.1 |
1185 | 2024-07-19T16:35:39.634Z | Downloaded base64 v0.13.1 |
1186 | 2024-07-19T16:35:39.634Z | Downloaded base16ct v0.2.0 |
1187 | 2024-07-19T16:35:39.634Z | Downloaded backtrace v0.3.71 |
1188 | 2024-07-19T16:35:39.634Z | Downloaded backoff v0.4.0 |
1189 | 2024-07-19T16:35:39.634Z | Downloaded async-trait v0.1.81 |
1190 | 2024-07-19T16:35:39.634Z | Downloaded async-recursion v1.1.1 |
1191 | 2024-07-19T16:35:39.634Z | Downloaded assert_cmd v2.0.14 |
1192 | 2024-07-19T16:35:39.634Z | Downloaded ascii v1.1.0 |
1193 | 2024-07-19T16:35:39.634Z | Downloaded arc-swap v1.7.1 |
1194 | 2024-07-19T16:35:39.634Z | Downloaded anes v0.1.6 |
1195 | 2024-07-19T16:35:39.634Z | Downloaded allocator-api2 v0.2.18 |
1196 | 2024-07-19T16:35:39.634Z | Downloaded ahash v0.8.11 |
1197 | 2024-07-19T16:35:39.659Z | Downloaded aes v0.8.4 |
1198 | 2024-07-19T16:35:39.659Z | Downloaded serde-hex v0.1.0 |
1199 | 2024-07-19T16:35:39.659Z | Downloaded serde-big-array v0.5.1 |
1200 | 2024-07-19T16:35:39.659Z | Downloaded partial-io v0.5.4 |
1201 | 2024-07-19T16:35:39.659Z | Downloaded parse-display-derive v0.9.1 |
1202 | 2024-07-19T16:35:39.659Z | Downloaded num-integer v0.1.46 |
1203 | 2024-07-19T16:35:39.659Z | Downloaded num-complex v0.4.6 |
1204 | 2024-07-19T16:35:39.659Z | Downloaded newtype_derive v0.1.6 |
1205 | 2024-07-19T16:35:39.659Z | Downloaded md5 v0.7.0 |
1206 | 2024-07-19T16:35:39.659Z | Downloaded lru-cache v0.1.2 |
1207 | 2024-07-19T16:35:39.659Z | Downloaded linked-hash-map v0.5.6 |
1208 | 2024-07-19T16:35:39.659Z | Downloaded is_ci v1.2.0 |
1209 | 2024-07-19T16:35:39.659Z | Downloaded ipnetwork v0.20.0 |
1210 | 2024-07-19T16:35:39.659Z | Downloaded internet-checksum v0.2.1 |
1211 | 2024-07-19T16:35:39.659Z | Downloaded indexmap v1.9.3 |
1212 | 2024-07-19T16:35:39.659Z | Downloaded darling v0.20.9 |
1213 | 2024-07-19T16:35:39.659Z | Downloaded curve25519-dalek-derive v0.1.1 |
1214 | 2024-07-19T16:35:39.659Z | Downloaded ctr v0.9.2 |
1215 | 2024-07-19T16:35:39.659Z | Downloaded csv-core v0.1.11 |
1216 | 2024-07-19T16:35:39.660Z | Downloaded crossbeam-deque v0.8.5 |
1217 | 2024-07-19T16:35:39.660Z | Downloaded crc-catalog v2.4.0 |
1218 | 2024-07-19T16:35:39.660Z | Downloaded crc-any v2.5.0 |
1219 | 2024-07-19T16:35:39.660Z | Downloaded cookie v0.17.0 |
1220 | 2024-07-19T16:35:39.660Z | Downloaded convert_case v0.4.0 |
1221 | 2024-07-19T16:35:39.660Z | Downloaded constant_time_eq v0.3.0 |
1222 | 2024-07-19T16:35:39.660Z | Downloaded const_format_proc_macros v0.2.32 |
1223 | 2024-07-19T16:35:39.660Z | Downloaded const-oid v0.9.6 |
1224 | 2024-07-19T16:35:39.660Z | Downloaded console v0.15.8 |
1225 | 2024-07-19T16:35:39.660Z | Downloaded compact_str v0.7.1 |
1226 | 2024-07-19T16:35:39.660Z | Downloaded cobs v0.2.3 |
1227 | 2024-07-19T16:35:39.660Z | Downloaded cipher v0.4.4 |
1228 | 2024-07-19T16:35:39.660Z | Downloaded ciborium-ll v0.2.2 |
1229 | 2024-07-19T16:35:39.660Z | Downloaded ciborium v0.2.2 |
1230 | 2024-07-19T16:35:39.660Z | Downloaded chacha20 v0.9.1 |
1231 | 2024-07-19T16:35:39.660Z | Downloaded cfg_aliases v0.1.1 |
1232 | 2024-07-19T16:35:39.660Z | Downloaded cexpr v0.6.0 |
1233 | 2024-07-19T16:35:39.660Z | Downloaded cbc v0.1.2 |
1234 | 2024-07-19T16:35:39.660Z | Downloaded castaway v0.2.2 |
1235 | 2024-07-19T16:35:39.660Z | Downloaded bitstruct v0.1.1 |
1236 | 2024-07-19T16:35:39.660Z | Downloaded bitflags v1.3.2 |
1237 | 2024-07-19T16:35:39.660Z | Downloaded bitfield v0.14.0 |
1238 | 2024-07-19T16:35:39.660Z | Downloaded bit-vec v0.6.3 |
1239 | 2024-07-19T16:35:39.660Z | Downloaded bcs v0.1.6 |
1240 | 2024-07-19T16:35:39.660Z | Downloaded atty v0.2.14 |
1241 | 2024-07-19T16:35:39.660Z | Downloaded atomic-waker v1.1.2 |
1242 | 2024-07-19T16:35:39.660Z | Downloaded arrayvec v0.7.4 |
1243 | 2024-07-19T16:35:39.660Z | Downloaded argon2 v0.5.3 |
1244 | 2024-07-19T16:35:39.660Z | Downloaded addr2line v0.21.0 |
1245 | 2024-07-19T16:35:39.660Z | Downloaded newline-converter v0.3.0 |
1246 | 2024-07-19T16:35:39.660Z | Downloaded nested v0.1.1 |
1247 | 2024-07-19T16:35:39.660Z | Downloaded cstr-argument v0.1.2 |
1248 | 2024-07-19T16:35:39.660Z | Downloaded crunchy v0.2.2 |
1249 | 2024-07-19T16:35:39.660Z | Downloaded cancel-safe-futures v0.1.5 |
1250 | 2024-07-19T16:35:39.660Z | Downloaded buf-list v1.0.3 |
1251 | 2024-07-19T16:35:39.660Z | Downloaded blowfish v0.9.1 |
1252 | 2024-07-19T16:35:39.660Z | Downloaded bitstruct_derive v0.1.0 |
1253 | 2024-07-19T16:35:39.660Z | Downloaded bit-set v0.5.3 |
1254 | 2024-07-19T16:35:39.660Z | Downloaded bb8 v0.8.5 |
1255 | 2024-07-19T16:35:39.661Z | Downloaded atomicwrites v0.4.3 |
1256 | 2024-07-19T16:35:39.661Z | Downloaded async-stream-impl v0.3.5 |
1257 | 2024-07-19T16:35:39.661Z | Downloaded async-stream v0.3.5 |
1258 | 2024-07-19T16:35:39.661Z | Downloaded assert_matches v1.5.0 |
1259 | 2024-07-19T16:35:39.661Z | Downloaded ascii-canvas v3.0.0 |
1260 | 2024-07-19T16:35:39.661Z | Downloaded arrayref v0.3.7 |
1261 | 2024-07-19T16:35:39.661Z | Downloaded array-init v0.0.4 |
1262 | 2024-07-19T16:35:39.661Z | Downloaded approx v0.5.1 |
1263 | 2024-07-19T16:35:39.661Z | Downloaded cast v0.3.0 |
1264 | 2024-07-19T16:35:39.661Z | Downloaded aead v0.5.2 |
1265 | 2024-07-19T16:35:39.661Z | Compiling serde v1.0.204 |
1266 | 2024-07-19T16:35:39.661Z | Checking cfg-if v1.0.0 |
1267 | 2024-07-19T16:35:39.661Z | Compiling libm v0.2.8 |
1268 | 2024-07-19T16:35:39.661Z | Compiling num-traits v0.2.19 |
1269 | 2024-07-19T16:35:39.661Z | Checking libc v0.2.155 |
1270 | 2024-07-19T16:35:39.661Z | Compiling syn v2.0.71 |
1271 | 2024-07-19T16:35:39.661Z | Compiling ahash v0.8.11 |
1272 | 2024-07-19T16:35:39.661Z | Compiling getrandom v0.2.14 |
1273 | 2024-07-19T16:35:39.661Z | Compiling serde_json v1.0.120 |
1274 | 2024-07-19T16:35:39.661Z | Compiling generic-array v0.14.7 |
1275 | 2024-07-19T16:35:39.661Z | Compiling log v0.4.21 |
1276 | 2024-07-19T16:35:39.661Z | Checking scopeguard v1.2.0 |
1277 | 2024-07-19T16:35:39.661Z | Checking memchr v2.7.2 |
1278 | 2024-07-19T16:35:39.661Z | Checking itoa v1.0.11 |
1279 | 2024-07-19T16:35:39.661Z | Checking lock_api v0.4.12 |
1280 | 2024-07-19T16:35:39.661Z | Compiling allocator-api2 v0.2.18 |
1281 | 2024-07-19T16:35:39.661Z | Compiling syn v1.0.109 |
1282 | 2024-07-19T16:35:39.661Z | Checking byteorder v1.5.0 |
1283 | 2024-07-19T16:35:39.661Z | Compiling schemars v0.8.21 |
1284 | 2024-07-19T16:35:39.661Z | Checking smallvec v1.13.2 |
1285 | 2024-07-19T16:35:39.661Z | Compiling ring v0.17.8 |
1286 | 2024-07-19T16:35:39.661Z | Compiling time-macros v0.2.18 |
1287 | 2024-07-19T16:35:39.661Z | Checking rand_core v0.6.4 |
1288 | 2024-07-19T16:35:39.661Z | Compiling slog v2.7.0 |
1289 | 2024-07-19T16:35:39.661Z | Checking once_cell v1.19.0 |
1290 | 2024-07-19T16:35:39.661Z | Compiling aho-corasick v1.1.3 |
1291 | 2024-07-19T16:35:39.661Z | Compiling regex-syntax v0.8.3 |
1292 | 2024-07-19T16:35:39.661Z | Checking parking_lot_core v0.9.10 |
1293 | 2024-07-19T16:35:39.662Z | Checking parking_lot v0.12.2 |
1294 | 2024-07-19T16:35:39.662Z | Checking pin-project-lite v0.2.14 |
1295 | 2024-07-19T16:35:39.662Z | Compiling crossbeam-utils v0.8.19 |
1296 | 2024-07-19T16:35:39.662Z | Compiling iana-time-zone v0.1.60 |
1297 | 2024-07-19T16:35:39.686Z | Compiling regex-automata v0.4.6 |
1298 | 2024-07-19T16:35:39.686Z | Compiling spin v0.9.8 |
1299 | 2024-07-19T16:35:39.686Z | Checking signal-hook-registry v1.4.2 |
1300 | 2024-07-19T16:35:39.686Z | Checking mio v0.8.11 |
1301 | 2024-07-19T16:35:39.686Z | Compiling rustls v0.21.12 |
1302 | 2024-07-19T16:35:39.686Z | Checking num_cpus v1.16.0 |
1303 | 2024-07-19T16:35:39.686Z | Compiling cookie v0.17.0 |
1304 | 2024-07-19T16:35:39.686Z | Compiling dyn-clone v1.0.17 |
1305 | 2024-07-19T16:35:39.686Z | Compiling backtrace v0.3.71 |
1306 | 2024-07-19T16:35:39.686Z | Compiling serde_derive_internals v0.29.1 |
1307 | 2024-07-19T16:35:39.686Z | Checking typenum v1.17.0 |
1308 | 2024-07-19T16:35:39.687Z | Checking futures-core v0.3.30 |
1309 | 2024-07-19T16:35:39.687Z | Checking socket2 v0.5.7 |
1310 | 2024-07-19T16:35:39.687Z | Checking ryu v1.0.18 |
1311 | 2024-07-19T16:35:39.687Z | Compiling anyhow v1.0.86 |
1312 | 2024-07-19T16:35:39.687Z | Checking subtle v2.5.0 |
1313 | 2024-07-19T16:35:39.687Z | Compiling unicode-normalization v0.1.23 |
1314 | 2024-07-19T16:35:39.687Z | Compiling unicode-bidi v0.3.15 |
1315 | 2024-07-19T16:35:39.687Z | Compiling either v1.12.0 |
1316 | 2024-07-19T16:35:39.687Z | Compiling untrusted v0.9.0 |
1317 | 2024-07-19T16:35:39.687Z | Checking futures-sink v0.3.30 |
1318 | 2024-07-19T16:35:39.687Z | Compiling winnow v0.5.40 |
1319 | 2024-07-19T16:35:39.687Z | Compiling const-oid v0.9.6 |
1320 | 2024-07-19T16:35:39.687Z | Compiling time v0.3.36 |
1321 | 2024-07-19T16:35:39.687Z | Compiling regex v1.10.5 |
1322 | 2024-07-19T16:35:39.687Z | Compiling serde_derive v1.0.204 |
1323 | 2024-07-19T16:35:39.687Z | Compiling zerocopy-derive v0.7.34 |
1324 | 2024-07-19T16:35:39.687Z | Compiling zeroize_derive v1.4.2 |
1325 | 2024-07-19T16:35:39.687Z | Compiling thiserror-impl v1.0.62 |
1326 | 2024-07-19T16:35:39.687Z | Compiling tokio-macros v2.3.0 |
1327 | 2024-07-19T16:35:39.687Z | Compiling futures-macro v0.3.30 |
1328 | 2024-07-19T16:35:39.687Z | Compiling tracing-attributes v0.1.27 |
1329 | 2024-07-19T16:35:40.366Z | Compiling schemars_derive v0.8.21 |
1330 | 2024-07-19T16:35:40.881Z | Checking zeroize v1.7.0 |
1331 | 2024-07-19T16:35:40.957Z | Compiling openssl-macros v0.1.1 |
1332 | 2024-07-19T16:35:41.103Z | Compiling async-trait v0.1.81 |
1333 | 2024-07-19T16:35:41.414Z | Compiling zerocopy v0.7.34 |
1334 | 2024-07-19T16:35:41.870Z | Compiling scroll_derive v0.12.0 |
1335 | 2024-07-19T16:35:42.229Z | Compiling der_derive v0.7.2 |
1336 | 2024-07-19T16:35:42.283Z | Compiling thiserror v1.0.62 |
1337 | 2024-07-19T16:35:42.406Z | Compiling pest v2.7.10 |
1338 | 2024-07-19T16:35:42.950Z | Checking crypto-common v0.1.6 |
1339 | 2024-07-19T16:35:43.153Z | Compiling scroll v0.12.0 |
1340 | 2024-07-19T16:35:43.262Z | Compiling hashbrown v0.14.5 |
1341 | 2024-07-19T16:35:43.422Z | Compiling futures-util v0.3.30 |
1342 | 2024-07-19T16:35:43.617Z | Compiling goblin v0.8.2 |
1343 | 2024-07-19T16:35:44.286Z | Compiling tracing v0.1.40 |
1344 | 2024-07-19T16:35:44.315Z | Compiling clap_derive v4.5.8 |
1345 | 2024-07-19T16:35:44.429Z | Compiling pest_meta v2.7.10 |
1346 | 2024-07-19T16:35:44.480Z | Checking futures-channel v0.3.30 |
1347 | 2024-07-19T16:35:44.732Z | Checking slab v0.4.9 |
1348 | 2024-07-19T16:35:44.788Z | Checking futures-io v0.3.30 |
1349 | 2024-07-19T16:35:44.869Z | Checking futures-task v0.3.30 |
1350 | 2024-07-19T16:35:44.954Z | Checking pin-utils v0.1.0 |
1351 | 2024-07-19T16:35:45.040Z | Compiling block-buffer v0.10.4 |
1352 | 2024-07-19T16:35:46.614Z | Compiling pest_generator v2.7.10 |
1353 | 2024-07-19T16:35:48.292Z | Compiling signal-hook v0.3.17 |
1354 | 2024-07-19T16:35:48.353Z | Compiling digest v0.10.7 |
1355 | 2024-07-19T16:35:48.532Z | Compiling sct v0.7.1 |
1356 | 2024-07-19T16:35:48.566Z | Compiling zerocopy-derive v0.6.6 |
1357 | 2024-07-19T16:35:48.697Z | Compiling pest_derive v2.7.10 |
1358 | 2024-07-19T16:35:48.774Z | Compiling rustls-webpki v0.101.7 |
1359 | 2024-07-19T16:35:48.801Z | Compiling idna v0.5.0 |
1360 | 2024-07-19T16:35:49.356Z | Compiling dtrace-parser v0.2.0 |
1361 | 2024-07-19T16:35:50.100Z | Compiling siphasher v0.3.11 |
1362 | 2024-07-19T16:35:50.127Z | Compiling url v2.5.0 |
1363 | 2024-07-19T16:35:50.466Z | Compiling idna v0.3.0 |
1364 | 2024-07-19T16:35:50.491Z | Checking bytes v1.6.0 |
1365 | 2024-07-19T16:35:51.198Z | Compiling indexmap v2.2.6 |
1366 | 2024-07-19T16:35:51.254Z | Compiling semver v1.0.23 |
1367 | 2024-07-19T16:35:51.661Z | Compiling serde_tokenstream v0.2.1 |
1368 | 2024-07-19T16:35:51.722Z | Compiling chrono v0.4.38 |
1369 | 2024-07-19T16:35:51.877Z | Compiling uuid v1.10.0 |
1370 | 2024-07-19T16:35:52.142Z | Compiling bitflags v2.5.0 |
1371 | 2024-07-19T16:35:52.230Z | Compiling http v0.2.12 |
1372 | 2024-07-19T16:35:52.338Z | Checking tokio v1.38.1 |
1373 | 2024-07-19T16:35:52.523Z | Compiling rustc_version v0.4.0 |
1374 | 2024-07-19T16:35:53.149Z | Compiling serde_spanned v0.6.6 |
1375 | 2024-07-19T16:35:53.173Z | Compiling toml_datetime v0.6.6 |
1376 | 2024-07-19T16:35:53.594Z | Compiling dof v0.3.0 |
1377 | 2024-07-19T16:35:54.353Z | Compiling usdt-impl v0.5.0 |
1378 | 2024-07-19T16:35:54.708Z | Compiling openapiv3 v2.0.0 |
1379 | 2024-07-19T16:35:54.886Z | Compiling rustix v0.38.34 |
1380 | 2024-07-19T16:35:55.450Z | Compiling toml_edit v0.19.15 |
1381 | 2024-07-19T16:35:55.746Z | Compiling usdt-macro v0.5.0 |
1382 | 2024-07-19T16:35:56.890Z | Compiling usdt-attr-macro v0.5.0 |
1383 | 2024-07-19T16:35:56.980Z | Compiling http-body v0.4.6 |
1384 | 2024-07-19T16:35:57.378Z | Compiling openssl v0.10.64 |
1385 | 2024-07-19T16:35:57.403Z | Compiling psl-types v2.0.11 |
1386 | 2024-07-19T16:35:57.593Z | Compiling ppv-lite86 v0.2.17 |
1387 | 2024-07-19T16:35:57.977Z | Compiling publicsuffix v2.2.3 |
1388 | 2024-07-19T16:35:58.218Z | Compiling heapless v0.7.17 |
1389 | 2024-07-19T16:35:58.312Z | Compiling rand_chacha v0.3.1 |
1390 | 2024-07-19T16:35:58.366Z | Compiling serde_urlencoded v0.7.1 |
1391 | 2024-07-19T16:35:58.474Z | Compiling lazy_static v1.5.0 |
1392 | 2024-07-19T16:35:58.599Z | Compiling crossbeam-epoch v0.9.18 |
1393 | 2024-07-19T16:35:58.688Z | Compiling rand v0.8.5 |
1394 | 2024-07-19T16:35:58.848Z | Compiling cookie_store v0.20.0 |
1395 | 2024-07-19T16:35:59.280Z | Compiling tokio-util v0.7.11 |
1396 | 2024-07-19T16:35:59.405Z | Compiling tokio-rustls v0.24.1 |
1397 | 2024-07-19T16:35:59.763Z | Compiling webpki-roots v0.25.4 |
1398 | 2024-07-19T16:35:59.896Z | Compiling gimli v0.28.1 |
1399 | 2024-07-19T16:36:00.145Z | Compiling h2 v0.3.26 |
1400 | 2024-07-19T16:36:00.179Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1401 | 2024-07-19T16:36:00.444Z | Compiling bit-vec v0.6.3 |
1402 | 2024-07-19T16:36:00.822Z | Compiling unicode-xid v0.2.4 |
1403 | 2024-07-19T16:36:00.884Z | Compiling phf_shared v0.10.0 |
1404 | 2024-07-19T16:36:00.985Z | Compiling enum-as-inner v0.5.1 |
1405 | 2024-07-19T16:36:01.232Z | Compiling object v0.32.2 |
1406 | 2024-07-19T16:36:01.787Z | Compiling rustc-demangle v0.1.24 |
1407 | 2024-07-19T16:36:02.035Z | Compiling precomputed-hash v0.1.1 |
1408 | 2024-07-19T16:36:02.137Z | Compiling minimal-lexical v0.2.1 |
1409 | 2024-07-19T16:36:02.276Z | Compiling native-tls v0.2.11 |
1410 | 2024-07-19T16:36:02.556Z | Compiling tokio-native-tls v0.3.1 |
1411 | 2024-07-19T16:36:02.640Z | Compiling new_debug_unreachable v1.0.6 |
1412 | 2024-07-19T16:36:02.732Z | Compiling fixedbitset v0.4.2 |
1413 | 2024-07-19T16:36:02.789Z | Compiling base64ct v1.6.0 |
1414 | 2024-07-19T16:36:02.813Z | Compiling smoltcp v0.9.1 |
1415 | 2024-07-19T16:36:03.116Z | Compiling petgraph v0.6.5 |
1416 | 2024-07-19T16:36:03.309Z | Compiling addr2line v0.21.0 |
1417 | 2024-07-19T16:36:03.416Z | Compiling pem-rfc7468 v0.7.0 |
1418 | 2024-07-19T16:36:03.818Z | Compiling string_cache v0.8.7 |
1419 | 2024-07-19T16:36:03.874Z | Compiling nom v7.1.3 |
1420 | 2024-07-19T16:36:04.065Z | Compiling toml_edit v0.22.14 |
1421 | 2024-07-19T16:36:04.233Z | Compiling bit-set v0.5.3 |
1422 | 2024-07-19T16:36:04.466Z | Compiling hmac v0.12.1 |
1423 | 2024-07-19T16:36:04.598Z | Compiling futures-executor v0.3.30 |
1424 | 2024-07-19T16:36:04.882Z | Compiling hubpack_derive v0.1.1 |
1425 | 2024-07-19T16:36:05.099Z | Compiling itertools v0.10.5 |
1426 | 2024-07-19T16:36:05.290Z | Compiling diesel_table_macro_syntax v0.1.0 |
1427 | 2024-07-19T16:36:05.598Z | Compiling hyper v0.14.28 |
1428 | 2024-07-19T16:36:05.647Z | Compiling num-integer v0.1.46 |
1429 | 2024-07-19T16:36:06.313Z | Compiling fs-err v2.11.0 |
1430 | 2024-07-19T16:36:06.343Z | Compiling unicode-segmentation v1.11.0 |
1431 | 2024-07-19T16:36:06.777Z | Compiling flagset v0.4.5 |
1432 | 2024-07-19T16:36:07.014Z | Compiling lalrpop-util v0.19.12 |
1433 | 2024-07-19T16:36:07.057Z | Compiling der v0.7.9 |
1434 | 2024-07-19T16:36:07.361Z | Compiling diesel_derives v2.1.4 |
1435 | 2024-07-19T16:36:07.768Z | Compiling futures v0.3.30 |
1436 | 2024-07-19T16:36:07.872Z | Compiling hex v0.4.3 |
1437 | 2024-07-19T16:36:08.118Z | Compiling itertools v0.12.1 |
1438 | 2024-07-19T16:36:08.392Z | Compiling finl_unicode v1.2.0 |
1439 | 2024-07-19T16:36:08.641Z | Compiling sha2 v0.10.8 |
1440 | 2024-07-19T16:36:08.867Z | Compiling stringprep v0.1.4 |
1441 | 2024-07-19T16:36:09.610Z | Compiling spki v0.7.3 |
1442 | 2024-07-19T16:36:09.809Z | Compiling toml v0.7.8 |
1443 | 2024-07-19T16:36:09.874Z | Compiling md-5 v0.10.6 |
1444 | 2024-07-19T16:36:09.934Z | Compiling serde_repr v0.1.19 |
1445 | 2024-07-19T16:36:10.102Z | Compiling strum_macros v0.25.3 |
1446 | 2024-07-19T16:36:10.614Z | Compiling hash32 v0.2.1 |
1447 | 2024-07-19T16:36:10.876Z | Compiling fallible-iterator v0.2.0 |
1448 | 2024-07-19T16:36:10.941Z | Compiling stable_deref_trait v1.2.0 |
1449 | 2024-07-19T16:36:11.041Z | Compiling hyper-rustls v0.24.2 |
1450 | 2024-07-19T16:36:11.065Z | Compiling hyper-tls v0.5.0 |
1451 | 2024-07-19T16:36:11.065Z | Checking fnv v1.0.7 |
1452 | 2024-07-19T16:36:11.226Z | Compiling pkcs8 v0.10.2 |
1453 | 2024-07-19T16:36:11.352Z | Compiling reqwest v0.11.27 |
1454 | 2024-07-19T16:36:11.376Z | Compiling terminal_size v0.3.0 |
1455 | 2024-07-19T16:36:11.472Z | Compiling postgres-protocol v0.6.6 |
1456 | 2024-07-19T16:36:11.557Z | Compiling ipnetwork v0.20.0 |
1457 | 2024-07-19T16:36:11.711Z | Compiling phf_shared v0.11.2 |
1458 | 2024-07-19T16:36:12.250Z | Compiling block-padding v0.3.3 |
1459 | 2024-07-19T16:36:12.383Z | Compiling ff v0.13.0 |
1460 | 2024-07-19T16:36:12.468Z | Compiling scheduled-thread-pool v0.2.7 |
1461 | 2024-07-19T16:36:12.586Z | Compiling peg-runtime v0.8.3 |
1462 | 2024-07-19T16:36:12.659Z | Compiling bitflags v1.3.2 |
1463 | 2024-07-19T16:36:12.756Z | Compiling managed v0.8.0 |
1464 | 2024-07-19T16:36:12.956Z | Compiling regex-automata v0.1.10 |
1465 | 2024-07-19T16:36:12.995Z | Compiling base16ct v0.2.0 |
1466 | 2024-07-19T16:36:13.128Z | Compiling matches v0.1.10 |
1467 | 2024-07-19T16:36:13.227Z | Compiling idna v0.2.3 |
1468 | 2024-07-19T16:36:13.288Z | Compiling sec1 v0.7.3 |
1469 | 2024-07-19T16:36:13.396Z | Compiling bstr v0.2.17 |
1470 | 2024-07-19T16:36:13.732Z | Compiling r2d2 v0.8.10 |
1471 | 2024-07-19T16:36:13.772Z | Compiling clap_builder v4.5.9 |
1472 | 2024-07-19T16:36:14.032Z | Compiling usdt v0.5.0 |
1473 | 2024-07-19T16:36:14.462Z | Compiling group v0.13.0 |
1474 | 2024-07-19T16:36:14.489Z | Compiling signal-hook-mio v0.2.3 |
1475 | 2024-07-19T16:36:14.639Z | Compiling inout v0.1.3 |
1476 | 2024-07-19T16:36:14.663Z | Compiling postgres-types v0.2.6 |
1477 | 2024-07-19T16:36:14.774Z | Compiling phf v0.11.2 |
1478 | 2024-07-19T16:36:14.890Z | Compiling num-bigint v0.4.5 |
1479 | 2024-07-19T16:36:15.003Z | Compiling num-iter v0.1.45 |
1480 | 2024-07-19T16:36:15.027Z | Compiling hubpack v0.1.2 |
1481 | 2024-07-19T16:36:15.168Z | Compiling hkdf v0.12.4 |
1482 | 2024-07-19T16:36:15.400Z | Compiling zerocopy v0.6.6 |
1483 | 2024-07-19T16:36:15.438Z | Compiling crypto-bigint v0.5.5 |
1484 | 2024-07-19T16:36:15.501Z | Compiling float-cmp v0.9.0 |
1485 | 2024-07-19T16:36:15.698Z | Compiling normalize-line-endings v0.3.0 |
1486 | 2024-07-19T16:36:15.811Z | Compiling static_assertions v1.1.0 |
1487 | 2024-07-19T16:36:15.880Z | Compiling predicates-core v1.0.6 |
1488 | 2024-07-19T16:36:15.906Z | Compiling data-encoding v2.6.0 |
1489 | 2024-07-19T16:36:16.108Z | Compiling difflib v0.4.0 |
1490 | 2024-07-19T16:36:16.199Z | Compiling whoami v1.5.1 |
1491 | 2024-07-19T16:36:16.725Z | Compiling tokio-postgres v0.7.10 |
1492 | 2024-07-19T16:36:17.251Z | Compiling diesel v2.1.6 |
1493 | 2024-07-19T16:36:17.480Z | Compiling yasna v0.5.2 |
1494 | 2024-07-19T16:36:17.885Z | Compiling elliptic-curve v0.13.8 |
1495 | 2024-07-19T16:36:18.608Z | Compiling clap v4.5.9 |
1496 | 2024-07-19T16:36:18.717Z | Compiling predicates v3.1.0 |
1497 | 2024-07-19T16:36:18.986Z | Compiling trust-dns-proto v0.22.0 |
1498 | 2024-07-19T16:36:20.176Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1499 | 2024-07-19T16:36:20.201Z | Compiling cipher v0.4.4 |
1500 | 2024-07-19T16:36:20.647Z | Compiling crossterm v0.27.0 |
1501 | 2024-07-19T16:36:20.794Z | Compiling similar v2.5.0 |
1502 | 2024-07-19T16:36:22.311Z | Compiling tokio-stream v0.1.15 |
1503 | 2024-07-19T16:36:22.984Z | Compiling console v0.15.8 |
1504 | 2024-07-19T16:36:23.090Z | Compiling bstr v1.9.1 |
1505 | 2024-07-19T16:36:23.218Z | Checking equivalent v1.0.1 |
1506 | 2024-07-19T16:36:23.318Z | Checking tinyvec_macros v0.1.1 |
1507 | 2024-07-19T16:36:23.399Z | Checking tinyvec v1.6.0 |
1508 | 2024-07-19T16:36:24.284Z | Checking cpufeatures v0.2.12 |
1509 | 2024-07-19T16:36:24.691Z | Checking tracing-core v0.1.32 |
1510 | 2024-07-19T16:36:24.766Z | Checking percent-encoding v2.3.1 |
1511 | 2024-07-19T16:36:25.129Z | Checking form_urlencoded v1.2.1 |
1512 | 2024-07-19T16:36:25.242Z | Checking powerfmt v0.2.0 |
1513 | 2024-07-19T16:36:25.479Z | Checking deranged v0.3.11 |
1514 | 2024-07-19T16:36:25.561Z | Checking time-core v0.1.2 |
1515 | 2024-07-19T16:36:25.695Z | Checking num_threads v0.1.7 |
1516 | 2024-07-19T16:36:25.805Z | Checking num-conv v0.1.0 |
1517 | 2024-07-19T16:36:25.855Z | Checking unicode-ident v1.0.12 |
1518 | 2024-07-19T16:36:26.006Z | Checking httparse v1.8.0 |
1519 | 2024-07-19T16:36:26.030Z | Checking unicode-width v0.1.13 |
1520 | 2024-07-19T16:36:26.338Z | Checking errno v0.3.9 |
1521 | 2024-07-19T16:36:26.382Z | Checking proc-macro2 v1.0.86 |
1522 | 2024-07-19T16:36:26.976Z | Checking quote v1.0.36 |
1523 | 2024-07-19T16:36:27.259Z | Checking adler v1.0.2 |
1524 | 2024-07-19T16:36:27.394Z | Checking miniz_oxide v0.7.2 |
1525 | 2024-07-19T16:36:27.512Z | Checking try-lock v0.2.5 |
1526 | 2024-07-19T16:36:27.630Z | Checking base64 v0.21.7 |
1527 | 2024-07-19T16:36:28.006Z | Checking want v0.3.1 |
1528 | 2024-07-19T16:36:28.190Z | Checking socket2 v0.4.10 |
1529 | 2024-07-19T16:36:28.324Z | Checking tower-service v0.3.2 |
1530 | 2024-07-19T16:36:28.579Z | Checking httpdate v1.0.3 |
1531 | 2024-07-19T16:36:28.803Z | Checking foreign-types-shared v0.1.1 |
1532 | 2024-07-19T16:36:28.905Z | Checking openssl-probe v0.1.5 |
1533 | 2024-07-19T16:36:28.929Z | Checking foreign-types v0.3.2 |
1534 | 2024-07-19T16:36:28.953Z | Checking openssl-sys v0.9.102 |
1535 | 2024-07-19T16:36:29.018Z | Checking mime v0.3.17 |
1536 | 2024-07-19T16:36:29.042Z | Checking ipnet v2.9.0 |
1537 | 2024-07-19T16:36:29.815Z | Checking utf8parse v0.2.1 |
1538 | 2024-07-19T16:36:33.129Z | Checking encoding_rs v0.8.34 |
1539 | 2024-07-19T16:36:33.384Z | Checking anstyle v1.0.7 |
1540 | 2024-07-19T16:36:34.718Z | Checking rustls-pemfile v1.0.4 |
1541 | 2024-07-19T16:36:34.903Z | Checking plain v0.2.3 |
1542 | 2024-07-19T16:36:34.977Z | Checking sync_wrapper v0.1.2 |
1543 | 2024-07-19T16:36:35.009Z | Checking ucd-trie v0.1.6 |
1544 | 2024-07-19T16:36:35.058Z | Checking anstyle-parse v0.2.4 |
1545 | 2024-07-19T16:36:35.104Z | Checking pretty-hex v0.4.1 |
1546 | 2024-07-19T16:36:35.270Z | Checking is_terminal_polyfill v1.70.0 |
1547 | 2024-07-19T16:36:35.294Z | Checking colorchoice v1.0.1 |
1548 | 2024-07-19T16:36:35.318Z | Checking anstyle-query v1.0.3 |
1549 | 2024-07-19T16:36:35.419Z | Checking thread-id v4.2.1 |
1550 | 2024-07-19T16:36:35.479Z | Checking anstream v0.6.14 |
1551 | 2024-07-19T16:36:35.503Z | Checking clap_lex v0.7.0 |
1552 | 2024-07-19T16:36:35.527Z | Checking strsim v0.11.1 |
1553 | 2024-07-19T16:36:35.810Z | Checking memmap v0.7.0 |
1554 | 2024-07-19T16:36:35.990Z | Checking crc32fast v1.4.0 |
1555 | 2024-07-19T16:36:37.053Z | Checking flate2 v1.0.30 |
1556 | 2024-07-19T16:36:38.030Z | Checking winnow v0.6.8 |
1557 | 2024-07-19T16:36:45.185Z | Compiling regress v0.9.1 |
1558 | 2024-07-19T16:36:45.209Z | Compiling getopts v0.2.21 |
1559 | 2024-07-19T16:36:45.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1560 | 2024-07-19T16:36:46.052Z | Compiling unsafe-libyaml v0.2.11 |
1561 | 2024-07-19T16:36:46.120Z | Checking heck v0.5.0 |
1562 | 2024-07-19T16:36:46.290Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1563 | 2024-07-19T16:36:46.830Z | Compiling paste v1.0.15 |
1564 | 2024-07-19T16:36:47.190Z | Compiling serde_yaml v0.9.34+deprecated |
1565 | 2024-07-19T16:36:47.345Z | Checking camino v1.1.7 |
1566 | 2024-07-19T16:36:47.561Z | Checking is-terminal v0.4.12 |
1567 | 2024-07-19T16:36:47.677Z | Compiling strum_macros v0.26.4 |
1568 | 2024-07-19T16:36:47.796Z | Checking base64 v0.22.1 |
1569 | 2024-07-19T16:36:48.208Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1570 | 2024-07-19T16:36:48.654Z | Checking sha1 v0.10.6 |
1571 | 2024-07-19T16:36:48.865Z | Compiling rustls v0.22.4 |
1572 | 2024-07-19T16:36:48.908Z | Compiling ident_case v1.0.1 |
1573 | 2024-07-19T16:36:49.077Z | Compiling darling_core v0.20.9 |
1574 | 2024-07-19T16:36:49.130Z | Checking http v1.1.0 |
1575 | 2024-07-19T16:36:49.154Z | Checking match_cfg v0.1.0 |
1576 | 2024-07-19T16:36:49.235Z | Checking hostname v0.3.1 |
1577 | 2024-07-19T16:36:49.355Z | Checking dirs-sys-next v0.1.2 |
1578 | 2024-07-19T16:36:49.521Z | Compiling multer v3.1.0 |
1579 | 2024-07-19T16:36:49.817Z | Checking dirs-next v2.0.0 |
1580 | 2024-07-19T16:36:49.932Z | Checking crossbeam-channel v0.5.12 |
1581 | 2024-07-19T16:36:50.276Z | Compiling async-stream-impl v0.3.5 |
1582 | 2024-07-19T16:36:50.524Z | Checking thread_local v1.1.8 |
1583 | 2024-07-19T16:36:50.677Z | Checking rustls-pki-types v1.7.0 |
1584 | 2024-07-19T16:36:50.750Z | Checking term v0.7.0 |
1585 | 2024-07-19T16:36:50.774Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1586 | 2024-07-19T16:36:50.999Z | Checking take_mut v0.2.2 |
1587 | 2024-07-19T16:36:51.110Z | Checking slog-term v2.9.1 |
1588 | 2024-07-19T16:36:51.134Z | Checking toml v0.8.14 |
1589 | 2024-07-19T16:36:51.158Z | Checking slog-async v2.8.0 |
1590 | 2024-07-19T16:36:51.399Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1591 | 2024-07-19T16:36:51.445Z | Checking rustls-webpki v0.102.4 |
1592 | 2024-07-19T16:36:51.523Z | Checking slog-json v2.6.1 |
1593 | 2024-07-19T16:36:51.757Z | Checking rustls-pemfile v2.1.2 |
1594 | 2024-07-19T16:36:51.781Z | Checking slog-bunyan v2.5.0 |
1595 | 2024-07-19T16:36:51.949Z | Checking debug-ignore v1.0.5 |
1596 | 2024-07-19T16:36:51.982Z | Checking instant v0.1.12 |
1597 | 2024-07-19T16:36:52.006Z | Checking strum v0.26.3 |
1598 | 2024-07-19T16:36:52.098Z | Checking atomic-waker v1.1.2 |
1599 | 2024-07-19T16:36:52.124Z | Checking async-stream v0.3.5 |
1600 | 2024-07-19T16:36:52.231Z | Checking waitgroup v0.1.2 |
1601 | 2024-07-19T16:36:52.295Z | Checking serde_path_to_error v0.1.16 |
1602 | 2024-07-19T16:36:52.359Z | Checking hostname v0.4.0 |
1603 | 2024-07-19T16:36:52.479Z | Checking fastrand v2.1.0 |
1604 | 2024-07-19T16:36:52.504Z | Compiling structmeta-derive v0.3.0 |
1605 | 2024-07-19T16:36:52.749Z | Checking tempfile v3.10.1 |
1606 | 2024-07-19T16:36:52.812Z | Checking quick-error v1.2.3 |
1607 | 2024-07-19T16:36:52.939Z | Checking newtype-uuid v1.1.0 |
1608 | 2024-07-19T16:36:53.051Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1609 | 2024-07-19T16:36:53.153Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-07-19T16:36:53.632Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1611 | 2024-07-19T16:36:53.773Z | Checking macaddr v1.0.1 |
1612 | 2024-07-19T16:36:53.860Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-07-19T16:36:53.986Z | Checking backoff v0.4.0 |
1614 | 2024-07-19T16:36:54.052Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1615 | 2024-07-19T16:36:54.234Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2024-07-19T16:36:54.344Z | Checking wait-timeout v0.2.0 |
1617 | 2024-07-19T16:36:54.370Z | Compiling structmeta-derive v0.2.0 |
1618 | 2024-07-19T16:36:54.505Z | Checking rusty-fork v0.3.0 |
1619 | 2024-07-19T16:36:54.739Z | Checking rand_xorshift v0.3.0 |
1620 | 2024-07-19T16:36:54.777Z | Checking unarray v0.1.4 |
1621 | 2024-07-19T16:36:54.894Z | Compiling proc-macro-error v1.0.4 |
1622 | 2024-07-19T16:36:54.919Z | Checking proptest v1.4.0 |
1623 | 2024-07-19T16:36:54.996Z | Compiling darling_macro v0.20.9 |
1624 | 2024-07-19T16:36:55.020Z | Compiling structmeta v0.3.0 |
1625 | 2024-07-19T16:36:55.069Z | Checking tokio-rustls v0.25.0 |
1626 | 2024-07-19T16:36:55.394Z | Compiling parse-display-derive v0.9.1 |
1627 | 2024-07-19T16:36:55.503Z | Checking camino-tempfile v1.1.1 |
1628 | 2024-07-19T16:36:55.739Z | Compiling proc-macro-crate v1.3.1 |
1629 | 2024-07-19T16:36:55.817Z | Compiling darling v0.20.9 |
1630 | 2024-07-19T16:36:55.921Z | Compiling serde_with_macros v3.8.3 |
1631 | 2024-07-19T16:36:56.701Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2024-07-19T16:36:56.900Z | Compiling structmeta v0.2.0 |
1633 | 2024-07-19T16:36:57.076Z | Compiling num_enum_derive v0.5.11 |
1634 | 2024-07-19T16:36:57.384Z | Compiling test-strategy v0.3.1 |
1635 | 2024-07-19T16:36:58.581Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1636 | 2024-07-19T16:36:58.710Z | Checking serde_with v3.8.3 |
1637 | 2024-07-19T16:36:58.814Z | Compiling foreign-types-macros v0.2.3 |
1638 | 2024-07-19T16:36:58.865Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1639 | 2024-07-19T16:36:59.094Z | Checking foreign-types-shared v0.3.1 |
1640 | 2024-07-19T16:36:59.425Z | Checking num_enum v0.5.11 |
1641 | 2024-07-19T16:36:59.510Z | Checking parse-display v0.9.1 |
1642 | 2024-07-19T16:36:59.534Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-07-19T16:36:59.576Z | Checking cstr-argument v0.1.2 |
1644 | 2024-07-19T16:36:59.727Z | Checking pretty-hex v0.2.1 |
1645 | 2024-07-19T16:36:59.751Z | Checking tabwriter v1.4.0 |
1646 | 2024-07-19T16:36:59.862Z | Checking foreign-types v0.5.0 |
1647 | 2024-07-19T16:36:59.886Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-07-19T16:36:59.962Z | Checking colored v2.1.0 |
1649 | 2024-07-19T16:36:59.986Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1650 | 2024-07-19T16:37:00.131Z | Checking smf v0.2.3 |
1651 | 2024-07-19T16:37:00.209Z | Checking humantime v2.1.0 |
1652 | 2024-07-19T16:37:00.255Z | Checking termcolor v1.4.1 |
1653 | 2024-07-19T16:37:00.385Z | Checking newline-converter v0.3.0 |
1654 | 2024-07-19T16:37:00.466Z | Checking arc-swap v1.7.1 |
1655 | 2024-07-19T16:37:00.529Z | Checking expectorate v1.1.0 |
1656 | 2024-07-19T16:37:00.554Z | Checking same-file v1.0.6 |
1657 | 2024-07-19T16:37:00.605Z | Checking termtree v0.4.1 |
1658 | 2024-07-19T16:37:00.680Z | Compiling heapless v0.8.0 |
1659 | 2024-07-19T16:37:00.705Z | Checking walkdir v2.5.0 |
1660 | 2024-07-19T16:37:00.777Z | Checking hash32 v0.3.1 |
1661 | 2024-07-19T16:37:00.801Z | Checking predicates-tree v1.0.9 |
1662 | 2024-07-19T16:37:00.835Z | Checking slog-scope v4.4.0 |
1663 | 2024-07-19T16:37:00.934Z | Compiling smoltcp v0.11.0 |
1664 | 2024-07-19T16:37:00.958Z | Checking xattr v1.3.1 |
1665 | 2024-07-19T16:37:00.982Z | Checking filetime v0.2.23 |
1666 | 2024-07-19T16:37:01.023Z | Checking slog-stdlog v4.1.1 |
1667 | 2024-07-19T16:37:01.160Z | Checking embedded-io v0.4.0 |
1668 | 2024-07-19T16:37:01.184Z | Checking slog-envlogger v2.2.0 |
1669 | 2024-07-19T16:37:01.184Z | Compiling crucible-workspace-hack v0.1.0 |
1670 | 2024-07-19T16:37:01.360Z | Checking cobs v0.2.3 |
1671 | 2024-07-19T16:37:01.392Z | Checking tar v0.4.41 |
1672 | 2024-07-19T16:37:01.473Z | Compiling derive-where v1.2.7 |
1673 | 2024-07-19T16:37:01.502Z | Checking sigpipe v0.1.3 |
1674 | 2024-07-19T16:37:01.543Z | Checking postcard v1.0.8 |
1675 | 2024-07-19T16:37:01.585Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1676 | 2024-07-19T16:37:01.611Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1677 | 2024-07-19T16:37:01.853Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1678 | 2024-07-19T16:37:01.893Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1679 | 2024-07-19T16:37:02.165Z | Checking utf-8 v0.7.6 |
1680 | 2024-07-19T16:37:02.224Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1681 | 2024-07-19T16:37:02.349Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1682 | 2024-07-19T16:37:02.439Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1683 | 2024-07-19T16:37:02.630Z | Compiling num-derive v0.4.2 |
1684 | 2024-07-19T16:37:02.742Z | Compiling mockall_derive v0.12.1 |
1685 | 2024-07-19T16:37:03.516Z | Checking downcast v0.11.0 |
1686 | 2024-07-19T16:37:03.593Z | Checking fragile v2.0.0 |
1687 | 2024-07-19T16:37:03.695Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1688 | 2024-07-19T16:37:03.826Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1689 | 2024-07-19T16:37:03.850Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1690 | 2024-07-19T16:37:04.048Z | Checking pem v3.0.4 |
1691 | 2024-07-19T16:37:04.275Z | Checking tungstenite v0.20.1 |
1692 | 2024-07-19T16:37:04.456Z | Checking atty v0.2.14 |
1693 | 2024-07-19T16:37:04.488Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1694 | 2024-07-19T16:37:04.773Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1695 | 2024-07-19T16:37:04.981Z | Checking password-hash v0.5.0 |
1696 | 2024-07-19T16:37:05.036Z | Checking tokio-tungstenite v0.20.1 |
1697 | 2024-07-19T16:37:05.128Z | Checking blake2 v0.10.6 |
1698 | 2024-07-19T16:37:05.360Z | Checking tungstenite v0.21.0 |
1699 | 2024-07-19T16:37:05.430Z | Checking env_logger v0.9.3 |
1700 | 2024-07-19T16:37:05.495Z | Checking argon2 v0.5.3 |
1701 | 2024-07-19T16:37:05.804Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1702 | 2024-07-19T16:37:05.898Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1703 | 2024-07-19T16:37:06.058Z | Compiling bitstruct_derive v0.1.0 |
1704 | 2024-07-19T16:37:06.093Z | Checking tokio-tungstenite v0.21.0 |
1705 | 2024-07-19T16:37:06.118Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-19T16:37:06.229Z | Checking ascii v1.1.0 |
1707 | 2024-07-19T16:37:06.396Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-19T16:37:06.486Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-19T16:37:06.540Z | Checking atomicwrites v0.4.3 |
1710 | 2024-07-19T16:37:06.574Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1711 | 2024-07-19T16:37:06.696Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-07-19T16:37:06.720Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1713 | 2024-07-19T16:37:06.975Z | Checking erased-serde v0.3.31 |
1714 | 2024-07-19T16:37:07.000Z | Checking serde_arrays v0.1.0 |
1715 | 2024-07-19T16:37:07.128Z | Compiling heck v0.3.3 |
1716 | 2024-07-19T16:37:07.189Z | Checking bitstruct v0.1.1 |
1717 | 2024-07-19T16:37:07.297Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1718 | 2024-07-19T16:37:07.346Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1719 | 2024-07-19T16:37:07.370Z | Checking headers-core v0.2.0 |
1720 | 2024-07-19T16:37:07.494Z | Checking base64 v0.13.1 |
1721 | 2024-07-19T16:37:07.518Z | Compiling zone_cfg_derive v0.1.2 |
1722 | 2024-07-19T16:37:07.604Z | Checking headers v0.3.9 |
1723 | 2024-07-19T16:37:07.723Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1724 | 2024-07-19T16:37:07.840Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1725 | 2024-07-19T16:37:07.864Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1726 | 2024-07-19T16:37:08.526Z | Checking ron v0.7.1 |
1727 | 2024-07-19T16:37:08.706Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1728 | 2024-07-19T16:37:08.738Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1729 | 2024-07-19T16:37:08.961Z | Checking zone v0.1.8 |
1730 | 2024-07-19T16:37:08.985Z | Checking portpicker v0.1.1 |
1731 | 2024-07-19T16:37:09.041Z | Compiling rayon-core v1.12.1 |
1732 | 2024-07-19T16:37:09.113Z | Checking mockall v0.12.1 |
1733 | 2024-07-19T16:37:09.138Z | Checking rcgen v0.12.1 |
1734 | 2024-07-19T16:37:09.293Z | Checking subprocess v0.2.9 |
1735 | 2024-07-19T16:37:09.320Z | Compiling convert_case v0.4.0 |
1736 | 2024-07-19T16:37:09.486Z | Compiling prettyplease v0.2.20 |
1737 | 2024-07-19T16:37:09.511Z | Checking swrite v0.1.0 |
1738 | 2024-07-19T16:37:09.535Z | Checking linked-hash-map v0.5.6 |
1739 | 2024-07-19T16:37:09.637Z | Compiling home v0.5.9 |
1740 | 2024-07-19T16:37:09.690Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1741 | 2024-07-19T16:37:09.752Z | Compiling semver v0.1.20 |
1742 | 2024-07-19T16:37:09.776Z | Checking half v2.4.1 |
1743 | 2024-07-19T16:37:09.826Z | Checking lru-cache v0.1.2 |
1744 | 2024-07-19T16:37:09.895Z | Checking ciborium-io v0.2.2 |
1745 | 2024-07-19T16:37:09.996Z | Compiling blake3 v1.5.1 |
1746 | 2024-07-19T16:37:10.020Z | Compiling ring v0.16.20 |
1747 | 2024-07-19T16:37:10.020Z | Compiling cancel-safe-futures v0.1.5 |
1748 | 2024-07-19T16:37:10.167Z | Compiling derive_more v0.99.18 |
1749 | 2024-07-19T16:37:10.191Z | Compiling rustc_version v0.1.7 |
1750 | 2024-07-19T16:37:10.304Z | Checking ciborium-ll v0.2.2 |
1751 | 2024-07-19T16:37:10.554Z | Checking ciborium v0.2.2 |
1752 | 2024-07-19T16:37:10.619Z | Compiling newtype_derive v0.1.6 |
1753 | 2024-07-19T16:37:10.838Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-07-19T16:37:11.025Z | Checking steno v0.4.1 |
1755 | 2024-07-19T16:37:11.572Z | Checking num-rational v0.4.2 |
1756 | 2024-07-19T16:37:11.842Z | Checking num-complex v0.4.6 |
1757 | 2024-07-19T16:37:12.639Z | Checking num v0.4.3 |
1758 | 2024-07-19T16:37:12.738Z | Checking resolv-conf v0.7.0 |
1759 | 2024-07-19T16:37:12.886Z | Checking float-ord v0.3.2 |
1760 | 2024-07-19T16:37:13.030Z | Checking trust-dns-resolver v0.22.0 |
1761 | 2024-07-19T16:37:13.055Z | Checking libsw v3.3.1 |
1762 | 2024-07-19T16:37:13.192Z | Compiling slog-dtrace v0.3.0 |
1763 | 2024-07-19T16:37:13.289Z | Checking linear-map v1.2.0 |
1764 | 2024-07-19T16:37:13.427Z | Checking owo-colors v4.0.0 |
1765 | 2024-07-19T16:37:13.965Z | Checking signature v2.2.0 |
1766 | 2024-07-19T16:37:14.591Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1767 | 2024-07-19T16:37:14.864Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1768 | 2024-07-19T16:37:15.132Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1769 | 2024-07-19T16:37:15.377Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1770 | 2024-07-19T16:37:16.701Z | Compiling crossbeam-deque v0.8.5 |
1771 | 2024-07-19T16:37:19.059Z | Compiling rayon v1.10.0 |
1772 | 2024-07-19T16:37:19.544Z | Compiling memmap2 v0.9.4 |
1773 | 2024-07-19T16:37:20.010Z | Compiling constant_time_eq v0.3.0 |
1774 | 2024-07-19T16:37:20.038Z | Compiling arrayvec v0.7.4 |
1775 | 2024-07-19T16:37:20.098Z | Compiling spin v0.5.2 |
1776 | 2024-07-19T16:37:20.184Z | Compiling arrayref v0.3.7 |
1777 | 2024-07-19T16:37:20.279Z | Compiling untrusted v0.7.1 |
1778 | 2024-07-19T16:37:20.405Z | Compiling toolchain_find v0.4.0 |
1779 | 2024-07-19T16:37:21.403Z | Compiling topological-sort v0.2.2 |
1780 | 2024-07-19T16:37:21.544Z | Compiling rustfmt-wrapper v0.2.1 |
1781 | 2024-07-19T16:37:21.592Z | Checking display-error-chain v0.2.0 |
1782 | 2024-07-19T16:37:21.726Z | Checking nibble_vec v0.1.0 |
1783 | 2024-07-19T16:37:21.894Z | Checking endian-type v0.1.2 |
1784 | 2024-07-19T16:37:22.056Z | Checking fxhash v0.2.1 |
1785 | 2024-07-19T16:37:22.118Z | Checking radix_trie v0.2.1 |
1786 | 2024-07-19T16:37:22.142Z | Compiling radium v0.7.0 |
1787 | 2024-07-19T16:37:22.166Z | Checking tap v1.0.1 |
1788 | 2024-07-19T16:37:22.218Z | Compiling maybe-uninit v2.0.0 |
1789 | 2024-07-19T16:37:22.314Z | Checking wyz v0.5.1 |
1790 | 2024-07-19T16:37:22.493Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1791 | 2024-07-19T16:37:22.737Z | Checking crc-catalog v2.4.0 |
1792 | 2024-07-19T16:37:22.872Z | Compiling packed_struct v0.10.1 |
1793 | 2024-07-19T16:37:22.896Z | Checking maplit v1.0.2 |
1794 | 2024-07-19T16:37:22.920Z | Compiling num-bigint-dig v0.8.4 |
1795 | 2024-07-19T16:37:23.004Z | Checking funty v2.0.0 |
1796 | 2024-07-19T16:37:23.184Z | Compiling omicron-zone-package v0.11.0 |
1797 | 2024-07-19T16:37:23.305Z | Checking crc v3.2.1 |
1798 | 2024-07-19T16:37:23.655Z | Compiling packed_struct_codegen v0.10.1 |
1799 | 2024-07-19T16:37:23.679Z | Compiling indexmap v1.9.3 |
1800 | 2024-07-19T16:37:23.679Z | Checking nodrop v0.1.14 |
1801 | 2024-07-19T16:37:23.812Z | Checking bitvec v1.0.1 |
1802 | 2024-07-19T16:37:23.836Z | Checking array-init v0.0.4 |
1803 | 2024-07-19T16:37:23.946Z | Checking smallvec v0.6.14 |
1804 | 2024-07-19T16:37:24.269Z | Checking pkcs1 v0.7.5 |
1805 | 2024-07-19T16:37:24.613Z | Checking hashbrown v0.12.3 |
1806 | 2024-07-19T16:37:24.671Z | Checking bitfield v0.14.0 |
1807 | 2024-07-19T16:37:24.895Z | Checking serde-hex v0.1.0 |
1808 | 2024-07-19T16:37:25.036Z | Checking bzip2 v0.4.4 |
1809 | 2024-07-19T16:37:25.288Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1810 | 2024-07-19T16:37:25.507Z | Checking env_logger v0.10.2 |
1811 | 2024-07-19T16:37:25.861Z | Checking x509-cert v0.2.5 |
1812 | 2024-07-19T16:37:25.885Z | Checking rsa v0.9.6 |
1813 | 2024-07-19T16:37:26.008Z | Checking ron v0.8.1 |
1814 | 2024-07-19T16:37:26.074Z | Checking hashbrown v0.13.2 |
1815 | 2024-07-19T16:37:26.748Z | Checking crc-any v2.5.0 |
1816 | 2024-07-19T16:37:26.924Z | Checking object v0.30.4 |
1817 | 2024-07-19T16:37:27.083Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1818 | 2024-07-19T16:37:27.107Z | Checking zip v0.6.6 |
1819 | 2024-07-19T16:37:27.204Z | Checking path-slash v0.1.5 |
1820 | 2024-07-19T16:37:27.312Z | Compiling async-recursion v1.1.1 |
1821 | 2024-07-19T16:37:27.336Z | Checking gethostname v0.4.3 |
1822 | 2024-07-19T16:37:27.460Z | Compiling libefi-sys v0.1.0 |
1823 | 2024-07-19T16:37:27.676Z | Compiling bitfield-struct v0.6.1 |
1824 | 2024-07-19T16:37:27.724Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1825 | 2024-07-19T16:37:28.130Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1826 | 2024-07-19T16:37:28.384Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1827 | 2024-07-19T16:37:28.416Z | Checking keccak v0.1.5 |
1828 | 2024-07-19T16:37:28.493Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1829 | 2024-07-19T16:37:28.692Z | Checking sha3 v0.10.8 |
1830 | 2024-07-19T16:37:28.716Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1831 | 2024-07-19T16:37:28.740Z | Checking secrecy v0.8.0 |
1832 | 2024-07-19T16:37:28.840Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1833 | 2024-07-19T16:37:28.891Z | Compiling parking_lot_core v0.8.6 |
1834 | 2024-07-19T16:37:28.928Z | Compiling buf-list v1.0.3 |
1835 | 2024-07-19T16:37:28.990Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1836 | 2024-07-19T16:37:29.035Z | Checking glob v0.3.1 |
1837 | 2024-07-19T16:37:29.310Z | Checking trust-dns-client v0.22.0 |
1838 | 2024-07-19T16:37:29.335Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1839 | 2024-07-19T16:37:29.408Z | Checking toml v0.5.11 |
1840 | 2024-07-19T16:37:29.616Z | Checking parking_lot v0.11.2 |
1841 | 2024-07-19T16:37:29.756Z | Compiling curve25519-dalek v4.1.3 |
1842 | 2024-07-19T16:37:29.780Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1843 | 2024-07-19T16:37:29.922Z | Checking sled v0.34.7 |
1844 | 2024-07-19T16:37:29.975Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1845 | 2024-07-19T16:37:30.033Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1846 | 2024-07-19T16:37:30.284Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1847 | 2024-07-19T16:37:30.353Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1848 | 2024-07-19T16:37:31.287Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1849 | 2024-07-19T16:37:31.838Z | Checking trust-dns-server v0.22.1 |
1850 | 2024-07-19T16:37:32.255Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1851 | 2024-07-19T16:37:33.132Z | Checking universal-hash v0.5.1 |
1852 | 2024-07-19T16:37:33.291Z | Checking opaque-debug v0.3.1 |
1853 | 2024-07-19T16:37:33.677Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1854 | 2024-07-19T16:37:33.702Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1855 | 2024-07-19T16:37:33.955Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1856 | 2024-07-19T16:37:34.290Z | Compiling curve25519-dalek-derive v0.1.1 |
1857 | 2024-07-19T16:37:35.143Z | Checking aead v0.5.2 |
1858 | 2024-07-19T16:37:35.334Z | Compiling vte_generate_state_changes v0.1.1 |
1859 | 2024-07-19T16:37:35.401Z | Compiling unicase v2.7.0 |
1860 | 2024-07-19T16:37:35.801Z | Checking poly1305 v0.8.0 |
1861 | 2024-07-19T16:37:35.865Z | Checking vte v0.11.1 |
1862 | 2024-07-19T16:37:36.220Z | Checking chacha20 v0.9.1 |
1863 | 2024-07-19T16:37:36.511Z | Checking fd-lock v4.0.2 |
1864 | 2024-07-19T16:37:36.673Z | Compiling thiserror-impl-no-std v2.0.2 |
1865 | 2024-07-19T16:37:36.915Z | Compiling pin-project-internal v1.1.5 |
1866 | 2024-07-19T16:37:36.952Z | Checking nanorand v0.7.0 |
1867 | 2024-07-19T16:37:37.042Z | Checking strip-ansi-escapes v0.2.0 |
1868 | 2024-07-19T16:37:37.181Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1869 | 2024-07-19T16:37:37.265Z | Checking flume v0.11.0 |
1870 | 2024-07-19T16:37:37.413Z | Checking kstat-rs v0.2.4 |
1871 | 2024-07-19T16:37:37.662Z | Compiling crunchy v0.2.2 |
1872 | 2024-07-19T16:37:37.701Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1873 | 2024-07-19T16:37:37.945Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1874 | 2024-07-19T16:37:37.969Z | Checking nu-ansi-term v0.50.0 |
1875 | 2024-07-19T16:37:38.151Z | Checking chacha20poly1305 v0.10.1 |
1876 | 2024-07-19T16:37:38.296Z | Checking reedline v0.31.0 |
1877 | 2024-07-19T16:37:38.636Z | Compiling clang-sys v1.7.0 |
1878 | 2024-07-19T16:37:39.205Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1879 | 2024-07-19T16:37:39.328Z | Checking thiserror-no-std v2.0.2 |
1880 | 2024-07-19T16:37:39.401Z | Checking pin-project v1.1.5 |
1881 | 2024-07-19T16:37:39.433Z | Checking vsss-rs v3.3.4 |
1882 | 2024-07-19T16:37:39.532Z | Compiling tiny-keccak v2.0.2 |
1883 | 2024-07-19T16:37:39.556Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1884 | 2024-07-19T16:37:39.825Z | Compiling mime_guess v2.0.4 |
1885 | 2024-07-19T16:37:40.077Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1886 | 2024-07-19T16:37:40.168Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1887 | 2024-07-19T16:37:40.417Z | Compiling ref-cast v1.0.23 |
1888 | 2024-07-19T16:37:41.226Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1889 | 2024-07-19T16:37:41.350Z | Compiling ascii-canvas v3.0.0 |
1890 | 2024-07-19T16:37:41.518Z | Compiling ref-cast-impl v1.0.23 |
1891 | 2024-07-19T16:37:41.543Z | Compiling ena v0.14.3 |
1892 | 2024-07-19T16:37:41.937Z | Compiling memoffset v0.9.1 |
1893 | 2024-07-19T16:37:41.964Z | Compiling libloading v0.8.3 |
1894 | 2024-07-19T16:37:42.211Z | Checking bytecount v0.6.8 |
1895 | 2024-07-19T16:37:42.235Z | Compiling bindgen v0.69.4 |
1896 | 2024-07-19T16:37:42.371Z | Compiling diff v0.1.13 |
1897 | 2024-07-19T16:37:42.395Z | Compiling regex-syntax v0.6.29 |
1898 | 2024-07-19T16:37:42.763Z | Checking papergrid v0.11.0 |
1899 | 2024-07-19T16:37:43.932Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1900 | 2024-07-19T16:37:44.099Z | Compiling which v4.4.2 |
1901 | 2024-07-19T16:37:44.661Z | Compiling tabled_derive v0.7.0 |
1902 | 2024-07-19T16:37:44.701Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1903 | 2024-07-19T16:37:46.135Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1904 | 2024-07-19T16:37:46.709Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1905 | 2024-07-19T16:37:47.202Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1906 | 2024-07-19T16:37:48.726Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1907 | 2024-07-19T16:37:50.236Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1908 | 2024-07-19T16:37:50.821Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1909 | 2024-07-19T16:37:51.125Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1910 | 2024-07-19T16:37:51.644Z | Compiling lalrpop v0.19.12 |
1911 | 2024-07-19T16:37:51.984Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1912 | 2024-07-19T16:37:52.133Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1913 | 2024-07-19T16:37:52.363Z | Compiling cexpr v0.6.0 |
1914 | 2024-07-19T16:37:52.390Z | Compiling cfg_aliases v0.1.1 |
1915 | 2024-07-19T16:37:52.505Z | Compiling rustc-hash v1.1.0 |
1916 | 2024-07-19T16:37:52.660Z | Compiling shlex v1.3.0 |
1917 | 2024-07-19T16:37:53.076Z | Checking http-range v0.1.5 |
1918 | 2024-07-19T16:37:53.232Z | Compiling lazycell v1.3.0 |
1919 | 2024-07-19T16:37:53.472Z | Checking hyper-staticfile v0.9.5 |
1920 | 2024-07-19T16:37:53.821Z | Compiling nix v0.28.0 |
1921 | 2024-07-19T16:37:53.906Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1922 | 2024-07-19T16:37:54.435Z | Checking tabled v0.15.0 |
1923 | 2024-07-19T16:37:54.567Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1924 | 2024-07-19T16:37:54.779Z | Compiling derive_builder_core v0.20.0 |
1925 | 2024-07-19T16:37:56.495Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1926 | 2024-07-19T16:37:56.701Z | Compiling snafu-derive v0.8.2 |
1927 | 2024-07-19T16:37:56.849Z | Compiling libxml v0.3.3 |
1928 | 2024-07-19T16:37:57.139Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1929 | 2024-07-19T16:37:57.194Z | Compiling derive_builder_macro v0.20.0 |
1930 | 2024-07-19T16:37:57.474Z | Checking nix v0.27.1 |
1931 | 2024-07-19T16:37:57.918Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1932 | 2024-07-19T16:37:58.124Z | Checking globset v0.4.14 |
1933 | 2024-07-19T16:37:58.505Z | Checking olpc-cjson v0.1.3 |
1934 | 2024-07-19T16:37:58.541Z | Checking serde-big-array v0.5.1 |
1935 | 2024-07-19T16:37:58.589Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1936 | 2024-07-19T16:37:58.703Z | Checking serde_plain v1.0.2 |
1937 | 2024-07-19T16:37:58.728Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1938 | 2024-07-19T16:37:58.752Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1939 | 2024-07-19T16:37:58.928Z | Compiling strum_macros v0.24.3 |
1940 | 2024-07-19T16:37:59.388Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1941 | 2024-07-19T16:38:00.037Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1942 | 2024-07-19T16:38:00.931Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1943 | 2024-07-19T16:38:01.326Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1944 | 2024-07-19T16:38:01.894Z | Checking snafu v0.8.2 |
1945 | 2024-07-19T16:38:02.322Z | Compiling cookie v0.18.1 |
1946 | 2024-07-19T16:38:02.451Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1947 | 2024-07-19T16:38:02.564Z | Checking typed-path v0.7.1 |
1948 | 2024-07-19T16:38:02.805Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1949 | 2024-07-19T16:38:02.958Z | Compiling indoc v1.0.9 |
1950 | 2024-07-19T16:38:04.112Z | Checking tough v0.17.1 |
1951 | 2024-07-19T16:38:04.276Z | Checking derive_builder v0.20.0 |
1952 | 2024-07-19T16:38:04.415Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1953 | 2024-07-19T16:38:04.646Z | Checking signal-hook-tokio v0.3.1 |
1954 | 2024-07-19T16:38:04.791Z | Compiling peg-macros v0.8.3 |
1955 | 2024-07-19T16:38:05.507Z | Checking quick-xml v0.31.0 |
1956 | 2024-07-19T16:38:05.728Z | Compiling impl-trait-for-tuples v0.2.2 |
1957 | 2024-07-19T16:38:05.885Z | Compiling oso-derive v0.27.3 |
1958 | 2024-07-19T16:38:06.722Z | Compiling sqlparser_derive v0.2.2 |
1959 | 2024-07-19T16:38:07.226Z | Checking unicode_categories v0.1.1 |
1960 | 2024-07-19T16:38:07.471Z | Checking parse-size v1.0.0 |
1961 | 2024-07-19T16:38:07.662Z | Checking sqlparser v0.45.0 |
1962 | 2024-07-19T16:38:07.712Z | Checking peg v0.8.3 |
1963 | 2024-07-19T16:38:07.760Z | Checking rustyline v14.0.0 |
1964 | 2024-07-19T16:38:07.815Z | Checking sqlformat v0.2.4 |
1965 | 2024-07-19T16:38:07.863Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1966 | 2024-07-19T16:38:09.460Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1967 | 2024-07-19T16:38:10.919Z | Checking bcs v0.1.6 |
1968 | 2024-07-19T16:38:11.312Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1969 | 2024-07-19T16:38:11.353Z | Checking highway v1.1.0 |
1970 | 2024-07-19T16:38:11.611Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1971 | 2024-07-19T16:38:11.701Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1972 | 2024-07-19T16:38:11.953Z | Compiling const_format_proc_macros v0.2.32 |
1973 | 2024-07-19T16:38:13.265Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1974 | 2024-07-19T16:38:13.775Z | Checking bb8 v0.8.5 |
1975 | 2024-07-19T16:38:14.055Z | Checking const_format v0.2.32 |
1976 | 2024-07-19T16:38:14.171Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1977 | 2024-07-19T16:38:14.537Z | Checking heck v0.4.1 |
1978 | 2024-07-19T16:38:14.676Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1979 | 2024-07-19T16:38:14.722Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1980 | 2024-07-19T16:38:14.816Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1981 | 2024-07-19T16:38:14.861Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1982 | 2024-07-19T16:38:15.058Z | Checking assert_matches v1.5.0 |
1983 | 2024-07-19T16:38:15.151Z | Compiling portable-atomic v1.6.0 |
1984 | 2024-07-19T16:38:15.838Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1985 | 2024-07-19T16:38:16.208Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1986 | 2024-07-19T16:38:16.858Z | Checking rand_seeder v0.2.3 |
1987 | 2024-07-19T16:38:17.061Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1988 | 2024-07-19T16:38:17.085Z | Checking number_prefix v0.4.0 |
1989 | 2024-07-19T16:38:17.255Z | Checking indicatif v0.17.8 |
1990 | 2024-07-19T16:38:17.763Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1991 | 2024-07-19T16:38:17.875Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1992 | 2024-07-19T16:38:17.973Z | Checking is_ci v1.2.0 |
1993 | 2024-07-19T16:38:18.093Z | Checking supports-color v3.0.0 |
1994 | 2024-07-19T16:38:18.259Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1995 | 2024-07-19T16:38:18.894Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
1996 | 2024-07-19T16:38:18.979Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1997 | 2024-07-19T16:38:19.126Z | Checking castaway v0.2.2 |
1998 | 2024-07-19T16:38:19.234Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1999 | 2024-07-19T16:38:19.267Z | Checking compact_str v0.7.1 |
2000 | 2024-07-19T16:38:19.443Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2001 | 2024-07-19T16:38:19.671Z | Checking unicode-truncate v1.0.0 |
2002 | 2024-07-19T16:38:19.854Z | Checking itertools v0.13.0 |
2003 | 2024-07-19T16:38:19.879Z | Checking lru v0.12.3 |
2004 | 2024-07-19T16:38:20.109Z | Compiling stability v0.2.0 |
2005 | 2024-07-19T16:38:20.133Z | Checking cassowary v0.3.0 |
2006 | 2024-07-19T16:38:20.500Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2007 | 2024-07-19T16:38:20.959Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2008 | 2024-07-19T16:38:21.939Z | Checking unicode-linebreak v0.1.5 |
2009 | 2024-07-19T16:38:22.029Z | Checking smawk v0.3.2 |
2010 | 2024-07-19T16:38:22.102Z | Checking ratatui v0.27.0 |
2011 | 2024-07-19T16:38:22.234Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2012 | 2024-07-19T16:38:22.324Z | Checking textwrap v0.16.1 |
2013 | 2024-07-19T16:38:22.527Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2014 | 2024-07-19T16:38:22.690Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2015 | 2024-07-19T16:38:23.271Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2016 | 2024-07-19T16:38:24.122Z | Checking fatfs v0.3.6 |
2017 | 2024-07-19T16:38:24.276Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2018 | 2024-07-19T16:38:24.577Z | Checking shell-words v1.1.0 |
2019 | 2024-07-19T16:38:24.731Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2020 | 2024-07-19T16:38:24.908Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2021 | 2024-07-19T16:38:24.983Z | Checking cargo-platform v0.1.8 |
2022 | 2024-07-19T16:38:25.227Z | Checking rtoolbox v0.0.2 |
2023 | 2024-07-19T16:38:25.393Z | Compiling getrandom v0.1.16 |
2024 | 2024-07-19T16:38:25.988Z | Checking rpassword v7.3.1 |
2025 | 2024-07-19T16:38:26.123Z | Checking cargo_metadata v0.18.1 |
2026 | 2024-07-19T16:38:27.031Z | Checking tui-tree-widget v0.21.0 |
2027 | 2024-07-19T16:38:27.310Z | Checking plotters-backend v0.3.5 |
2028 | 2024-07-19T16:38:27.608Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2029 | 2024-07-19T16:38:27.632Z | Checking plotters-svg v0.3.5 |
2030 | 2024-07-19T16:38:27.814Z | Checking rfc6979 v0.4.0 |
2031 | 2024-07-19T16:38:27.970Z | Checking yansi v0.5.1 |
2032 | 2024-07-19T16:38:28.377Z | Checking cast v0.3.0 |
2033 | 2024-07-19T16:38:28.694Z | Checking criterion-plot v0.5.0 |
2034 | 2024-07-19T16:38:28.940Z | Checking pretty_assertions v1.4.0 |
2035 | 2024-07-19T16:38:29.100Z | Checking ecdsa v0.16.9 |
2036 | 2024-07-19T16:38:29.127Z | Checking plotters v0.3.5 |
2037 | 2024-07-19T16:38:29.698Z | Checking rand_core v0.5.1 |
2038 | 2024-07-19T16:38:29.963Z | Checking primeorder v0.13.6 |
2039 | 2024-07-19T16:38:30.212Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2040 | 2024-07-19T16:38:30.360Z | Checking tinytemplate v1.2.1 |
2041 | 2024-07-19T16:38:30.532Z | Checking oorandom v11.1.3 |
2042 | 2024-07-19T16:38:30.672Z | Checking option-ext v0.2.0 |
2043 | 2024-07-19T16:38:30.696Z | Checking anes v0.1.6 |
2044 | 2024-07-19T16:38:30.788Z | Checking dirs-sys v0.4.1 |
2045 | 2024-07-19T16:38:30.954Z | Checking rand_chacha v0.2.2 |
2046 | 2024-07-19T16:38:30.993Z | Checking criterion v0.5.1 |
2047 | 2024-07-19T16:38:31.230Z | Checking polyval v0.6.2 |
2048 | 2024-07-19T16:38:31.461Z | Checking ed25519 v2.2.3 |
2049 | 2024-07-19T16:38:31.672Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2050 | 2024-07-19T16:38:32.826Z | Checking aes v0.8.4 |
2051 | 2024-07-19T16:38:33.230Z | Checking ctr v0.9.2 |
2052 | 2024-07-19T16:38:33.468Z | Checking blowfish v0.9.1 |
2053 | 2024-07-19T16:38:33.524Z | Checking password-hash v0.4.2 |
2054 | 2024-07-19T16:38:33.670Z | Checking pbkdf2 v0.12.2 |
2055 | 2024-07-19T16:38:33.814Z | Checking hex-literal v0.4.1 |
2056 | 2024-07-19T16:38:33.888Z | Checking pbkdf2 v0.11.0 |
2057 | 2024-07-19T16:38:33.934Z | Checking bcrypt-pbkdf v0.10.0 |
2058 | 2024-07-19T16:38:34.138Z | Checking ed25519-dalek v2.1.1 |
2059 | 2024-07-19T16:38:34.163Z | Checking ghash v0.5.1 |
2060 | 2024-07-19T16:38:34.313Z | Checking rand v0.7.3 |
2061 | 2024-07-19T16:38:34.420Z | Checking dirs v5.0.1 |
2062 | 2024-07-19T16:38:34.546Z | Checking p256 v0.13.2 |
2063 | 2024-07-19T16:38:34.985Z | Checking p521 v0.13.3 |
2064 | 2024-07-19T16:38:35.542Z | Checking cbc v0.1.2 |
2065 | 2024-07-19T16:38:35.671Z | Checking russh-cryptovec v0.7.2 |
2066 | 2024-07-19T16:38:35.745Z | Compiling doc-comment v0.3.3 |
2067 | 2024-07-19T16:38:35.872Z | Checking md5 v0.7.0 |
2068 | 2024-07-19T16:38:36.103Z | Compiling target-lexicon v0.12.14 |
2069 | 2024-07-19T16:38:36.149Z | Checking russh-keys v0.43.0 |
2070 | 2024-07-19T16:38:36.438Z | Checking aes-gcm v0.10.3 |
2071 | 2024-07-19T16:38:36.667Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2072 | 2024-07-19T16:38:37.098Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2073 | 2024-07-19T16:38:37.230Z | Checking http-body v1.0.0 |
2074 | 2024-07-19T16:38:37.440Z | Checking csv-core v0.1.11 |
2075 | 2024-07-19T16:38:37.755Z | Compiling dhcproto-macros v0.1.0 |
2076 | 2024-07-19T16:38:37.844Z | Compiling guppy-workspace-hack v0.1.0 |
2077 | 2024-07-19T16:38:38.099Z | Compiling assert_cmd v2.0.14 |
2078 | 2024-07-19T16:38:38.233Z | Checking tower-layer v0.3.2 |
2079 | 2024-07-19T16:38:38.488Z | Checking tower v0.4.13 |
2080 | 2024-07-19T16:38:38.512Z | Checking csv v1.3.0 |
2081 | 2024-07-19T16:38:38.601Z | Checking dhcproto v0.11.0 |
2082 | 2024-07-19T16:38:39.111Z | Checking hyper v1.3.1 |
2083 | 2024-07-19T16:38:39.202Z | Checking russh v0.43.0 |
2084 | 2024-07-19T16:38:40.122Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2085 | 2024-07-19T16:38:40.438Z | Checking internet-checksum v0.2.1 |
2086 | 2024-07-19T16:38:40.506Z | Compiling target-spec v3.1.0 |
2087 | 2024-07-19T16:38:41.731Z | Checking cfg-expr v0.15.8 |
2088 | 2024-07-19T16:38:42.173Z | Checking hyper-util v0.1.3 |
2089 | 2024-07-19T16:38:42.385Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2090 | 2024-07-19T16:38:42.468Z | Checking rustls-native-certs v0.7.0 |
2091 | 2024-07-19T16:38:42.595Z | Checking httptest v0.15.5 |
2092 | 2024-07-19T16:38:43.502Z | Checking hyper-rustls v0.26.0 |
2093 | 2024-07-19T16:38:44.093Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2094 | 2024-07-19T16:38:44.316Z | Checking pathdiff v0.2.1 |
2095 | 2024-07-19T16:38:44.449Z | Compiling rstest_macros v0.19.0 |
2096 | 2024-07-19T16:38:44.842Z | Checking threadpool v1.8.1 |
2097 | 2024-07-19T16:38:44.877Z | Checking escape8259 v0.5.2 |
2098 | 2024-07-19T16:38:45.026Z | Checking nested v0.1.1 |
2099 | 2024-07-19T16:38:45.050Z | Checking libtest-mimic v0.7.3 |
2100 | 2024-07-19T16:38:45.210Z | Checking guppy v0.17.5 |
2101 | 2024-07-19T16:38:45.558Z | Checking similar-asserts v1.5.0 |
2102 | 2024-07-19T16:38:45.754Z | Checking fancy-regex v0.13.0 |
2103 | 2024-07-19T16:38:46.004Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2104 | 2024-07-19T16:38:46.355Z | Compiling relative-path v1.9.3 |
2105 | 2024-07-19T16:38:46.966Z | Compiling trybuild v1.0.96 |
2106 | 2024-07-19T16:38:47.365Z | Checking datatest-stable v0.2.9 |
2107 | 2024-07-19T16:38:47.602Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2108 | 2024-07-19T16:38:48.386Z | Checking blake2b_simd v1.0.2 |
2109 | 2024-07-19T16:38:48.630Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2110 | 2024-07-19T16:38:48.862Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2111 | 2024-07-19T16:38:49.058Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2112 | 2024-07-19T16:38:49.301Z | Checking futures-timer v3.0.3 |
2113 | 2024-07-19T16:38:49.570Z | Checking indent_write v2.2.0 |
2114 | 2024-07-19T16:38:49.641Z | Checking rust-argon2 v2.1.0 |
2115 | 2024-07-19T16:38:50.957Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2116 | 2024-07-19T16:38:51.589Z | Checking rand_distr v0.4.3 |
2117 | 2024-07-19T16:38:52.322Z | Checking multimap v0.10.0 |
2118 | 2024-07-19T16:38:52.606Z | Checking approx v0.5.1 |
2119 | 2024-07-19T16:38:52.816Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2120 | 2024-07-19T16:38:53.983Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2121 | 2024-07-19T16:38:54.759Z | Checking rstest v0.19.0 |
2122 | 2024-07-19T16:38:54.787Z | Checking partial-io v0.5.4 |
2123 | 2024-07-19T16:38:54.964Z | Checking cargo_toml v0.20.3 |
2124 | 2024-07-19T16:38:55.132Z | Checking uzers v0.11.3 |
2125 | 2024-07-19T16:38:55.428Z | Checking termios v0.3.3 |
2126 | 2024-07-19T16:38:55.602Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2127 | 2024-07-19T16:38:56.593Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2128 | 2024-07-19T16:38:58.836Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2129 | 2024-07-19T16:39:00.203Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2130 | 2024-07-19T16:39:02.733Z | Compiling samael v0.0.15 |
2131 | 2024-07-19T16:39:09.967Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2132 | 2024-07-19T16:39:30.214Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2133 | 2024-07-19T16:39:31.356Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2134 | 2024-07-19T16:39:39.182Z | Compiling polar-core v0.27.3 |
2135 | 2024-07-19T16:39:48.391Z | Checking oso v0.27.3 |
2136 | 2024-07-19T16:40:27.347Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2137 | 2024-07-19T16:40:27.347Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2138 | 2024-07-19T16:40:27.372Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2139 | 2024-07-19T16:41:54.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s |
2140 | 2024-07-19T16:41:54.616Z | |
2141 | 2024-07-19T16:41:54.616Z | real 7:02.403251741 |
2142 | 2024-07-19T16:41:54.616Z | user 33:18.089725395 |
2143 | 2024-07-19T16:41:54.616Z | sys 6:15.464000020 |
2144 | 2024-07-19T16:41:54.616Z | trap 0.875473701 |
2145 | 2024-07-19T16:41:54.616Z | tflt 0.452919068 |
2146 | 2024-07-19T16:41:54.616Z | dflt 0.766070755 |
2147 | 2024-07-19T16:41:54.616Z | kflt 0.001338630 |
2148 | 2024-07-19T16:41:54.616Z | lock 1:44:10.388569717 |
2149 | 2024-07-19T16:41:54.616Z | slp 1:49:12.795373389 |
2150 | 2024-07-19T16:41:54.641Z | lat 1:47.698429886 |
2151 | 2024-07-19T16:41:54.641Z | stop 5:25.089058295 |
2152 | 2024-07-19T16:41:54.641Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2153 | 2024-07-19T16:41:54.641Z | + ptime -m cargo doc --workspace --no-deps |
2154 | 2024-07-19T16:41:55.856Z | warning: output filename collision. |
2155 | 2024-07-19T16:41:55.856Z | 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)`. |
2156 | 2024-07-19T16:41:55.856Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2157 | 2024-07-19T16:41:55.856Z | The targets should have unique names. |
2158 | 2024-07-19T16:41:55.856Z | This is a known bug where multiple crates with the same name use |
2159 | 2024-07-19T16:41:55.856Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2160 | 2024-07-19T16:41:56.479Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2161 | 2024-07-19T16:41:56.507Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2162 | 2024-07-19T16:41:56.549Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2163 | 2024-07-19T16:41:56.577Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2164 | 2024-07-19T16:41:56.602Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2165 | 2024-07-19T16:41:56.602Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2166 | 2024-07-19T16:41:56.740Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2167 | 2024-07-19T16:41:56.838Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2168 | 2024-07-19T16:41:56.862Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2169 | 2024-07-19T16:41:56.886Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2170 | 2024-07-19T16:41:56.886Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2171 | 2024-07-19T16:41:57.136Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2172 | 2024-07-19T16:41:57.382Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2173 | 2024-07-19T16:41:57.493Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2174 | 2024-07-19T16:41:57.583Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2175 | 2024-07-19T16:41:58.538Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2176 | 2024-07-19T16:42:00.252Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2177 | 2024-07-19T16:42:00.288Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2178 | 2024-07-19T16:42:00.461Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2179 | 2024-07-19T16:42:00.550Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2180 | 2024-07-19T16:42:00.815Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2181 | 2024-07-19T16:42:00.908Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2182 | 2024-07-19T16:42:01.066Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2183 | 2024-07-19T16:42:01.172Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2184 | 2024-07-19T16:42:01.308Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2185 | 2024-07-19T16:42:01.573Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2186 | 2024-07-19T16:42:01.707Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2187 | 2024-07-19T16:42:01.738Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2188 | 2024-07-19T16:42:01.967Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2189 | 2024-07-19T16:42:02.189Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2190 | 2024-07-19T16:42:02.329Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2191 | 2024-07-19T16:42:02.440Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2192 | 2024-07-19T16:42:02.666Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2193 | 2024-07-19T16:42:02.895Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2194 | 2024-07-19T16:42:03.178Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2195 | 2024-07-19T16:42:03.245Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2196 | 2024-07-19T16:42:03.344Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2197 | 2024-07-19T16:42:04.793Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2198 | 2024-07-19T16:42:06.242Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2199 | 2024-07-19T16:42:06.965Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2200 | 2024-07-19T16:42:07.956Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2201 | 2024-07-19T16:42:08.694Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2202 | 2024-07-19T16:42:10.012Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2203 | 2024-07-19T16:42:10.671Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2204 | 2024-07-19T16:42:11.362Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2205 | 2024-07-19T16:42:11.698Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2206 | 2024-07-19T16:42:11.793Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2207 | 2024-07-19T16:42:12.106Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2208 | 2024-07-19T16:42:12.888Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2209 | 2024-07-19T16:42:13.017Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2210 | 2024-07-19T16:42:13.505Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2211 | 2024-07-19T16:42:13.984Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2212 | 2024-07-19T16:42:14.072Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2213 | 2024-07-19T16:42:14.139Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2214 | 2024-07-19T16:42:15.130Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2215 | 2024-07-19T16:42:16.261Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2216 | 2024-07-19T16:42:16.589Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2217 | 2024-07-19T16:42:16.757Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2218 | 2024-07-19T16:42:17.085Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2219 | 2024-07-19T16:42:17.551Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-07-19T16:42:17.604Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2221 | 2024-07-19T16:42:17.802Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2222 | 2024-07-19T16:42:18.810Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2024-07-19T16:42:18.852Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2224 | 2024-07-19T16:42:19.968Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2225 | 2024-07-19T16:42:20.108Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2226 | 2024-07-19T16:42:20.599Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2227 | 2024-07-19T16:42:21.724Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2228 | 2024-07-19T16:42:22.179Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2229 | 2024-07-19T16:42:22.359Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2230 | 2024-07-19T16:42:23.294Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2231 | 2024-07-19T16:42:23.867Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2232 | 2024-07-19T16:42:23.921Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2233 | 2024-07-19T16:42:26.749Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2234 | 2024-07-19T16:42:27.601Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2235 | 2024-07-19T16:42:28.293Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2236 | 2024-07-19T16:42:28.665Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2237 | 2024-07-19T16:42:28.844Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2238 | 2024-07-19T16:42:29.651Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2239 | 2024-07-19T16:42:29.862Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2240 | 2024-07-19T16:42:33.457Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2241 | 2024-07-19T16:42:34.353Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2242 | 2024-07-19T16:42:39.047Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2243 | 2024-07-19T16:42:40.774Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2244 | 2024-07-19T16:42:41.878Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-07-19T16:42:45.840Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2246 | 2024-07-19T16:42:46.871Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2247 | 2024-07-19T16:42:52.980Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2248 | 2024-07-19T16:42:56.889Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2249 | 2024-07-19T16:42:59.136Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2250 | 2024-07-19T16:43:00.299Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2251 | 2024-07-19T16:43:01.936Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2252 | 2024-07-19T16:43:13.293Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2253 | 2024-07-19T16:43:15.940Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2254 | 2024-07-19T16:43:19.854Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2255 | 2024-07-19T16:43:26.334Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2256 | 2024-07-19T16:43:26.972Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2257 | 2024-07-19T16:43:39.884Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2258 | 2024-07-19T16:43:43.551Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2259 | 2024-07-19T16:43:45.531Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2260 | 2024-07-19T16:43:46.431Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2261 | 2024-07-19T16:43:46.952Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2262 | 2024-07-19T16:43:47.078Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2263 | 2024-07-19T16:43:52.811Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2264 | 2024-07-19T16:43:53.099Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2265 | 2024-07-19T16:44:08.676Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2266 | 2024-07-19T16:44:15.734Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2267 | 2024-07-19T16:44:24.790Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2268 | 2024-07-19T16:44:26.485Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2269 | 2024-07-19T16:44:38.030Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2270 | 2024-07-19T16:44:40.367Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2271 | 2024-07-19T16:44:41.210Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2272 | 2024-07-19T16:44:45.534Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2273 | 2024-07-19T16:44:45.837Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2274 | 2024-07-19T16:44:46.375Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2275 | 2024-07-19T16:44:51.539Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2276 | 2024-07-19T16:44:53.910Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2277 | 2024-07-19T16:44:55.590Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2278 | 2024-07-19T16:44:57.824Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2279 | 2024-07-19T16:45:02.013Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2280 | 2024-07-19T16:45:04.427Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2281 | 2024-07-19T16:45:10.741Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2282 | 2024-07-19T16:45:10.793Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2283 | 2024-07-19T16:45:12.491Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2284 | 2024-07-19T16:45:14.630Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2285 | 2024-07-19T16:45:15.294Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2286 | 2024-07-19T16:45:17.787Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2287 | 2024-07-19T16:45:18.283Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2288 | 2024-07-19T16:45:20.347Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2024-07-19T16:45:22.367Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2290 | 2024-07-19T16:45:24.177Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2291 | 2024-07-19T16:45:30.032Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2292 | 2024-07-19T16:45:32.146Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2293 | 2024-07-19T16:45:32.473Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-07-19T16:45:32.548Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-07-19T16:45:33.161Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2296 | 2024-07-19T16:45:33.269Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2297 | 2024-07-19T16:45:37.066Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2298 | 2024-07-19T16:45:41.019Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2299 | 2024-07-19T16:45:44.890Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2300 | 2024-07-19T16:45:45.002Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2301 | 2024-07-19T16:45:45.105Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2302 | 2024-07-19T16:45:46.208Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2303 | 2024-07-19T16:45:49.071Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2304 | 2024-07-19T16:45:49.400Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2305 | 2024-07-19T16:45:49.424Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2306 | 2024-07-19T16:45:56.721Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2307 | 2024-07-19T16:45:58.668Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2308 | 2024-07-19T16:45:58.996Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2309 | 2024-07-19T16:46:00.469Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2310 | 2024-07-19T16:46:00.749Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2311 | 2024-07-19T16:46:03.828Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2312 | 2024-07-19T16:46:03.938Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2313 | 2024-07-19T16:46:04.139Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2314 | 2024-07-19T16:46:04.682Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2315 | 2024-07-19T16:46:07.594Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2316 | 2024-07-19T16:46:07.638Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2317 | 2024-07-19T16:46:08.352Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2318 | 2024-07-19T16:46:09.364Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2319 | 2024-07-19T16:46:10.727Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2320 | 2024-07-19T16:46:14.588Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2321 | 2024-07-19T16:46:14.648Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2322 | 2024-07-19T16:46:14.820Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2323 | 2024-07-19T16:46:33.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 38s |
2324 | 2024-07-19T16:46:33.508Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 101 other files |
2325 | 2024-07-19T16:46:33.561Z | |
2326 | 2024-07-19T16:46:33.561Z | real 4:38.906591729 |
2327 | 2024-07-19T16:46:33.561Z | user 15:26.503642036 |
2328 | 2024-07-19T16:46:33.561Z | sys 19:06.087818173 |
2329 | 2024-07-19T16:46:33.561Z | trap 0.287755960 |
2330 | 2024-07-19T16:46:33.561Z | tflt 0.071648170 |
2331 | 2024-07-19T16:46:33.561Z | dflt 0.429194153 |
2332 | 2024-07-19T16:46:33.561Z | kflt 0.000105411 |
2333 | 2024-07-19T16:46:33.585Z | lock 42:52.856339259 |
2334 | 2024-07-19T16:46:33.585Z | slp 1:14:03.832716537 |
2335 | 2024-07-19T16:46:33.585Z | lat 53.434951347 |
2336 | 2024-07-19T16:46:33.585Z | stop 40.304412182 |
2337 | 2024-07-19T16:46:33.585Z | process exited: duration 882451 ms, exit code 0 |
|
2338 | 2024-07-19T16:46:33.634Z | found 0 output files |